@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap"); }
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

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

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

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

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

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

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

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 74, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none; }

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

/*
 * Removes default margin.
 */
/* line 98, ../scss/vendor/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 110, ../scss/vendor/_normalize.scss */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 118, ../scss/vendor/_normalize.scss */
a:active, a:hover {
  outline: 0; }

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

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

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 148, ../scss/vendor/_normalize.scss */
b, strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 157, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 165, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 187, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 197, ../scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 205, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 221, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em; }

/* line 225, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 237, ../scss/vendor/_normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 245, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 257, ../scss/vendor/_normalize.scss */
figure {
  margin: 0; }

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

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

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

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 318, ../scss/vendor/_normalize.scss */
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.
 */
/* line 330, ../scss/vendor/_normalize.scss */
button[disabled], input[disabled] {
  cursor: default; }

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

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 397, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../../../rwd/default/scss/core/_reset.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 38, ../../../rwd/default/scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */ }

/* line 43, ../../../rwd/default/scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1; }

/* line 49, ../../../rwd/default/scss/core/_reset.scss */
html, body, img, fieldset, abbr, acronym {
  border: 0; }

/* line 58, ../../../rwd/default/scss/core/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/* line 68, ../../../rwd/default/scss/core/_reset.scss */
th, code, cite, caption {
  font-weight: normal;
  font-style: normal;
  text-align: left; }

/* line 77, ../../../rwd/default/scss/core/_reset.scss */
address {
  font-style: normal; }

/* line 81, ../../../rwd/default/scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 87, ../../../rwd/default/scss/core/_reset.scss */
img {
  display: block; }

/* line 91, ../../../rwd/default/scss/core/_reset.scss */
ol, ul {
  list-style: none; }

/* line 96, ../../../rwd/default/scss/core/_reset.scss */
q:before, q:after {
  content: ''; }

/* line 102, ../../../rwd/default/scss/core/_reset.scss */
input:focus, input[type="search"]:focus {
  outline-offset: -2px; }

/* line 108, ../../../rwd/default/scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* line 45, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 49, ../scss/core/_common.scss */
a:hover {
  text-decoration: none !important; }

/* line 52, ../scss/core/_common.scss */
body, button, input, select, table, textarea {
  font-family: "Open Sans";
  color: #1a171b;
  font-size: 14px;
  line-height: 1.5; }

/* line 64, ../scss/core/_common.scss */
a {
  color: #464646;
  text-decoration: none; }

/* line 69, ../scss/core/_common.scss */
a:hover {
  color: #393939;
  text-decoration: underline; }

/* line 74, ../scss/core/_common.scss */
a:focus {
  /*    outline-color: $c-link-active; */
  /*  color: darken($c-action, 30%); */ }

/* line 79, ../scss/core/_common.scss */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* ============================================ *
 * Typography
 * ============================================ */
/* line 90, ../scss/core/_common.scss */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #e42d38;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

/* line 92, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

/* line 94, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

/* line 96, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

/* line 98, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

/* line 100, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 106, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em; }

/* line 110, ../scss/core/_common.scss */
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase; }

/* line 116, ../scss/core/_common.scss */
.availability .label {
  display: none; }

/* line 120, ../scss/core/_common.scss */
.availability.available-soon, .availability.out-of-stock {
  color: #000; }

/* line 125, ../scss/core/_common.scss */
.availability-only {
  color: #e42d38;
  margin-bottom: 10px; }

/* -------------------------------------------- *
 * Page Titles
 */
/* line 134, ../scss/core/_common.scss */
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  color: #1a171b;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 3px;
  margin-bottom: 15px; }

/* -------------------------------------------- *
 * Block Module
 */
/* line 144, ../scss/core/_common.scss */
.block, .col-left-first {
  margin-bottom: 20px; }

/* line 149, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0; }

/* line 153, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px; }
/* line 158, ../scss/core/_common.scss */
.block-title h2, .block-title h3, .block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600; }
/* line 166, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #959595; }

/* line 174, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0; }

/* line 179, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px; }

/* line 184, ../scss/core/_common.scss */
.block-content {
  margin-top: 5px; }

/* line 188, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0; }

/* line 192, ../scss/core/_common.scss */
.block-content li.item {
  margin: 0 0 10px 9px; }

/* line 196, ../scss/core/_common.scss */
.block-content li.item:last-child {
  margin-bottom: 0; }

/* line 200, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0; }
/* line 203, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both; }
/* line 207, ../scss/core/_common.scss */
.block .actions a {
  float: left; }
/* line 210, ../scss/core/_common.scss */
.block .actions .button {
  float: right; }

/* line 218, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a, .col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px; }

@media only screen and (max-width: 770px) {
  /* line 228, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; }
  /* line 230, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav).block-account {
    padding-right: 0 !important; }
  /* line 233, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    background: #bd0237;
    color: #ffffff;
    font-weight: 700; }
  /* line 245, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #1a171b;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    position: relative;
    background-color: #E3E3E3;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
    background: #bd0237;
    color: #ffffff; }
  /* line 192, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #464646;
    border-right: none;
    left: 10px;
    top: 55%;
    margin-top: -3px; }
  /* line 200, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    /*   background-color: $c-module-background-hover; */ }
  /* line 253, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong span {
    color: #ffffff;
    font-weight: 700; }
  /* line 259, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active {
    border-bottom: 2px solid #bd0237; }
  /* line 261, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #1a171b;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    position: relative;
    background-color: #E3E3E3;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
    background: #ffffff;
    color: #bd0237; }
  /* line 192, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #464646;
    border-bottom: none;
    left: 10px;
    top: 55%;
    margin-top: -3px; }
  /* line 200, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    /*   background-color: $c-module-background-hover; */ }
  /* line 269, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong span {
    color: #bd0237; }
  /* line 276, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    background: #ffffff; }
  /* line 285, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    /*    border-bottom: 1px solid $c-module-border; */ } }
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 295, ../scss/core/_common.scss */
.block-account, .block-cms-menu {
  margin-top: 0; }
/* line 298, ../scss/core/_common.scss */
.block-account .block-title, .block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold;
  color: #1a171b;
  padding-right: 20px;
  margin-bottom: 0; }
/* line 308, ../scss/core/_common.scss */
.block-account .block-title strong, .block-cms-menu .block-title strong {
  color: #1a171b;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #acacac;
  -webkit-box-shadow: 0 1px #fff;
  -moz-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block; }
/* line 324, ../scss/core/_common.scss */
.block-account .block-content, .block-cms-menu .block-content {
  margin-top: 0; }
/* line 328, ../scss/core/_common.scss */
.block-account li, .block-cms-menu li {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  /*         margin: 7px 0; */
  font-size: 12px;
  color: #555555;
  line-height: 24px; }
/* line 334, ../scss/core/_common.scss */
.block-account li strong, .block-cms-menu li strong {
  font-weight: 600;
  color: #555555; }
/* line 339, ../scss/core/_common.scss */
.block-account li a, .block-cms-menu li a {
  color: #555555;
  line-height: 24px; }
/* line 342, ../scss/core/_common.scss */
.block-account li a:hover, .block-cms-menu li a:hover {
  color: #555555;
  font-weight: bold;
  text-decoration: none; }
/* line 348, ../scss/core/_common.scss */
.block-account li:first-child a, .block-account li:first-child span, .block-cms-menu li:first-child a, .block-cms-menu li:first-child span {
  display: inline-block; }
/* line 351, ../scss/core/_common.scss */
.block-account li:first-child a, .block-cms-menu li:first-child a {
  padding-top: 10px; }
@media only screen and (max-width: 770px) {
  /* line 351, ../scss/core/_common.scss */
  .block-account li:first-child a, .block-cms-menu li:first-child a {
    padding-top: 0; } }
/* line 357, ../scss/core/_common.scss */
.block-account li a, .block-cms-menu li a {
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px;
  line-height: 24px; }
@media only screen and (max-width: 770px) {
  /* line 357, ../scss/core/_common.scss */
  .block-account li a, .block-cms-menu li a {
    line-height: 30px; } }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 373, ../scss/core/_common.scss */
.cart .buttons-set .button, .cart-table .button, .sidebar .actions .button, .button.button-secondary {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
/* line 391, ../scss/core/_common.scss */
.cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover, .button.button-secondary:hover {
  border: solid 1px #e42d38;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)); }
/* line 400, ../scss/core/_common.scss */
.cart .buttons-set .button:active, .cart-table .button:active, .sidebar .actions .button:active, .button.button-secondary:active {
  /* background: $c-button-active; */
  color: #FFFFFF; }
/* line 404, ../scss/core/_common.scss */
.cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus, .button.button-secondary:focus {
  /* background-color: $c-button-active; */
  /*  outline: none; */
  color: #FFFFFF; }

/* line 411, ../scss/core/_common.scss */
.sidebar .actions button.button {
  white-space: normal; }

/* Primary Buttons */
/* line 417, ../scss/core/_common.scss */
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /*     &:focus {
          background-color: $c-button-active;
          outline: none;
          min-height: 31px;
  		padding: 9px;
  		-webkit-border-radius: 2px;
  		-moz-border-radius: 2px;
  		border-radius: 2px;
  		background-color: #e42d38;
  		-webkit-box-shadow: inset 0 2px rgba(255,255,255,.2);
  		-moz-box-shadow: inset 0 2px rgba(255,255,255,.2);
  		box-shadow: inset 0 2px rgba(255,255,255,.2);
  		border: solid 1px #e42d38;
  		color: $c-white;
  		font-size: $f-size-xs;
  		font-weight: $f-weight-bold;
  		text-transform: uppercase;
      } */ }
/* line 435, ../scss/core/_common.scss */
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
  border: solid 1px #e42d38;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)); }
/* line 444, ../scss/core/_common.scss */
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active {
  /* background: $c-button-active; */
  color: #FFFFFF;
  min-height: 31px;
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 482, ../scss/core/_common.scss */
a.button {
  text-decoration: none; }
/* line 484, ../scss/core/_common.scss */
a.button.primary-button {
  min-height: 31px;
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
/* line 500, ../scss/core/_common.scss */
a.button.primary-button:hover {
  border: solid 1px #e42d38;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)); }
/* line 509, ../scss/core/_common.scss */
a.button.primary-button:active {
  min-height: 31px;
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 528, ../scss/core/_common.scss */
a.button:hover {
  color: #FFFFFF; }

/* line 532, ../scss/core/_common.scss */
button.primary-button {
  min-height: 31px;
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
/* line 548, ../scss/core/_common.scss */
button.primary-button:hover {
  border: solid 1px #e42d38;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)); }
/* line 557, ../scss/core/_common.scss */
button.primary-button:active {
  min-height: 31px;
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e42d38;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #e42d38;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 575, ../scss/core/_common.scss */
button.secondary-button, .secondary-button {
  padding: 9px;
  min-height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #4c4c4c;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #555; }
/* line 587, ../scss/core/_common.scss */
button.secondary-button:hover, .secondary-button:hover {
  background-color: #4c4c4c;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #555;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4)); }
/* line 599, ../scss/core/_common.scss */
button.secondary-button:active, .secondary-button:active {
  padding: 9px;
  min-height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #4c4c4c;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #555; }

/* Disabled - class for anchor, state for form elements */
/* line 614, ../scss/core/_common.scss */
.button.disabled, .button:disabled {
  /*    background: #C8C8C8; */
  opacity: 0.6;
  cursor: not-allowed; }

/* Adjacent buttons */
/* line 622, ../scss/core/_common.scss */
.button + .button {
  margin-left: 5px; }

/* line 636, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle; }

/* line 645, ../scss/core/_common.scss */
.button2:focus {
  outline: none; }

/* line 649, ../scss/core/_common.scss */
.button2 span, .button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #B6B6B6;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700; }
/* line 660, ../scss/core/_common.scss */
.button2 span:hover, .button2 span span:hover {
  text-decoration: none;
  color: #246b8f; }

@media only screen and (max-width: 770px) {
  /* line 668, ../scss/core/_common.scss */
  .col2-set .buttons-set .button, .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  /* line 675, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none; }
  /* line 678, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none; } }
@media only screen and (max-width: 479px) {
  /* line 686, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px; }
  /* line 693, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none; }
  /* line 696, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none; } }
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 706, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left; }

/* line 710, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left; }

/* line 714, ../scss/core/_common.scss */
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px; }

/* line 719, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left; }

/* line 723, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px; }

/* line 727, ../scss/core/_common.scss */
.paypal-button img {
  display: inline; }

@media only screen and (max-width: 740px) {
  /* line 732, ../scss/core/_common.scss */
  .paypal-or {
    line-height: 20px; }

  /* line 736, ../scss/core/_common.scss */
  .paypal-logo, .paypal-or, .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* -------------------------------------------- *
 * Button Sets
 */
/* line 752, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #f4f4f4;
  text-align: right; }
/* line 759, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right; }
/* line 765, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px; }
/* line 770, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px; }
/* line 775, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px; }
/* line 781, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Icons
 */
/* line 790, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .view-mode .grid, .view-mode .list, .skip-nav .icon, #search_mini_form .search-button:before, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 797, ../scss/core/_common.scss */
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .view-mode .grid, .view-mode .list, .skip-nav .icon, #search_mini_form .search-button:before, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite-2x.jpg);
    background-size: 100px 1000px; } }
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 807, ../scss/core/_common.scss */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 20px; }

/* line 813, ../scss/core/_common.scss */
.catalog-category-view .breadcrumbs {
  margin: 0;
  overflow: inherit;
  position: relative;
  z-index: 100; }
/* line 819, ../scss/core/_common.scss */
.catalog-category-view .full-width .breadcrumbs {
  overflow: hidden;
  margin: -15px auto 15px;
  max-width: 1180px; }

/* line 827, ../scss/core/_common.scss */
.catalogsearch-result-index .breadcrumbs {
  margin: 0;
  overflow: inherit; }

/* line 833, ../scss/core/_common.scss */
.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Open Sans";
  text-transform: uppercase; }

/* line 840, ../scss/core/_common.scss */
.breadcrumbs li.search {
  width: 60%;
  height: 16px; }

/* line 845, ../scss/core/_common.scss */
.breadcrumbs a {
  float: left;
  color: #4c4c4c;
  font-size: 11px; }

/* line 851, ../scss/core/_common.scss */
.breadcrumbs a:hover {
  color: #464646; }

/* line 855, ../scss/core/_common.scss */
.breadcrumbs strong {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 11px;
  float: left; }

/* line 862, ../scss/core/_common.scss */
.breadcrumbs span {
  float: left;
  padding: 0 7px; }

@media only screen and (max-width: 770px) {
  /* line 869, ../scss/core/_common.scss */
  .breadcrumbs {
    display: none; }

  /* line 872, ../scss/core/_common.scss */
  .mHidden {
    display: none; } }
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 882, ../scss/core/_common.scss */
.btn-remove, .btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  /*     border: 1px solid $c-module-border-light; */
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }
/* line 895, ../scss/core/_common.scss */
.btn-remove:hover, .btn-previous:hover {
  /*         background-color: $c-action;
          border-color: $c-action; */ }

/* line 902, ../scss/core/_common.scss */
.btn-remove:after {
  content: 'X';
  color: #464646;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Open Sans";
  font-weight: bold;
  border: none; }
/* line 913, ../scss/core/_common.scss */
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none; }

/* line 919, ../scss/core/_common.scss */
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top; }
/* line 926, ../scss/core/_common.scss */
.btn-remove2:after {
  display: none; }
/* line 929, ../scss/core/_common.scss */
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

/* line 936, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #464646;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px; }
/* line 944, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none; }

/* line 953, ../scss/core/_common.scss */
.block-layered-nav .currently .btn-remove, .block-layered-nav .currently .btn-previous, .mini-products-list .btn-remove, .mini-products-list .btn-previous, #compare-items .btn-remove, #compare-items .btn-previous {
  float: right;
  margin-left: 6px; }

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 964, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px; }

/* line 968, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #E3E3E3; }

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 982, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px; }

/* -------------------------------------------- *
 * Container
 */
/* line 991, ../scss/core/_common.scss */
.main-container, .footer-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 30px; }
/* line 998, ../scss/core/_common.scss */
.main-container:after, .footer-container:after {
  content: '';
  display: table;
  clear: both; }

/* line 1002, ../scss/core/_common.scss */
.main-container {
  padding-top: 0; }

/* line 1004, ../scss/core/_common.scss */
.full-width .main-container {
  max-width: 100%;
  padding: 0; }
/* line 1008, ../scss/core/_common.scss */
.full-width .page-header {
  padding: 0; }
/* line 1011, ../scss/core/_common.scss */
.full-width .footer-container {
  max-width: 1180px; }

/* line 1018, ../scss/core/_common.scss */
.cms-page-view .main-container {
  padding-top: 0px; }

/* @include bp(min-width, 480px) {

    .main-container,
    .footer-container {
        padding: 20px 40px;
    }
} */
/* line 1030, ../scss/core/_common.scss */
.footer-container {
  padding-top: 0px; }

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 1038, ../scss/core/_common.scss */
.main:after, .col-wrapper:after {
  content: '';
  display: table;
  clear: both; }

/* line 1043, ../scss/core/_common.scss */
.left {
  float: left; }

/* line 1047, ../scss/core/_common.scss */
.right {
  float: right; }

/* line 1051, ../scss/core/_common.scss */
.col-left, .col-right, .col-main {
  padding: 24px 10px 0 10px;
  min-height: 125px; }

/* line 1058, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }
/* line 1064, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%; }

/* line 1069, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */ }
/* line 1074, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%; }

/* line 1079, ../scss/core/_common.scss */
.col-main {
  float: left;
  width: 75%;
  min-height: 500px; }

/* line 1085, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 30px 0; }

/* line 1091, ../scss/core/_common.scss */
.cms-index-index .col-main {
  padding: 0; }

/* line 1095, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding: 24px 0 0 0; }

/* line 1102, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */ }

/* line 1108, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%; }
/* line 1112, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%; }
/* line 1116, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%; }
/* line 1121, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%; }

@media only screen and (max-width: 1000px) {
  /* line 1130, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%; }
  /* line 1138, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%; }
  /* line 1142, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%; }
  /* line 1147, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%; } }
@media only screen and (max-width: 770px) {
  /* line 1156, ../scss/core/_common.scss */
  .main-container, .footer-container {
    padding: 15px 10px; }

  /* line 1160, ../scss/core/_common.scss */
  .col-left, .col-right, .col-main, .col1-layout .col-left, .col1-layout .col-right, .col1-layout .col-main, .col2-left-layout .col-left, .col2-left-layout .col-right, .col2-left-layout .col-main, .col2-right-layout .col-left, .col2-right-layout .col-right, .col2-right-layout .col-main, .col3-layout .col-wrapper .col-left, .col3-layout .col-right, .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; }

  /* line 1180, ../scss/core/_common.scss */
  .col1-layout .col-main {
    padding: 30px 0; }

  /* line 1183, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto; }

  /* line 1188, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto; }

  /* line 1193, ../scss/core/_common.scss */
  .left {
    float: none; }

  /* line 1197, ../scss/core/_common.scss */
  .right {
    float: none; }

  /* line 1200, ../scss/core/_common.scss */
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ }

  /* line 1203, ../scss/core/_common.scss */
  .cms-index-index .col1-layout .col-main {
    padding: 0; } }
/* Content Columns */
/* line 1210, ../scss/core/_common.scss */
.col2-set {
  width: 100%; }
/* line 1213, ../scss/core/_common.scss */
.col2-set .col-1, .col2-set .col-2 {
  width: 50%;
  padding: 20px; }
@media only screen and (max-width: 770px) {
  /* line 1213, ../scss/core/_common.scss */
  .col2-set .col-1, .col2-set .col-2 {
    padding: 10px; } }
/* line 1223, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0; }
/* line 1228, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0; }
@media only screen and (max-width: 479px) {
  /* line 1234, ../scss/core/_common.scss */
  .col2-set .col-1, .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }
/* line 1245, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%; }
/* line 1249, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%; }
/* line 1253, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  /* line 1262, ../scss/core/_common.scss */
  .top-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px; } }
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1273, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px; }
/* line 1278, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.manfrotto.de/skin/frontend/manfrotto/global/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat; }
/* line 1293, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1302, ../scss/core/_common.scss */
.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: Helvetica, Verdana, Arial, sans-serif; }

/* -------------------------------------------- *
 * Grid
 */
/* line 1314, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Messages
 */
/* line 1321, ../scss/core/_common.scss */
.success {
  color: #000000; }

/* line 1325, ../scss/core/_common.scss */
.error {
  color: #e42d38;
  font-weight: bold; }

/* line 1330, ../scss/core/_common.scss */
.notice {
  color: #555555;
  font-weight: bold; }

/* line 1334, ../scss/core/_common.scss */
.item-msg.notice {
  color: #e42d38;
  font-weight: normal;
  font-size: 12px; }

/* -------------------------------------------- *
 * Messages
 */
/* line 1344, ../scss/core/_common.scss */
.messages {
  margin-bottom: 10px; }

/* line 1348, ../scss/core/_common.scss */
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #E3E3E3;
  font-size: 15px; }

/* line 1356, ../scss/core/_common.scss */
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px; }

/* line 1362, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #e42d38;
  background-color: #f5b5b8;
  margin-top: 5px;
  clear: both; }

/* line 1370, ../scss/core/_common.scss */
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e42d38;
  border-right: none; }

/* line 1374, ../scss/core/_common.scss */
.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #555555;
  background-color: #B6B6B6;
  margin-top: 5px;
  clear: both; }

/* line 1382, ../scss/core/_common.scss */
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #555555;
  border-right: none; }

/* line 1386, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #000000;
  background-color: #ffffff;
  margin-top: 5px;
  clear: both; }
@media only screen and (max-width: 979px) {
  /* line 1386, ../scss/core/_common.scss */
  .messages .success-msg li {
    font-size: 12px;
    line-height: 18px; } }

/* line 1398, ../scss/core/_common.scss */
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000000;
  border-right: none; }

@media only screen and (min-width: 915px) {
  /* line 1406, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%; }

  /* line 1410, ../scss/core/_common.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px; }

  /* line 1415, ../scss/core/_common.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0; } }
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1427, ../scss/core/_common.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto; }

/* line 1433, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px; }

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1442, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px; }

/* line 1446, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0; }

/* line 1450, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px; }

/* line 1454, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #E3E3E3; }

/* line 1464, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px; }

/* line 1470, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #E3E3E3;
  border-top: none;
  top: -10px;
  left: 30px; }

/* line 1476, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0; }

/* -------------------------------------------- *
 * Please Wait (loading indicator)
 */
/* line 1484, ../scss/core/_common.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */ }
/* line 1492, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px; }

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1503, ../scss/core/_common.scss */
.price-box {
  margin: 7px 0;
  font-family: "Open Sans"; }

/* line 1508, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0; }

/* line 1512, ../scss/core/_common.scss */
.price-notice {
  color: #959595; }

/* line 1516, ../scss/core/_common.scss */
.price-box .price {
  color: #3399CC;
  font-size: 16px; }

/* line 1521, ../scss/core/_common.scss */
.price-box .price, .price {
  font-family: "Open Sans";
  font-weight: bold;
  color: #000000;
  font-size: 18px; }

/* line 1529, ../scss/core/_common.scss */
.price-box .price-label {
  color: #959595;
  white-space: nowrap;
  font-family: Helvetica, Verdana, Arial, sans-serif; }

/* line 1535, ../scss/core/_common.scss */
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399CC;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */ }
/* line 1540, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
  color: #959595; }

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1549, ../scss/core/_common.scss */
.price-box .old-price, .price-box .special-price {
  display: inline-block; }
/* line 1553, ../scss/core/_common.scss */
.price-box .old-price .price-label, .price-box .special-price .price-label {
  display: none; }
/* line 1557, ../scss/core/_common.scss */
.price-box .old-price .price, .price-box .special-price .price {
  display: inline-block; }

/* line 1563, ../scss/core/_common.scss */
.price-box .old-price .price {
  color: #e42d38;
  text-decoration: line-through;
  font-size: 12px; }

/* line 1571, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #D84D3C; }

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1580, ../scss/core/_common.scss */
.price-box .price-excluding-tax, .price-box .price-including-tax {
  display: block; }

/* line 1585, ../scss/core/_common.scss */
span.weee {
  display: block; }

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1593, ../scss/core/_common.scss */
.product-pricing, .tier-prices, .tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px; }
/* line 1602, ../scss/core/_common.scss */
.product-pricing li, .tier-prices li, .tier-prices-grouped li {
  font-size: 12px; }
/* line 1605, ../scss/core/_common.scss */
.product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit {
  font-style: italic; }
/* line 1608, ../scss/core/_common.scss */
.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
  font-weight: bold; }

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1617, ../scss/core/_common.scss */
.item-options {
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 1621, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both; }
/* line 1625, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic; }
/* line 1632, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': '; }
/* line 1637, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px; }

/* line 1644, ../scss/core/_common.scss */
.truncated, .truncated a.dots {
  cursor: help; }

/* line 1649, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px; }
/* line 1654, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none; }

/* line 1659, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300; }

/* line 1664, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #464646;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px; }
/* line 1675, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #464646;
  border-top: none;
  left: 97px;
  top: -7px; }

/* line 1682, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px; }

/* line 1688, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block; }

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

/* -------------------------------------------- *
 * Add to links
 */
/* line 1736, ../scss/core/_common.scss */
.add-to-links {
  margin: 7px 0; }
/* line 1739, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px; }

/* line 1745, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none; }

/* -------------------------------------------- *
 * Product Image
 */
/* line 1753, ../scss/core/_common.scss */
.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  /*     border: 1px solid $c-module-border-light; */ }

@media only screen and (max-width: 770px) {
  /* line 1761, ../scss/core/_common.scss */
  body .product-img-box .product-image:hover {
    border-color: #f4f4f4; } }
/* line 1766, ../scss/core/_common.scss */
.no-touch .product-image:hover {
  border-color: #3399CC; }

/* -------------------------------------------- *
 * Ratings
 */
/* line 1774, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0; }
/* line 1777, ../scss/core/_common.scss */
.ratings .rating-box, .ratings .rating-links {
  margin: 5px 0; }
/* line 1782, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden; }
/* line 1790, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px; }
/* line 1797, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto; }
/* line 1803, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px; }

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1813, ../scss/core/_common.scss */
.std p {
  margin: 0 0 10px; }

/* line 1817, ../scss/core/_common.scss */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em; }

/* line 1822, ../scss/core/_common.scss */
.std ol li {
  margin-left: 2em; }

/* line 1825, ../scss/core/_common.scss */
.std ul li {
  margin-left: 2em; }

/* line 1828, ../scss/core/_common.scss */
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em; }
/* line 1831, ../scss/core/_common.scss */
.std ul.messages {
  list-style: none; }
/* line 1833, ../scss/core/_common.scss */
.std ul.messages li {
  margin-left: 0; }
/* line 1836, ../scss/core/_common.scss */
.std ul.messages ul {
  list-style: none; }
/* line 1838, ../scss/core/_common.scss */
.std ul.messages ul li {
  margin-left: 0; }

/* line 1844, ../scss/core/_common.scss */
.messages {
  list-style: none; }
/* line 1846, ../scss/core/_common.scss */
.messages li {
  margin-left: 0; }
/* line 1849, ../scss/core/_common.scss */
.messages ul {
  list-style: none; }

/* line 1853, ../scss/core/_common.scss */
.std ul:not(.messages) li {
  margin-left: 2em; }

/* line 1856, ../scss/core/_common.scss */
.std .note {
  color: #959595;
  font-size: 13px; }

/* -------------------------------------------- *
 * Tabs
 */
/* line 1865, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF; }

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1873, ../scss/core/_common.scss */
.toolbar {
  margin-top: 3px;
  margin-bottom: 15px;
  background: #E3E3E3;
  padding: 0 13px 0px 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  width: 100%;
  clear: both; }
/* line 1887, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both; }

/* line 1891, ../scss/core/_common.scss */
.pager-no-toolbar {
  margin-bottom: 10px; }

/* line 1896, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px; }

/* line 1900, ../scss/core/_common.scss */
.toolbar, .pager {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #1a171b;
  line-height: 30px;
  font-size: 12px; }

/* line 1908, ../scss/core/_common.scss */
.toolbar label, .pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase; }

/* line 1917, ../scss/core/_common.scss */
.sorter {
  float: left;
  /*  margin-bottom: 5px; */
  padding-top: 8px;
  padding-bottom: 8px;
  border-right: 1px solid #cccccc;
  height: 48px; }
/* line 1925, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 6px;
  font-family: "Open Sans";
  font-weight: 800;
  color: #000000;
  /*   &:after {
        content: ':';
    } */ }

/* line 1938, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 26px;
  padding-right: 13px; }
/* line 1943, ../scss/core/_common.scss */
.sorter > .sort-by select {
  width: 100px; }
@media only screen and (max-width: 479px) {
  /* line 1943, ../scss/core/_common.scss */
  .sorter > .sort-by select {
    width: 75px; } }
/* line 1948, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block; }
/* line 1954, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  display: none;
  background-position: 4px -542px; }
/* line 1957, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px; }
/* line 1961, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  display: none;
  background-position: 4px -567px; }
/* line 1964, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px; }

/* line 1969, ../scss/core/_common.scss */
#init_switcher {
  float: left;
  padding: 12px 15px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #cccccc; }
/* line 1975, ../scss/core/_common.scss */
#init_switcher button {
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 0;
  font-size: 12px;
  width: 67px;
  height: 24px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #555555; }
/* line 1988, ../scss/core/_common.scss */
#init_switcher button.imperial {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #555555; }
/* line 1995, ../scss/core/_common.scss */
#init_switcher button.imperial.active {
  background-color: #CBCBCB;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3); }
/* line 2002, ../scss/core/_common.scss */
#init_switcher button.metric {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #555555; }
/* line 2009, ../scss/core/_common.scss */
#init_switcher button.active {
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #CBCBCB;
  color: #8d8d8d; }

/* line 2019, ../scss/core/_common.scss */
.limiter {
  float: left;
  padding: 8px 15px;
  border-left: 1px solid #f4f4f4; }
/* line 2023, ../scss/core/_common.scss */
.limiter label {
  font-family: "Open Sans";
  font-weight: 800;
  color: #000000;
  margin-right: 8px; }

/* line 2030, ../scss/core/_common.scss */
.view-mode {
  float: right;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
/* line 2036, ../scss/core/_common.scss */
.view-mode .grid, .view-mode .list {
  float: left;
  width: 25px;
  height: 25px; }
/* line 2043, ../scss/core/_common.scss */
.view-mode strong.grid {
  /*   margin-right: 5px; */
  /*  background-position: $toolbar-icon-padding-offset (-500px+$toolbar-icon-padding-offset); */
  background: url(../images/grid_icon_active.png) no-repeat center center;
  width: 23px;
  height: 24px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
/* line 2057, ../scss/core/_common.scss */
.view-mode a.grid {
  /*   margin-right: 5px; */
  /*  background-position: $toolbar-icon-padding-offset (-500px+$toolbar-icon-padding-offset); */
  background: url(../images/grid_icon.png) no-repeat center center;
  width: 23px;
  height: 24px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background-color: #CBCBCB;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3); }
/* line 2071, ../scss/core/_common.scss */
.view-mode strong.grid, .view-mode a.grid:hover {
  /* background-position: -50px+$toolbar-icon-padding-offset (-500px+$toolbar-icon-padding-offset); */
  /* background-position: 0 0 ; */ }
/* line 2076, ../scss/core/_common.scss */
.view-mode strong.list {
  /*   background-position: $toolbar-icon-padding-offset+3px (-525px+$toolbar-icon-padding-offset); */
  background: url(../images/list_icon_active.png) no-repeat center center;
  width: 23px;
  height: 24px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
/* line 2090, ../scss/core/_common.scss */
.view-mode a.list {
  /*   background-position: $toolbar-icon-padding-offset+3px (-525px+$toolbar-icon-padding-offset); */
  background: url(../images/list_icon.png) no-repeat center center;
  width: 23px;
  height: 24px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  background-color: #CBCBCB;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.3); }
/* line 2104, ../scss/core/_common.scss */
.view-mode strong.list, .view-mode a.list:hover {
  /* background-position: -50px+$toolbar-icon-padding-offset+3px (-525px+$toolbar-icon-padding-offset); */
  /* background-position: 0 0 ; */ }

/* line 2111, ../scss/core/_common.scss */
.pager {
  position: relative;
  top: -7px; }
/* line 2116, ../scss/core/_common.scss */
.pager > .count-container {
  float: left; }
/* line 2120, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: "Open Sans";
  white-space: nowrap;
  margin: 0 15px 0 0; }
/* line 2127, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px; }
/* line 2132, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px; }
/* line 2135, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':'; }
/* line 2141, ../scss/core/_common.scss */
.pager .amount, .pager .limiter, .pager .pages {
  /*  margin-bottom: 5px; */ }

/* line 2149, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px; }
/* line 2154, ../scss/core/_common.scss */
.pages strong {
  display: none; }

/* line 2159, ../scss/core/_common.scss */
.pages li {
  display: inline-block; }
/* line 2161, ../scss/core/_common.scss */
.pages li a.next, .pages li:nth-last-child(2) a, .pages li a.previous {
  border: none; }

/* line 2166, ../scss/core/_common.scss */
.pages a, .pages .current {
  display: inline-block;
  border: 0;
  border-right: 1px solid #b9b9b9;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 13px;
  width: 25px;
  height: 13px;
  padding: 2px 0;
  color: #b9b9b9;
  font-family: "Open Sans";
  height: auto; }

/* line 2185, ../scss/core/_common.scss */
.std .pages ol li {
  margin-left: 0; }

/* line 2188, ../scss/core/_common.scss */
.pages .current, .pages .current:hover {
  color: #464646;
  /*  border: 1px solid $c-module-border; */
  width: 30px;
  /*  background-color: $c-gray; */
  cursor: default;
  font-weight: bold; }

/* line 2198, ../scss/core/_common.scss */
.pages .next, .pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative; }
/* line 2207, ../scss/core/_common.scss */
.pages .next:hover, .pages .previous:hover {
  border: 1px solid #464646; }

/* line 2213, ../scss/core/_common.scss */
.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #464646;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 10%;
  margin-left: -2px; }
/* line 2220, ../scss/core/_common.scss */
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #464646;
  border-right: none; }
/* line 2224, ../scss/core/_common.scss */
.pages .next:hover {
  border: none; }

/* line 2230, ../scss/core/_common.scss */
.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #464646;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 90%;
  margin-left: -2px; }
/* line 2237, ../scss/core/_common.scss */
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #464646;
  border-left: none; }
/* line 2241, ../scss/core/_common.scss */
.pages .previous:hover {
  border: none; }

@media only screen and (max-width: 479px) {
  /* line 2249, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none; }

  /* line 2253, ../scss/core/_common.scss */
  .pages {
    float: left; }

  /* line 2258, ../scss/core/_common.scss */
  .limiter label {
    display: none; } }
@media only screen and (max-width: 770px) {
  /* line 2266, ../scss/core/_common.scss */
  .col1-layout .sorter, .col1-layout .pager {
    width: 100%; }
  /* line 2270, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both; }
  /* line 2274, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0; }
  /* line 2279, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right; } }
@media only screen and (max-width: 979px) {
  /* line 2291, ../scss/core/_common.scss */
  .col2-left-layout .sorter, .col2-left-layout .pager, .col2-right-layout .sorter, .col2-right-layout .pager, .col3-layout .sorter, .col3-layout .pager {
    width: 100%; }
  /* line 2295, ../scss/core/_common.scss */
  .col2-left-layout .toolbar, .col2-right-layout .toolbar, .col3-layout .toolbar {
    position: relative; }
  /* line 2298, ../scss/core/_common.scss */
  .col2-left-layout .sorter, .col2-right-layout .sorter, .col3-layout .sorter {
    border: 0; }
  /* line 2301, ../scss/core/_common.scss */
  .col2-left-layout #init_switcher, .col2-right-layout #init_switcher, .col3-layout #init_switcher {
    border: 0;
    display: block;
    float: left;
    padding: 10px 0; }
  /* line 2307, ../scss/core/_common.scss */
  .col2-left-layout .limiter, .col2-right-layout .limiter, .col3-layout .limiter {
    border: 0;
    display: inline-block;
    float: right;
    padding: 8px 0; }
  /* line 2313, ../scss/core/_common.scss */
  .col2-left-layout .view-mode, .col2-right-layout .view-mode, .col3-layout .view-mode {
    position: absolute;
    right: 15px;
    padding-top: 10px;
    top: 0;
    margin: 0; }
  /* line 2320, ../scss/core/_common.scss */
  .col2-left-layout .pager, .col2-right-layout .pager, .col3-layout .pager {
    float: left;
    clear: both; }
  /* line 2324, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages, .col2-right-layout .pager .pages, .col3-layout .pager .pages {
    float: right;
    margin-left: 0; }
  /* line 2329, ../scss/core/_common.scss */
  .col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
    float: right; } }
@media only screen and (max-width: 1279px) {
  /* line 2339, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none; } }
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 2351, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse, #shopping-cart-totals-table .summary-collapse, body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer; }
/* line 2355, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before, #shopping-cart-totals-table .summary-collapse:before, body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
/* line 2361, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before, #shopping-cart-totals-table .summary-collapse:hover:before, body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
/* line 2371, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before, #shopping-cart-totals-table .show-details .summary-collapse:before, body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
/* line 2377, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before, #shopping-cart-totals-table .show-details .summary-collapse:hover:before, body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

/* line 2389, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px; }

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 2399, ../scss/core/_common.scss */
.a-center {
  text-align: center; }

/* line 2403, ../scss/core/_common.scss */
.a-right, .align-right {
  text-align: right; }

/* line 2408, ../scss/core/_common.scss */
.no-display {
  display: none !important; }

/* line 2412, ../scss/core/_common.scss */
.nobr, .nowrap {
  white-space: nowrap; }

/* line 2417, ../scss/core/_common.scss */
.width-full {
  width: 100%; }

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 2425, ../scss/core/_common.scss */
.hidden {
  display: none; }

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 2433, ../scss/core/_common.scss */
.page-print .print-head {
  margin: 0 0 15px; }

/* line 2437, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto; }

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 36, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px; }
/* line 40, ../scss/core/_form.scss */
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px; }

/* line 48, ../scss/core/_form.scss */
.fieldset + .fieldset {
  margin-top: 5px; }

/* line 52, ../scss/core/_form.scss */
form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f4f4f4; }

/* -------------------------------------------- *
 * Input Box
 */
/* line 63, ../scss/core/_form.scss */
.input-box {
  padding-top: 7px; }
/* line 66, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both; }

/* line 70, ../scss/core/_form.scss */
input:focus::-webkit-input-placeholder {
  color: transparent !important; }

/* line 73, ../scss/core/_form.scss */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* line 76, ../scss/core/_form.scss */
input:focus:-moz-placeholder {
  color: transparent !important; }

/* line 80, ../scss/core/_form.scss */
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle; }

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 89, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%; }

/* -------------------------------------------- *
 * Labels
 */
/* line 99, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 107, ../scss/core/_form.scss */
label.required:after, span.required:after {
  content: ' *';
  color: #e42d38;
  font-weight: normal;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px; }

/* line 116, ../scss/core/_form.scss */
label.required em, span.required em {
  display: none; }

/* -------------------------------------------- *
 * Hints
 */
/* line 125, ../scss/core/_form.scss */
.input-hint {
  color: #959595;
  font-size: 12px; }

/* -------------------------------------------- *
 * Select
 */
/* line 134, ../scss/core/_form.scss */
.select {
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  height: 26px;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

/* line 144, ../scss/core/_form.scss */
.styledSelect {
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  padding-left: 10px;
  /*  background: #ffffff url("https://www.manfrotto.de/skin/frontend/manfrotto/global/images/select_arrow.png") top 5px right 10px no-repeat; */
  border: none;
  height: 25px;
  color: #555555;
  -webkit-border-radius: 12px/13px 13px 12px 12px;
  -moz-border-radius: 12px/13px 13px 12px 12px;
  border-radius: 12px/13px 13px 12px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 25px;
  overflow: hidden; }

/* line 168, ../scss/core/_form.scss */
.styledSelect:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  /* left arrow slant */
  border-right: 4px solid transparent;
  /* right arrow slant */
  border-bottom: 6px solid #464646;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 5px; }

/* line 181, ../scss/core/_form.scss */
.styledSelect:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #464646;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  bottom: 5px; }

/* line 194, ../scss/core/_form.scss */
.styledSelect:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08)); }

/* line 202, ../scss/core/_form.scss */
.s-hidden {
  display: none;
  padding-right: 10px; }

/* line 206, ../scss/core/_form.scss */
ul.options {
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #464646;
  color: #ffffff;
  top: 35px;
  line-height: 14px;
  padding: 15px 0;
  overflow-y: scroll;
  max-height: 300px; }
/* line 219, ../scss/core/_form.scss */
ul.options:before {
  border-bottom: 10px solid #464646;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: " ";
  font-size: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 5px;
  top: -8px;
  width: 0; }
/* line 232, ../scss/core/_form.scss */
ul.options li {
  padding: 4px 10px;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  width: 100%; }
/* line 239, ../scss/core/_form.scss */
ul.options li:hover {
  background-color: #353535; }

/* line 245, ../scss/core/_form.scss */
select {
  background: #fff url("../images/jquery.selectbox-arrow.gif") no-repeat scroll right 10px top 50%;
  apperance: none;
  border-radius: 12px/13px 13px 12px 12px;
  -moz-border-radius: 12px/13px 13px 12px 12px;
  -webkit-border-radius: 12px/13px 13px 12px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 23px 0 10px;
  height: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0; }

/* line 260, ../scss/core/_form.scss */
select::-ms-expand {
  display: none; }

/* line 263, ../scss/core/_form.scss */
select + select {
  margin-left: 5px; }

/* line 267, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #B6B6B6;
  font-size: 15px;
  padding: 5px; }

/* line 273, ../scss/core/_form.scss */
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

/* line 289, ../scss/core/_form.scss */
.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px; }

/* line 294, ../scss/core/_form.scss */
.options li:hover {
  background-color: #39f;
  color: white; }

/* -------------------------------------------- *
 * Textarea
 */
/* line 302, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
  border: 1px solid #B6B6B6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none; }
/* line 316, ../scss/core/_form.scss */
textarea :focus {
  outline-color: transparent;
  outline-style: none; }
/* line 320, ../scss/core/_form.scss */
textarea:hover {
  border: 1px solid #B6B6B6; }

/* -------------------------------------------- *
 * Inputs
 */
/* line 329, ../scss/core/_form.scss */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #B6B6B6;
  background: #FFFFFF;
  font-size: 15px;
  /*     &:focus {
          border: 1px solid $c-input-border-focus;
      } */ }

/* line 341, ../scss/core/_form.scss */
.input-text.validation-failed {
  border: 1px solid #e42d38; }

/* line 346, ../scss/core/_form.scss */
.input-text.validation-failed:focus {
  outline-color: #f2969c; }

/* line 350, ../scss/core/_form.scss */
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
  height: 30px;
  padding: 0 8px; }

/* line 360, ../scss/core/_form.scss */
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 12px/13px 13px 12px 12px;
  -moz-border-radius: 12px/13px 13px 12px 12px;
  border-radius: 12px/13px 13px 12px 12px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  color: #555555;
  line-height: 25px; }

/* line 384, ../scss/core/_form.scss */
textarea.input-text {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 12px/13px 13px 12px 12px;
  -moz-border-radius: 12px/13px 13px 12px 12px;
  border-radius: 12px/13px 13px 12px 12px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-right: 10px;
  padding-left: 10px;
  color: #555555;
  line-height: 25px; }

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 405, ../scss/core/_form.scss */
  input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select {
    font-size: 16px;
    /* Prevent from zooming on focus */ } }
/* line 416, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none; }

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

/* -------------------------------------------- *
 * Placeholder
 */
/* line 435, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #959595; }

/* line 439, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #959595; }

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

/* line 453, ../scss/core/_form.scss */
input[type=checkbox]:not(old) {
  width: 11px;
  margin: 0;
  padding: 0;
  opacity: 0;
  float: left; }

/* line 460, ../scss/core/_form.scss */
input[type=checkbox]:not(old) + label {
  position: relative;
  cursor: pointer;
  padding-left: 20px; }

/* line 466, ../scss/core/_form.scss */
input[type=checkbox]:not(old) + label:before {
  width: 11px;
  height: 11px;
  content: " ";
  border: 1px solid #1a171b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 0;
  clear: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 4px; }

/* line 483, ../scss/core/_form.scss */
input[type=checkbox]:not(old):checked + label:before {
  background: url(../images/checked.png) no-repeat;
  border: none;
  content: " ";
  position: absolute;
  left: 0;
  top: 4px; }

/* line 491, ../scss/core/_form.scss */
input[type="radio"] {
  display: none; }

/* line 494, ../scss/core/_form.scss */
input[type="radio"] + label {
  font-weight: 400;
  background-color: #ffffff; }

/* line 498, ../scss/core/_form.scss */
input[type="radio"] + label span:first-of-type {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #B6B6B6;
  background-color: #ffffff; }

/* line 511, ../scss/core/_form.scss */
input[type="radio"] + label span:first-of-type {
  background-color: #ffffff; }

/* line 514, ../scss/core/_form.scss */
input[type="radio"]:checked + label {
  font-weight: 700;
  background-color: #ffffff; }

/* line 518, ../scss/core/_form.scss */
input[type="radio"]:checked + label span:first-of-type {
  position: relative;
  font-weight: 800;
  background-color: #ffffff; }
/* line 523, ../scss/core/_form.scss */
input[type="radio"]:checked + label span:first-of-type:after {
  background-color: #e42d38;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  height: 13px;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 13px; }

/* -------------------------------------------- *
 * Validation
 */
/* line 539, ../scss/core/_form.scss */
p.required, .validation-advice {
  margin: 5px 0 0;
  color: #e42d38;
  font-size: 10px;
  line-height: 12px; }

/* ============================================ *
 * Form List
 * ============================================ */
/* line 553, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px; }
/* line 556, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%; }
/* line 562, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px; }
/* line 566, ../scss/core/_form.scss */
.form-list .field, .form-list .wide, .form-list .control {
  margin-bottom: 10px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 574, ../scss/core/_form.scss */
.form-list .control, .sp-methods dt, #checkout-shipping-method-load .sp-methods dd, #co-shipping-method-form .sp-methods dd, .product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
/* line 580, ../scss/core/_form.scss */
.form-list .control div.input-box, .sp-methods dt div.input-box, #checkout-shipping-method-load .sp-methods dd div.input-box, #co-shipping-method-form .sp-methods dd div.input-box, .product-options ul.options-list div.input-box {
  display: inline;
  float: left; }
/* line 584, ../scss/core/_form.scss */
.form-list .control div.input-box:after, .sp-methods dt div.input-box:after, #checkout-shipping-method-load .sp-methods dd div.input-box:after, #co-shipping-method-form .sp-methods dd div.input-box:after, .product-options ul.options-list div.input-box:after {
  display: none; }
/* line 589, ../scss/core/_form.scss */
.form-list .control input.radio, .form-list .control input.checkbox, .sp-methods dt input.radio, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.radio, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px; }
/* line 597, ../scss/core/_form.scss */
.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
  color: #1a171b;
  background-color: #E3E3E3;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 77%;
  width: auto;
  float: none;
  padding: 6px 10px 6px 40px; }
/* line 607, ../scss/core/_form.scss */
.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
  background-color: gainsboro; }
/* line 613, ../scss/core/_form.scss */
.form-list .control .no-display + label, .sp-methods dt .no-display + label, #checkout-shipping-method-load .sp-methods dd .no-display + label, #co-shipping-method-form .sp-methods dd .no-display + label, .product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent; }
/* line 617, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover, .sp-methods dt .no-display + label:hover, #checkout-shipping-method-load .sp-methods dd .no-display + label:hover, #co-shipping-method-form .sp-methods dd .no-display + label:hover, .product-options ul.options-list .no-display + label:hover {
  background-color: transparent; }

/* line 624, ../scss/core/_form.scss */
.product-options ul.options-list label, .col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%; }

/* line 632, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit; }

/* line 639, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px; }
/* line 642, ../scss/core/_form.scss */
.form-list .control label {
  float: none; }
/* line 645, ../scss/core/_form.scss */
.form-list .control .radio, .form-list .control .checkbox {
  margin-right: 6px; }
/* line 649, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0; }

/* line 658, ../scss/core/_form.scss */
form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #959595; }

/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 30, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px; }

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 38, ../scss/core/_table.scss */
.data-table {
  width: 100%;
  padding: 20px; }

/* line 43, ../scss/core/_table.scss */
.data-table td, .data-table th {
  /* padding: 10px; */
  vertical-align: top; }

/* line 49, ../scss/core/_table.scss */
.data-table th {
  /*   background: $c-table-background; */
  text-transform: uppercase;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: normal;
  color: #B6B6B6;
  font-weight: 800; }
/* line 57, ../scss/core/_table.scss */
.data-table th span {
  padding-bottom: 15px;
  display: inline-block; }

/* line 62, ../scss/core/_table.scss */
.data-table thead th, .data-table tbody td {
  border-bottom: 1px solid #EBEBEB;
  padding: 15px 20px; }

/* line 68, ../scss/core/_table.scss */
.data-table tbody td, .data-table tfoot td {
  border-bottom: 1px solid #EBEBEB;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 75, ../scss/core/_table.scss */
.data-table tfoot tr {
  /*   background: $c-table-background; */ }

/* line 79, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px; }
/* line 83, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':'; }

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/* line 92, ../scss/core/_table.scss */
.info-box {
  border: 1px solid #4b4b4b;
  padding: 12px 15px;
  margin: 0 0 15px; }
/* line 97, ../scss/core/_table.scss */
.info-box h2 {
  font-weight: bold;
  font-size: 13px; }

/* line 103, ../scss/core/_table.scss */
.info-table th, .info-table td {
  vertical-align: top; }

/* line 108, ../scss/core/_table.scss */
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0; }

/* line 113, ../scss/core/_table.scss */
.info-table td {
  padding: 4px 0; }

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 122, ../scss/core/_table.scss */
.zebra-table tr:first-child, .zebra-table th:first-child {
  border-top: 1px solid #4b4b4b; }
/* line 127, ../scss/core/_table.scss */
.zebra-table td, .zebra-table th {
  border-bottom: 1px solid #4b4b4b;
  padding: 6px;
  background-color: transparent; }
/* line 134, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED; }
/* line 138, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5; }

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 257, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */ }
  /* line 149, ../scss/core/_table.scss */
  .linearize-table tr, .linearize-table th, .linearize-table td {
    display: block; }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0; }
  /* line 160, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none; }
  /* line 164, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none; }
  /* line 168, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC; }
  /* line 173, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0; }
  /* line 179, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none; }
  /* line 183, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px; }
  /* line 187, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
    font-weight: bold; }
  /* line 192, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: right;
    padding-left: 30px; }
  /* line 197, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
    float: left;
    font-weight: 800;
    color: #B6B6B6;
    font-family: Open Sans;
    text-transform: uppercase; }
  /* line 210, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right; }
  /* line 215, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both; }
  /* line 219, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left; }
  /* line 224, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none; }
  /* line 228, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
    text-align: left;
    padding-left: 10px; }
  /* line 235, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    width: 40%;
    text-align: right;
    padding-right: 10px !important; }
  /* line 243, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none; }
  /* line 247, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0; }
  /* line 251, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block; } }
@media only screen and (max-width: 599px) {
  /* line 263, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */ }
  /* line 149, ../scss/core/_table.scss */
  .linearize-table-large tr, .linearize-table-large th, .linearize-table-large td {
    display: block; }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0; }
  /* line 160, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none; }
  /* line 164, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none; }
  /* line 168, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC; }
  /* line 173, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0; }
  /* line 179, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none; }
  /* line 183, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px; }
  /* line 187, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child, .linearize-table-large tbody td:first-child h3 {
    font-weight: bold; }
  /* line 192, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: right;
    padding-left: 30px; }
  /* line 197, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
    float: left;
    font-weight: 800;
    color: #B6B6B6;
    font-family: Open Sans;
    text-transform: uppercase; }
  /* line 210, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right; }
  /* line 215, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both; }
  /* line 219, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left; }
  /* line 224, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none; }
  /* line 228, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
    text-align: left;
    padding-left: 10px; }
  /* line 235, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    width: 40%;
    text-align: right;
    padding-right: 10px !important; }
  /* line 243, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none; }
  /* line 247, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0; }
  /* line 251, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block; } }
@media only screen and (min-width: 600px) {
  /* line 269, ../scss/core/_table.scss */
  .linearize-table .linearize-collapse {
    display: none; } }
/* ============================================ *
 * Global
 * ============================================ */
/* line 30, ../scss/layout/_global.scss */
html, body {
  height: 100%; }

/* line 35, ../scss/layout/_global.scss */
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #EBEBEB; }

/* line 42, ../scss/layout/_global.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both; }

/* line 46, ../scss/layout/_global.scss */
.note-msg {
  clear: both; }

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 32, ../scss/layout/_header.scss */
  .page-header {
    max-width: 1180px;
    margin: 0 auto; } }
@media only screen and (max-width: 1199px) {
  /* line 38, ../scss/layout/_header.scss */
  #header.page-header {
    padding: 0 20px 0 20px; } }
@media only screen and (max-width: 770px) {
  /* line 43, ../scss/layout/_header.scss */
  #header.page-header {
    padding: 0; } }
/* line 47, ../scss/layout/_header.scss */
.header-language-container, .page-header {
  font-family: "Open Sans"; }

/* line 51, ../scss/layout/_header.scss */
.page-header-wrapper {
  background-color: #bd0237;
  /*     position: fixed; */
  z-index: 201;
  width: 100%;
  top: 0; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 62, ../scss/layout/_header.scss */
.header-language-background {
  background-color: #545454;
  z-index: 3;
  position: relative; }
/* line 67, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
/* line 73, ../scss/layout/_header.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both; }
/* line 77, ../scss/layout/_header.scss */
.header-language-background .form-language, .header-language-background .currency-switcher {
  float: left;
  margin-right: 10px; }
/* line 83, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right; }
/* line 86, ../scss/layout/_header.scss */
.header-language-background #GroupEndorsementStripContainer {
  max-width: 1180px;
  margin: 0 auto;
  height: 36px; }
/* line 90, ../scss/layout/_header.scss */
.header-language-background #GroupEndorsementStripContainer #ESGroupNavMenu {
  float: right;
  width: 130px; }
/* line 94, ../scss/layout/_header.scss */
.header-language-background #GroupEndorsementStripContainer #ESGroupNavMenu select {
  width: 130px;
  margin-top: 5px; }
/* line 98, ../scss/layout/_header.scss */
.header-language-background #GroupEndorsementStripContainer #ESGroupNavMenu .selectBox {
  margin-top: 5px; }

/* line 104, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px; }
/* line 108, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none; }
/* line 111, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%; }

/* line 115, ../scss/layout/_header.scss */
.store-language-container-wrap {
  width: 50%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block; }
/* line 121, ../scss/layout/_header.scss */
.store-language-container-wrap .form-language a {
  margin: 0 4px;
  font-size: 11px;
  color: #fff; }
/* line 125, ../scss/layout/_header.scss */
.store-language-container-wrap .form-language a.active, .store-language-container-wrap .form-language a:hover {
  text-decoration: underline !important; }

@media only screen and (max-width: 479px) {
  /* line 132, ../scss/layout/_header.scss */
  .page-header-container .store-language-container {
    padding-top: 8px; }
  /* line 135, ../scss/layout/_header.scss */
  .page-header-container .store-language-container select {
    font-size: 12px; } }
@media only screen and (max-width: 770px) {
  /* line 142, ../scss/layout/_header.scss */
  .page-header-container {
    width: 100%; }

  /* line 145, ../scss/layout/_header.scss */
  .store-language-container-wrap {
    width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    position: relative; }
  /* line 151, ../scss/layout/_header.scss */
  .store-language-container-wrap:after {
    background: #555555;
    height: 31px;
    position: absolute;
    content: " ";
    width: 1px;
    top: 7px;
    right: -1px; }
  /* line 160, ../scss/layout/_header.scss */
  .store-language-container-wrap .form-language a {
    font-size: 12px;
    font-weight: 800; } }
/* line 167, ../scss/layout/_header.scss */
.header-language-background, .header-language-background a {
  color: #E6E6E6; }

@media only screen and (max-width: 770px) {
  /* line 174, ../scss/layout/_header.scss */
  .header-language-background {
    display: none; } }
/* ============================================ *
 * Logo
 * ============================================ */
/* line 185, ../scss/layout/_header.scss */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 20px 25px 15px 0;
  font-size: 12px; }
/* line 195, ../scss/layout/_header.scss */
.logo img {
  max-width: 100%; }
/* line 199, ../scss/layout/_header.scss */
.logo .small {
  display: inline-block; }
/* line 202, ../scss/layout/_header.scss */
.logo .large {
  display: none; }

/* line 207, ../scss/layout/_header.scss */
.logo:hover {
  opacity: 0.8; }

@media only screen and (max-width: 770px) {
  /* line 212, ../scss/layout/_header.scss */
  .logo {
    width: 40%;
    padding: 0 0 4px 10px;
    display: block;
    float: left;
    line-height: 52px;
    min-width: 40%;
    text-align: left; } }
@media only screen and (min-width: 771px) {
  /* line 227, ../scss/layout/_header.scss */
  .logo {
    width: 14%; }
  /* line 229, ../scss/layout/_header.scss */
  .logo .small {
    display: none; }
  /* line 232, ../scss/layout/_header.scss */
  .logo .large {
    display: block; } }
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 243, ../scss/layout/_header.scss */
.skip-links {
  overflow: hidden;
  /*     border-top: 1px solid #EDEDED;
      border-bottom: 1px solid #EDEDED; */
  overflow: visible;
  font-weight: 600;
  display: inline-block; }

@media only screen and (min-width: 771px) {
  /* line 256, ../scss/layout/_header.scss */
  .skip-links {
    border: 0 none;
    float: right;
    height: 80px;
    width: 27%;
    position: relative; }
  /* line 262, ../scss/layout/_header.scss */
  .skip-links > div {
    float: left; }

  /* line 266, ../scss/layout/_header.scss */
  .page-header-menu-wrapper {
    display: none; } }
/* line 271, ../scss/layout/_header.scss */
.skip-links.menu-icon {
  display: none; }

@media only screen and (max-width: 1024px) {
  /* line 275, ../scss/layout/_header.scss */
  .skip-links {
    width: 29%; } }
@media only screen and (max-width: 770px) {
  /* line 281, ../scss/layout/_header.scss */
  .skip-nav.skip-link.menu-icon {
    line-height: 53px;
    height: 53px; }

  /* line 286, ../scss/layout/_header.scss */
  .skip-nav.menu-icon {
    display: block;
    float: right;
    width: 18%;
    padding-right: 0;
    line-height: 53px; }
  /* line 293, ../scss/layout/_header.scss */
  .skip-nav.menu-icon span .close {
    display: none; }
  /* line 297, ../scss/layout/_header.scss */
  .skip-nav.menu-icon .label {
    display: none; }
  /* line 300, ../scss/layout/_header.scss */
  .skip-nav.menu-icon .icon {
    background-image: none; }
  /* line 302, ../scss/layout/_header.scss */
  .skip-nav.menu-icon .icon svg {
    fill: #ffffff;
    color: #ffffff;
    height: 30px;
    width: 40px;
    display: block; } }
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 317, ../scss/layout/_header.scss */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 80px;
  color: #1a171b;
  line-height: 80px;
  text-align: center;
  overflow: hidden; }

/* line 328, ../scss/layout/_header.scss */
a.skip-link {
  text-decoration: none; }

/* line 332, ../scss/layout/_header.scss */
.skip-link:not(.skip-active):hover, #country_selector:hover {
  opacity: 0.8;
  border: 0; }

/* .selector-active is class which use the same style as hover (we will use it in .js) */
/* #country_selector:hover, */
/* line 337, ../scss/layout/_header.scss */
#country_selector.selector-active {
  color: #1a171b;
  background: #ffffff;
  opacity: 1;
  border: 0; }
/* line 342, ../scss/layout/_header.scss */
#country_selector.selector-active a {
  color: #555555; }

@media only screen and (max-width: 770px) {
  /* line 351, ../scss/layout/_header.scss */
  .skip-links {
    width: 100%;
    float: left;
    display: block;
    background: #000000; }

  /* line 357, ../scss/layout/_header.scss */
  .skip-link {
    /*   border-right: 1px solid #EDEDED; */
    line-height: 45px;
    height: 45px; }

  /* line 363, ../scss/layout/_header.scss */
  .skip-link:last-child {
    border-right: 0; }

  /* line 366, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    width: 50%; }

  /* line 369, ../scss/layout/_header.scss */
  .customer-name {
    display: inline-block;
    color: #ffffff; }

  /* line 373, ../scss/layout/_header.scss */
  .noitems {
    display: none; } }
@media only screen and (min-width: 500px) {
  /* line 383, ../scss/layout/_header.scss */
  .skip-link {
    width: 25%; } }
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  /* line 394, ../scss/layout/_header.scss */
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit; }

  /* line 399, ../scss/layout/_header.scss */
  .skip-link.skip-active span {
    color: inherit; } }
/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 409, ../scss/layout/_header.scss */
.skip-link .icon {
  display: inline-block;
  vertical-align: middle; }

/* .skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
} */
/* line 417, ../scss/layout/_header.scss */
.skip-link.skip-account .icon {
  width: 16px;
  height: 14px; }

/* line 421, ../scss/layout/_header.scss */
.skip-link.skip-cart .icon {
  width: 18px;
  height: 14px; }

/* line 425, ../scss/layout/_header.scss */
.skip-link.skip-search .icon {
  width: 31px;
  height: 32px; }

@media only screen and (max-width: 770px) {
  /* line 439, ../scss/layout/_header.scss */
  .skip-link.skip-account {
    width: auto;
    min-width: auto;
    padding: 0 10px;
    position: relative; }
  /* line 444, ../scss/layout/_header.scss */
  .skip-link.skip-account:after {
    background: #555555;
    height: 31px;
    position: absolute;
    content: " ";
    width: 1px;
    top: 7px;
    right: 0; }
  /* line 454, ../scss/layout/_header.scss */
  .skip-link.skip-account.skip-active:after {
    display: none; }

  /* line 459, ../scss/layout/_header.scss */
  .skip-link.skip-cart {
    width: 100%;
    padding: 0 10px;
    position: relative; }
  /* line 463, ../scss/layout/_header.scss */
  .skip-link.skip-cart:after {
    background: #555555;
    height: 31px;
    position: absolute;
    content: " ";
    width: 1px;
    top: 7px;
    right: 0; }
  /* line 473, ../scss/layout/_header.scss */
  .skip-link.skip-cart.skip-active:after {
    display: none; }

  /* line 478, ../scss/layout/_header.scss */
  .skip-link.skip-account .icon {
    width: 20px;
    height: 21px; }

  /* line 482, ../scss/layout/_header.scss */
  .skip-link.skip-cart .icon {
    width: 27px;
    height: 23px; }

  /* line 486, ../scss/layout/_header.scss */
  .skip-link.skip-search .icon {
    width: 42px;
    height: 36px; }

  /* line 490, ../scss/layout/_header.scss */
  .account-cart-wrapper .header-minicart {
    display: inline-block;
    width: auto;
    min-width: auto;
    float: left; }
  /* line 497, ../scss/layout/_header.scss */
  .account-cart-wrapper .header-minicart #header-cart {
    position: absolute;
    right: 0;
    width: 100% !important; } }
/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 509, ../scss/layout/_header.scss */
.skip-link .label {
  display: none; }

@media only screen and (min-width: 500px) {
  /* line 517, ../scss/layout/_header.scss */
  .skip-link .label {
    display: inline; } }
/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 527, ../scss/layout/_header.scss */
.skip-content {
  display: none; }

/* line 531, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
  width: 100%;
  background: #ffffff;
  /*    background: #EDEDED; */ }
/* line 536, ../scss/layout/_header.scss */
.skip-content.skip-active#header-nav {
  width: 90%; }

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  /* line 552, ../scss/layout/_header.scss */
  #header-account li a, .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 0;
    text-align: left;
    color: #1a171b;
    text-transform: none;
    line-height: 30px; }

  /* line 562, ../scss/layout/_header.scss */
  #header-account li:last-child a, .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; }

  /* line 567, ../scss/layout/_header.scss */
  .no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
    background-color: #E3E3E3;
    text-decoration: none; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 567, ../scss/layout/_header.scss */
  .no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
    background-color: transparent; } }

@media only screen and (max-width: 770px) {
  /* line 575, ../scss/layout/_header.scss */
  #header-nav .skip-content {
    display: block; } }
/* line 580, ../scss/layout/_header.scss */
.account-cart-wrapper {
  height: 80px;
  width: 60%;
  float: left; }
@media only screen and (max-width: 770px) {
  /* line 580, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    position: static;
    width: auto;
    display: block;
    height: 45px;
    min-width: auto; } }

/* line 594, ../scss/layout/_header.scss */
.website-switcher-wrapper {
  width: 20%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  /* padding: 28px 0 0 5px; */ }
/* line 601, ../scss/layout/_header.scss */
.website-switcher-wrapper .header_country_link {
  font-size: 11px;
  color: #fff;
  border: 0; }
@media only screen and (max-width: 1024px) {
  /* line 601, ../scss/layout/_header.scss */
  .website-switcher-wrapper .header_country_link {
    font-size: 10px; } }
/* line 609, ../scss/layout/_header.scss */
.website-switcher-wrapper .header_country_link .header_country_link:hover {
  border: 0; }
/* line 611, ../scss/layout/_header.scss */
.website-switcher-wrapper .header_country_link .header_country_link:hover a {
  border: 0; }
/* line 613, ../scss/layout/_header.scss */
.website-switcher-wrapper .header_country_link .header_country_link:hover a:hover {
  border: 0;
  text-decoration: underline; }
/* line 617, ../scss/layout/_header.scss */
.website-switcher-wrapper .header_country_link .header_country_link:hover a:hover span:hover {
  text-decoration: underline; }
/* line 624, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country {
  /* clear: both; */
  /* float: left; */
  margin-right: 3px;
  line-height: 80px;
  display: inline-block;
  /*             width: 20px; */
  border: 0;
  /* 			&:hover {
  				text-decoration: underline;
  			} */ }
/* line 637, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.com {
  background: url(../images/com_active.png) no-repeat 0 50%;
  padding-left: 20px; }
@media only screen and (max-width: 770px) {
  /* line 637, ../scss/layout/_header.scss */
  .website-switcher-wrapper .icon_country.com {
    background: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/com_active_mobile.png) no-repeat 0 50%;
    padding-left: 30px; } }
/* line 646, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.us {
  background: url(../images/us.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 650, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.uk {
  background: url(../images/uk.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 654, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.it {
  background: url(../images/it.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 658, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.fr {
  background: url(../images/fr.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 662, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.de {
  background: url(../images/de.jpg) no-repeat 0 50%;
  padding-left: 20px; }
/* line 666, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.nl {
  background: url(../images/nl.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 670, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.hk {
  background: url(../images/hk.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 674, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.jp {
  background: url(../images/jp.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 678, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.ca {
  background: url(../images/ca.jpg) no-repeat 0 50%;
  padding-left: 20px; }
/* line 682, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.ch {
  background: url(../images/ch.jpg) no-repeat 0 50%;
  padding-left: 20px; }
/* line 686, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.cn {
  background: url(../images/cn.jpg) no-repeat 0 50%;
  padding-left: 20px; }
/* line 690, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.es {
  background: url(../images/es.jpg) no-repeat 0 50%;
  padding-left: 20px; }
/* line 694, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.ie {
  background: url(../images/ie.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 698, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.in {
  background: url(../images/in.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 702, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.kr {
  background: url(../images/kr.png) no-repeat 0 50%;
  padding-left: 20px; }
/* line 706, ../scss/layout/_header.scss */
.website-switcher-wrapper .icon_country.ru {
  background: url(../images/ru.png) no-repeat 0 50%;
  padding-left: 20px; }
@media only screen and (max-width: 770px) {
  /* line 624, ../scss/layout/_header.scss */
  .website-switcher-wrapper .icon_country {
    line-height: 45px; } }
/* line 714, ../scss/layout/_header.scss */
.website-switcher-wrapper #country_selector.selector-active .icon_country.com {
  background: url("../images/com_inactive.png") no-repeat scroll 0 50%; }
@media only screen and (max-width: 770px) {
  /* line 714, ../scss/layout/_header.scss */
  .website-switcher-wrapper #country_selector.selector-active .icon_country.com {
    background: url("../images/com_inactive_mobile.png") no-repeat scroll 0 50%; } }
/* line 721, ../scss/layout/_header.scss */
.website-switcher-wrapper #country_div {
  background: #fff;
  width: 185%;
  right: 0;
  top: 80px;
  position: absolute; }
@media only screen and (max-width: 770px) {
  /* line 721, ../scss/layout/_header.scss */
  .website-switcher-wrapper #country_div {
    width: 153%; } }
/* line 732, ../scss/layout/_header.scss */
.website-switcher-wrapper #country_div .header_country_link {
  color: #000; }
/* line 736, ../scss/layout/_header.scss */
.website-switcher-wrapper #country_div #country_list li {
  border: 0;
  margin: 5px 0;
  line-height: 25px;
  text-align: left;
  padding: 0 33%; }
/* line 744, ../scss/layout/_header.scss */
.website-switcher-wrapper #country_div #country_list li .icon_country {
  line-height: 25px; }
/* line 747, ../scss/layout/_header.scss */
.website-switcher-wrapper #country_div #country_list li .icon_country.com {
  background: url(../images/com_inactive.png) no-repeat 0 50%;
  padding-left: 20px; }
@media only screen and (max-width: 770px) {
  /* line 721, ../scss/layout/_header.scss */
  .website-switcher-wrapper #country_div {
    top: 45px; } }
/* line 758, ../scss/layout/_header.scss */
.website-switcher-wrapper .click-here {
  display: none;
  background: #fff;
  width: 385%;
  right: 0;
  top: 80px;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 18px; }
/* line 768, ../scss/layout/_header.scss */
.website-switcher-wrapper .click-here a {
  font-weight: 700; }
@media only screen and (max-width: 770px) {
  /* line 594, ../scss/layout/_header.scss */
  .website-switcher-wrapper {
    position: relative;
    width: auto;
    display: inline-block;
    float: left;
    height: 45px;
    display: inline-block;
    padding: 0;
    line-height: 45px;
    text-align: center; }
  /* line 782, ../scss/layout/_header.scss */
  .website-switcher-wrapper #country_selector {
    padding: 0 10px; }
  /* line 784, ../scss/layout/_header.scss */
  .website-switcher-wrapper #country_selector span {
    font-size: 12px;
    font-weight: 800; } }

/* .website-switcher-wrapper:hover {
		background: $c-white;
		color: $c-gray-d;
		border: 0;
		.icon_country {
			color: $c-gray-d;
			border-bottom: 0;
		}
		.icon_country.com {
			background: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/country_icon_com_hover.png) no-repeat 0 50%;
			border: 0
		}
		 #country_div {
		 	border: 0;
		 }
} */
/* line 807, ../scss/layout/_header.scss */
.search {
  width: 20%;
  height: 80px; }
@media only screen and (max-width: 770px) {
  /* line 807, ../scss/layout/_header.scss */
  .search {
    display: block;
    float: right;
    text-align: right;
    width: auto;
    line-height: 45px;
    height: 45px;
    width: auto; }
  /* line 819, ../scss/layout/_header.scss */
  .search .skip-search {
    width: 100%;
    float: right;
    text-align: right;
    padding-right: 10px; } }

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 30, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 40%; }
/* line 33, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
  /*         .icon {
              background-position: -50px+4px ($toolbar-icon-padding-offset/2);
          } */ }

/* line 41, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: inline; }

/* line 45, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  background-position: 4px 4px; }

@media only screen and (min-width: 500px) {
  /* line 54, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: 25%; } }
@media only screen and (min-width: 771px) {
  /* line 64, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none; } }
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  /* line 76, ../scss/layout/_header-nav.scss */
  .mobile-overlay {
    background: #707070 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; }

  /* line 86, ../scss/layout/_header-nav.scss */
  #header-nav {
    /*        padding: 5px 0; */
    position: fixed;
    display: block;
    overflow-y: scroll; }

  /* line 92, ../scss/layout/_header-nav.scss */
  .cbp-spmenu-vertical {
    width: 90%;
    height: 100%;
    top: 0;
    z-index: 1000; }

  /* line 98, ../scss/layout/_header-nav.scss */
  .cbp-spmenu-left {
    right: -90%; }

  /* line 101, ../scss/layout/_header-nav.scss */
  .cbp-spmenu-left.cbp-spmenu-open {
    right: 0px; }

  /* line 104, ../scss/layout/_header-nav.scss */
  .cbp-spmenu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  /* line 109, ../scss/layout/_header-nav.scss */
  #showRight {
    position: static;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 53px;
    text-align: right;
    padding-right: 10px; }

  /* line 120, ../scss/layout/_header-nav.scss */
  #showRight.active {
    width: 10%;
    left: 0;
    text-align: center;
    padding-right: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #bd0237; }
  /* line 132, ../scss/layout/_header-nav.scss */
  #showRight.active .icon .close {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 14px;
    height: 15px;
    width: 15px;
    background: #ffffff;
    color: #bd0237;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 auto;
    width: 15px;
    display: block;
    text-indent: 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    text-align: center; }
  /* line 154, ../scss/layout/_header-nav.scss */
  #showRight.active .icon svg {
    display: none; } }
@media only screen and (max-height: 26.375emm) {
  /* line 160, ../scss/layout/_header-nav.scss */
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }

  /* line 165, ../scss/layout/_header-nav.scss */
  .cbp-spmenu-left {
    left: -190px; } }
@media only screen and (min-width: 771px) {
  /* line 174, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
    width: 57%;
    float: left;
    overflow: hidden;
    height: 80px; } }
@media only screen and (max-width: 1024px) {
  /* 	#header-nav {
  		width: 64%;
  	} */ }
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 193, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block; } }
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 206, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #fff;
  line-height: 80px;
  font-family: "Open Sans";
  font-weight: 600; }
@media only screen and (max-width: 1024px) {
  /* line 206, ../scss/layout/_header-nav.scss */
  .nav-primary a {
    font-size: 11px; } }
@media only screen and (max-width: 770px) {
  /* line 206, ../scss/layout/_header-nav.scss */
  .nav-primary a {
    color: #464646;
    font-size: 14px; } }

/* line 234, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
  display: block; }

/* line 239, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a {
  text-transform: uppercase; }

/* line 245, ../scss/layout/_header-nav.scss */
.nav-primary li.level0.parent > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #f2969c;
  border-bottom: none;
  top: 48%;
  right: 8px; }

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  /* line 260, ../scss/layout/_header-nav.scss */
  .nav-primary img {
    display: none; }
  /* line 271, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none; }
  /* line 276, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0 0 0 25px; }
  /* line 280, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 280, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 0 0 0 10px; } }
@media only screen and (max-width: 770px) {
  /* line 287, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px; }
  /* line 296, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px; }
  /* line 305, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a, .nav-primary li.sub-menu-active > a {
    color: #464646; } }
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 318, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
    /** grid sub cat **/ }
  /* line 320, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    padding: 0 20px 0 10px; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 320, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    padding: 0 20px 0 10px; } }
@media only screen and (min-width: 771px) {
  /* line 327, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0:not(.has-children) {
    padding: 0 10px; }
  /* line 330, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0, .nav-primary a.level0 {
    display: inline-block; }
  /* line 335, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none; }
  /* line 339, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.hover-class > a {
    /*            // border-bottom: 3px solid #f2969c; */
    background: #fff;
    color: #bd0237; }
  /* line 345, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active {
    z-index: 200; }
  /* line 349, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */ }
  /* line 361, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.top-seller {
    width: 22%;
    top: 25px;
    max-width: 280px; }
  /* line 365, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.top-seller li {
    border: 1px solid #c0c0c0;
    /*    height: 380px; */
    position: relative; }
  /* line 370, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.top-seller li a {
    border: none; }
  /* line 373, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.top-seller li a img {
    max-width: 100%; }
  /* line 376, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.top-seller .product_labels_wrapper {
    left: 1px; }
  /* line 380, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0 {
    border-bottom: 2px solid #c0c0c0;
    padding-top: 5px; }
  /* line 385, ../scss/layout/_header-nav.scss */
  .nav-primary .nav-1 > ul.level0, .nav-primary .nav-2 ul.level0 {
    height: 460px; }
  /* line 390, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul.level1 {
    top: 0;
    padding-top: 15px;
    max-width: 900px; }
  /* line 394, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul.level1 li span.has-children {
    text-transform: uppercase;
    border-bottom: 2px solid #959595;
    color: #959595;
    font-weight: 700;
    display: inline-block;
    width: 100%; }
  /* line 402, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul.level1 li span.has-children + ul li a {
    font-weight: 400; }
  /* line 410, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block; }
  /* line 414, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0 li.level1 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px 100px; }
  /* line 422, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 > span.level1 {
    line-height: 20px;
    color: #959595;
    display: inline-block;
    font-weight: 700;
    padding-right: 20px;
    font-size: 15px;
    position: relative;
    max-width: 170px;
    cursor: pointer; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 422, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 > span.level1 {
    font-size: 12px; } }
@media only screen and (min-width: 771px) {
  /* line 438, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1.menu-active > span.level1 {
    color: #000; }
  /* line 440, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1.menu-active > span.level1:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: none;
    top: 6px;
    right: 5px; }
  /* line 448, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto; }
  /* line 453, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px; }
  /* line 462, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul.level1 li.level0 li.parent > a {
    position: relative; }
  /* line 466, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul.level1 li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px; }
  /* line 473, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul.level1 a {
    color: #000; }
  /* line 476, ../scss/layout/_header-nav.scss */
  .nav-primary .level2 a.level2 {
    line-height: 1.5; }
  /* line 482, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-nav li.level2 {
    float: left;
    border: 1px solid #c0c0c0;
    position: relative; }
  /* line 486, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-nav li.level2 img {
    display: inline;
    max-width: 100%; }
  /* line 490, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-nav li.level2 a {
    text-align: center; }
  /* line 493, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-nav li.level2 span {
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    left: 15px;
    text-align: left;
    padding-right: 10px; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 493, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-nav li.level2 span {
    font-size: 11px;
    line-height: 14px; } }
@media only screen and (min-width: 771px) {
  /* line 510, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li {
    overflow: hidden; }
  /* line 512, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li > span {
    display: block;
    padding: 0 10px;
    height: 40px;
    overflow: hidden; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 512, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li > span {
    font-size: 12px; } }
@media only screen and (min-width: 771px) {
  /* line 521, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li > a {
    /*     height: 250px; */
    padding: 0 5px; }
  /* line 525, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li > .button.btn-cart {
    margin: 20px 10px; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 525, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li > .button.btn-cart {
    font-size: 11px; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 532, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li .product_labels_wrapper {
    max-width: 61%;
    width: 100%; }
  /* line 537, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li .product_labels_wrapper .labels .product_label {
    line-height: 24px;
    font-size: 11px; }
  /* line 540, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li .product_labels_wrapper .labels .product_label .label_name {
    font-size: 10px;
    height: 24px; }
  /* line 544, ../scss/layout/_header-nav.scss */
  .nav-primary ul.top-seller li .product_labels_wrapper .labels .product_label .arrows {
    height: 24px; } }
@media only screen and (min-width: 771px) {
  /* line 553, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-1 li {
    /*            height: 380px; */
    margin: 10px;
    max-height: 380px;
    overflow: hidden; }
  /* line 558, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-1 li img {
    width: 100%;
    height: auto; }
  /* line 565, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-2 li {
    width: 46%;
    margin: 10px 2%;
    max-height: 380px;
    overflow: hidden;
    height: auto; }
  /* line 571, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-2 li img {
    width: 100%;
    height: auto; }
  /* line 578, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-3 li {
    width: 29.5%;
    margin: 10px 1.8%;
    max-height: 180px;
    overflow: hidden; }
  /* line 583, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-3 li img {
    width: 100%;
    height: auto; }
  /* line 590, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-6, .nav-primary .grid-navigation-5, .nav-primary .grid-navigation-4, .nav-primary .grid-navigation-3 {
    max-width: 630px !important; }
  /* line 593, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-6 li, .nav-primary .grid-navigation-5 li, .nav-primary .grid-navigation-4 li, .nav-primary .grid-navigation-3 li {
    max-height: 180px;
    overflow: hidden; }
  /* line 597, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-6 li img, .nav-primary .grid-navigation-5 li img, .nav-primary .grid-navigation-4 li img, .nav-primary .grid-navigation-3 li img {
    width: 100%;
    height: auto; }
  /* line 602, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-6 li.level2:nth-child(3n+1), .nav-primary .grid-navigation-5 li.level2:nth-child(3n+1), .nav-primary .grid-navigation-4 li.level2:nth-child(3n+1), .nav-primary .grid-navigation-3 li.level2:nth-child(3n+1) {
    clear: left; }
  /* line 605, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-6 li.level2:nth-child(3n), .nav-primary .grid-navigation-5 li.level2:nth-child(3n), .nav-primary .grid-navigation-4 li.level2:nth-child(3n), .nav-primary .grid-navigation-3 li.level2:nth-child(3n) {
    margin-right: 0; }
  /* line 608, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-6 li.level2, .nav-primary .grid-navigation-5 li.level2, .nav-primary .grid-navigation-4 li.level2, .nav-primary .grid-navigation-3 li.level2 {
    width: 30%;
    height: auto;
    margin: 10px 1.8%;
    /* padding: 5px; */
    max-width: 180px; }
  /* line 619, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2:nth-child(4n+1), .nav-primary .grid-navigation-7 li.level2:nth-child(4n+1) {
    clear: left;
    margin-left: 0; }
  /* line 623, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2:nth-child(4n), .nav-primary .grid-navigation-7 li.level2:nth-child(4n) {
    margin-right: 0; }
  /* line 626, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2, .nav-primary .grid-navigation-7 li.level2 {
    width: 22%;
    margin: 10px 1.5%;
    max-height: 180px;
    overflow: hidden;
    max-width: 180px; }
  /* line 632, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2:first-child, .nav-primary .grid-navigation-7 li.level2:first-child {
    margin-left: 0; }
  /* line 635, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2:last-child, .nav-primary .grid-navigation-7 li.level2:last-child {
    margin-right: 0; }
  /* line 640, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2 img, .nav-primary .grid-navigation-7 li.level2 img {
    width: 100%;
    height: auto; }
  /* line 644, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2 a, .nav-primary .grid-navigation-7 li.level2 a {
    display: inline-block; }
  /* line 647, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-8 li.level2 a span, .nav-primary .grid-navigation-7 li.level2 a span {
    bottom: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000;
    color: #ffffff; }
  /* line 657, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-10 li.level2:nth-child(5n+1), .nav-primary .grid-navigation-9 li.level2:nth-child(5n+1) {
    clear: left;
    margin-left: 0; }
  /* line 661, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-10 li.level2:nth-child(5n), .nav-primary .grid-navigation-9 li.level2:nth-child(5n) {
    margin-right: 0; }
  /* line 664, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-10 li.level2, .nav-primary .grid-navigation-9 li.level2 {
    width: 18%;
    margin: 10px 1%;
    max-width: 160px;
    max-height: 160px;
    overflow: hidden; }
  /* line 671, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-10 li.level2 img, .nav-primary .grid-navigation-9 li.level2 img {
    width: 100%;
    height: auto; }
  /* line 675, ../scss/layout/_header-nav.scss */
  .nav-primary .grid-navigation-10 li.level2 span, .nav-primary .grid-navigation-9 li.level2 span {
    font-size: 13px;
    /* 	            	color: $c-white; */ }
  /* line 682, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation {
    height: 500px; }
  /* line 684, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation > li {
    float: left;
    width: 24%; }
  /* line 688, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation > li:nth-child(3n+1) {
    clear: left; }
  /* line 692, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation li.level2 > a.level2 {
    border-bottom: 3px solid #c0c0c0;
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 0;
    color: #959595; }
  /* line 699, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation ul.down-level {
    margin: 5px 0;
    padding: 0 10px 0 0; }
  /* line 703, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation .down-level a.level3 {
    line-height: 1.8 !important;
    color: #959595;
    font-weight: 500; }
  /* line 707, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation .down-level a.level3:hover {
    color: #000;
    font-weight: 400;
    /*                         &:after {
                            	border-color: transparent #000 transparent #000;
    							border-style: solid none solid solid;
    							border-width: 5px medium 5px 5px;
    							content: "";
    							display: block;
    							height: 0;
    							position: absolute;
    							right: 5px;
    							top: 6px;
    							width: 0;
                            } */ }
  /* line 724, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation .column-1, .nav-primary .collection-navigation .column-3 {
    float: left;
    width: 30%;
    margin-right: 3.5%; }
  /* line 729, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation .column-6 {
    float: left;
    width: 32%;
    margin-right: 0; }
  /* line 734, ../scss/layout/_header-nav.scss */
  .nav-primary .collection-navigation .column-1 > li, .nav-primary .collection-navigation .column-3 > li, .nav-primary .collection-navigation .column-6 > li {
    margin-bottom: 20px; }
  /* line 739, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.latest-collection {
    max-width: 280px;
    width: 25%;
    top: 15px; }
  /* line 743, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.latest-collection img {
    max-width: 100%; }
  /* line 747, ../scss/layout/_header-nav.scss */
  .nav-primary .brand-description a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #555555 !important;
    font-weight: 700 !important;
    padding-left: 20px; }
  /* line 755, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals {
    height: auto;
    /*             li.level2 a.level2 { */
    /*                 border-bottom: 3px solid #c0c0c0; */
    /*                 font-size: 18px; */
    /*                 text-transform: uppercase; */
    /*                 padding: 5px 0; */
    /*                 color: $c-text-gray; */
    /*             } */ }
  /* line 757, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals > li.level2 {
    width: 20%;
    padding-top: 10px; }
  /* line 760, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals > li.level2:first-child {
    padding-top: 0; }
  /* line 765, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals li.level2 a.level2 {
    line-height: 1.7;
    color: #959595; }
  /* line 769, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals li.level2.menu-active a.level2 {
    color: #000;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 5px; }
  /* line 775, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals li.level2.menu-active a.level2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: none;
    top: 8px;
    right: 5px; }
  /* line 781, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .down-level {
    padding: 0; }
  /* line 784, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .down-level li.level3 {
    padding: 2px 0; }
  /* line 787, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description {
    left: 200px;
    top: 20px;
    max-width: 700px;
    padding: 0 10px;
    overflow: hidden; }
  /* line 794, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description span.brand-title {
    font-size: 48px;
    color: #000000;
    font-weight: 800; } }
@media only screen and (min-width: 771px) and (max-width: 1199px) {
  /* line 794, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description span.brand-title {
    font-size: 38px; } }
@media only screen and (min-width: 771px) and (max-width: 979px) {
  /* line 794, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description span.brand-title {
    font-size: 28px; } }
@media only screen and (min-width: 771px) {
  /* line 805, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description button {
    width: 130px; }
  /* line 808, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description img {
    width: 100%; }
  /* line 811, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description .special-offer {
    padding: 20px 30px; }
  /* line 813, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description .special-offer span.brand-title {
    color: #ffffff;
    font-size: 36px;
    max-width: 67%;
    display: inline-block;
    line-height: 40px; } }
@media only screen and (min-width: 771px) and (max-width: 1199px) {
  /* line 813, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description .special-offer span.brand-title {
    font-size: 32px; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 813, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description .special-offer span.brand-title {
    font-size: 28px;
    line-height: 30px; } }
@media only screen and (min-width: 771px) and (max-width: 979px) {
  /* line 813, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description .special-offer span.brand-title {
    font-size: 26px; } }
@media only screen and (min-width: 771px) {
  /* line 830, ../scss/layout/_header-nav.scss */
  .nav-primary .specials-arrivals .brand-description .special-offer p:first-of-type {
    color: #ffffff;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    padding-top: 15px; }
  /* line 848, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation {
    height: 100%; }
  /* line 850, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation > li.level2 {
    width: 20%;
    padding-top: 40px; }
  /* line 853, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation > li.level2:first-child {
    padding-top: 0; }
  /* line 857, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .down-level a.level3 {
    line-height: 1.7;
    color: #959595; } }
@media only screen and (min-width: 771px) and (max-width: 1024px) {
  /* line 857, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .down-level a.level3 {
    line-height: 2; } }
@media only screen and (min-width: 771px) {
  /* line 864, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .down-level li.menu-active a.level3 {
    color: #000; }
  /* line 866, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .down-level li.menu-active a.level3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    border-right: none;
    top: 8px;
    right: 5px; }
  /* line 872, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .down-level {
    padding: 0; }
  /* line 875, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .down-level li.level3 {
    padding: 2px 0; }
  /* line 878, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .brand-description {
    left: 176px;
    top: -20px;
    max-width: 700px;
    padding: 0 10px; }
  /* line 884, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .brand-description span.brand-title {
    font-size: 30px;
    color: #000000;
    font-weight: 800; }
  /* line 889, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .brand-description button {
    width: 130px; }
  /* line 892, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation .brand-description img {
    width: 100%; }
  /* line 897, ../scss/layout/_header-nav.scss */
  .nav-primary .brands-navigation li.level2 a.level2 {
    border-bottom: 3px solid #c0c0c0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0;
    color: #959595; }
  /* line 905, ../scss/layout/_header-nav.scss */
  .nav-primary .down-level {
    display: block !important;
    position: relative !important;
    left: 0px  !important;
    top: 0px  !important; }
  /* line 912, ../scss/layout/_header-nav.scss */
  .nav-primary .down-level li a {
    border-bottom: none !important; } }
/* line 919, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > ul {
  display: block; }

@media only screen and (max-width: 770px) {
  /* line 925, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 {
    line-height: 48px; }

  /* line 928, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 > a {
    text-transform: none;
    border-bottom: 0;
    font-size: 16px;
    line-height: 48px; }

  /* line 934, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.parent > a::after {
    border: none;
    content: "+";
    width: 10px;
    height: 11px;
    left: auto;
    right: 25px;
    top: 5px;
    color: #CCCCCC; }

  /* line 944, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.parent > a {
    line-height: 52px;
    border-bottom: 3px solid #ffffff; }

  /* line 948, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.parent.menu-active > a {
    border-bottom: 3px solid #bd0237;
    font-weight: 800;
    background-color: #ffffff;
    line-height: 52px;
    color: #000000;
    padding-right: 0; }
  /* line 956, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.parent.menu-active > a:after {
    content: "-";
    top: 5px;
    color: #000000; }
  /* line 961, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.parent.menu-active > a + ul {
    background: #f4f4f4; }

  /* line 965, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    /* 	padding-right: 25px; */ }
  /* line 968, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li ul.latest-collection {
    display: none; }

  /* line 973, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li {
    line-height: 48px; }

  /* line 977, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active {
    padding: 0 25px; }
  /* line 979, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active > span:after {
    right: 0; }

  /* line 983, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active {
    padding: 0 25px; }
  /* line 985, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active > span:after {
    right: 0; }
  /* line 988, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active.last {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%; }

  /* line 994, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul li.menu-active {
    padding: 0 20px; }

  /* line 997, ../scss/layout/_header-nav.scss */
  .nav-primary ul li.menu-active ul.down-level {
    padding-left: 0;
    background: #F4F4F4; }
  /* line 1000, ../scss/layout/_header-nav.scss */
  .nav-primary ul li.menu-active ul.down-level li {
    padding-left: 20px; }
  /* line 1002, ../scss/layout/_header-nav.scss */
  .nav-primary ul li.menu-active ul.down-level li a {
    font-size: 16px;
    font-weight: 600; }

  /* line 1010, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 > li.menu-active ul {
    display: block; }
  /* line 1013, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 > li.menu-active ul.top-seller {
    display: none; }

  /* line 1017, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > ul.top-seller {
    display: none; }

  /* line 1021, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li ul.level1 {
    display: none; }

  /* line 1029, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active ul.level1, .nav-primary li.level0 ul li.menu-active ul.level1.collection-navigation, .nav-primary li.level0 ul li.menu-active ul.level1.brands-navigation {
    display: block;
    background: #ffffff;
    width: 100% !important; }
  /* line 1035, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active ul.level1 a:after, .nav-primary li.level0 ul li.menu-active ul.level1.collection-navigation a:after, .nav-primary li.level0 ul li.menu-active ul.level1.brands-navigation a:after {
    content: "";
    display: none; }
  /* line 1039, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul li.menu-active ul.level1 a, .nav-primary li.level0 ul li.menu-active ul.level1.collection-navigation a, .nav-primary li.level0 ul li.menu-active ul.level1.brands-navigation a {
    padding: 0; }

  /* line 1045, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 > span {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600; }

  /* line 1055, ../scss/layout/_header-nav.scss */
  .nav-primary li.level2 > span {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1055, ../scss/layout/_header-nav.scss */
  .nav-primary li.level2 > span {
    cursor: pointer; } }

@media only screen and (max-width: 770px) {
  /* line 1067, ../scss/layout/_header-nav.scss */
  .nav-primary li > span.has-children:after {
    border: none;
    content: "+";
    width: 10px;
    height: 11px;
    left: auto;
    right: 25px;
    top: 0;
    position: absolute;
    color: #CCCCCC; }

  /* line 1079, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > span.has-children {
    border-bottom: 3px solid #bd0237;
    font-weight: 800;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    /* 		& + ul {
    			border-bottom: 2px solid $c-black;
    		} */ }
  /* line 1086, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > span.has-children:after {
    content: "-";
    position: absolute;
    top: 0;
    color: #000000; }

  /* line 1096, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 li {
    padding-left: 20px; }
  /* line 1098, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 li a {
    line-height: 47px; }
  /* line 1100, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 li a:hover {
    background-color: transparent; } }
/* line 1108, ../scss/layout/_header-nav.scss */
.nav-primary li.level0.nav-3 ul.level0 .menu-wrapper, .nav-primary li.level0.nav-4 ul.level0 .menu-wrapper {
  margin: 0 auto;
  max-width: 1180px;
  overflow: visible !important;
  text-align: right;
  height: auto !important; }
@media only screen and (max-width: 1199px) {
  /* line 1108, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.nav-3 ul.level0 .menu-wrapper, .nav-primary li.level0.nav-4 ul.level0 .menu-wrapper {
    padding-right: 20px; } }
@media only screen and (max-width: 770px) {
  /* line 1108, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.nav-3 ul.level0 .menu-wrapper, .nav-primary li.level0.nav-4 ul.level0 .menu-wrapper {
    padding-right: 0;
    height: auto !important;
    text-align: left; } }
/* line 1124, ../scss/layout/_header-nav.scss */
.nav-primary li.level0.nav-3 ul.level0 li.level1, .nav-primary li.level0.nav-4 ul.level0 li.level1 {
  width: auto;
  margin: 0;
  display: inline-block;
  padding: 25px 0 25px 25px;
  max-width: 31%;
  vertical-align: top;
  /* max-height: 330px; */
  overflow: hidden;
  /* 		&.last {
  			float: right;
  		} */ }
@media only screen and (max-width: 770px) {
  /* line 1124, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.nav-3 ul.level0 li.level1, .nav-primary li.level0.nav-4 ul.level0 li.level1 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 25px; } }
/* line 1141, ../scss/layout/_header-nav.scss */
.nav-primary li.level0.nav-3 ul.level0 li.level1 div, .nav-primary li.level0.nav-3 ul.level0 li.level1 img, .nav-primary li.level0.nav-4 ul.level0 li.level1 div, .nav-primary li.level0.nav-4 ul.level0 li.level1 img {
  max-width: 100%; }
/* line 1144, ../scss/layout/_header-nav.scss */
.nav-primary li.level0.nav-3 ul.level0 li.level1 .nav-page-name, .nav-primary li.level0.nav-4 ul.level0 li.level1 .nav-page-name {
  display: none; }
@media only screen and (max-width: 770px) {
  /* line 1144, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0.nav-3 ul.level0 li.level1 .nav-page-name, .nav-primary li.level0.nav-4 ul.level0 li.level1 .nav-page-name {
    display: block; } }

/* line 1155, ../scss/layout/_header-nav.scss */
.nav-primary li.level0.nav-4 ul.level0 li.level1 {
  max-width: 47% !important;
  width: 100%; }

/* line 1161, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a.navigation-cms-block-title {
  display: block;
  /* line-height: 48px; */
  padding: 0;
  font-weight: 600;
  position: relative; }
/* line 1168, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a.navigation-cms-block-title:hover {
  background-color: transparent; }
@media only screen and (max-width: 1024px) {
  /* line 1161, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a.navigation-cms-block-title {
    line-height: 56px; } }
@media only screen and (max-width: 770px) {
  /* line 1161, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a.navigation-cms-block-title {
    display: block;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    line-height: 48px;
    padding: 0 0 0 20px;
    font-size: 16px; } }

/* line 1185, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block {
  display: block;
  text-align: center; }
/* line 1189, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block .nav-background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
/* line 1195, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block .nav-page-logo {
  width: auto !important;
  display: block;
  padding-top: 30px;
  margin: 0 auto; }
@media only screen and (max-width: 1024px) {
  /* line 1195, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block .nav-page-logo {
    padding-top: 20px; } }
@media only screen and (max-width: 979px) {
  /* line 1195, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block .nav-page-logo {
    padding-top: 10px; } }
/* line 1209, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block span.page-title {
  display: block;
  font-weight: 800;
  font-size: 28px;
  position: relative;
  padding-top: 5px;
  line-height: 56px; }
/* line 1217, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block span.page-title:after {
  background-color: #ffffff;
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  width: 30px;
  margin-top: 30px; }
@media only screen and (max-width: 1024px) {
  /* line 1217, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-title:after {
    top: 30px; } }
@media only screen and (max-width: 979px) {
  /* line 1217, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-title:after {
    top: 15px; } }
@media only screen and (max-width: 1024px) {
  /* line 1209, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-title {
    font-size: 22px; } }
@media only screen and (max-width: 979px) {
  /* line 1209, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-title {
    font-size: 18px;
    padding-top: 0; } }
/* line 1245, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block p {
  display: block;
  line-height: 16px;
  margin: 40px auto 0;
  font-size: 12px;
  max-height: 33px;
  overflow: hidden;
  padding: 0 8%; }
@media only screen and (max-width: 1024px) {
  /* line 1245, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block p {
    margin-top: 30px; } }
@media only screen and (max-width: 979px) {
  /* line 1245, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block p {
    font-size: 11px;
    margin-top: 15px; } }
/* line 1262, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block span.page-link {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px; }
/* line 1267, ../scss/layout/_header-nav.scss */
.nav-primary .navigation-cms-block span.page-link:after {
  background: transparent url("../images/arrow_right_white.png") no-repeat scroll 0 0;
  bottom: 7px;
  content: "";
  height: 12px;
  position: absolute;
  right: -20px;
  top: 6px;
  width: 14px; }
@media only screen and (max-width: 979px) {
  /* line 1267, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-link:after {
    top: 2px; } }
@media only screen and (max-width: 1024px) {
  /* line 1267, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-link:after {
    top: 4px; } }
@media only screen and (max-width: 1199px) {
  /* line 1262, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-link {
    font-size: 14px;
    line-height: 20px; } }
@media only screen and (max-width: 979px) {
  /* line 1262, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block span.page-link {
    font-size: 12px;
    line-height: 18px; } }
@media only screen and (max-width: 770px) {
  /* line 1185, ../scss/layout/_header-nav.scss */
  .nav-primary .navigation-cms-block {
    display: none; } }

/* ============================================ *
 * Nav2 - Skip Content
 * ============================================ */
/* line 1303, ../scss/layout/_header-nav.scss */
.nav-primary .nav-2 li.level1 ul.level1.grid-navigation-3 {
  max-width: 900px !important;
  padding-left: 0;
  padding-right: 0; }
/* line 1308, ../scss/layout/_header-nav.scss */
.nav-primary .nav-2 li.level1 ul.level1.grid-navigation-3 li {
  height: auto;
  max-height: 365px;
  overflow: hidden;
  width: 32%;
  max-width: 280px; }
@media only screen and (min-width: 771px) {
  /* line 1308, ../scss/layout/_header-nav.scss */
  .nav-primary .nav-2 li.level1 ul.level1.grid-navigation-3 li {
    margin: 10px 1%; }
  /* line 1316, ../scss/layout/_header-nav.scss */
  .nav-primary .nav-2 li.level1 ul.level1.grid-navigation-3 li:last-child {
    margin-right: 0; }
  /* line 1319, ../scss/layout/_header-nav.scss */
  .nav-primary .nav-2 li.level1 ul.level1.grid-navigation-3 li:first-child {
    margin-left: 0; } }

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* line 32, ../scss/layout/_header-search.scss */
.skip-search .icon {
  background: url('../images/account_header_1445198855.png') no-repeat;
  background-position: 0 -30px; }
@media only screen and (max-width: 770px) {
  /* line 32, ../scss/layout/_header-search.scss */
  .skip-search .icon {
    background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_mobile.png?1448019345') no-repeat;
    background-position: 0 -45px; } }
/* line 41, ../scss/layout/_header-search.scss */
.skip-search .label {
  display: none; }
@media only screen and (max-width: 770px) {
  /* line 30, ../scss/layout/_header-search.scss */
  .skip-search {
    padding: 0 17%; } }
/* line 48, ../scss/layout/_header-search.scss */
.skip-search.skip-active {
  background: #fff; }
/* line 50, ../scss/layout/_header-search.scss */
.skip-search.skip-active .icon {
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_active.png?1445198855') no-repeat;
  background-position: 0 -30px; }
@media only screen and (max-width: 770px) {
  /* line 50, ../scss/layout/_header-search.scss */
  .skip-search.skip-active .icon {
    background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_active_mobile.png?1448019345') no-repeat;
    background-position: 0 -45px; } }

@media only screen and (min-width: 771px) {
  /* line 66, ../scss/layout/_header-search.scss */
  .skip-search {
    width: auto;
    height: 100%;
    float: right;
    padding: 0 10px; } }
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* line 80, ../scss/layout/_header-search.scss */
#header-search {
  background: #fff none repeat scroll 0 0;
  height: 47px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 47px;
  width: 100%;
  border-bottom: 2px solid silver; }

@media only screen and (min-width: 771px) {
  /* line 96, ../scss/layout/_header-search.scss */
  #header-search {
    background: #fff none repeat scroll 0 0;
    height: 69px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    border-bottom: 2px solid silver; } }
/* ============================================ *
 * Search Input
 * ============================================ */
/* line 113, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
  margin: 0 auto;
  max-width: 1145px;
  position: relative; }
@media only screen and (max-width: 770px) {
  /* line 113, ../scss/layout/_header-search.scss */
  #search_mini_form .input-box {
    padding-top: 0; } }

/* line 122, ../scss/layout/_header-search.scss */
#search_mini_form label {
  display: none; }

/* line 125, ../scss/layout/_header-search.scss */
#search {
  width: 100%;
  border: none;
  border-left: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  padding: 0 10px;
  height: 26px; }
@media only screen and (max-width: 770px) {
  /* line 125, ../scss/layout/_header-search.scss */
  #search {
    font-size: 14px; } }

/* line 141, ../scss/layout/_header-search.scss */
#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none; }

/* line 152, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-image: none; }

/* line 165, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover:before {
  opacity: 0.8; }

/* line 169, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px; }

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 34, ../scss/layout/_header-account.scss */
.skip-account {
  padding: 0 3px; }
/* line 37, ../scss/layout/_header-account.scss */
.skip-account .icon {
  background: url('../images/account_header_1445198855.png') no-repeat;
  background-position: 0 0; }
@media only screen and (max-width: 770px) {
  /* line 37, ../scss/layout/_header-account.scss */
  .skip-account .icon {
    background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_mobile.png?1448019345') no-repeat; } }
/* line 46, ../scss/layout/_header-account.scss */
.skip-account.skip-active {
  background: #fff;
  padding: 0 3px; }
/* line 49, ../scss/layout/_header-account.scss */
.skip-account.skip-active .icon {
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_active.png?1445198855') no-repeat;
  background-position: 0 0; }
@media only screen and (max-width: 770px) {
  /* line 49, ../scss/layout/_header-account.scss */
  .skip-account.skip-active .icon {
    background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_active_mobile.png?1448019345') no-repeat; } }
@media only screen and (max-width: 770px) {
  /* line 46, ../scss/layout/_header-account.scss */
  .skip-account.skip-active {
    padding: 0 10px; } }
/* line 61, ../scss/layout/_header-account.scss */
.skip-account.skip-active .customer-name {
  color: #bd0237; }

@media only screen and (min-width: 771px) {
  /* line 69, ../scss/layout/_header-account.scss */
  .skip-account {
    width: 50%;
    overflow: hidden;
    height: 80px; }
  /* line 73, ../scss/layout/_header-account.scss */
  .skip-account .customer-name {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 14px; }

  /* line 84, ../scss/layout/_header-account.scss */
  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    border: none;
    display: block;
    position: absolute;
    z-index: 200;
    top: 80px;
    right: 70%;
    width: 200px;
    background: #ffffff; }

  /* line 97, ../scss/layout/_header-account.scss */
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #1a171b;
    line-height: 2; }

  /* line 104, ../scss/layout/_header-account.scss */
  #header-account a:hover {
    color: #464646; } }
@media only screen and (max-width: 1024px) {
  /* line 112, ../scss/layout/_header-account.scss */
  .skip-account .customer-name {
    font-size: 10px; } }
@media only screen and (max-width: 770px) {
  /* line 119, ../scss/layout/_header-account.scss */
  .skip-account .customer-name {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    float: right;
    max-width: 400px;
    overflow: hidden;
    padding-left: 5px;
    text-align: left; } }
@media only screen and (max-width: 650px) {
  /* line 133, ../scss/layout/_header-account.scss */
  .skip-account .customer-name {
    max-width: 350px; } }
@media only screen and (max-width: 479px) {
  /* line 140, ../scss/layout/_header-account.scss */
  .skip-account .customer-name {
    max-width: 125px; } }
/* -------------------------------------------- *
 * Account Links
 */
/* line 149, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
  left: auto;
  top: 0; }

/* line 155, ../scss/layout/_header-account.scss */
#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center; }

/* line 163, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #464646; }

@media only screen and (max-width: 770px) {
  /* line 168, ../scss/layout/_header-account.scss */
  #header-account {
    padding: 0;
    position: absolute;
    left: 0; } }
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 34, ../scss/layout/_header-cart.scss */
.skip-cart {
  /*  &:not(.skip-active):hover {
       .icon {
           background-position: -50px (-100px + ($toolbar-icon-padding-offset/2) + 1px);
       }
   } */ }
/* line 41, ../scss/layout/_header-cart.scss */
.skip-cart.skip-active {
  background-color: #fff;
  /*     	.count {
      		color: $c-gray-d;
      	} */ }
/* line 44, ../scss/layout/_header-cart.scss */
.skip-cart.skip-active span {
  color: #bd0237; }
/* line 47, ../scss/layout/_header-cart.scss */
.skip-cart.skip-active .icon {
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_active.png?1445198855') no-repeat;
  background-position: 0 -15px; }
@media only screen and (max-width: 770px) {
  /* line 47, ../scss/layout/_header-cart.scss */
  .skip-cart.skip-active .icon {
    background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_active_mobile.png?1448019345') no-repeat;
    background-position: 0 -21px; } }
/* line 60, ../scss/layout/_header-cart.scss */
.skip-cart .icon {
  background: url('../images/account_header_1445198855.png') no-repeat;
  background-position: 0 -15px; }
@media only screen and (max-width: 770px) {
  /* line 60, ../scss/layout/_header-cart.scss */
  .skip-cart .icon {
    background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/account_header_mobile.png?1448019345') no-repeat;
    background-position: 0 -21px; } }

@media only screen and (min-width: 771px) {
  /* line 77, ../scss/layout/_header-cart.scss */
  .header-minicart {
    width: 50%;
    height: 80px; }

  /* line 81, ../scss/layout/_header-cart.scss */
  .skip-cart {
    width: 100%; }
  /* line 83, ../scss/layout/_header-cart.scss */
  .skip-cart span {
    font-size: 11px;
    line-height: 14px;
    color: #fff; }

  /* line 94, ../scss/layout/_header-cart.scss */
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 80px;
    right: 40%;
    width: 320px;
    background: white;
    border: none; } }
@media only screen and (max-width: 1024px) {
  /* line 109, ../scss/layout/_header-cart.scss */
  .skip-cart span {
    font-size: 10px; } }
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 117, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  /*     @include border-radius(12px); */
  display: inline-block;
  position: relative;
  z-index: 5;
  height: auto;
  /*     background: rgba($c-action, 0.9); */
  color: #bd0237;
  text-align: center;
  font-family: "Open Sans";
  width: 22px;
  top: -6px;
  font-size: 11px;
  line-height: 14px;
  /*     background: $c-white; */ }
@media only screen and (max-width: 770px) {
  /* line 117, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    font-weight: 800;
    top: 1px;
    width: 12px;
    font-size: 14px;
    line-height: 22px; } }

/*  .skip-link.skip-active .count {

 @include bp(max-width, $bp-medium) {
 	    background: #bd0237;
    	color: $c-white;
 }


} */
/* line 156, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count {
  display: none; }

/* @include bp(max-width, 499px) {
    .skip-cart .count {
        margin-left: -12px;
    }
} */
@media only screen and (min-width: 771px) {
  /* line 167, ../scss/layout/_header-cart.scss */
  .skip-cart {
    color: #464646;
    text-transform: uppercase; }
  /* line 171, ../scss/layout/_header-cart.scss */
  .skip-cart:hover {
    text-decoration: none; }
  /* line 175, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    width: auto; }

  /* line 183, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    color: #fff; } }
/* line 188, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none; }

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
/* line 196, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
  padding: 20px;
  text-align: center; }

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
/* line 207, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px; }

/* line 212, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
  float: left;
  width: 48%; }

/* line 217, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
  margin-left: 4%; }

/* Subtotal */
/* line 223, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2; }

/* List */
/* line 232, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px; }

/* line 236, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35; }

/* line 245, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block; }

/* line 249, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px; }

/* line 255, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px; }

/* line 262, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #959595;
  font-size: 12px; }

/* Too full - additional items will be shown in cart */
/* line 269, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px; }

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 34, ../scss/layout/_footer.scss */
.footer, .footer button {
  font-family: Helvetica, Verdana, Arial, sans-serif; }

/* line 39, ../scss/layout/_footer.scss */
.footer-container-wrapper {
  background-color: #000;
  color: #fff; }

/* line 44, ../scss/layout/_footer.scss */
.footer-container-wrapper .block-title h2, .footer-container-wrapper .block-title h3, .footer-container-wrapper .block-title strong, .footer-container-wrapper .block-title span, .footer-container-wrapper .footer .links a, .footer-container-wrapper .footer .links a:hover {
  color: #fff; }

/* line 54, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */ }
@media only screen and (max-width: 770px) {
  /* line 54, ../scss/layout/_footer.scss */
  .footer {
    padding: 15px 10px 0; } }
@media only screen and (max-width: 479px) {
  /* line 54, ../scss/layout/_footer.scss */
  .footer {
    padding-top: 15px; } }
/* line 66, ../scss/layout/_footer.scss */
.footer .block-title {
  border: 0 none;
  padding: 10px 0; }
/* line 69, ../scss/layout/_footer.scss */
.footer .block-title:after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #e42d38;
  bottom: 0;
  left: 0;
  position: absolute; }
/* line 83, ../scss/layout/_footer.scss */
.footer .block-title {
  color: #3399CC; }
/* line 88, ../scss/layout/_footer.scss */
.footer .block-title span {
  font-size: 12px; }
/* line 92, ../scss/layout/_footer.scss */
.footer .links {
  float: left;
  width: 25%;
  padding: 0 30px 0 0;
  margin-bottom: 30px; }
/* line 98, ../scss/layout/_footer.scss */
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0; }
/* line 104, ../scss/layout/_footer.scss */
.footer .links a {
  color: #1a171b; }
/* line 106, ../scss/layout/_footer.scss */
.footer .links a:hover {
  color: #464646; }
/* line 112, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px; }
/* line 118, ../scss/layout/_footer.scss */
.footer .links, .footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px; }
/* line 124, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none; }
/* line 132, ../scss/layout/_footer.scss */
.footer .links.social-media em {
  background-image: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px; }
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 142, ../scss/layout/_footer.scss */
  .footer .links.social-media em {
    background-image: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/social_icons@2x.png);
    background-size: 50px 125px; } }
/* line 149, ../scss/layout/_footer.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px; }
/* line 154, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px; }
/* line 149, ../scss/layout/_footer.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px; }
/* line 154, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px; }
/* line 149, ../scss/layout/_footer.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px; }
/* line 154, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px; }
/* line 149, ../scss/layout/_footer.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px; }
/* line 154, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px; }
/* line 149, ../scss/layout/_footer.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px; }
/* line 154, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px; }
/* line 167, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0; }
/* line 173, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
/* line 179, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
  padding-top: 7px; }
/* line 182, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both; }
/* line 187, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0; }
/* line 193, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left; }
/* line 199, ../scss/layout/_footer.scss */
.footer .bugs, .footer address {
  clear: both; }
/* line 204, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none; }
/* line 208, ../scss/layout/_footer.scss */
.footer .form-language, .footer .currency-switcher, .footer .store-switcher {
  clear: both;
  margin-bottom: 10px; }
/* line 215, ../scss/layout/_footer.scss */
.footer .form-language, .footer .currency-switcher {
  display: none; }
/* line 220, ../scss/layout/_footer.scss */
.footer address {
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0; }
@media only screen and (max-width: 1199px) {
  /* line 232, ../scss/layout/_footer.scss */
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%; }
  /* line 238, ../scss/layout/_footer.scss */
  .footer .links:nth-child(4) {
    margin-right: 0; }
  /* line 242, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto; } }
@media only screen and (max-width: 770px) {
  /* line 250, ../scss/layout/_footer.scss */
  .footer .form-language, .footer .currency-switcher {
    display: block; } }
@media only screen and (max-width: 599px) {
  /* line 260, ../scss/layout/_footer.scss */
  .footer .links {
    width: 48.4375%;
    margin-right: 0; }
  /* line 265, ../scss/layout/_footer.scss */
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both; }
  /* line 270, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%; } }

/* line 278, ../scss/layout/_footer.scss */
.after-footer-wrapper {
  background: #fff;
  min-height: 100px;
  display: none; }
/* line 283, ../scss/layout/_footer.scss */
.after-footer-wrapper .footer-brands {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0; }

/**  NEWSLETTER  **/
/* line 291, ../scss/layout/_footer.scss */
.newsletter-container {
  border-bottom: 1px solid #6c6c6c; }
/* line 294, ../scss/layout/_footer.scss */
.newsletter-container .input-box {
  padding-top: 2px; }
/* line 298, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0; }
/* line 306, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-title {
  padding-bottom: 15px;
  margin: 0; }
/* line 310, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-content {
  margin: 0; }
/* line 312, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-content .read-pp-label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  margin-top: 8px; }
/* line 317, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-content .read-pp-label a {
  color: #ffffff; }
/* line 321, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-content input[type="checkbox"]:not(old) + label::before {
  background: #ffffff; }
/* line 324, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-content input[type="checkbox"]:checked:not(old) + label::before {
  background: url("../images/checked.png") no-repeat scroll 0 0; }
/* line 330, ../scss/layout/_footer.scss */
.newsletter-container .block-title:after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #e42d38;
  bottom: 0;
  left: calc(50% - 35px);
  position: absolute; }
/* line 340, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .block-title span {
  text-transform: none;
  font-size: 30px; }
@media only screen and (max-width: 770px) {
  /* line 340, ../scss/layout/_footer.scss */
  .newsletter-container .block-subscribe .block-title span {
    font-size: 24px; } }
/* line 348, ../scss/layout/_footer.scss */
.newsletter-container .form-subscribe-header {
  padding: 15px 0; }
/* line 352, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .input-box {
  position: relative;
  margin: 0 auto;
  width: 60%; }
/* line 356, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .input-box .input-text {
  height: 36px;
  border-radius: 35px;
  width: 90%;
  border: 1px solid #ffffff; }
/* line 362, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .input-box .actions {
  position: absolute;
  top: 5px;
  right: 5.8%;
  margin: 0; }
/* line 368, ../scss/layout/_footer.scss */
.newsletter-container .block-subscribe .input-box .actions button.button {
  border-radius: 30px;
  height: 30px;
  line-height: 1; }
/* line 375, ../scss/layout/_footer.scss */
.newsletter-container .footer-social {
  text-align: center;
  margin-top: 15px; }
/* line 378, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li {
  display: inline-block;
  margin-right: 12px; }
/* line 381, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a {
  display: inline-block;
  width: 24px;
  height: 24px; }
/* line 385, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.fb {
  background: url(../images/social_strip.png) 0 0 no-repeat; }
/* line 388, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.g-plus {
  background: url(../images/social_strip.png) 0 -26px no-repeat; }
/* line 391, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.twitter {
  background: url(../images/social_strip.png) 0 -52px no-repeat; }
/* line 394, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.instagram {
  background: url(../images/social_strip.png) 0 -78px no-repeat; }
/* line 397, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.youtube {
  background: url(../images/social_strip.png) 0 -104px no-repeat; }
/* line 400, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.flickr {
  background: url(../images/social_strip.png) 0 -130px no-repeat; }
/* line 403, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.vimeo {
  background: url(../images/social_strip.png) 0 -156px no-repeat; }
/* line 406, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li a.pinterest {
  background: url(../images/social_strip.png) 0 -182px no-repeat; }
/* line 410, ../scss/layout/_footer.scss */
.newsletter-container .footer-social li:last-child {
  margin-right: 0; }
@media only screen and (max-width: 770px) {
  /* line 417, ../scss/layout/_footer.scss */
  .newsletter-container .footer-social img {
    width: 100%; } }
@media only screen and (max-width: 479px) {
  /* line 422, ../scss/layout/_footer.scss */
  .newsletter-container .block-subscribe .input-box {
    width: 100%; } }

/* line 429, ../scss/layout/_footer.scss */
.footer-copyright {
  clear: both;
  text-align: center; }
/* line 432, ../scss/layout/_footer.scss */
.footer-copyright p {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "Open Sans";
  font-weight: 600; }
@media only screen and (max-width: 770px) {
  /* line 432, ../scss/layout/_footer.scss */
  .footer-copyright p {
    font-size: 12px; } }
@media only screen and (max-width: 479px) {
  /* line 432, ../scss/layout/_footer.scss */
  .footer-copyright p {
    font-size: 13px;
    line-height: 26px; } }
/* line 445, ../scss/layout/_footer.scss */
.footer-copyright p span {
  display: inline-block;
  padding-top: 15px; }
/* line 450, ../scss/layout/_footer.scss */
.footer-copyright .pricing {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 60px;
  line-height: 11px; }
/* line 458, ../scss/layout/_footer.scss */
.footer-copyright img {
  display: inline;
  width: 115px;
  margin-right: 5px;
  vertical-align: top; }
@media only screen and (max-width: 479px) {
  /* line 458, ../scss/layout/_footer.scss */
  .footer-copyright img {
    width: 32%; } }

/* line 469, ../scss/layout/_footer.scss */
.footer-brands img {
  width: 100%; }

/* line 473, ../scss/layout/_footer.scss */
#GroupEndorsementStripContainer {
  background: #e42d38;
  display: inline-block;
  width: 100%;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding: 10px 0; }
@media only screen and (max-width: 1199px) {
  /* line 473, ../scss/layout/_footer.scss */
  #GroupEndorsementStripContainer {
    padding: 10px 20px; } }

/* line 485, ../scss/layout/_footer.scss */
#GroupEndorsementStrip {
  max-width: 1180px;
  margin: 0 auto; }

/* line 489, ../scss/layout/_footer.scss */
#ESGroupNavMenu {
  float: right; }
@media only screen and (max-width: 479px) {
  /* line 489, ../scss/layout/_footer.scss */
  #ESGroupNavMenu {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0 !important; }
  /* line 497, ../scss/layout/_footer.scss */
  #ESGroupNavMenu .selectBox-dropdown .selectBox-label {
    padding: 10px 15px 10px 0 !important; } }
/* line 501, ../scss/layout/_footer.scss */
#ESGroupNavMenu .selectBox-dropdown {
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 600;
  border-radius: none;
  box-shadow: none;
  width: auto !important; }
/* line 512, ../scss/layout/_footer.scss */
#ESGroupNavMenu .selectBox-dropdown .selectBox-arrow {
  background: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  font-size: 0;
  line-height: 0;
  top: 15px; }
/* line 523, ../scss/layout/_footer.scss */
#ESGroupNavMenu .selectBox-dropdown .selectBox-label {
  width: auto !important;
  padding: 6px 15px; }
@media only screen and (max-width: 599px) {
  /* line 523, ../scss/layout/_footer.scss */
  #ESGroupNavMenu .selectBox-dropdown .selectBox-label {
    font-size: 12px; } }
@media only screen and (max-width: 770px) {
  /* line 489, ../scss/layout/_footer.scss */
  #ESGroupNavMenu {
    padding: 10px; } }

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 33, ../scss/module/_product-list.scss */
.category-title h1, body.catalogsearch-result-index .page-title h1 {
  border-bottom: none; }

/* line 38, ../scss/module/_product-list.scss */
.block-layered-nav .amshopby-slider-ui .ui-slider-handle {
  background-color: #e42d24;
  border: 1px solid #e42d24; }

/* line 44, ../scss/module/_product-list.scss */
.category-image {
  margin-bottom: 1.5em; }

/* line 47, ../scss/module/_product-list.scss */
.catalog-category-view .col-left {
  padding-right: 3.5%; }
@media only screen and (max-width: 1199px) {
  /* line 47, ../scss/module/_product-list.scss */
  .catalog-category-view .col-left {
    padding-right: 2.5%; } }
@media only screen and (max-width: 979px) {
  /* line 54, ../scss/module/_product-list.scss */
  .catalog-category-view .col-left .block.amshopby-collapse-enabled .block-content p.block-subtitle {
    font-size: 15px;
    padding-left: 10px; } }
@media only screen and (max-width: 770px) {
  /* line 47, ../scss/module/_product-list.scss */
  .catalog-category-view .col-left {
    padding-right: 0; }
  /* line 61, ../scss/module/_product-list.scss */
  .catalog-category-view .col-left .block.amshopby-collapse-enabled .block-content p.block-subtitle {
    padding-right: 0;
    font-size: 18px; } }

/* line 68, ../scss/module/_product-list.scss */
.products-grid .actions .button.secondary-button {
  width: 47%;
  z-index: 4;
  position: relative;
  /*   	 &:hover {
    	 	background: $c-button-secondary;
    	 } */ }
@media only screen and (max-width: 1024px) {
  /* line 71, ../scss/module/_product-list.scss */
  .products-grid .actions .button.secondary-button span span {
    font-size: 10px; } }
@media only screen and (max-width: 650px) {
  /* line 71, ../scss/module/_product-list.scss */
  .products-grid .actions .button.secondary-button span span {
    font-size: 9px; } }
@media only screen and (max-width: 479px) {
  /* line 71, ../scss/module/_product-list.scss */
  .products-grid .actions .button.secondary-button span span {
    font-size: 10px; } }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 68, ../scss/module/_product-list.scss */
  .products-grid .actions .button.secondary-button {
    width: 100%; } }

@media only screen and (max-width: 510px) {
  /* line 68, ../scss/module/_product-list.scss */
  .products-grid .actions .button.secondary-button {
    width: 100%; } }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 98, ../scss/module/_product-list.scss */
  .products-grid .actions .learn-more {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 510px) {
  /* line 105, ../scss/module/_product-list.scss */
  .products-grid .actions .learn-more {
    width: 100%;
    text-align: center; } }

/* line 111, ../scss/module/_product-list.scss */
.col-left {
  min-height: auto; }

/* line 115, ../scss/module/_product-list.scss */
.products-list .action .button, .products-grid .actions .button {
  white-space: normal; }

/* line 119, ../scss/module/_product-list.scss */
.product-essential .add-to-cart-buttons .primary-button.validation-passed {
  border: 0; }

/* line 124, ../scss/module/_product-list.scss */
.please-wait-buy {
  display: none;
  line-height: auto;
  height: auto;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #ffffff;
  width: 100%; }
/* line 139, ../scss/module/_product-list.scss */
.please-wait-buy img {
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  /*  width: 33%; // Actual image is 48px, thereby supporting hi-res screens */
  height: 100%;
  width: auto; }

/* line 150, ../scss/module/_product-list.scss */
.product-view .product-essential .add-to-cart-buttons .button .please-wait-buy {
  display: none;
  line-height: auto;
  height: auto;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #ffffff;
  width: 100%; }
/* line 164, ../scss/module/_product-list.scss */
.product-view .product-essential .add-to-cart-buttons .button .please-wait-buy img {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  vertical-align: middle; }

/* -------------------------------------------- *
 * Product Name
 */
/* line 177, ../scss/module/_product-list.scss */
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 1.2; }
/* line 187, ../scss/module/_product-list.scss */
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
  color: #1a171b; }
/* line 189, ../scss/module/_product-list.scss */
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
  color: #464646;
  text-decoration: none; }

/* line 196, ../scss/module/_product-list.scss */
.products-grid .product-name, .products-list .product-name {
  /*  text-transform: uppercase; */
  text-transform: none;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: left;
  height: 37px;
  overflow: hidden; }
/* line 206, ../scss/module/_product-list.scss */
.products-grid .product-name a, .products-list .product-name a {
  font-weight: 600;
  color: #000000;
  word-wrap: break-word;
  font-size: 15px;
  color: #000000; }
/* line 213, ../scss/module/_product-list.scss */
.products-grid .product-name a:hover, .products-list .product-name a:hover {
  color: #e42d38; }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 206, ../scss/module/_product-list.scss */
  .products-grid .product-name a, .products-list .product-name a {
    font-size: 13px; } }

@media only screen and (max-width: 770px) {
  /* line 223, ../scss/module/_product-list.scss */
  .products-grid .product-name a, .products-list .product-name a {
    font-size: 14px;
    line-height: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 229, ../scss/module/_product-list.scss */
  .products-grid .product-name a, .products-list .product-name a {
    font-size: 12px;
    line-height: 14px; } }

/* line 235, ../scss/module/_product-list.scss */
.products-grid .product-sku {
  color: #b9b9b9;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
  display: inline-block; }
@media only screen and (max-width: 770px) {
  /* line 235, ../scss/module/_product-list.scss */
  .products-grid .product-sku {
    font-size: 10px; } }

/* line 245, ../scss/module/_product-list.scss */
.products-grid .learn-more {
  float: right;
  text-align: center;
  width: 50%; }
/* line 249, ../scss/module/_product-list.scss */
.products-grid .learn-more a {
  padding: 0;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  display: inline-block;
  color: #bfbfbf;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  z-index: 4;
  max-width: 100px;
  min-height: 31px;
  line-height: 39px;
  white-space: nowrap; }
/* line 265, ../scss/module/_product-list.scss */
.products-grid .learn-more a:hover {
  text-decoration: none;
  color: #e42d38; }

@media only screen and (max-width: 1100px) {
  /* line 272, ../scss/module/_product-list.scss */
  .fp-content .products-grid .learn-more a {
    line-height: 33px; } }

/* line 277, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick {
  display: none;
  position: absolute;
  z-index: 2;
  left: 22%;
  width: 58%;
  top: 18%; }
/* line 284, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick .quck-view button, .products-grid .tech-spec-quick .tech-spec button {
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans";
  padding: 7px 5px; }
@media only screen and (max-width: 979px) {
  /* line 284, ../scss/module/_product-list.scss */
  .products-grid .tech-spec-quick .quck-view button, .products-grid .tech-spec-quick .tech-spec button {
    font-size: 10px; } }
/* line 296, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick li {
  background-color: #000000; }
/* line 300, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick .quck-view {
  background-color: #e42d38;
  margin-bottom: 3px;
  position: relative; }
/* line 304, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick .quck-view button {
  background-color: #e42d38; }
/* line 307, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick .quck-view button:hover {
  color: #000000; }
/* line 312, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick .tech-spec, .products-grid .tech-spec-quick .tech-spec button {
  background-color: #000000; }
/* line 315, ../scss/module/_product-list.scss */
.products-grid .tech-spec-quick .tech-spec:hover, .products-grid .tech-spec-quick .tech-spec button:hover {
  color: #e42d38; }

/* line 320, ../scss/module/_product-list.scss */
.products-grid .techspec {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #000000;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  z-index: 3; }
/* line 331, ../scss/module/_product-list.scss */
.products-grid .techspec table {
  width: 100%; }
/* line 333, ../scss/module/_product-list.scss */
.products-grid .techspec table tr td {
  border-bottom: 1px solid #4b4b4b; }
/* line 336, ../scss/module/_product-list.scss */
.products-grid .techspec table tr:first-child td, .products-grid .techspec table tr:last-child td {
  border: 0; }
/* line 340, ../scss/module/_product-list.scss */
.products-grid .techspec .tech_spec_button_close {
  color: #b9b9b9;
  font-size: 11px;
  background: none;
  border: none;
  float: right;
  position: relative;
  padding-right: 15px; }
/* line 349, ../scss/module/_product-list.scss */
.products-grid .techspec .tech_spec_button_close:after {
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  content: "x";
  font-size: 10px;
  font-weight: bold;
  height: 11px;
  line-height: 9px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 12px;
  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 368, ../scss/module/_product-list.scss */
.products-grid .techspec .tech_spec_button_close:hover:after {
  background-color: #e42d38;
  color: #ffffff; }
/* line 374, ../scss/module/_product-list.scss */
.products-grid .techspec .techspec-caption {
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #ffffff;
  border-bottom: 3px solid #4b4b4b;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  padding: 15px 0; }
@media only screen and (max-width: 1024px) {
  /* line 374, ../scss/module/_product-list.scss */
  .products-grid .techspec .techspec-caption {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px; } }
/* line 391, ../scss/module/_product-list.scss */
.products-grid .techspec .label {
  text-align: left;
  color: #ffffff;
  padding: 15px 0;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 12px; }
@media only screen and (max-width: 1024px) {
  /* line 391, ../scss/module/_product-list.scss */
  .products-grid .techspec .label {
    padding-top: 10px;
    padding-bottom: 10px; } }
/* line 405, ../scss/module/_product-list.scss */
.products-grid .techspec .value {
  text-align: right;
  color: #ffffff;
  padding: 15px 0;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 12px; }
@media only screen and (max-width: 1024px) {
  /* line 405, ../scss/module/_product-list.scss */
  .products-grid .techspec .value {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media only screen and (max-width: 769px) {
  /* line 422, ../scss/module/_product-list.scss */
  .products-grid .techspec {
    padding: 10px; }
  /* line 424, ../scss/module/_product-list.scss */
  .products-grid .techspec .techspec-caption {
    font-size: 13px;
    padding: 5px 0;
    line-height: 18px; }
  /* line 429, ../scss/module/_product-list.scss */
  .products-grid .techspec .value, .products-grid .techspec .label {
    font-size: 10px;
    padding: 5px 0; } }
/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 443, ../scss/module/_product-list.scss */
.products-grid {
  position: relative; }

/* line 447, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both; }

/* line 451, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  text-align: center; }
/* line 455, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both; }

/* line 460, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 45px; }
@media only screen and (max-width: 770px) {
  /* line 460, ../scss/module/_product-list.scss */
  .products-grid .product-image {
    margin-top: 37px; } }
@media only screen and (max-width: 599px) {
  /* line 460, ../scss/module/_product-list.scss */
  .products-grid .product-image {
    margin-top: 30px; } }

/* line 472, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto; }
/* line 475, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none; }

/* line 481, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%; }

/* line 487, ../scss/module/_product-list.scss */
.product_labels_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 46%;
  width: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 487, ../scss/module/_product-list.scss */
  .product_labels_wrapper {
    max-width: 57%; } }
@media only screen and (max-width: 650px) {
  /* line 487, ../scss/module/_product-list.scss */
  .product_labels_wrapper {
    max-width: 53%; } }
@media only screen and (max-width: 599px) {
  /* line 487, ../scss/module/_product-list.scss */
  .product_labels_wrapper {
    max-width: 57%;
    width: 100%; } }
/* line 504, ../scss/module/_product-list.scss */
.product_labels_wrapper .labels {
  display: table; }
/* line 507, ../scss/module/_product-list.scss */
.product_labels_wrapper .product_label {
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 28px;
  position: relative;
  margin-top: 5px;
  text-align: left;
  left: -1px; }
@media only screen and (max-width: 979px) {
  /* line 507, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label {
    line-height: 24px; } }
@media only screen and (max-width: 1024px) {
  /* line 507, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label {
    font-size: 11px; } }
/* line 524, ../scss/module/_product-list.scss */
.product_labels_wrapper .product_label:first-of-type {
  margin-top: 10px; }
@media only screen and (max-width: 599px) {
  /* line 524, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label:first-of-type {
    margin-top: 0; } }
/* line 530, ../scss/module/_product-list.scss */
.product_labels_wrapper .product_label .label_name {
  background: #e42d38;
  display: inline-block;
  height: 28px;
  padding: 0 8px 0 10px; }
@media only screen and (max-width: 979px) {
  /* line 530, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label .label_name {
    font-size: 10px;
    height: 26px;
    line-height: 26px; } }
/* line 542, ../scss/module/_product-list.scss */
.product_labels_wrapper .product_label .arrows {
  height: 28px;
  display: inline-block;
  position: absolute; }
@media only screen and (max-width: 979px) {
  /* line 542, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label .arrows {
    height: 26px; } }
/* line 550, ../scss/module/_product-list.scss */
.product_labels_wrapper .product_label .arrows:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 8px solid #e42d38;
  border-right: 8px solid transparent;
  border-top: 14px solid #e42d38;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: -8px; }
@media only screen and (max-width: 979px) {
  /* line 550, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label .arrows:before {
    border-top: 13px solid #e42d38; } }
/* line 565, ../scss/module/_product-list.scss */
.product_labels_wrapper .product_label .arrows:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 8px solid #e42d38;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #e42d38;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: -8px; }
@media only screen and (max-width: 979px) {
  /* line 565, ../scss/module/_product-list.scss */
  .product_labels_wrapper .product_label .arrows:after {
    border-bottom: 13px solid #e42d38; } }
/* line 582, ../scss/module/_product-list.scss */
.product_labels_wrapper .manufacturer-logo {
  margin: 10px 15px 0 15px; }
@media only screen and (max-width: 770px) {
  /* line 582, ../scss/module/_product-list.scss */
  .product_labels_wrapper .manufacturer-logo {
    margin: 10px 0 0 10px; } }
/* line 588, ../scss/module/_product-list.scss */
.product_labels_wrapper .manufacturer_national_geographic_label {
  background: url(../images/national-geographic.png) no-repeat;
  width: auto;
  height: 27px; }
@media only screen and (max-width: 599px) {
  /* line 588, ../scss/module/_product-list.scss */
  .product_labels_wrapper .manufacturer_national_geographic_label {
    background-size: 85%; } }
/* line 596, ../scss/module/_product-list.scss */
.product_labels_wrapper .manufacturer_lastolite_label {
  background: url(../images/lastolite.png) no-repeat 0 0;
  width: auto;
  height: 27px; }
@media only screen and (max-width: 599px) {
  /* line 596, ../scss/module/_product-list.scss */
  .product_labels_wrapper .manufacturer_lastolite_label {
    background-size: 57%; } }

/* line 608, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: relative;
  padding-bottom: 65px;
  text-align: left;
  min-height: 155px; }
/* line 613, ../scss/module/_product-list.scss */
.products-grid .product-info .ratings {
  display: none; }
@media only screen and (max-width: 1199px) {
  /* line 608, ../scss/module/_product-list.scss */
  .products-grid .product-info {
    min-height: 150px; } }
@media only screen and (max-width: 770px) {
  /* line 608, ../scss/module/_product-list.scss */
  .products-grid .product-info {
    padding-bottom: 47px;
    min-height: 135px; } }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 608, ../scss/module/_product-list.scss */
  .products-grid .product-info {
    padding-bottom: 65px; } }

@media only screen and (max-width: 510px) {
  /* line 608, ../scss/module/_product-list.scss */
  .products-grid .product-info {
    padding-bottom: 65px; } }

/* line 633, ../scss/module/_product-list.scss */
.products-grid .actions {
  padding: 17px 0 20px;
  position: absolute;
  bottom: 0px;
  width: 100%; }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 633, ../scss/module/_product-list.scss */
  .products-grid .actions {
    padding: 10px 0 0; } }

@media only screen and (max-width: 770px) {
  /* line 633, ../scss/module/_product-list.scss */
  .products-grid .actions {
    padding: 10px 0; } }
@media only screen and (max-width: 510px) {
  /* line 633, ../scss/module/_product-list.scss */
  .products-grid .actions {
    padding: 10px 0 0; } }

@media only screen and (max-width: 1070px) {
  /* line 655, ../scss/module/_product-list.scss */
  .products-grid .actions .learn-more {
    padding-top: 0; }
  /* line 658, ../scss/module/_product-list.scss */
  .products-grid .actions .learn-more a {
    padding: 0;
    font-size: 10px;
    line-height: 33px; }
  /* line 663, ../scss/module/_product-list.scss */
  .products-grid .actions button.btn-cart {
    padding: 5px; }

  /* line 668, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions {
    bottom: 0; } }
@media only screen and (max-width: 1070px) and (min-width: 771px) and (max-width: 880px) {
  /* line 673, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions .button.secondary-button {
    width: 46%; }
  /* line 676, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions .learn-more {
    text-align: right;
    width: auto; } }

@media only screen and (max-width: 1070px) and (max-width: 599px) {
  /* line 668, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions {
    padding: 0; }
  /* line 686, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions .button.secondary-button {
    width: 100%; }
  /* line 689, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions button span span {
    font-size: 11px; }
  /* line 692, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions .learn-more {
    clear: both;
    width: 100%;
    text-align: center; } }
@media only screen and (max-width: 1070px) and (max-width: 479px) {
  /* line 668, ../scss/module/_product-list.scss */
  .fp-content .products-grid .actions {
    padding: 10px 0; } }

/* line 705, ../scss/module/_product-list.scss */
.products-grid .ratings .rating-box {
  margin: 0 auto; }

/* line 709, ../scss/module/_product-list.scss */
.products-grid .ratings .amount {
  display: none; }

/* line 712, ../scss/module/_product-list.scss */
.products-grid .price-box {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans";
  margin: 0; }
@media only screen and (max-width: 770px) {
  /* line 712, ../scss/module/_product-list.scss */
  .products-grid .price-box {
    line-height: 18px; } }
/* line 721, ../scss/module/_product-list.scss */
.products-grid .price-box .regular-price {
  line-height: 18px; }
/* line 724, ../scss/module/_product-list.scss */
.products-grid .price-box .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px; }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 724, ../scss/module/_product-list.scss */
  .products-grid .price-box .price {
    font-size: 14px; } }

@media only screen and (max-width: 770px) {
  /* line 724, ../scss/module/_product-list.scss */
  .products-grid .price-box .price {
    font-size: 14px; } }
/* line 738, ../scss/module/_product-list.scss */
.products-grid .price-box .save-amount {
  display: none; }
/* line 741, ../scss/module/_product-list.scss */
.products-grid .price-box .old-price span {
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
  /* 	    	padding-top: 7px; */ }
@media only screen and (max-width: 880px) {
  /* line 741, ../scss/module/_product-list.scss */
  .products-grid .price-box .old-price span {
    line-height: 22px; } }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 741, ../scss/module/_product-list.scss */
  .products-grid .price-box .old-price span {
    font-size: 10px; } }

@media only screen and (max-width: 770px) {
  /* line 741, ../scss/module/_product-list.scss */
  .products-grid .price-box .old-price span {
    font-size: 10px;
    line-height: 18px; } }

/* line 763, ../scss/module/_product-list.scss */
.products-grid .add-to-links {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 15px; }

/* line 769, ../scss/module/_product-list.scss */
.products-grid .add-to-compare {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  position: relative;
  top: -15px; }
@media only screen and (max-width: 599px) {
  /* line 769, ../scss/module/_product-list.scss */
  .products-grid .add-to-compare {
    display: none; }
  /* line 778, ../scss/module/_product-list.scss */
  .products-grid .add-to-compare a {
    font-size: 10px;
    line-height: 11px;
    padding-right: 14px; } }
/* line 784, ../scss/module/_product-list.scss */
.products-grid .add-to-compare label {
  line-height: 1.5;
  padding-left: 30px;
  width: 61px;
  color: #bfbfbf;
  font-size: 11px;
  line-height: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400; }
/* line 793, ../scss/module/_product-list.scss */
.products-grid .add-to-compare label:hover {
  color: #858585;
  text-decoration: none; }
/* line 798, ../scss/module/_product-list.scss */
.products-grid .add-to-compare input {
  display: none; }
/* line 802, ../scss/module/_product-list.scss */
.products-grid .add-to-compare input[type="checkbox"]:not(old) + label[data-name] span {
  display: none; }
/* line 806, ../scss/module/_product-list.scss */
.products-grid .add-to-compare input[type="checkbox"]:not(old) + label[data-name]:before {
  content: attr(data-name);
  position: absolute;
  top: 4px;
  left: auto;
  right: 17px;
  border: none;
  display: inline;
  width: auto;
  float: left; }
/* line 817, ../scss/module/_product-list.scss */
.products-grid .add-to-compare input[type="checkbox"]:not(old) + label:after {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  clear: none;
  content: " ";
  cursor: pointer;
  display: inline-block;
  height: 11px;
  right: 0;
  margin: 0;
  position: absolute;
  top: 4px;
  width: 11px; }
/* line 831, ../scss/module/_product-list.scss */
.products-grid .add-to-compare input[type=checkbox]:not(old):checked + label:after {
  background: url(../images/checked.png) no-repeat;
  border: none; }
/* line 835, ../scss/module/_product-list.scss */
.products-grid .add-to-compare input[type=checkbox]:not(old):checked + label:before {
  background: none;
  border: none; }
/* line 839, ../scss/module/_product-list.scss */
.products-grid .add-to-compare:hover {
  color: #858585; }
/* line 842, ../scss/module/_product-list.scss */
.products-grid .add-to-compare:hover label {
  border-color: #858585; }

/* line 847, ../scss/module/_product-list.scss */
.products-grid .add-to-wishlist {
  padding-top: 7px; }
/* line 850, ../scss/module/_product-list.scss */
.products-grid .add-to-wishlist a {
  color: #bfbfbf;
  font-size: 11px;
  line-height: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background: url("../images/heart.png") right no-repeat;
  display: inline-block;
  float: right;
  padding: 0 17px 0 0;
  font-weight: 400;
  white-space: nowrap; }
/* line 862, ../scss/module/_product-list.scss */
.products-grid .add-to-wishlist a:hover {
  background: url("../images/heart_hover.png") right no-repeat;
  color: #858585;
  text-decoration: none; }
@media only screen and (max-width: 479px) {
  /* line 850, ../scss/module/_product-list.scss */
  .products-grid .add-to-wishlist a {
    font-size: 0; } }

/* line 872, ../scss/module/_product-list.scss */
.products-grid .ad-item {
  background-color: #e42d38;
  padding: 0 !important;
  border: 0; }
/* line 876, ../scss/module/_product-list.scss */
.products-grid .ad-item p {
  margin: 0; }
/* line 879, ../scss/module/_product-list.scss */
.products-grid .ad-item a {
  text-transform: capitalize; }
/* line 882, ../scss/module/_product-list.scss */
.products-grid .ad-item a:hover {
  text-decoration: none; }
/* line 885, ../scss/module/_product-list.scss */
.products-grid .ad-item h2 {
  color: #ffffff;
  text-align: left;
  font-size: 26px;
  font-weight: 800;
  padding-top: 10px;
  margin-bottom: 10px; }
@media only screen and (max-width: 979px) {
  /* line 885, ../scss/module/_product-list.scss */
  .products-grid .ad-item h2 {
    font-size: 22px; } }
@media only screen and (max-width: 599px) {
  /* line 885, ../scss/module/_product-list.scss */
  .products-grid .ad-item h2 {
    font-size: 18px; } }
/* line 902, ../scss/module/_product-list.scss */
.products-grid .ad-item .product-info {
  background-color: #e42d38;
  color: #ffffff;
  position: relative;
  width: 100%;
  bottom: 0; }
/* line 909, ../scss/module/_product-list.scss */
.products-grid .ad-item:hover {
  border: none; }
/* line 912, ../scss/module/_product-list.scss */
.products-grid .ad-item .product-image {
  margin-top: 0; }
@media only screen and (max-width: 770px) {
  /* line 872, ../scss/module/_product-list.scss */
  .products-grid .ad-item {
    padding: 0; } }

/* line 919, ../scss/module/_product-list.scss */
.products-grid .ad-content {
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  color: #ffffff;
  padding-right: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px; }
@media only screen and (max-width: 770px) {
  /* line 919, ../scss/module/_product-list.scss */
  .products-grid .ad-content {
    left: 10px;
    bottom: 15px; } }
@media only screen and (max-width: 479px) {
  /* line 919, ../scss/module/_product-list.scss */
  .products-grid .ad-content {
    bottom: 10px; } }

/* line 936, ../scss/module/_product-list.scss */
.products-grid .product-image.ad-image {
  margin-bottom: 0;
  padding-top: 0; }

/* line 940, ../scss/module/_product-list.scss */
.products-grid .ad-word {
  text-transform: uppercase;
  display: block; }

/* line 944, ../scss/module/_product-list.scss */
.products-grid a.ad-link {
  display: block;
  color: #ffffff;
  font-size: 12px;
  padding-top: 10px;
  font-weight: 800; }
@media only screen and (max-width: 599px) {
  /* line 944, ../scss/module/_product-list.scss */
  .products-grid a.ad-link {
    font-size: 11px; } }

/* line 954, ../scss/module/_product-list.scss */
.banner-wrapper, .category-banner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

/* line 959, ../scss/module/_product-list.scss */
.banner-wrapper > img {
  height: 100%;
  position: absolute;
  width: auto; }
@media only screen and (min-width: 1871px) {
  /* line 959, ../scss/module/_product-list.scss */
  .banner-wrapper > img {
    width: 100%; } }

/* line 967, ../scss/module/_product-list.scss */
.banner-brand {
  margin: 0 auto;
  max-width: 1180px;
  padding: 57px 0;
  position: relative;
  z-index: 2; }
/* line 974, ../scss/module/_product-list.scss */
.banner-brand p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  max-width: 555px;
  width: 100%;
  margin: 30px 0;
  line-height: 24px; }
@media only screen and (max-width: 1199px) {
  /* line 967, ../scss/module/_product-list.scss */
  .banner-brand {
    padding: 57px 20px; } }
@media only screen and (max-width: 599px) {
  /* line 988, ../scss/module/_product-list.scss */
  .banner-brand p {
    font-size: 16px; }
  /* line 991, ../scss/module/_product-list.scss */
  .banner-brand img {
    width: 205px; }
  /* line 994, ../scss/module/_product-list.scss */
  .banner-brand button.primary-button {
    font-size: 10px; } }
@media only screen and (max-width: 479px) {
  /* line 999, ../scss/module/_product-list.scss */
  .banner-brand p {
    font-size: 14px;
    line-height: 20px; }
  /* line 1003, ../scss/module/_product-list.scss */
  .banner-brand img {
    width: 177px; }
  /* line 1006, ../scss/module/_product-list.scss */
  .banner-brand button.primary-button {
    font-size: 10px; } }

/* line 1011, ../scss/module/_product-list.scss */
.category-banner-brand {
  margin: 0 auto;
  max-width: 1180px;
  padding: 117px 0 50px;
  position: relative;
  z-index: 2; }
@media only screen and (max-width: 1199px) {
  /* line 1011, ../scss/module/_product-list.scss */
  .category-banner-brand {
    padding: 110px 20px 50px; } }
@media only screen and (max-width: 979px) {
  /* line 1011, ../scss/module/_product-list.scss */
  .category-banner-brand {
    padding: 90px 20px 40px; } }
@media only screen and (max-width: 770px) {
  /* line 1011, ../scss/module/_product-list.scss */
  .category-banner-brand {
    padding: 90px 20px 30px; } }
@media only screen and (max-width: 479px) {
  /* line 1011, ../scss/module/_product-list.scss */
  .category-banner-brand {
    padding: 60px 20px 30px; } }
/* line 1029, ../scss/module/_product-list.scss */
.category-banner-brand h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  position: relative;
  margin-bottom: 45px;
  max-width: 58%; }
/* line 1037, ../scss/module/_product-list.scss */
.category-banner-brand h1:before {
  background-color: #e42d38;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 30px; }
/* line 1046, ../scss/module/_product-list.scss */
.category-banner-brand h1.black-text {
  color: #000000; }
/* line 1049, ../scss/module/_product-list.scss */
.category-banner-brand h1.white-text {
  color: #ffffff; }
@media only screen and (max-width: 1199px) {
  /* line 1029, ../scss/module/_product-list.scss */
  .category-banner-brand h1 {
    margin-bottom: 30px; } }
@media only screen and (max-width: 1024px) {
  /* line 1029, ../scss/module/_product-list.scss */
  .category-banner-brand h1 {
    font-size: 34px; } }
@media only screen and (max-width: 770px) {
  /* line 1029, ../scss/module/_product-list.scss */
  .category-banner-brand h1 {
    max-width: 100%;
    font-size: 28px; } }
@media only screen and (max-width: 479px) {
  /* line 1029, ../scss/module/_product-list.scss */
  .category-banner-brand h1 {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 24px; } }
/* line 1070, ../scss/module/_product-list.scss */
.category-banner-brand p.read-more-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  max-width: 555px;
  width: 100%;
  margin: 30px 0;
  line-height: 22px;
  display: block !important;
  margin-bottom: 0;
  max-width: 58%; }
@media only screen and (max-width: 770px) {
  /* line 1070, ../scss/module/_product-list.scss */
  .category-banner-brand p.read-more-text {
    max-width: 100%;
    font-size: 12px;
    line-height: 22px; } }
@media only screen and (max-width: 479px) {
  /* line 1070, ../scss/module/_product-list.scss */
  .category-banner-brand p.read-more-text {
    margin-top: 20px; } }
/* line 1089, ../scss/module/_product-list.scss */
.category-banner-brand p.read-more-text.black-text {
  color: #000000; }
/* line 1092, ../scss/module/_product-list.scss */
.category-banner-brand p.read-more-text.white-text {
  color: #ffffff; }
/* line 1096, ../scss/module/_product-list.scss */
.category-banner-brand .morecontent span {
  display: none; }
/* line 1099, ../scss/module/_product-list.scss */
.category-banner-brand a.morelink {
  color: #e42d38; }
/* line 1102, ../scss/module/_product-list.scss */
.category-banner-brand #read-more {
  position: relative;
  text-transform: capitalize;
  white-space: nowrap;
  /* 		&:after {
  			background: rgba(0, 0, 0, 0) url("../images/red-arrow.png") no-repeat scroll left top;
  			content: "";
  			height: 12px;
  			position: absolute;
  			right: -20px;
  			top: 23%;
  			width: 17px;
  		} */ }

/* line 1118, ../scss/module/_product-list.scss */
#read-more-wrapper {
  border: 4px solid #ffffff;
  padding: 10px;
  width: 725px;
  background: #fff;
  display: none; }
@media only screen and (max-width: 770px) {
  /* line 1118, ../scss/module/_product-list.scss */
  #read-more-wrapper {
    width: 100%; } }
/* line 1128, ../scss/module/_product-list.scss */
#read-more-wrapper .read-more-popup {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 1134, ../scss/module/_product-list.scss */
#read-more-wrapper .read-more-popup p {
  color: #444 !important; }

/* line 1139, ../scss/module/_product-list.scss */
body:not(.collection-page) .fancybox-overlay {
  background: rgba(160, 160, 160, 0.5) url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/fancybox_overlay.png?1445198855') repeat scroll 0 0; }

/* line 1143, ../scss/module/_product-list.scss */
body .fancybox-skin {
  background: transparent none repeat scroll 0 0;
  box-shadow: none !important; }

/* line 1147, ../scss/module/_product-list.scss */
body .fancybox-close {
  background: transparent url("../images/close.png") no-repeat scroll 0 0;
  right: -27px;
  top: -3px; }

/* line 1152, ../scss/module/_product-list.scss */
body {
  /* .fancybox-newsletter {
  	display:none;
  
  } */ }
@media only screen and (max-width: 770px) {
  /* line 1153, ../scss/module/_product-list.scss */
  body .fancybox-desktop {
    display: block !important; } }
@media only screen and (max-width: 770px) {
  /* line 1158, ../scss/module/_product-list.scss */
  body .fancybox-overlay {
    display: block !important; } }
/* line 1164, ../scss/module/_product-list.scss */
body .category-banner-wrapper {
  position: relative; }
@media only screen and (min-width: 1025px) {
  /* line 1164, ../scss/module/_product-list.scss */
  body .category-banner-wrapper {
    min-height: 450px; } }
/* line 1171, ../scss/module/_product-list.scss */
body .category-banner-wrapper.black-overlay:before {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%; }
/* line 1183, ../scss/module/_product-list.scss */
body .category-banner-wrapper.white-overlay:before {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%; }

/* Config: Two columns + flexible gutter */
/* line 1209, ../scss/module/_product-list.scss */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
  background-color: #ffffff;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 4.54545%; }
@media only screen and (max-width: 479px) {
  /* line 1219, ../scss/module/_product-list.scss */
  .products-grid > li.grid-item-width2 {
    width: 100%;
    margin-right: 0; }
  /* line 1223, ../scss/module/_product-list.scss */
  .products-grid > li.hp:nth-child(3) {
    margin-right: 0;
    float: right; }
  /* line 1227, ../scss/module/_product-list.scss */
  .products-grid > li.hp:nth-child(5) {
    margin-right: 0;
    float: right; }
  /* line 1231, ../scss/module/_product-list.scss */
  .products-grid > li.hp.drop-item {
    display: none; } }

/* line 1239, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: left; }

/* line 1243, ../scss/module/_product-list.scss */
.products-grid > li:not(.hp):nth-child(even) {
  margin-right: 0; }

/* line 1247, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px; }
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none; }
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative; }
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block; }

/* .fp-content {


	@include bp(min-width, 960px) {
			.products-grid--max-4-col > li {
						clear: none important;
			}
			.products-grid--max-4-col > li:nth-child(3) {
				margin-right: 0;
			}
			.products-grid--max-4-col > li:last-child {
				margin-right: 0;
			}
	}


} */
@media only screen and (max-width: 479px) {
  /* Config: Three columns + flexible gutter */
  /* line 1280, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
    /*         > li.hp:hover {
            	border: 3px solid $c-red;
            	.tech-spec-quick {
            		display: inline-block;
            	}
            } */ }
  /* line 1282, ../scss/module/_product-list.scss */
  .products-grid > li.hp:nth-child(odd) {
    clear: none; }
  /* line 1285, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(even) {
    margin-right: 2.22222%; }
  /* line 1288, ../scss/module/_product-list.scss */
  .products-grid > li:not(.hp):nth-child(even) {
    margin-right: 0; }
  /* line 1292, ../scss/module/_product-list.scss */
  .products-grid > li.hp {
    width: 47.77778%;
    margin-right: 2.22222%;
    margin-bottom: 2.22222%;
    background: #ffffff;
    padding: 17px;
    padding-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    /* border: 3px solid #ffffff; */ }
  /* line 1307, ../scss/module/_product-list.scss */
  .products-grid > li.hp.grid-item-width2 {
    width: 97.77778%;
    padding: 0; }
  /* line 1320, ../scss/module/_product-list.scss */
  .products-grid > li.hp:nth-child(2n+1) {
    clear: left; } }
@media only screen and (max-width: 479px) and (max-width: 959px) {
  /* line 1320, ../scss/module/_product-list.scss */
  .products-grid > li.hp:nth-child(2n+1) {
    clear: none; } }

/* line 1331, ../scss/module/_product-list.scss */
.products-grid .grid-item-width2 .product-image {
  margin-bottom: 0; }

@media only screen and (max-width: 479px) {
  /* line 1338, ../scss/module/_product-list.scss */
  .products-grid > li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } }
@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  /* line 1356, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */ }
  /* line 1358, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none; }
  /* line 1361, ../scss/module/_product-list.scss */
  .products-grid > li:not(.hp):nth-child(even) {
    margin-right: 2.22222%; }
  /* line 1366, ../scss/module/_product-list.scss */
  .products-grid > li {
    width: 31.85185%;
    margin-right: 2.22222%;
    margin-bottom: 2.22222%;
    background: #ffffff;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    border: 1px solid #ffffff; }
  /* line 1382, ../scss/module/_product-list.scss */
  .products-grid > li.grid-item-width2 {
    width: 65.92593%;
    padding: 0;
    border: 0; }
  /* line 1387, ../scss/module/_product-list.scss */
  .products-grid > li.grid-item-width2:hover {
    border: none; }
  /* line 1391, ../scss/module/_product-list.scss */
  .products-grid > li:hover a.product-image > img {
    opacity: 0.6 !important; }
  /* line 1394, ../scss/module/_product-list.scss */
  .products-grid > li:hover .product_labels_wrapper {
    opacity: 0.6; } }
@media only screen and (min-width: 480px) and (max-width: 959px) {
  /* line 1399, ../scss/module/_product-list.scss */
  .products-grid.products-grid--max-4-col > li:nth-child(2) {
    margin-right: 0; }
  /* line 1402, ../scss/module/_product-list.scss */
  .products-grid.products-grid--max-4-col > li:nth-child(5) {
    margin-right: 0; }
  /* line 1405, ../scss/module/_product-list.scss */
  .products-grid.products-grid--max-4-col > li.drop-item {
    display: none; } }
@media only screen and (min-width: 480px) {
  /* line 1410, ../scss/module/_product-list.scss */
  .products-grid > li:hover {
    border: 1px solid #c0c0c0; }
  /* line 1412, ../scss/module/_product-list.scss */
  .products-grid > li:hover .tech-spec-quick {
    display: inline-block; }
  /* line 1416, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: left; } }
@media only screen and (min-width: 480px) and (max-width: 959px) {
  /* line 1419, ../scss/module/_product-list.scss */
  .products-grid > li.hp:nth-child(3n+1) {
    clear: none; } }
@media only screen and (min-width: 480px) {
  /* line 1424, ../scss/module/_product-list.scss */
  .products-grid > li:not(.hp):nth-child(3n) {
    margin-right: 0; } }
/* line 1429, ../scss/module/_product-list.scss */
.cms-index-index .products-grid > li:hover a > img {
  opacity: 1; }

@media only screen and (max-width: 770px) {
  /* line 1433, ../scss/module/_product-list.scss */
  .products-grid > li:not(.grid-item-width2) {
    padding: 10px;
    padding-bottom: 0; }

  /* line 1437, ../scss/module/_product-list.scss */
  .products-grid > li.grid-item-width2 {
    padding: 0; } }
@media only screen and (max-width: 479px) {
  /* line 1443, ../scss/module/_product-list.scss */
  .products-grid .tech-spec-quick .quck-view button, .products-grid .tech-spec-quick .tech-spec button {
    font-size: 11px; } }
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 1465, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none; }

  /* line 1468, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none; }

  /* line 1471, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(even), .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.33333%; }

  /* Set column config */
  /* line 1477, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    margin-right: 1.33333%; }

  /* line 1480, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 24%;
    margin-right: 1.33333%; }

  /* line 1486, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.item.grid-item-width2 {
    width: 49.33333% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 960px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 960px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 960px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.item.grid-item-width2 {
    width: 49.33333% !important;
    padding: 0; } }

@media only screen and (min-width: 960px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li :not(.hp):nth-child(4n+1) {
    clear: left; }

  /* line 1521, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li :not(.hp):nth-child(4n) {
    margin-right: 0; }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 1465, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none; }

  /* line 1468, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none; }

  /* line 1471, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(even), .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.33333%; }

  /* Set column config */
  /* line 1477, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    margin-right: 1.33333%; }

  /* line 1480, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.93333%;
    margin-right: 1.33333%; }

  /* line 1486, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-5-col > li.item.grid-item-width2 {
    width: 39.2% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 960px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 960px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 960px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-5-col > li.item.grid-item-width2 {
    width: 39.2% !important;
    padding: 0; } }

@media only screen and (min-width: 960px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li :not(.hp):nth-child(5n+1) {
    clear: left; }

  /* line 1521, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li :not(.hp):nth-child(5n) {
    margin-right: 0; }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 1465, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none; }

  /* line 1468, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none; }

  /* line 1471, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(even), .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.33333%; }

  /* Set column config */
  /* line 1477, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    margin-right: 1.33333%; }

  /* line 1480, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 15.55556%;
    margin-right: 1.33333%; }

  /* line 1486, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-6-col > li.item.grid-item-width2 {
    width: 32.44444% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 960px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 960px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 960px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .fp-content .products-grid--max-6-col > li.item.grid-item-width2 {
    width: 32.44444% !important;
    padding: 0; } }

@media only screen and (min-width: 960px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li :not(.hp):nth-child(6n+1) {
    clear: left; }

  /* line 1521, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li :not(.hp):nth-child(6n) {
    margin-right: 0; } }
/* ============================================ *
 * Product List
 * ============================================ */
/* line 1539, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
/* line 1543, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4; }
/* line 1548, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both; }
/* line 1551, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%; }
/* line 1555, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%; }
/* line 1561, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

/* line 1567, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px; }
/* line 1572, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0; }
/* line 1575, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0; }
/* line 1578, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-box, .products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px; }
/* line 1583, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px; }
/* line 1587, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  margin-top: 0; }
/* line 1590, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 18px; }
/* line 1593, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 7px 0; }
/* line 1596, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px; }
/* line 1600, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary, .products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden; }
/* line 1606, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right; }

@media only screen and (min-width: 480px) {
  /* line 1615, ../scss/module/_product-list.scss */
  .products-list .product-name a {
    font-size: 18px; } }
@media only screen and (max-width: 1279px) {
  /* line 1622, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary, .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; }
  /* line 1628, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }
@media only screen and (max-width: 600px) {
  /* line 1636, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }

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

/* line 1682, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both; }
/* line 1686, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0; }
/* line 1692, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px; }
/* line 1697, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block; }
/* line 1700, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%; }

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 1715, ../scss/module/_product-list.scss */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px; }
/* line 1719, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%; }
/* line 1723, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 1732, ../scss/module/_product-list.scss */
.block-layered-nav .block-title strong span {
  text-transform: capitalize;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400; }

/* line 1738, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #E3E3E3;
  cursor: pointer; }
/* line 192, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #464646;
  border-bottom: none;
  left: 10px;
  top: 55%;
  margin-top: -3px; }
/* line 200, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:hover {
  /*   background-color: $c-module-background-hover; */ }

/* line 1744, ../scss/module/_product-list.scss */
.block-layered-nav.block-layered-nav--no-filters .block-content > dl > dt {
  background-color: transparent; }

/* line 206, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none; }
/* line 210, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl {
  /*  @include bp(max-width, $bp-medium) {
       	margin: 0 -20px;
   } */ }
/* line 215, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #E3E3E3;
  display: block; }
/* line 192, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #464646;
  border-bottom: none;
  left: 10px;
  top: 55%;
  margin-top: -3px; }
/* line 200, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:hover {
  /*   background-color: $c-module-background-hover; */ }
/* line 220, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0; }

/* line 1751, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px; }
/* line 1754, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li {
  padding: 1px 10px; }
@media only screen and (max-width: 770px) {
  /* line 1754, ../scss/module/_product-list.scss */
  .block-layered-nav dl dd ol > li {
    padding: 0; } }
/* line 1760, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  display: block; }
/* line 1762, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span:hover, .block-layered-nav dl dd ol > li > a:hover {
  color: #000000;
  text-decoration: none; }
/* line 1765, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span:hover span, .block-layered-nav dl dd ol > li > a:hover span {
  color: #000000; }
/* line 1770, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
  color: #959595; }

@media only screen and (min-width: 771px) {
  /* line 1776, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px; }
  /* line 1779, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:after {
    display: none; } }
@media only screen and (max-width: 770px) {
  /* line 1786, ../scss/module/_product-list.scss */
  .sidebar .block.block-layered-nav {
    border-bottom: none; }

  /* line 1791, ../scss/module/_product-list.scss */
  .block-layered-nav--no-filters .block-title {
    display: none; }

  /* line 1796, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
    /*         margin-left: -20px;
            margin-right: -20px; */ }
  /* line 231, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom: 2px solid #fff;
    background: #bd0237;
    color: #ffffff;
    font-weight: 700; }
  /* line 237, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    /*  color: $c-action; */ }
  /* line 240, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    border-right: none; }
  /* line 243, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1; }
  /* line 246, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:first-child {
    border-top: 2px solid #fff; }
  /* line 251, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none; }
  /* line 259, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
    background: #ffffff;
    border-top: 3px solid #bd0237;
    color: #bd0237; }
  /* line 266, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #bd0237;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px; }
  /* line 274, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
    padding: 0 20px;
    background: #ffffff;
    overflow: hidden; } }
@media only screen and (max-width: 770px) and (max-width: 1199px) {
  /* line 1796, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    margin-top: 0; } }

@media only screen and (max-width: 770px) {
  /* line 1809, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #bd0237;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 0 7px;
    text-transform: uppercase; }
  /* line 1820, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    left: 15px; }
  /* line 1828, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    /*   background-color: $c-button-hover;
      color: #FFFFFF; */ }
  /* line 1833, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px; }

  /* line 1840, ../scss/module/_product-list.scss */
  #narrow-by-list, #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1846, ../scss/module/_product-list.scss */
  #narrow-by-list {
    margin: 0;
    border: 0; }
  /* line 1850, ../scss/module/_product-list.scss */
  #narrow-by-list dt, #narrow-by-list dd {
    /* 	margin: 0 -20px; */
    padding: 10px 30px 10px 45px; }
  /* line 1854, ../scss/module/_product-list.scss */
  #narrow-by-list dd {
    padding: 10px 30px 10px 30px; } }

@media only screen and (max-width: 770px) {
  /* line 1859, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a, .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1859, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a, .block-layered-nav dl ol > li > span {
    margin: 0; } }

@media only screen and (max-width: 770px) {
  /* line 1868, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a {
    color: #1a171b;
    background-color: #E3E3E3;
    padding: 5px 10px; }
  /* line 1871, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    /*  background: $c-module-background-hover; */ } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1871, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    background-color: transparent; } }

/* line 1882, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
/* line 1887, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px; }
/* line 1891, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 0; }
/* line 1894, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold; }
/* line 1898, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both; }

/* line 1904, ../scss/module/_product-list.scss */
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px; }

/* line 1908, ../scss/module/_product-list.scss */
.support .fp-content .products-grid > li.item.grid-item-width2 {
  background: #e42d38; }

/* line 1911, ../scss/module/_product-list.scss */
.lightings .fp-content .products-grid > li.item.grid-item-width2 {
  background: #e42d38; }

/* line 1914, ../scss/module/_product-list.scss */
.other-brands .fp-content .products-grid > li.item.grid-item-width2 {
  background: #000000; }
/* line 1916, ../scss/module/_product-list.scss */
.other-brands .fp-content .products-grid > li.item.grid-item-width2 .banner-bottom {
  background: #000000; }

/* line 1920, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 {
  color: #ffffff;
  text-transform: uppercase; }
/* line 1923, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .product-image {
  margin-top: 0; }
/* line 1926, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-bottom {
  padding: 15px 25px;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
  background: #e42d38; }
@media only screen and (max-width: 770px) {
  /* line 1926, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-bottom {
    padding: 15px 10px; } }
/* line 1936, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content {
  float: left;
  max-width: 80%; }
/* line 1939, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content span {
  display: block;
  text-align: left; }
@media only screen and (max-width: 599px) {
  /* line 1936, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content {
    max-width: 76%; } }
/* line 1946, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-title {
  font-size: 26px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  /* 				@include bp(max-width, $bp-small) {
  					font-size: 18px;
  				} */ }
@media only screen and (max-width: 979px) {
  /* line 1946, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-title {
    font-size: 22px; } }
@media only screen and (max-width: 479px) {
  /* line 1946, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-title {
    font-size: 15px;
    line-height: 22px; } }
/* line 1962, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-tags {
  font-size: 18px; }
@media only screen and (max-width: 979px) {
  /* line 1962, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-tags {
    font-size: 16px; } }
@media only screen and (max-width: 599px) {
  /* line 1962, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-tags {
    font-size: 14px; } }
@media only screen and (max-width: 479px) {
  /* line 1962, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-tags {
    font-size: 11px; } }
/* line 1974, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-link a {
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
  position: relative; }
/* line 1979, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-link a:after {
  background: url("../images/arrow_right_white.png") no-repeat 0 0;
  bottom: 7px;
  content: "";
  height: 12px;
  position: absolute;
  width: 14px;
  top: 2px;
  right: -20px; }
/* line 1989, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-link a:hover {
  text-decoration: none; }
@media only screen and (max-width: 599px) {
  /* line 1974, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-link a {
    font-size: 11px; } }
@media only screen and (max-width: 479px) {
  /* line 1974, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-content .banner-link a {
    font-size: 10px; } }
/* line 2000, ../scss/module/_product-list.scss */
.fp-content .products-grid > li.item.grid-item-width2 .banner-cat {
  float: right;
  font-size: 12px;
  font-weight: 800;
  margin: 0 !important;
  vertical-align: top;
  max-width: 20%;
  line-height: 20px;
  white-space: nowrap; }
@media only screen and (max-width: 770px) {
  /* line 2000, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-cat {
    font-size: 11px;
    right: 10px;
    line-height: 22px; } }
@media only screen and (max-width: 599px) {
  /* line 2000, ../scss/module/_product-list.scss */
  .fp-content .products-grid > li.item.grid-item-width2 .banner-cat {
    font-size: 10px;
    line-height: 24px;
    max-width: 24%; } }

/* Amshopbuy  */
/* line 2025, ../scss/module/_product-list.scss */
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 25px;
  padding-top: 10px;
  background: none;
  color: #464646; }

/* line 2035, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .block-content > dl > dt::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #464646;
  border-bottom: none; }
@media only screen and (max-width: 770px) {
  /* line 2035, ../scss/module/_product-list.scss */
  .block-layered-nav.amshopby-collapse-enabled .block-content > dl > dt::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #464646;
    border-right: none;
    top: 45%;
    left: 31px; } }

/* line 2045, ../scss/module/_product-list.scss */
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {
  background: none; }
/* line 2048, ../scss/module/_product-list.scss */
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed:after {
  display: block;
  top: 45%;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #464646;
  border-right: none; }

/* line 2054, ../scss/module/_product-list.scss */
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-left: 0;
  padding-right: 0; }

/* line 2060, ../scss/module/_product-list.scss */
div.block-layered-nav dd a.amshopby-attr:hover {
  text-decoration: none;
  color: #000000; }

/* line 2064, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding-left: 0;
  color: #555555;
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400; }
/* line 2070, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span span, .block-layered-nav dl dd ol > li > a span {
  color: #555555;
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400; }
/* line 2076, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span span.count, .block-layered-nav dl dd ol > li > a span.count {
  display: none; }
@media only screen and (max-width: 770px) {
  /* line 2064, ../scss/module/_product-list.scss */
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    background: #ffffff; } }

/* .amshopby-collapse-enabled dl dd ol > li:nth-last-child(2) {
		display: none;
} */
/* line 2086, ../scss/module/_product-list.scss */
.sidebar .block.amshopby-collapse-enabled .block-content p.block-subtitle {
  text-transform: capitalize;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400; }
@media only screen and (max-width: 770px) {
  /* line 2093, ../scss/module/_product-list.scss */
  .sidebar .block.amshopby-collapse-enabled .block-content p.block-subtitle.block-subtitle--filter {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-left: 30px; } }

/* line 2104, ../scss/module/_product-list.scss */
div.block-layered-nav dd a.amshopby-attr-selected {
  color: #000000;
  font-weight: 700;
  margin-left: 0; }

/* line 2109, ../scss/module/_product-list.scss */
.sidebar .block.amshopby-collapse-enabled .block-content .actions {
  margin-top: 0;
  padding-bottom: 20px; }

/* .block-layered-nav.amshopby-collapse-enabled .block-content > dl > dt:not(.amshopby-collapsed) {
	border-top: 1px solid #acacac;
	-webkit-box-shadow: 0 1px #fff inset;
	-moz-box-shadow: 0 1px #fff inset;
	box-shadow: 0 1px #fff inset;
} */
/* line 2119, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .block-content > dl > dt:not(.amshopby-collapsed) + dd, .block-layered-nav.amshopby-collapse-enabled .actions {
  border-bottom: 1px solid #acacac;
  -webkit-box-shadow: 0 1px #fff;
  -moz-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
  margin-bottom: 0; }
@media only screen and (max-width: 770px) {
  /* line 2119, ../scss/module/_product-list.scss */
  .block-layered-nav.amshopby-collapse-enabled .block-content > dl > dt:not(.amshopby-collapsed) + dd, .block-layered-nav.amshopby-collapse-enabled .actions {
    border-bottom: 0; } }

/* line 2130, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .block-content > dl > dd {
  padding: 0; }
/* line 2133, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .block-content > dl > dd ol {
  padding-bottom: 12px; }
@media only screen and (max-width: 770px) {
  /* line 2133, ../scss/module/_product-list.scss */
  .block-layered-nav.amshopby-collapse-enabled .block-content > dl > dd ol {
    padding-bottom: 0; } }

/* line 2142, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .currently a {
  float: none;
  text-decoration: none;
  margin-left: 0; }
/* line 2146, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .currently a:after {
  content: url(../images/spacer.png); }

/* line 2150, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .actions a {
  background: url(../images/clear_all.png) no-repeat 0 50%;
  padding-left: 15px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #000000; }
/* line 2158, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .actions a:hover {
  text-decoration: none; }

/* line 2163, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .currently .multiselect-child {
  display: inline-block; }
/* line 2166, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .currently .label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800; }
/* line 2171, ../scss/module/_product-list.scss */
.block-layered-nav.amshopby-collapse-enabled .currently .price {
  font-size: 13px;
  font-weight: normal; }

@media only screen and (max-width: 770px) {
  /* line 2176, ../scss/module/_product-list.scss */
  .block-layered-nav.amshopby-collapse-enabled .block-content.accordion-open > dl > dt.current::after {
    left: 30px;
    top: 50%;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #464646;
    border-bottom: none; } }

/* line 2183, ../scss/module/_product-list.scss */
.amshopby-filters-left .block-title strong {
  display: none; }

/* line 2186, ../scss/module/_product-list.scss */
.amshopby-filters-left--no-filters .block-title strong {
  display: block; }

/* line 2189, ../scss/module/_product-list.scss */
.catalog-category-view .col-main .block-compare {
  display: block; }

@media only screen and (max-width: 1400px) {
  /* line 2194, ../scss/module/_product-list.scss */
  .catalog-category-view .col-main .block-compare {
    display: none; }

  /* line 2197, ../scss/module/_product-list.scss */
  .toolbar {
    /* 		.sorter {
    			width: 30%;
    			a {
    				width: 64% !important;
    			}
    			label {
    				width: calc(35% - 6px);
    			}
    		} */ }
  /* line 2207, ../scss/module/_product-list.scss */
  .toolbar .actions {
    height: 24px;
    width: auto;
    /* 			padding: 10px; */
    display: inline;
    float: left;
    display: inline-block; } }
@media only screen and (max-width: 1400px) and (max-width: 979px) {
  /* line 2207, ../scss/module/_product-list.scss */
  .toolbar .actions {
    position: absolute;
    right: 3px; } }
@media only screen and (max-width: 1400px) and (max-width: 599px) {
  /* line 2207, ../scss/module/_product-list.scss */
  .toolbar .actions {
    display: none !important; } }
@media only screen and (max-width: 1400px) {
  /* line 2221, ../scss/module/_product-list.scss */
  .toolbar .actions button {
    min-height: 24px;
    padding: 0 9px;
    margin: 12px; } }
@media only screen and (max-width: 1400px) and (max-width: 979px) {
  /* line 2221, ../scss/module/_product-list.scss */
  .toolbar .actions button {
    margin: 10px; } }
@media only screen and (max-width: 1400px) {
  /* line 2228, ../scss/module/_product-list.scss */
  .toolbar .actions button span span {
    font-size: 11px; } }
@media only screen and (max-width: 768px) {
  /* line 2236, ../scss/module/_product-list.scss */
  .toolbar .actions {
    display: none; } }
/* line 2240, ../scss/module/_product-list.scss */
#zoom_container {
  background: white; }
/* line 2243, ../scss/module/_product-list.scss */
#zoom_container .zoom_thumbnails {
  margin: 0 auto;
  min-height: 20%;
  text-align: center;
  margin-top: 10px;
  letter-spacing: -0.31em; }
@media only screen and (max-width: 650px) {
  /* line 2243, ../scss/module/_product-list.scss */
  #zoom_container .zoom_thumbnails {
    max-width: 65%; } }
@media only screen and (max-width: 480px) {
  /* line 2243, ../scss/module/_product-list.scss */
  #zoom_container .zoom_thumbnails {
    max-width: 100%; } }
/* line 2257, ../scss/module/_product-list.scss */
#zoom_container .zoom_thumbnails li {
  display: inline-block;
  padding: 0 5px; }
/* line 2260, ../scss/module/_product-list.scss */
#zoom_container .zoom_thumbnails li img {
  width: 100%; }

/* line 2267, ../scss/module/_product-list.scss */
.please-wait-quick {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }
/* line 2277, ../scss/module/_product-list.scss */
.please-wait-quick.active {
  display: inline-block; }
/* line 2280, ../scss/module/_product-list.scss */
.please-wait-quick img {
  bottom: 10%;
  height: 80%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  vertical-align: middle !important;
  width: auto; }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 35, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box, .product-view .product-essential .extra-info .ratings .amount {
  float: left; }
/* line 40, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px; }
/* line 45, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both; }
/* line 51, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }
/* line 55, ../scss/module/_catalog-product.scss */
.product-view .product-essential .short-description.mobile {
  display: none; }
@media only screen and (max-width: 770px) {
  /* line 55, ../scss/module/_catalog-product.scss */
  .product-view .product-essential .short-description.mobile {
    display: block; } }
/* line 65, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
  color: #000;
  margin-bottom: 10px;
  border: 0;
  font-size: 24px; }
@media only screen and (max-width: 979px) {
  /* line 65, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
    font-size: 20px; } }
@media only screen and (max-width: 599px) {
  /* line 65, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
    font-size: 18px; } }
/* line 80, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  width: 42%;
  float: right;
  max-width: 480px; }
/* line 85, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: none;
  float: left; }
/* line 89, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
  font-weight: 700; }
/* line 95, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
  display: none; }
/* line 103, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right; }
/* line 109, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info, .product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px; }
/* line 115, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
  color: #555;
  /* border-bottom: 1px solid #ccc; */
  padding-top: 5px;
  /*   display: none; */ }
/* line 122, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description ul li {
  margin-left: 15px;
  font-size: 14px; }
/* line 126, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description.desktop {
  display: block; }
@media only screen and (max-width: 770px) {
  /* line 130, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .short-description.desktop {
    display: none; } }
@media only screen and (max-width: 770px) {
  /* line 80, ../scss/module/_catalog-product.scss */
  .product-view .product-shop {
    border-bottom: 1px solid #CCCCCC; } }
/* line 139, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
  margin-bottom: 8px; }
/* line 143, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability {
  font-size: 14px; }
/* line 145, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability.in-stock {
  color: #000; }
/* line 148, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability .value-sku {
  font-weight: 400; }
/* line 151, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability .value {
  font-weight: 600; }
/* line 156, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box {
  margin-top: 0; }
/* line 159, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2; }
/* line 166, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #464646;
  font-size: 24px; }
/* line 175, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase; }
/* line 180, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.weee {
  color: #1a171b; }
/* line 183, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px; }
/* line 189, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #1a171b; }
/* line 195, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300; }
/* line 200, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px; }
/* line 208, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
  display: inherit; }
/* line 212, ../scss/module/_catalog-product.scss */
.product-view .price-box {
  margin: 0 0 20px; }
/* line 217, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
  display: none; }
/* line 222, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper, .product-view .block-related {
  width: 42%;
  float: right;
  clear: right;
  max-width: 480px; }
/* line 230, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list {
  padding: 20px 30px; }
/* line 232, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list li {
  width: 50%; }
/* line 235, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list li p {
  float: left;
  width: 70%;
  font-size: 12px; }
/* line 241, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list li img {
  float: left;
  margin-right: 20px;
  width: auto; }
/* line 246, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list li a {
  display: block;
  color: #1a171b;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px; }
/* line 254, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list li a:hover {
  text-decoration: none; }
/* line 258, ../scss/module/_catalog-product.scss */
.product-view ul.product-infofiles-list li span {
  padding-top: 10px;
  display: block; }

@media only screen and (max-width: 850px) {
  /* line 273, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px; }
  /* line 277, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px; } }
@media only screen and (max-width: 770px) {
  /* line 288, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }
  /* line 298, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; }
  /* line 302, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px; } }
@media only screen and (max-width: 420px) {
  /* line 315, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px; }
  /* line 319, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax span, .product-view .product-shop .price-box .price-including-tax span {
    display: block; } }
/* line 328, ../scss/module/_catalog-product.scss */
.product-img-box {
  width: 57%;
  float: left; }
/* line 333, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0; }
/* line 337, ../scss/module/_catalog-product.scss */
.product-img-box .extra-info {
  margin-bottom: 20px; }
/* line 340, ../scss/module/_catalog-product.scss */
.product-img-box .extra-info .availability {
  font-size: 14px; }
/* line 342, ../scss/module/_catalog-product.scss */
.product-img-box .extra-info .availability .value {
  font-weight: 600; }
/* line 345, ../scss/module/_catalog-product.scss */
.product-img-box .extra-info .availability .value-sku {
  font-weight: 400; }
/* line 350, ../scss/module/_catalog-product.scss */
.product-img-box .extra-info .availability.in-stock {
  color: #000; }
/* line 355, ../scss/module/_catalog-product.scss */
.product-img-box .product-image-gallery {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  height: 570px; }
/* line 363, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  margin-bottom: 10px;
  float: right;
  width: 84%;
  height: 570px;
  position: relative; }
@media only screen and (max-width: 1199px) {
  /* line 363, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image {
    width: 82%; } }
/* line 374, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 510px;
  margin: 0px auto; }

@media only screen and (max-width: 479px) {
  /* line 388, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 450px; } }
/* line 393, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
  padding: 60px 15px 15px; }
/* line 397, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none; }
/* line 400, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block; }
/* line 403, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden; }
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none; }
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative; }
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block; }

/* line 413, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: block;
  margin: 15px 0; }
/* line 416, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-top: 0; }
/* line 420, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline; }

/* line 426, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
  border-color: #cecece; }

/* line 431, ../scss/module/_catalog-product.scss */
.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related {
  padding-left: 0; }

/* line 441, ../scss/module/_catalog-product.scss */
.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral, .crosssell {
  margin-bottom: 10px; }

/* line 449, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
  /* .add-to-cart .qty-wrapper,
  .add-to-cart .qty-wrapper label {
      float: left;
  } */ }
/* line 451, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after, .product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both; }
/* line 456, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 25px; }
@media only screen and (max-width: 979px) {
  /* line 456, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart {
    margin-bottom: 10px; } }
/* line 464, ../scss/module/_catalog-product.scss */
.product-view .add-to-social {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }
/* line 467, ../scss/module/_catalog-product.scss */
.product-view .add-to-social .add-to-links {
  padding: 15px 15px 15px 0;
  border-right: 1px solid #ccc;
  width: 67%;
  margin: 10px 0; }
@media only screen and (max-width: 1199px) {
  /* line 467, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links {
    width: 50%;
    text-align: center;
    padding: 10px 15px 10px 0;
    margin: 10px 0; } }
/* line 483, ../scss/module/_catalog-product.scss */
.product-view .add-to-social .add-to-links li {
  width: 50%; }
/* line 486, ../scss/module/_catalog-product.scss */
.product-view .add-to-social .add-to-links li a {
  width: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 486, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links li a {
    width: auto; } }
@media only screen and (max-width: 1199px) {
  /* line 483, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links li {
    width: 100%; }
  /* line 496, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links li a {
    margin-left: 0; } }
@media only screen and (max-width: 770px) {
  /* line 483, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links li {
    width: 50%; } }
@media only screen and (max-width: 599px) {
  /* line 483, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links li {
    width: 100%; } }
/* line 507, ../scss/module/_catalog-product.scss */
.product-view .add-to-social .add-to-links .link-wishlist:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url('../images/heart_pdp_1445198855.png') no-repeat; }
/* line 516, ../scss/module/_catalog-product.scss */
.product-view .add-to-social .add-to-links .link-compare:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url('../images/add_to_pdp_1445198855.png') no-repeat; }
/* line 526, ../scss/module/_catalog-product.scss */
.product-view .add-to-social .add-to-links a {
  color: #a7a7a7;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  position: relative; }
@media only screen and (max-width: 1199px) {
  /* line 526, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links a {
    font-size: 12px; } }
@media only screen and (max-width: 979px) {
  /* line 526, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links a {
    font-size: 11px; } }
/* line 545, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons {
  min-height: 40px; }
/* line 551, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box, .product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px; }
/* line 558, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper {
  width: 20%;
  float: left;
  display: table; }
@media only screen and (max-width: 1199px) {
  /* line 558, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper {
    width: 25%; } }
@media only screen and (max-width: 979px) {
  /* line 558, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper {
    width: 28%; } }
@media only screen and (max-width: 770px) {
  /* line 558, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper {
    width: 20%; } }
/* line 578, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #a7a7a7;
  padding-right: 10px;
  width: auto;
  display: table-cell;
  vertical-align: middle; }
@media only screen and (max-width: 979px) {
  /* line 578, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper label {
    font-size: 14px; } }
@media only screen and (max-width: 770px) {
  /* line 578, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper label {
    font-size: 11px; } }
@media only screen and (max-width: 599px) {
  /* line 578, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper label {
    font-size: 14px; } }
/* line 600, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left; }
/* line 604, ../scss/module/_catalog-product.scss */
.product-view .input-text.qty {
  border: 1px solid #a7a7a7;
  width: 47px;
  height: 47px;
  padding: 0;
  font-size: 21px;
  font-weight: 800;
  border-radius: 0;
  text-align: center; }
@media only screen and (max-width: 599px) {
  /* line 604, ../scss/module/_catalog-product.scss */
  .product-view .input-text.qty {
    font-size: 18px; } }
/* line 617, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
  float: left;
  max-width: 80%;
  width: 74%;
  padding-left: 10px; }
@media only screen and (max-width: 1199px) {
  /* line 617, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons {
    width: 75%; } }
@media only screen and (max-width: 979px) {
  /* line 617, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons {
    width: 72%; } }
@media only screen and (max-width: 770px) {
  /* line 617, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons {
    width: 86%;
    max-width: 86%; } }
@media only screen and (max-width: 599px) {
  /* line 617, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons {
    width: 100%;
    float: none;
    display: inline; } }
/* line 638, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center; }
/* line 642, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px; }
/* line 648, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto; }
/* line 653, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center; }
/* line 658, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center; }
/* line 669, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  max-width: 280px;
  width: 100%;
  white-space: normal;
  position: relative; }
@media only screen and (max-width: 1199px) {
  /* line 669, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .button {
    max-width: 100%; } }
@media only screen and (max-width: 979px) {
  /* line 669, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .button {
    padding: 0px 15px;
    font-size: 14px; } }
/* line 691, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button .please-wait-buy img {
  width: 16%; }
/* line 694, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button.secondary-button.btn-registration {
  margin-left: 0; }
/* line 699, ../scss/module/_catalog-product.scss */
.product-view .alert-price, .product-view .alert-stock {
  clear: both; }
/* line 703, ../scss/module/_catalog-product.scss */
.product-view .price-box .price {
  font-size: 24px;
  font-family: "Open Sans";
  color: #252525;
  margin: 0 10px; }
/* line 710, ../scss/module/_catalog-product.scss */
.product-view .price-box .regular-price .price {
  margin-left: 0; }
/* line 714, ../scss/module/_catalog-product.scss */
.product-view .price-box .special-price {
  padding-left: 0; }
/* line 716, ../scss/module/_catalog-product.scss */
.product-view .price-box .special-price .price {
  margin-left: 0; }
/* line 721, ../scss/module/_catalog-product.scss */
.product-view .price-box .old-price .price {
  color: #e42d38;
  font-size: 18px;
  font-weight: bold; }
/* line 726, ../scss/module/_catalog-product.scss */
.product-view .price-box .you-save {
  color: #e42d38;
  font-size: 13px;
  font-style: italic;
  display: inline-block; }
/* line 732, ../scss/module/_catalog-product.scss */
.product-view .more-views {
  float: left;
  height: 570px;
  width: calc(16% - 15px);
  margin-right: 15px;
  overflow: hidden;
  padding: 30px 0; }
@media only screen and (max-width: 1199px) {
  /* line 732, ../scss/module/_catalog-product.scss */
  .product-view .more-views {
    width: calc(18% - 15px); } }
/* line 742, ../scss/module/_catalog-product.scss */
.product-view .more-views .bx-wrapper .bx-next {
  background: url('../images/arrows-slider_1445198855.png') no-repeat;
  background-position: -2px -53px;
  width: 19px;
  height: 15px;
  top: auto;
  bottom: -30px;
  right: 45%;
  z-index: 2; }
/* line 752, ../scss/module/_catalog-product.scss */
.product-view .more-views .bx-wrapper .bx-next.disabled {
  display: block;
  background-position: -1px -17px; }
/* line 757, ../scss/module/_catalog-product.scss */
.product-view .more-views .bx-wrapper .bx-prev {
  background: url('../images/arrows-slider_1445198855.png') no-repeat;
  background-position: -1px -35px;
  width: 19px;
  height: 15px;
  top: -15px;
  left: 36%;
  z-index: 2; }
/* line 765, ../scss/module/_catalog-product.scss */
.product-view .more-views .bx-wrapper .bx-prev.disabled {
  display: block;
  background-position: -1px 2px; }
/* line 770, ../scss/module/_catalog-product.scss */
.product-view .more-views .vertical-slider > li a img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
/* line 775, ../scss/module/_catalog-product.scss */
.product-view .more-views .vertical-slider .thumb-link.fancy-video:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 11px;
  content: "";
  display: block;
  height: 10px;
  left: 45%;
  margin: 0 auto;
  position: absolute;
  top: 40%; }
/* line 790, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .manufacturer {
  position: static;
  margin: 10px 15px 0;
  width: auto;
  z-index: 1; }
/* line 795, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .manufacturer .manufacturer_national_geographic_label {
  background-size: auto;
  background: url(../images/national-geographic-pdp.png) no-repeat;
  width: 151px;
  height: 43px; }
@media only screen and (max-width: 650px) {
  /* line 795, ../scss/module/_catalog-product.scss */
  .product-view .product_labels_wrapper .manufacturer .manufacturer_national_geographic_label {
    background-size: 100% auto;
    width: 135px; } }
@media only screen and (max-width: 599px) {
  /* line 795, ../scss/module/_catalog-product.scss */
  .product-view .product_labels_wrapper .manufacturer .manufacturer_national_geographic_label {
    background-size: 100% auto;
    width: 135px; } }
/* line 809, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .manufacturer .manufacturer_lastolite_label {
  background-size: auto;
  background: url(../images/lastolite_pdp.png) no-repeat;
  width: 91px;
  height: 42px; }
@media only screen and (max-width: 599px) {
  /* line 809, ../scss/module/_catalog-product.scss */
  .product-view .product_labels_wrapper .manufacturer .manufacturer_lastolite_label {
    background-size: 100% auto;
    width: 75px; } }
/* line 820, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .labels {
  position: static;
  z-index: 1;
  /* left: 0; */ }
/* line 824, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .labels .product-label {
  margin-bottom: 10px; }
/* line 829, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .manufacturer-logo {
  margin: 0; }
/* line 832, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .product_label {
  margin: 0 0 10px 0;
  left: 0;
  line-hight: 30px; }
/* line 836, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .product_label:first-of-type {
  margin-top: 10px; }
/* line 839, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .product_label .label_name {
  height: 30px;
  font-size: 13px; }
@media only screen and (max-width: 599px) {
  /* line 839, ../scss/module/_catalog-product.scss */
  .product-view .product_labels_wrapper .product_label .label_name {
    font-size: 12px;
    line-height: 28px; } }
/* line 847, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .product_label .arrows::after {
  border-bottom: 15px solid #e42d38; }
/* line 850, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .product_label .arrows::before {
  border-top: 15px solid #e42d38; }
/* line 853, ../scss/module/_catalog-product.scss */
.product-view .product_labels_wrapper .product_label .arrows {
  height: 30px; }
/* line 858, ../scss/module/_catalog-product.scss */
.product-view .product-collateral {
  margin-top: 20px; }
/* line 862, ../scss/module/_catalog-product.scss */
.product-view .product-collateral .product_warranty_details h5 {
  text-transform: none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: relative; }
/* line 869, ../scss/module/_catalog-product.scss */
.product-view .product-collateral .product_warranty_details h5:before {
  position: absolute;
  background: url("../images/check_mark.png") no-repeat;
  width: 12px;
  height: 9px;
  content: "";
  top: 6px;
  left: -20px; }
/* line 879, ../scss/module/_catalog-product.scss */
.product-view .product-collateral .product_warranty_details p {
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-left: 8px; }
/* line 885, ../scss/module/_catalog-product.scss */
.product-view .product-collateral .tab-description {
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 890, ../scss/module/_catalog-product.scss */
.product-view .product-collateral .tab-additional h3 {
  font-size: 15px;
  font-weight: 600; }

@media only screen and (max-width: 480px) {
  /* line 902, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px; }
  /* line 906, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-logo, .product-view .add-to-cart-buttons .paypal-or, .product-view .add-to-cart-buttons .paypal-button, .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; }

  /* line 919, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links {
    padding: 0;
    /*             border: none; */ }
  /* line 922, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .add-to-links a {
    padding: 2px 0 2px 23px; }
  /* line 926, ../scss/module/_catalog-product.scss */
  .product-view .add-to-social .sharing-links {
    padding: 16px 0; } }
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 933, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none; }

/* line 937, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left; }
/* line 943, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both; }
/* line 947, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  float: left; }
/* line 951, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
  padding: 2px 7px 2px 25px;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC; }
@media only screen and (max-width: 1199px) {
  /* line 951, ../scss/module/_catalog-product.scss */
  .product-view .add-to-links a {
    padding: 3px 7px 3px 25px; } }
/* line 961, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
  margin-left: 0px; }
/* line 965, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
  border-right: 0px; }

/* line 970, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  float: left;
  padding: 20px 0 20px 25px;
  width: 33%; }
@media only screen and (max-width: 1199px) {
  /* line 970, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links {
    width: 50%;
    padding: 27px 0;
    text-align: center; } }
@media only screen and (max-width: 770px) {
  /* line 970, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links {
    padding: 16px 0; } }
@media only screen and (max-width: 599px) {
  /* line 970, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links {
    padding: 27px 0; } }
/* line 986, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both; }
/* line 990, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  margin: 0 5px; }
/* line 993, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li:last-child {
  margin-right: 0; }
@media only screen and (max-width: 1199px) {
  /* line 990, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links li {
    float: none;
    display: inline-block; } }
/* line 1003, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 31px;
  height: 31px;
  background: url('../images/social_pdp_1445198855.png') no-repeat; }
/* line 1010, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
  opacity: 0.8; }
/* line 1019, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
  background-position: 0 0; }
/* line 1022, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
  background-position: -34px 0; }
/* line 1025, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
  background-position: -68px 0; }

@media only screen and (max-width: 599px) {
  /* line 1033, ../scss/module/_catalog-product.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0; }

  /* line 1041, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper .input-text.qty {
    width: 47px;
    padding: 0; }
  /* line 1045, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper label {
    margin-right: auto; } }
/* line 1052, ../scss/module/_catalog-product.scss */
.product-collateral {
  clear: both;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

/* line 1062, ../scss/module/_catalog-product.scss */
.collateral-tabs dd.tab-container {
  padding: 15px 0; }
/* line 1066, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none; }
/* line 1068, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2.product-name {
  display: block;
  padding-top: 0;
  line-height: 18px;
  height: 38px; }
@media only screen and (max-width: 1199px) {
  /* line 1068, ../scss/module/_catalog-product.scss */
  .collateral-tabs dd h2.product-name {
    height: 48px; } }
@media only screen and (max-width: 770px) {
  /* line 1068, ../scss/module/_catalog-product.scss */
  .collateral-tabs dd h2.product-name {
    height: 44px; } }
@media only screen and (max-width: 599px) {
  /* line 1068, ../scss/module/_catalog-product.scss */
  .collateral-tabs dd h2.product-name {
    height: 41px; } }

/* line 1088, ../scss/module/_catalog-product.scss */
.box-collateral, .crosssell {
  clear: both; }

@media only screen and (min-width: 771px) {
  /* line 27, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #fff #CCCCCC #CCCCCC;
    background-color: #fff;
    height: 63px; }
  /* line 37, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid #CCCCCC;
    background: #e4e4e4;
    height: 57px;
    width: 20%; }
  /* line 44, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li:last-child {
    border: none; }
  /* line 48, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    line-height: 57px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    bottom: 1px;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-align: center; }
  /* line 67, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    border-top: 3px solid #e42d38; }
  /* line 74, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li:first-child {
    border-left: none; }
  /* line 78, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both; }
  /* line 83, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    width: 100%; }
  /* line 86, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    display: none; }
  /* line 90, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    /*  height: 450px; */
    overflow-y: auto; }
  /* line 98, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd.current {
    display: block; }
  /* line 101, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd .tab-content {
    padding-bottom: 30px; }

  /* line 1099, ../scss/module/_catalog-product.scss */
  .catalog-product-view .collateral-tabs dd.tab-description {
    padding: 50px 100px 0 100px; }

  /* line 107, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;
    border-bottom: 3px solid #ccc; }
  /* line 114, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li {
    float: left;
    background: transparent; }
  /* line 118, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    bottom: -3px;
    color: #000;
    font-weight: bold;
    margin-right: 25px; }
  /* line 136, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li.current > span {
    border-bottom: 3px solid #e42d38;
    color: #e42d38; }
  /* line 143, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li:first-child {
    border-left: none; }
  /* line 147, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both; }
  /* line 152, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl {
    width: 100%;
    position: relative; }
  /* line 156, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dt {
    display: none; }
  /* line 160, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd {
    width: 100%;
    visibility: hidden;
    padding: 15px;
    border: none;
    border-top: 0; }
  /* line 166, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd.last {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 171, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd.last img {
    height: auto; }
  /* line 178, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd.current {
    visibility: visible; }
  /* line 1105, ../scss/module/_catalog-product.scss */
  .related-products-collateral.tabs {
    background: none; }

  /* line 1110, ../scss/module/_catalog-product.scss */
  .product-view .product-shop {
    border: none; } }
@media only screen and (max-width: 770px) {
  /* line 1118, ../scss/module/_catalog-product.scss */
  .product-collateral {
    margin-top: 10px; }
  /* line 206, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: none; }
  /* line 210, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    /*  @include bp(max-width, $bp-medium) {
         	margin: 0 -20px;
     } */ }
  /* line 215, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #1a171b;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    position: relative;
    background-color: #E3E3E3;
    display: block; }
  /* line 192, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #464646;
    border-bottom: none;
    left: 10px;
    top: 55%;
    margin-top: -3px; }
  /* line 200, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    /*   background-color: $c-module-background-hover; */ }
  /* line 220, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0; }
  /* line 231, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom: 2px solid #fff;
    background: #bd0237;
    color: #ffffff;
    font-weight: 700; }
  /* line 237, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    /*  color: $c-action; */ }
  /* line 240, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    border-right: none; }
  /* line 243, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt.last {
    border-bottom-width: 1; }
  /* line 246, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:first-child {
    border-top: 2px solid #fff; }
  /* line 251, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none; }
  /* line 259, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
    background: #ffffff;
    border-top: 3px solid #bd0237;
    color: #bd0237; }
  /* line 266, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #bd0237;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px; }
  /* line 274, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
    padding: 0 20px;
    background: #ffffff;
    overflow: hidden; }
  /* line 1122, ../scss/module/_catalog-product.scss */
  .product-collateral > dl > dt {
    padding-left: 30px; }
  /* line 1125, ../scss/module/_catalog-product.scss */
  .product-collateral > dl > dt:after {
    left: 20px;
    top: 50%; }
  /* line 1129, ../scss/module/_catalog-product.scss */
  .product-collateral.accordion-open > dl > dt.current::after {
    left: 20px; }
  /* line 1132, ../scss/module/_catalog-product.scss */
  .product-collateral.accordion-open > dl > dd.current {
    padding-bottom: 20px;
    padding-top: 3px;
    font-size: 12px; }
  /* line 1136, ../scss/module/_catalog-product.scss */
  .product-collateral.accordion-open > dl > dd.current h3 {
    font-size: 14px; }

  /* line 1144, ../scss/module/_catalog-product.scss */
  .catalog-product-view .collateral-tabs dd.tab-description {
    padding: 5px 10px 0 10px; }

  /* line 1149, ../scss/module/_catalog-product.scss */
  .related-products-collateral {
    /*         @include accordion; */
    /*         @include accordionCollapse; */ }
  /* line 107, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;
    border-bottom: 3px solid #ccc; }
  /* line 114, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li {
    float: left;
    background: transparent; }
  /* line 118, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    bottom: -3px;
    color: #000;
    font-weight: bold;
    margin-right: 25px; }
  /* line 136, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li.current > span {
    border-bottom: 3px solid #e42d38;
    color: #e42d38; }
  /* line 143, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs li:first-child {
    border-left: none; }
  /* line 147, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both; }
  /* line 152, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl {
    width: 100%;
    position: relative; }
  /* line 156, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dt {
    display: none; }
  /* line 160, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd {
    width: 100%;
    visibility: hidden;
    padding: 15px;
    border: none;
    border-top: 0; }
  /* line 166, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd.last {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 171, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd.last img {
    height: auto; }
  /* line 178, ../scss/mixin/_toggle-content.scss */
  .related-products-collateral > dl > dd.current {
    visibility: visible; }
  /* line 1153, ../scss/module/_catalog-product.scss */
  .related-products-collateral.tabs {
    background: none; }
  /* line 1157, ../scss/module/_catalog-product.scss */
  .related-products-collateral .tab-content .toggle-title {
    width: 80%;
    margin: 0 auto 20px; }
  /* line 1161, ../scss/module/_catalog-product.scss */
  .related-products-collateral .tab-content h3 {
    text-transform: capitalize;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 500; }
  /* line 1167, ../scss/module/_catalog-product.scss */
  .related-products-collateral .tab-content #init_switcher {
    border: none;
    float: left;
    padding: 0; }

  /* line 1175, ../scss/module/_catalog-product.scss */
  .product-view ul.product-infofiles-list li {
    width: auto; }

  /* line 1179, ../scss/module/_catalog-product.scss */
  .product-collateral {
    box-shadow: none; }

  /* line 1184, ../scss/module/_catalog-product.scss */
  .tab-content .toggle-title {
    width: 100%;
    margin-bottom: 20px; }
  /* line 1188, ../scss/module/_catalog-product.scss */
  .tab-content h3 {
    text-transform: capitalize;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 500; }
  /* line 1194, ../scss/module/_catalog-product.scss */
  .tab-content #init_switcher {
    border: none;
    float: left;
    padding: 0; }
  /* line 1199, ../scss/module/_catalog-product.scss */
  .tab-content #product-attribute-specs-table {
    max-width: 100%; }

  /* line 1204, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    margin: 30px 0; }
  /* line 1206, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper .price-info {
    padding-left: 15px; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1206, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper .price-info {
    padding: 0; } }
@media only screen and (max-width: 770px) {
  /* line 1212, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper .price-info .price {
    font-size: 35px; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1212, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper .price-info .price {
    font-size: 18px; } }
@media only screen and (max-width: 770px) and (max-width: 770px) {
  /* line 1204, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    margin: 17px 0; } }
@media only screen and (max-width: 770px) {
  /* line 1223, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .button {
    max-width: 100%; }
  /* line 1226, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper {
    width: 14%; }
  /* line 1228, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper label {
    margin-right: auto;
    width: auto; } }
@media only screen and (max-width: 770px) and (max-width: 599px) {
  /* line 1226, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper {
    width: 100%; }
  /* line 1235, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper label, .product-view .add-to-cart .qty-wrapper input {
    width: auto; } }

@media only screen and (max-width: 770px) {
  /* line 1245, ../scss/module/_catalog-product.scss */
  .product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-img-box, .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%; } }
@media only screen and (min-width: 771px) {
  /* line 1260, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name {
    display: block; }

  /* line 1263, ../scss/module/_catalog-product.scss */
  .product-img-box .product-name {
    display: none; }

  /* line 1266, ../scss/module/_catalog-product.scss */
  .product-img-box .extra-info {
    display: none; }

  /* line 1269, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .short-description {
    display: block; }

  /* line 1272, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .extra-info {
    display: block; }

  /* line 1276, ../scss/module/_catalog-product.scss */
  .tab-content .toggle-title {
    width: 80%;
    margin: 0 auto 20px; }
  /* line 1280, ../scss/module/_catalog-product.scss */
  .tab-content h3 {
    text-transform: capitalize;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 500; }
  /* line 1286, ../scss/module/_catalog-product.scss */
  .tab-content #init_switcher {
    border: none;
    float: left;
    padding: 0; } }
@media only screen and (max-width: 480px) {
  /* line 1296, ../scss/module/_catalog-product.scss */
  .product-view .product-shop, .product-img-box, .product-collateral, .related-products-collateral, .product-view .block-related, .box-collateral {
    margin-bottom: 15px; } }
@media only screen and (min-width: 771px) {
  /* line 1308, ../scss/module/_catalog-product.scss */
  .product-shop {
    border-bottom: 1px solid #ccc;
    /*  padding: 1px; */ } }
/* line 1315, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0; }

/** style for unit swithcer in spec tab**/
/* line 1326, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table {
  max-width: 80%;
  border: none;
  margin: 0 auto;
  clear: both; }
/* line 1331, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  vertical-align: middle;
  color: #1a171b;
  text-transform: none;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600; }
/* line 1339, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table tr.odd {
  background: #EBEBEB;
  vertical-align: middle;
  color: #1a171b;
  text-transform: none;
  border-left: 1px solid #dedede; }
/* line 1346, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table tr.even {
  background: #f8f8f8;
  border-left: 1px solid #eeeeee; }
/* line 1350, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table tbody td {
  padding: 5px 5px;
  border: none; }

@media only screen and (max-width: 600px) {
  /* line 1358, ../scss/module/_catalog-product.scss */
  .product-view .more-views {
    float: none;
    width: 100%;
    height: 100px;
    padding: 0 20px; }
  /* line 1363, ../scss/module/_catalog-product.scss */
  .product-view .more-views .bx-wrapper .bx-prev {
    top: 60%;
    left: -25px;
    background-position: -1px -251px; }
  /* line 1367, ../scss/module/_catalog-product.scss */
  .product-view .more-views .bx-wrapper .bx-prev.disabled {
    background-position: -1px -215px; }
  /* line 1371, ../scss/module/_catalog-product.scss */
  .product-view .more-views .bx-wrapper .bx-next {
    background-position: -2px -269px;
    top: 60%;
    right: -25px; }
  /* line 1375, ../scss/module/_catalog-product.scss */
  .product-view .more-views .bx-wrapper .bx-next.disabled {
    background-position: -3px -233px; }
  /* line 1380, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box .product-image {
    float: none;
    width: 100%;
    height: auto; }
  /* line 1384, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box .product-image .product-image-gallery {
    height: auto;
    padding: 55px 15px 15px; } }
/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 1396, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #4b4b4b;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; }
/* line 1402, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none; }
@media only screen and (max-width: 479px) {
  /* line 1396, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px; } }

/* line 1411, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #3399CC;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 1416, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px; }
/* line 1420, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px; }
/* line 1425, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 4px; }
/* line 1428, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left; }
/* line 1433, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
  text-align: right; }

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 1442, ../scss/module/_catalog-product.scss */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #CCCCCC;
  clear: both;
  position: relative; }

/* line 1451, ../scss/module/_catalog-product.scss */
.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right; }

@media only screen and (max-width: 979px) {
  /* line 1459, ../scss/module/_catalog-product.scss */
  .product-view .product-options .required {
    position: static; } }
/* line 1464, ../scss/module/_catalog-product.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal; }

/* line 1469, ../scss/module/_catalog-product.scss */
.product-options dt:first-child {
  margin-top: 0; }

/* line 1473, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0; }

/* line 1478, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder .qty {
  width: 3em; }

/* line 1482, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder label {
  vertical-align: middle; }

/* line 1486, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px; }

/* line 1492, ../scss/module/_catalog-product.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED; }

/* line 1498, ../scss/module/_catalog-product.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0; }

/* line 1504, ../scss/module/_catalog-product.scss */
.product-options dd .input-text {
  width: 98%; }

/* line 1508, ../scss/module/_catalog-product.scss */
.product-options dd .input-box {
  padding-top: 0; }

/* line 1512, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
  width: 150px; }

/* line 1516, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle; }

/* line 1522, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em; }

/* line 1527, ../scss/module/_catalog-product.scss */
.product-options dd select {
  width: 330px;
  max-width: 100%; }

/* line 1532, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
  margin-right: 5px; }

/* line 1536, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px; }

/* line 1541, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0; }

/* line 1545, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio, .product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px; }

/* line 1551, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
  display: block; }

/* line 1555, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
  font-weight: normal; }

/* line 1559, ../scss/module/_catalog-product.scss */
.product-options p.note {
  margin: 0;
  font-size: 11px; }

/* line 1564, ../scss/module/_catalog-product.scss */
.product-options-bottom {
  background-color: #E3E3E3;
  padding: 15px 20px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin-bottom: 10px; }

/* line 1572, ../scss/module/_catalog-product.scss */
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both; }

/* line 1576, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #1a171b; }
@media only screen and (max-width: 1199px) {
  /* line 1576, ../scss/module/_catalog-product.scss */
  .product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC; } }

/* line 1595, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

/* line 1600, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #1a171b; }

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 1607, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0; }

@media only screen and (max-width: 479px) {
  /* line 1615, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right; }
  /* line 1618, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block; } }
/* line 1624, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left; }

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 1636, ../scss/module/_catalog-product.scss */
.block-related li {
  margin-bottom: 7px; }
/* line 1640, ../scss/module/_catalog-product.scss */
.block-related .block-title {
  border-bottom: none; }
/* line 1643, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #1a171b;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0; }
/* line 1649, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
  margin-bottom: 7px; }
/* line 1653, ../scss/module/_catalog-product.scss */
.block-related .product {
  margin-left: 20px;
  position: relative; }
/* line 1657, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
  float: left;
  margin-top: 36px; }
/* line 1662, ../scss/module/_catalog-product.scss */
.block-related .product-details {
  margin-left: 90px; }
/* line 1666, ../scss/module/_catalog-product.scss */
.block-related .product-name {
  margin-bottom: 3px; }
/* line 1670, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px; }
/* line 1673, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span {
  float: left;
  margin-left: 3px; }
/* line 1679, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px; }
/* line 1686, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both; }
/* line 1690, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
  display: none; }

/* -------------------------------------------- *
 * Upsell Products
 */
/* line 1699, ../scss/module/_catalog-product.scss */
.box-up-sell, .box-related, .crosssell {
  margin-top: 20px; }
/* line 1702, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings, .box-related .ratings, .crosssell .ratings {
  display: none; }
/* line 1706, ../scss/module/_catalog-product.scss */
.box-up-sell a.product-image, .box-related a.product-image, .crosssell a.product-image {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px; }
/* line 1713, ../scss/module/_catalog-product.scss */
.box-up-sell .price-box, .box-related .price-box, .crosssell .price-box {
  margin-bottom: 0; }
/* line 1715, ../scss/module/_catalog-product.scss */
.box-up-sell .price-box .price, .box-related .price-box .price, .crosssell .price-box .price {
  font-size: 16px; }
/* line 1718, ../scss/module/_catalog-product.scss */
.box-up-sell .price-box .old-price .price, .box-related .price-box .old-price .price, .crosssell .price-box .old-price .price {
  font-size: 12px; }
/* line 1723, ../scss/module/_catalog-product.scss */
.box-up-sell h3.product-name, .box-related h3.product-name, .crosssell h3.product-name {
  font-size: 14px;
  overflow: hidden;
  height: 47px; }
/* line 1728, ../scss/module/_catalog-product.scss */
.box-up-sell h3.product-name a, .box-related h3.product-name a, .crosssell h3.product-name a {
  text-transform: none;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 1734, ../scss/module/_catalog-product.scss */
.box-up-sell .bx-wrapper .bx-prev, .box-related .bx-wrapper .bx-prev, .crosssell .bx-wrapper .bx-prev {
  left: -30px;
  background: url('../images/arrows-slider_1445198855.png') no-repeat 0 -142px;
  top: 30%; }
/* line 1738, ../scss/module/_catalog-product.scss */
.box-up-sell .bx-wrapper .bx-prev.disabled, .box-related .bx-wrapper .bx-prev.disabled, .crosssell .bx-wrapper .bx-prev.disabled {
  background-position: 0px -72px;
  display: block; }
@media only screen and (max-width: 770px) {
  /* line 1734, ../scss/module/_catalog-product.scss */
  .box-up-sell .bx-wrapper .bx-prev, .box-related .bx-wrapper .bx-prev, .crosssell .bx-wrapper .bx-prev {
    left: 10px; } }
/* line 1746, ../scss/module/_catalog-product.scss */
.box-up-sell .bx-wrapper .bx-next, .box-related .bx-wrapper .bx-next, .crosssell .bx-wrapper .bx-next {
  background: url('../images/arrows-slider_1445198855.png') no-repeat 0 -176px;
  right: -40px;
  top: 30%; }
/* line 1750, ../scss/module/_catalog-product.scss */
.box-up-sell .bx-wrapper .bx-next.disabled, .box-related .bx-wrapper .bx-next.disabled, .crosssell .bx-wrapper .bx-next.disabled {
  background-position: 0 -106px;
  display: block; }
@media only screen and (max-width: 770px) {
  /* line 1746, ../scss/module/_catalog-product.scss */
  .box-up-sell .bx-wrapper .bx-next, .box-related .bx-wrapper .bx-next, .crosssell .bx-wrapper .bx-next {
    right: 0; } }
/* line 1759, ../scss/module/_catalog-product.scss */
.box-up-sell .checkbox.related-checkbox, .box-related .checkbox.related-checkbox, .crosssell .checkbox.related-checkbox {
  display: none; }

/* line 1764, ../scss/module/_catalog-product.scss */
.dHidden {
  display: none; }
@media only screen and (max-width: 770px) {
  /* line 1764, ../scss/module/_catalog-product.scss */
  .dHidden {
    display: block; } }
/* line 1769, ../scss/module/_catalog-product.scss */
.dHidden.tabs {
  background: transparent; }
/* line 1771, ../scss/module/_catalog-product.scss */
.dHidden.tabs img {
  height: auto; }

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

/* line 40, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px; }

/* line 49, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100; }
@media only screen and (min-width: 771px) {
  /* line 59, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important; }
  /* line 63, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important; } }
@media only screen and (max-width: 770px) {
  /* line 49, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important; } }
/* line 74, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto; }
/* line 79, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }
@media only screen and (max-width: 479px) {
  /* line 79, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center; } }
/* line 94, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center; }
/* line 106, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left; }
@media only screen and (max-width: 479px) {
  /* line 106, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center; } }
/* line 118, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0; }
/* line 121, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both; }
/* line 125, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block; }
/* line 129, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left; }
/* line 135, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px; }
/* line 139, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none; }
/* line 144, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto; }
/* line 147, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left; }
/* line 153, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left; }
/* line 160, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both; }
/* line 165, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left; }
@media only screen and (max-width: 479px) {
  /* line 118, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center; }
  /* line 174, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .additional-addtocart-box, .map-popup .map-popup-checkout .paypal-logo a, .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none; }
  /* line 181, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px; }
  /* line 185, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px; } }
/* line 191, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both; }
/* line 196, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0; }
@media only screen and (max-width: 479px) {
  /* line 196, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px; } }
/* line 203, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box, .map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0; }
/* line 210, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block; }
/* line 215, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word; }
/* line 221, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text, .map-popup .map-popup-only-text {
  border-top: 1px solid #f4f4f4; }

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 231, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.price-box .map-link {
  display: block;
  text-align: center; }

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 29, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .buttons-set {
  position: absolute;
  display: inline-block;
  width: auto;
  border-top: 0;
  text-align: left;
  padding-top: 0;
  margin-top: 0; }
/* line 38, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .buttons-set button {
  border: none;
  background: none;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 7px;
  cursor: pointer;
  position: relative;
  z-index: 3; }
/* line 47, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .buttons-set button span span {
  padding-left: 17px;
  position: relative;
  font-size: 13px; }
/* line 52, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .buttons-set button span span:before {
  content: " ";
  background: url(../images/arrow_left.png) no-repeat;
  width: 11px;
  height: 9px;
  position: absolute;
  top: 3px;
  left: 0; }

/* line 66, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .page-title h1 {
  border-bottom: 0;
  color: #e42d38;
  font-size: 21px;
  font-weight: 800; }
@media only screen and (max-width: 770px) {
  /* line 73, ../scss/module/_catalog-compare.scss */
  .catalog-product-compare-index .page-title h1 {
    font-size: 16px; }
  /* line 76, ../scss/module/_catalog-compare.scss */
  .catalog-product-compare-index .data-table td a {
    font-size: 12px; }
  /* line 79, ../scss/module/_catalog-compare.scss */
  .catalog-product-compare-index #compare-search[placeholder], .catalog-product-compare-index #compare-search:-moz-placeholder {
    font-size: 12px; } }

/* line 85, ../scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both; }

/* line 88, ../scss/module/_catalog-compare.scss */
.compare-table {
  width: 100%;
  float: right;
  padding: 0;
  position: relative; }
/* line 96, ../scss/module/_catalog-compare.scss */
.compare-table colgroup col:last-of-type {
  padding-right: 10px; }
/* line 101, ../scss/module/_catalog-compare.scss */
.compare-table .btn-remove {
  height: auto; }
/* line 104, ../scss/module/_catalog-compare.scss */
.compare-table .btn-remove:after {
  background-color: #EBEBEB;
  border: 0;
  border-radius: 50%;
  content: "x";
  font-size: 10px;
  font-weight: bold;
  height: 12px;
  line-height: 12px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: -6px;
  width: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #8c8c8c;
  font-weight: 600; }
/* line 122, ../scss/module/_catalog-compare.scss */
.compare-table .btn-remove:hover:after {
  background-color: #e42d38;
  color: #ffffff; }
/* line 126, ../scss/module/_catalog-compare.scss */
.compare-table thead th {
  border: 0;
  padding: 0 20px; }
/* line 130, ../scss/module/_catalog-compare.scss */
.compare-table tbody th {
  text-align: right;
  text-transform: none;
  color: #000000;
  position: relative; }
/* line 136, ../scss/module/_catalog-compare.scss */
.compare-table tbody th span {
  position: absolute;
  right: 25px;
  top: 10px; }
/* line 142, ../scss/module/_catalog-compare.scss */
.compare-table tbody td {
  background-color: #ffffff;
  padding: 0;
  border-bottom: 0; }
/* line 146, ../scss/module/_catalog-compare.scss */
.compare-table tbody td div {
  padding: 10px; }
/* line 150, ../scss/module/_catalog-compare.scss */
.compare-table thead tr.first td {
  background-color: #8c8c8c;
  border-right: 1px solid #D9D9D9;
  height: 30px; }
/* line 155, ../scss/module/_catalog-compare.scss */
.compare-table thead tr.first td span {
  border: 1px solid #555555;
  display: block;
  height: 30px; }
/* line 162, ../scss/module/_catalog-compare.scss */
.compare-table thead td > div, .compare-table tbody td > div {
  border-right: 1px solid #D9D9D9; }
/* line 165, ../scss/module/_catalog-compare.scss */
.compare-table thead td:last-of-type > div, .compare-table tbody td:last-of-type > div {
  border-right: 0; }
/* line 170, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.odd td:first-of-type {
  padding: 0 0 0 10px; }
/* line 172, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.odd td:first-of-type div {
  border-left: 1px solid #B6B6B6; }
/* line 176, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.odd td:last-of-type {
  padding: 0 10px 0 0; }
/* line 180, ../scss/module/_catalog-compare.scss */
.compare-table tbody tr.last td {
  padding-bottom: 10px; }
/* line 183, ../scss/module/_catalog-compare.scss */
.compare-table tbody tr.product-shop-row td {
  border-right: 1px solid #D9D9D9; }
/* line 186, ../scss/module/_catalog-compare.scss */
.compare-table tbody tr.product-shop-row td > div {
  border-right: 0; }
/* line 189, ../scss/module/_catalog-compare.scss */
.compare-table tbody tr.product-shop-row td:last-of-type {
  border-right: 0; }
/* line 194, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.even td:first-of-type {
  padding: 0 0 0 10px; }
/* line 196, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.even td:first-of-type div {
  border-left: 1px solid #e4e4e4; }
/* line 200, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.even td:last-of-type {
  padding: 0 10px 0 0; }
/* line 204, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.even.last td:last-of-type {
  padding: 0 10px 10px 0; }
/* line 207, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.odd td div {
  background-color: #e4e4e4; }
/* line 210, ../scss/module/_catalog-compare.scss */
.compare-table tr.product-attribute.even td div {
  background-color: #fafafa; }

/* line 215, ../scss/module/_catalog-compare.scss */
.compare-table .product-info {
  padding: 20px; }
/* line 218, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
  width: 100%; }
/* line 222, ../scss/module/_catalog-compare.scss */
.compare-table .product-image img {
  width: 100%;
  height: auto; }
/* line 228, ../scss/module/_catalog-compare.scss */
.compare-table .product-name {
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 5px; }
/* line 235, ../scss/module/_catalog-compare.scss */
.compare-table .price-box {
  text-align: center;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 5px; }
/* line 241, ../scss/module/_catalog-compare.scss */
.compare-table .price-box .price {
  font-size: 14px;
  font-weight: 700; }
/* line 246, ../scss/module/_catalog-compare.scss */
.compare-table .secondary-button {
  padding: 1px 25px; }
/* line 249, ../scss/module/_catalog-compare.scss */
.compare-table .secondary-button span {
  text-transform: none; }
/* line 253, ../scss/module/_catalog-compare.scss */
.compare-table .view-button {
  margin: 0; }
/* line 256, ../scss/module/_catalog-compare.scss */
.compare-table .replace {
  text-align: center;
  display: block;
  font-size: 11px;
  color: #707070; }
/* line 262, ../scss/module/_catalog-compare.scss */
.compare-table .compare-suggestion-box, .compare-table thead tr.first .compare-suggestion-header, .compare-table .compare-suggestion-search {
  background: #e4e4e4;
  border-left: 3px solid #DADADA;
  border-right: 3px solid #DADADA; }
/* line 267, ../scss/module/_catalog-compare.scss */
.compare-table thead tr.first .compare-suggestion-header span {
  border: 0;
  border-top: 3px solid #DADADA;
  text-align: center;
  font-weight: 800;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-top: 5px; }
/* line 275, ../scss/module/_catalog-compare.scss */
.compare-table tbody tr.product-shop-row td.compare-suggestion-box, .compare-table tbody tr.product-shop-row td.compare-suggestion-search {
  border-right: 3px solid #DADADA; }
/* line 278, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search {
  border-bottom: 3px solid #DADADA;
  padding: 0 2.8% 20px; }
/* line 282, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search #compare-search {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  width: calc(100% - 35px);
  float: left;
  height: 28px; }
/* line 291, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search #compare-search::-webkit-input-placeholder {
  color: #555555;
  font-size: 16px; }
/* line 296, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search #compare-search:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
  font-size: 16px; }
/* line 301, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search #compare-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  font-size: 16px; }
/* line 306, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search #compare-search:-ms-input-placeholder {
  color: #555555;
  font-size: 16px; }
/* line 311, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search #error-message {
  color: #e42d38;
  padding-top: 5px;
  display: inline-block;
  padding-top: 5px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 318, ../scss/module/_catalog-compare.scss */
.compare-table tr td.compare-suggestion-search a {
  background: url(../images/compare_search.png) no-repeat;
  width: 31px;
  height: 28px;
  display: inline-block;
  float: right; }
/* line 326, ../scss/module/_catalog-compare.scss */
.compare-table .compare-suggestion-box .product-name {
  margin: 5px 8px 0 5px; }
/* line 329, ../scss/module/_catalog-compare.scss */
.compare-table .compare-suggestion-box .bx-wrapper {
  padding-top: 0;
  margin-bottom: 0; }
/* line 333, ../scss/module/_catalog-compare.scss */
.compare-table .compare-suggestion-box .bx-wrapper .bx-viewport {
  padding-top: 0; }
/* line 336, ../scss/module/_catalog-compare.scss */
.compare-table .compare-suggestion-box .bx-wrapper img {
  text-align: center;
  display: inline; }
/* line 340, ../scss/module/_catalog-compare.scss */
.compare-table .compare-suggestion-box .bx-wrapper li div {
  text-align: center; }
/* line 344, ../scss/module/_catalog-compare.scss */
.compare-table #bx-custom-pager {
  text-align: center;
  padding-bottom: 0; }
/* line 347, ../scss/module/_catalog-compare.scss */
.compare-table #bx-custom-pager a {
  background: #B6B6B6;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 3px;
  outline: 0 none;
  text-indent: -9999px;
  width: 12px;
  display: inline-block; }
/* line 359, ../scss/module/_catalog-compare.scss */
.compare-table #bx-custom-pager a:hover, .compare-table #bx-custom-pager a.active {
  background: #e42d38; }

/* line 364, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .col-main {
  display: inline-block;
  width: 100%; }
/* line 368, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .col-main .please-wait-compare {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none; }
/* line 380, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .col-main .please-wait-compare img {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 48%;
  width: auto; }

/* line 394, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0; }
/* line 399, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
  text-align: center; }

/* ============================================ *
 * Compare sidebar
 * ============================================ */
/* line 409, ../scss/module/_catalog-compare.scss */
.col-main {
  position: relative; }
/* line 411, ../scss/module/_catalog-compare.scss */
.col-main .block-compare {
  position: absolute;
  right: -105px;
  width: 78px;
  background: #ffffff; }
/* line 417, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .block-content {
  margin: 0; }
/* line 420, ../scss/module/_catalog-compare.scss */
.col-main .block-compare li {
  margin: 0; }
/* line 423, ../scss/module/_catalog-compare.scss */
.col-main .block-compare img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
/* line 430, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .item {
  border-top: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  border-left: 1px solid #B6B6B6;
  height: 94px;
  vertical-align: middle;
  max-height: 94px;
  position: relative; }
/* line 439, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .item.last:last-child {
  border-bottom: 1px solid #B6B6B6; }
/* line 442, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .item:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
/* line 451, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .add-item {
  height: 94px;
  border-top: 3px solid #B6B6B6;
  border-right: 3px solid #B6B6B6;
  border-left: 3px solid #B6B6B6;
  text-transform: uppercase;
  color: #B6B6B6;
  font-weight: 800;
  text-align: center;
  padding: 25px 5px; }
/* line 462, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .add-item.last:last-child {
  border-bottom: 3px solid #B6B6B6; }
/* line 466, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .actions {
  margin-top: 0;
  border-bottom: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  border-left: 1px solid #B6B6B6;
  padding: 7px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
/* line 479, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .actions .button {
  width: 100%;
  text-transform: none;
  font-size: 11px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding: 9px 5px; }
/* line 487, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .btn-remove:after {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #B6B6B6;
  content: "x";
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 11px;
  line-height: 7px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 12px;
  border: 1px solid #B6B6B6;
  z-index: 2; }
/* line 508, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .btn-remove:hover {
  text-decoration: none; }
/* line 511, ../scss/module/_catalog-compare.scss */
.col-main .block-compare .btn-remove:hover::after {
  background-color: #e42d38;
  color: #ffffff;
  border: 1px solid #e42d38; }
/* line 517, ../scss/module/_catalog-compare.scss */
.col-main .block-content {
  position: relative; }
/* line 520, ../scss/module/_catalog-compare.scss */
.col-main .please-wait-compare {
  position: absolute;
  width: 78px;
  height: 334px;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
  z-index: 3;
  display: none; }
/* line 531, ../scss/module/_catalog-compare.scss */
.col-main .please-wait-compare img {
  position: absolute;
  width: 33%;
  right: 0;
  left: 0; }

/* line 539, ../scss/module/_catalog-compare.scss */
.catalog-product-compare-index .col-main > p {
  margin-bottom: 0;
  margin-top: 65px; }

@media only screen and (max-width: 771px) {
  /* line 547, ../scss/module/_catalog-compare.scss */
  .col-main .block-compare {
    display: none; } }
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .page-title h1 {
  font-weight: 800;
  border-bottom: 0; }

/* line 34, ../scss/module/_checkout-cart.scss */
.cart-table {
  float: left;
  width: 66.6%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border-collapse: separate;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* line 46, ../scss/module/_checkout-cart.scss */
.cart .button {
  white-space: normal; }

/* line 50, ../scss/module/_checkout-cart.scss */
.cart-forms, .cart-totals-wrapper {
  float: right;
  clear: right;
  width: 40%; }

/* line 56, ../scss/module/_checkout-cart.scss */
.crosssell {
  width: 100%;
  float: right;
  clear: right; }

/* line 61, ../scss/module/_checkout-cart.scss */
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
  background-color: #E3E3E3;
  /* border: 1px solid $c-module-border; */ }
/* line 69, ../scss/module/_checkout-cart.scss */
.cart-totals .sp-methods label, .cart-forms .discount .sp-methods label, .cart-forms .giftcard .sp-methods label, .cart-forms .shipping .sp-methods label {
  background-color: none;
  border: none; }
/* line 73, ../scss/module/_checkout-cart.scss */
.cart-totals .sp-methods dt, .cart-forms .discount .sp-methods dt, .cart-forms .giftcard .sp-methods dt, .cart-forms .shipping .sp-methods dt {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  color: #555555;
  text-transform: uppercase; }
/* line 81, ../scss/module/_checkout-cart.scss */
.cart-totals .sp-methods dd label, .cart-forms .discount .sp-methods dd label, .cart-forms .giftcard .sp-methods dd label, .cart-forms .shipping .sp-methods dd label {
  background-color: none;
  border: none; }

/* line 89, ../scss/module/_checkout-cart.scss */
.cart-table, .cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
  /* margin-bottom: $box-spacing-large; */ }

/* line 96, ../scss/module/_checkout-cart.scss */
.cart-forms, .cart-totals-wrapper {
  margin-bottom: 20px;
  margin-left: 2%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  width: 31.4%;
  padding: 20px;
  background-color: #E3E3E3; }

/* line 109, ../scss/module/_checkout-cart.scss */
.cart-totals-wrapper {
  background-color: #ffffff; }
/* line 112, ../scss/module/_checkout-cart.scss */
.cart-totals-wrapper .cart-totals {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden; }

/* line 119, ../scss/module/_checkout-cart.scss */
.checkout-cart-index #postcode {
  width: 100%; }

/* line 123, ../scss/module/_checkout-cart.scss */
.banner-cart {
  max-width: 790px;
  width: 66.6%;
  clear: left;
  margin-bottom: 20px;
  overflow: hidden; }
/* line 129, ../scss/module/_checkout-cart.scss */
.banner-cart img {
  width: 100%; }

/* line 177, ../scss/module/_checkout-cart.scss */
.display-both-prices {
  /*  .cart-table .button2.btn-update {
   	display: block;
   } */ }
/* line 136, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%; }
/* line 141, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms {
  float: left;
  /*         padding-right: $box-spacing;
          padding-left: 0; */
  margin-left: 0;
  margin-top: 20px;
  width: 49%; }
/* line 149, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper {
  margin-left: 0;
  margin-top: 20px;
  width: 49%; }
/* line 155, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
  /* padding-left: $box-spacing; */ }
/* line 159, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper {
  width: 49%; }
/* line 163, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
  width: 100%; }
/* line 171, ../scss/module/_checkout-cart.scss */
.display-both-prices .banner-cart {
  width: 100%;
  min-width: 100%; }

@media only screen and (max-width: 979px) {
  /* line 182, ../scss/module/_checkout-cart.scss */
  .display-single-price {
    /*  .cart-table .button2.btn-update {
     	display: block;
     } */ }
  /* line 136, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-table {
    float: none;
    width: 100%; }
  /* line 141, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms {
    float: left;
    /*         padding-right: $box-spacing;
            padding-left: 0; */
    margin-left: 0;
    margin-top: 20px;
    width: 49%; }
  /* line 149, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-totals-wrapper {
    margin-left: 0;
    margin-top: 20px;
    width: 49%; }
  /* line 155, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
    /* padding-left: $box-spacing; */ }
  /* line 159, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper {
    width: 49%; }
  /* line 163, ../scss/module/_checkout-cart.scss */
  .display-single-price .crosssell {
    clear: right;
    float: right;
    width: 100%; }
  /* line 171, ../scss/module/_checkout-cart.scss */
  .display-single-price .banner-cart {
    width: 100%;
    min-width: 100%; } }
@media only screen and (max-width: 599px) {
  /* line 191, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell, .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
    /*  padding-top: 0;
     padding-left: 0;
     padding-right: 0; */
    float: none;
    width: 100%; } }
/* line 204, ../scss/module/_checkout-cart.scss */
.display-single-price:after {
  content: '';
  display: table;
  clear: both; }

/* line 209, ../scss/module/_checkout-cart.scss */
.cart-footer-actions .button2 span, .cart-footer-actions .button2 span span {
  height: auto;
  line-height: 14px;
  font-family: "Open Sans"; }
@media only screen and (max-width: 770px) {
  /* line 209, ../scss/module/_checkout-cart.scss */
  .cart-footer-actions .button2 span, .cart-footer-actions .button2 span span {
    font-size: 13px; } }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 224, ../scss/module/_checkout-cart.scss */
.cart .page-title {
  margin-bottom: 27px;
  /* border-bottom: 1px solid $c-module-border-light; */ }
/* line 228, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both; }
/* line 231, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
  text-transform: none;
  color: #000000;
  font-weight: 800; }

/* line 242, ../scss/module/_checkout-cart.scss */
.checkout-types {
  /*     float: right; */
  text-align: left;
  max-width: 100%;
  width: 100%;
  /* We always want this shipping method to display on its own line */ }
/* line 248, ../scss/module/_checkout-cart.scss */
.checkout-types.top {
  display: none; }
/* line 252, ../scss/module/_checkout-cart.scss */
.checkout-types li {
  vertical-align: top;
  /*    margin: 0 0 5px 5px; */ }
/* line 253, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both; }
/* line 259, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top; }
/* line 264, ../scss/module/_checkout-cart.scss */
.checkout-types li:first-child {
  margin-left: 0; }
/* line 268, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: none; }
/* line 273, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
  display: inline-block; }
/* line 277, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top; }
/* line 281, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
  display: block; }
/* line 286, ../scss/module/_checkout-cart.scss */
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px; }
/* line 294, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block; }
/* line 298, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center; }

@media only screen and (min-width: 741px) {
  /* line 309, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px; } }
/* line 316, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
  /*  margin-bottom: 7px; */
  width: 100%;
  font-size: 16px;
  padding: 15px 9px; }

@media only screen and (max-width: 740px) {
  /* line 324, ../scss/module/_checkout-cart.scss */
  .checkout-types {
    float: none;
    text-align: center; }
  /* line 330, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none; }

  /* line 337, ../scss/module/_checkout-cart.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0; } }
@media only screen and (max-width: 599px) {
  /* line 345, ../scss/module/_checkout-cart.scss */
  .btn-checkout {
    width: 100%; } }
/* line 350, ../scss/module/_checkout-cart.scss */
.cart-table.data-table {
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 353, ../scss/module/_checkout-cart.scss */
.cart-table.data-table th, .cart-table.data-table td, .cart-table.data-table tbody td {
  /*    border-bottom: none; */
  vertical-align: top; }
/* line 361, ../scss/module/_checkout-cart.scss */
.cart-table.data-table h2 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
  padding-right: 25%;
  font-family: "Open Sans"; }
/* line 370, ../scss/module/_checkout-cart.scss */
.cart-table.data-table h2 a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  /*         	color: $c-gray-d; */
  text-transform: none;
  font-family: "Open Sans"; }
@media only screen and (max-width: 599px) {
  /* line 370, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table h2 a {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 361, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table h2 {
    padding-right: 0; } }
/* line 386, ../scss/module/_checkout-cart.scss */
.cart-table.data-table thead th, .cart-table.data-table tbody td {
  background-color: transparent;
  padding: 0;
  font-family: "Open Sans"; }
/* line 392, ../scss/module/_checkout-cart.scss */
.cart-table.data-table tbody td {
  padding-top: 20px;
  padding-bottom: 20px; }
/* line 396, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-info, .cart-table.data-table .product-cart-actions {
  padding-left: 15px; }
/* line 400, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-info {
  width: 50%; }
@media only screen and (max-width: 599px) {
  /* line 400, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table .product-cart-info {
    width: 100%;
    padding: 5px 0; } }
/* line 408, ../scss/module/_checkout-cart.scss */
.cart-table.data-table tr {
  /*   border-bottom: 1px solid $c-table-border; */ }
/* line 413, ../scss/module/_checkout-cart.scss */
.cart-table.data-table tfoot tr {
  background: none; }
/* line 418, ../scss/module/_checkout-cart.scss */
.cart-table.data-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both; }
/* line 423, ../scss/module/_checkout-cart.scss */
.cart-table.data-table span.or {
  font-size: 11px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #B6B6B6;
  font-weight: 700; }
/* line 433, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-image .cart-links, .cart-table.data-table .product-cart-info .btn-remove, .cart-table.data-table .product-cart-actions .button {
  display: none; }
/* line 438, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-image {
  padding-left: 0;
  padding-right: 0; }
/* line 442, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
  border: 2px solid #EBEBEB; }
/* line 448, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-image a.cart-edit {
  display: none; }
/* line 453, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-sku {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  /* font-style: italic; */
  font-size: 14px;
  margin: 12px 0 0;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400; }
/* line 462, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-sku .label {
  font-weight: 400; }
@media only screen and (max-width: 599px) {
  /* line 453, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table .product-cart-sku {
    font-size: 12px; } }
/* line 470, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .btn-empty {
  float: left; }
/* line 474, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-total, .cart-table.data-table .product-cart-price {
  text-align: center;
  vertical-align: middle; }
/* line 479, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-total .price, .cart-table.data-table .product-cart-price .price {
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 800;
  color: #555555; }
@media only screen and (max-width: 599px) {
  /* line 474, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table .product-cart-total, .cart-table.data-table .product-cart-price {
    text-align: left;
    padding: 5px 0; } }
/* line 492, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-remove {
  vertical-align: middle;
  padding-right: 20px; }
/* line 495, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-remove .btn-remove.btn-remove2 {
  background: url(../images/remove_cart.png) no-repeat;
  height: 11px;
  width: 11px;
  vertical-align: middle;
  border: none;
  display: block; }
/* line 505, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .cart-tax-total {
  position: relative;
  cursor: pointer; }
/* line 509, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399CC;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px; }
/* line 517, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: -15px;
  top: 6px; }
/* line 525, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px; }
/* line 532, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .cart-links > li > a {
  display: block; }
/* line 536, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .cart-links > li:last-child {
  margin-bottom: 0; }
/* line 541, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
  vertical-align: middle; }
/* line 546, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-actions .qty {
  height: 50px;
  border: 2px solid #EBEBEB;
  /* margin-bottom: 10px; */
  text-align: center;
  width: 50px;
  font-weight: 700;
  box-shadow: none;
  border-radius: 0; }
/* line 557, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-actions .button {
  margin-top: 10px;
  margin-bottom: 5px;
  display: none; }
@media only screen and (max-width: 599px) {
  /* line 557, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table .product-cart-actions .button {
    height: 50px;
    vertical-align: top;
    margin: 0; } }
/* line 568, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .product-cart-actions .cart-links {
  display: none; }
/* line 573, ../scss/module/_checkout-cart.scss */
.cart-table.data-table .item-options {
  padding-left: 15px; }

@media only screen and (max-width: 770px) {
  /* line 581, ../scss/module/_checkout-cart.scss */
  .cart-table th {
    font-size: 12px; }
  /* line 585, ../scss/module/_checkout-cart.scss */
  .cart-table th, .cart-table td {
    padding: 7px 6px; }
  /* line 590, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions > li {
    white-space: inherit; } }
@media only screen and (max-width: 699px) {
  /* line 599, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-table thead th.cart-total-head, .display-both-prices .cart-table td.product-cart-total {
    display: none; } }
@media only screen and (max-width: 599px) {
  /* line 610, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup, .cart-table thead {
    display: none; }
  /* line 614, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%; }
  /* line 621, ../scss/module/_checkout-cart.scss */
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both; }
  /* line 625, ../scss/module/_checkout-cart.scss */
  .cart-table tr:last-child {
    margin-bottom: 0; }
  /* line 630, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot tr {
    padding-bottom: 0; }
  /* line 634, ../scss/module/_checkout-cart.scss */
  .cart-table td {
    border: none;
    display: block; }
  /* line 638, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px; }
  /* line 642, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] .price {
    /* font-weight: normal; */ }
  /* line 646, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 700;
    padding-right: 5px;
    text-transform: uppercase;
    color: #B6B6B6; }
  /* line 657, ../scss/module/_checkout-cart.scss */
  .cart-table td.product-cart-price {
    text-align: left; }
  /* line 662, ../scss/module/_checkout-cart.scss */
  .cart-table h2 {
    font-size: 12px; }
  /* line 666, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; }
  /* line 670, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center; }
  /* line 674, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li > a {
    padding: 2px 0px; }
  /* line 680, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px; }
  /* line 685, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info .price {
    font-size: 13px; }
  /* line 690, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; }
  /* line 695, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase; }
  /* line 703, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info, .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }
  /* line 709, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions, .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; }
  /* line 716, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove, .cart-table .product-cart-total, .cart-table .product-cart-actions .cart-links {
    display: none; }
  /* line 721, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove {
    display: block; } }
@media only screen and (max-width: 599px) and (max-width: 599px) {
  /* line 721, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove {
    position: relative;
    border-bottom: 0 !important; }
  /* line 726, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove .btn-remove.btn-remove2 {
    position: absolute;
    right: 10px;
    top: 30px; } }
@media only screen and (max-width: 599px) {
  /* line 734, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove {
    display: block; }
  /* line 740, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .button {
    display: none; }
  /* line 745, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove {
    float: right;
    /*  margin: -4px 0px 2px 7px; */
    width: 11px;
    height: 11px; }
  /* line 752, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; }
  /* line 757, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    text-align: left; }
  /* line 760, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px; }
  /* line 766, ../scss/module/_checkout-cart.scss */
  .cart-table .price, .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Open Sans"; }
  /* line 773, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }
  /* line 777, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right; }
  /* line 781, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-continue {
    float: left; }
  /* line 785, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-update, .cart-table .cart-footer-actions span.or {
    display: none; }

  /* line 797, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 812, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  margin: 0 0 5px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  color: #555555; }
/* line 819, ../scss/module/_checkout-cart.scss */
.shipping .select {
  width: 100%; }
/* line 822, ../scss/module/_checkout-cart.scss */
.shipping .select .styledSelect {
  width: 100%; }
/* line 826, ../scss/module/_checkout-cart.scss */
.shipping select {
  width: 100%;
  /* height: 30px; */
  /*         display: block; */
  border: 1px solid #B6B6B6; }
/* line 833, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #e42d38; }
/* line 837, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none; }
/* line 841, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }
/* line 846, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set .button2 span span {
  color: #555555; }
/* line 853, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }
/* line 856, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 5px 0 10px 0; }
/* line 859, ../scss/module/_checkout-cart.scss */
.shipping .form-list li:nth-child(odd) {
  margin-right: 4%; }
/* line 865, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 46%; }
/* line 867, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country .selectBox-dropdown {
  width: 100% !important; }
/* line 869, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country .selectBox-dropdown .selectBox-label {
  width: 80% !important; }
/* line 875, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 46%; }
/* line 878, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region .selectBox-dropdown {
  width: 100% !important; }
/* line 880, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region .selectBox-dropdown .selectBox-label {
  width: 80% !important; }
/* line 887, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 46%; }
/* line 891, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 0; }
/* line 896, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0; }
/* line 900, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 25px;
  margin-top: 0; }
/* line 905, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  /*   text-transform: uppercase; */
  white-space: nowrap;
  color: #555555;
  max-width: 100%;
  overflow: hidden; }
/* line 917, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }
/* line 921, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px; }
/* line 925, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px; }
/* line 931, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal; }
/* line 939, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }
/* line 943, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  padding: 6px 0;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  /*   text-transform: uppercase; */
  color: #555555;
        /* border: 1px solid $c-module-border;
        background-color: $c-module-background-hover;
        min-width: 220px;
		*/ }
/* line 956, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #e3e3e3; }
/* line 959, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label .price {
  background: transparent; }
/* line 962, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label span {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  color: #000000;
  background: #ffffff; }

/* line 972, ../scss/module/_checkout-cart.scss */
.cart-forms .warehouse-shipping-methods .warehouse-content .shipping-methods {
  padding-left: 0; }

@media only screen and (max-width: 770px) {
  /* line 977, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    /*      width: 100%;
         float: none; */ }
  /* line 981, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block; }
  /* line 985, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li input, .shipping .shipping-form .form-list > li select {
    width: 100%; }

  /* line 990, ../scss/module/_checkout-cart.scss */
  .cart-footer-actions span.or {
    display: none; } }
/* line 999, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right; }
/* line 1002, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both; }
/* line 1006, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%; }
/* line 1013, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
  padding: 2px 0px; }
/* line 1016, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px; }
/* line 1021, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 20px; }
/* line 1025, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td {
  border-bottom: 1px solid #EBEBEB; }
/* line 1029, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr td.a-right {
  text-align: left;
  color: #B6B6B6;
  font-weight: 800;
  font-size: 14px; }
/* line 1036, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr td.a-right:last-child {
  text-align: right;
  font-size: 16px; }
/* line 1039, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr td.a-right:last-child span {
  font-size: 16px; }
/* line 1043, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
/* line 1046, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 15px 5px;
  vertical-align: top;
  line-height: 26px;
  border-bottom: 1px solid #EBEBEB; }
@media only screen and (max-width: 1199px) {
  /* line 1046, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot td {
    font-size: 21px; } }
/* line 1058, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td:first-child {
  width: 60%;
  text-align: right;
  padding-right: 5px;
  font-family: "Open Sans";
  font-weight: 400;
  white-space: nowrap; }
/* line 1066, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td:last-child {
  text-align: left;
  width: 40%;
  white-space: nowrap; }
/* line 1073, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price {
  font-family: "Open Sans"; }
/* line 1079, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 400; }
/* line 1086, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot span.price {
  font-size: 24px; }
@media only screen and (max-width: 1199px) {
  /* line 1086, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot span.price {
    font-size: 21px; } }

@media only screen and (max-width: 600px) {
  /* line 1098, ../scss/module/_checkout-cart.scss */
  .cart-totals {
    text-align: right; } }
@media only screen and (max-width: 770px) {
  /* line 1105, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }
/* line 1114, ../scss/module/_checkout-cart.scss */
.discount-form:after, #giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

/* line 1119, ../scss/module/_checkout-cart.scss */
#discount-coupon-form, .cart .giftcard {
  width: 100%;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 20px; }
/* line 1125, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2, .cart .giftcard h2 {
  display: none; }
/* line 1129, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label, .cart .giftcard label {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
  color: #555555;
  padding-bottom: 10px; }
/* line 1142, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  position: relative; }
/* line 1149, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
  display: inline; }
/* line 1153, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom; }
/* line 1157, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button, .cart .giftcard .button-wrapper > button {
  float: left; }
/* line 1159, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button > span, .cart .giftcard .button-wrapper > button > span {
  padding-top: 3px; }
/* line 1162, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button span, .cart .giftcard .button-wrapper > button span {
  color: #555555; }
/* line 1165, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button.cancel-coupon, .cart .giftcard .button-wrapper > button.cancel-coupon {
  display: block;
  clear: both; }
/* line 1172, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text, .cart .giftcard .input-text {
  /*         border-radius: 0; */
  height: 25px;
  margin: 4px 10px 0 0;
  width: 74%;
  float: left; }
/* line 1178, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text::-webkit-input-placeholder, .cart .giftcard .input-text::-webkit-input-placeholder {
  color: #555555; }
/* line 1181, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text::-moz-placeholder, .cart .giftcard .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555; }
/* line 1184, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text:-ms-input-placeholder, .cart .giftcard .input-text:-ms-input-placeholder {
  color: #555555; }
/* line 1187, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text:-moz-placeholder, .cart .giftcard .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #555555; }

/* line 1192, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice {
  position: absolute;
  bottom: -15px;
  left: 0; }

/* line 1197, ../scss/module/_checkout-cart.scss */
.cart .giftcard {
  padding-top: 20px; }

/* line 1201, ../scss/module/_checkout-cart.scss */
.cart .giftcard p {
  margin-bottom: 7px; }

/* line 1205, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px; }
/* line 1209, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
  color: #555555; }

/* line 1215, ../scss/module/_checkout-cart.scss */
.cart .shipping {
  padding-top: 20px; }
/* line 1217, ../scss/module/_checkout-cart.scss */
.cart .shipping .form-list select {
  margin-top: 0; }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 1227, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #B6B6B6;
  padding-bottom: 10px;
  margin-bottom: 20px; }
/* line 1236, ../scss/module/_checkout-cart.scss */
.crosssell h3.product-name {
  height: 47px; }
/* line 1240, ../scss/module/_checkout-cart.scss */
.crosssell h3.product-name a {
  text-transform: none;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 1245, ../scss/module/_checkout-cart.scss */
.crosssell .item a.product-image {
  width: auto;
  /*  float: left; */ }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  /* line 1252, ../scss/module/_checkout-cart.scss */
  .crosssell {
    /* Undo three-column config */ }
  /* line 1253, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even), .crosssell .products-grid > li:nth-child(3n), .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%; }
  /* line 1260, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left; }
  /* line 1264, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0; }
  /* line 1269, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none; } }
@media only screen and (max-width: 599px) {
  /* line 1278, ../scss/module/_checkout-cart.scss */
  .cart-table h2 {
    padding-right: 0;
    font-size: 16px;
    font-weight: 700; }
  /* line 1283, ../scss/module/_checkout-cart.scss */
  .cart-table td {
    padding-left: 0;
    padding-right: 0; }
  /* line 1288, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    padding-bottom: 0; }
  /* line 1291, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .button2 {
    padding: 0; }
  /* line 1294, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    width: 100%; }
  /* line 1296, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links {
    display: none; }
  /* line 1300, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove {
    position: absolute;
    top: 25px;
    right: 5px;
    background: url("../images/remove_cart.png") no-repeat; }
  /* line 1307, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table tbody td, .cart-table .data-table tfoot td {
    border-bottom: none;
    width: 100%; }
  /* line 1311, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table tbody tr td:last-child, .cart-table.data-table tbody tr td.product-cart-actions {
    border-bottom: 1px solid #EBEBEB; }
  /* line 1314, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table tbody tr td.product-cart-actions {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 0; } }
@media only screen and (max-width: 599px) and (max-width: 599px) {
  /* line 1314, ../scss/module/_checkout-cart.scss */
  .cart-table.data-table tbody tr td.product-cart-actions {
    text-align: left;
    padding: 5px 0; } }
@media only screen and (max-width: 599px) {
  /* line 1324, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info, .cart-table td[data-rwd-label] {
    width: 100%;
    padding-left: 0; }
  /* line 1329, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total:after {
    right: -9px; }
  /* line 1333, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px; }

  /* line 1339, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot td:first-child {
    width: 54%; }

  /* line 1342, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot td:last-child {
    width: 46%; }

  /* line 1345, ../scss/module/_checkout-cart.scss */
  #discount-coupon-form .input-text, .cart .giftcard .input-text {
    width: calc(100% - 70px); } }
@media only screen and (max-width: 320px) {
  /* line 1353, ../scss/module/_checkout-cart.scss */
  .crosssell ul .item {
    padding: 0 0px 40px; }
  /* line 1357, ../scss/module/_checkout-cart.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }
/* ============================================ *
 * Empty shopping cart
 * ============================================ */
/* line 1368, ../scss/module/_checkout-cart.scss */
.cart-empty {
  background-color: #ffffff;
  padding: 40px 20px 65px; }
/* line 1372, ../scss/module/_checkout-cart.scss */
.cart-empty h1 {
  text-align: center;
  color: #B6B6B6;
  text-transform: none;
  font-weight: 700;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
  margin-bottom: 0; }
/* line 1381, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options {
  padding: 0 15px;
  padding-top: 40px;
  position: relative; }
/* line 1386, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product {
  background: #ededed;
  display: inline-block;
  width: 33.3%;
  height: 189px;
  position: relative;
  border-right: 1px solid #B6B6B6;
  border-left: 1px solid #ffffff;
  float: left; }
/* line 1395, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product .option-content {
  padding: 48px 6% 48px 157px;
  display: inline-block;
  overflow: hidden; }
/* line 1399, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product .option-content .option-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
  display: inline-block; }
/* line 1406, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product .option-content p {
  font-size: 12px;
  margin-bottom: 10px;
  max-height: 55px;
  overflow: hidden; }
/* line 1412, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product .option-content a {
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  color: #000000;
  font-size: 12px; }
/* line 1418, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product .option-content a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_right.png) no-repeat left top;
  background-size: 75%;
  width: 14px;
  height: 12px;
  top: 4px;
  right: -17px; }
/* line 1431, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product.supports .option-content {
  padding-left: 157px; }
@media only screen and (max-width: 1024px) and (min-width: 771px) {
  /* line 1431, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.supports .option-content {
    padding-left: 140px;
    padding-top: 30px; } }

@media only screen and (max-width: 770px) {
  /* line 1431, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.supports .option-content {
    padding-left: 193px; } }
@media only screen and (max-width: 599px) {
  /* line 1431, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.supports .option-content {
    padding-left: 145px;
    padding-top: 30px; } }
/* line 1449, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product.lighting .option-content {
  padding-left: 182px; }
@media only screen and (max-width: 1024px) and (min-width: 771px) {
  /* line 1449, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.lighting .option-content {
    padding-left: 170px;
    padding-top: 30px; } }

@media only screen and (max-width: 770px) {
  /* line 1449, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.lighting .option-content {
    padding-left: 193px; } }
@media only screen and (max-width: 599px) {
  /* line 1449, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.lighting .option-content {
    padding-left: 145px;
    padding-top: 30px; } }
/* line 1467, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product.bags .option-content {
  padding-left: 193px; }
@media only screen and (max-width: 1024px) and (min-width: 771px) {
  /* line 1467, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.bags .option-content {
    padding-left: 180px;
    padding-top: 30px; } }

@media only screen and (max-width: 770px) {
  /* line 1467, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.bags .option-content {
    padding-left: 193px; } }
@media only screen and (max-width: 599px) {
  /* line 1467, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product.bags .option-content {
    padding-left: 145px;
    padding-top: 30px; } }
/* line 1484, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product:first-child {
  border-left: 0; }
/* line 1487, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options li.option-product:last-child {
  border-right: 0; }
@media only screen and (max-width: 770px) {
  /* line 1386, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product {
    width: 100%;
    display: inline-block;
    float: none;
    margin-bottom: 40px;
    border: 0; }
  /* line 1497, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options li.option-product:last-child {
    margin-bottom: 0; } }
/* line 1503, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options img {
  position: absolute; }
/* line 1507, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options .option-product.supports img {
  left: 33px;
  top: -27px;
  height: 193px; }
@media only screen and (max-width: 599px) {
  /* line 1507, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options .option-product.supports img {
    height: 170px;
    top: -24px;
    left: 20px; } }
/* line 1520, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options .option-product.lighting img {
  height: 202px;
  top: -26px;
  left: 25px; }
@media only screen and (max-width: 599px) {
  /* line 1520, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options .option-product.lighting img {
    height: 170px;
    top: -22px;
    left: 20px; } }
/* line 1533, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options .option-product.bags img {
  height: 214px;
  top: -36px;
  left: 25px; }
@media only screen and (max-width: 599px) {
  /* line 1533, ../scss/module/_checkout-cart.scss */
  .cart-empty .cart-options .option-product.bags img {
    height: 170px;
    top: -28px;
    left: 20px; } }
/* line 1544, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options .options-title {
  color: #e42d38;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding-bottom: 65px; }
/* line 1553, ../scss/module/_checkout-cart.scss */
.cart-empty .cart-options ul {
  display: inline-block; }

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 30, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right, .checkout-onepage-index .col-left {
  display: none; }

/* line 35, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
  width: auto;
  float: none; }
/* line 39, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main .validation-advice {
  margin: 0; }
/* line 43, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main .or-separator-3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans' !important;
  max-width: 255px;
  margin: 10px 0 20px; }

/* line 52, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .page-title h1 {
  border-bottom: none;
  font-weight: 800;
  text-transform: none;
  padding: 20px 0; }

/* line 58, ../scss/module/_checkout-onepage.scss */
#checkout-progress-wrapper .opc-block-progress {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  background-color: #E3E3E3;
  margin-top: 80px;
  padding: 20px; }

/* line 70, ../scss/module/_checkout-onepage.scss */
#checkout-progress-wrapper .progress-bar-notice {
  background: #ffffff;
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
@media only screen and (max-width: 979px) {
  /* line 70, ../scss/module/_checkout-onepage.scss */
  #checkout-progress-wrapper .progress-bar-notice {
    font-size: 12px;
    padding: 0;
    font-family: Helvetica, Verdana, Arial, sans-serif; } }

/* line 83, ../scss/module/_checkout-onepage.scss */
#checkoutSteps {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 15px 20px; }
/* line 88, ../scss/module/_checkout-onepage.scss */
#checkoutSteps button span span {
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding: 8px; }
@media only screen and (max-width: 479px) {
  /* line 88, ../scss/module/_checkout-onepage.scss */
  #checkoutSteps button span span {
    font-size: 14px; } }
/* line 96, ../scss/module/_checkout-onepage.scss */
#checkoutSteps input[type="email"], #checkoutSteps input[type="search"], #checkoutSteps input[type="number"], #checkoutSteps input[type="password"], #checkoutSteps input[type="tel"], #checkoutSteps input[type="text"] {
  box-shadow: none; }
/* line 99, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .select {
  height: 25px; }
/* line 102, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .remember-me-popup {
  display: none; }
/* line 105, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .please-wait {
  font-size: 12px;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  text-align: right; }
/* line 111, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .please-wait img {
  float: none;
  display: inline-block; }
/* line 117, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .step-notice {
  margin: 20px 0 10px;
  font-size: 13px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  line-height: 16px; }
/* line 123, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .step-notice span {
  display: block; }
/* line 127, ../scss/module/_checkout-onepage.scss */
#checkoutSteps #opc-shipping_method .step-notice {
  margin-top: 0;
  margin-bottom: 20px; }
/* line 131, ../scss/module/_checkout-onepage.scss */
#checkoutSteps #checkout-review-table-wrapper .step-notice {
  margin-top: 10px; }

/* line 138, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .field, #checkout-step-billing .wide, #checkout-step-billing .fields .fields, #opc-shipping .field, #opc-shipping .wide, #opc-shipping .fields .fields {
  width: 48%;
  padding-top: 15px;
  display: inline-block; }
/* line 143, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .field .input-box, #opc-shipping .field .input-box {
  width: 100%; }
/* line 146, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .field:nth-of-type(odd), #opc-shipping .field:nth-of-type(odd) {
  margin-right: 4%;
  float: left; }
/* line 150, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .field:nth-of-type(even), #opc-shipping .field:nth-of-type(even) {
  float: right; }
/* line 153, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .wide:nth-of-type(odd), #opc-shipping .wide:nth-of-type(odd) {
  margin-right: 4%;
  float: left; }
/* line 157, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .select, #checkout-step-billing .styledSelect, #opc-shipping .select, #opc-shipping .styledSelect {
  max-width: 100%;
  width: 100%; }
/* line 162, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .input-box, #opc-shipping .input-box {
  height: 30px; }
/* line 165, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .styledSelect, #opc-shipping .styledSelect {
  box-shadow: none;
  border: 1px solid #B6B6B6; }
/* line 169, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .wide, #opc-shipping .wide {
  width: 48%; }
/* line 171, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .wide .field, #opc-shipping .wide .field {
  width: 100%; }
/* line 173, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .wide .field .input-box, #opc-shipping .wide .field .input-box {
  width: 100%; }
/* line 175, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .wide .field .input-box input, #opc-shipping .wide .field .input-box input {
  width: 100%; }
/* line 181, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing ul.form-list > li.wide, #opc-shipping ul.form-list > li.wide {
  width: 100%; }
/* line 183, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing ul.form-list > li.wide .input-box, #opc-shipping ul.form-list > li.wide .input-box {
  width: 100%; }
/* line 187, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .control input[type="radio"] + label, #opc-shipping .control input[type="radio"] + label {
  background: #ffffff;
  font-weight: 700; }
/* line 191, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing input[type="radio"]:checked + label, #opc-shipping input[type="radio"]:checked + label {
  font-weight: 700; }
/* line 194, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .ship-controls, #opc-shipping .ship-controls {
  display: block;
  clear: both; }
/* line 199, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .ship-controls .control input, #opc-shipping .ship-controls .control input {
  display: none; }
/* line 204, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #co-billing-form ul.ship-controls > li.control, #opc-shipping #co-billing-form ul.ship-controls > li.control {
  float: left;
  display: inline-block;
  width: auto;
  padding-top: 30px;
  padding-right: 20px; }
@media only screen and (max-width: 479px) {
  /* line 204, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing #co-billing-form ul.ship-controls > li.control, #opc-shipping #co-billing-form ul.ship-controls > li.control {
    padding-top: 15px; } }
/* line 215, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #co-billing-form ul.ship-controls > li.control label, #opc-shipping #co-billing-form ul.ship-controls > li.control label {
  width: 100%; }
/* line 218, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #co-billing-form ul.ship-controls > li.control:last-child, #opc-shipping #co-billing-form ul.ship-controls > li.control:last-child {
  padding-right: 10px; }
/* line 222, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #co-shipping-form ul.ship-controls > .control, #opc-shipping #co-shipping-form ul.ship-controls > .control {
  float: left;
  display: inline-block;
  width: auto;
  padding-top: 30px;
  padding-right: 20px; }
@media only screen and (max-width: 479px) {
  /* line 229, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing #co-shipping-form .form-list, #checkout-step-billing #co-shipping-form .ship-controls, #opc-shipping #co-shipping-form .form-list, #opc-shipping #co-shipping-form .ship-controls {
    padding: 0 10px; } }
/* line 234, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .buttons-set, #opc-shipping .buttons-set {
  border-top: 0;
  float: right;
  display: inline-block;
  width: 24%; }
/* line 240, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing .buttons-set button, #opc-shipping .buttons-set button {
  float: right;
  margin-right: 0; }
/* line 245, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #billing-new-address-form .control label, #opc-shipping #billing-new-address-form .control label {
  background: transparent; }
/* line 247, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #billing-new-address-form .control label:before, #opc-shipping #billing-new-address-form .control label:before {
  top: 10px; }
/* line 251, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #billing-new-address-form .ship-controls, #opc-shipping #billing-new-address-form .ship-controls {
  clear: both;
  display: block; }
/* line 254, ../scss/module/_checkout-onepage.scss */
#checkout-step-billing #billing-new-address-form .ship-controls input, #opc-shipping #billing-new-address-form .ship-controls input {
  display: none; }

/* line 260, ../scss/module/_checkout-onepage.scss */
#opc-shipping .control input[type="radio"] + label {
  background: #ffffff;
  font-weight: 700; }
/* line 264, ../scss/module/_checkout-onepage.scss */
#opc-shipping #shipping-new-address-form .control label {
  background: transparent; }
/* line 266, ../scss/module/_checkout-onepage.scss */
#opc-shipping #shipping-new-address-form .control label:before {
  top: 10px; }
/* line 270, ../scss/module/_checkout-onepage.scss */
#opc-shipping #shipping-new-address-form .ship-controls {
  clear: both;
  display: block; }
/* line 273, ../scss/module/_checkout-onepage.scss */
#opc-shipping #shipping-new-address-form .ship-controls input {
  display: none; }
/* line 277, ../scss/module/_checkout-onepage.scss */
#opc-shipping select {
  display: none; }

/* line 281, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method {
  padding: 30px 25px; }
/* line 283, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .add-gift-message {
  padding-top: 20px; }
/* line 287, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .gift-message-form h4 {
  font-size: 14px; }
/* line 291, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .sp-methods dd .no-display + label {
  padding-left: 0; }
/* line 294, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .sp-methods dd .no-display + label .price {
  font-size: 12px;
  padding-left: 5px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 301, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .sp-methods dd label {
  background: transparent;
  padding-left: 0; }
/* line 304, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .sp-methods dd label:hover {
  background: transparent; }
/* line 307, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .sp-methods dd label .price {
  font-size: 14px;
  font-weight: 400; }
/* line 312, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .sp-methods dd input:checked + label .price {
  font-weight: 700; }
@media only screen and (max-width: 770px) {
  /* line 281, ../scss/module/_checkout-onepage.scss */
  #checkout-step-shipping_method {
    padding: 20px 0; } }

/* line 322, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load {
  padding: 30px 25px; }
/* line 324, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load dt label {
  background: #ffffff;
  padding: 6px 0; }
/* line 328, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load dd li:last-child {
  padding-bottom: 15px; }
/* line 330, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load dd li:last-child .v-fix {
  position: relative; }
/* line 332, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load dd li:last-child .v-fix div {
  position: absolute;
  width: 107px; }
/* line 338, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load dd {
  /* max-width: 51%; */ }
/* line 341, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load select {
  border: none;
  max-width: 100%;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #555555; }
@media only screen and (max-width: 479px) {
  /* line 341, ../scss/module/_checkout-onepage.scss */
  #checkout-payment-method-load select {
    max-width: 100%; } }
/* line 351, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load .input-box {
  width: 49%; }
@media only screen and (max-width: 479px) {
  /* line 351, ../scss/module/_checkout-onepage.scss */
  #checkout-payment-method-load .input-box {
    width: 100%; } }
/* line 356, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load .input-box .v-fix {
  width: 49%;
  margin-right: 0; }
/* line 359, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load .input-box .v-fix select {
  margin-right: 0;
  width: 100%; }
/* line 363, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load .input-box .v-fix:first-child {
  margin-right: 2%; }
@media only screen and (max-width: 770px) {
  /* line 322, ../scss/module/_checkout-onepage.scss */
  #checkout-payment-method-load {
    padding: 20px 10px; } }
/* line 372, ../scss/module/_checkout-onepage.scss */
#checkout-payment-method-load ul li:last-child .input-box .v-fix:only-of-type {
  width: auto; }

/* line 377, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .buttons-set, #checkout-step-payment .buttons-set {
  border-top: 0;
  float: right;
  display: inline-block;
  width: 24%; }
/* line 383, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method .buttons-set button, #checkout-step-payment .buttons-set button {
  float: right;
  margin-right: 0; }
/* line 388, ../scss/module/_checkout-onepage.scss */
#checkout-step-shipping_method select, #checkout-step-payment select {
  box-shadow: none;
  border: 1px solid #B6B6B6; }

/* line 394, ../scss/module/_checkout-onepage.scss */
#checkout-step-review table {
  padding: 20px 0; }
/* line 397, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .buttons-set {
  border-top: 0; }
/* line 400, ../scss/module/_checkout-onepage.scss */
#checkout-step-review button {
  border-top: 0;
  clear: right;
  float: right;
  display: inline-block;
  width: 24%;
  margin-right: 0; }
/* line 408, ../scss/module/_checkout-onepage.scss */
#checkout-step-review p a {
  text-decoration: underline;
  color: #b6b6b6;
  font-weight: bold;
  text-transform: uppercase; }

/* line 415, ../scss/module/_checkout-onepage.scss */
.opc-has-progressed-from-login .opc-firststep-login .section {
  display: block; }

/* line 418, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
  display: block; }

/* line 421, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  display: none; }
/* line 424, ../scss/module/_checkout-onepage.scss */
.opc .section .step.active {
  border-bottom: 1px solid #EBEBEB; }

/* line 428, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step {
  display: block; }

/* line 431, ../scss/module/_checkout-onepage.scss */
.opc-firststep-login .section {
  display: none; }

/* line 434, ../scss/module/_checkout-onepage.scss */
.opc-firststep-login .active {
  display: block; }

/* line 437, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc-login.active {
  border-bottom: 0; }

@media only screen and (min-width: 980px) {
  /* line 442, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }
  /* line 448, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right, .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; }
  /* line 454, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right {
    padding-left: 0; }
  /* line 457, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right #checkout-progress-wrapper .opc-block-progress {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
    padding: 20px;
    background-color: #E3E3E3;
    margin-top: 80px; } }
/* line 473, ../scss/module/_checkout-onepage.scss */
.opc select {
  width: 365px; }
/* line 476, ../scss/module/_checkout-onepage.scss */
.opc input[type=email], .opc input[type=search], .opc input[type=number], .opc input[type=password], .opc input[type=tel], .opc input[type=text] {
  border-left-color: #b6b6b6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #b6b6b6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #b6b6b6;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #b6b6b6;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* line 501, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  padding: 15px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
/* line 509, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both; }

/* line 513, ../scss/module/_checkout-onepage.scss */
.opc li.section:last-child .step-title {
  border-bottom: none; }

/* line 516, ../scss/module/_checkout-onepage.scss */
.opc li.section.active:first-child .step-title, .opc li.section.active:first-child:hover .step-title {
  padding-top: 0; }
/* line 519, ../scss/module/_checkout-onepage.scss */
.opc li.section.active:first-child .step-title .number, .opc li.section.active:first-child:hover .step-title .number {
  top: 36%; }

/* line 523, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title {
  cursor: pointer; }

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
/* line 528, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  /*  background-color: $c-module-background; */ }

/* line 532, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title {
  border-bottom: 1px solid #EBEBEB; }

/* line 536, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title a {
  display: none; }

/* line 540, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
  text-transform: uppercase;
  color: #B6B6B6;
  font-weight: 800; }
@media only screen and (max-width: 479px) {
  /* line 540, ../scss/module/_checkout-onepage.scss */
  .opc .section.allow:not(.active) .step-title a {
    font-size: 13px; } }

/* line 554, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section .step-title a:hover {
  text-decoration: none; }

/* line 558, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #B6B6B6;
  line-height: 26px;
  /* background-color: $c-action; */
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
  font-weight: 800;
  font-size: 14px; }
@media only screen and (max-width: 479px) {
  /* line 558, ../scss/module/_checkout-onepage.scss */
  .opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
    font-size: 13px; } }

/* line 580, ../scss/module/_checkout-onepage.scss */
.opc .section.allow.active .step-title .number, .opc .section.allow.active:hover .step-title .number {
  /*  background-color: tint($c-action, 50%); */
  color: #e42d38; }

/* line 584, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title .number, .opc .section.allow .step-title h2, .opc .section.allow .step-title:hover h2 {
  color: #B6B6B6; }

/* line 590, ../scss/module/_checkout-onepage.scss */
.opc .section.active.allow .step-title:hover h2, .opc .section.active.allow .step-title h2 {
  color: #e42d38; }

/* line 594, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title:hover h2 {
  color: #B6B6B6; }

/* line 597, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 35px;
  color: #B6B6B6; }
@media only screen and (max-width: 479px) {
  /* line 597, ../scss/module/_checkout-onepage.scss */
  .opc .section .step-title h2 {
    font-size: 13px; } }

/* line 610, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  padding: 0 25px 25px;
  /*     @include bp(max-width, $bp-large) {
          padding: 0 15px 10px;
  
      } */ }
/* line 613, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both; }

/* line 622, ../scss/module/_checkout-onepage.scss */
.opc p.required {
  display: none; }

/* line 625, ../scss/module/_checkout-onepage.scss */
.opc select {
  max-width: 365px;
  width: 100%; }

/* line 630, ../scss/module/_checkout-onepage.scss */
.opc h3 {
  font-weight: 700;
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #555555; }

/* line 637, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
  text-align: left; }
/* line 640, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
  min-width: 100%; }
/* line 647, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }
/* line 652, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
  display: none; }
/* line 657, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0; }

/* line 664, ../scss/module/_checkout-onepage.scss */
#opc-login .buttons-set button.button {
  min-width: 77%; }

/* line 669, ../scss/module/_checkout-onepage.scss */
.opc .form-list .control label {
  min-width: 77%;
  width: 77%;
  bacground-color: #EBEBEB;
  padding-left: 20px; }
@media only screen and (max-width: 770px) {
  /* line 669, ../scss/module/_checkout-onepage.scss */
  .opc .form-list .control label {
    min-width: 100% !important;
    width: 100% !important; } }

/* line 679, ../scss/module/_checkout-onepage.scss */
.opc .form-list .control input[type="radio"]:checked + label {
  background-color: #B6B6B6; }

@media only screen and (max-width: 979px) {
  /* line 684, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress {
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0 25px; } }
@media only screen and (max-width: 479px) {
  /* line 695, ../scss/module/_checkout-onepage.scss */
  .opc .buttons-set .button + .buttons-set .button, .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0; }

  /* line 700, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing .buttons-set, #opc-shipping .buttons-set, #checkout-step-shipping_method .buttons-set, #checkout-step-payment .buttons-set, #checkout-step-review .buttons-set {
    float: left;
    width: 100%; }
  /* line 704, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing .buttons-set button, #opc-shipping .buttons-set button, #checkout-step-shipping_method .buttons-set button, #checkout-step-payment .buttons-set button, #checkout-step-review .buttons-set button {
    float: left; }

  /* line 710, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing .form-list, #checkout-step-billing .ship-controls {
    padding: 0 10px; }

  /* line 715, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing .field, #checkout-step-billing .wide, #checkout-step-billing .fields .fields, #opc-shipping .field, #opc-shipping .wide, #opc-shipping .fields .fields {
    width: 100%; }
  /* line 717, ../scss/module/_checkout-onepage.scss */
  #checkout-step-billing .field .input-box, #checkout-step-billing .wide .input-box, #checkout-step-billing .fields .fields .input-box, #opc-shipping .field .input-box, #opc-shipping .wide .input-box, #opc-shipping .fields .fields .input-box {
    width: 100%;
    width: 100%; }

  /* line 724, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .buttons-set button {
    float: right;
    width: 100%; } }
/* line 730, ../scss/module/_checkout-onepage.scss */
.opc #opc-login {
  /*     .step {
          padding: 0px;
      }
   */ }
/* line 735, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px; }
/* line 739, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .form-list li {
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 742, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .form-list li .f-left {
  font-size: 12px;
  text-decoration: underline; }

@media only screen and (max-width: 770px) {
  /* line 750, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .description, .opc #opc-login p.required {
    display: none; }

  /* line 755, ../scss/module/_checkout-onepage.scss */
  .opc .form-list .control label {
    width: 100%; } }
/* line 760, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
  padding: 10px 0; }

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 771, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title, .opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0; }

/* line 776, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0; }

/* line 780, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0; }

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 787, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title, body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0; }

/* line 792, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title, body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0; }

/* line 796, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden; }

/* line 801, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px; }

/* line 805, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) #checkout-progress-wrapper {
  /* 	visibility: hidden; */ }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 813, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px; }
/* line 816, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold; }
/* line 820, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px; }
/* line 824, ../scss/module/_checkout-onepage.scss */
.sp-methods dd {
  width: 100%; }
/* line 827, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0; }
/* line 830, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: none;
  display: inline-block; }
/* line 834, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: none;
  margin-left: 10px; }
/* line 839, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold; }
/* line 842, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px; }
/* line 845, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px; }
/* line 849, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px; }
/* line 853, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px; }
/* line 856, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important; }
/* line 859, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px; }
/* line 864, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both; }
/* line 868, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left; }
/* line 874, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left; }
@media only screen and (max-width: 479px) {
  /* line 863, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0; }
  /* line 881, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px; } }
/* line 887, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0; }
/* line 890, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

/* One Page Checkout */
/* line 897, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: 0;
  margin: 0;
  /*  border-left: 1px solid $c-module-border; */
  padding: 0 20px; }
/* line 903, ../scss/module/_checkout-onepage.scss */
.block-progress .block-title {
  width: 100%;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 15px; }
/* line 908, ../scss/module/_checkout-onepage.scss */
.block-progress .block-title span {
  color: #000000;
  font-weight: 800;
  font-family: "Open Sans"; }
/* line 913, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 13px; }
/* line 915, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content .changelink .separator {
  display: none; }
/* line 919, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 10px;
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: #9d9d9d;
  font-weight: 700; }
/* line 927, ../scss/module/_checkout-onepage.scss */
.block-progress dt span:first-of-type {
  max-width: 67%; }
/* line 930, ../scss/module/_checkout-onepage.scss */
.block-progress dt span:last-of-type {
  max-width: 33%; }
/* line 935, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  /*  color: $c-h4; */ }
/* line 937, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete .changelink a {
  color: #555555;
  text-decoration: underline;
  float: right; }
/* line 944, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans";
  /*         font-style: italic; */
  color: #555555;
  font-size: 14px; }
/* line 952, ../scss/module/_checkout-onepage.scss */
.block-progress dd address {
  /*           font-style: italic; */ }
/* line 956, ../scss/module/_checkout-onepage.scss */
.block-progress .price {
  font-size: 14px;
  font-weight: 400;
  color: #555555; }
/* line 961, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px; }
/* line 967, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #1a171b;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px; }
/* line 978, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': '; }
/* line 983, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px; }
/* line 989, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both; }

/* review step */
/* line 999, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none; }
/* line 1003, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tfoot td.last {
  padding-right: 20px; }
/* line 1006, ../scss/module/_checkout-onepage.scss */
#checkout-review-table th, #checkout-review-table td {
  vertical-align: middle; }

/* line 1011, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  clear: both; }
/* line 1014, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .product-name {
  text-transform: none;
  font-weight: 400;
  font-family: "Open Sans"; }
/* line 1019, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .cart-price .price {
  font-size: 12px;
  font-weight: 800;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
@media only screen and (max-width: 479px) {
  /* line 1019, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .cart-price .price {
    font-size: 11px; } }
@media only screen and (max-width: 479px) {
  /* line 1027, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper tfoot td {
    line-height: 18px; } }
/* line 1032, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper tfoot .price {
  font-size: 16px; }
@media only screen and (max-width: 479px) {
  /* line 1032, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper tfoot .price {
    font-size: 14px;
    line-height: 18px; } }
/* line 1039, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper tfoot tr:not(.last) td:first-child {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #B6B6B6; }
@media only screen and (max-width: 479px) {
  /* line 1039, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper tfoot tr:not(.last) td:first-child {
    font-size: 12px; } }
/* line 1049, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper tfoot tr.last td {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400; }
@media only screen and (max-width: 479px) {
  /* line 1049, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper tfoot tr.last td {
    font-size: 18px; } }
/* line 1056, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper tfoot tr.last td .price {
  font-size: 24px; }
@media only screen and (max-width: 479px) {
  /* line 1056, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper tfoot tr.last td .price {
    font-size: 18px; } }
/* line 1062, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper tfoot tr.last td strong {
  font-weight: 400; }

/* line 1068, ../scss/module/_checkout-onepage.scss */
#review-buttons-container {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px; }
/* line 1073, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
  min-width: 220px; }
/* line 1076, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
  clear: both;
  float: right;
  /*         margin-right: 10px; */ }

@media only screen and (max-width: 599px) {
  /* line 1086, ../scss/module/_checkout-onepage.scss */
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; }

  /* line 1090, ../scss/module/_checkout-onepage.scss */
  #checkout-payment-method-load dd {
    /* max-width: 80%; */
    max-width: 100%; } }
@media only screen and (max-width: 479px) {
  /* line 1098, ../scss/module/_checkout-onepage.scss */
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 1105, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline; }

/* line 1110, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none; }

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 1116, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
  padding-right: 0; }
/* line 1121, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none; }
/* line 1124, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0; }
/* line 1129, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 49%;
  display: inline-block; }
/* line 1133, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div:nth-child(even) {
  margin-right: 2%; }
@media only screen and (max-width: 599px) {
  /* line 1139, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 49%; }
  /* line 1142, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div:nth-child(even) {
    margin-right: 2%; }
  /* line 1145, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div dd {
    padding-left: 0; } }
/* line 1151, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none; }

@media only screen and (max-width: 479px) {
  /* line 1161, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th {
    display: none; }
  /* line 1164, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block; }

  /* line 1168, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block; }

  /* line 1171, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table.linearize-table {
    border-bottom: 1px solid #B6B6B6; }
  /* line 1174, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table.linearize-table thead {
    display: none; }
  /* line 1177, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table.linearize-table tbody tr:first-child {
    border-top: 1px solid #cccccc; }
  /* line 1180, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table.linearize-table tbody td[data-rwd-label] {
    padding-left: 10px; }
  /* line 1183, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table.linearize-table tfoot td:nth-child(2n) {
    text-align: right; }
  /* line 1186, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table.linearize-table tfoot td {
    border-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px; } }
/* line 1196, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px; }
/* line 1200, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

/* Gift options */
/* line 1208, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px; }
/* line 1212, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold; }
/* line 1216, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px; }
/* line 1222, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left; }

/* line 1230, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block; }
/* line 1237, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px; }
/* line 1245, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }
/* line 1249, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left; }
/* line 1253, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
/* line 1256, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both; }
/* line 1260, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px; }
/* line 1266, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC; }
/* line 1271, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both; }
/* line 1275, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px; }
/* line 1278, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto; }
/* line 1284, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block; }
/* line 1289, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px; }

@media only screen and (max-width: 770px) {
  /* line 1298, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .giftmessage-area {
    max-width: 100%; }
  /* line 1303, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; }
  /* line 1308, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; }
  /* line 1311, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%; } }
/* ============================================ *
 *  Paypal express review
 * ============================================ */
/* line 1323, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .page-title h1 {
  border-bottom: medium none;
  color: #000000;
  font-weight: 800;
  margin-bottom: 6px;
  margin-right: 10px;
  text-transform: none; }
/* line 1331, ../scss/module/_checkout-onepage.scss */
.paypal-express-review h2 {
  font-size: 16px;
  padding-top: 20px; }
/* line 1334, ../scss/module/_checkout-onepage.scss */
.paypal-express-review h2 a {
  color: #B6B6B6;
  white-space: nowrap; }
/* line 1339, ../scss/module/_checkout-onepage.scss */
.paypal-express-review h3 {
  font-size: 14px; }
/* line 1341, ../scss/module/_checkout-onepage.scss */
.paypal-express-review h3 a {
  color: #B6B6B6;
  white-space: nowrap; }
/* line 1346, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .col-main {
  width: 75%; }
@media only screen and (max-width: 770px) {
  /* line 1346, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .col-main {
    width: 100%; } }
/* line 1352, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .selectBox-dropdown {
  box-shadow: none;
  border: 1px solid #B6B6B6; }
/* line 1356, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .col-main {
  float: left;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border-collapse: separate;
  padding: 20px;
  margin-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
/* line 1369, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table .product-name {
  text-transform: none;
  font-weight: 400;
  font-family: "Open Sans"; }
/* line 1374, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr.last td, .paypal-express-review .linearize-table tbody tr.last td {
  border-bottom: 0; }
/* line 1377, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table .cart-price .price {
  font-size: 12px;
  font-weight: 800;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
@media only screen and (max-width: 479px) {
  /* line 1377, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table .cart-price .price {
    font-size: 11px; } }
@media only screen and (max-width: 479px) {
  /* line 1385, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table tfoot td {
    line-height: 18px;
    max-height: 59px; } }
/* line 1392, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot .price {
  font-size: 16px; }
@media only screen and (max-width: 479px) {
  /* line 1392, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table tfoot .price {
    font-size: 14px;
    line-height: 18px; } }
/* line 1399, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr:not(.last) td:first-child {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #B6B6B6;
  padding-right: 10px; }
@media only screen and (max-width: 479px) {
  /* line 1399, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table tfoot tr:not(.last) td:first-child {
    font-size: 12px;
    max-height: 59px;
    overflow: hidden; } }
/* line 1412, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr td:nth-child(2n) {
  padding-right: 20px; }
/* line 1415, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr.last td {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400; }
/* line 1419, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr.last td:first-child {
  padding-right: 10px; }
@media only screen and (max-width: 479px) {
  /* line 1415, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table tfoot tr.last td {
    font-size: 18px; } }
/* line 1425, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr.last td .price {
  font-size: 24px; }
@media only screen and (max-width: 479px) {
  /* line 1425, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table tfoot tr.last td .price {
    font-size: 18px; } }
/* line 1431, ../scss/module/_checkout-onepage.scss */
.paypal-express-review .linearize-table tfoot tr.last td strong {
  font-weight: 400; }
@media only screen and (max-width: 479px) {
  /* line 1435, ../scss/module/_checkout-onepage.scss */
  .paypal-express-review .linearize-table td[data-rwd-label] {
    padding-left: 10px; } }

/* line 1442, ../scss/module/_checkout-onepage.scss */
.payment-information-notice {
  margin: 25px auto 0; }

/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 31, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
  padding: 0 20px;
  text-align: center;
  background-color: #ffffff; }
/* line 37, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center; }
/* line 41, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set a {
  float: none;
  text-transform: uppercase;
  color: #B6B6B6;
  font-weight: 700;
  text-decoration: underline; }
/* line 50, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .page-title h1 {
  text-align: left;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 0;
  padding: 20px 0;
  background-color: #EBEBEB;
  margin: 0 -20px; }
/* line 59, ../scss/module/_checkout-success.scss */
.checkout-onepage-success h2.sub-title {
  color: #B6B6B6;
  border-bottom: 1px solid #EBEBEB;
  text-transform: none;
  font-size: 30px;
  font-weight: 700;
  padding: 30px 10px;
  margin-bottom: 30px; }
/* line 69, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main p {
  padding: 0 33%;
  font-size: 13px;
  margin: 0; }
/* line 74, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main p:first-of-type {
  color: #E3151f;
  font-weight: 700;
  font-size: 18px; }
/* line 79, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main p:last-of-type {
  margin-bottom: 0; }
/* line 83, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EBEBEB; }
/* line 91, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set .button {
  background-color: #ffffff;
  color: #B6B6B6;
  text-decoration: underline;
  border: none;
  font-size: 14px; }
/* line 97, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set .button:hover {
  background-image: none; }
/* line 102, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-items {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%; }
/* line 108, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item {
  display: inline-block;
  width: 50%;
  float: left;
  background: #ffffff;
  padding: 30px 20px; }
/* line 114, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item:nth-child(2n+1) {
  clear: left; }
@media only screen and (max-width: 599px) {
  /* line 108, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .order-item {
    width: 100%; } }
/* line 122, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item img {
  display: inline-block;
  border: 1px solid #EBEBEB;
  float: left;
  width: 32%; }
/* line 128, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description {
  text-align: left;
  padding-left: 36%;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 134, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description h3 {
  font-weight: 600;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-transform: none;
  font-size: 13px;
  color: #555555;
  margin-bottom: 5px; }
/* line 142, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description ul {
  list-style-type: disc;
  padding-left: 13px; }
/* line 146, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description ul li {
  font-size: 12px;
  line-height: 22px;
  color: #555555; }
/* line 152, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description .sharing-links {
  list-style-type: none;
  padding-top: 8px;
  padding-left: 0; }
/* line 157, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description .sharing-links li {
  display: inline-block;
  margin-right: 6px; }
/* line 162, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description .sharing-links a {
  display: inline-block; }
/* line 165, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description .sharing-links .link-facebook {
  background: url(../images/success-fb.png) no-repeat;
  width: 31px;
  height: 30px; }
/* line 170, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description .sharing-links .link-twitter {
  background: url(../images/success-tw.png) no-repeat;
  width: 31px;
  height: 30px; }
/* line 175, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .order-item .product-description .sharing-links .link-email-friend {
  background: url(../images/success-pin.png) no-repeat;
  width: 31px;
  height: 30px; }
/* line 184, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials {
  height: auto;
  margin: 0 20px 30px;
  background: #EBEBEB;
  border: 1px solid #e0e0e0;
  padding: 25px;
  /* 		.keep-safe, .stay-connected {
  			width: 49%;
  			background: $c-gray-l;
  			border: 1px solid $c-gray-l;
  			height: 250px;
  			min-height: 250px;
  			display: inline-block;
  			margin-bottom: 55px;
  		} */
  /* 		.keep-safe {
  			float: left;
  		}
  		.stay-connected {
  			float: right;
  		} */ }
@media only screen and (max-width: 770px) {
  /* line 184, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .video-tutorials {
    margin: 0 0 30px; } }
/* line 193, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials p {
  color: #e3151f;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize; }
/* line 201, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials ul {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 30px; }
/* line 206, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials ul li {
  display: inline-block; }
/* line 208, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials ul li span {
  text-transform: capitalize;
  font-size: 12px; }
/* line 212, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials ul li iframe {
  width: 100%; }
/* line 217, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials ul li:first-child {
  margin-right: 1%; }
@media only screen and (max-width: 770px) {
  /* line 217, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .video-tutorials ul li:first-child {
    margin: 0; } }
/* line 224, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .video-tutorials ul li:last-child {
  margin-left: 1%; }
@media only screen and (max-width: 820px) {
  /* line 224, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .video-tutorials ul li:last-child {
    margin: 0; } }
/* line 250, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs {
  display: inline-block;
  width: 100%;
  padding: 0 20px 35px; }
@media only screen and (max-width: 770px) {
  /* line 250, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs {
    padding: 0 0 35px; } }
/* line 258, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs .title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: #e42d38;
  padding-bottom: 20px;
  font-size: 15px; }
/* line 267, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li {
  display: inline-block;
  width: 32%;
  height: 220px;
  float: left;
  margin-right: 2%;
  position: relative;
  background-size: cover !important; }
@media only screen and (max-width: 599px) {
  /* line 267, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li {
    width: 100%;
    margin-bottom: 10px; } }
/* line 281, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li img {
  width: 100%; }
/* line 284, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li .blog-wrapper {
  position: absolute;
  top: 48%;
  left: 9%; }
/* line 289, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li .blog-wrapper span {
  display: block;
  text-align: left;
  color: #ffffff; }
/* line 294, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  line-height: 12px; }
/* line 302, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-category:after {
  background-color: #e42d38;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 35px; }
/* line 312, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-title {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 800; }
@media only screen and (max-width: 1199px) {
  /* line 284, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li .blog-wrapper {
    top: 36%; }
  /* line 322, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-title {
    font-size: 16px; }
  /* line 325, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-category {
    font-size: 11px;
    padding-top: 10px; } }
@media only screen and (max-width: 979px) {
  /* line 284, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li .blog-wrapper {
    top: 36%; }
  /* line 336, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-title {
    font-size: 14px; }
  /* line 339, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .related-blogs ul li .blog-wrapper .blog-category {
    font-size: 11px;
    padding-top: 10px; } }
/* line 349, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .related-blogs ul li:last-child {
  margin-right: 0; }
@media only screen and (max-width: 770px) {
  /* line 355, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .col-main p {
    padding: 0; }
  /* line 358, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .register-products {
    padding: 0; } }

/* line 364, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main p.success-page-notice {
  padding: 20px 5% 0px; }

/* line 367, ../scss/module/_checkout-success.scss */
.video-tutorials iframe .player .title header h1 {
  font-size: 1.5em !important; }

/* line 370, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
/* line 376, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected {
  background: #EBEBEB;
  width: auto;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 25px;
  width: 46%;
  border: 1px solid #EBEBEB; }
@media only screen and (max-width: 1024px) {
  /* line 376, ../scss/module/_checkout-success.scss */
  .stay-connected-wrapper .stay-connected {
    width: 55%; } }
@media only screen and (max-width: 770px) {
  /* line 376, ../scss/module/_checkout-success.scss */
  .stay-connected-wrapper .stay-connected {
    width: 72%; } }
@media only screen and (max-width: 479px) {
  /* line 376, ../scss/module/_checkout-success.scss */
  .stay-connected-wrapper .stay-connected {
    width: 100%; } }
/* line 396, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected p {
  padding: 0; }
/* line 400, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected .success-subscription-title, .stay-connected-wrapper .stay-connected span {
  text-transform: capitalize; }
/* line 403, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected p span {
  padding-bottom: 15px; }
/* line 406, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected .success-subscription-content {
  width: 85%;
  padding-top: 15px;
  display: inline-block; }
/* line 411, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected #success-page-subscription {
  display: inline-block;
  width: 70%; }
@media only screen and (max-width: 650px) {
  /* line 411, ../scss/module/_checkout-success.scss */
  .stay-connected-wrapper .stay-connected #success-page-subscription {
    width: 100%; } }
@media only screen and (max-width: 479px) {
  /* line 411, ../scss/module/_checkout-success.scss */
  .stay-connected-wrapper .stay-connected #success-page-subscription {
    width: 100%; } }
/* line 421, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected #success-page-subscription #newsletter-success {
  position: relative;
  height: 36px;
  border-radius: 35px;
  border: 1px solid #ffffff;
  margin-bottom: 10px; }
/* line 428, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected #success-page-subscription .input-box .actions {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  right: 1%;
  top: 10px; }
/* line 436, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected #success-page-subscription .input-box .actions button.button {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 30px;
  line-height: 1; }
/* line 444, ../scss/module/_checkout-success.scss */
.stay-connected-wrapper .stay-connected #success-page-subscription .input-box .actions button.button span span {
  text-transform: uppercase; }

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 34, ../../../rwd/default/scss/module/_configurableswatches.scss */
.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both; }

/* General Swatch Styling */
/* line 40, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link, .swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #1a171b;
  text-decoration: none;
  box-sizing: content-box; }

/* line 51, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px; }
/* line 55, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 2px; }
/* line 59, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none; }
/* line 64, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/bg_x.png) center no-repeat transparent;
  z-index: 10; }
/* line 77, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative; }
/* line 81, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0; }

/* line 89, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #E3E3E3; }

/* line 96, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px); }
/* line 102, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px; }
/* line 108, ../../../rwd/default/scss/module/_configurableswatches.scss */
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top; }
/* line 116, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block; }
/* line 120, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #f4f4f4;
  position: relative; }
/* line 124, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40); }
/* line 130, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff; }
/* line 136, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px; }
/* line 140, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available a:focus {
  outline: 0; }

/* line 146, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }
/* line 151, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left; }
/* line 157, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit; }
/* line 161, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC; }
/* line 166, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #E3E3E3;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }
/* line 177, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box; }
/* line 184, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0; }

@media only screen and (max-width: 770px) {
  /* line 191, ../../../rwd/default/scss/module/_configurableswatches.scss */
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left; } }
/* line 197, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-current {
  position: relative; }
/* line 200, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%; }
/* line 207, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-current span {
  display: block;
  float: left; }
/* line 213, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px; }
/* line 217, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default; }

/* Other Swatch States */
/* line 225, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover {
  border-color: #3399CC; }

/* line 231, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important; }
/* line 234, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none; }
/* line 238, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #e42d38;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px; }

/* CUSTOM */
/* line 251, ../../../rwd/default/scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #959595; }

/* line 257, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0; }
/* line 263, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label, .product-view .product-options .swatch-attr .select-label {
  font-size: 12px; }
/* line 268, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3; }
/* line 273, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399CC;
  padding-left: 5px; }
/* line 281, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto; }
/* line 286, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
  display: none; }
/* line 291, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default; }

/* ============================================ *
 * Customer
 * ============================================ */
/* line 30, ../scss/module/_customer.scss */
.customer-account .col-left.sidebar {
  padding-top: 20px; }
/* line 33, ../scss/module/_customer.scss */
.customer-account .col-main {
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
/* line 45, ../scss/module/_customer.scss */
.customer-account input[type="email"], .customer-account input[type="search"], .customer-account input[type="number"], .customer-account input[type="password"], .customer-account input[type="tel"], .customer-account input[type="text"], .customer-account .selectBox-dropdown {
  box-shadow: none;
  border: 1px solid #B6B6B6; }

@media only screen and (max-width: 770px) {
  /* line 52, ../scss/module/_customer.scss */
  .wishlist-index-index.customer-account .fieldset {
    margin-bottom: 0; } }
/* line 60, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label:first-child {
  width: 115px; }
/* line 65, ../scss/module/_customer.scss */
.customer-account-login .col-1 .content, .customer-account-login .col-2 .content {
  height: 205px; }
@media only screen and (max-width: 770px) {
  /* line 65, ../scss/module/_customer.scss */
  .customer-account-login .col-1 .content, .customer-account-login .col-2 .content {
    height: 225px; } }
@media only screen and (max-width: 479px) {
  /* line 65, ../scss/module/_customer.scss */
  .customer-account-login .col-1 .content, .customer-account-login .col-2 .content {
    min-height: auto; } }
/* line 77, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0; }
/* line 81, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0; }
/* line 87, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set a.button {
  display: inline-block;
  text-align: center; }
/* line 94, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }
/* line 101, ../scss/module/_customer.scss */
.customer-account-login .or-separator-1, .customer-account-login .or-separator-2 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  max-width: 50%;
  margin-bottom: 0; }
@media only screen and (max-width: 770px) {
  /* line 101, ../scss/module/_customer.scss */
  .customer-account-login .or-separator-1, .customer-account-login .or-separator-2 {
    max-width: 100%; } }
@media only screen and (min-width: 480px) {
  /* line 114, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px; }
  /* line 120, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px; }
  /* line 124, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #f4f4f4; } }
@media only screen and (min-width: 770px) {
  /* line 133, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 0; }
  /* line 137, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #f4f4f4; }
  /* line 144, ../scss/module/_customer.scss */
  .customer-account-login body.customer-account .main-container {
    padding-top: 30px; }
  /* line 146, ../scss/module/_customer.scss */
  .customer-account-login body.customer-account .main-container .col-left {
    width: 20%; } }
@media only screen and (max-width: 479px) {
  /* line 154, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px; }
  /* line 158, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #f4f4f4; } }
@media only screen and (max-width: 770px) {
  /* line 166, ../scss/module/_customer.scss */
  .customer-account-login .col2-set p.required {
    display: none; }
  /* line 169, ../scss/module/_customer.scss */
  .customer-account-login .or-separator-2 {
    display: none; } }

/* line 177, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
  width: auto; }
/* line 181, ../scss/module/_customer.scss */
.customer-account-create .control.check {
  display: block;
  clear: left; }

/* line 186, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px; }

/* line 192, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none; }
/* line 195, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px; }

/* line 201, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative; }
/* line 207, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block; }
/* line 211, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Open Sans"; }
/* line 215, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px; }
/* line 223, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none; }

/* line 229, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  max-width: 455px; }
/* line 233, ../scss/module/_customer.scss */
.customer-account-create .fieldset, .customer-account-create .buttons-set {
  margin-left: 30px; }
@media only screen and (max-width: 479px) {
  /* line 233, ../scss/module/_customer.scss */
  .customer-account-create .fieldset, .customer-account-create .buttons-set {
    margin-left: 0; } }
/* line 242, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
  display: none; }
/* line 246, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px; }

/* line 252, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px; }
@media only screen and (max-width: 479px) {
  /* line 252, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
    margin-left: 0; } }
/* line 262, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 273, ../scss/module/_customer.scss */
.my-account .page-title h1 {
  border: 0;
  text-align: left;
  color: #000000;
  font-weight: 800;
  font-size: 24px; }
/* line 283, ../scss/module/_customer.scss */
.my-account .title-buttons {
  position: relative;
  text-align: right; }
/* line 287, ../scss/module/_customer.scss */
.my-account .title-buttons h1 {
  text-align: left;
  color: #000000;
  font-weight: 800;
  font-size: 24px; }
/* line 295, ../scss/module/_customer.scss */
.my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0; }
/* line 301, ../scss/module/_customer.scss */
.my-account .title-buttons a, .my-account .title-buttons span.separator {
  position: relative;
  top: -42px; }
/* line 308, ../scss/module/_customer.scss */
.my-account .fieldset h2, .my-account .addresses-list h2, .my-account .order-details h2 {
  width: 100%;
  display: inline-block; }
/* line 314, ../scss/module/_customer.scss */
.my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600; }
/* line 319, ../scss/module/_customer.scss */
.my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px; }
/* line 323, ../scss/module/_customer.scss */
.my-account .data-table {
  background: #ffffff;
  border-collapse: separate;
  padding: 0; }
/* line 327, ../scss/module/_customer.scss */
.my-account .data-table tbody tr {
  /* background-color: $c-gray-m; */
  border-bottom: 1px solid #EBEBEB; }
/* line 331, ../scss/module/_customer.scss */
.my-account .data-table .total .price {
  color: #555555;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800; }
/* line 338, ../scss/module/_customer.scss */
.my-account .limiter {
  padding: 0 15px; }
/* line 342, ../scss/module/_customer.scss */
.my-account .order-info-box .box-title {
  float: none; }

/* line 349, ../scss/module/_customer.scss */
.block-reorder {
  padding-right: 20px; }
/* line 351, ../scss/module/_customer.scss */
.block-reorder .block-title {
  border-top: 1px solid #ccc; }
/* line 354, ../scss/module/_customer.scss */
.block-reorder .block-title strong {
  color: #1a171b;
  font-size: 13px; }
/* line 358, ../scss/module/_customer.scss */
.block-reorder p.block-subtitle {
  font-size: 12px;
  color: #1a171b; }

/* line 364, ../scss/module/_customer.scss */
.data-table {
  margin-top: 5px; }
/* line 368, ../scss/module/_customer.scss */
.data-table td a {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px; }
/* line 376, ../scss/module/_customer.scss */
.data-table span.nobr {
  white-space: normal; }
/* line 379, ../scss/module/_customer.scss */
.data-table span.nobr a {
  white-space: nowrap; }
/* line 385, ../scss/module/_customer.scss */
.data-table td.view a {
  display: block; }
/* line 390, ../scss/module/_customer.scss */
.data-table .separator {
  display: none; }

@media only screen and (max-width: 770px) {
  /* line 397, ../scss/module/_customer.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    border-right: none; }
  /* line 400, ../scss/module/_customer.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #bd0237;
    border-bottom: none; } }
/* line 406, ../scss/module/_customer.scss */
.sidebar .block ol#compare-items li {
  margin: 10px 0; }
/* line 412, ../scss/module/_customer.scss */
.sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }
/* line 416, ../scss/module/_customer.scss */
.sidebar .block .block-content .actions {
  margin-top: 30px; }
/* line 422, ../scss/module/_customer.scss */
.sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
/* line 427, ../scss/module/_customer.scss */
.sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }
/* line 434, ../scss/module/_customer.scss */
.sidebar .block-cart .summary {
  margin-bottom: 15px; }
/* line 441, ../scss/module/_customer.scss */
.sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
/* line 445, ../scss/module/_customer.scss */
.sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px; }
/* line 450, ../scss/module/_customer.scss */
.sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  margin-bottom: 0;
  font-size: 12px;
  display: inline; }
/* line 454, ../scss/module/_customer.scss */
.sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a {
  color: #555555; }
/* line 457, ../scss/module/_customer.scss */
.sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a:hover {
  color: #000000;
  /*    font-weight: 600; */ }

/* line 467, ../scss/module/_customer.scss */
.my-account p.required {
  position: absolute;
  right: 20px; }
/* line 471, ../scss/module/_customer.scss */
.my-account .addresses-primary a {
  font-weight: 700; }
/* line 473, ../scss/module/_customer.scss */
.my-account .addresses-primary a:hover {
  color: #e42d38;
  text-decoration: none; }
/* line 481, ../scss/module/_customer.scss */
.my-account .form-list .control input[type="checkbox"]:not(old) + label:before {
  top: 10px;
  left: 0; }
/* line 485, ../scss/module/_customer.scss */
.my-account .form-list .control input[type="checkbox"]:checked:not(old) + label:before {
  top: 10px;
  left: 0; }
/* line 489, ../scss/module/_customer.scss */
.my-account .form-list .control label {
  background: none;
  padding-left: 20px; }
/* line 492, ../scss/module/_customer.scss */
.my-account .form-list .control label:hover {
  background: none; }

/* line 498, ../scss/module/_customer.scss */
.wishlist-index-share p.required {
  bottom: 67px; }

/* line 502, ../scss/module/_customer.scss */
.customer-account-edit .account-info .field {
  margin-bottom: 15px;
  position: relative; }
/* line 505, ../scss/module/_customer.scss */
.customer-account-edit .account-info .field .validation-advice {
  position: absolute;
  bottom: -15px; }
/* line 511, ../scss/module/_customer.scss */
.customer-account-edit .fieldset .account-info > li, .customer-account-edit .fieldset .account-info > div {
  width: 48%;
  display: inline-block; }
/* line 514, ../scss/module/_customer.scss */
.customer-account-edit .fieldset .account-info > li:nth-of-type(odd), .customer-account-edit .fieldset .account-info > div:nth-of-type(odd) {
  float: left; }
/* line 517, ../scss/module/_customer.scss */
.customer-account-edit .fieldset .account-info > li:nth-of-type(even), .customer-account-edit .fieldset .account-info > div:nth-of-type(even) {
  float: right; }
@media only screen and (max-width: 479px) {
  /* line 517, ../scss/module/_customer.scss */
  .customer-account-edit .fieldset .account-info > li:nth-of-type(even), .customer-account-edit .fieldset .account-info > div:nth-of-type(even) {
    float: left; } }
@media only screen and (max-width: 479px) {
  /* line 511, ../scss/module/_customer.scss */
  .customer-account-edit .fieldset .account-info > li, .customer-account-edit .fieldset .account-info > div {
    width: 100%; } }
/* line 528, ../scss/module/_customer.scss */
.customer-account-edit .fieldset:nth-of-type(2) li:not(.fields) {
  width: 48%;
  float: left; }
@media only screen and (max-width: 479px) {
  /* line 528, ../scss/module/_customer.scss */
  .customer-account-edit .fieldset:nth-of-type(2) li:not(.fields) {
    width: 100%; } }
/* line 536, ../scss/module/_customer.scss */
.customer-account-edit .fieldset:nth-of-type(2) .fields .field:first-of-type {
  width: 48%;
  float: right; }
@media only screen and (max-width: 479px) {
  /* line 536, ../scss/module/_customer.scss */
  .customer-account-edit .fieldset:nth-of-type(2) .fields .field:first-of-type {
    width: 100%;
    float: left; } }
/* line 544, ../scss/module/_customer.scss */
.customer-account-edit .fieldset:nth-of-type(2) .fields .field:last-of-type {
  width: 48%;
  float: left; }
@media only screen and (max-width: 479px) {
  /* line 544, ../scss/module/_customer.scss */
  .customer-account-edit .fieldset:nth-of-type(2) .fields .field:last-of-type {
    width: 100%; } }

/* line 557, ../scss/module/_customer.scss */
.customer-address-form .contact-info .field, .customer-address-form .contact-info-address .field {
  width: 48%; }
/* line 560, ../scss/module/_customer.scss */
.customer-address-form .contact-info .field .input-box .selectBox-dropdown, .customer-address-form .contact-info-address .field .input-box .selectBox-dropdown {
  width: 100% !important;
  padding: 0 20px 0 0; }
@media only screen and (max-width: 479px) {
  /* line 557, ../scss/module/_customer.scss */
  .customer-address-form .contact-info .field, .customer-address-form .contact-info-address .field {
    width: 100%; } }
/* line 568, ../scss/module/_customer.scss */
.customer-address-form .contact-info .field:nth-of-type(odd), .customer-address-form .contact-info-address .field:nth-of-type(odd) {
  float: left; }
/* line 571, ../scss/module/_customer.scss */
.customer-address-form .contact-info .field:nth-of-type(even), .customer-address-form .contact-info-address .field:nth-of-type(even) {
  float: right; }
@media only screen and (max-width: 479px) {
  /* line 571, ../scss/module/_customer.scss */
  .customer-address-form .contact-info .field:nth-of-type(even), .customer-address-form .contact-info-address .field:nth-of-type(even) {
    float: left; } }
/* line 578, ../scss/module/_customer.scss */
.customer-address-form .contact-info .field, .customer-address-form .contact-info-address .field {
  margin-bottom: 15px;
  position: relative; }
/* line 581, ../scss/module/_customer.scss */
.customer-address-form .contact-info .field .validation-advice, .customer-address-form .contact-info-address .field .validation-advice {
  position: absolute;
  bottom: -15px; }

/* line 589, ../scss/module/_customer.scss */
.customer-account-create .fieldset {
  margin-left: 0; }
/* line 592, ../scss/module/_customer.scss */
.customer-account-create .fieldset > p.required {
  position: absolute;
  right: 0; }
/* line 596, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  max-width: 100%;
  margin-left: 0; }
/* line 601, ../scss/module/_customer.scss */
.customer-account-create .create-account .field:nth-child(odd) {
  width: 48%;
  float: left; }
/* line 605, ../scss/module/_customer.scss */
.customer-account-create .create-account .field:nth-child(even) {
  width: 48%;
  float: right; }
/* line 609, ../scss/module/_customer.scss */
.customer-account-create .create-account .field {
  margin-bottom: 15px;
  position: relative; }
/* line 612, ../scss/module/_customer.scss */
.customer-account-create .create-account .field .validation-advice {
  position: absolute;
  bottom: -15px; }
/* line 619, ../scss/module/_customer.scss */
.customer-account-create .control input {
  display: none; }
/* line 622, ../scss/module/_customer.scss */
.customer-account-create .control .input-box {
  padding: 10px 0 15px; }
/* line 625, ../scss/module/_customer.scss */
.customer-account-create .control label {
  background: transparent;
  padding: 0 0 0 20px; }
/* line 628, ../scss/module/_customer.scss */
.customer-account-create .control label:hover {
  background: transparent; }
@media only screen and (max-width: 479px) {
  /* line 635, ../scss/module/_customer.scss */
  .customer-account-create .create-account .field:nth-child(odd) {
    width: 100%;
    float: left; }
  /* line 639, ../scss/module/_customer.scss */
  .customer-account-create .create-account .field:nth-child(even) {
    width: 100%;
    float: left; } }

/* line 647, ../scss/module/_customer.scss */
.enterprise-giftcardaccount-customer-index .fieldset li {
  width: 48%; }
@media only screen and (max-width: 479px) {
  /* line 647, ../scss/module/_customer.scss */
  .enterprise-giftcardaccount-customer-index .fieldset li {
    width: 100%; } }

/* line 657, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px; }
/* line 664, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

/* line 671, ../scss/module/_customer.scss */
.my-account .data-table.orders td a {
  font-size: 12px; }
/* line 674, ../scss/module/_customer.scss */
.my-account .data-table.orders thead th, .my-account .data-table.orders tbody td {
  padding: 15px 10px;
  font-size: 12px; }
@media only screen and (max-width: 979px) {
  /* line 679, ../scss/module/_customer.scss */
  .my-account .data-table.orders td.ship, .my-account .data-table.orders th.ship {
    display: none; } }

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 689, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px; }
/* line 694, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  color: #1a171b; }
/* line 702, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 10px; }
/* line 709, ../scss/module/_customer.scss */
.dashboard .box-title a, .dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px; }
/* line 715, ../scss/module/_customer.scss */
.dashboard .box-account {
  padding-bottom: 40px;
  /*   border-bottom: 1px solid $c-module-border; */
  margin-bottom: 45px; }
/* line 720, ../scss/module/_customer.scss */
.dashboard .box-account p, .dashboard .box-account address {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-style: italic; }
/* line 728, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }
/* line 733, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px; }
/* line 737, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
  color: #1a171b; }
/* line 745, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px; }
/* line 753, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0; }
/* line 757, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #f4f4f4; }
/* line 761, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0; }
/* line 765, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px; }
/* line 771, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px; }
/* line 774, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0; }
/* line 778, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px; }
/* line 785, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 799, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif; }
/* line 802, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
  padding-bottom: 0; }
/* line 807, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 30px 0; }
/* line 810, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 10px; }
@media only screen and (max-width: 770px) {
  /* line 816, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  /* line 822, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1 li.empty, .my-account .addresses-list .col-2 li.empty {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  /* line 831, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap; } }

/* ============================================ *
 * Order View
 * ============================================ */
/* line 844, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  margin-bottom: 30px; }
/* line 850, ../scss/module/_customer.scss */
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline; }
/* line 857, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px; }
/* line 861, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px; }
/* line 864, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600; }
/* line 868, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0; }

/* line 874, ../scss/module/_customer.scss */
.order-date {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase; }

/* line 879, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
/* line 883, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4; }
/* line 888, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%; }
/* line 893, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%; }
/* line 897, ../scss/module/_customer.scss */
.order-info-box .col-1, .order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
/* line 904, ../scss/module/_customer.scss */
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left; }
/* line 909, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap; }
/* line 916, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ':'; }
/* line 922, ../scss/module/_customer.scss */
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif; }
@media only screen and (max-width: 1024px) {
  /* line 922, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: both; } }
/* line 929, ../scss/module/_customer.scss */
.order-info-box .box-content td, .order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3; }
/* line 935, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px; }
/* line 938, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px; }
/* line 942, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

/* line 951, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic; }
/* line 957, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px; }
/* line 961, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

/* line 968, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
/* line 972, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px; }
/* line 974, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input.reorder {
  display: none; }
/* line 978, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input[type="checkbox"]:not(old) + label:before {
  top: -10px; }
/* line 981, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input[type="checkbox"]:checked:not(old) + label:before {
  border: none;
  top: -10px; }
/* line 987, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
  text-transform: none; }

@media only screen and (max-width: 599px) {
  /* line 995, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px; }
  /* line 999, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px; }
  /* line 1004, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }
  /* line 1008, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; }
  /* line 1013, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #f4f4f4; }
  /* line 1018, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }
  /* line 1024, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0; }
  /* line 1028, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px; }
  /* line 1034, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }
/* line 1040, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0; }

/* line 1045, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px; }

@media only screen and (max-width: 1199px) {
  /* line 1053, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0; }

  /* line 1063, ../scss/module/_customer.scss */
  body.customer-account .data-table td.view a {
    white-space: normal; } }
@media only screen and (max-width: 979px) {
  /* line 1073, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left; }
  /* line 1076, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons span.separator, body.customer-account .my-account .title-buttons a {
    top: -12px; } }
@media only screen and (max-width: 770px) {
  /* line 1087, ../scss/module/_customer.scss */
  body.customer-account .col-left {
    min-height: 0; }
  /* line 1092, ../scss/module/_customer.scss */
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship, body.customer-account .data-table.orders td.status, body.customer-account .data-table.orders th.status {
    display: none; }

  /* line 1103, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left; }

  /* line 1109, ../scss/module/_customer.scss */
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }

  /* line 1117, ../scss/module/_customer.scss */
  .order-info dt {
    display: none; }

  /* line 1123, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px; }
  /* line 1126, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0; }
  /* line 1131, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif; }
  /* line 1134, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic; }
  /* line 1139, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  /* line 1145, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }
  /* line 1152, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; }
  /* line 1157, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right; } }
@media only screen and (max-width: 599px) {
  /* line 1168, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0; } }
@media only screen and (max-width: 479px) {
  /* line 1180, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: left;
    font-size: 22px; }
  /* line 1186, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: center; }
  /* line 1189, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px; }
  /* line 1194, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px; }
  /* line 1201, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
    font-size: 16px; }
  /* line 1207, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px; }
  /* line 1211, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0; }
  /* line 1216, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto; }
  /* line 1223, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px; }

  /* line 1230, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px; }

  /* line 1236, ../scss/module/_customer.scss */
  .data-table.orders .link-reorder, .data-table.orders .date {
    display: none; }
  /* line 1241, ../scss/module/_customer.scss */
  .data-table.orders td.view {
    text-align: right; }

  /* line 1249, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px; }

  /* line 1257, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0; }
  /* line 1260, ../scss/module/_customer.scss */
  .order-info-box .col-1, .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 0; }
  /* line 1267, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px; }

  /* line 1275, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal; } }
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 1286, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }
/* line 1290, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }
/* line 1294, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px; }

/* ============================================ *
 * My orders table
 * ============================================ */
/* line 1305, ../scss/module/_customer.scss */
#my-orders-table tr td {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }
@media only screen and (max-width: 479px) {
  /* line 1305, ../scss/module/_customer.scss */
  #my-orders-table tr td {
    padding: 10px 0 !important; } }
/* line 1315, ../scss/module/_customer.scss */
#my-orders-table tr td h3 {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }
/* line 1323, ../scss/module/_customer.scss */
#my-orders-table tr td span.price {
  color: #555555;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800; }
@media only screen and (max-width: 599px) {
  /* line 1333, ../scss/module/_customer.scss */
  #my-orders-table thead th {
    display: none; } }
@media only screen and (max-width: 599px) {
  /* line 1338, ../scss/module/_customer.scss */
  #my-orders-table.linearize-table-large tbody tr td {
    padding: 10px 0 !important; } }
/* line 1343, ../scss/module/_customer.scss */
#my-orders-table tbody tr td:nth-child(2) {
  white-space: nowrap; }
/* line 1346, ../scss/module/_customer.scss */
#my-orders-table tbody tr td:nth-last-child(2) {
  font-size: 0; }
/* line 1348, ../scss/module/_customer.scss */
#my-orders-table tbody tr td:nth-last-child(2) strong {
  font-size: 12px; }
/* line 1353, ../scss/module/_customer.scss */
#my-orders-table tfoot tr td {
  padding: 10px 20px; }
/* line 1356, ../scss/module/_customer.scss */
#my-orders-table tfoot tr td:first-child {
  color: #B6B6B6;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap; }
@media only screen and (max-width: 599px) {
  /* line 1356, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr td:first-child {
    padding-left: 0 !important; } }
@media only screen and (max-width: 599px) {
  /* line 1365, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr td:nth-child(2n) {
    padding-right: 0 !important; } }
/* line 1371, ../scss/module/_customer.scss */
#my-orders-table tfoot tr.grand_total td:first-child strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 14px;
  font-family: "Open Sans";
  color: #000000; }
/* line 1378, ../scss/module/_customer.scss */
#my-orders-table tfoot tr.grand_total td:last-child strong span.price {
  font-size: 24px;
  line-height: 14px;
  font-weight: 700; }
/* line 1385, ../scss/module/_customer.scss */
#my-orders-table tfoot td {
  border: none; }
@media only screen and (max-width: 479px) {
  /* line 1385, ../scss/module/_customer.scss */
  #my-orders-table tfoot td {
    line-height: 18px; } }
/* line 1391, ../scss/module/_customer.scss */
#my-orders-table tfoot .price {
  font-size: 16px; }
@media only screen and (max-width: 599px) {
  /* line 1391, ../scss/module/_customer.scss */
  #my-orders-table tfoot .price {
    font-size: 14px;
    line-height: 18px; } }
/* line 1398, ../scss/module/_customer.scss */
#my-orders-table tfoot tr:not(.last) td:first-child {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #B6B6B6; }
@media only screen and (max-width: 599px) {
  /* line 1398, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr:not(.last) td:first-child {
    font-size: 12px; } }
/* line 1408, ../scss/module/_customer.scss */
#my-orders-table tfoot tr.last td {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB; }
@media only screen and (max-width: 599px) {
  /* line 1408, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.last td {
    font-size: 18px; } }
/* line 1417, ../scss/module/_customer.scss */
#my-orders-table tfoot tr.last td .price {
  font-size: 24px; }
@media only screen and (max-width: 599px) {
  /* line 1417, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.last td .price {
    font-size: 18px; } }
/* line 1423, ../scss/module/_customer.scss */
#my-orders-table tfoot tr.last td strong {
  font-weight: 400; }

/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px; }
/* line 35, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left; }
@media only screen and (max-width: 599px) {
  /* line 31, ../../../rwd/default/scss/module/_contacts.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0; }
  /* line 43, ../../../rwd/default/scss/module/_contacts.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px; }
  /* line 48, ../../../rwd/default/scss/module/_contacts.scss */
  .contacts-index-index .buttons-set p.required {
    float: right; } }

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  /* line 34, ../../../rwd/default/scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1, .paypal-review-order .col2-set .col-2 {
    padding: 0px; } }

/* line 42, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED; }
/* line 48, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
/* line 53, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px; }
@media only screen and (max-width: 770px) {
  /* line 59, ../../../rwd/default/scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0; }
  /* line 63, ../../../rwd/default/scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none; } }

/* line 70, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center; }
/* line 75, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad span {
  display: inline-block; }
/* line 78, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad span a {
  display: block; }

/* line 84, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px; }
/* line 89, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad span {
  display: block;
  line-height: 0; }
/* line 93, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%; }
/* line 97, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad a:hover {
  opacity: 0.7; }
/* line 100, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%; }

/* line 107, ../../../rwd/default/scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0; }

@media only screen and (max-width: 770px) {
  /* line 113, ../../../rwd/default/scss/module/_paypal.scss */
  .bml-ad.small {
    display: block; } }
@media only screen and (min-width: 771px) {
  /* line 119, ../../../rwd/default/scss/module/_paypal.scss */
  .bml-ad.large {
    display: block; } }
/* line 124, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%; }
/* line 129, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%; }
/* line 133, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%; }
/* line 137, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%; }
/* line 143, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none; }

/* line 149, ../../../rwd/default/scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right; }

/* line 154, ../../../rwd/default/scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none; }

/* line 159, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0; }
/* line 163, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%; }
/* line 167, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8; }
/* line 170, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
  display: block; }
/* line 174, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px; }
/* line 176, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 30, ../scss/module/_review.scss */
#customer-reviews {
  width: auto;
  float: none; }
/* line 34, ../scss/module/_review.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px; }
/* line 39, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both; }
/* line 43, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block; }
/* line 48, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto; }
/* line 54, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0; }
/* line 57, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase; }
/* line 65, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none; }
/* line 71, ../scss/module/_review.scss */
#customer-reviews h2 {
  color: #e42d38;
  font-size: 12px;
  text-transform: uppercase; }
/* line 76, ../scss/module/_review.scss */
#customer-reviews h2 span {
  color: #1a171b; }
/* line 81, ../scss/module/_review.scss */
#customer-reviews h3 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase; }
/* line 87, ../scss/module/_review.scss */
#customer-reviews h3 span {
  color: #e42d38; }
/* line 92, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px; }
/* line 96, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase; }
/* line 104, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none; }
/* line 109, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px; }
/* line 124, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both; }
/* line 129, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal; }
/* line 134, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none; }
/* line 141, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0; }
/* line 145, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%; }
/* line 152, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px; }
/* line 158, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px; }
/* line 164, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase; }
/* line 169, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  margin: 10px 0;
  color: #1a171b;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px; }
/* line 177, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%; }
/* line 182, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px; }
/* line 186, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%; }
/* line 192, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0; }
/* line 196, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #e42d38;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase; }

/* line 209, ../scss/module/_review.scss */
.review-product-list .product-view .more-views {
  display: none; }
/* line 212, ../scss/module/_review.scss */
.review-product-list .product-view .add-to-social .add-to-links {
  border: none; }
/* line 216, ../scss/module/_review.scss */
.review-product-list .product-img-box .product-image {
  width: 100%; }
/* line 219, ../scss/module/_review.scss */
.review-product-list .main-container {
  padding-top: 30px; }

/* line 224, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px; }
/* line 228, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent; }
/* line 231, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px; }
/* line 239, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px; }
/* line 243, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0; }
/* line 248, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0; }
/* line 257, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none; }
/* line 260, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 280, ../scss/module/_review.scss */
.ratings-table {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
/* line 285, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px; }
/* line 289, ../scss/module/_review.scss */
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px; }
/* line 298, ../scss/module/_review.scss */
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px; }

@media only screen and (max-width: 770px) {
  /* line 315, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; }
  /* line 319, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; }
  /* line 323, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%; }
  /* line 327, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px; } }
@media only screen and (max-width: 535px) {
  /* line 343, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; }
  /* line 347, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0; } }
@media only screen and (max-width: 520px) {
  /* line 362, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%; }
  /* line 365, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%; }
  /* line 369, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label, #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none; }
  /* line 377, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%; }
  /* line 384, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px; }
  /* line 391, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px; }
  /* line 396, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px; }
  /* line 402, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%; }
  /* line 409, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none; }
  /* line 412, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block; } }
@media only screen and (max-width: 450px) {
  /* line 424, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none; } }
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 435, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }
/* line 440, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
/* line 444, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%; }
/* line 448, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%; }

@media only screen and (max-width: 770px) {
  /* line 458, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%; } }
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #f4f4f4; }
/* line 37, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF; }
/* line 43, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0; }
/* line 53, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100; }
/* line 58, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%; }

/* line 66, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
/* line 76, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer; }
/* line 85, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative; }
/* line 99, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #db1c28; }
/* line 103, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #c51924; }
/* line 108, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer; }

/* line 113, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev, .slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
/* line 125, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:before, .slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px; }
/* line 137, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:hover, .slideshow-next:hover {
  opacity: 1; }
/* line 141, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev.disabled, .slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default; }

/* line 147, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px; }
/* line 150, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px; }
/* line 157, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #db1c28 transparent transparent; }

/* line 162, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px; }
/* line 165, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px; }
/* line 172, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #db1c28; }

/* line 177, ../../../rwd/default/scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110; }

/* line 185, ../../../rwd/default/scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 30, ../scss/module/_wishlist.scss */
#wishlist-table {
  background: #ffffff;
  border-collapse: separate;
  padding: 0; }
/* line 35, ../scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
  background-color: transparent;
  font-family: "Open Sans";
  font-weight: 800;
  text-transform: uppercase;
  color: #B6B6B6;
  font-size: 14px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px; }
/* line 46, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  text-transform: none; }
/* line 52, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #EBEBEB; }
/* line 56, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top; }
/* line 61, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: uppercase; }
/* line 68, ../scss/module/_wishlist.scss */
#wishlist-table .product-image {
  display: block;
  position: relative; }
/* line 72, ../scss/module/_wishlist.scss */
#wishlist-table .product-image img {
  border: 2px solid #EBEBEB;
  max-width: 100%;
  width: 100%;
  height: auto; }
/* line 80, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 0; }
/* line 85, ../scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }
/* line 94, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  color: #000000;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 12px 0 0;
  text-transform: uppercase; }
/* line 103, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #EBEBEB;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
/* line 113, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase; }
/* line 116, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase; }
/* line 119, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase; }
/* line 122, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase; }
/* line 126, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #3399CC; }
/* line 131, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
/* line 136, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #4c4c4c;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #555; }
/* line 147, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button:hover {
  background-color: #4c4c4c;
  -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
  border: solid 1px #555;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4)); }
/* line 162, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center; }
/* line 166, ../scss/module/_wishlist.scss */
#wishlist-table td {
  background-color: transparent;
  font-family: "Open Sans";
  border-bottom: 1px solid #EBEBEB; }
/* line 174, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }
/* line 178, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }
/* line 181, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity input {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #ebebeb;
  font-weight: 700;
  height: 50px;
  text-align: center;
  width: 50px; }
/* line 193, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }
/* line 198, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
/* line 201, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative; }
/* line 209, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button.link-edit {
  line-height: 20px; }
@media only screen and (max-width: 770px) {
  /* line 201, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 10px; }
  /* line 214, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .button.link-edit {
    line-height: 20px; } }
@media only screen and (max-width: 650px) {
  /* line 201, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 10px; }
  /* line 220, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .button.link-edit {
    line-height: 20px; } }
/* line 224, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .please-wait-buy img {
  width: 18%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  bottom: 13%; }
@media only screen and (max-width: 650px) {
  /* line 224, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .button .please-wait-buy img {
    height: 100%;
    width: auto;
    vertical-align: top;
    top: 13%; } }
@media only screen and (max-width: 599px) {
  /* line 224, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .button .please-wait-buy img {
    height: 100%;
    width: auto;
    vertical-align: top;
    top: 0; } }
/* line 249, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px; }
/* line 253, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0; }
/* line 257, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center; }
/* line 261, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top; }
/* line 266, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }
/* line 269, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove .btn-remove {
  background: url("../images/remove_cart.png") no-repeat;
  border: none;
  height: 11px;
  vertical-align: middle;
  width: 11px; }
/* line 278, ../scss/module/_wishlist.scss */
#wishlist-table td .button, #wishlist-table td button {
  white-space: normal; }
/* line 286, ../scss/module/_wishlist.scss */
#wishlist-table .price-box {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px; }
/* line 290, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #555555;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800; }
/* line 298, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px; }
/* line 301, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none; }
/* line 305, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #464646;
  margin-bottom: 3px; }
/* line 313, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #464646; }
/* line 319, ../scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600; }

/* line 323, ../scss/module/_wishlist.scss */
.my-wishlist .buttons-set {
  border: 0; }

@media only screen and (max-width: 1199px) {
  /* line 332, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 979px) {
  /* line 344, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 348, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px; }
  /* line 352, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px; }
  /* line 357, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 13px; } }
@media only screen and (max-width: 979px) {
  /* line 365, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; }
  /* line 368, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px; } }
@media only screen and (max-width: 770px) {
  /* line 376, ../scss/module/_wishlist.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both; }
  /* line 380, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 16px; }
  /* line 384, ../scss/module/_wishlist.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%; }
  /* line 389, ../scss/module/_wishlist.scss */
  #wishlist-table .item-manage {
    max-width: 100%; }
  /* line 393, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative; }
  /* line 396, ../scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both; }
  /* line 401, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; }
  /* line 404, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px; }
  /* line 411, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0; }
  /* line 415, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px; }
  /* line 421, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px; } }
@media only screen and (max-width: 599px) {
  /* line 431, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: none; }
  /* line 434, ../scss/module/_wishlist.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
    text-align: left; } }
@media only screen and (max-width: 479px) {
  /* line 445, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative; }
  /* line 449, ../scss/module/_wishlist.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block; }
  /* line 452, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image[data-rwd-label]:before {
    display: none; }
  /* line 455, ../scss/module/_wishlist.scss */
  #wishlist-table td[data-rwd-label]::before {
    color: #b6b6b6;
    content: attr(data-rwd-label) ":";
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 40px; }
  /* line 465, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
    border-bottom: 0; }
  /* line 477, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; }
  /* line 481, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
    width: 100%; }
  /* line 485, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 100%;
    height: auto; }
  /* line 493, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
    padding: 5px 0; }
  /* line 497, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px; }
  /* line 502, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left; }
  /* line 506, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0; }
  /* line 510, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity input {
    position: relative;
    top: -15px; }
  /* line 516, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%; }
  /* line 521, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%; }
  /* line 527, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
    border-bottom: 0; }
  /* line 539, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 552, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }
/* line 556, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }
/* line 561, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0; }
/* line 566, ../scss/module/_wishlist.scss */
.block-wishlist .price-box, .block-wishlist .price-box .price, .block-wishlist .link-cart {
  font-size: 12px; }
/* line 572, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #f4f4f4; }

/* ============================================ *
 * Send to friend
 * ============================================ */
/* line 585, ../scss/module/_wishlist.scss */
.send-friend h1 {
  border-bottom: 0; }

/* line 588, ../scss/module/_wishlist.scss */
.send-friend h2 {
  border-bottom: 0;
  font-size: 14px;
  padding-top: 20px; }

/* line 593, ../scss/module/_wishlist.scss */
.send-friend form .fieldset {
  width: 48%; }
/* line 595, ../scss/module/_wishlist.scss */
.send-friend form .fieldset:first-of-type {
  float: left; }
/* line 598, ../scss/module/_wishlist.scss */
.send-friend form .fieldset:nth-of-type(2) {
  float: right;
  margin-top: 0; }
/* line 602, ../scss/module/_wishlist.scss */
.send-friend form .fieldset textarea {
  width: 100%;
  min-width: 100%; }
@media only screen and (max-width: 599px) {
  /* line 593, ../scss/module/_wishlist.scss */
  .send-friend form .fieldset {
    width: 100%; } }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
  display: inline-block; }
@media only screen and (max-width: 770px) {
  /* line 30, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart {
    display: block; } }
/* line 37, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px; }
/* line 42, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty {
  padding: 10px;
  text-align: center; }
/* line 47, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
  padding: 0 20px; }
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none; }
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative; }
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block; }
/* line 54, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  display: none; }
/* line 57, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle {
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px; }
/* line 68, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #1a171b;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px; }
/* line 81, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list {
  padding: 0; }
/* line 84, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li {
  padding: 10px 0;
  border-top: 1px solid #DDDDDD;
  position: relative; }
@media only screen and (max-width: 599px) {
  /* line 84, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .mini-products-list li {
    padding: 5px 0;
    margin-bottom: 0; } }
/* line 93, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-image {
  margin-right: 10px; }
/* line 95, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-image img {
  border: 2px solid #EBEBEB; }
@media only screen and (max-width: 599px) {
  /* line 95, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .mini-products-list li .product-image img {
    width: 60px;
    height: 60px; } }
/* line 104, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details {
  position: relative;
  margin-left: 0;
  float: left;
  width: 135px;
  overflow: hidden; }
/* line 111, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details .product-name {
  font-size: 10px;
  text-transform: none; }
/* line 115, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details .price {
  font-size: 12px;
  color: #555555; }
/* line 119, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .remove {
  float: right;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #B6B6B6;
  transform: translateY(50%); }
/* line 131, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold; }
/* line 135, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name a {
  color: #464646; }
/* line 141, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper {
  margin-bottom: 0.5em; }
/* line 144, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px; }
/* line 148, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper td {
  color: #3399CC;
  clear: right; }
/* line 154, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px; }
/* line 160, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px; }
/* line 169, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms; }
/* line 175, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default; }
/* line 179, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1; }
/* line 185, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em; }
@media only screen and (max-width: 599px) {
  /* line 185, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal {
    margin: 0 0 10px; } }
/* line 193, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
/* line 199, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
  color: #000;
  font-size: 12px; }
/* line 205, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
  padding: 10px 0;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: left; }
/* line 212, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-button {
  width: 120px;
  text-align: center;
  float: right; }
@media only screen and (max-width: 770px) {
  /* line 212, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; } }
/* line 221, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px; }
/* line 229, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6; }
/* line 235, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none; }
/* line 241, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: #000000;
  display: none; }
/* line 248, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev, .header-minicart .jcarousel-control-next {
  display: none; }

/* line 254, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart, .block-cart.skip-active {
  display: block; }

@media only screen and (min-width: 771px) {
  /* line 260, ../scss/module/_checkout-cart-minicart.scss */
  .checkout-types.minicart {
    float: none;
    text-align: center; } }
@media only screen and (max-width: 479px) {
  /* line 267, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart {
    z-index: 1; } }
@media only screen and (max-width: 770px) {
  /* line 275, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal .label {
    color: #1a171b; }
  /* line 280, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED; }
  /* line 285, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .quantity-button {
    float: none; }
  /* line 289, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px; }
  /* line 293, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px; }
  /* line 297, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions {
    padding: 0 0 40px;
    text-align: center; }
  /* line 301, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    top: 37px;
    right: 10px;
    position: absolute; }
  /* line 308, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block; }
  /* line 312, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline; }
  /* line 316, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top; }
  /* line 321, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px; } }
@media only screen and (max-width: 770px) {
  /* line 338, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%; }
  /* line 348, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or, .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0; }
  /* line 355, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6; } }
@media only screen and (max-width: 599px) {
  /* line 368, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; } }
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
/* line 38, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
/* line 48, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li {
  border-bottom: 1px solid #E3E3E3;
  color: #464646;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left; }
/* line 56, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li:hover {
  color: #393939; }
/* line 60, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li.selected {
  background-color: #464646;
  color: white; }
/* line 65, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold; }
/* line 70, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li:last-child {
  border-bottom: none; }
/* line 76, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #464646;
  border-top: none;
  left: 50%;
  top: -7px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 87, ../../../rwd/default/scss/module/_search.scss */
.advanced-search {
  background: #E3E3E3;
  border: 1px solid #f4f4f4;
  padding: 30px; }
/* line 93, ../../../rwd/default/scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #f4f4f4;
  padding: 2px 5px; }

@media only screen and (max-width: 479px) {
  /* line 101, ../../../rwd/default/scss/module/_search.scss */
  .advanced-search {
    padding: 15px; } }
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 31, ../scss/module/_account-reviews.scss */
.product-review .page-title h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #e42d38;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-transform: capitalize;
  border: none; }
/* line 37, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }
/* line 46, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0; }
/* line 51, ../scss/module/_account-reviews.scss */
.product-review .product-details {
  float: right;
  width: 48%; }
/* line 54, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #1a171b;
  font-size: 18px;
  font-weight: 800;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-bottom: 10px; }
/* line 64, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 67, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px; }
/* line 71, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase; }
/* line 80, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
/* line 90, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px; }

@media only screen and (min-width: 771px) {
  /* line 103, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none; } }
@media only screen and (min-width: 1126px) {
  /* line 115, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px; } }
@media only screen and (max-width: 320px) {
  /* line 128, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none; } }
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 36, ../scss/module/_cms.scss */
.cms-page-view .breadcrumbs, .cms-no-route .breadcrumbs {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1180px; }
@media only screen and (max-width: 1199px) {
  /* line 36, ../scss/module/_cms.scss */
  .cms-page-view .breadcrumbs, .cms-no-route .breadcrumbs {
    padding-left: 20px; } }
/* line 51, ../scss/module/_cms.scss */
.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-no-route .page-head h1, .cms-no-route .page-head h3 {
  border: none; }
/* line 56, ../scss/module/_cms.scss */
.cms-page-view .std, .cms-no-route .std {
  padding-top: 10px; }
/* line 59, ../scss/module/_cms.scss */
.cms-page-view .std img, .cms-no-route .std img {
  max-width: 100%; }
/* line 62, ../scss/module/_cms.scss */
.cms-page-view .std .page-content, .cms-no-route .std .page-content {
  padding-top: 10px; }
/* line 64, ../scss/module/_cms.scss */
.cms-page-view .std .page-content .magento-image-more-logo, .cms-no-route .std .page-content .magento-image-more-logo {
  float: right;
  margin-left: 10px; }
@media only screen and (max-width: 479px) {
  /* line 64, ../scss/module/_cms.scss */
  .cms-page-view .std .page-content .magento-image-more-logo, .cms-no-route .std .page-content .magento-image-more-logo {
    float: none;
    margin-left: 0;
    text-align: center; } }
/* line 73, ../scss/module/_cms.scss */
.cms-page-view .std .page-content .manfrotto-vintage, .cms-no-route .std .page-content .manfrotto-vintage {
  float: right;
  margin-left: 10px; }
@media only screen and (max-width: 479px) {
  /* line 73, ../scss/module/_cms.scss */
  .cms-page-view .std .page-content .manfrotto-vintage, .cms-no-route .std .page-content .manfrotto-vintage {
    float: none;
    margin-left: 0;
    text-align: center; } }
/* line 82, ../scss/module/_cms.scss */
.cms-page-view .std .page-content .history-bottom, .cms-no-route .std .page-content .history-bottom {
  float: left; }
@media only screen and (max-width: 645px) {
  /* line 82, ../scss/module/_cms.scss */
  .cms-page-view .std .page-content .history-bottom, .cms-no-route .std .page-content .history-bottom {
    width: 100%; } }
/* line 89, ../scss/module/_cms.scss */
.cms-page-view .std p, .cms-no-route .std p {
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px; }
/* line 94, ../scss/module/_cms.scss */
.cms-page-view .std p a, .cms-no-route .std p a {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #e42d38; }
/* line 102, ../scss/module/_cms.scss */
.cms-page-view .std h1, .cms-no-route .std h1 {
  color: #e42d38; }
/* line 106, ../scss/module/_cms.scss */
.cms-page-view .std h2, .cms-no-route .std h2 {
  color: #e42d38;
  /*  border-bottom: 1px solid #ccc; */
  text-transform: capitalize; }
/* line 112, ../scss/module/_cms.scss */
.cms-page-view .std li, .cms-no-route .std li {
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  /*             font-style: italic; */
  line-height: 24px; }
/* line 119, ../scss/module/_cms.scss */
.cms-page-view .std td, .cms-no-route .std td {
  padding: 5px; }
/* line 125, ../scss/module/_cms.scss */
.cms-page-view .col-left:after, .cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }
/* line 130, ../scss/module/_cms.scss */
.cms-page-view .block-cms-menu li.current, .cms-no-route .block-cms-menu li.current {
  color: #1a171b;
  font-weight: 600; }

/* line 140, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%; }

/* line 149, ../scss/module/_cms.scss */
.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages {
  margin-bottom: 10px; }
/* line 152, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul, .cms-home .std .messages ul, .cms-no-route .std .messages ul {
  margin-bottom: 0; }
/* line 156, ../scss/module/_cms.scss */
.cms-page-view .std .messages li, .cms-home .std .messages li, .cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Open Sans"; }
/* line 163, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template, .cms-home .std .cms-page-template, .cms-no-route .std .cms-page-template {
  padding: 45px 55px 45px 55px;
  background: #FFFFFF;
  overflow: auto; }
/* line 169, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template h2, .cms-home .std .cms-page-template h2, .cms-no-route .std .cms-page-template h2 {
  font-weight: normal;
  font-size: 36px; }
/* line 180, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template span.shop-link, .cms-home .std .cms-page-template span.shop-link, .cms-no-route .std .cms-page-template span.shop-link {
  color: #E42D38;
  text-transform: uppercase;
  font-weight: bold; }
/* line 185, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template div.cms-date-link, .cms-home .std .cms-page-template div.cms-date-link, .cms-no-route .std .cms-page-template div.cms-date-link {
  padding-bottom: 10px; }
/* line 189, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template .float-left img, .cms-home .std .cms-page-template .float-left img, .cms-no-route .std .cms-page-template .float-left img {
  float: left;
  border: 1px solid #ccc;
  margin-right: 50px;
  margin-bottom: 40px; }
/* line 197, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template .float-right img, .cms-home .std .cms-page-template .float-right img, .cms-no-route .std .cms-page-template .float-right img {
  float: right;
  border: 1px solid #ccc;
  margin-left: 50px;
  margin-bottom: 40px; }
/* line 205, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template .top-center img, .cms-home .std .cms-page-template .top-center img, .cms-no-route .std .cms-page-template .top-center img {
  float: none;
  margin-bottom: 40px;
  text-align: center; }
/* line 210, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template .top-center h2, .cms-home .std .cms-page-template .top-center h2, .cms-no-route .std .cms-page-template .top-center h2 {
  padding-bottom: 15px;
  margin-bottom: 2px; }
/* line 216, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template .full-width img, .cms-home .std .cms-page-template .full-width img, .cms-no-route .std .cms-page-template .full-width img {
  float: none;
  width: 100%;
  margin-bottom: 40px; }
/* line 221, ../scss/module/_cms.scss */
.cms-page-view .std .cms-page-template .full-width h2, .cms-home .std .cms-page-template .full-width h2, .cms-no-route .std .cms-page-template .full-width h2 {
  padding-bottom: 15px;
  margin-bottom: 2px; }

/* line 206, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none; }
/* line 210, ../scss/mixin/_toggle-content.scss */
#accordion > dl {
  /*  @include bp(max-width, $bp-medium) {
       	margin: 0 -20px;
   } */ }
/* line 215, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #1a171b;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #E3E3E3;
  display: block; }
/* line 192, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #464646;
  border-bottom: none;
  left: 10px;
  top: 55%;
  margin-top: -3px; }
/* line 200, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:hover {
  /*   background-color: $c-module-background-hover; */ }
/* line 220, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  padding: 10px;
  margin: 0; }
/* line 237, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden; }
/* line 241, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px; }

/* line 251, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
/* line 256, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative; }
/* line 259, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px; }
/* line 264, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0; }

/* line 274, ../scss/module/_cms.scss */
.contacts-index-index h1 {
  border: none; }
@media only screen and (max-width: 770px) {
  /* line 277, ../scss/module/_cms.scss */
  .contacts-index-index .col-main {
    padding: 24px 10px 10px; } }

/* line 283, ../scss/module/_cms.scss */
.contact-us-content {
  width: 100%; }

/* line 286, ../scss/module/_cms.scss */
#contactForm {
  padding-left: 0;
  width: 70%;
  float: left;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px; }
/* line 298, ../scss/module/_cms.scss */
#contactForm h1 {
  color: #e42d38; }
/* line 301, ../scss/module/_cms.scss */
#contactForm input[type="email"], #contactForm input[type="search"], #contactForm input[type="number"], #contactForm input[type="password"], #contactForm input[type="tel"], #contactForm input[type="text"], #contactForm .selectBox-dropdown, #contactForm textarea {
  box-shadow: none;
  border: 1px solid #B6B6B6; }
/* line 306, ../scss/module/_cms.scss */
#contactForm h2 {
  display: none; }
/* line 310, ../scss/module/_cms.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both; }
/* line 314, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
  margin: 0; }
/* line 317, ../scss/module/_cms.scss */
#contactForm .select-box .selectBox {
  width: 100% !important; }
/* line 320, ../scss/module/_cms.scss */
#contactForm .buttons-set {
  width: 100%;
  max-width: 100%;
  margin-left: 0; }
@media only screen and (max-width: 770px) {
  /* line 325, ../scss/module/_cms.scss */
  #contactForm .buttons-set button {
    float: right; } }
@media only screen and (max-width: 599px) {
  /* line 330, ../scss/module/_cms.scss */
  #contactForm .buttons-set button {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  /* line 286, ../scss/module/_cms.scss */
  #contactForm {
    width: 100%;
    float: none; } }
/* line 339, ../scss/module/_cms.scss */
#contactForm .customer-additional-info {
  display: block;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px; }

/* line 347, ../scss/module/_cms.scss */
.contact-us-content .contact-info {
  width: 30%;
  float: right;
  padding-left: 30px;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 353, ../scss/module/_cms.scss */
.contact-us-content .contact-info p {
  font-weight: 700; }
/* line 356, ../scss/module/_cms.scss */
.contact-us-content .contact-info .store-name {
  font-weight: 700; }
/* line 360, ../scss/module/_cms.scss */
.contact-us-content .contact-info .contact-address span {
  display: block; }
/* line 364, ../scss/module/_cms.scss */
.contact-us-content .contact-info .contact-phone {
  padding: 15px 0 25px; }
/* line 366, ../scss/module/_cms.scss */
.contact-us-content .contact-info .contact-phone span {
  display: block; }
@media only screen and (max-width: 599px) {
  /* line 347, ../scss/module/_cms.scss */
  .contact-us-content .contact-info {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 30px; } }

/* line 382, ../scss/module/_cms.scss */
.cms-spareparts .spare-parts {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px; }
/* line 391, ../scss/module/_cms.scss */
.cms-spareparts .spare-parts .search-section .search_field {
  box-shadow: none;
  border: 1px solid #B6B6B6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
/* line 399, ../scss/module/_cms.scss */
.cms-spareparts .breadcrumbs {
  margin-top: 0; }
/* line 402, ../scss/module/_cms.scss */
.cms-spareparts .limiter {
  padding: 0;
  padding-left: 10px; }
/* line 406, ../scss/module/_cms.scss */
.cms-spareparts .count-container strong {
  font-size: 13px;
  font-weight: 800; }
/* line 410, ../scss/module/_cms.scss */
.cms-spareparts .pager {
  margin-bottom: 15px;
  top: 0;
  display: inline-block; }
/* line 415, ../scss/module/_cms.scss */
.cms-spareparts .pager .count-container {
  width: 100%; }

/* line 420, ../scss/module/_cms.scss */
.spare-banner {
  padding-bottom: 35px; }
/* line 423, ../scss/module/_cms.scss */
.spare-banner img {
  width: 100%; }

/* line 427, ../scss/module/_cms.scss */
.spare-column-left {
  width: 49%;
  display: inline-block;
  float: left; }
/* line 432, ../scss/module/_cms.scss */
.spare-column-left p {
  font-size: 11px;
  padding-right: 15px; }

/* line 438, ../scss/module/_cms.scss */
.spare-column-right {
  width: 51%;
  display: inline-block; }
/* line 442, ../scss/module/_cms.scss */
.spare-column-right img {
  width: 100%;
  float: right; }

/* line 447, ../scss/module/_cms.scss */
.supports-logo {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%; }
/* line 452, ../scss/module/_cms.scss */
.supports-logo a {
  display: inline-block;
  width: 55%; }
/* line 455, ../scss/module/_cms.scss */
.supports-logo a img {
  width: 100%; }
@media only screen and (max-width: 979px) {
  /* line 452, ../scss/module/_cms.scss */
  .supports-logo a {
    width: 61%; }
  /* line 460, ../scss/module/_cms.scss */
  .supports-logo a img {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  /* line 452, ../scss/module/_cms.scss */
  .supports-logo a {
    width: 40%; } }
/* line 468, ../scss/module/_cms.scss */
.supports-logo span {
  font-size: 15px;
  font-weight: 700;
  color: #e42d38;
  display: inline-block;
  line-height: 15px;
  padding-left: 1%; }
@media only screen and (max-width: 599px) {
  /* line 468, ../scss/module/_cms.scss */
  .supports-logo span {
    font-size: 14px; } }
@media only screen and (max-width: 479px) {
  /* line 468, ../scss/module/_cms.scss */
  .supports-logo span {
    font-size: 12px; } }

/* line 483, ../scss/module/_cms.scss */
.head_search {
  width: 167px;
  display: inline-block; }
/* line 486, ../scss/module/_cms.scss */
.head_search .search_field {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  height: 28px;
  width: calc(100% - 35px); }
/* line 494, ../scss/module/_cms.scss */
.head_search .search_field::-webkit-input-placeholder {
  color: #555555;
  font-size: 16px; }
/* line 499, ../scss/module/_cms.scss */
.head_search .search_field:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
  font-size: 16px; }
/* line 504, ../scss/module/_cms.scss */
.head_search .search_field::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  font-size: 16px; }
/* line 509, ../scss/module/_cms.scss */
.head_search .search_field:-ms-input-placeholder {
  color: #555555;
  font-size: 16px; }
/* line 514, ../scss/module/_cms.scss */
.head_search .search_btn {
  background: url(../images/compare_search.png) no-repeat;
  width: 31px;
  height: 28px;
  display: inline-block;
  float: right;
  text-indent: -999px; }

/* line 523, ../scss/module/_cms.scss */
.search-section {
  position: relative;
  margin-top: 10px;
  margin-bottom: 25px;
  clear: both; }

/* line 529, ../scss/module/_cms.scss */
.search-section:before {
  display: inline-block;
  width: calc(100% - 195px);
  border-bottom: 1px solid #B6B6B6;
  position: absolute;
  content: " ";
  right: 0;
  top: 50%; }

/* line 540, ../scss/module/_cms.scss */
.product-infofiles-list li {
  padding-bottom: 10px; }
/* line 544, ../scss/module/_cms.scss */
.product-infofiles-list p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 5px; }
/* line 549, ../scss/module/_cms.scss */
.product-infofiles-list a {
  color: #e42d38; }
/* line 552, ../scss/module/_cms.scss */
.product-infofiles-list img {
  width: 16px;
  display: inline-block; }

@media only screen and (max-width: 599px) {
  /* line 558, ../scss/module/_cms.scss */
  .spare-column-left, .spare-column-right {
    width: 100%; } }
@media only screen and (max-width: 979px) {
  /* line 563, ../scss/module/_cms.scss */
  .cms-spare-parts .col2-left-layout .limiter {
    float: none; } }
/* ============================================ *
 * Request catalog
 * ============================================ */
/* line 570, ../scss/module/_cms.scss */
.request-a-catalog {
  background: #ffffff;
  -webkit-w: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  padding: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
@media only screen and (max-width: 770px) {
  /* line 570, ../scss/module/_cms.scss */
  .request-a-catalog {
    padding-top: 20px; } }
/* line 584, ../scss/module/_cms.scss */
.request-a-catalog form ul:not(.messages) li {
  line-height: 18px;
  margin-left: 0; }
/* line 588, ../scss/module/_cms.scss */
.request-a-catalog form button.button {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px; }

/* line 596, ../scss/module/_cms.scss */
.product-infofiles-list.form-list li {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal; }
/* line 602, ../scss/module/_cms.scss */
.product-infofiles-list.form-list li label {
  font-size: 14px;
  font-weight: 400; }

/* line 608, ../scss/module/_cms.scss */
.primary-button.rc-button {
  margin-bottom: 20px; }
@media only screen and (max-width: 479px) {
  /* line 608, ../scss/module/_cms.scss */
  .primary-button.rc-button {
    width: 100%; } }
@media only screen and (max-width: 770px) {
  /* line 608, ../scss/module/_cms.scss */
  .primary-button.rc-button {
    margin-bottom: 0; } }

/* line 618, ../scss/module/_cms.scss */
.rc-title {
  border-bottom: none;
  color: #1a171b;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 3px;
  text-transform: none; }

/* line 627, ../scss/module/_cms.scss */
.rc-content {
  font-size: 14px; }
@media only screen and (max-width: 479px) {
  /* line 627, ../scss/module/_cms.scss */
  .rc-content {
    text-align: justify; } }

/* line 633, ../scss/module/_cms.scss */
.rc-list {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: #e42d38; }

/* line 639, ../scss/module/_cms.scss */
.rc-delivery-method {
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #e42d38; }

/* line 645, ../scss/module/_cms.scss */
.rcd-list {
  padding: 10px 0 15px; }
/* line 647, ../scss/module/_cms.scss */
.rcd-list input[type="radio"]:checked + label {
  background-color: transparent;
  font-weight: 400;
  font-size: 14px; }

/* ============================================ *
 * Cms top center
 * ============================================ */
/* line 657, ../scss/module/_cms.scss */
.cms-content {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  background: #ffffff;
  padding: 50px 60px 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* line 667, ../scss/module/_cms.scss */
.col2-left-layout .cms-content, .col2-right-layout .cms-content {
  padding: 30px 20px 80px; }

/* line 670, ../scss/module/_cms.scss */
.cms-top-center, .cms-top-right, .cms-top-left {
  background: #ffffff;
  padding: 50px 60px 100px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px img;
  border-radius-margin: 0 auto; }
/* line 683, ../scss/module/_cms.scss */
.cms-top-center .page-title, .cms-top-right .page-title, .cms-top-left .page-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 35px;
  border-bottom: 1px solid #EBEBEB; }
/* line 689, ../scss/module/_cms.scss */
.cms-top-center .page-title h1, .cms-top-right .page-title h1, .cms-top-left .page-title h1 {
  font-size: 35px;
  font-weight: 400; }
@media only screen and (max-width: 770px) {
  /* line 689, ../scss/module/_cms.scss */
  .cms-top-center .page-title h1, .cms-top-right .page-title h1, .cms-top-left .page-title h1 {
    font-size: 26px; } }
@media only screen and (max-width: 599px) {
  /* line 689, ../scss/module/_cms.scss */
  .cms-top-center .page-title h1, .cms-top-right .page-title h1, .cms-top-left .page-title h1 {
    font-size: 22px; } }
/* line 700, ../scss/module/_cms.scss */
.cms-top-center .subtitle, .cms-top-right .subtitle, .cms-top-left .subtitle {
  padding-top: 3px; }
/* line 702, ../scss/module/_cms.scss */
.cms-top-center .subtitle span, .cms-top-right .subtitle span, .cms-top-left .subtitle span {
  color: #B6B6B6;
  font-size: 16px;
  font-weight: 700; }
@media only screen and (max-width: 770px) {
  /* line 702, ../scss/module/_cms.scss */
  .cms-top-center .subtitle span, .cms-top-right .subtitle span, .cms-top-left .subtitle span {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 702, ../scss/module/_cms.scss */
  .cms-top-center .subtitle span, .cms-top-right .subtitle span, .cms-top-left .subtitle span {
    font-size: 12px; } }
/* line 713, ../scss/module/_cms.scss */
.cms-top-center .subtitle a, .cms-top-right .subtitle a, .cms-top-left .subtitle a {
  text-transform: uppercase;
  font-size: 16px;
  color: #e42d38;
  font-weight: 700; }
@media only screen and (max-width: 770px) {
  /* line 713, ../scss/module/_cms.scss */
  .cms-top-center .subtitle a, .cms-top-right .subtitle a, .cms-top-left .subtitle a {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 713, ../scss/module/_cms.scss */
  .cms-top-center .subtitle a, .cms-top-right .subtitle a, .cms-top-left .subtitle a {
    font-size: 12px; } }
/* line 727, ../scss/module/_cms.scss */
.cms-top-center h4, .cms-top-right h4, .cms-top-left h4 {
  position: relative;
  padding-left: 10px; }
/* line 730, ../scss/module/_cms.scss */
.cms-top-center h4:before, .cms-top-right h4:before, .cms-top-left h4:before {
  position: absolute;
  background: url(../images/formatting_bullet_triangle.gif) no-repeat;
  width: 7px;
  height: 14px;
  content: "";
  left: 0;
  top: 4px; }
/* line 740, ../scss/module/_cms.scss */
.cms-top-center ul.privacy-list, .cms-top-right ul.privacy-list, .cms-top-left ul.privacy-list {
  list-style: none; }
/* line 742, ../scss/module/_cms.scss */
.cms-top-center ul.privacy-list li, .cms-top-right ul.privacy-list li, .cms-top-left ul.privacy-list li {
  position: relative;
  color: #1a171b;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px;
  line-height: 24px; }
/* line 748, ../scss/module/_cms.scss */
.cms-top-center ul.privacy-list li a, .cms-top-right ul.privacy-list li a, .cms-top-left ul.privacy-list li a {
  color: #e42d38;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold; }
/* line 755, ../scss/module/_cms.scss */
.cms-top-center ul.privacy-list li:before, .cms-top-right ul.privacy-list li:before, .cms-top-left ul.privacy-list li:before {
  content: "-";
  position: absolute;
  left: -20px; }
/* line 761, ../scss/module/_cms.scss */
.cms-top-center ul.terms-list, .cms-top-right ul.terms-list, .cms-top-left ul.terms-list {
  list-style: none; }
/* line 763, ../scss/module/_cms.scss */
.cms-top-center ul.terms-list li, .cms-top-right ul.terms-list li, .cms-top-left ul.terms-list li {
  margin-left: 0; }
/* line 765, ../scss/module/_cms.scss */
.cms-top-center ul.terms-list li a, .cms-top-right ul.terms-list li a, .cms-top-left ul.terms-list li a {
  color: #e42d38;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold; }
/* line 773, ../scss/module/_cms.scss */
.cms-top-center .col-set, .cms-top-right .col-set, .cms-top-left .col-set {
  font-size: 16px;
  line-height: 26px; }
/* line 776, ../scss/module/_cms.scss */
.cms-top-center .col-set .col:first-of-type, .cms-top-right .col-set .col:first-of-type, .cms-top-left .col-set .col:first-of-type {
  padding-top: 20px; }
/* line 779, ../scss/module/_cms.scss */
.cms-top-center .col-set .col, .cms-top-right .col-set .col, .cms-top-left .col-set .col {
  padding-top: 27px;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-family: "Open Sans"; }
@media only screen and (max-width: 770px) {
  /* line 779, ../scss/module/_cms.scss */
  .cms-top-center .col-set .col, .cms-top-right .col-set .col, .cms-top-left .col-set .col {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (max-width: 599px) {
  /* line 779, ../scss/module/_cms.scss */
  .cms-top-center .col-set .col, .cms-top-right .col-set .col, .cms-top-left .col-set .col {
    font-size: 12px;
    line-height: 22px; } }
@media only screen and (max-width: 770px) {
  /* line 773, ../scss/module/_cms.scss */
  .cms-top-center .col-set, .cms-top-right .col-set, .cms-top-left .col-set {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (max-width: 770px) {
  /* line 670, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-right, .cms-top-left {
    padding: 30px 30px 50px; } }
@media only screen and (max-width: 599px) {
  /* line 670, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-right, .cms-top-left {
    padding: 30px 30px 30px; } }
@media only screen and (max-width: 599px) {
  /* line 670, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-right, .cms-top-left {
    padding: 30px 20px 30px; } }

/* line 809, ../scss/module/_cms.scss */
.cms-top-center img {
  margin: 0 auto; }

/* line 812, ../scss/module/_cms.scss */
.cms-top-center, .cms-top-left {
  padding: 50px 60px 45px; }
@media only screen and (max-width: 1024px) {
  /* line 812, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-left {
    padding: 50px 30px 45px; } }
@media only screen and (max-width: 770px) {
  /* line 812, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-left {
    padding: 30px 30px 40px; } }
@media only screen and (max-width: 599px) {
  /* line 812, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-left {
    padding: 50px 30px 30px; } }
@media only screen and (max-width: 599px) {
  /* line 812, ../scss/module/_cms.scss */
  .cms-top-center, .cms-top-left {
    padding: 50px 20px 30px; } }

/* line 830, ../scss/module/_cms.scss */
.cms-top-right img, .cms-top-left img {
  float: right;
  max-width: 50% !important;
  margin-left: 5%;
  margin-bottom: 38px;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6); }
@media only screen and (max-width: 599px) {
  /* line 830, ../scss/module/_cms.scss */
  .cms-top-right img, .cms-top-left img {
    max-width: 100% !important;
    float: none;
    margin: 0 auto 20px; } }
/* line 845, ../scss/module/_cms.scss */
.cms-top-right .page-title, .cms-top-left .page-title {
  margin-top: 0; }
/* line 848, ../scss/module/_cms.scss */
.cms-top-right .page-title, .cms-top-right .subtitle, .cms-top-left .page-title, .cms-top-left .subtitle {
  display: inline-block;
  max-width: 45%;
  width: 100%; }
/* line 852, ../scss/module/_cms.scss */
.cms-top-right .page-title.second, .cms-top-right .subtitle.second, .cms-top-left .page-title.second, .cms-top-left .subtitle.second {
  max-width: 100%; }
@media only screen and (max-width: 599px) {
  /* line 848, ../scss/module/_cms.scss */
  .cms-top-right .page-title, .cms-top-right .subtitle, .cms-top-left .page-title, .cms-top-left .subtitle {
    max-width: 100%; } }

/* line 861, ../scss/module/_cms.scss */
.cms-top-left img {
  float: left;
  margin-right: 4%;
  margin-left: 0; }
/* line 866, ../scss/module/_cms.scss */
.cms-top-left .page-title, .cms-top-left .subtitle {
  display: inline-block; }

/* line 870, ../scss/module/_cms.scss */
.std .product-infofiles-list, .std .rcd-list {
  list-style: none; }
/* line 872, ../scss/module/_cms.scss */
.std .product-infofiles-list li, .std .rcd-list li {
  margin-left: 0;
  text-decoration: none; }
/* line 875, ../scss/module/_cms.scss */
.std .product-infofiles-list li label, .std .rcd-list li label {
  font-style: normal; }

/* line 880, ../scss/module/_cms.scss */
.std .rcd-list {
  padding-left: 10px; }

/* line 883, ../scss/module/_cms.scss */
.cms-menu {
  padding-right: 20px; }
/* line 885, ../scss/module/_cms.scss */
.cms-menu li.parent > a > span {
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #acacac;
  -webkit-box-shadow: 0 1px #fff;
  -moz-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block; }
/* line 898, ../scss/module/_cms.scss */
.cms-menu li ul li {
  line-height: 24px; }
@media only screen and (max-width: 770px) {
  /* line 898, ../scss/module/_cms.scss */
  .cms-menu li ul li {
    line-height: 30px; } }
/* line 903, ../scss/module/_cms.scss */
.cms-menu li ul li:first-child a, .cms-menu li ul li:first-child span {
  display: inline-block; }
/* line 906, ../scss/module/_cms.scss */
.cms-menu li ul li:first-child a, .cms-menu li ul li:first-child strong {
  padding-top: 10px;
  display: inline-block; }
/* line 910, ../scss/module/_cms.scss */
.cms-menu li ul li span, .cms-menu li ul li strong {
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px; }
/* line 914, ../scss/module/_cms.scss */
.cms-menu li ul li strong {
  color: #555555; }

/*
*  Blog
*/
/* line 923, ../scss/module/_cms.scss */
.blog .col1-layout .col-main {
  padding: 0 0 30px; }
/* line 927, ../scss/module/_cms.scss */
.blog .breadcrumbs strong, .blog .breadcrumbs a, .blog .breadcrumbs span {
  color: #fff; }
/* line 931, ../scss/module/_cms.scss */
.blog .std {
  padding-top: 0;
  margin-top: -18px; }
/* line 935, ../scss/module/_cms.scss */
.blog .featured {
  min-height: 340px;
  padding: 30px;
  margin: 0 auto; }
/* line 939, ../scss/module/_cms.scss */
.blog .featured .featured-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px; }
/* line 944, ../scss/module/_cms.scss */
.blog .featured .featured-inner h1 {
  text-transform: none; }
/* line 947, ../scss/module/_cms.scss */
.blog .featured .featured-inner h4 {
  text-transform: none;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal; }
/* line 956, ../scss/module/_cms.scss */
.blog .blog-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0; }
/* line 960, ../scss/module/_cms.scss */
.blog .blog-page .blog-static {
  width: 33%;
  background-color: #e42d38;
  padding: 10px; }
/* line 964, ../scss/module/_cms.scss */
.blog .blog-page .blog-static > .inner {
  border: 3px solid #fff;
  padding: 20px;
  text-align: center;
  color: #fff;
  min-height: 500px; }
/* line 971, ../scss/module/_cms.scss */
.blog .blog-page .blog-static .inner p {
  color: #fff; }
/* line 974, ../scss/module/_cms.scss */
.blog .blog-page .blog-static .inner h2 {
  color: #fff;
  font-size: 45px;
  margin: 80px 0 50px; }
/* line 979, ../scss/module/_cms.scss */
.blog .blog-page .blog-static .inner h2 img {
  display: inline-block; }
/* line 982, ../scss/module/_cms.scss */
.blog .blog-page .blog-static .inner a.button {
  display: inline-block;
  margin-top: 35px; }
/* line 987, ../scss/module/_cms.scss */
.blog .blog-page .blog-bags {
  margin: 50px 0; }
/* line 990, ../scss/module/_cms.scss */
.blog .blog-page .blog-school .blog-static, .blog .blog-page .blog-imagine .blog-static {
  float: left;
  margin-right: 2%; }
/* line 995, ../scss/module/_cms.scss */
.blog .blog-page .blog-bags .blog-static {
  float: right;
  margin-left: 2%; }
/* line 999, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper {
  width: 65%; }
/* line 1002, ../scss/module/_cms.scss */
.blog .blog-page .blog-school .posts-wrapper, .blog .blog-page .blog-imagine .posts-wrapper {
  float: right; }
/* line 1006, ../scss/module/_cms.scss */
.blog .blog-page .blog-bags .posts-wrapper {
  float: left; }
/* line 1009, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-1 {
  width: 100%;
  clear: both;
  height: 251px; }
/* line 1014, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-2, .blog .blog-page .posts-wrapper .blog-3 {
  width: 49%;
  margin: 2.3% 2% 2% 0;
  float: left;
  height: 251px; }
/* line 1021, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-3 {
  margin-right: 0; }
/* line 1024, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-post {
  padding: 30px 0;
  border: 15px solid #fff; }
/* line 1028, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10; }
/* line 1035, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden h1, .blog .blog-page .posts-wrapper .blog-hidden p, .blog .blog-page .posts-wrapper .blog-hidden a {
  color: #fff;
  text-transform: none; }
/* line 1039, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px; }
/* line 1044, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden p {
  font-size: 16px; }
/* line 1047, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden .pub-date, .blog .blog-page .posts-wrapper .blog-hidden .author {
  font-size: 14px; }
/* line 1050, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden a {
  text-decoration: underline;
  position: relative;
  font-weight: 700; }
/* line 1054, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden a:after {
  content: ">";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0; }
/* line 1063, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden .post-description {
  position: relative; }
/* line 1066, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-hidden .separator {
  height: 5px;
  width: 35px;
  background: #fff;
  margin: 10px auto; }
/* line 1073, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-post {
  position: relative; }
/* line 1076, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-post:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 0; }
/* line 1087, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-post:hover:after {
  opacity: 1; }
/* line 1090, ../scss/module/_cms.scss */
.blog .blog-page .posts-wrapper .blog-post:hover .blog-hidden {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
@media only screen and (max-width: 770px) {
  /* line 956, ../scss/module/_cms.scss */
  .blog .blog-page {
    padding: 0 0 30px; }
  /* line 1096, ../scss/module/_cms.scss */
  .blog .blog-page .blog-school .blog-static, .blog .blog-page .blog-imagine .blog-static, .blog .blog-page .blog-bags .blog-static {
    float: none;
    margin: 10px 0; }
  /* line 1102, ../scss/module/_cms.scss */
  .blog .blog-page .blog-school .blog-static {
    margin-top: 0; }
  /* line 1105, ../scss/module/_cms.scss */
  .blog .blog-page .blog-school .posts-wrapper, .blog .blog-page .blog-imagine .posts-wrapper, .blog .blog-page .blog-bags .posts-wrapper {
    float: none; }
  /* line 1110, ../scss/module/_cms.scss */
  .blog .blog-page .blog-static, .blog .blog-page .posts-wrapper {
    width: 100%; }
  /* line 1113, ../scss/module/_cms.scss */
  .blog .blog-page .blog-bags {
    margin: 0; } }
@media only screen and (max-width: 390px) {
  /* line 1119, ../scss/module/_cms.scss */
  .blog .blog-page .post-description {
    display: none; }
  /* line 1122, ../scss/module/_cms.scss */
  .blog .blog-page .posts-wrapper .blog-post {
    padding: 10px 0; } }

/* ============================================ *
 * Media Center
 * ============================================ */
/* line 1134, ../scss/module/_cms.scss */
.cms-videos .col-main {
  padding-top: 0; }
/* line 1136, ../scss/module/_cms.scss */
.cms-videos .col-main .std {
  padding-top: 0; }

/* line 1141, ../scss/module/_cms.scss */
.mc-wrapper, .awards-wrapper {
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }
/* line 1145, ../scss/module/_cms.scss */
.mc-wrapper .mc-banner, .mc-wrapper .awards-banner, .awards-wrapper .mc-banner, .awards-wrapper .awards-banner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 85px 0;
  z-index: 2;
  text-align: center; }
@media only screen and (max-width: 599px) {
  /* line 1145, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner, .mc-wrapper .awards-banner, .awards-wrapper .mc-banner, .awards-wrapper .awards-banner {
    padding: 75px 0; } }
@media only screen and (max-width: 479px) {
  /* line 1145, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner, .mc-wrapper .awards-banner, .awards-wrapper .mc-banner, .awards-wrapper .awards-banner {
    padding: 70px 0; } }
/* line 1157, ../scss/module/_cms.scss */
.mc-wrapper .mc-banner h1, .mc-wrapper .awards-banner h1, .awards-wrapper .mc-banner h1, .awards-wrapper .awards-banner h1 {
  font-size: 32px;
  font-weight: 800; }
@media only screen and (max-width: 770px) {
  /* line 1157, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner h1, .mc-wrapper .awards-banner h1, .awards-wrapper .mc-banner h1, .awards-wrapper .awards-banner h1 {
    font-size: 26px; } }
@media only screen and (max-width: 479px) {
  /* line 1157, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner h1, .mc-wrapper .awards-banner h1, .awards-wrapper .mc-banner h1, .awards-wrapper .awards-banner h1 {
    font-size: 22px; } }
/* line 1167, ../scss/module/_cms.scss */
.mc-wrapper .mc-banner p, .mc-wrapper .awards-banner p, .awards-wrapper .mc-banner p, .awards-wrapper .awards-banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  width: 60%;
  margin: 20px auto;
  line-height: 26px;
  text-align: center;
  font-family: "Open Sans"; }
@media only screen and (max-width: 1024px) {
  /* line 1167, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner p, .mc-wrapper .awards-banner p, .awards-wrapper .mc-banner p, .awards-wrapper .awards-banner p {
    font-size: 14px;
    width: 79%; } }
@media only screen and (max-width: 770px) {
  /* line 1167, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner p, .mc-wrapper .awards-banner p, .awards-wrapper .mc-banner p, .awards-wrapper .awards-banner p {
    line-height: 24px; } }
@media only screen and (max-width: 479px) {
  /* line 1167, ../scss/module/_cms.scss */
  .mc-wrapper .mc-banner p, .mc-wrapper .awards-banner p, .awards-wrapper .mc-banner p, .awards-wrapper .awards-banner p {
    width: 90%;
    font-size: 12px;
    line-height: 22px; } }

/* line 1192, ../scss/module/_cms.scss */
.media-center #wrapper {
  max-width: 1180px;
  margin: 0 auto; }
/* line 1197, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu {
  margin-top: 3px;
  margin-bottom: 15px;
  background: #E3E3E3;
  padding: 0 13px 0px 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.6);
  width: 100%;
  clear: both;
  height: 40px;
  line-height: 40px; }
@media only screen and (max-width: 680px) {
  /* line 1197, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-menu {
    height: 120px; } }
/* line 1216, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li {
  background-color: #fff;
  border: 0 none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  float: left;
  font-size: 12px;
  height: 24px;
  width: 67px;
  border-radius: 0 2px 2px 0;
  color: #555555;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  width: auto;
  margin: 8px 0; }
@media only screen and (max-width: 680px) {
  /* line 1216, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-menu li {
    width: 50%; } }
/* line 1232, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li a {
  color: #555555;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 12px; }
/* line 1236, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li a:hover {
  text-decoration: none; }
/* line 1240, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li:hover {
  text-decoration: none; }
/* line 1243, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li.active {
  background-color: #cbcbcb;
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3) inset; }
/* line 1247, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li.search {
  float: right; }
@media only screen and (max-width: 680px) {
  /* line 1247, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-menu li.search {
    width: auto; } }
/* line 1254, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li.search .mdi-action-search {
  display: block;
  font-size: 30px;
  height: 24px;
  line-height: 14px; }
/* line 1260, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li.search .mdi-action-search::before {
  font-size: 16px; }
/* line 1264, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-menu li.search input {
  width: 200px;
  min-width: 200px;
  margin-right: -3px;
  right: 47px;
  margin-top: -12px;
  font: 12px/24px "Roboto",sans-serif;
  border: 0;
  -webkit-box-shadow: 0 1px #fff;
  -moz-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
  height: 24px;
  background: #ffffff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #555555; }
/* line 1295, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content {
  padding: 20px 12px;
  overflow: hidden; }
/* line 1298, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content.caption {
  max-height: 130px !important; }
/* line 1301, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content .content-left {
  float: left;
  max-width: 60%;
  max-height: 100px;
  overflow: hidden; }
@media only screen and (max-width: 979px) {
  /* line 1301, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .content-left {
    max-width: 68%; } }
@media only screen and (max-width: 479px) {
  /* line 1301, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .content-left {
    max-width: 75%; } }
/* line 1313, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content .category {
  float: right; }
/* line 1315, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content .category.ng {
  background: url(../images/national-geographic.png) no-repeat;
  width: 32%;
  height: 27px;
  background-size: 100%; }
@media only screen and (max-width: 1024px) {
  /* line 1315, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.ng {
    width: 30%; } }
@media only screen and (max-width: 479px) {
  /* line 1315, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.ng {
    width: 20%; } }
/* line 1328, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content .category.lastolite {
  background: url(../images/lastolite_media.png) no-repeat;
  width: 26%;
  height: 37px;
  background-size: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 1328, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.lastolite {
    width: 20%; } }
@media only screen and (max-width: 770px) {
  /* line 1328, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.lastolite {
    width: 22%; } }
@media only screen and (max-width: 479px) {
  /* line 1328, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.lastolite {
    width: 20%; } }
/* line 1343, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-content .category.manfrotto {
  background: url(../images/manfrotto_logo_media.png) no-repeat;
  width: 35%;
  height: 32px;
  background-size: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 1343, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.manfrotto {
    width: 30%; } }
@media only screen and (max-width: 770px) {
  /* line 1343, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.manfrotto {
    width: 30%; } }
@media only screen and (max-width: 479px) {
  /* line 1343, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .card-content .category.manfrotto {
    width: 22%; } }
/* line 1361, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-title {
  color: #e42d38;
  font-family: "Open Sans";
  width: auto;
  max-width: 100%; }
/* line 1367, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .subtitle {
  font-size: 11px;
  font-family: "Open Sans";
  width: auto;
  line-height: 18px; }
/* line 1375, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-image .show-source {
  left: 15px;
  bottom: 15px;
  top: auto;
  opacity: 1;
  margin: 0;
  width: 0;
  border-bottom: 11px solid transparent;
  /* left arrow slant */
  border-top: 11px solid transparent;
  /* right arrow slant */
  border-left: 20px solid #ffffff;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  content: "";
  display: none; }
/* line 1390, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-image .show-source i {
  text-shadow: none;
  font-size: 12px; }
/* line 1396, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-image::after {
  background: #e42d38; }
/* line 1400, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-image:hover .show-source {
  display: block; }
/* line 1404, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .card-image:hover::after {
  opacity: 0.7; }
/* line 1407, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .mdi-av-play-circle-fill::before {
  display: none; }
/* line 1410, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .add-items {
  left: calc(50% - 75px);
  background: #e42d38;
  margin-left: 0;
  cursor: pointer; }
@media only screen and (max-width: 1199px) {
  /* line 1196, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery {
    margin: 0 20px; } }
@media only screen and (max-width: 770px) {
  /* line 1196, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery {
    margin: 0 10px; } }
/* line 1423, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .close:hover, .media-center #wrapper .flow-gallery .flow-overlay .prev-item:hover, .media-center #wrapper .flow-gallery .flow-overlay .next-item:hover {
  text-decoration: none; }
/* line 1426, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .close {
  right: -30px;
  top: -30px; }
/* line 1429, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .close .mdi-navigation-close::before {
  font-size: 24px; }
/* line 1434, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .mdi-image-navigate-before::before, .media-center #wrapper .flow-gallery .flow-overlay .mdi-image-navigate-next::before {
  font-size: 36px; }
/* line 1437, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .item-title {
  padding: 20px;
  display: inline-block;
  width: 100%; }
/* line 1442, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .video-title {
  width: 70%;
  font-weight: 700; }
@media only screen and (max-width: 599px) {
  /* line 1442, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .video-title {
    font-size: 14px; } }
/* line 1449, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .video-description {
  display: inline-block;
  width: 70%;
  font-family: "Open Sans";
  font-size: 12px; }
@media only screen and (max-width: 599px) {
  /* line 1449, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .video-description {
    font-size: 12px; } }
/* line 1459, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .addthis_sharing_toolbox {
  display: inline-block;
  clear: both;
  float: right;
  width: auto; }
@media only screen and (max-width: 599px) {
  /* line 1459, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .addthis_sharing_toolbox {
    float: left; } }
/* line 1468, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .counter {
  font-size: 14px;
  font-weight: 700; }
/* line 1472, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .category {
  float: right; }
/* line 1474, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .category.ng {
  background: url(../images/national-geographic.png) no-repeat;
  width: 8%;
  height: 27px;
  background-size: 100%; }
@media only screen and (max-width: 770px) {
  /* line 1474, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.ng {
    width: 13%; } }
@media only screen and (max-width: 599px) {
  /* line 1474, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.ng {
    width: 25%; } }
/* line 1486, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .category.lastolite {
  background: url(../images/lastolite_media.png) no-repeat;
  width: 6%;
  height: 37px;
  background-size: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 1486, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.lastolite {
    width: 6%; } }
@media only screen and (max-width: 770px) {
  /* line 1486, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.lastolite {
    width: 10%; } }
@media only screen and (max-width: 599px) {
  /* line 1486, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.lastolite {
    width: 18%; } }
/* line 1501, ../scss/module/_cms.scss */
.media-center #wrapper .flow-gallery .flow-overlay .category.manfrotto {
  background: url(../images/manfrotto_logo_media.png) no-repeat;
  width: 10%;
  height: 45px;
  background-size: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 1501, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.manfrotto {
    width: 10%; } }
@media only screen and (max-width: 770px) {
  /* line 1501, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.manfrotto {
    width: 10%;
    height: 35px; } }
@media only screen and (max-width: 650px) {
  /* line 1501, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.manfrotto {
    width: 13%;
    height: 30px; } }
@media only screen and (max-width: 599px) {
  /* line 1501, ../scss/module/_cms.scss */
  .media-center #wrapper .flow-gallery .flow-overlay .category.manfrotto {
    width: 25%; } }

/* ============================================ *
 * Awards
 * ============================================ */
/* line 1530, ../scss/module/_cms.scss */
.cms-awards .col-main {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: 0; }
/* line 1536, ../scss/module/_cms.scss */
.cms-awards .col-main .std {
  padding-top: 0; }

/* line 1542, ../scss/module/_cms.scss */
.awards .awards-wrapper {
  margin-bottom: 0; }
/* line 1545, ../scss/module/_cms.scss */
.awards .product_labels_wrapper .labels {
  display: block; }
/* line 1548, ../scss/module/_cms.scss */
.awards .international-awards, .awards .us-awards {
  text-align: center; }
/* line 1552, ../scss/module/_cms.scss */
.awards .international-awards h2, .awards .us-awards h2 {
  font-size: 24px;
  padding-top: 45px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  color: #000000;
  background: #ffffff;
  margin-bottom: 0;
  padding-bottom: 12px; }
/* line 1564, ../scss/module/_cms.scss */
.awards .international-awards h2:after, .awards .us-awards h2:after {
  background-color: #000000;
  bottom: -17px;
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 70px; }
/* line 1576, ../scss/module/_cms.scss */
.awards .international-awards .tabs, .awards .us-awards .tabs {
  margin-bottom: 5px; }
/* line 1580, ../scss/module/_cms.scss */
.awards .us-awards h2 {
  padding-top: 55px; }
/* line 1584, ../scss/module/_cms.scss */
.awards .related-products-collateral .toggle-tabs {
  max-width: 1180px;
  margin: 0 auto;
  border-bottom: 0; }
/* line 1589, ../scss/module/_cms.scss */
.awards .related-products-collateral .toggle-tabs li {
  float: left;
  background-color: transparent;
  border: 0 none;
  height: 100%;
  list-style: outside none none;
  height: 155px;
  margin-left: 0; }
@media only screen and (max-width: 770px) {
  /* line 1589, ../scss/module/_cms.scss */
  .awards .related-products-collateral .toggle-tabs li {
    height: 100px; } }
@media only screen and (max-width: 599px) {
  /* line 1589, ../scss/module/_cms.scss */
  .awards .related-products-collateral .toggle-tabs li {
    height: 80px; } }
/* line 1605, ../scss/module/_cms.scss */
.awards .related-products-collateral .toggle-tabs li > span:before {
  content: "";
  display: inline-block;
  height: 100%;
  min-height: 63px;
  vertical-align: middle; }
/* line 1612, ../scss/module/_cms.scss */
.awards .related-products-collateral .toggle-tabs li.current > span::after {
  border-bottom: 6px solid #e42d38;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 0;
  content: "";
  font-size: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0; }
/* line 1627, ../scss/module/_cms.scss */
.awards .related-products-collateral .toggle-tabs li > span {
  width: 100%;
  font-size: 0;
  height: 100%; }
/* line 1632, ../scss/module/_cms.scss */
.awards .related-products-collateral .toggle-tabs li.current > span {
  background-color: transparent;
  border-bottom: 3px solid #e42d38;
  border-top: 0 none;
  color: #e42d38;
  font-weight: 800;
  white-space: nowrap; }
/* line 1642, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper {
  border-bottom: 3px solid #ccc;
  padding-top: 30px;
  background: #ffffff; }
/* line 1648, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(1) {
  background: url(../images/if-g.jpg) no-repeat center center; }
/* line 1650, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(1).current {
  background: url(../images/if.jpg) no-repeat center center; }
/* line 1654, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(2) {
  background: url(../images/red-g.jpg) no-repeat center center; }
/* line 1656, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(2).current {
  background: url(../images/red.jpg) no-repeat center center; }
/* line 1661, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(3) {
  background: url(../images/eisa-g.jpg) no-repeat center center; }
/* line 1663, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(3).current {
  background: url(../images/eisa.jpg) no-repeat center center; }
/* line 1667, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(4) {
  background: url(../images/tipa-g.jpg) no-repeat center center; }
/* line 1669, ../scss/module/_cms.scss */
.awards .related-products-collateral .ul-wrapper .toggle-tabs > li:nth-of-type(4).current {
  background: url(../images/tipa.jpg) no-repeat center center; }
@media only screen and (max-width: 979px) {
  /* line 1674, ../scss/module/_cms.scss */
  .awards .related-products-collateral .ul-wrapper .toggle-tabs > li {
    background-size: auto 60% !important; } }
@media only screen and (max-width: 479px) {
  /* line 1679, ../scss/module/_cms.scss */
  .awards .related-products-collateral .ul-wrapper .toggle-tabs > li {
    background-size: auto 50% !important; } }
/* line 1684, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  /* 		  	 	display: none; */
  padding-top: 45px;
  /* 	border-bottom: 1px solid #acacac; */
  /* -webkit-box-shadow: 0 1px #fff;
  -moz-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff; */ }
@media only screen and (max-width: 1199px) {
  /* line 1684, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container {
    padding-left: 20px;
    padding-right: 20px; } }
/* line 1700, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left {
  width: 25%;
  display: inline-block;
  float: left;
  padding-right: 20px; }
/* line 1706, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left h3 {
  font-size: 26px;
  font-weight: 800;
  color: #e42d38;
  text-transform: uppercase; }
@media only screen and (max-width: 1199px) {
  /* line 1706, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-left h3 {
    font-size: 22px; } }
/* line 1716, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left span {
  display: block;
  font-size: 18px;
  clear: both;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 20px;
  font-family: "Open Sans"; }
@media only screen and (max-width: 1199px) {
  /* line 1716, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-left span {
    font-size: 14px; } }
/* line 1730, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left p {
  font-size: 13px;
  font-family: "Open Sans"; }
@media only screen and (max-width: 1199px) {
  /* line 1730, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-left p {
    font-size: 12px; } }
/* line 1737, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left a {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #545454;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: relative; }
/* line 1744, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left a:after {
  background: transparent url("../images/arrow-gray.png") no-repeat scroll left top;
  content: "";
  height: 7px;
  position: absolute;
  right: -15px;
  top: 4px;
  width: 10px; }
/* line 1753, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-left a:hover {
  text-decoration: none; }
@media only screen and (max-width: 979px) {
  /* line 1700, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-left {
    width: 100%;
    margin-bottom: 20px; } }
/* line 1762, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right {
  width: 75%;
  display: inline-block; }
/* line 1765, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li {
  margin-left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
/* line 1773, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li img {
  height: auto; }
/* line 1776, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product_label {
  margin-top: 5px; }
/* line 1779, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product_label:first-of-type {
  margin-top: 20px; }
/* line 1782, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards {
  margin: 10px 20px 0;
  min-height: 25px;
  line-height: 16px; }
@media only screen and (max-width: 705px) {
  /* line 1782, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards {
    min-height: 33px; } }
@media only screen and (max-width: 599px) {
  /* line 1782, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards {
    min-height: 25px; } }
@media only screen and (max-width: 479px) {
  /* line 1782, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards {
    min-height: 33px; } }
/* line 1795, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards .award-name {
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 600; }
@media only screen and (max-width: 770px) {
  /* line 1795, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards .award-name {
    font-size: 12px;
    line-height: 16px; } }
/* line 1804, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards .award-category {
  font-size: 13px;
  font-family: "Open Sans"; }
@media only screen and (max-width: 770px) {
  /* line 1804, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-awards .award-category {
    font-size: 12px;
    line-height: 16px; } }
/* line 1813, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product-name {
  font-size: 15px;
  font-weight: 800;
  max-height: 37px;
  overflow: hidden;
  margin: 5px 20px 20px;
  color: #000000;
  font-family: "Open Sans";
  line-height: 18px;
  height: 37px; }
@media only screen and (max-width: 770px) {
  /* line 1813, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-name {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 1813, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-name {
    font-size: 12px; } }
@media only screen and (max-width: 479px) {
  /* line 1813, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right li .product-name {
    font-size: 11px; } }
/* line 1832, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product-name a {
  color: #000000; }
/* line 1834, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right li .product-name a:hover {
  text-decoration: none; }
/* line 1840, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-prev {
  background: url('../images/arrows-slider_1445198855.png') no-repeat 0 -142px;
  left: -25px;
  top: 50%; }
@media only screen and (max-width: 1199px) {
  /* line 1840, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-prev {
    left: 5px; } }
/* line 1848, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-pager {
  bottom: -63px; }
/* line 1851, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-prev.disabled {
  background-position: 0 -72px;
  display: block;
  left: -25px;
  top: 50%; }
@media only screen and (max-width: 1199px) {
  /* line 1851, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-prev.disabled {
    left: 5px; } }
/* line 1860, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-next {
  background: url('../images/arrows-slider_1445198855.png') no-repeat 0 -176px;
  right: -35px;
  top: 50%; }
@media only screen and (max-width: 1199px) {
  /* line 1860, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-next {
    right: 0; } }
/* line 1868, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-next.disabled {
  background-position: 0 -106px;
  display: block; }
/* line 1872, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-pager.bx-default-pager a {
  background: #B6B6B6;
  height: 12px;
  margin: 0 7px;
  width: 12px; }
/* line 1877, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container .tab-content-right .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e42d38;
  opacity: 1; }
@media only screen and (max-width: 979px) {
  /* line 1762, ../scss/module/_cms.scss */
  .awards .related-products-collateral dd.tab-container .tab-content-right {
    width: 100%; } }
/* line 1888, ../scss/module/_cms.scss */
.awards .related-products-collateral dd.tab-container:nth-of-type(2), .awards .related-products-collateral dd.tab-container:nth-of-type(3), .awards .related-products-collateral dd.tab-container:last-of-type {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 0; }
/* line 1897, ../scss/module/_cms.scss */
.awards .us-awards {
  /* 	max-width: $max-content-width; */
  width: 100%;
  /* margin: 0 auto; */
  padding-bottom: 23px;
  background: #ffffff;
  padding-bottom: 65px; }
/* line 1905, ../scss/module/_cms.scss */
.awards .us-awards h2 {
  background: none; }
/* line 1908, ../scss/module/_cms.scss */
.awards .us-awards ul {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 47px;
  padding-left: 3%;
  padding-right: 3%;
  display: inline-block;
  white-space: nowrap;
  width: 100%; }
@media only screen and (max-width: 599px) {
  /* line 1908, ../scss/module/_cms.scss */
  .awards .us-awards ul {
    white-space: normal; } }
/* line 1921, ../scss/module/_cms.scss */
.awards .us-awards ul li {
  width: 25%;
  text-align: center;
  list-style: none;
  display: inline-block;
  margin-left: 0;
  padding: 0 5px; }
/* line 1929, ../scss/module/_cms.scss */
.awards .us-awards ul li img {
  display: inline-block; }
@media only screen and (max-width: 599px) {
  /* line 1921, ../scss/module/_cms.scss */
  .awards .us-awards ul li {
    width: 49%;
    padding: 10px 5px; } }
/* line 1940, ../scss/module/_cms.scss */
.awards .product-image {
  padding: 20px; }
/* line 1942, ../scss/module/_cms.scss */
.awards .product-image a {
  margin-top: 5px; }

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #e42d38;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

/* line 41, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.map-info {
  white-space: nowrap; }

/* line 46, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
  white-space: normal; }
/* line 48, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px; }
/* line 52, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%; }

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
/* line 34, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both; }
/* line 39, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
/* line 45, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3; }
/* line 51, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

/* line 57, ../scss/module/_cookies.scss */
#notice-cookie-block {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #000000;
  z-index: 200; }
/* line 63, ../scss/module/_cookies.scss */
#notice-cookie-block .notice-inner {
  background-image: none;
  padding-left: 0; }
@media only screen and (max-width: 1199px) {
  /* line 63, ../scss/module/_cookies.scss */
  #notice-cookie-block .notice-inner {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 979px) {
  /* line 63, ../scss/module/_cookies.scss */
  #notice-cookie-block .notice-inner {
    width: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 979px) {
  /* line 75, ../scss/module/_cookies.scss */
  #notice-cookie-block .notice-text {
    width: 100%;
    max-width: 100%; } }
/* line 81, ../scss/module/_cookies.scss */
#notice-cookie-block .notice-inner {
  padding-top: 0; }
/* line 84, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content {
  color: #cccccc;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  max-width: 1180px;
  width: 100%;
  text-align: center; }
@media only screen and (max-width: 650px) {
  /* line 84, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content {
    padding: 30px 0; } }
@media only screen and (max-width: 599px) {
  /* line 84, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content {
    text-align: left; } }
@media only screen and (max-width: 479px) {
  /* line 84, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content {
    text-align: center;
    padding: 20px 0 30px 0; } }
/* line 104, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_title {
  border-right: 2px solid #cccccc;
  font-size: 20px;
  font-weight: 300;
  width: 15%;
  padding: 0 20px 0 0;
  line-height: 26px;
  display: inline; }
@media only screen and (max-width: 979px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    font-size: 18px;
    width: 17%; } }
@media only screen and (max-width: 770px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    font-size: 16px; } }
@media only screen and (max-width: 650px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    border-right: none;
    width: 100%;
    padding-right: 0;
    font-size: 14px; } }
/* line 129, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_details, #notice-cookie-block #cookie_alert_content #ca_details p {
  line-height: 19px; }
/* line 132, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_details {
  padding: 0 20px;
  width: 70%; }
@media only screen and (max-width: 1199px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    width: 63%; } }
@media only screen and (max-width: 770px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    font-size: 12px; } }
@media only screen and (max-width: 650px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    font-size: 11px; } }
@media only screen and (max-width: 599px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    display: block;
    float: left;
    width: 80%;
    text-align: left;
    padding-left: 0; } }
@media only screen and (max-width: 479px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    display: block;
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: justify; } }
/* line 162, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content .ca_section {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle; }
/* line 167, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_details a {
  color: #7f7f7f; }
/* line 170, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action {
  width: 15%; }
/* line 172, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action button {
  width: 100%; }
@media only screen and (max-width: 770px) {
  /* line 172, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action button {
    font-size: 11px; } }
@media only screen and (max-width: 650px) {
  /* line 172, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action button {
    font-size: 9px; } }
@media only screen and (max-width: 479px) {
  /* line 172, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action button {
    font-size: 10px; } }
@media only screen and (max-width: 599px) {
  /* line 170, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action {
    float: left;
    width: 20%; } }
@media only screen and (max-width: 479px) {
  /* line 170, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action {
    display: block;
    float: none;
    width: 100%; } }
/* line 193, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action a {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }
/* line 197, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action a:hover {
  text-decoration: none; }

/* @include bp(max-width, $bp-large) {
    .notice-cookie {
        .notice-text {
            max-width: 86%;
        }
    }
} */
/* @include bp(max-width, $bp-medium) {

    .notice-cookie {
        padding: 0 20px;

        .notice-text {
            max-width: 82%;
            padding-top: 0;
        }
    }
} */
/*
@include bp(max-width, 620px) {

    .notice-cookie {
        padding: 0 20px;

        .notice-inner {
            background-position: left 10px;

            &:after {
                @include clearfix;
            }
        }

        .notice-text {
            float: none;
            max-width: 100%;
            padding-top: 0;
        }

        .actions {
            text-align: left;
        }
    }
} */
/* ============================================ *
 * Tags
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_tags.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px; }

/* line 34, ../../../rwd/default/scss/module/_tags.scss */
#addTagForm .form-add {
  margin-top: 10px; }

/* line 37, ../../../rwd/default/scss/module/_tags.scss */
.product-tags {
  background-color: #E3E3E3;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%; }

/* line 45, ../../../rwd/default/scss/module/_tags.scss */
.product-tags li {
  float: left;
  margin-right: 15px; }

/* line 49, ../../../rwd/default/scss/module/_tags.scss */
.product-tags li.last {
  margin-right: 0px; }

/* line 52, ../../../rwd/default/scss/module/_tags.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

/* line 57, ../../../rwd/default/scss/module/_tags.scss */
.tags-list > li {
  float: left;
  margin-right: 10px; }

/* line 61, ../../../rwd/default/scss/module/_tags.scss */
.block-tags .actions > a {
  font-size: 12px; }

/* line 65, ../../../rwd/default/scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
  padding: 0; }
/* line 68, ../../../rwd/default/scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
  color: white; }

@media only screen and (max-width: 770px) {
  /* line 74, ../../../rwd/default/scss/module/_tags.scss */
  .tags-list > li, .tags-list {
    float: none; } }
/* ============================================ *
 * Captcha
 * ============================================ */
/* line 29, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-note {
  clear: left;
  padding-top: 5px; }

/* line 33, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px; }

/* line 41, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

/* line 46, ../../../rwd/default/scss/module/_captcha.scss */
.registered-users .captcha-image {
  margin: 0; }

/* line 47, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

/* line 53, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

/* line 58, ../../../rwd/default/scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%; }

/* line 59, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px; }

/* line 64, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-img {
  border: 20px solid #bbb; }

/* line 65, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-input-container {
  margin-bottom: 10px; }

/* line 66, ../../../rwd/default/scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both; }
/* line 70, ../../../rwd/default/scss/module/_captcha.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
/* line 78, ../../../rwd/default/scss/module/_captcha.scss */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%; }

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 34, ../../../rwd/default/scss/module/_account-orders.scss */
  .sales-order-invoice .sub-title, .sales-order-creditmemo .sub-title, .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%; }
  /* line 40, ../../../rwd/default/scss/module/_account-orders.scss */
  .sales-order-invoice .order-links, .sales-order-creditmemo .order-links, .sales-order-shipment .order-links {
    text-align: center;
    width: 100%; } }
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
/* line 32, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
  white-space: normal; }
/* line 35, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
  white-space: inherit; }
@media only screen and (max-width: 479px) {
  /* line 30, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view {
    font-size: 12px; }
  /* line 43, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view a {
    font-size: inherit; }
  /* line 47, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view th, #recurring_profile_list_view td {
    padding: 2px; } }

/* line 55, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
  float: left; }
/* line 58, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px; }

/* line 63, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px; }
@media only screen and (max-width: 479px) {
  /* line 63, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none; } }
/* line 73, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static; }

/* line 79, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both; }

/* line 84, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
  display: inline; }

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
  margin-bottom: 30px; }
/* line 34, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both; }
/* line 38, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%; }
/* line 43, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px; }
/* line 48, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px; }
@media only screen and (max-width: 479px) {
  /* line 48, ../../../rwd/default/scss/module/_billing-agreements.scss */
  .billing-agreements .info-box .button {
    width: 100%;
    float: none; } }
/* line 59, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px; }

/* line 67, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%; }
@media only screen and (max-width: 479px) {
  /* line 67, ../../../rwd/default/scss/module/_billing-agreements.scss */
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%; } }

/* line 77, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px; }

@media only screen and (max-width: 979px) {
  /* line 85, ../../../rwd/default/scss/module/_billing-agreements.scss */
  .billing-agreements .data-table .created-at, .billing-agreements .data-table .updated-at {
    display: none; } }
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%; }

/* line 34, ../../../rwd/default/scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px; }

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
/* line 37, ../../../rwd/default/scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%; }
@media only screen and (min-width: 771px) {
  /* line 37, ../../../rwd/default/scss/module/_widget.scss */
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px; } }

/* line 49, ../../../rwd/default/scss/module/_widget.scss */
.widget {
  clear: both; }

/* line 53, ../../../rwd/default/scss/module/_widget.scss */
.widget .pager {
  float: none;
  width: 100%; }

@media only screen and (min-width: 1199px) {
  /* line 64, ../../../rwd/default/scss/module/_widget.scss */
  .col2-left-layout .col-main .widget, .col2-right-layout .col-main .widget, .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */ }
  /* line 1465, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd), .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none; }
  /* line 1468, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1), .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none; }
  /* line 1471, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even), .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n), .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even), .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 1.33333%; }
  /* line 1477, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li, .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li, .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 1.33333%; }
  /* line 1480, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li, .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li, .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 24%;
    margin-right: 1.33333%; }
  /* line 1486, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2, .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2, .col3-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2 {
    width: 49.33333% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp, .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp, .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4), .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4), .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 1199px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3), .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3), .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child, .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child, .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 1199px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2), .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2), .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 1199px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2, .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2, .col3-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2 {
    width: 49.33333% !important;
    padding: 0; } }
@media only screen and (min-width: 1199px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n+1), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n+1), .col3-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n+1) {
    clear: left; }
  /* line 1521, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n), .col3-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n) {
    margin-right: 0; }
  /* line 1465, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd), .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none; }
  /* line 1468, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1), .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none; }
  /* line 1471, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even), .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n), .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even), .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 1.33333%; }
  /* line 1477, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li, .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li, .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 1.33333%; }
  /* line 1480, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li, .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li, .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.93333%;
    margin-right: 1.33333%; }
  /* line 1486, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2, .col2-right-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2, .col3-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2 {
    width: 39.2% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp, .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp, .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4), .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4), .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 1199px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3), .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3), .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child, .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child, .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 1199px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2), .col2-right-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2), .col3-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 1199px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2, .col2-right-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2, .col3-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2 {
    width: 39.2% !important;
    padding: 0; } }
@media only screen and (min-width: 1199px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n+1), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n+1), .col3-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n+1) {
    clear: left; }
  /* line 1521, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n), .col3-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n) {
    margin-right: 0; } }
@media only screen and (min-width: 770px) {
  /* line 73, ../../../rwd/default/scss/module/_widget.scss */
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */ }
  /* line 1465, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none; }
  /* line 1468, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none; }
  /* line 1471, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even), .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 1.33333%; }
  /* line 1477, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 1.33333%; }
  /* line 1480, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 24%;
    margin-right: 1.33333%; }
  /* line 1486, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2 {
    width: 49.33333% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 770px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 770px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 770px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col-widget > li.item.grid-item-width2 {
    width: 49.33333% !important;
    padding: 0; } }
@media only screen and (min-width: 770px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n+1) {
    clear: left; }
  /* line 1521, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li :not(.hp):nth-child(4n) {
    margin-right: 0; }
  /* line 1465, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none; }
  /* line 1468, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none; }
  /* line 1471, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even), .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 1.33333%; }
  /* line 1477, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 1.33333%; }
  /* line 1480, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.93333%;
    margin-right: 1.33333%; }
  /* line 1486, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2 {
    width: 39.2% !important;
    padding: 0; }
  /* line 1490, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp {
    clear: none; }
  /* line 1493, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li:nth-child(4) {
    clear: left; } }
@media only screen and (min-width: 770px) and (min-width: 960px) {
  /* line 1498, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(3) {
    margin-right: 0; }
  /* line 1501, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 770px) and (max-width: 959px) {
  /* line 1506, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-4-col > li.hp:nth-child(2) {
    margin-right: 0; } }
@media only screen and (min-width: 770px) and (max-width: 479px) {
  /* line 1511, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .fp-content .products-grid--max-5-col-widget > li.item.grid-item-width2 {
    width: 39.2% !important;
    padding: 0; } }
@media only screen and (min-width: 770px) {
  /* line 1518, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n+1) {
    clear: left; }
  /* line 1521, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li :not(.hp):nth-child(5n) {
    margin-right: 0; } }
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
/* line 35, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #E3E3E3;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
/* line 46, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #4C4C4C; }
/* line 49, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px; }
/* line 54, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
/* line 58, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%; }
/* line 64, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right; }
/* line 68, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px; }
/* line 73, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%; }
/* line 77, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%; }
/* line 80, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%; }
/* line 83, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px; }
/* line 87, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold; }
/* line 93, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right; }
/* line 97, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right; }

/* line 104, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px; }

/* line 113, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px; }
/* line 116, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px; }
/* line 118, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px; }
/* line 122, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px; }
/* line 126, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px; }

/* line 137, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4, .checkout-multishipping-billing .col-1 .box-title h2, .checkout-multishipping-billing .col-1 .box-title h3, .checkout-multishipping-billing .col-1 .box-title h4, .checkout-multishipping-billing .col-2 .box-title h2, .checkout-multishipping-billing .col-2 .box-title h3, .checkout-multishipping-billing .col-2 .box-title h4, .checkout-multishipping-overview .col-1 .box-title h2, .checkout-multishipping-overview .col-1 .box-title h3, .checkout-multishipping-overview .col-1 .box-title h4, .checkout-multishipping-overview .col-2 .box-title h2, .checkout-multishipping-overview .col-2 .box-title h3, .checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #E3E3E3;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px; }
/* line 146, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4, .checkout-multishipping-billing .col-1 > h4, .checkout-multishipping-billing .col-2 > h4, .checkout-multishipping-overview .col-1 > h4, .checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #E3E3E3;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px; }
/* line 154, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content, .checkout-multishipping-billing .col-1 .box-content, .checkout-multishipping-billing .col-2 .box-content, .checkout-multishipping-overview .col-1 .box-content, .checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px; }

/* line 163, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%; }

/* line 169, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none; }

/* line 173, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both; }

@media only screen and (max-width: 979px) {
  /* line 180, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px; }

  /* line 185, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  #review-order-form .col-1, #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }
@media only screen and (max-width: 770px) {
  /* line 198, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px; }
  /* line 202, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px; }
  /* line 209, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px; }
  /* line 214, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%; }
  /* line 218, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px; }
  /* line 223, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right; }
  /* line 226, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px; }
  /* line 231, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0; } }
@media only screen and (max-width: 599px) {
  /* line 239, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px; } }
@media only screen and (max-width: 479px) {
  /* line 248, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block; } }
/* ============================================ *
 * Store locator
 * ============================================ */
@media only screen and (max-width: 1199px) {
  /* line 6, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .breadcrumbs, .cms-find-a-store .breadcrumbs {
    padding-left: 20px; } }
/* line 11, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main, .cms-find-a-store .col-main {
  padding: 20px 0; }
@media only screen and (max-width: 770px) {
  /* line 11, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main, .cms-find-a-store .col-main {
    padding-top: 0; } }
/* line 17, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #no-results, .cms-find-a-store #no-results {
  padding-top: 20px; }
/* line 20, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .std, .cms-find-a-store .col-main .std {
  padding-top: 0; }
/* line 23, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main, .ustorelocator-location-map .col-main .std, .cms-find-a-store .col-main, .cms-find-a-store .col-main .std {
  text-align: center; }
/* line 25, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main ul, .ustorelocator-location-map .col-main .std ul, .cms-find-a-store .col-main ul, .cms-find-a-store .col-main .std ul {
  list-style: none;
  margin-bottom: 0; }
/* line 28, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main ul li, .ustorelocator-location-map .col-main .std ul li, .cms-find-a-store .col-main ul li, .cms-find-a-store .col-main .std ul li {
  margin-left: 0; }
/* line 32, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #storelocator-container tr td, .ustorelocator-location-map .col-main .std #storelocator-container tr td, .cms-find-a-store .col-main #storelocator-container tr td, .cms-find-a-store .col-main .std #storelocator-container tr td {
  padding: 0; }
/* line 35, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #storelocator-container, .ustorelocator-location-map .col-main .std #storelocator-container, .cms-find-a-store .col-main #storelocator-container, .cms-find-a-store .col-main .std #storelocator-container {
  height: 478px; }
/* line 37, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #storelocator-container #map, .ustorelocator-location-map .col-main .std #storelocator-container #map, .cms-find-a-store .col-main #storelocator-container #map, .cms-find-a-store .col-main .std #storelocator-container #map {
  height: 478px; }
/* line 41, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #tag-container, .ustorelocator-location-map .col-main .std #tag-container, .cms-find-a-store .col-main #tag-container, .cms-find-a-store .col-main .std #tag-container {
  display: inline-block;
  width: 100%;
  padding: 0 20px; }
/* line 46, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .find-store, .ustorelocator-location-map .col-main .std .find-store, .cms-find-a-store .col-main .find-store, .cms-find-a-store .col-main .std .find-store {
  padding-top: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
/* line 52, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #sl-banner, .ustorelocator-location-map .col-main .std #sl-banner, .cms-find-a-store .col-main #sl-banner, .cms-find-a-store .col-main .std #sl-banner {
  height: 370px;
  padding-top: 50px;
  overflow: hidden; }
@media only screen and (max-width: 770px) {
  /* line 52, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #sl-banner, .ustorelocator-location-map .col-main .std #sl-banner, .cms-find-a-store .col-main #sl-banner, .cms-find-a-store .col-main .std #sl-banner {
    display: inline-block;
    width: 100%; } }
/* line 62, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #sl-banner .sl-banner-content, .ustorelocator-location-map .col-main .std #sl-banner .sl-banner-content, .cms-find-a-store .col-main #sl-banner .sl-banner-content, .cms-find-a-store .col-main .std #sl-banner .sl-banner-content {
  max-width: 1180px;
  margin: 0 auto; }
/* line 66, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #sl-banner h1, .ustorelocator-location-map .col-main .std #sl-banner h1, .cms-find-a-store .col-main #sl-banner h1, .cms-find-a-store .col-main .std #sl-banner h1 {
  color: #e42d38;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: none; }
@media only screen and (max-width: 979px) {
  /* line 66, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #sl-banner h1, .ustorelocator-location-map .col-main .std #sl-banner h1, .cms-find-a-store .col-main #sl-banner h1, .cms-find-a-store .col-main .std #sl-banner h1 {
    font-size: 40px; } }
@media only screen and (max-width: 770px) {
  /* line 66, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #sl-banner h1, .ustorelocator-location-map .col-main .std #sl-banner h1, .cms-find-a-store .col-main #sl-banner h1, .cms-find-a-store .col-main .std #sl-banner h1 {
    font-size: 35px; } }
@media only screen and (max-width: 479px) {
  /* line 66, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #sl-banner h1, .ustorelocator-location-map .col-main .std #sl-banner h1, .cms-find-a-store .col-main #sl-banner h1, .cms-find-a-store .col-main .std #sl-banner h1 {
    font-size: 30px; } }
/* line 83, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #sl-banner p, .ustorelocator-location-map .col-main .std #sl-banner p, .cms-find-a-store .col-main #sl-banner p, .cms-find-a-store .col-main .std #sl-banner p {
  color: #0e0e0e;
  font-weight: 700;
  max-width: 51%;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 21px; }
@media only screen and (max-width: 770px) {
  /* line 83, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #sl-banner p, .ustorelocator-location-map .col-main .std #sl-banner p, .cms-find-a-store .col-main #sl-banner p, .cms-find-a-store .col-main .std #sl-banner p {
    max-width: 65%; } }
/* line 97, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom, .ustorelocator-location-map .col-main .std .sl-bottom, .cms-find-a-store .col-main .sl-bottom, .cms-find-a-store .col-main .std .sl-bottom {
  color: #e42d38;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 73px; }
/* line 105, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom h2, .ustorelocator-location-map .col-main .std .sl-bottom h2, .cms-find-a-store .col-main .sl-bottom h2, .cms-find-a-store .col-main .std .sl-bottom h2 {
  color: #e42d38;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 400;
  border-bottom: none; }
@media only screen and (max-width: 979px) {
  /* line 105, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom h2, .ustorelocator-location-map .col-main .std .sl-bottom h2, .cms-find-a-store .col-main .sl-bottom h2, .cms-find-a-store .col-main .std .sl-bottom h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 90%; } }
@media only screen and (max-width: 770px) {
  /* line 105, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom h2, .ustorelocator-location-map .col-main .std .sl-bottom h2, .cms-find-a-store .col-main .sl-bottom h2, .cms-find-a-store .col-main .std .sl-bottom h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 30px; } }
@media only screen and (max-width: 479px) {
  /* line 105, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom h2, .ustorelocator-location-map .col-main .std .sl-bottom h2, .cms-find-a-store .col-main .sl-bottom h2, .cms-find-a-store .col-main .std .sl-bottom h2 {
    padding: 0;
    font-size: 20px;
    line-height: 24px; } }
/* line 135, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom ul li a, .ustorelocator-location-map .col-main .std .sl-bottom ul li a, .cms-find-a-store .col-main .sl-bottom ul li a, .cms-find-a-store .col-main .std .sl-bottom ul li a {
  color: #ed2424;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 19px; }
/* line 140, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom ul li a:hover, .ustorelocator-location-map .col-main .std .sl-bottom ul li a:hover, .cms-find-a-store .col-main .sl-bottom ul li a:hover, .cms-find-a-store .col-main .std .sl-bottom ul li a:hover {
  text-decoration: none; }
@media only screen and (max-width: 479px) {
  /* line 135, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom ul li a, .ustorelocator-location-map .col-main .std .sl-bottom ul li a, .cms-find-a-store .col-main .sl-bottom ul li a, .cms-find-a-store .col-main .std .sl-bottom ul li a {
    font-size: 16px; } }
/* line 150, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .page-title, .ustorelocator-location-map .col-main .std .page-title, .cms-find-a-store .col-main .page-title, .cms-find-a-store .col-main .std .page-title {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  margin-bottom: 15px; }
/* line 158, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .page-title h2, .ustorelocator-location-map .col-main .std .page-title h2, .cms-find-a-store .col-main .page-title h2, .cms-find-a-store .col-main .std .page-title h2 {
  border-bottom: 0;
  width: auto;
  display: inline-block;
  color: #e42d38;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 38px; }
/* line 173, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form, .ustorelocator-location-map .col-main .std #store_locator_form, .cms-find-a-store .col-main #store_locator_form, .cms-find-a-store .col-main .std #store_locator_form {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px; }
@media only screen and (max-width: 479px) {
  /* line 173, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #store_locator_form, .ustorelocator-location-map .col-main .std #store_locator_form, .cms-find-a-store .col-main #store_locator_form, .cms-find-a-store .col-main .std #store_locator_form {
    display: block;
    padding: 0 10px;
    width: 100%; } }
/* line 185, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form fieldset, .ustorelocator-location-map .col-main .std #store_locator_form fieldset, .cms-find-a-store .col-main #store_locator_form fieldset, .cms-find-a-store .col-main .std #store_locator_form fieldset {
  padding: 0; }
/* line 188, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form .location-search, .ustorelocator-location-map .col-main .std #store_locator_form .location-search, .cms-find-a-store .col-main #store_locator_form .location-search, .cms-find-a-store .col-main .std #store_locator_form .location-search {
  display: inline-block;
  /* 	@include bp(max-width, $bp-xsmall) {
  		width: 100%
  	} */ }
/* line 191, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form .location-search .input-box, .ustorelocator-location-map .col-main .std #store_locator_form .location-search .input-box, .cms-find-a-store .col-main #store_locator_form .location-search .input-box, .cms-find-a-store .col-main .std #store_locator_form .location-search .input-box {
  padding-top: 0; }
@media only screen and (max-width: 479px) {
  /* line 198, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #store_locator_form ul li, .ustorelocator-location-map .col-main .std #store_locator_form ul li, .cms-find-a-store .col-main #store_locator_form ul li, .cms-find-a-store .col-main .std #store_locator_form ul li {
    width: 100%; } }
/* line 203, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form label, .ustorelocator-location-map .col-main .std #store_locator_form label, .cms-find-a-store .col-main #store_locator_form label, .cms-find-a-store .col-main .std #store_locator_form label {
  display: none; }
@media only screen and (max-width: 479px) {
  /* line 203, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #store_locator_form label, .ustorelocator-location-map .col-main .std #store_locator_form label, .cms-find-a-store .col-main #store_locator_form label, .cms-find-a-store .col-main .std #store_locator_form label {
    width: 100%; } }
/* line 209, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form a, .ustorelocator-location-map .col-main .std #store_locator_form a, .cms-find-a-store .col-main #store_locator_form a, .cms-find-a-store .col-main .std #store_locator_form a {
  display: inline-block;
  width: 160px !important; }
/* line 212, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form a .selectBox-label, .ustorelocator-location-map .col-main .std #store_locator_form a .selectBox-label, .cms-find-a-store .col-main #store_locator_form a .selectBox-label, .cms-find-a-store .col-main .std #store_locator_form a .selectBox-label {
  width: 100% !important; }
/* line 216, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form .button-set, .ustorelocator-location-map .col-main .std #store_locator_form .button-set, .cms-find-a-store .col-main #store_locator_form .button-set, .cms-find-a-store .col-main .std #store_locator_form .button-set {
  display: inline-block;
  margin-top: 0;
  position: relative; }
/* line 221, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form .button-set button, .ustorelocator-location-map .col-main .std #store_locator_form .button-set button, .cms-find-a-store .col-main #store_locator_form .button-set button, .cms-find-a-store .col-main .std #store_locator_form .button-set button {
  padding: 9px 32px; }
/* line 223, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form .button-set button.reset, .ustorelocator-location-map .col-main .std #store_locator_form .button-set button.reset, .cms-find-a-store .col-main #store_locator_form .button-set button.reset, .cms-find-a-store .col-main .std #store_locator_form .button-set button.reset {
  display: none; }
@media only screen and (max-width: 479px) {
  /* line 216, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #store_locator_form .button-set, .ustorelocator-location-map .col-main .std #store_locator_form .button-set, .cms-find-a-store .col-main #store_locator_form .button-set, .cms-find-a-store .col-main .std #store_locator_form .button-set {
    /* display: block;
    width: 100%; */
    margin: 0 0 20px 0; }
  /* line 233, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #store_locator_form .button-set button, .ustorelocator-location-map .col-main .std #store_locator_form .button-set button, .cms-find-a-store .col-main #store_locator_form .button-set button, .cms-find-a-store .col-main .std #store_locator_form .button-set button {
    /* 	width: 48%; */ } }
/* line 237, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form .button-set #sl-loader, .ustorelocator-location-map .col-main .std #store_locator_form .button-set #sl-loader, .cms-find-a-store .col-main #store_locator_form .button-set #sl-loader, .cms-find-a-store .col-main .std #store_locator_form .button-set #sl-loader {
  position: absolute;
  top: -5px;
  right: -70px; }
/* line 247, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations, .cms-find-a-store #storelocator-locations {
  max-width: 1180px;
  margin: 40px auto; }
@media only screen and (max-width: 1200px) {
  /* line 247, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations, .cms-find-a-store #storelocator-locations {
    margin: 40px 20px; } }
/* line 253, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations #results, .cms-find-a-store #storelocator-locations #results {
  float: left;
  display: inline-block;
  font-size: 22px; }
/* line 257, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations #results span, .cms-find-a-store #storelocator-locations #results span {
  color: #c32420; }
/* line 261, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .pager, .cms-find-a-store #storelocator-locations .pager {
  margin-right: -20px;
  padding-bottom: 20px;
  top: 0; }
@media only screen and (max-width: 770px) {
  /* line 261, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .pager, .cms-find-a-store #storelocator-locations .pager {
    clear: none;
    float: right;
    width: auto; } }
/* line 270, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .pager .pages strong, .cms-find-a-store #storelocator-locations .pager .pages strong {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Open Sans";
  color: #555555; }
/* line 277, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .pager span, .cms-find-a-store #storelocator-locations .pager span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400; }
/* line 282, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .pager ol, .cms-find-a-store #storelocator-locations .pager ol {
  display: inline-block; }
/* line 287, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table, .cms-find-a-store #storelocator-locations .data-table {
  background-color: #ffffff;
  clear: both;
  padding: 20px;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 25px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
/* line 298, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table colgroup, .cms-find-a-store #storelocator-locations .data-table colgroup {
  display: none; }
/* line 301, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table a, .cms-find-a-store #storelocator-locations .data-table a {
  text-transform: none; }
/* line 303, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table a:hover, .cms-find-a-store #storelocator-locations .data-table a:hover {
  color: #c32420;
  text-transform: none; }
/* line 308, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table th, .cms-find-a-store #storelocator-locations .data-table th {
  padding: 0;
  vertical-align: middle; }
/* line 311, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table th span, .cms-find-a-store #storelocator-locations .data-table th span {
  padding: 0 0 10px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  color: #555555;
  font-family: "Open Sans"; }
@media only screen and (max-width: 770px) {
  /* line 308, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table th, .cms-find-a-store #storelocator-locations .data-table th {
    display: none; } }
/* line 325, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr:nth-child(odd) td, .cms-find-a-store #storelocator-locations .data-table tr:nth-child(odd) td {
  background-color: #D9D9D9;
  border-right: 1px solid #B6B6B6; }
/* line 328, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr:nth-child(odd) td:first-of-type, .cms-find-a-store #storelocator-locations .data-table tr:nth-child(odd) td:first-of-type {
  border-left: 2px solid #B6B6B6; }
@media only screen and (max-width: 770px) {
  /* line 325, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr:nth-child(odd) td, .cms-find-a-store #storelocator-locations .data-table tr:nth-child(odd) td {
    /* border-bottom: 0; */
    border-left: 2px solid #B6B6B6;
    border-right: 0; } }
/* line 339, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr:nth-child(even) td, .cms-find-a-store #storelocator-locations .data-table tr:nth-child(even) td {
  background-color: #fafafa;
  border-right: 1px solid #B6B6B6; }
/* line 342, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr:nth-child(even) td:first-of-type, .cms-find-a-store #storelocator-locations .data-table tr:nth-child(even) td:first-of-type {
  border-left: 2px solid #e4e4e4; }
@media only screen and (max-width: 770px) {
  /* line 339, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr:nth-child(even) td, .cms-find-a-store #storelocator-locations .data-table tr:nth-child(even) td {
    border-left: 2px solid #e4e4e4;
    border-right: 0; } }
/* line 351, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:last-child, .cms-find-a-store #storelocator-locations .data-table tr td:last-child {
  border-right: 0; }
@media only screen and (max-width: 770px) {
  /* line 351, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td:last-child, .cms-find-a-store #storelocator-locations .data-table tr td:last-child {
    border-right: 0; } }
/* line 357, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr:hover, .cms-find-a-store #storelocator-locations .data-table tr:hover {
  outline: 2px solid #9d9d9d;
  outline-offset: -2px; }
@media only screen and (max-width: 770px) {
  /* line 357, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr:hover, .cms-find-a-store #storelocator-locations .data-table tr:hover {
    outline: none; } }
/* line 364, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table thead tr:hover, .cms-find-a-store #storelocator-locations .data-table thead tr:hover {
  outline: none; }
/* line 367, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr.active, .cms-find-a-store #storelocator-locations .data-table tr.active {
  outline: 2px solid #c32420;
  outline-offset: -2px; }
/* line 371, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table td, .cms-find-a-store #storelocator-locations .data-table td {
  padding: 15px 10px;
  overflow: hidden; }
@media only screen and (max-width: 770px) {
  /* line 371, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table td, .cms-find-a-store #storelocator-locations .data-table td {
    display: block;
    position: relative;
    border-bottom: 0; }
  /* line 378, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table td > div, .cms-find-a-store #storelocator-locations .data-table td > div {
    padding-left: 30%;
    font-size: 12px;
    line-height: 16px; } }
/* line 387, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr.sidebar-row td:last-child, .cms-find-a-store #storelocator-locations .data-table tr.sidebar-row td:last-child {
  padding-bottom: 15px; }
@media only screen and (max-width: 770px) {
  /* line 385, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr, .cms-find-a-store #storelocator-locations .data-table tr {
    display: block; }
  /* line 393, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:before, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:before {
    color: #555555;
    content: attr(data-rwd-label) ":";
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 700;
    padding-right: 5px;
    text-transform: uppercase;
    clear: both;
    float: left;
    width: 30%;
    overflow: hidden;
    text-align: left; } }
/* line 409, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child {
  width: 30%; }
@media only screen and (max-width: 770px) {
  /* line 409, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child {
    width: 100%; } }
/* line 416, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div {
  padding-left: 60px;
  text-align: left; }
/* line 419, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div span, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div span {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: none; }
@media only screen and (max-width: 770px) {
  /* line 419, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div span, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div span {
    font-size: 12px; } }
/* line 428, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div address, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div address {
  font-size: 14px;
  text-transfrom: uppercase;
  font-family: "Open Sans"; }
@media only screen and (max-width: 770px) {
  /* line 428, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div address, .cms-find-a-store #storelocator-locations .data-table tr td[data-rwd-label]:first-child div div address {
    font-size: 12px; } }
/* line 439, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2), .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) {
  width: 32%;
  font-size: 14px;
  font-family: "Open Sans";
  text-align: left; }
@media only screen and (max-width: 770px) {
  /* line 439, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2), .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) {
    width: 100%;
    font-size: 12px; } }
/* line 449, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) .site, .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) .contact-email, .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) a, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) .site, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) .contact-email, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) a {
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans";
  color: #000000; }
@media only screen and (max-width: 770px) {
  /* line 449, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) .site, .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) .contact-email, .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) a, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) .site, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) .contact-email, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) a {
    font-size: 12px; } }
/* line 458, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) a, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) a {
  font-weight: 400;
  text-decoration: none;
  tex-transform: none; }
/* line 462, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(2) a:hover, .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(2) a:hover {
  color: #c32420;
  text-decoration: none; }
/* line 469, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(3), .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(3) {
  width: 20%;
  text-align: left;
  font-family: "Open Sans"; }
@media only screen and (max-width: 770px) {
  /* line 469, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td:nth-child(3), .cms-find-a-store #storelocator-locations .data-table tr td:nth-child(3) {
    width: 100%; } }
/* line 479, ../scss/module/_store-locator.scss */
.ustorelocator-location-map #storelocator-locations .data-table tr td:last-child, .cms-find-a-store #storelocator-locations .data-table tr td:last-child {
  width: 18%;
  font-family: "Open Sans";
  text-align: left; }
@media only screen and (max-width: 770px) {
  /* line 479, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map #storelocator-locations .data-table tr td:last-child, .cms-find-a-store #storelocator-locations .data-table tr td:last-child {
    width: 100%; } }

/* line 494, ../scss/module/_store-locator.scss */
.storelocator_footer {
  margin-top: 50px;
  padding: 20px 0 50px; }
/* line 498, ../scss/module/_store-locator.scss */
.storelocator_footer span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px; }

/* ============================================ *
 * Store locator - country site
 * ============================================ */
/* line 508, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .page-title.country-site, .cms-find-a-store .col-main .page-title.country-site {
  margin-bottom: 0; }

/* line 512, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site, .cms-find-a-store .col-main .page-title.country-site {
  /* 	max-width: 960px; */
  width: 100%; }
/* line 517, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site .location-search, .cms-find-a-store .col-main .page-title.country-site .location-search {
  display: inline; }
/* line 520, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site .page-title, .cms-find-a-store .col-main .page-title.country-site .page-title {
  margin-bottom: 0; }
/* line 523, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site li, .cms-find-a-store .col-main .page-title.country-site li {
  min-width: 100px;
  width: 8%;
  display: inline-block;
  clear: both; }
/* line 529, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site li .input-text, .cms-find-a-store .col-main .page-title.country-site li .input-text {
  width: 100%; }
/* line 532, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site li.last, .cms-find-a-store .col-main .page-title.country-site li.last {
  float: none;
  clear: both;
  mix-width: 150px;
  width: 7%; }
/* line 537, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site li.last .input-box, .cms-find-a-store .col-main .page-title.country-site li.last .input-box {
  width: 100%; }
/* line 539, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site li.last .input-box a, .cms-find-a-store .col-main .page-title.country-site li.last .input-box a {
  width: 100% !important;
  padding-right: 20px; }
/* line 545, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site li.first, .cms-find-a-store .col-main .page-title.country-site li.first {
  float: none;
  clear: both; }
/* line 550, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site .post-code, .cms-find-a-store .col-main .page-title.country-site .post-code {
  max-width: 70px;
  width: 9%; }
/* line 554, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site .country, .ustorelocator-location-map .col-main #store_locator_form.country-site .tier-name, .ustorelocator-location-map .col-main #store_locator_form.country-site .manufacturer, .cms-find-a-store .col-main .page-title.country-site .country, .cms-find-a-store .col-main .page-title.country-site .tier-name, .cms-find-a-store .col-main .page-title.country-site .manufacturer {
  min-width: 140px;
  width: 8%; }
/* line 558, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site .country .input-box, .ustorelocator-location-map .col-main #store_locator_form.country-site .tier-name .input-box, .ustorelocator-location-map .col-main #store_locator_form.country-site .manufacturer .input-box, .cms-find-a-store .col-main .page-title.country-site .country .input-box, .cms-find-a-store .col-main .page-title.country-site .tier-name .input-box, .cms-find-a-store .col-main .page-title.country-site .manufacturer .input-box {
  width: 100%; }
/* line 560, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main #store_locator_form.country-site .country .input-box a, .ustorelocator-location-map .col-main #store_locator_form.country-site .tier-name .input-box a, .ustorelocator-location-map .col-main #store_locator_form.country-site .manufacturer .input-box a, .cms-find-a-store .col-main .page-title.country-site .country .input-box a, .cms-find-a-store .col-main .page-title.country-site .tier-name .input-box a, .cms-find-a-store .col-main .page-title.country-site .manufacturer .input-box a {
  width: 100% !important;
  padding-right: 20px; }
@media only screen and (max-width: 979px) {
  /* line 566, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main #store_locator_form.country-site .button-set, .cms-find-a-store .col-main .page-title.country-site .button-set {
    padding: 10px; } }

/* line 573, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site, .cms-find-a-store .col-main .sl-bottom.country-site {
  max-width: 1180px;
  width: 100%;
  padding-bottom: 0; }
/* line 578, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site h2, .cms-find-a-store .col-main .sl-bottom.country-site h2 {
  padding-left: 10px;
  padding-right: 10px; }
@media only screen and (max-width: 599px) {
  /* line 578, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site h2, .cms-find-a-store .col-main .sl-bottom.country-site h2 {
    font-size: 26px; } }
/* line 585, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site > p, .cms-find-a-store .col-main .sl-bottom.country-site > p {
  color: #111111;
  font-size: 16px;
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px; }
@media only screen and (max-width: 599px) {
  /* line 585, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site > p, .cms-find-a-store .col-main .sl-bottom.country-site > p {
    font-size: 16px;
    line-height: 22px; } }
/* line 598, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info {
  display: table;
  border-collapse: separate;
  border-spacing: 30px 0;
  margin: 0 auto; }
@media only screen and (max-width: 599px) {
  /* line 598, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info {
    width: 94%;
    display: block;
    margin: 0 auto; } }
/* line 610, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul {
  display: table-row; }
@media only screen and (max-width: 599px) {
  /* line 610, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul {
    display: block; } }
/* line 616, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li {
  display: table-cell;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-top: 5px solid #c32420;
  border-radius: 5px;
  width: 33.3%; }
@media only screen and (max-width: 599px) {
  /* line 616, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  /* line 629, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li:last-child, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li:last-child {
    margin-bottom: 0; } }
/* line 634, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li:nth-of-type(1), .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li:nth-of-type(1) {
  border-color: #b39833; }
/* line 637, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li:nth-of-type(2), .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li:nth-of-type(2) {
  border-color: #9d9d9d; }
/* line 640, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li:nth-of-type(3), .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li:nth-of-type(3) {
  margin-right: 0; }
/* line 644, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li .dealer-wrapper, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li .dealer-wrapper {
  display: inline-block;
  vertical-align: top;
  height: 100%; }
@media only screen and (max-width: 599px) {
  /* line 644, ../scss/module/_store-locator.scss */
  .ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-info > ul > li .dealer-wrapper, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-info > ul > li .dealer-wrapper {
    width: 100%; } }
/* line 653, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-logo, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-logo {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 20px;
  overflow: hidden;
  padding: 10px 0 0;
  text-align: center; }
/* line 662, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-logo img, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-logo img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%; }
/* line 668, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-detail-list, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-detail-list {
  border-top: 1px solid #d7d6d7;
  font-size: 12px; }
/* line 671, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-detail-list ul, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-detail-list ul {
  text-align: left; }
/* line 674, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-detail-list ul li, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-detail-list ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d7d6d7;
  border-top: 1px solid #f1f0f0;
  line-height: 1.5;
  padding: 15px 25px 15px 50px;
  text-indent: -30px;
  color: #4c4c4c; }
/* line 683, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-detail-list ul li:before, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-detail-list ul li:before {
  background: #969696 none repeat scroll 0 0;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 20px;
  width: 10px; }
/* line 692, ../scss/module/_store-locator.scss */
.ustorelocator-location-map .col-main .sl-bottom.country-site .dealer-detail-list ul li:last-child, .cms-find-a-store .col-main .sl-bottom.country-site .dealer-detail-list ul li:last-child {
  border-bottom: 0; }

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
/* line 34, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both; }
/* line 39, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
/* line 45, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3; }
/* line 51, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

/* line 57, ../scss/module/_cookies.scss */
#notice-cookie-block {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #000000;
  z-index: 200; }
/* line 63, ../scss/module/_cookies.scss */
#notice-cookie-block .notice-inner {
  background-image: none;
  padding-left: 0; }
@media only screen and (max-width: 1199px) {
  /* line 63, ../scss/module/_cookies.scss */
  #notice-cookie-block .notice-inner {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 979px) {
  /* line 63, ../scss/module/_cookies.scss */
  #notice-cookie-block .notice-inner {
    width: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 979px) {
  /* line 75, ../scss/module/_cookies.scss */
  #notice-cookie-block .notice-text {
    width: 100%;
    max-width: 100%; } }
/* line 81, ../scss/module/_cookies.scss */
#notice-cookie-block .notice-inner {
  padding-top: 0; }
/* line 84, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content {
  color: #cccccc;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  max-width: 1180px;
  width: 100%;
  text-align: center; }
@media only screen and (max-width: 650px) {
  /* line 84, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content {
    padding: 30px 0; } }
@media only screen and (max-width: 599px) {
  /* line 84, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content {
    text-align: left; } }
@media only screen and (max-width: 479px) {
  /* line 84, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content {
    text-align: center;
    padding: 20px 0 30px 0; } }
/* line 104, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_title {
  border-right: 2px solid #cccccc;
  font-size: 20px;
  font-weight: 300;
  width: 15%;
  padding: 0 20px 0 0;
  line-height: 26px;
  display: inline; }
@media only screen and (max-width: 979px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    font-size: 18px;
    width: 17%; } }
@media only screen and (max-width: 770px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    font-size: 16px; } }
@media only screen and (max-width: 650px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 104, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_title {
    border-right: none;
    width: 100%;
    padding-right: 0;
    font-size: 14px; } }
/* line 129, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_details, #notice-cookie-block #cookie_alert_content #ca_details p {
  line-height: 19px; }
/* line 132, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_details {
  padding: 0 20px;
  width: 70%; }
@media only screen and (max-width: 1199px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    width: 63%; } }
@media only screen and (max-width: 770px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    font-size: 12px; } }
@media only screen and (max-width: 650px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    font-size: 11px; } }
@media only screen and (max-width: 599px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    display: block;
    float: left;
    width: 80%;
    text-align: left;
    padding-left: 0; } }
@media only screen and (max-width: 479px) {
  /* line 132, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_details {
    display: block;
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: justify; } }
/* line 162, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content .ca_section {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle; }
/* line 167, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_details a {
  color: #7f7f7f; }
/* line 170, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action {
  width: 15%; }
/* line 172, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action button {
  width: 100%; }
@media only screen and (max-width: 770px) {
  /* line 172, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action button {
    font-size: 11px; } }
@media only screen and (max-width: 650px) {
  /* line 172, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action button {
    font-size: 9px; } }
@media only screen and (max-width: 479px) {
  /* line 172, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action button {
    font-size: 10px; } }
@media only screen and (max-width: 599px) {
  /* line 170, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action {
    float: left;
    width: 20%; } }
@media only screen and (max-width: 479px) {
  /* line 170, ../scss/module/_cookies.scss */
  #notice-cookie-block #cookie_alert_content #ca_action {
    display: block;
    float: none;
    width: 100%; } }
/* line 193, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action a {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }
/* line 197, ../scss/module/_cookies.scss */
#notice-cookie-block #cookie_alert_content #ca_action a:hover {
  text-decoration: none; }

/* @include bp(max-width, $bp-large) {
    .notice-cookie {
        .notice-text {
            max-width: 86%;
        }
    }
} */
/* @include bp(max-width, $bp-medium) {

    .notice-cookie {
        padding: 0 20px;

        .notice-text {
            max-width: 82%;
            padding-top: 0;
        }
    }
} */
/*
@include bp(max-width, 620px) {

    .notice-cookie {
        padding: 0 20px;

        .notice-inner {
            background-position: left 10px;

            &:after {
                @include clearfix;
            }
        }

        .notice-text {
            float: none;
            max-width: 100%;
            padding-top: 0;
        }

        .actions {
            text-align: left;
        }
    }
} */
/* ================================================= *
 * Ambassador
 * ================================================= */
/* line 4, ../scss/module/_ambassador.scss */
::-webkit-input-placeholder {
  color: #555555;
  opacity: 1; }

/* line 9, ../scss/module/_ambassador.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
  opacity: 1; }

/* line 13, ../scss/module/_ambassador.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  opacity: 1; }

/* line 17, ../scss/module/_ambassador.scss */
:-ms-input-placeholder {
  color: #555555;
  opacity: 1; }

/* line 21, ../scss/module/_ambassador.scss */
#ambassadors-grid ul.products-grid.products-grid--max-4-col:not(.messages) li {
  margin-left: auto; }

/* line 24, ../scss/module/_ambassador.scss */
.std.ambassador-std {
  padding-top: 5px; }

/* line 27, ../scss/module/_ambassador.scss */
#ambassadors-grid ul.products-grid.products-grid--max-4-col {
  list-style: none; }
/* line 29, ../scss/module/_ambassador.scss */
#ambassadors-grid ul.products-grid.products-grid--max-4-col li {
  margin-left: auto; }
/* line 31, ../scss/module/_ambassador.scss */
#ambassadors-grid ul.products-grid.products-grid--max-4-col li p {
  margin: auto;
  color: #ffffff;
  font-size: 12px;
  line-height: 17px; }

/* line 40, ../scss/module/_ambassador.scss */
#ambassadors-grid .pager {
  margin-right: -20px;
  top: -40px; }
/* line 44, ../scss/module/_ambassador.scss */
#ambassadors-grid .pager li {
  line-height: 12px; }
@media only screen and (max-width: 770px) {
  /* line 40, ../scss/module/_ambassador.scss */
  #ambassadors-grid .pager {
    float: right;
    width: auto;
    top: 7px; } }
@media only screen and (max-width: 599px) {
  /* line 40, ../scss/module/_ambassador.scss */
  #ambassadors-grid .pager {
    top: 0; } }
/* line 57, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar-bottom {
  border-top: 1px solid #B6B6B6;
  width: 100%;
  padding-top: 20px; }
/* line 61, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar-bottom .pager {
  top: -7px; }
@media only screen and (max-width: 770px) {
  /* line 61, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar-bottom .pager {
    top: -7px; } }
/* line 68, ../scss/module/_ambassador.scss */
#ambassadors-grid .count-container {
  display: none; }
/* line 71, ../scss/module/_ambassador.scss */
#ambassadors-grid .page-title {
  text-transform: none;
  margin-bottom: 14px; }
@media only screen and (max-width: 599px) {
  /* line 71, ../scss/module/_ambassador.scss */
  #ambassadors-grid .page-title {
    font-size: 26px; } }
/* line 78, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar {
  padding: 10px 13px;
  text-align: center; }
/* line 82, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar label {
  color: #000000;
  font-family: Open Sans;
  font-weight: 800;
  padding-right: 6px;
  display: inline-block; }
@media only screen and (max-width: 979px) {
  /* line 82, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar label {
    width: 70px; } }
/* line 92, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors {
  display: inline-block;
  width: 29%;
  float: left;
  text-align: left; }
/* line 98, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors input {
  max-width: calc(100% - 60px);
  display: inline-block; }
@media only screen and (max-width: 979px) {
  /* line 98, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .search-ambassadors input {
    max-width: calc(100% - 70px); } }
/* line 104, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors input::-webkit-input-placeholder {
  color: #555555;
  opacity: 1; }
/* line 109, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors input:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
  opacity: 1; }
/* line 114, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  opacity: 1; }
/* line 119, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors input:-ms-input-placeholder {
  color: #555555;
  opacity: 1; }
/* line 124, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .search-ambassadors label {
  width: 60px;
  float: left; }
@media only screen and (max-width: 979px) {
  /* line 124, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .search-ambassadors label {
    width: 70px; } }
@media only screen and (max-width: 979px) {
  /* line 92, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .search-ambassadors {
    width: 100%;
    text-align: left; } }
/* line 136, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .filter-by {
  display: inline-block;
  text-align: center; }
/* line 140, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .filter-by a.selectBox:first-of-type {
  margin-right: 10px; }
@media only screen and (max-width: 979px) {
  /* line 136, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .filter-by {
    width: 63%;
    text-align: left; } }
@media only screen and (max-width: 599px) {
  /* line 136, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .filter-by {
    width: 100%; } }
@media only screen and (max-width: 479px) {
  /* line 151, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .filter-by a.selectBox {
    width: calc(100% - 73px) !important; }
  /* line 154, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .filter-by a.selectBox:first-of-type {
    margin-right: 0; }
  /* line 157, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .filter-by a.selectBox:last-of-type {
    float: right; } }
/* line 163, ../scss/module/_ambassador.scss */
#ambassadors-grid .toolbar .sort-by {
  float: right;
  display: inline-block;
  text-align: right; }
@media only screen and (max-width: 979px) {
  /* line 163, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .sort-by {
    width: 37%; } }
@media only screen and (max-width: 599px) {
  /* line 163, ../scss/module/_ambassador.scss */
  #ambassadors-grid .toolbar .sort-by {
    width: 100%;
    float: left;
    text-align: left; } }
/* line 177, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col {
  position: relative;
  clear: both;
  display: block;
  margin-bottom: 35px; }
/* line 183, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li {
  padding: 0;
  border: 0;
  margin-right: 2.22222%;
  width: 23.3333%;
  float: left;
  margin-bottom: 20px;
  position: relative; }
/* line 191, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
  transition: bottom 0.5s ease;
  transition: top 0.5s ease;
  width: 100%;
  text-align: left; }
@media only screen and (max-width: 599px) {
  /* line 191, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-wrapper {
    left: 0;
    right: 0;
    text-align: center; } }
/* line 207, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-name {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-left: 5px;
  overflow: hidden;
  line-height: 16px; }
/* line 215, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description {
  display: none;
  color: #ffffff;
  font-size: 12px;
  max-height: 130px;
  overflow: hidden;
  line-height: 16px;
  font-family: "Open Sans"; }
/* line 223, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description p {
  font-family: "Open Sans"; }
@media only screen and (max-width: 1199px) {
  /* line 215, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description {
    max-height: 85px;
    overflow-y: scroll; } }
@media only screen and (max-width: 1024px) {
  /* line 215, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description {
    max-height: 82px; } }
@media only screen and (max-width: 979px) {
  /* line 215, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description {
    max-height: 105px; } }
@media only screen and (max-width: 770px) {
  /* line 215, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description {
    max-height: 82px; } }
@media only screen and (max-width: 650px) {
  /* line 215, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-description {
    height: 50px; } }
/* line 244, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li a.learn-more {
  display: none;
  background: #ffffff;
  color: #e42d38;
  border: none;
  text-align: center;
  width: 130px; }
@media only screen and (max-width: 770px) {
  /* line 244, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li a.learn-more {
    width: auto; } }
@media only screen and (max-width: 599px) {
  /* line 244, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li a.learn-more {
    width: 100%; } }
/* line 258, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .ambassador-overlay {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  display: none; }
/* line 266, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .featured-image {
  max-width: 280px;
  max-height: 280px;
  width: 100%;
  height: auto;
  position: relative; }
/* line 273, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li .profile-image {
  max-width: 55px;
  width: 25%;
  height: auto;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block; }
@media only screen and (max-width: 599px) {
  /* line 273, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li .profile-image {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%; } }
/* line 291, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-overlay {
  display: block;
  opacity: 0.8;
  background-color: #e42d38;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s; }
/* line 299, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-wrapper {
  bottom: auto;
  top: 20px; }
@media only screen and (max-width: 599px) {
  /* line 299, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-wrapper {
    left: 0;
    top: auto;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center; } }
/* line 311, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-description {
  display: block; }
@media only screen and (max-width: 599px) {
  /* line 311, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-description {
    display: none; } }
/* line 317, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover a.learn-more {
  display: block;
  float: left;
  margin-top: 17px;
  background: #ffffff;
  color: #e42d38; }
@media only screen and (max-width: 1024px) and (min-width: 771px) {
  /* line 317, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover a.learn-more {
    width: 100%; } }

@media only screen and (max-width: 770px) {
  /* line 317, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover a.learn-more {
    font-size: 11px; } }
@media only screen and (max-width: 599px) {
  /* line 317, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover a.learn-more {
    margin-top: auto; } }
/* line 335, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-name {
  padding-left: 0; }
/* line 339, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .profile-image {
  float: left;
  display: inline-block;
  width: 25%; }
@media only screen and (max-width: 599px) {
  /* line 339, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .profile-image {
    width: 100%;
    float: none; } }
/* line 348, ../scss/module/_ambassador.scss */
#ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-info {
  clear: both;
  text-align: left;
  display: inline-block;
  width: 69%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px; }
@media only screen and (max-width: 1024px) {
  /* line 348, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-info {
    width: 65%; } }
@media only screen and (max-width: 770px) {
  /* line 348, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-info {
    width: 65%; } }
@media only screen and (max-width: 650px) {
  /* line 348, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-info {
    padding-top: 0; } }
@media only screen and (max-width: 599px) {
  /* line 348, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:hover .ambassador-info {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center; } }
@media only screen and (min-width: 980px) {
  /* line 376, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left; }
  /* line 379, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(2n), #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%; }
  /* line 382, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0; }
  /* line 385, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none; } }
@media only screen and (max-width: 979px) and (min-width: 480px) {
  /* line 391, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li {
    margin-right: 3.7037%;
    width: 30.8642%; }
  /* line 395, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 0; }
  /* line 398, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(3n+1) {
    clear: left; }
  /* line 401, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(2n) {
    margin-right: 3.7037%; }
  /* line 404, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 0; }
  /* line 407, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(2n+1) {
    clear: none; } }

@media only screen and (max-width: 479px) {
  /* line 413, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li {
    float: left;
    margin-right: 4.54545%;
    width: 47.7273%; }
  /* line 418, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(2n+1) {
    clear: left; }
  /* line 421, ../scss/module/_ambassador.scss */
  #ambassadors-grid .products-grid.products-grid--max-4-col > li:nth-child(2n) {
    margin-right: 0; } }

/* ================================================= *
* Single Ambassador
* ================================================= */
/* line 433, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top {
  height: auto;
  position: relative;
  width: 100%;
  height: 450px; }
/* line 439, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 29%;
  position: absolute; }
/* line 447, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador img {
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 100px;
  width: 100%; }
/* line 456, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .ambassador-name {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  padding-top: 17px; }
/* line 462, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .ambassador-website {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px; }
/* line 468, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .ambassador-website:hover {
  text-decoration: none; }
/* line 472, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons {
  padding-top: 15px;
  display: inline-block; }
/* line 475, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons li {
  padding-right: 35px;
  display: inline-block; }
/* line 478, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons li:last-child {
  padding-right: 0; }
/* line 482, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons a {
  width: 34px;
  height: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block; }
/* line 491, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons .fb-ambassador {
  background: url(../images/fb-ambassador.png) no-repeat; }
/* line 494, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons .tw-ambassador {
  background: url(../images/tw-ambassador.png) no-repeat; }
/* line 497, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons .gplus-ambassador {
  background: url(../images/gplus-ambassador.png) no-repeat; }
/* line 500, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons .pin-ambassador {
  background: url(../images/pin-ambassador.png) no-repeat; }
/* line 503, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-top .about-ambassador .abassador-icons .contact-ambassador {
  background: url(../images/contact-ambassador.png) no-repeat;
  width: 38px;
  height: 24px; }
/* line 511, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery, .single-ambassador-wrapper .single-ambassador-tabs.equipment {
  margin-top: 10px;
  background: #ffffff; }
/* line 514, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .related-products-collateral, .single-ambassador-wrapper .single-ambassador-tabs.equipment .related-products-collateral {
  /* 	 @include related-tabs; */
  /*  			 > dl > dd.last {
   			 	position: static;
   			 } */ }
/* line 521, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .related-products-collateral > dl > dd.current, .single-ambassador-wrapper .single-ambassador-tabs.equipment .related-products-collateral > dl > dd.current {
  display: block; }
/* line 524, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs {
  height: 75px !important;
  border-bottom: 0 !important;
  border-top: 0 !important; }
/* line 529, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li {
  width: 50%;
  height: 65px !important;
  background: #e4e4e4 !important;
  border-top: 1px solid #ffffff; }
/* line 535, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span {
  height: 66px;
  text-align: center;
  width: 100%; }
/* line 540, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span span, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span span {
  width: auto;
  color: #000000 !important;
  position: relative;
  font-size: 18px;
  height: 66px;
  line-height: 57px; }
@media only screen and (max-width: 770px) {
  /* line 540, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span span, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span span {
    font-size: 16px; } }
@media only screen and (max-width: 599px) {
  /* line 540, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span span, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span span {
    font-size: 0;
    width: 100%;
    display: inline-block; } }
/* line 557, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span span:before {
  position: absolute;
  width: 20px;
  height: 24px;
  content: "";
  left: -30px;
  top: 0; }
@media only screen and (max-width: 599px) {
  /* line 557, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span span:before {
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto; } }
/* line 575, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span.gallery-title span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span.gallery-title span:before {
  background: url(../images/gallery-icon.png) no-repeat; }
/* line 582, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span.biography-title span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span.biography-title span:before {
  background: url(../images/biography-icon.png) no-repeat; }
/* line 589, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span.me-title span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span.me-title span:before {
  background: url(../images/me-icon.png) no-repeat;
  width: 26px;
  height: 25px;
  left: -36px; }
@media only screen and (max-width: 599px) {
  /* line 589, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span.me-title span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span.me-title span:before {
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto; } }
/* line 605, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span.oe-title span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span.oe-title span:before {
  background: url(../images/oe-icon.png) no-repeat;
  width: 27px;
  height: 23px;
  left: -37px; }
@media only screen and (max-width: 599px) {
  /* line 605, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li > span.oe-title span:before, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li > span.oe-title span:before {
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto; } }
/* line 621, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li.current, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li.current {
  background: #ffffff !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-top: 3px solid #e42d38 !important; }
/* line 626, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .toggle-tabs li.current > span, .single-ambassador-wrapper .single-ambassador-tabs.equipment .toggle-tabs li.current > span {
  border-bottom: 0 !important;
  border-top: 0 !important; }
/* line 631, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .collateral-tabs dd .tab-content, .single-ambassador-wrapper .single-ambassador-tabs.equipment .collateral-tabs dd .tab-content {
  padding-bottom: 0; }
/* line 634, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .collateral-tabs dd.tab-container, .single-ambassador-wrapper .single-ambassador-tabs.equipment .collateral-tabs dd.tab-container {
  padding: 0; }
/* line 640, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery #image-gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0; }
/* line 648, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .ambassador-bio .tab-content {
  padding-top: 40px !important;
  padding-bottom: 55px !important;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
@media only screen and (max-width: 770px) {
  /* line 655, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .ambassador-bio .tab-content {
    padding: 10px 20px !important; } }
@media only screen and (max-width: 770px) {
  /* line 661, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .tab-content {
    padding: 10px 20px !important; } }
/* line 665, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .ambassador-bp {
  display: inline-block;
  width: 17%; }
@media only screen and (max-width: 479px) {
  /* line 665, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .ambassador-bp {
    width: 50%; } }
/* line 672, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.gallery .about-ambassador {
  display: inline-block;
  width: 80.5%;
  padding-left: 2.5%;
  vertical-align: top; }
@media only screen and (max-width: 479px) {
  /* line 672, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.gallery .about-ambassador {
    width: 100%;
    padding: 0; } }
/* line 683, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment {
  /* 		.toggle-content.accordion-open #collateral-tabs dd.tab-container {
  		 		@include bp(max-width, $bp-medium) {
   				&.manfrotto-equipment.current {
   					display: block !important;
   				}
   				&.manfrotto-equipment:not(.current) {
   					display: none !important;
   				}
   			}
  		}
  		.toggle-content:not(.accordion-open) #collateral-tabs dd.tab-container {
  		 		@include bp(max-width, $bp-medium) {
   				&.manfrotto-equipment.current {
   					display: none !important;
   				}
   				&.manfrotto-equipment:not(.current) {
   					display: none !important;
   				}
   			}
  		} */ }
/* line 684, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment dd.tab-container .tab-content.oe-content {
  padding: 45px 0; }
@media only screen and (max-width: 770px) {
  /* line 684, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment dd.tab-container .tab-content.oe-content {
    padding: 20px 0; } }
/* line 711, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container {
  padding: 0 20px;
  overflow: hidden;
  /* 	.bx-wrapper {
  		padding-top: 40px;
  		padding-bottom: 30px;
  	} */
  /*  			&.manfrotto-equipment:not(.current) {
   				display: none !important;
   			}
   			&.manfrotto-equipment.current {
   				display: block !important;
   			}
   */ }
/* line 718, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .me-content .box-collateral {
  margin-top: 40px;
  margin-bottom: 70px; }
/* line 722, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .oe-content .box-collateral {
  margin-top: 20px;
  margin-bottom: 40px; }
/* line 726, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-prev {
  background: url('../images/arrows-slider_1445198855.png') no-repeat 0 -142px;
  left: -20px;
  top: 50%; }
@media only screen and (max-width: 770px) {
  /* line 726, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-prev {
    left: 0; } }
/* line 734, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-pager {
  bottom: -40px; }
/* line 737, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-prev.disabled {
  background-position: 0 -72px;
  display: block;
  left: -20px;
  top: 50%; }
@media only screen and (max-width: 770px) {
  /* line 737, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-prev.disabled {
    left: 0; } }
/* line 746, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-next {
  background: url('../images/arrows-slider_1445198855.png') no-repeat 0 -176px;
  right: -30px;
  top: 50%; }
@media only screen and (max-width: 770px) {
  /* line 746, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-next {
    right: 0; } }
/* line 754, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-next.disabled {
  background-position: 0 -106px;
  display: block; }
/* line 758, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-pager.bx-default-pager a {
  background: #B6B6B6;
  height: 12px;
  margin: 0 7px;
  width: 12px; }
/* line 763, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment #collateral-tabs dd.tab-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e42d38;
  opacity: 1; }
/* line 777, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment .me-content-title {
  font-weight: 800;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 20px; }
@media only screen and (max-width: 479px) {
  /* line 777, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .me-content-title {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 770px) {
  /* line 777, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .me-content-title {
    font-size: 20px; } }
/* line 790, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike {
  padding: 0 20px 40px; }
@media only screen and (max-width: 479px) {
  /* line 790, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike {
    padding: 0 0 20px; } }
/* line 797, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content {
  position: relative;
  padding: 0 60px;
  font-style: italic;
  margin-top: 35px;
  margin-left: 9%;
  margin-right: 8%;
  font-size: 16px; }
@media only screen and (max-width: 770px) {
  /* line 797, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0; } }
@media only screen and (max-width: 650px) {
  /* line 797, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content {
    padding: 0 45px; } }
@media only screen and (max-width: 479px) {
  /* line 797, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content {
    padding: 0 30px; } }
/* line 818, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content:before {
  position: absolute;
  background: url(../images/quotation-left.png) no-repeat;
  width: 41px;
  height: 31px;
  content: "";
  left: 0;
  top: 0; }
@media only screen and (max-width: 650px) {
  /* line 818, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content:before {
    background-size: 75%; } }
@media only screen and (max-width: 599px) {
  /* line 818, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content:before {
    background-size: 50%; } }
/* line 833, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content:after {
  position: absolute;
  background: url(../images/quotation-right.png) no-repeat;
  width: 41px;
  height: 30px;
  content: "";
  right: 0;
  bottom: -40px; }
@media only screen and (max-width: 650px) {
  /* line 833, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content:after {
    background-size: 75%; } }
@media only screen and (max-width: 599px) {
  /* line 833, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > div.why-ilike-content:after {
    background-size: 50%; } }
/* line 849, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > p {
  margin-left: 125px;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  padding-top: 23px;
  padding-left: 30px; }
@media only screen and (max-width: 1024px) {
  /* line 849, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > p {
    padding-left: 15px; } }
@media only screen and (max-width: 770px) {
  /* line 849, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > p {
    font-size: 14px;
    margin-left: 40px; } }
@media only screen and (max-width: 650px) {
  /* line 849, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > p {
    margin-left: 25px; } }
@media only screen and (max-width: 479px) {
  /* line 849, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment .why-ilike > p {
    margin-left: 15px; } }
/* line 871, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li {
  /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3); */
  /* box-shadow: 0 1px 1px rgba(0,0,0,.3); */
  margin-bottom: 15px;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB; }
/* line 879, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-image {
  box-shadow: none;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px; }
/* line 885, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li img {
  height: auto; }
/* line 888, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .price {
  display: block; }
/* line 891, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details {
  padding: 10px 20px 19px;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  width: 100%; }
/* line 897, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .product-name {
  height: 40px;
  overflow: hidden;
  display: inline-block;
  line-height: 20px; }
/* line 903, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .price-box {
  font-size: 18px;
  font-weight: 700;
  display: block;
  min-height: 47px;
  margin: 5px 0 0; }
/* line 911, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .button.secondary-button {
  width: 47%;
  display: inline-block;
  text-align: center;
  min-height: auto; }
@media only screen and (max-width: 1070px) {
  /* line 911, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .button.secondary-button {
    padding: 5px; } }
@media only screen and (max-width: 1024px) {
  /* line 911, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .button.secondary-button {
    font-size: 10px; } }
@media only screen and (max-width: 650px) {
  /* line 911, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .button.secondary-button {
    font-size: 9px; } }
@media only screen and (max-width: 479px) {
  /* line 911, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .button.secondary-button {
    font-size: 10px; } }
@media only screen and (max-width: 510px) {
  /* line 911, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .button.secondary-button {
    width: 100%; } }
/* line 932, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .learn-more {
  float: right;
  text-align: center;
  width: 50%; }
/* line 936, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .learn-more a {
  padding: 0;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  display: inline-block;
  color: #bfbfbf;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  z-index: 4;
  max-width: 100px;
  min-height: 31px;
  line-height: 39px;
  white-space: nowrap; }
/* line 952, ../scss/module/_ambassador.scss */
.single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .learn-more a:hover {
  text-decoration: none;
  color: #e42d38; }
@media only screen and (max-width: 1070px) {
  /* line 936, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .learn-more a {
    padding: 0;
    font-size: 10px;
    line-height: 29px; } }
@media only screen and (max-width: 510px) {
  /* line 932, ../scss/module/_ambassador.scss */
  .single-ambassador-wrapper .single-ambassador-tabs.equipment ul.products-slider li .product-details .action .learn-more {
    width: 100%; } }

/* line 971, ../scss/module/_ambassador.scss */
body.ambassadors-view-ambassador .fancybox-skin {
  background: transparent none repeat scroll 0 0;
  box-shadow: none; }

/* line 975, ../scss/module/_ambassador.scss */
body.ambassadors-view-ambassador .fancybox-close {
  background: transparent url("../images/close.png") no-repeat scroll 0 0;
  right: -40px;
  top: -15px; }

/* line 980, ../scss/module/_ambassador.scss */
body.ambassadors-view-ambassador .fancybox-next {
  right: -60px; }

/* line 983, ../scss/module/_ambassador.scss */
body.ambassadors-view-ambassador .fancybox-nav span {
  visibility: visible !important; }

/* line 986, ../scss/module/_ambassador.scss */
body.ambassadors-view-ambassador .fancybox-prev {
  left: -60px; }

/* line 989, ../scss/module/_ambassador.scss */
.ui-autocomplete {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium; }

/* line 997, ../scss/module/_ambassador.scss */
.ui-menu-item {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin: 0;
  text-shadow: none; }

/* line 1004, ../scss/module/_ambassador.scss */
.ui-menu-item.ui-state-focus {
  border: none;
  color: #333;
  background: transparent;
  font-size: 14px;
  background: #eeeeee;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 21px;
  overflow: hidden;
  font-weight: 400;
  text-shadow: none;
  margin: 0; }

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 30, ../../../rwd/default/scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate; }
/* line 33, ../../../rwd/default/scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none; }

/* line 3, ../scss/module/_custom.scss */
div#GroupEndorsementStrip p {
  /* font-family: arial; */
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
  line-height: 13px;
  margin: 5px 0 0 5px;
  float: left;
  letter-spacing: -1px; }

/* line 17, ../scss/module/_custom.scss */
.is-sticky {
  position: fixed !important;
  top: 20px; }

/* line 22, ../scss/module/_custom.scss */
.mute {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.55;
  z-index: 200; }

/* line 33, ../scss/module/_custom.scss */
.overlayOpacity {
  opacity: 0.5; }

/** BX slider CUSTOM STYLING **/
/* line 41, ../scss/module/_custom.scss */
.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0; }

/* line 49, ../scss/module/_custom.scss */
.collection-slider img {
  border: 3px solid white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  width: 100%; }
/* line 56, ../scss/module/_custom.scss */
.collection-slider li {
  padding: 2px; }

/* line 60, ../scss/module/_custom.scss */
.bx-wrapper .bx-loading {
  background: url('../images/bx_loader_1445198855.gif');
  display: none; }

/* line 64, ../scss/module/_custom.scss */
.media-wrapper .bx-pager.bx-default-pager a {
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4) inset;
  background: #d1cece;
  width: 14px;
  height: 14px;
  border-radius: 50%; }
/* line 72, ../scss/module/_custom.scss */
.media-wrapper .bx-pager.bx-default-pager a:hover {
  background: #b70132;
  box-shadow: none; }

/* line 79, ../scss/module/_custom.scss */
#bx-pager a {
  float: left;
  margin: 5px;
  width: 21%; }

/**  PDP zoom custom styles **/
/* line 88, ../scss/module/_custom.scss */
#closeZoom {
  font-size: 30px;
  position: absolute;
  top: 10px;
  z-index: 9999;
  color: #1a171b;
  cursor: pointer; }

/* line 96, ../scss/module/_custom.scss */
.smooth_zoom_preloader {
  background-image: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/preloader.gif?1445198855'); }

/* line 99, ../scss/module/_custom.scss */
.smooth_zoom_icons {
  background-image: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icons.png?1445198855'); }

/* line 102, ../scss/module/_custom.scss */
.zoomlink {
  cursor: zoom-in; }

/** Fancy box defaults override **/
/* line 108, ../scss/module/_custom.scss */
body .fancybox-overlay {
  background: rgba(0, 0, 0, 0.5) url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/fancybox_overlay.png?1445198855') repeat scroll 0 0; }

/** fix for linking within page with fixed header position **/
/* line 114, ../scss/module/_custom.scss */
.anchor-position {
  display: block;
  height: 95px;
  margin-top: -95px;
  visibility: hidden; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* line 4, ../scss/module/_collections.scss */
html, button, input, select, textarea {
  color: #222; }

/* body {
  font-size: 62.5%;
  line-height: 1.4;
  color: #1a171b;
  background: #ebebeb;
  -webkit-font-smoothing: antialiased;
}
 */
/* line 20, ../scss/module/_collections.scss */
::-moz-selection {
  background: #e42d24;
  color: #FFF;
  text-shadow: none; }

/* line 26, ../scss/module/_collections.scss */
::selection {
  background: #e42d24;
  color: #FFF;
  text-shadow: none; }

/* line 32, ../scss/module/_collections.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 41, ../scss/module/_collections.scss */
img {
  vertical-align: middle; }

/* line 45, ../scss/module/_collections.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 51, ../scss/module/_collections.scss */
textarea {
  resize: vertical; }

/* line 55, ../scss/module/_collections.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* BEGIN::General Styles */
/* line 64, ../scss/module/_collections.scss */
p {
  margin: 0 0 20px; }

/* line 69, ../scss/module/_collections.scss */
a.cta {
  display: inline-block;
  font-size: 1.15em;
  line-height: 1em;
  color: #e42d24;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
  padding-right: 18px;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') no-repeat right -34px; }

/* line 82, ../scss/module/_collections.scss */
a.cta:hover {
  background-position: right -66px; }

/* line 86, ../scss/module/_collections.scss */
a.cta:active {
  color: #000;
  background-position: right -64px; }

/* line 91, ../scss/module/_collections.scss */
section {
  position: relative; }

/* line 95, ../scss/module/_collections.scss */
.media-wrapper:before, .media-wrapper:after {
  content: " ";
  display: table; }

/* line 101, ../scss/module/_collections.scss */
.media-wrapper:after {
  clear: both; }

/* line 105, ../scss/module/_collections.scss */
.media-wrapper {
  position: relative;
  *zoom: 1; }

/* line 110, ../scss/module/_collections.scss */
.media-wrapper div.media-frame {
  display: inline-block;
  position: relative;
  border: 3px solid #fff;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }

/* line 120, ../scss/module/_collections.scss */
.media-wrapper div.media-frame img {
  display: block;
  position: relative; }

/* div.custom-html-block {
  display: none;
} */
/* line 129, ../scss/module/_collections.scss */
.caption {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 28px; }

/* line 135, ../scss/module/_collections.scss */
a.fancy-image, a.fancy-fogt {
  position: relative;
  display: block; }

/* line 140, ../scss/module/_collections.scss */
a.fancy-fogt {
  width: 165px; }

/* line 144, ../scss/module/_collections.scss */
a.fancy-image:after, a.fancy-fogt:after {
  position: absolute;
  content: ' ';
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') 0 -176px no-repeat;
  z-index: 10; }

/* line 155, ../scss/module/_collections.scss */
.media-frame a.fancy-image:after {
  top: -3px;
  right: -3px; }

/* line 160, ../scss/module/_collections.scss */
a.play-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 2px;
  z-index: 10;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }

/* line 175, ../scss/module/_collections.scss */
a.play-icon:hover {
  border: 4px solid #e42d24; }

/* line 179, ../scss/module/_collections.scss */
a.play-icon:active {
  border-color: #1a171b; }

/* line 183, ../scss/module/_collections.scss */
a.play-icon span {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 0;
  padding-top: 39px;
  margin: -19px 0 0 -19px;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') 0 -96px no-repeat; }

/* line 196, ../scss/module/_collections.scss */
a.play-icon:hover span, a.play-icon:active span {
  background-position: 0 -135px; }

/* line 201, ../scss/module/_collections.scss */
a.play-icon.icon-large span {
  width: 113px;
  padding-top: 113px;
  margin: -56px 0 0 -56px;
  background-position: 0 -370px; }

/* line 208, ../scss/module/_collections.scss */
a.play-icon.icon-large:hover span, a.play-icon.icon-large:active span {
  background-position: 0 -483px; }

/* line 213, ../scss/module/_collections.scss */
.media-frame a.play-icon {
  border: none;
  top: -3px;
  bottom: -3px;
  right: -3px;
  left: -3px; }

/* line 221, ../scss/module/_collections.scss */
.media-frame a.play-icon:hover {
  border: 3px solid #e42d24; }

/* line 225, ../scss/module/_collections.scss */
.media-frame a.play-icon:active {
  border-color: #1a171b; }

/*  END General Styles */
/** ^ need to check what of the above code is really necessary ^**/
/* CONTENT GENERAL STYLING */
/* line 235, ../scss/module/_collections.scss */
.full-width .module h1 {
  font-size: 44px;
  text-transform: capitalize; }
/* line 239, ../scss/module/_collections.scss */
.full-width .module h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0; }

/* line 246, ../scss/module/_collections.scss */
.video-thumb {
  position: relative;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  clear: both;
  z-index: 2; }
/* line 253, ../scss/module/_collections.scss */
.video-thumb > span:first-child {
  display: block;
  position: relative;
  width: 140px;
  height: 80px; }
/* line 258, ../scss/module/_collections.scss */
.video-thumb > span:first-child img {
  display: block;
  z-index: 2;
  border-radius: 2px;
  width: 140px;
  height: 80px; }

/* line 269, ../scss/module/_collections.scss */
section.module.module-light {
  background-color: #fff; }

/* line 273, ../scss/module/_collections.scss */
section.module.module-light.product-overview {
  border-bottom: 1px solid #fff;
  -moz-box-shadow: inset 0px -4px 0px -3px #b7b7b7;
  -webkit-box-shadow: inset 0px -4px 0px -3px #b7b7b7;
  box-shadow: inset 0px -4px 0px -3px #b7b7b7; }

/* line 280, ../scss/module/_collections.scss */
section.module.module-dark {
  background-color: #1a171b;
  color: #fff; }

/* line 285, ../scss/module/_collections.scss */
section.module.module-dark h4, section.module.module-dark h5 {
  color: #fff; }

/* line 290, ../scss/module/_collections.scss */
section.module.module-dark a.cta {
  color: #fff;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') right -32px no-repeat; }

/* line 295, ../scss/module/_collections.scss */
section.module.module-dark a.cta:hover {
  background-position: right 0; }

/* line 299, ../scss/module/_collections.scss */
section.module.module-dark a.cta:active {
  color: #e42d24;
  background-position: right 0; }

/* line 304, ../scss/module/_collections.scss */
.section-wrapper {
  max-width: 960px;
  min-height: 510px;
  margin: 0 auto;
  padding: 60px 10px 80px; }

/* line 311, ../scss/module/_collections.scss */
section {
  background-repeat: no-repeat; }
/* line 313, ../scss/module/_collections.scss */
section .content-wrapper {
  position: relative;
  width: 50%; }
/* line 317, ../scss/module/_collections.scss */
section .custom-html-block {
  width: 50%;
  position: relative; }
/* line 321, ../scss/module/_collections.scss */
section .media-wrapper {
  width: 50%; }
/* line 324, ../scss/module/_collections.scss */
section.full-column-image .media-wrapper {
  width: 100%; }

/* line 329, ../scss/module/_collections.scss */
ul.icons li {
  float: left;
  width: 90px;
  line-height: 20px; }
/* line 333, ../scss/module/_collections.scss */
ul.icons li .uppercase {
  border-bottom: 1px solid #959595;
  color: #959595;
  font-size: 9px;
  padding-bottom: 3px;
  text-transform: uppercase; }

/* line 342, ../scss/module/_collections.scss */
.noshow {
  display: none; }

/* line 345, ../scss/module/_collections.scss */
body .reeler:after {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 34px;
  top: 5px;
  left: 5px;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/jq_reel_swipe_icon.png?1445198855') 0 0 no-repeat; }

/** CONTENT GENERAL STYLING  end **/
/** MARQUEE **/
/* line 362, ../scss/module/_collections.scss */
#marquee {
  background-position: center center;
  background-size: inherit !important;
  background-color: #000; }
/* line 367, ../scss/module/_collections.scss */
#marquee img.logo {
  max-width: 350px;
  width: 100%; }

/** PRODUCT OVERVIEW **/
/* line 376, ../scss/module/_collections.scss */
.product-overview {
  background-position: center center;
  background-size: inherit !important;
  background-color: #fff; }
/* line 381, ../scss/module/_collections.scss */
.product-overview .vertical a.fancy-image {
  float: left;
  width: 165px;
  margin-right: 30px; }
/* line 385, ../scss/module/_collections.scss */
.product-overview .vertical a.fancy-image img {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
/* line 390, ../scss/module/_collections.scss */
.product-overview .vertical a.fancy-image img:hover {
  border: 4px solid #e42d24; }
/* line 395, ../scss/module/_collections.scss */
.product-overview .vertical > div > div {
  width: 220px;
  float: left; }
/* line 399, ../scss/module/_collections.scss */
.product-overview .vertical > div > div h5 {
  text-transform: none; }
/* line 402, ../scss/module/_collections.scss */
.product-overview .vertical > div {
  clear: both;
  margin-bottom: 10px; }
/* line 406, ../scss/module/_collections.scss */
.product-overview .vertical p {
  font-size: 12px; }

/** PRODUCT OVERVIEW end**/
/**  SHOP **/
/* line 416, ../scss/module/_collections.scss */
#shop {
  background: #b70132 none repeat scroll 0 0; }
/* line 418, ../scss/module/_collections.scss */
#shop .media-wrapper {
  padding-left: 60px; }
/* line 421, ../scss/module/_collections.scss */
#shop .section-wrapper {
  min-height: 100px; }
/* line 425, ../scss/module/_collections.scss */
#shop .shop-footer {
  background: #e42d24 none repeat scroll 0 0;
  padding: 50px 0;
  color: #fff; }
/* line 429, ../scss/module/_collections.scss */
#shop .shop-footer h4 {
  color: #fff;
  font-size: 22px; }
/* line 433, ../scss/module/_collections.scss */
#shop .shop-footer a {
  color: #fff; }
/* line 436, ../scss/module/_collections.scss */
#shop .shop-footer .section-wrapper {
  min-height: auto;
  padding: 0 10px; }
/* line 440, ../scss/module/_collections.scss */
#shop .shop-footer .shop-footer-content {
  border-left: 1px solid #fff;
  float: left;
  padding: 10px 0 10px 40px; }
/* line 445, ../scss/module/_collections.scss */
#shop .shop-footer .shop-logo {
  float: left;
  padding-right: 40px; }

/** MEDIA QUERIES**/
@media only screen and (max-width: 480px) {
  /* line 456, ../scss/module/_collections.scss */
  .product-overview .vertical a.fancy-image {
    float: none;
    width: 100%;
    margin-right: 0; }

  /* line 462, ../scss/module/_collections.scss */
  #shop .shop-footer .shop-logo {
    float: none; }

  /* line 466, ../scss/module/_collections.scss */
  #shop .shop-footer .shop-footer-content {
    float: none;
    padding: 0;
    border: none; }

  /* line 471, ../scss/module/_collections.scss */
  a.cta {
    font-size: 1em; }

  /* line 474, ../scss/module/_collections.scss */
  .black-overlay-xs:before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75); }

  /* line 484, ../scss/module/_collections.scss */
  .white-overlay-xs:before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85); } }
@media only screen and (max-width: 770px) {
  /* line 498, ../scss/module/_collections.scss */
  .collection-page .full-width.col1-layout .col-main {
    padding: 0; }

  /* line 501, ../scss/module/_collections.scss */
  #product-nav > div {
    display: none; }

  /* line 504, ../scss/module/_collections.scss */
  #product-nav li.back-to-top a {
    text-indent: 0; }

  /* line 508, ../scss/module/_collections.scss */
  #product-nav a.selectBox {
    display: block;
    background: transparent linear-gradient(to bottom, #f2f0f1 0%, #e1dfe0 100%) repeat scroll 0 0;
    width: 100% !important;
    height: 35px;
    padding: 5px;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.5) inset; }

  /* line 521, ../scss/module/_collections.scss */
  #product-nav.sticky a.selectBox {
    position: fixed !important; }

  /* line 527, ../scss/module/_collections.scss */
  section .content-wrapper {
    position: relative;
    width: 100% !important; }
  /* line 532, ../scss/module/_collections.scss */
  section .custom-html-block {
    width: 100% !important;
    position: relative; }
  /* line 537, ../scss/module/_collections.scss */
  section .media-wrapper {
    width: 100% !important; }

  /* line 543, ../scss/module/_collections.scss */
  #marquee {
    background-position: 65% center; }

  /* line 549, ../scss/module/_collections.scss */
  .product-overview .vertical a.fancy-image {
    margin-bottom: 20px; }
  /* line 552, ../scss/module/_collections.scss */
  .product-overview .vertical > div > div {
    width: 100%;
    float: none; }
  /* line 556, ../scss/module/_collections.scss */
  .product-overview .vertical > div {
    clear: both; }

  /* line 561, ../scss/module/_collections.scss */
  .product-overview .custom-html-block {
    width: 50% !important;
    margin: 0 auto; }

  /* line 567, ../scss/module/_collections.scss */
  .custom-html-block img {
    width: 100%; }
  /* line 570, ../scss/module/_collections.scss */
  .custom-html-block .awards {
    left: 0 !important;
    bottom: -60px !important; }
  /* line 573, ../scss/module/_collections.scss */
  .custom-html-block .awards img {
    width: auto; }

  /* line 578, ../scss/module/_collections.scss */
  #shop .shop-footer .shop-footer-content {
    border: none; }

  /* line 581, ../scss/module/_collections.scss */
  .black-overlay:before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75); }

  /* line 591, ../scss/module/_collections.scss */
  .white-overlay:before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85); }

  /* line 601, ../scss/module/_collections.scss */
  section {
    position: relative; } }
@media screen and (max-width: 600px) {
  /* line 607, ../scss/module/_collections.scss */
  #shop .media-wrapper img {
    width: 100%; } }
@media screen and (min-width: 770px) {
  /* line 613, ../scss/module/_collections.scss */
  #product-nav a.selectBox {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  /* line 619, ../scss/module/_collections.scss */
  .black-overlay-lg:before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75); }

  /* line 629, ../scss/module/_collections.scss */
  .white-overlay-lg:before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85); } }
/** PRODUCT NAV DEFAULTS **/
/* line 645, ../scss/module/_collections.scss */
#product-nav {
  position: relative;
  width: 100%;
  height: 52px; }
/* line 649, ../scss/module/_collections.scss */
#product-nav.sticky {
  z-index: 11; }
/* line 652, ../scss/module/_collections.scss */
#product-nav.sticky > div {
  position: fixed;
  top: 0;
  left: 0; }
/* line 657, ../scss/module/_collections.scss */
#product-nav > div {
  position: relative;
  width: 100%;
  height: 53px;
  min-width: 960px;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
  /* http://www.colorzilla.com/gradient-editor/#f2f0f1+0,e1dfe0+100;Custom */
  background: #f2f0f1;
  /* Old browsers */
  /* background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2yyzjbmmsigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinlmwrmztaiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+); */
  background: -moz-linear-gradient(top, #f2f0f1 0%, #e1dfe0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f0f1), color-stop(100%, #e1dfe0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f0f1 0%, #e1dfe0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f0f1 0%, #e1dfe0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f0f1 0%, #e1dfe0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f0f1 0%, #e1dfe0 100%);
  /* W3C */
  filter: none;
  z-index: 10; }
/* line 687, ../scss/module/_collections.scss */
#product-nav > div > div {
  position: relative;
  max-width: 1180px;
  height: 53px;
  margin: 0 auto; }
/* line 694, ../scss/module/_collections.scss */
#product-nav ul, #product-nav li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 53px; }

/* line 704, ../scss/module/_collections.scss */
#product-nav li {
  float: left;
  height: 53px;
  line-height: 56px;
  margin: 0 20px; }
/* line 709, ../scss/module/_collections.scss */
#product-nav li:first-child {
  margin: 0 10px 0 0; }
/* line 712, ../scss/module/_collections.scss */
#product-nav li.back-to-top, #product-nav li.new-back-to-top {
  padding-top: 15px;
  height: 38px;
  /*  text-indent: -999999px;  */ }
/* line 716, ../scss/module/_collections.scss */
#product-nav li.back-to-top a, #product-nav li.new-back-to-top a {
  position: relative;
  display: block;
  width: 25px;
  height: 0;
  padding-top: 25px;
  outline: none;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') 0 -220px no-repeat; }
/* line 724, ../scss/module/_collections.scss */
#product-nav li.back-to-top a:hover, #product-nav li.new-back-to-top a:hover {
  background-position: 0 -245px; }
/* line 727, ../scss/module/_collections.scss */
#product-nav li.back-to-top a:active, #product-nav li.new-back-to-top a:active {
  background-position: 0 -270px; }
/* line 732, ../scss/module/_collections.scss */
#product-nav li.shop-now {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
  height: 43px;
  line-height: 14px;
  margin-top: 7px; }
/* line 740, ../scss/module/_collections.scss */
#product-nav li.module-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #474d5a;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  outline: none; }
/* line 749, ../scss/module/_collections.scss */
#product-nav li.module-nav a:hover {
  color: #b70132; }
/* line 752, ../scss/module/_collections.scss */
#product-nav li.module-nav a:active {
  font-weight: 700; }
/* line 757, ../scss/module/_collections.scss */
#product-nav .nav-arrow {
  position: absolute;
  display: block;
  width: 23px;
  height: 18px;
  padding: 0;
  margin: 0 0 0 20px;
  left: 35px;
  bottom: -12px;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/product-nav-arrow.png?1445198855') 0 0 no-repeat;
  -webkit-transition: left 250ms ease-in-out;
  -moz-transition: left 250ms ease-in-out;
  -o-transition: left 250ms ease-in-out;
  transition: left 250ms ease-in-out; }

/* line 774, ../scss/module/_collections.scss */
#product-nav li.module-nav a:active, #product-nav li.module-nav.active a {
  color: #b70132;
  font-weight: 700; }

/* line 782, ../scss/module/_collections.scss */
#product-nav li.back-to-top span.tip {
  position: absolute;
  left: 50%;
  bottom: -38px;
  display: inline-block;
  width: 62px;
  height: 32px;
  line-height: 32px;
  margin-left: -31px;
  color: #fff;
  background: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }
/* line 802, ../scss/module/_collections.scss */
#product-nav li.back-to-top:hover span.tip {
  opacity: 1; }
/* line 805, ../scss/module/_collections.scss */
#product-nav li.back-to-top span.tip:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #000000;
  border-width: 5px;
  left: 50%;
  margin-left: -5px; }

/** PRODUCT NAV DEFAULTS end **/
/** BRIGHTNESS SLIDER **/
/* line 826, ../scss/module/_collections.scss */
#brightness-slider {
  position: relative;
  width: 550px;
  height: 380px; }
/* line 830, ../scss/module/_collections.scss */
#brightness-slider div.image-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 838, ../scss/module/_collections.scss */
#brightness-slider .ui-slider-handle {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #e42d24;
  outline: none; }
/* line 845, ../scss/module/_collections.scss */
#brightness-slider .ui-slider-handle span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-top: -18px;
  margin-left: -18px;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  z-index: 100;
  -moz-box-shadow: 0px 0px 0px 10px rgba(189, 140, 191, 0.5);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(189, 140, 191, 0.5);
  box-shadow: 0px 0px 0px 10px rgba(189, 140, 191, 0.5);
  /* http://www.colorzilla.com/gradient-editor/#fdfdfd+0,c2c2c2+100;Custom */
  background: #fdfdfd;
  background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2zkzmrmzcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinjmmmyyziiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #c2c2c2));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #c2c2c2 100%);
  filter: none; }
/* line 871, ../scss/module/_collections.scss */
#brightness-slider .ui-slider-handle:hover > span {
  /* http://www.colorzilla.com/gradient-editor/#fdfdfd+0,cecece+100;Custom */
  background: #fdfdfd;
  background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2zkzmrmzcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinjzwnly2uiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #cecece));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #cecece 100%);
  filter: none; }
/* line 883, ../scss/module/_collections.scss */
#brightness-slider .ui-slider-handle > span span {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') 0 -670px no-repeat;
  box-shadow: none !important;
  border: none; }

/* line 894, ../scss/module/_collections.scss */
.collection-page .ui-slider {
  position: static; }
/* line 896, ../scss/module/_collections.scss */
.collection-page .ui-slider.ui-slider-horizontal {
  height: 0; }
/* line 899, ../scss/module/_collections.scss */
.collection-page .ui-slider.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
  top: auto; }

/* line 905, ../scss/module/_collections.scss */
#brightness-slider-nav {
  position: absolute;
  width: 100%;
  bottom: -55px;
  left: 0;
  text-align: center; }
/* line 911, ../scss/module/_collections.scss */
#brightness-slider-nav span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1em;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #b7b7b7;
  text-transform: uppercase;
  cursor: pointer; }
/* line 923, ../scss/module/_collections.scss */
#brightness-slider-nav span:after {
  display: block;
  position: absolute;
  top: 0;
  content: '';
  height: 25px;
  width: 25px;
  background-image: url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855');
  background-repeat: no-repeat; }
/* line 933, ../scss/module/_collections.scss */
#brightness-slider-nav span.right {
  padding-right: 30px;
  margin-left: 20px; }
/* line 937, ../scss/module/_collections.scss */
#brightness-slider-nav span.right:after {
  right: 0;
  background-position: 0 -625px; }
/* line 941, ../scss/module/_collections.scss */
#brightness-slider-nav span.left {
  padding-left: 25px;
  margin-right: 20px; }
/* line 945, ../scss/module/_collections.scss */
#brightness-slider-nav span.left:after {
  left: 0;
  background-position: 0 -600px; }

/* line 952, ../scss/module/_collections.scss */
#brightness-slider-nav2, #brightness-slider-nav3 {
  text-align: center; }
/* line 954, ../scss/module/_collections.scss */
#brightness-slider-nav2 span, #brightness-slider-nav3 span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1em;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #b7b7b7;
  text-transform: uppercase;
  cursor: pointer; }
/* line 966, ../scss/module/_collections.scss */
#brightness-slider-nav2 span.left, #brightness-slider-nav3 span.left {
  margin-right: 20px;
  padding-left: 25px; }
/* line 970, ../scss/module/_collections.scss */
#brightness-slider-nav2 span.right, #brightness-slider-nav3 span.right {
  margin-left: 20px;
  padding-right: 30px; }

/* line 978, ../scss/module/_collections.scss */
#brightness-slider2 div.image-wrapper2 {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

/* line 988, ../scss/module/_collections.scss */
#brightness-slider3 div.image-wrapper3 {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

/* line 997, ../scss/module/_collections.scss */
#brightness-slider2 .ui-slider-handle, #brightness-slider3 .ui-slider-handle {
  background: #e42d24 none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  outline: medium none;
  position: absolute;
  width: 1px; }

/* line 1006, ../scss/module/_collections.scss */
#brightness-slider2 .ui-slider-handle span, #brightness-slider3 .ui-slider-handle span {
  background: transparent linear-gradient(to bottom, #fdfdfd 0%, #c2c2c2 100%) repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  box-shadow: 0 0 0 10px rgba(189, 140, 191, 0.5);
  display: block;
  filter: none;
  height: 34px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 34px;
  z-index: 9; }

/* line 1023, ../scss/module/_collections.scss */
#brightness-slider2 .ui-slider-handle > span span, #brightness-slider3 .ui-slider-handle > span span {
  background: transparent url('https://www.manfrotto.de/skin/frontend/manfrotto/global/images/icon-sprite.png?1445198855') no-repeat scroll 0 -670px;
  border: medium none;
  box-shadow: none !important;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px; }

/** BRIGHTNESS SLIDER end **/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 1039, ../scss/module/_collections.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

/* line 1046, ../scss/module/_collections.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* line 1053, ../scss/module/_collections.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 1058, ../scss/module/_collections.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 1069, ../scss/module/_collections.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 1079, ../scss/module/_collections.scss */
.invisible {
  visibility: hidden; }

/* line 1083, ../scss/module/_collections.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

/* line 1089, ../scss/module/_collections.scss */
.clearfix:after {
  clear: both; }

/* line 1093, ../scss/module/_collections.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 1102, ../scss/module/_collections.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 1110, ../scss/module/_collections.scss */
  a, a:visited {
    text-decoration: underline; }

  /* line 1115, ../scss/module/_collections.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 1119, ../scss/module/_collections.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 1126, ../scss/module/_collections.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* line 1132, ../scss/module/_collections.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 1138, ../scss/module/_collections.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 1143, ../scss/module/_collections.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 1148, ../scss/module/_collections.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 1155, ../scss/module/_collections.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 1162, ../scss/module/_collections.scss */
  h2, h3 {
    page-break-after: avoid; } }
/** HOTSPOTS **/
/* line 1170, ../scss/module/_collections.scss */
.hotspot {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  left: 50%;
  z-index: 9; }
/* line 1177, ../scss/module/_collections.scss */
.hotspot.show {
  z-index: 9; }
/* line 1179, ../scss/module/_collections.scss */
.hotspot.show.current {
  z-index: 10; }

/* line 1185, ../scss/module/_collections.scss */
.hotspot-button {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  z-index: 10;
  -moz-box-shadow: 0px 0px 0px 10px rgba(189, 140, 191, 0.5);
  -webkit-box-shadow: 0px 0px 0px 10px rgba(189, 140, 191, 0.5);
  box-shadow: 0px 0px 0px 10px rgba(189, 140, 191, 0.5);
  cursor: pointer;
  /* http://www.colorzilla.com/gradient-editor/#fdfdfd+0,c2c2c2+100;Custom */
  background: #fdfdfd;
  background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2zkzmrmzcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinjmmmyyziiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #c2c2c2));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #c2c2c2 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #c2c2c2 100%);
  filter: none; }
/* line 1209, ../scss/module/_collections.scss */
.hotspot-button:hover {
  /* http://www.colorzilla.com/gradient-editor/#fdfdfd+0,cecece+100;Custom */
  background: #fdfdfd;
  background: url(data:image/svg+xml;base64,pd94bwwgdmvyc2lvbj0ims4wiia/pgo8c3znihhtbg5zpsjodhrwoi8vd3d3lnczlm9yzy8ymdawl3n2zyigd2lkdgg9ijewmcuiighlawdodd0imtawjsigdmlld0jved0imcawidegmsigchjlc2vydmvbc3bly3rsyxrpbz0ibm9uzsi+ciagpgxpbmvhckdyywrpzw50iglkpsjncmfklxvjz2ctz2vuzxjhdgvkiibncmfkawvudfvuaxrzpsj1c2vyu3bhy2vpblvzzsigede9ijaliib5mt0imcuiihgypsiwjsigeti9ijewmcuipgogicagphn0b3agb2zmc2v0psiwjsigc3rvcc1jb2xvcj0ii2zkzmrmzcigc3rvcc1vcgfjaxr5psixii8+ciagica8c3rvccbvzmzzzxq9ijewmcuiihn0b3aty29sb3i9iinjzwnly2uiihn0b3atb3bhy2l0et0imsivpgogidwvbgluzwfyr3jhzgllbnq+ciagphjly3qged0imciget0imcigd2lkdgg9ijeiighlawdodd0imsigzmlsbd0idxjskcnncmfklxvjz2ctz2vuzxjhdgvkksiglz4kpc9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #cecece));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #cecece 100%);
  filter: none; }
/* line 1221, ../scss/module/_collections.scss */
.hotspot-button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: url('../images/icon_sprite.png?1445198855') no-repeat 0 -692px; }

/* line 1235, ../scss/module/_collections.scss */
.lt-ie9 .hotspot-button {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#c2c2c2',GradientType=0 ); }
/* line 1237, ../scss/module/_collections.scss */
.lt-ie9 .hotspot-button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#cecece',GradientType=0 ); }

/* line 1243, ../scss/module/_collections.scss */
.hotspot .hotspot-content {
  display: block;
  position: absolute;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  border: 3px solid #e42d24;
  background-color: #fff;
  border-radius: 50%;
  margin-left: -106px;
  margin-top: -106px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.18);
  -webkit-transform: scale(0.18);
  -o-transform: scale(0.18);
  -ms-transform: scale(0.18);
  transform: scale(0.18);
  -moz-transition: -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -webkit-transition: -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -o-transition: -o-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -ms-transition: -ms-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out; }
/* line 1281, ../scss/module/_collections.scss */
.hotspot .hotspot-content h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 10px; }
/* line 1286, ../scss/module/_collections.scss */
.hotspot .hotspot-content p {
  font-size: 0.85em;
  line-height: 1.5em; }
/* line 1290, ../scss/module/_collections.scss */
.hotspot .hotspot-content.large {
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px; }
/* line 1297, ../scss/module/_collections.scss */
.hotspot.show .hotspot-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/** HOTSPOTS end **/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
/* line 35, ../scss/content/_home.scss */
body.cms-home .main-container {
  /* padding-top: 20px; */ }
/* line 39, ../scss/content/_home.scss */
body.cms-home .slideshow-container {
  margin-top: 0; }
/* line 42, ../scss/content/_home.scss */
body.cms-home .footer-container {
  max-width: 1180px; }
/* line 45, ../scss/content/_home.scss */
body.cms-home .fancybox-skin {
  background: none;
  box-shadow: none; }
/* line 49, ../scss/content/_home.scss */
body.cms-home .fancybox-close {
  background: url(../images/close.png) no-repeat;
  top: -3px;
  right: -27px; }

/* line 56, ../scss/content/_home.scss */
.home-blog-wrapper .grid-item, .home-blog-wrapper .grid-sizer {
  overflow: hidden; }

/* line 61, ../scss/content/_home.scss */
.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 70, ../scss/content/_home.scss */
.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555; }

/* line 76, ../scss/content/_home.scss */
.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px; }

@media only screen and (max-width: 770px) {
  /* line 84, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 20px; }

  /* line 88, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 24px; } }
@media only screen and (max-width: 479px) {
  /* line 95, ../scss/content/_home.scss */
  .slideshow .banner-msg {
    top: 20%; }

  /* line 99, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 14px; }

  /* line 103, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 16px; } }
/* -------------------------------------------- *
 * Promotion Banner Section
 */
/* line 112, ../scss/content/_home.scss */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%; }

/* line 118, ../scss/content/_home.scss */
.promos:after {
  content: '';
  display: table;
  clear: both; }

/* Specifying the body only in order to override the .std ul li styling */
/* line 124, ../scss/content/_home.scss */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* line 133, ../scss/content/_home.scss */
.promos > li:last-child {
  margin-bottom: 0; }

/* line 137, ../scss/content/_home.scss */
.promos img {
  max-width: 100%;
  width: 100%; }

/* line 142, ../scss/content/_home.scss */
.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block; }

/* line 147, ../scss/content/_home.scss */
.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555; }

/* line 160, ../scss/content/_home.scss */
.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block; }

@media only screen and (min-width: 771px) {
  /* line 168, ../scss/content/_home.scss */
  .promos span {
    font-size: 16px; }

  /* line 172, ../scss/content/_home.scss */
  .promos strong {
    font-size: 17px; }

  /* Config: Three columns + flexible gutter */
  /* line 179, ../scss/content/_home.scss */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%; }

  /* line 185, ../scss/content/_home.scss */
  .promos > li:nth-child(3n) {
    margin-right: 0; } }
@media only screen and (min-width: 880px) {
  /* line 191, ../scss/content/_home.scss */
  .promos span {
    font-size: 18px; }

  /* line 195, ../scss/content/_home.scss */
  .promos strong {
    font-size: 24px; } }
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
/* line 206, ../scss/content/_home.scss */
.cms-index-index .products-grid .ratings, .cms-index-noroute .products-grid .ratings  {
  display: none; }

/* line 213, ../scss/content/_home.scss */
.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399CC;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }

/* line 222, ../scss/content/_home.scss */
.cms-index-noroute h2.subtitle {
  display: none; }

/* line 225, ../scss/content/_home.scss */
.cms-index-index .std .learn-more {
  list-style: none;
  margin-bottom: 0; }

/* line 229, ../scss/content/_home.scss */
.cms-index-index .std .product-info p {
  margin: 0; }

/* line 232, ../scss/content/_home.scss */
.cms-index-index .std ul li {
  margin-left: 0; }

@media only screen and (max-width: 770px) {
  /* line 237, ../scss/content/_home.scss */
  .cms-index-index .instagram-title {
    padding-top: 45px; }
  /* line 240, ../scss/content/_home.scss */
  .cms-index-index .instagram-title p.gray-title {
    font-size: 16px; }
  /* line 243, ../scss/content/_home.scss */
  .cms-index-index .instagram-title h2.red-title {
    font-size: 24px; }
  /* line 245, ../scss/content/_home.scss */
  .cms-index-index .instagram-title h2.red-title:after {
    left: calc(50% - 35px); }

  /* line 251, ../scss/content/_home.scss */
  .instagram-feed {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media only screen and (max-width: 599px) {
  /* line 258, ../scss/content/_home.scss */
  .cms-index-index .instagram-title p.gray-title {
    font-size: 14px; }
  /* line 261, ../scss/content/_home.scss */
  .cms-index-index .instagram-title h2.red-title {
    font-size: 22px; } }
/* line 266, ../scss/content/_home.scss */
.hp-slider-wrapper {
  /*  width: 100%;
   position: relative; */
  overflow: hidden;
  visibility: hidden;
  height: 630px; }
@media only screen and (max-width: 1199px) {
  /* line 266, ../scss/content/_home.scss */
  .hp-slider-wrapper {
    height: 550px; } }
@media only screen and (max-width: 979px) {
  /* line 266, ../scss/content/_home.scss */
  .hp-slider-wrapper {
    height: 480px; } }
@media only screen and (max-width: 770px) {
  /* line 266, ../scss/content/_home.scss */
  .hp-slider-wrapper {
    height: 400px; } }
@media only screen and (max-width: 599px) {
  /* line 266, ../scss/content/_home.scss */
  .hp-slider-wrapper {
    height: 350px; } }
@media only screen and (max-width: 479px) {
  /* line 266, ../scss/content/_home.scss */
  .hp-slider-wrapper {
    height: 300px; } }
/* line 288, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider {
  /* margin: 0; */ }
/* line 290, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider li {
  background: #000000; }
/* line 292, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider li img {
  margin: 0 auto; }
/* line 297, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper {
  /*  margin-bottom: 0; */ }
/* line 299, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper li {
  background: #000000; }
/* line 301, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper li img {
  margin: 0 auto;
  max-width: auto; }
/* line 307, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper .bx-prev {
  background: url("../images/slider_arrow_left.png") no-repeat; }
/* line 310, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper .bx-next {
  background: url("../images/slider_arrow_right.png") no-repeat; }
/* line 313, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper .bx-pager {
  bottom: 30px; }
@media only screen and (max-width: 479px) {
  /* line 313, ../scss/content/_home.scss */
  .hp-slider-wrapper .bx-wrapper .bx-pager {
    bottom: 20px; } }
/* line 319, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a, .hp-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  opacity: 0.25; }
/* line 326, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .hp-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e42d38;
  opacity: 1; }
/* line 331, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-viewport, .hp-slider-wrapper .bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0; }
/* line 338, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider, .hp-slider-wrapper .hp-slider li {
  height: 100% !important; }
/* line 341, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider li {
  background-repeat: no-repeat !important;
  background-position: 50% 0 !important;
  /* 	    background-size: cover; */
  height: 100%; }
/* line 347, ../scss/content/_home.scss */
.hp-slider-wrapper .bx-wrapper .bx-viewport {
  border: none !important; }
/* line 351, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  position: absolute;
  bottom: 29%;
  right: 0;
  left: 0;
  /* 		@include bp(max-width, $bp-xlarge) {
  			h4, h1, p {
  				max-width: 65%;
  			}
  			h1 {
  				text-transform: none;
  				font-size: 2.1em;
  				font-weight: $f-weight-bold;
  				line-height: 1em;
  			}
  			h4 {
  				text-transform: uppercase;
  
  			}
  			p {
  				font-size: 1em;
  			}
  			button {
  				margin-top: 20px;
  				padding: 10px 36px;
  				font-size: 1em;
  			}
  			h4, h1, p, button {
  				margin-left: 40px;
  			}
  		} */ }
@media only screen and (max-width: 599px) {
  /* line 351, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content {
    bottom: 22%; } }
@media only screen and (max-width: 479px) {
  /* line 351, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content {
    bottom: 20%; } }
/* line 365, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content h4, .hp-slider-wrapper .hp-slider-content h1, .hp-slider-wrapper .hp-slider-content p {
  max-width: 48%; }
/* line 368, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content h1 {
  text-transform: none;
  font-size: 52px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff; }
/* line 375, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  position: relative;
  padding-bottom: 40px; }
/* line 383, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content h4:after {
  background-color: #ffffff;
  content: "";
  height: 4px;
  position: absolute;
  width: 35px;
  top: 40px;
  left: 0; }
/* line 393, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content p {
  font-size: 16px;
  color: #ffffff; }
/* line 397, ../scss/content/_home.scss */
.hp-slider-wrapper .hp-slider-content button {
  margin-top: 30px;
  padding: 12px 45px;
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial, sans-serif; }
@media only screen and (max-width: 1400px) {
  /* line 405, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4, .hp-slider-wrapper .hp-slider-content h1, .hp-slider-wrapper .hp-slider-content p {
    max-width: 60%; }
  /* line 408, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h1 {
    text-transform: none;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em; }
  /* line 414, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4 {
    text-transform: uppercase;
    font-size: 12px; }
  /* line 418, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content p {
    font-size: 1em; }
  /* line 421, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content button {
    margin-top: 20px;
    padding: 11px 40px;
    font-size: 1em; } }
@media only screen and (max-width: 1199px) {
  /* line 428, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4, .hp-slider-wrapper .hp-slider-content h1, .hp-slider-wrapper .hp-slider-content p, .hp-slider-wrapper .hp-slider-content button {
    margin-left: 45px;
    margin-right: 45px; } }
@media only screen and (max-width: 979px) {
  /* line 460, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h1 {
    text-transform: none;
    font-size: 2em;
    font-weight: 700;
    line-height: 1em; }
  /* line 466, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4 {
    text-transform: uppercase; }
  /* line 469, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content p {
    font-size: 0.9em; }
  /* line 472, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content button {
    margin-top: 20px;
    padding: 10px 36px;
    font-size: 0.9em; }
  /* line 477, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4, .hp-slider-wrapper .hp-slider-content h1, .hp-slider-wrapper .hp-slider-content p, .hp-slider-wrapper .hp-slider-content button {
    margin-left: 40px; } }
@media only screen and (max-width: 770px) {
  /* line 482, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4, .hp-slider-wrapper .hp-slider-content h1, .hp-slider-wrapper .hp-slider-content p {
    max-width: 100%; }
  /* line 485, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h1 {
    text-transform: none;
    font-size: 2em;
    font-weight: 700;
    line-height: 1em; }
  /* line 491, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4 {
    text-transform: uppercase;
    font-size: 0.9em; }
  /* line 495, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content p {
    font-size: 0.9em; }
  /* line 498, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content button {
    margin-top: 10px;
    padding: 6px 26px;
    font-size: 0.9em; }
  /* line 503, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4, .hp-slider-wrapper .hp-slider-content h1, .hp-slider-wrapper .hp-slider-content p, .hp-slider-wrapper .hp-slider-content button {
    margin-left: 40px; } }
@media only screen and (max-width: 599px) {
  /* line 508, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h1 {
    text-transform: none;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1em; }
  /* line 514, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h4 {
    font-size: 0.8em; }
  /* line 517, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content p {
    font-size: 0.8em; }
  /* line 520, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content button {
    font-size: 0.8em; } }
@media only screen and (max-width: 599px) {
  /* line 525, ../scss/content/_home.scss */
  .hp-slider-wrapper .hp-slider-content h1 {
    font-size: 1.4em; } }
@media only screen and (max-width: 599px) {
  /* line 535, ../scss/content/_home.scss */
  .hp-slider-wrapper.desktop-active {
    display: none; } }
@media only screen and (min-width: 600px) {
  /* line 535, ../scss/content/_home.scss */
  .hp-slider-wrapper.desktop-active {
    display: block; } }
/* line 543, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active {
  diplay: auto;
  background-color: #ffffff;
  height: auto; }
@media only screen and (max-width: 599px) {
  /* line 543, ../scss/content/_home.scss */
  .hp-slider-wrapper.mobile-active {
    display: block; } }
@media only screen and (min-width: 600px) {
  /* line 543, ../scss/content/_home.scss */
  .hp-slider-wrapper.mobile-active {
    display: none; } }
/* line 553, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider {
  background-color: #ffffff;
  color: #000000; }
/* line 556, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider li {
  background-color: #ffffff; }
/* line 560, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content {
  position: static;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 35px; }
/* line 566, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content h4, .hp-slider-wrapper.mobile-active .hp-slider-content h1, .hp-slider-wrapper.mobile-active .hp-slider-content p {
  color: #000000; }
/* line 569, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content h4, .hp-slider-wrapper.mobile-active .hp-slider-content h1, .hp-slider-wrapper.mobile-active .hp-slider-content p, .hp-slider-wrapper.mobile-active .hp-slider-content button {
  margin-left: 20px;
  margin-right: 20px; }
/* line 573, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content h4 {
  padding: 0;
  color: #e42d38; }
/* line 577, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content h4:after {
  display: none; }
/* line 580, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 13px; }
/* line 586, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content p {
  font-size: 14px; }
/* line 589, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .hp-slider-content button {
  padding: 6px 16px;
  margin-top: 18px; }
/* line 594, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .bx-wrapper .bx-prev, .hp-slider-wrapper.mobile-active .bx-wrapper .bx-next {
  background-size: 55% auto; }
/* line 597, ../scss/content/_home.scss */
.hp-slider-wrapper.mobile-active .bx-wrapper .bx-controls-direction a {
  height: 17px;
  width: 17px;
  top: 20%;
  margin-top: 0; }

/* -------------------------------------------- *
 * Featured products
 */
/* line 609, ../scss/content/_home.scss */
.home-featured-products {
  padding-top: 60px;
  padding-bottom: 115px; }
/* line 613, ../scss/content/_home.scss */
.home-featured-products.support {
  background: url(../images/features_categories_background_supports.png) no-repeat right bottom; }
/* line 616, ../scss/content/_home.scss */
.home-featured-products.lightings {
  background: url(../images/features_categories_background_lighting.png) no-repeat right top 159px; }
/* line 619, ../scss/content/_home.scss */
.home-featured-products.bags {
  background: url(../images/features_categories_background_bags.png) no-repeat right bottom; }
/* line 622, ../scss/content/_home.scss */
.home-featured-products.for-smartphone {
  background: url(../images/features_categories_background_smartphoneaccessories.png) no-repeat right bottom; }
/* line 625, ../scss/content/_home.scss */
.home-featured-products.digital {
  background: url(../images/features_categories_background_digital.png) no-repeat right bottom; }
/* line 628, ../scss/content/_home.scss */
.home-featured-products.other-brands {
  background: url(../images/other-brands.png) no-repeat right top; }
@media only screen and (max-width: 1199px) {
  /* line 609, ../scss/content/_home.scss */
  .home-featured-products {
    /* 	margin-left: 20px;
    	margin-right: 20px; */ }
  /* line 636, ../scss/content/_home.scss */
  .home-featured-products .fp-content h2 {
    font-size: 28px; }
  /* line 639, ../scss/content/_home.scss */
  .home-featured-products .fp-content > p {
    font-size: 18px; }
  /* line 642, ../scss/content/_home.scss */
  .home-featured-products .fp-content .toggle-tabs li > span {
    font-size: 14px; } }
@media only screen and (max-width: 770px) {
  /* line 609, ../scss/content/_home.scss */
  .home-featured-products {
    padding-bottom: 0;
    padding-top: 30px; }
  /* line 650, ../scss/content/_home.scss */
  .home-featured-products.support {
    background: none; }
  /* line 653, ../scss/content/_home.scss */
  .home-featured-products.lightings {
    background: none; }
  /* line 656, ../scss/content/_home.scss */
  .home-featured-products.bags {
    background: none; }
  /* line 659, ../scss/content/_home.scss */
  .home-featured-products.for-smartphone {
    background: none; }
  /* line 662, ../scss/content/_home.scss */
  .home-featured-products.digital {
    background: none; }
  /* line 665, ../scss/content/_home.scss */
  .home-featured-products.other-brands {
    background: none; }
  /* line 669, ../scss/content/_home.scss */
  .home-featured-products .fp-content h2 {
    font-size: 22px; }
  /* line 672, ../scss/content/_home.scss */
  .home-featured-products .fp-content p {
    font-size: 16px; } }
@media only screen and (max-width: 599px) {
  /* line 679, ../scss/content/_home.scss */
  .home-featured-products .fp-content h2 {
    font-size: 20px; }
  /* line 682, ../scss/content/_home.scss */
  .home-featured-products .fp-content p {
    font-size: 14px; } }

/* line 688, ../scss/content/_home.scss */
.fp-content {
  margin: 0 auto;
  max-width: 1180px; }
/* line 692, ../scss/content/_home.scss */
.fp-content h2, .fp-content p {
  text-align: center; }
/* line 695, ../scss/content/_home.scss */
.fp-content h2 {
  padding-top: 15px;
  text-transform: capitalize;
  text-align: center;
  font-size: 32px; }
/* line 701, ../scss/content/_home.scss */
.fp-content > p {
  font-size: 20px;
  padding: 0 8%;
  padding-bottom: 35px;
  position: relative; }
@media only screen and (max-width: 599px) {
  /* line 701, ../scss/content/_home.scss */
  .fp-content > p {
    padding: 0 4% 35px; } }
/* line 711, ../scss/content/_home.scss */
.fp-content > p:after {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 4px;
  left: calc(50% - 35px);
  position: absolute;
  width: 70px;
  bottom: 0; }
/* line 722, ../scss/content/_home.scss */
.fp-content .tabs {
  background-color: transparent;
  padding-top: 45px;
  box-shadow: none; }
@media only screen and (max-width: 1024px) {
  /* line 722, ../scss/content/_home.scss */
  .fp-content .tabs {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 770px) {
  /* line 722, ../scss/content/_home.scss */
  .fp-content .tabs {
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0; } }
/* line 738, ../scss/content/_home.scss */
.fp-content .toggle-tabs {
  margin-bottom: 0;
  min-height: 63px;
  height: 100%;
  border: 0;
  box-shadow: none;
  margin-bottom: 33px;
  background-color: transparent; }
/* line 747, ../scss/content/_home.scss */
.fp-content .toggle-tabs li {
  list-style: none;
  /* 	height: 100%; */
  min-height: 63px;
  border: 0;
  background-color: transparent; }
/* line 754, ../scss/content/_home.scss */
.fp-content .toggle-tabs li > span {
  -moz-user-select: none;
  bottom: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  background-color: none;
  border: 0;
  border-bottom: 3px solid #B6B6B6;
  height: 100%;
  line-height: 16px;
  min-height: 63px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap; }
/* line 771, ../scss/content/_home.scss */
.fp-content .toggle-tabs li > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 63px; }
/* line 779, ../scss/content/_home.scss */
.fp-content .toggle-tabs li.current > span {
  border-bottom: 3px solid #e42d38;
  border-top: 0;
  background-color: transparent;
  color: #e42d38;
  font-weight: 800;
  white-space: nowrap; }
/* line 786, ../scss/content/_home.scss */
.fp-content .toggle-tabs li.current > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 63px; }
/* line 794, ../scss/content/_home.scss */
.fp-content .toggle-tabs li.current > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e42d38;
  font-size: 0;
  line-height: 0;
  bottom: 0;
  right: calc(50% - 3px); }
/* line 810, ../scss/content/_home.scss */
.fp-content .products-grid {
  list-style: none; }
/* line 813, ../scss/content/_home.scss */
.fp-content .product-collateral > dl > dd {
  height: auto;
  overflow: visible;
  padding: 0; }
@media only screen and (max-width: 979px) {
  /* line 819, ../scss/content/_home.scss */
  .fp-content .item.hp button span span {
    font-size: 11px; } }
@media only screen and (max-width: 770px) {
  /* line 819, ../scss/content/_home.scss */
  .fp-content .item.hp button span span {
    font-size: 10px; } }
@media only screen and (max-width: 650px) {
  /* line 819, ../scss/content/_home.scss */
  .fp-content .item.hp button span span {
    font-size: 9px; } }
@media only screen and (max-width: 479px) {
  /* line 819, ../scss/content/_home.scss */
  .fp-content .item.hp button span span {
    font-size: 10px; } }
@media only screen and (max-width: 479px) {
  /* line 834, ../scss/content/_home.scss */
  .fp-content .item.hp .product_labels_wrapper {
    max-width: 61%; } }
/* line 839, ../scss/content/_home.scss */
.fp-content .item.hp .product-info {
  padding-bottom: 65px; }
@media only screen and (max-width: 770px) {
  /* line 839, ../scss/content/_home.scss */
  .fp-content .item.hp .product-info {
    padding-bottom: 55px; } }
@media only screen and (max-width: 599px) {
  /* line 839, ../scss/content/_home.scss */
  .fp-content .item.hp .product-info {
    padding-bottom: 66px; } }
@media only screen and (max-width: 479px) {
  /* line 839, ../scss/content/_home.scss */
  .fp-content .item.hp .product-info {
    padding-bottom: 69px; } }
@media only screen and (max-width: 599px) {
  /* line 851, ../scss/content/_home.scss */
  .fp-content .item.hp .product-name {
    height: 42px; } }
@media only screen and (max-width: 479px) {
  /* line 851, ../scss/content/_home.scss */
  .fp-content .item.hp .product-name {
    height: 39px; } }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 859, ../scss/content/_home.scss */
  .fp-content .item.hp .product-name a {
    font-size: 15px; } }

@media only screen and (max-width: 599px) {
  /* line 859, ../scss/content/_home.scss */
  .fp-content .item.hp .product-name a {
    font-size: 13px; } }
/* line 869, ../scss/content/_home.scss */
.fp-content .item.hp .price-box .price {
  font-size: 18px; }
@media only screen and (max-width: 599px) {
  /* line 869, ../scss/content/_home.scss */
  .fp-content .item.hp .price-box .price {
    font-size: 14px; } }
@media only screen and (min-width: 771px) and (max-width: 880px) {
  /* line 875, ../scss/content/_home.scss */
  .fp-content .item.hp .actions {
    padding: 17px 0 20px; } }

@media only screen and (max-width: 599px) {
  /* line 875, ../scss/content/_home.scss */
  .fp-content .item.hp .actions {
    padding: 10px 0 0; } }

/* line 889, ../scss/content/_home.scss */
.bottom-banner {
  margin: 0 auto;
  max-width: 1180px;
  display: block;
  /* margin-bottom: 65px; */
  position: relative; }
@media only screen and (max-width: 770px) {
  /* line 889, ../scss/content/_home.scss */
  .bottom-banner {
    padding-top: 20px; } }
@media only screen and (max-width: 599px) {
  /* line 889, ../scss/content/_home.scss */
  .bottom-banner {
    padding-top: 10px; } }
/* line 904, ../scss/content/_home.scss */
.bottom-banner .bottom-banner-content {
  background: #e42d38;
  color: #ffffff;
  padding: 45px 5.5% 45px 268px;
  font-size: 20px; }
/* line 910, ../scss/content/_home.scss */
.bottom-banner .bottom-banner-content a {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  position: relative;
  white-space: nowrap;
  text-decoration: none; }
@media only screen and (max-width: 1199px) {
  /* line 910, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content a {
    font-size: 14px; } }
@media only screen and (max-width: 770px) {
  /* line 910, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content a {
    font-size: 12px; } }
@media only screen and (max-width: 599px) {
  /* line 910, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content a {
    font-size: 12px; } }
@media only screen and (max-width: 479px) {
  /* line 910, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content a {
    font-size: 11px; } }
/* line 933, ../scss/content/_home.scss */
.bottom-banner .bottom-banner-content a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_right.png) no-repeat left top;
  width: 14px;
  height: 12px;
  top: 25%;
  right: -20px; }
@media only screen and (max-width: 599px) {
  /* line 933, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content a:after {
    top: 0; } }
@media only screen and (max-width: 1199px) {
  /* line 904, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content {
    padding: 40px 5.5% 40px 260px;
    font-size: 18px; } }
@media only screen and (max-width: 979px) {
  /* line 904, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content {
    padding: 40px 5.5% 40px 260px;
    font-size: 16px; } }
@media only screen and (max-width: 770px) {
  /* line 904, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content {
    padding: 40px 5.5% 40px 235px;
    font-size: 14px; } }
@media only screen and (max-width: 599px) {
  /* line 904, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content {
    padding: 25px 5.5% 25px 178px;
    font-size: 12px; } }
@media only screen and (max-width: 479px) {
  /* line 904, ../scss/content/_home.scss */
  .bottom-banner .bottom-banner-content {
    padding: 10px 5.5% 10px 101px;
    font-size: 11px; } }
/* line 968, ../scss/content/_home.scss */
.bottom-banner:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 271px;
  height: 190px; }
@media only screen and (max-width: 1199px) {
  /* line 968, ../scss/content/_home.scss */
  .bottom-banner:after {
    background-size: 90% !important;
    height: 171px !important; } }
@media only screen and (max-width: 770px) {
  /* line 968, ../scss/content/_home.scss */
  .bottom-banner:after {
    background-size: 85% !important;
    height: 161px !important; } }
@media only screen and (max-width: 599px) {
  /* line 968, ../scss/content/_home.scss */
  .bottom-banner:after {
    background-size: 60% !important;
    height: 114px !important; } }
@media only screen and (max-width: 479px) {
  /* line 968, ../scss/content/_home.scss */
  .bottom-banner:after {
    background-size: 40% !important;
    height: 76px !important; } }
/* line 993, ../scss/content/_home.scss */
.bottom-banner.support:not(.home-featured-products):after {
  background: url(../images/features_final_banner_supports.png) no-repeat left top; }
/* line 998, ../scss/content/_home.scss */
.bottom-banner.lightings:not(.home-featured-products):after {
  background: url(../images/features_final_banner_lighting.png) no-repeat left top; }
/* line 1003, ../scss/content/_home.scss */
.bottom-banner.bags:not(.home-featured-products):after {
  background: url(../images/features_final_banner_bags.png) no-repeat left top; }
/* line 1008, ../scss/content/_home.scss */
.bottom-banner.smartphone:not(.home-featured-products):after {
  background: url(../images/features_final_banner_smartphoneaccessories.png) no-repeat left top; }
/* line 1013, ../scss/content/_home.scss */
.bottom-banner.digital:not(.home-featured-products):after {
  background: url(../images/features_final_banner_digital.png) no-repeat left top; }

/* line 1019, ../scss/content/_home.scss */
.toggle-content span.other-brands {
  background: transparent; }

/* line 1022, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) {
  display: block;
  margin: 0 auto;
  max-width: 1180px;
  background: #000000;
  margin-bottom: 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  overflow: hidden;
  padding-top: 65px;
  /* padding-bottom: 65px; */ }
@media only screen and (max-width: 770px) {
  /* line 1022, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) {
    padding-top: 20px;
    margin-bottom: 0; } }
@media only screen and (max-width: 599px) {
  /* line 1022, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) {
    padding-top: 0; } }
/* line 1043, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) ul {
  list-style: none; }
/* line 1046, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-left, .other-brands:not(.home-featured-products) .ap-right {
  width: 50%;
  display: inline-block;
  float: left; }
/* line 1051, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-left {
  padding: 0 8.5% 20px;
  font-size: 20px; }
@media only screen and (max-width: 770px) {
  /* line 1051, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) .ap-left {
    font-size: 14px; } }
/* line 1060, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-right .affiliated-brands, .other-brands:not(.home-featured-products) .ap-right .partner-brands {
  width: 50%;
  float: left; }
/* line 1064, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-right h3 {
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px; }
/* line 1070, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-right h3:after {
  background-color: #e42d38;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 81%;
  bottom: -18px; }
/* line 1083, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-right ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px; }
@media only screen and (max-width: 770px) {
  /* line 1083, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) .ap-right ul li {
    font-size: 14px; } }
/* line 1092, ../scss/content/_home.scss */
.other-brands:not(.home-featured-products) .ap-right ul li span {
  display: block;
  font-size: 12px;
  line-height: 12px; }
@media only screen and (max-width: 770px) {
  /* line 1092, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) .ap-right ul li span {
    font-size: 14px;
    line-height: 18px; } }
@media only screen and (max-width: 599px) {
  /* line 1105, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) .ap-left, .other-brands:not(.home-featured-products) .ap-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  /* line 1110, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) .ap-left {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media only screen and (max-width: 479px) {
  /* line 1116, ../scss/content/_home.scss */
  .other-brands:not(.home-featured-products) .ap-right .affiliated-brands, .other-brands:not(.home-featured-products) .ap-right .partner-brands {
    width: 100%; } }

/* line 1122, ../scss/content/_home.scss */
.home-blog-section {
  background: url(../images/blog_background.png) repeat-y 50% 0;
  color: #ffffff;
  padding-top: 65px;
  text-align: center;
  background-color: #000000; }
@media only screen and (max-width: 770px) {
  /* line 1122, ../scss/content/_home.scss */
  .home-blog-section {
    padding-top: 40px; } }
/* line 1133, ../scss/content/_home.scss */
.home-blog-section .home-blogs {
  margin: 0 auto;
  max-width: 1180px; }
/* line 1137, ../scss/content/_home.scss */
.home-blog-section h2, .home-blog-section > p {
  text-align: center; }
/* line 1140, ../scss/content/_home.scss */
.home-blog-section h2 {
  padding-top: 15px;
  text-transform: capitalize;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700; }
@media only screen and (max-width: 770px) {
  /* line 1140, ../scss/content/_home.scss */
  .home-blog-section h2 {
    font-size: 22px; } }
@media only screen and (max-width: 599px) {
  /* line 1140, ../scss/content/_home.scss */
  .home-blog-section h2 {
    font-size: 20px; } }
/* line 1154, ../scss/content/_home.scss */
.home-blog-section p.subtitle.description {
  font-size: 20px;
  padding: 0 8%;
  padding-bottom: 35px;
  position: relative; }
@media only screen and (max-width: 770px) {
  /* line 1154, ../scss/content/_home.scss */
  .home-blog-section p.subtitle.description {
    font-size: 16px; } }
@media only screen and (max-width: 599px) {
  /* line 1154, ../scss/content/_home.scss */
  .home-blog-section p.subtitle.description {
    font-size: 14px; } }
/* line 1166, ../scss/content/_home.scss */
.home-blog-section p.subtitle.description:after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 70px;
  bottom: 0; }
/* line 1179, ../scss/content/_home.scss */
.home-blog-section p + a {
  text-align: center;
  /* text-transform: uppercase; */
  text-decoration: none;
  display: block;
  font-weight: 800;
  color: #ffffff;
  padding-top: 23px;
  padding-right: 38px;
  font-size: 16px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block; }
/* line 1193, ../scss/content/_home.scss */
.home-blog-section p + a:after {
  bottom: 0;
  content: "";
  height: 12px;
  position: absolute;
  width: 14px;
  background: url(../images/arrow_right_white.png) no-repeat;
  right: 12px;
  bottom: 7px; }
@media only screen and (max-width: 770px) {
  /* line 1193, ../scss/content/_home.scss */
  .home-blog-section p + a:after {
    bottom: 4px; } }
@media only screen and (max-width: 770px) {
  /* line 1179, ../scss/content/_home.scss */
  .home-blog-section p + a {
    font-size: 14px; } }

/* line 1212, ../scss/content/_home.scss */
.home-blog-wrapper .grid-sizer.height-large {
  height: 63%; }
@media only screen and (max-width: 479px) {
  /* line 1212, ../scss/content/_home.scss */
  .home-blog-wrapper .grid-sizer.height-large {
    height: 50%; } }

/* line 1219, ../scss/content/_home.scss */
.home-blog-wrapper .grid-sizer.height-small {
  height: 37%; }
@media only screen and (max-width: 479px) {
  /* line 1219, ../scss/content/_home.scss */
  .home-blog-wrapper .grid-sizer.height-small {
    height: 50%; } }

/* line 1227, ../scss/content/_home.scss */
.home-blog-wrapper.grid {
  padding-top: 55px;
  padding-bottom: 110px;
  width: 100%;
  height: 755px; }
@media only screen and (max-width: 770px) {
  /* line 1227, ../scss/content/_home.scss */
  .home-blog-wrapper.grid {
    height: 1510px;
    padding-top: 40px; } }

/* line 1238, ../scss/content/_home.scss */
.home-blog-content {
  margin: 0 -10px; }
@media only screen and (max-width: 1199px) {
  /* line 1238, ../scss/content/_home.scss */
  .home-blog-content {
    margin: 0 10px; } }

/* line 1245, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer, .home-blog-wrapper.grid .grid-item {
  position: relative; }
/* line 1248, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .grid-image, .home-blog-wrapper.grid .grid-item .grid-image {
  background-size: cover !important;
  height: 100%; }
/* line 1253, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer img, .home-blog-wrapper.grid .grid-item img {
  width: 100%; }

/* line 1257, ../scss/content/_home.scss */
.blog-header {
  position: absolute;
  top: 20px;
  left: 9%;
  right: 9%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  font-size: 11px;
  font-size: 9px; }

/* line 1268, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper, .home-blog-wrapper.grid .grid-item .blog-wrapper {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 20px; }
/* line 1274, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper span, .home-blog-wrapper.grid .grid-item .blog-wrapper span {
  display: block;
  text-align: left;
  color: #ffffff; }
/* line 1279, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper a:hover, .home-blog-wrapper.grid .grid-item .blog-wrapper a:hover {
  text-decoration: none; }
/* line 1282, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper .blog-category, .home-blog-wrapper.grid .grid-item .blog-wrapper .blog-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  line-height: 12px; }
/* line 1290, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper .blog-category:after, .home-blog-wrapper.grid .grid-item .blog-wrapper .blog-category:after {
  background-color: #e42d38;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 35px; }
/* line 1300, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper .blog-title, .home-blog-wrapper.grid .grid-item .blog-wrapper .blog-title {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; }
@media only screen and (max-width: 770px) {
  /* line 1300, ../scss/content/_home.scss */
  .home-blog-wrapper.grid .grid-sizer .blog-wrapper .blog-title, .home-blog-wrapper.grid .grid-item .blog-wrapper .blog-title {
    font-size: 16px; } }
/* line 1309, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-sizer .blog-wrapper p, .home-blog-wrapper.grid .grid-item .blog-wrapper p {
  color: #B6B6B6;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  margin-top: 10px;
  text-align: left; }

/* line 1319, ../scss/content/_home.scss */
.grid-item--width2 {
  width: 50%;
  float: left;
  height: 100%; }
@media only screen and (max-width: 479px) {
  /* line 1324, ../scss/content/_home.scss */
  .grid-item--width2:first-child {
    height: 80%; } }
@media only screen and (max-width: 479px) {
  /* line 1330, ../scss/content/_home.scss */
  .grid-item--width2:last-child {
    height: 20%; } }
@media only screen and (max-width: 770px) {
  /* line 1319, ../scss/content/_home.scss */
  .grid-item--width2 {
    width: 100%;
    height: 50%; } }
/* line 1341, ../scss/content/_home.scss */
.grid-item--width2 .column {
  height: 100%; }
@media only screen and (max-width: 479px) {
  /* line 1341, ../scss/content/_home.scss */
  .grid-item--width2 .column {
    height: 50%; } }

/* line 1351, ../scss/content/_home.scss */
.grid-item--width2 .column {
  width: 50%;
  float: left; }
@media only screen and (max-width: 468px) {
  /* line 1351, ../scss/content/_home.scss */
  .grid-item--width2 .column {
    width: 100%; } }

/* line 1363, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-item .blog-wrapper {
  left: 5%;
  right: 5%; }
/* line 1367, ../scss/content/_home.scss */
.home-blog-wrapper.grid .grid-item .blog-header {
  top: 20px;
  left: 5%;
  right: 5%; }

/* line 1373, ../scss/content/_home.scss */
.grid-item--width2 .column .grid-sizer {
  width: 100%;
  padding: 3.5%; }
@media only screen and (max-width: 479px) {
  /* line 1373, ../scss/content/_home.scss */
  .grid-item--width2 .column .grid-sizer {
    padding: 1.75% 10px; } }

/* line 1382, ../scss/content/_home.scss */
.grid-item--width2 .column:first-child .grid-sizer {
  /* 	padding-left: 0; */ }

/* line 1386, ../scss/content/_home.scss */
.grid-item--width2 .grid-item {
  width: 100%;
  padding: 1.75%;
  /*  padding-right: 0; */ }
/* line 1392, ../scss/content/_home.scss */
.grid-item--width2 .grid-item.large {
  height: 100%; }
@media only screen and (max-width: 479px) {
  /* line 1392, ../scss/content/_home.scss */
  .grid-item--width2 .grid-item.large {
    padding: 1.75% 10px; } }

/* line 1399, ../scss/content/_home.scss */
.home-blog-wrapper.grid div img {
  width: 100% !important;
  height: auto !important; }

/* line 1403, ../scss/content/_home.scss */
.widget .products-grid .grid-item {
  float: left;
  width: 23.7%;
  height: 389px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 17px; }

@media only screen and (max-width: 1199px) {
  /* line 1412, ../scss/content/_home.scss */
  .widget .products-grid .grid-item a.product-image {
    width: 100%;
    margin: 0; } }

/* line 1418, ../scss/content/_home.scss */
.widget .products-grid .grid-item img :not(.please-wait-buy) {
  width: 100%; }

/* line 1419, ../scss/content/_home.scss */
.widget .products-grid .grid-item-width2 {
  float: left;
  width: 49.1%;
  overflow: hidden;
  margin-bottom: 20px; }

/* -------------------------------------------- *
 * Local news section
 */
/* line 1424, ../scss/content/_home.scss */
.local-news-wrapper {
  background: #000000;
  display: inline-block;
  width: 100%; }

/* line 1430, ../scss/content/_home.scss */
.local-news {
  margin: 0 auto;
  max-width: 1180px;
  padding-top: 78px;
  padding-bottom: 108px; }
@media only screen and (max-width: 770px) {
  /* line 1430, ../scss/content/_home.scss */
  .local-news {
    padding-top: 50px;
    padding-bottom: 20px; } }
/* line 1441, ../scss/content/_home.scss */
.local-news h2 {
  padding-top: 0;
  text-transform: capitalize;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700; }
@media only screen and (max-width: 770px) {
  /* line 1441, ../scss/content/_home.scss */
  .local-news h2 {
    font-size: 24px; } }
@media only screen and (max-width: 599px) {
  /* line 1441, ../scss/content/_home.scss */
  .local-news h2 {
    font-size: 22px; } }
/* line 1455, ../scss/content/_home.scss */
.local-news > p.subtitle {
  font-size: 20px;
  padding: 0 8%;
  padding-bottom: 35px;
  position: relative;
  color: #ffffff;
  text-align: center;
  margin-bottom: 45px; }
/* line 1464, ../scss/content/_home.scss */
.local-news > p.subtitle:after {
  background-color: #e42d38;
  bottom: 0;
  content: "";
  height: 4px;
  left: calc(50% - 35px);
  position: absolute;
  width: 70px;
  bottom: 0; }
@media only screen and (max-width: 770px) {
  /* line 1455, ../scss/content/_home.scss */
  .local-news > p.subtitle {
    font-size: 16px;
    margin-bottom: 15px; } }
@media only screen and (max-width: 599px) {
  /* line 1455, ../scss/content/_home.scss */
  .local-news > p.subtitle {
    font-size: 14px; } }
/* line 1482, ../scss/content/_home.scss */
.local-news .local-news-items {
  margin: 0 -20px;
  border-collapse: separate;
  border-spacing: 20px;
  display: table;
  width: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 1482, ../scss/content/_home.scss */
  .local-news .local-news-items {
    margin: 0; } }
@media only screen and (max-width: 770px) {
  /* line 1482, ../scss/content/_home.scss */
  .local-news .local-news-items {
    border-spacing: 10px 20px; } }
/* line 1496, ../scss/content/_home.scss */
.local-news ul {
  list-style: none;
  display: table-row;
  margin-bottom: 0;
  width: 100%; }
@media only screen and (max-width: 1199px) {
  /* line 1496, ../scss/content/_home.scss */
  .local-news ul {
    margin-left: 0;
    margin-right: 0; } }
/* line 1507, ../scss/content/_home.scss */
.local-news li {
  color: #000000;
  background: #ffffff;
  width: 25%;
  display: table-cell;
  vertical-align: top;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
@media only screen and (max-width: 770px) {
  /* line 1507, ../scss/content/_home.scss */
  .local-news li {
    width: 100%;
    display: table-row; } }
/* line 1522, ../scss/content/_home.scss */
.local-news li:last-child {
  margin-right: 0; }
/* line 1526, ../scss/content/_home.scss */
.local-news li .news-date {
  font-size: 12px;
  color: #959595;
  padding-top: 23px;
  padding-left: 20px;
  padding-bottom: 15px; }
/* line 1533, ../scss/content/_home.scss */
.local-news li .news-content {
  padding: 20px;
  position: relative;
  /* height: 187px; */ }
/* line 1538, ../scss/content/_home.scss */
.local-news li .news-content .news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; }
@media only screen and (max-width: 770px) {
  /* line 1538, ../scss/content/_home.scss */
  .local-news li .news-content .news-title {
    font-size: 16px; } }
/* line 1546, ../scss/content/_home.scss */
.local-news li .news-content:before {
  background-color: #e42d38;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  width: 35px;
  top: 0; }
/* line 1555, ../scss/content/_home.scss */
.local-news li .news-content p {
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  /* max-height: 110px; */ }

/* -------------------------------------------- *
* Newsletter lightbox
*/
@media only screen and (max-width: 770px) {
  /* line 1570, ../scss/content/_home.scss */
  .fancybox-desktop {
    display: none !important; } }

@media only screen and (max-width: 770px) {
  /* line 1575, ../scss/content/_home.scss */
  .fancybox-overlay {
    display: none !important; } }

/* line 1581, ../scss/content/_home.scss */
.fancybox-newsletter {
  display: none; }

/* line 1585, ../scss/content/_home.scss */
.newsletter-wrapper {
  border: 4px solid #ffffff;
  width: 535px;
  padding: 10px; }
/* line 1591, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content {
  background: #ffffff;
  padding: 60px; }
/* line 1594, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .read-pp-label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  margin-top: 0; }
/* line 1600, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .newsletter-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px; }
/* line 1607, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .newsletter-title:after {
  background-color: #e42d38;
  content: "";
  height: 4px;
  position: absolute;
  width: 40px;
  top: 36px;
  left: 0; }
/* line 1617, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content h2 {
  text-transform: none;
  font-size: 30px;
  font-weight: 800; }
/* line 1622, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content ul {
  padding-left: 15px;
  list-style: disc;
  margin-bottom: 28px; }
/* line 1627, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content ul li {
  font-size: 14px;
  line-height: 25px; }
/* line 1632, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .input-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*    float: left; */ }
/* line 1637, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .input-box .input-text {
  height: 36px;
  border-radius: 35px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #B6B6B6; }
/* line 1644, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .input-box .actions {
  position: absolute;
  top: 10px;
  right: 1%;
  margin: 0; }
/* line 1650, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content .input-box .actions button.button {
  border-radius: 30px;
  height: 30px;
  line-height: 1; }
/* line 1656, ../scss/content/_home.scss */
.newsletter-wrapper .newsletter-content #read-pp2 {
  z-index: 100;
  top: 18px;
  right: 0;
  cursor: pointer;
  width: 75%; }

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
/* line 30, ../../../rwd/default/scss/content/_category.scss */
.category-image {
  position: relative; }

/* line 34, ../../../rwd/default/scss/content/_category.scss */
.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px; }

/* line 39, ../../../rwd/default/scss/content/_category.scss */
.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%; }

/* line 45, ../../../rwd/default/scss/content/_category.scss */
.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px; }

/* line 55, ../../../rwd/default/scss/content/_category.scss */
.catblocks li:hover {
  border-color: #3399CC; }

@media only screen and (max-width: 770px) {
  /* line 60, ../../../rwd/default/scss/content/_category.scss */
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important; }

  /* line 65, ../../../rwd/default/scss/content/_category.scss */
  .catblocks li:nth-child(even) {
    margin-right: 0 !important; } }
@media only screen and (max-width: 479px) {
  /* line 71, ../../../rwd/default/scss/content/_category.scss */
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none; } }
/* line 78, ../../../rwd/default/scss/content/_category.scss */
.catblocks li:last-child {
  margin-right: 0 !important; }

/* line 82, ../../../rwd/default/scss/content/_category.scss */
.catblocks li img {
  width: 100%;
  max-width: 100%; }

/* line 87, ../../../rwd/default/scss/content/_category.scss */
.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px; }

/* line 103, ../../../rwd/default/scss/content/_category.scss */
.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none; }

/* line 108, ../../../rwd/default/scss/content/_category.scss */
.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px; }

/* line 115, ../../../rwd/default/scss/content/_category.scss */
.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center; }

/* line 126, ../../../rwd/default/scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px; }

/* line 133, ../../../rwd/default/scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important; }

/* line 137, ../../../rwd/default/scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/bg_threedots.png) no-repeat center center;
  display: block;
  height: 20px; }

/* line 143, ../../../rwd/default/scss/content/_category.scss */
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565; }

/* line 148, ../../../rwd/default/scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover, .cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5; }

/* line 154, ../../../rwd/default/scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text, .catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px; }

/* line 162, ../../../rwd/default/scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important; }

/* line 166, ../../../rwd/default/scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots, .catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.manfrotto.de/skin/frontend/manfrotto/global/images/bg_threedots.png) no-repeat center center;
  display: block;
  height: 20px; }

/* line 173, ../../../rwd/default/scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc, .catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565; }