@charset "UTF-8";
/*
// ----------------------------------------------
// 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; }
}
*/
.postnav {  overflow: hidden; margin-bottom: 25px; }
.postnav a { background: #005890; width: 31%; margin: 1%; float: left; color: #fff; padding: 5px; text-align: center; height: 70px;  }
.postnav a span { position: relative;
  top: 50%;
  transform: translateY(-50%); display: block; }
article h2 { clear: both; }
.postnav a:hover { color: #005890; background: #F9C35C; text-decoration: none !important;  }
.postviewbutton { color: #fff; background: #005890; padding: 10px; float: right; margin-left: 10px;  }
.postviewbutton:hover {  color: #005890; background: #F9C35C; text-decoration: none; }
.backtop { color: #005890; background: #F9C35C; padding: 10px; float: right; margin-left: 10px; margin: 0 auto; width: 100%; text-align: center; margin-bottom: 40px; margin-top: 15px;  }
.backtop:hover {  color: #fff; background: #005890; text-decoration: none; }
@media only screen and (max-width: 600px) {
  /* line 41, ../scss/layout/_downloadable.scss */
  .postnav a { width: 100%; margin: 0 !important; margin-bottom: 10px !important;  }
}
.rwd-table {
  margin: 1em 0;
  width: 100%;
}
.rwd-table tr {
  border: 1px solid #ddd;
  }
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
   border: 1px solid #ddd;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

body {
  padding: 0 2em;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #444;
  background: #eee;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

.rwd-table {
  background: #F1F0F0;
  color: #666;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #D5D6D6;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #fff;
  background: #005890;
  font-weight: bold;
  width: 50%;
  text-align: center;
}
.rwd-table p { margin: 0 !important; text-align: center; }
.rwd-table tr:nth-child(even) { background: #fff; }
/*
// ----------------------------------------------
*/
/*! 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: thin dotted;
}

/*
 * 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, ../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, ../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, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

/* line 108, ../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 50, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

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

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

/* line 72, ../scss/core/_common.scss */
a:focus {
  outline-color: #005083;
  color: black;
}

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

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

/* line 90, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

/* line 92, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

/* line 94, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

/* line 96, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

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

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

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

/* line 117, ../scss/core/_common.scss */
.availability.in-stock {
  color: #f9c35c;
}

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

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

/* -------------------------------------------- *
 * Page Titles
 */
/* line 135, ../scss/core/_common.scss */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

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

/* line 151, ../scss/core/_common.scss */
.block-account {
  background: #f9c35c;
}
/* line 155, ../scss/core/_common.scss */
.block-account .block-title {
  text-align: center;
  padding: 2%;
}
/* line 160, ../scss/core/_common.scss */
.block-account .block-title strong {
  color: #fff;
  font-weight: normal;
}
/* line 169, ../scss/core/_common.scss */
.block-account li a {
  width: 80%;
  margin: 0 auto;
  float: none;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
}
/* line 179, ../scss/core/_common.scss */
.block-account li a, .block-account li strong {
  color: #FFF;
}
/* line 184, ../scss/core/_common.scss */
.block-account li:hover {
  background: #FFF;
}
/* line 188, ../scss/core/_common.scss */
.block-account li:hover a {
  color: #005890;
  text-decoration: none;
  border-bottom-color: #F9C35C;
}
/* line 196, ../scss/core/_common.scss */
.block-account li.current {
  background: #FFF;
  margin: 1% 0 -1% 0;
}

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

/* line 205, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
}
/* line 210, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #005890;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 219, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

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

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

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

/* line 244, ../scss/core/_common.scss */
.block-content li.item {
  margin: 0;
}

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

/* line 252, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 255, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 259, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 262, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 270, ../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 280, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 283, ../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;
  }
  /* line 290, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    padding: 7px 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
    margin: 0 0 18px 0;
  }
  /* line 300, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    background: #005890;
    color: #FFF;
    padding: 7px 10px;
  }
  /* line 308, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 327, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  border-top: none;
}
/* line 331, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
  font-family: "Open Sans", sans-serif;
}
/* line 336, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #005890;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 353, ../scss/core/_common.scss */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  color: #666;
  padding: 7px 15px;
}
/* line 361, ../scss/core/_common.scss */
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #004876;
  cursor: pointer;
}
/* line 366, ../scss/core/_common.scss */
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #00395d;
  color: #666;
}
/* line 371, ../scss/core/_common.scss */
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #666;
  background: #00395d;
  outline: none;
}

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

/* Primary Buttons */
/* line 384, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #005890;
  display: inline-block;
  padding: 7px 10px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 402, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #004876;
  cursor: pointer;
}
/* line 406, ../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: #00395d;
  color: #FFFFFF;
}
/* line 410, ../scss/core/_common.scss */
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #00395d;
  outline: none;
  color: #FFFFFF;
}

/* line 417, ../scss/core/_common.scss */
a.button {
  text-decoration: none;
}

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

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

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

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

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

/* line 460, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #005890;
  font-family: "Open Sans", sans-serif;
}
/* line 470, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 770px) {
  /* line 478, ../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 485, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 488, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 496, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  /* line 503, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 506, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 516, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

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

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

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

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

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

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

  /* line 546, ../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 562, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}
/* line 568, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 574, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 579, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 584, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 590, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 599, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .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 606, ../scss/core/_common.scss */
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite-2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 616, ../scss/core/_common.scss */
.breadcrumbs {
  overflow: hidden;
  background: #005890;
  padding: 10px 0;
}
/* line 621, ../scss/core/_common.scss */
.breadcrumbs ul {
  max-width: 1190px;
  margin: auto;
}
@media only screen and (min-width: 770px) {
  /* line 616, ../scss/core/_common.scss */
  .breadcrumbs {
    padding: 10px 30px;
  }
}

/* line 633, ../scss/core/_common.scss */
.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

/* line 639, ../scss/core/_common.scss */
.breadcrumbs a, .breadcrumbs li {
  float: left;
  color: #FFF;
}

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

/* line 648, ../scss/core/_common.scss */
.breadcrumbs strong {
  color: #FFF;
}

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

@media only screen and (max-width: 770px) {
  /* line 658, ../scss/core/_common.scss */
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 668, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFF;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
/* line 681, ../scss/core/_common.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #005890;
  border-color: #005890;
}

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

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

/* line 721, ../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 #005890;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 729, ../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 738, ../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 749, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 753, ../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: #F4F4F4;
}

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

/* -------------------------------------------- *
 * Container
 */
/* line 777, ../scss/core/_common.scss */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
/* line 784, ../scss/core/_common.scss */
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  /* line 791, ../scss/core/_common.scss */
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
/* line 797, ../scss/core/_common.scss */
.footer-container {
  padding-top: 0px;
}

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

/* line 810, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

/* line 821, ../scss/core/_common.scss */
.cms-home .col-left .download {
  display: none;
}

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

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

/* line 848, ../scss/core/_common.scss */
.col-main {
  float: left;
  width: 75%;
}

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

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

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

/* line 875, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 23.95833%;
}
/* line 879, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 76.04167%;
}
/* line 883, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 69.73684%;
}
/* line 888, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 30.26316%;
}

@media only screen and (max-width: 1000px) {
  /* line 896, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 904, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 908, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 913, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 921, ../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 942, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

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

  /* line 952, ../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 */
  }
}
/* Content Columns */
/* line 959, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 962, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  /* line 962, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 972, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 977, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  /* line 983, ../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 993, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 997, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 1001, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  /* line 1010, ../scss/core/_common.scss */
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1021, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
/* line 1026, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
/* line 1041, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1050, ../scss/core/_common.scss */
.promo-msg {
  color: #005890;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

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

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

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

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

/* -------------------------------------------- *
 * Messages
 */
/* line 1087, ../scss/core/_common.scss */
.messages {
  margin: 18px 0;
}

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

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

/* line 1105, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

/* line 1111, ../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 #DF280A;
  border-right: none;
}

/* line 1115, ../scss/core/_common.scss */
.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

/* line 1121, ../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 #E26703;
  border-right: none;
}

/* line 1125, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #005890;
  border-left: 5px solid #f9c35c;
  background-color: #F6F6F6;
}

/* line 1131, ../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 #f9c35c;
  border-right: none;
}

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

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

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

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

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

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

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

/* line 1187, ../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: #F4F4F4;
}

/* line 1197, ../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 1203, ../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 #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

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

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1217, ../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 1225, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

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

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

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

/* line 1249, ../scss/core/_common.scss */
.price-box .price {
  color: #005890;
}

/* line 1253, ../scss/core/_common.scss */
.price-box .price,
.price {
  font-family: "Open Sans", sans-serif;
}

/* line 1258, ../scss/core/_common.scss */
.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}

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

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1278, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
/* line 1282, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

/* line 1287, ../scss/core/_common.scss */
.price-box .old-price {
  text-decoration: line-through;
}
/* line 1289, ../scss/core/_common.scss */
.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through;
}

/* line 1295, ../scss/core/_common.scss */
.price-box .special-price {
  color: #c93790;
  display: block;
  font-weight: 400;
  font-size: 1.1em;
}
/* line 1301, ../scss/core/_common.scss */
.price-box .special-price .price {
  color: #c93790;
}
/* line 1307, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #c93790;
}

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

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

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1329, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 2%;
  background: #f9c35c;
  margin: 0 0 18px 0;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
/* line 1341, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
}
/* line 1344, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1347, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* line 1353, ../scss/core/_common.scss */
.tier-prices {
  width: 100%;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1364, ../scss/core/_common.scss */
.item-options {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
/* line 1368, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1372, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
/* line 1379, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1384, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

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

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

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

/* line 1411, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #005890;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1422, ../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 #005890;
  border-top: none;
  left: 97px;
  top: -7px;
}

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

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

@media only screen and (max-width: 479px) {
  /* line 1441, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1444, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1449, ../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 1457, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1461, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1474, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

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

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

/* -------------------------------------------- *
 * Product Image
 */
@media only screen and (max-width: 770px) {
  /* line 1506, ../scss/core/_common.scss */
  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
  }
}
/* line 1511, ../scss/core/_common.scss */
.no-touch .product-image:hover {
  border-color: #005890;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1519, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1522, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
/* line 1527, ../scss/core/_common.scss */
.ratings .rating-box {
  margin: auto;
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
/* line 1536, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
/* line 1543, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1549, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}
/* line 1554, ../scss/core/_common.scss */
.ratings a {
  color: #fff;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1565, ../scss/core/_common.scss */
.cms-home .std p img {
  float: left;
}

/* line 1571, ../scss/core/_common.scss */
.std p {
  margin: 0 0 1.5em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

/* line 1581, ../scss/core/_common.scss */
.std ol li {
  margin-left: 2em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 1586, ../scss/core/_common.scss */
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

/* line 1591, ../scss/core/_common.scss */
.std ul li {
  margin-left: 2em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

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

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1614, ../scss/core/_common.scss */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8edf0;
  padding: 5px 10px 0px 10px;
  text-transform: uppercase;
  clear: both;
}
/* line 1622, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

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

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

/* line 1636, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "Open Sans", sans-serif;
  color: #005890;
  line-height: 30px;
  font-size: 12px;
}

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

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

/* line 1657, ../scss/core/_common.scss */
.sorter {
  margin: auto;
  width: 28%;
}
/* line 1661, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1665, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}

/* line 1671, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
/* line 1676, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* line 1682, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
/* line 1684, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
/* line 1688, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
/* line 1690, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

/* line 1696, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
}
/* line 1699, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
/* line 1706, ../scss/core/_common.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
/* line 1710, ../scss/core/_common.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
/* line 1714, ../scss/core/_common.scss */
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
/* line 1718, ../scss/core/_common.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

/* line 1724, ../scss/core/_common.scss */
.pager {
  float: left;
  overflow: hidden;
}
/* line 1728, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 1732, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
/* line 1739, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
/* line 1744, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 1747, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}
/* line 1753, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

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

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

/* line 1775, ../scss/core/_common.scss */
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #005890;
  font-family: "Open Sans", sans-serif;
}

/* line 1792, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  color: #666;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

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

/* line 1816, ../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 #005890;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1823, ../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 #fff;
  border-right: none;
}

/* line 1829, ../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 #005890;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1836, ../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 #fff;
  border-left: none;
}

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

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

  /* line 1853, ../scss/core/_common.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1861, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 1866, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1870, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1875, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  /* line 1887, ../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 1892, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1896, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1901, ../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 1910, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 1922, ../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 1926, ../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 #005890;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1932, ../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 #fff;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1942, ../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 #005890;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1948, ../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 #fff;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1960, ../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 1970, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

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

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

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

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

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

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

/* line 2008, ../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: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

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

/* line 72, ../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 81, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 91, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Open Sans", 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 99, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

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

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

/* -------------------------------------------- *
 * Select
 */
/* line 126, ../scss/core/_form.scss */
select {
  font-size: 14px;
}

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

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

/* -------------------------------------------- *
 * Textarea
 */
/* line 145, ../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;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 156, ../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 #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}
/* line 163, ../scss/core/_form.scss */
.input-text:focus {
  border: 1px solid #005890;
}

/* line 168, ../scss/core/_form.scss */
.input-text.validation-failed {
  border-color: #DF280A;
}

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

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

/* line 187, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* 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 199, ../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 210, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

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

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

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

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

/* line 248, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 262, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 275, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 278, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 284, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 288, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 288, ../scss/core/_form.scss */
  .form-list .field,
  .form-list .wide,
  .form-list .control {
    width: 50%;
  }
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 301, ../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 307, ../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 311, ../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 316, ../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 324, ../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: #666;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
/* line 333, ../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: #ececec;
}
/* line 339, ../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 343, ../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 350, ../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 358, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

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

/* line 384, ../scss/core/_form.scss */
form .form-instructions {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #A0A0A0;
}

/* ============================================ *
 * 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%;
}

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

/* line 48, ../scss/core/_table.scss */
.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 56, ../scss/core/_table.scss */
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

/* line 61, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
  font-family: "Open Sans", sans-serif;
}

/* line 66, ../scss/core/_table.scss */
.data-table tfoot tr {
  background: #F4F4F4;
}

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

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

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

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

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

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 113, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
/* line 118, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
/* line 125, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED;
}
/* line 129, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 240, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */
  }
  /* line 140, ../scss/core/_table.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  /* line 146, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 151, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 159, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 164, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 170, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  /* line 174, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  /* line 178, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 183, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 188, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 196, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 201, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 205, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  /* line 210, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  /* line 214, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 219, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 226, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none;
  }
  /* line 230, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  /* line 234, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 246, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */
  }
  /* line 140, ../scss/core/_table.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  /* line 146, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 151, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 159, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 164, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 170, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  /* line 174, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  /* line 178, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 183, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 188, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 196, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 201, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 205, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  /* line 210, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  /* line 214, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 219, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 226, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }
  /* line 230, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  /* line 234, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  /* line 252, ../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: #FFFFFF;
}

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

/* line 46, ../scss/layout/_global.scss */
.clear-l {
  clear: left;
}

/* line 49, ../scss/layout/_global.scss */
.clear-r {
  clear: right;
}

/* line 52, ../scss/layout/_global.scss */
.clear {
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 36, ../scss/layout/_header.scss */
  .page-header-container {
    position: relative;
  }
}
/* line 43, ../scss/layout/_header.scss */
.header-language-container,
.page-header {
  font-family: "Open Sans", sans-serif;
  padding: 0 0 1% 0;
  margin: 0 auto 1.5% auto;
}
@media only screen and (min-width: 770px) {
  /* line 43, ../scss/layout/_header.scss */
  .header-language-container,
  .page-header {
    padding: 0 30px 20px 30px;
    border-bottom: 1px solid #e8edf0;
  }
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 62, ../scss/layout/_header.scss */
.header-language-background {
  padding: 10px;
  background-color: #005890;
  text-transform: uppercase;
}
/* line 67, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 1200px;
  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 88, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
/* line 93, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none;
}
/* line 96, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 102, ../scss/layout/_header.scss */
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  /* line 105, ../scss/layout/_header.scss */
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
/* line 112, ../scss/layout/_header.scss */
.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

@media only screen and (max-width: 770px) {
  /* line 119, ../scss/layout/_header.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 129, ../scss/layout/_header.scss */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
/* line 138, ../scss/layout/_header.scss */
.logo img {
  max-width: 100%;
}
/* line 142, ../scss/layout/_header.scss */
.logo .small {
  display: block;
}
/* line 145, ../scss/layout/_header.scss */
.logo .large {
  display: none;
}

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

@media only screen and (min-width: 771px) {
  /* line 158, ../scss/layout/_header.scss */
  .logo {
    max-width: 375px;
    min-height: 90px;
  }
  /* line 162, ../scss/layout/_header.scss */
  .logo .small {
    display: none;
  }
  /* line 165, ../scss/layout/_header.scss */
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 176, ../scss/layout/_header.scss */
.skip-links {
  clear: both;
  height: 46px;
  background: #f9f9f9;
}

@media only screen and (min-width: 771px) {
  /* line 186, ../scss/layout/_header.scss */
  .skip-links {
    border: 0;
    height: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 197, ../scss/layout/_header.scss */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 45px;
  color: #666;
  line-height: 42px;
  text-align: center;
}

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

/* line 211, ../scss/layout/_header.scss */
.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  /* line 219, ../scss/layout/_header.scss */
  .skip-link {
    border-right: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 500px) {
  /* line 231, ../scss/layout/_header.scss */
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  /* line 242, ../scss/layout/_header.scss */
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  /* line 247, ../scss/layout/_header.scss */
  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 257, ../scss/layout/_header.scss */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 264, ../scss/layout/_header.scss */
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  /* line 272, ../scss/layout/_header.scss */
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 282, ../scss/layout/_header.scss */
.skip-link .label {
  display: none;
}

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

/* line 304, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

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

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

  /* line 332, ../scss/layout/_header.scss */
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    text-decoration: none;
  }
}
/* line 340, ../scss/layout/_header.scss */
.account-cart-wrapper {
  position: absolute;
  top: -2px;
  right: 0px;
  z-index: 99999;
}
@media only screen and (max-width: 770px) {
  /* line 340, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    position: static;
  }
}
/* line 353, ../scss/layout/_header.scss */
.account-cart-wrapper .account a {
  text-transform: none;
}
@media only screen and (min-width: 770px) {
  /* line 353, ../scss/layout/_header.scss */
  .account-cart-wrapper .account a {
    color: #FFF;
  }
}
@media only screen and (min-width: 770px) {
  /* line 364, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart {
    position: absolute;
    top: 170px;
    background: #f6f6f6;
    right: 0;
    width: 300px;
  }
  /* line 373, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .cart-icon {
    background: #efefef;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 5% 0 0;
  }
  /* line 381, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .items, .account-cart-wrapper .cart .totals {
    display: none;
  }
}
@media only screen and (min-width: 770px) and (min-width: 700px) {
  /* line 381, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .items, .account-cart-wrapper .cart .totals {
    display: block;
    float: left;
    text-align: left;
    line-height: 12px;
    text-transform: none;
    margin: 1% 0 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 394, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .label {
    display: block;
    text-transform: none;
    color: #666;
  }
  /* line 400, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .header-minicart {
    width: 100%;
  }
  /* line 402, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .header-minicart a.skip-link {
    width: 100%;
  }
  /* line 408, ../scss/layout/_header.scss */
  .account-cart-wrapper .cart .border {
    border-left: 1px solid #ececec;
    float: left;
    padding: 0 0 0 7%;
    margin: 1% 0 0 7%;
  }
}

/* ============================================ *
 * Additional
 * ============================================ */
/* line 427, ../scss/layout/_header.scss */
.header-links {
  background: #005890;
  padding: 10px 0 38px;
}
@media only screen and (min-width: 770px) {
  /* line 427, ../scss/layout/_header.scss */
  .header-links {
    padding: 8px 0 10px;
  }
}
/* line 438, ../scss/layout/_header.scss */
.header-links ul {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  /* line 438, ../scss/layout/_header.scss */
  .header-links ul {
    width: 100%;
    padding: 0 30px;
    margin: auto;
    max-width: 1200px;
    text-align: left;
    position: relative;
    z-index: 999;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 438, ../scss/layout/_header.scss */
  .header-links ul {
    padding: 0;
  }
}
/* line 457, ../scss/layout/_header.scss */
.header-links ul li {
  font-size: 0.9em;
  line-height: 14px;
  display: inline-block;
  border-left: 1px solid #FFF;
}
/* line 463, ../scss/layout/_header.scss */
.header-links ul li:first-child {
  border-left: none;
}
/* line 467, ../scss/layout/_header.scss */
.header-links ul li a {
  color: #FFF;
  padding: 8px 4px;
}

/* line 478, ../scss/layout/_header.scss */
.page-header-container {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 290px;
}

/* line 484, ../scss/layout/_header.scss */
.logo {
  width: 80%;
  float: none;
  margin: -40px auto 0;
}
/* line 489, ../scss/layout/_header.scss */
.logo img {
  width: 100%;
}

/* line 494, ../scss/layout/_header.scss */
.opening-hours,
.number-wrap {
  width: 100%;
  float: left;
  margin: 22px 0 0;
}
/* line 500, ../scss/layout/_header.scss */
.opening-hours p,
.number-wrap p {
  text-align: center;
  color: #005890;
}
/* line 505, ../scss/layout/_header.scss */
.opening-hours strong,
.opening-hours .number,
.number-wrap strong,
.number-wrap .number {
  font-size: 1.8em;
  font-weight: 400;
}
@media only screen and (min-width: 770px) {
  /* line 494, ../scss/layout/_header.scss */
  .opening-hours,
  .number-wrap {
    width: 30%;
    position: absolute;
    top: 45px;
  }
}

@media only screen and (min-width: 770px) {
  /* line 519, ../scss/layout/_header.scss */
  .opening-hours {
    left: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 526, ../scss/layout/_header.scss */
  .opening-hours p {
    text-align: left;
  }
}

@media only screen and (min-width: 770px) {
  /* line 537, ../scss/layout/_header.scss */
  .number-wrap {
    right: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 545, ../scss/layout/_header.scss */
  .number-wrap p {
    text-align: right;
    color: #005890;
  }
}

/* line 557, ../scss/layout/_header.scss */
.mobile {
  display: none;
}
@media only screen and (min-width: 770px) {
  /* line 557, ../scss/layout/_header.scss */
  .mobile {
    display: block;
  }
}

/* ============================================ *
 * 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;
}
/* line 36, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

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

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

@media only screen and (min-width: 500px) {
  /* line 55, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  /* line 65, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  /* line 77, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  /* line 87, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 98, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 111, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #666;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
/* line 120, ../scss/layout/_header-nav.scss */
.nav-primary li {
  position: relative;
}
/* line 124, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

/* line 130, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}
@media only screen and (min-width: 770px) {
  /* line 130, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active > ul.level0,
  .nav-primary li.level0 li.sub-menu-active > ul {
    display: none;
  }
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  /* line 152, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  /* line 158, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none;
  }
  /* line 163, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  /* line 167, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 5px 15px 5px 25px;
    line-height: 21px;
  }
  /* line 172, ../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 181, ../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 190, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #005890;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 203, ../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+ */
  }
  /* line 205, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    width: 80%;
    margin: 0 auto;
    float: none;
    display: block;
    border-bottom: 1px solid #d5d6d6;
    border-top: 1px solid #fff;
    line-height: 40px;
    color: #ABABAB;
  }
  /* line 216, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 {
    display: inline-block;
    width: 100%;
  }
  /* line 224, ../scss/layout/_header-nav.scss */
  .nav-primary li.first a {
    border-top: none;
  }
  /* line 231, ../scss/layout/_header-nav.scss */
  .nav-primary li.active, .nav-primary li:hover {
    background: #005890;
  }
  /* line 233, ../scss/layout/_header-nav.scss */
  .nav-primary li.active a, .nav-primary li:hover a {
    color: #FFF;
    border-top-color: #005890;
    border-bottom-color: #005890;
  }
  /* line 240, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  /* line 244, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active {
    z-index: 200;
  }
  /* line 249, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  /* line 262, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  /* line 268, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  /* line 273, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  /* line 278, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  /* line 286, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  /* line 289, ../scss/layout/_header-nav.scss */
  .nav-primary 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 #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
/* line 300, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > ul {
  display: block;
}

/* line 305, ../scss/layout/_header-nav.scss */
.second-navigation {
  display: none;
}
@media only screen and (min-width: 770px) {
  /* line 305, ../scss/layout/_header-nav.scss */
  .second-navigation {
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /* line 319, ../scss/layout/_header-nav.scss */
  .second-navigation ul li {
    display: inline-block;
    text-transform: uppercase;
  }
  /* line 324, ../scss/layout/_header-nav.scss */
  .second-navigation ul li a {
    color: #818181;
  }
  /* line 328, ../scss/layout/_header-nav.scss */
  .second-navigation ul li a.active {
    color: #005890;
  }
  /* line 334, ../scss/layout/_header-nav.scss */
  .second-navigation ul li.last {
    float: right;
    margin: 0;
  }
  /* line 339, ../scss/layout/_header-nav.scss */
  .second-navigation ul li.last a {
    color: #c9234a;
  }
}
@media only screen and (min-width: 770px) {
  /* line 350, ../scss/layout/_header-nav.scss */
  .second-navigation ul li {
    margin: 0 2px 0 0;
    font-size: 0.8em;
    line-height: 30px;
  }
  /* line 356, ../scss/layout/_header-nav.scss */
  .second-navigation ul li.last {
    display: none;
  }
}
@media only screen and (min-width: 770px) {
  /* line 367, ../scss/layout/_header-nav.scss */
  .second-navigation ul li {
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 378, ../scss/layout/_header-nav.scss */
  .second-navigation ul li {
    margin: 0 10px 0 0;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 393, ../scss/layout/_header-nav.scss */
  .second-navigation ul li.last {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 404, ../scss/layout/_header-nav.scss */
  .second-navigation ul li {
    margin: 0 2.6% 0 0;
    font-size: 1em;
  }
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* line 33, ../scss/layout/_header-search.scss */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
/* line 38, ../scss/layout/_header-search.scss */
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  /* line 48, ../scss/layout/_header-search.scss */
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* line 58, ../scss/layout/_header-search.scss */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  /* line 66, ../scss/layout/_header-search.scss */
  #header-search {
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 979px) {
  /* line 79, ../scss/layout/_header-search.scss */
  #header-search {
    top: 168px;
  }
}
/* line 86, ../scss/layout/_header-search.scss */
#search_mini_form input.input-text {
  height: 50px;
}

/* ============================================ *
 * Search Input
 * ============================================ */
/* line 95, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

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

/* line 104, ../scss/layout/_header-search.scss */
#search {
  width: 100%;
  height: 50px;
  padding-right: 40px;
  font-family: "Open Sans", sans-serif;
  background: #f6f6f6;
  border: none;
}

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

/* line 125, ../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-position: 4px -146px;
}

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

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

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 42, ../scss/layout/_header-account.scss */
.skip-account .icon {
  background-position: -46px -44px;
}
@media only screen and (min-width: 770px) {
  /* line 42, ../scss/layout/_header-account.scss */
  .skip-account .icon {
    background-position: 4px -44px;
  }
}

@media only screen and (min-width: 771px) {
  /* line 58, ../scss/layout/_header-account.scss */
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

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

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

  /* line 87, ../scss/layout/_header-account.scss */
  #header-account a:hover {
    color: #005890;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
/* line 97, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
}

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

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

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 36, ../scss/layout/_header-cart.scss */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
/* line 41, ../scss/layout/_header-cart.scss */
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  /* line 51, ../scss/layout/_header-cart.scss */
  .skip-cart {
    width: auto;
  }

  /* line 58, ../scss/layout/_header-cart.scss */
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 75, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(0, 88, 144, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

/* line 90, ../scss/layout/_header-cart.scss */
.skip-link.skip-active .count {
  color: white;
}

@media only screen and (max-width: 499px) {
  /* line 101, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  /* line 107, ../scss/layout/_header-cart.scss */
  .skip-cart {
    color: #005890;
    text-transform: uppercase;
    background: none;
  }
  /* line 112, ../scss/layout/_header-cart.scss */
  .skip-cart:hover {
    text-decoration: none;
  }
  /* line 116, ../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;
    font-size: 14px;
    width: auto;
  }

  /* line 127, ../scss/layout/_header-cart.scss */
  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #005890;
  }
}
/* line 133, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none;
}

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

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

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

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

/* Subtotal */
/* line 168, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

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

/* line 181, ../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 190, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block;
}

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

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 36, ../scss/layout/_footer.scss */
.footer,
.footer button {
  font-family: "Open Sans", sans-serif;
}

/* line 41, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  /* line 41, ../scss/layout/_footer.scss */
  .footer {
    padding-top: 15px;
  }
}
/* line 52, ../scss/layout/_footer.scss */
.footer .col {
  width: 50%;
  float: left;
  color: #666;
}
@media only screen and (min-width: 800px) {
  /* line 52, ../scss/layout/_footer.scss */
  .footer .col {
    width: 25%;
  }
}
/* line 62, ../scss/layout/_footer.scss */
.footer .col .address {
  margin: 0 0 4% 0;
}
/* line 67, ../scss/layout/_footer.scss */
.footer .col p.title {
  color: #005890;
  font-size: 18px;
  margin: 0 0 20px 0;
}
/* line 73, ../scss/layout/_footer.scss */
.footer .col p.subtitle {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 2% 0;
}
/* line 81, ../scss/layout/_footer.scss */
.footer .location {
  width: 100%;
  background: #f6f6f6;
  padding: 4%;
  margin: 8% 0 0;
  font-size: 1em;
}
@media only screen and (min-width: 800px) {
  /* line 81, ../scss/layout/_footer.scss */
  .footer .location {
    width: 50%;
    margin: 0;
    padding: 1%;
  }
}
/* line 97, ../scss/layout/_footer.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
/* line 102, ../scss/layout/_footer.scss */
.footer .block-title strong {
  font-weight: normal;
}
/* line 106, ../scss/layout/_footer.scss */
.footer .block-title,
.footer address {
  color: #005890;
}
/* line 111, ../scss/layout/_footer.scss */
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
/* line 117, ../scss/layout/_footer.scss */
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
/* line 123, ../scss/layout/_footer.scss */
.footer .links a {
  color: #666;
}
/* line 125, ../scss/layout/_footer.scss */
.footer .links a:hover {
  color: #005890;
}
/* line 131, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
/* line 137, ../scss/layout/_footer.scss */
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 143, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 151, ../scss/layout/_footer.scss */
.footer .links.social-media em {
  background-image: url(../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 161, ../scss/layout/_footer.scss */
  .footer .links.social-media em {
    background-image: url(../images/social_icons-2x.png);
    background-size: 50px 125px;
  }
}
/* line 168, ../scss/layout/_footer.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
/* line 173, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
/* line 168, ../scss/layout/_footer.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
/* line 173, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
/* line 168, ../scss/layout/_footer.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
/* line 173, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
/* line 168, ../scss/layout/_footer.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
/* line 173, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
/* line 168, ../scss/layout/_footer.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
/* line 173, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
/* line 186, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
/* line 192, ../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 198, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
/* line 201, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 206, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
/* line 212, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
/* line 218, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
  clear: both;
}
/* line 223, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 227, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 234, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
/* line 239, ../scss/layout/_footer.scss */
.footer address {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  /* line 252, ../scss/layout/_footer.scss */
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  /* line 258, ../scss/layout/_footer.scss */
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  /* line 262, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  /* line 270, ../scss/layout/_footer.scss */
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 280, ../scss/layout/_footer.scss */
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  /* line 285, ../scss/layout/_footer.scss */
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  /* line 290, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* line 302, ../scss/layout/_footer.scss */
ul.brands li img {
  width: 75%;
  margin: auto;
}

/* line 309, ../scss/layout/_footer.scss */
.fullwidth {
  background: #005890;
  color: #FFF;
  overflow: hidden;
}
/* line 315, ../scss/layout/_footer.scss */
.fullwidth .wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 770px) {
  /* line 315, ../scss/layout/_footer.scss */
  .fullwidth .wrap {
    padding: 0 30px;
  }
}
/* line 326, ../scss/layout/_footer.scss */
.fullwidth .wrap .copyright {
  width: 100%;
  padding: 3%;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  /* line 326, ../scss/layout/_footer.scss */
  .fullwidth .wrap .copyright {
    float: right;
    width: 65%;
    text-align: right;
    padding: 1%;
  }
}
/* line 339, ../scss/layout/_footer.scss */
.fullwidth .wrap img {
  width: 60%;
  margin: auto;
}
@media only screen and (min-width: 500px) {
  /* line 339, ../scss/layout/_footer.scss */
  .fullwidth .wrap img {
    width: 50%;
  }
}
@media only screen and (min-width: 770px) {
  /* line 339, ../scss/layout/_footer.scss */
  .fullwidth .wrap img {
    float: left;
    width: 30%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 339, ../scss/layout/_footer.scss */
  .fullwidth .wrap img {
    width: 20%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* .overlay:before {
     position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    zoom: 1;
    background-color: #3299da;
    opacity: 0.4;
    filter: alpha(opacity=50);
    z-index: 99; 
    
} */
/* line 50, ../scss/module/_product-list.scss */
.overlay:hover .catoverlay {
  background: #1f90b6;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 57, ../scss/module/_product-list.scss */
.overlay:hover:before {
  background: #1f90b6;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 64, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

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

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

/* -------------------------------------------- *
 * Product Name
 */
/* line 83, ../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: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #FFF;
}
/* line 95, ../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: #FFF;
}
/* line 97, ../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: #005890;
  text-decoration: none;
}

/* line 104, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
/* line 111, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 122, ../scss/module/_product-list.scss */
.products-grid {
  position: relative;
}
/* line 125, ../scss/module/_product-list.scss */
.products-grid .prodoverlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-color: #3299da;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 99;
}

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

/* line 145, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
/* line 152, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 160, ../scss/module/_product-list.scss */
.products-grid > li:hover .prodoverlay {
  background: #1f90b6;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 169, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

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

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

/* line 194, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  padding-bottom: 95px;
  z-index: 999;
  height: 100%;
  padding: 42px 0 0;
}

/* line 205, ../scss/module/_product-list.scss */
.products-grid .actions {
  display: none;
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

/* line 214, ../scss/module/_product-list.scss */
.overlay:hover .ratings {
  display: block;
  text-align: center;
}
/* line 219, ../scss/module/_product-list.scss */
.overlay:hover .ratings .no-rating {
  display: none;
}

/* line 224, ../scss/module/_product-list.scss */
.overlay:hover .actions {
  display: block;
  z-index: 99;
  color: #FFF;
  top: 0;
  padding: 60px 0 0;
}
/* line 232, ../scss/module/_product-list.scss */
.overlay:hover .actions p {
  text-align: center;
}
/* line 236, ../scss/module/_product-list.scss */
.overlay:hover .actions p:after {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 100px;
  margin: 0 0 0 -50px;
  content: '';
  border-bottom: 1px solid #fff;
  background: #999;
}

/* line 254, ../scss/module/_product-list.scss */
.homepage-products-two .overlay:hover .actions {
  padding: 50px 0 0;
}

/* line 259, ../scss/module/_product-list.scss */
.homepage-products-two .overlay:hover .product-info {
  top: 102px;
}

/* line 262, ../scss/module/_product-list.scss */
.homepage-products-two .overlay:hover .actions p:after {
  top: 85px;
}

/* line 267, ../scss/module/_product-list.scss */
.overlay:hover .product-info {
  top: 100px;
  color: #FFF;
  padding-top: 0;
}

/* line 274, ../scss/module/_product-list.scss */
.overlay:hover .price-box, .overlay:hover .poa {
  display: none;
}

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

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

/* line 286, ../scss/module/_product-list.scss */
.products-grid .price-box, .products-grid .poa {
  color: #A0A0A0;
  font-size: 13px;
  padding: 1%;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 296, ../scss/module/_product-list.scss */
.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
/* line 307, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

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

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

/* line 322, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 0;
}
/* line 27, ../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, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../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, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  /* line 340, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  /* line 342, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 345, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  /* line 350, ../scss/module/_product-list.scss */
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  /* line 354, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  /* line 357, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 377, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

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

  /* line 383, ../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: 2.22222%;
  }

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

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

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

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

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

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

  /* line 383, ../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: 2.22222%;
  }

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

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

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

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

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

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

  /* line 383, ../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: 2.22222%;
  }

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

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

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

  /* line 399, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 416, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 420, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
/* line 425, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 428, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
/* line 432, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
/* line 438, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 444, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
/* line 449, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 452, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
}
/* line 455, ../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 460, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 464, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  margin-top: 0;
}
/* line 467, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 25px;
}
/* line 470, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 7px 0;
}
/* line 473, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 477, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
/* line 483, ../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 492, ../scss/module/_product-list.scss */
  .products-list .product-name a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 499, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 505, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 513, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  /* line 517, ../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 537, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 60px;
}
/* line 542, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
/* line 546, ../scss/module/_product-list.scss */
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
/* line 550, ../scss/module/_product-list.scss */
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

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

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 594, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}
/* line 598, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 608, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #ececec;
  cursor: pointer;
}
/* line 106, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #005890;
  color: #FFF;
}

/* line 113, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
/* line 118, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #ececec;
  display: block;
}
/* line 106, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #005890;
  color: #FFF;
}
/* line 123, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  margin: 0;
  background: #efefef;
}
/* line 127, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd li:last-child > a {
  border-bottom: none;
}
/* line 132, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd li:first-child > a {
  border-top: none;
}
/* line 137, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd li:hover {
  background: #005890;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd li:hover a {
  border-top-color: #005890;
  border-bottom-color: #005890;
  color: #FFF;
  text-decoration: none;
}
/* line 149, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
  padding: 4% 0;
}

/* line 620, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 624, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  width: 80%;
  margin: 0 auto;
  float: none;
  display: block;
  border-bottom: 1px solid #d5d6d6;
  border-top: 1px solid #fff;
  padding: 1% 0;
  line-height: 34px;
  color: #ABABAB;
}
/* line 635, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
  display: none;
}

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

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

  /* line 661, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  /* line 159, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #005890;
  }
  /* line 166, ../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 #005890;
    border-right: none;
  }
  /* line 169, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 174, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  /* line 182, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 186, ../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 #005890;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 194, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  /* line 667, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #005890;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  /* line 674, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter: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;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  /* line 681, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #004876;
    color: #FFFFFF;
  }
  /* line 686, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 694, ../scss/module/_product-list.scss */
  #narrow-by-list,
  #narrow-by-list2 {
    border-top: 0;
  }

  /* line 699, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  /* line 705, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a {
    color: #666;
    padding: 5px 10px;
  }
  /* line 708, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
  }
}
/* line 715, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
/* line 720, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 724, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
/* line 727, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
/* line 731, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

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

/* ============================================ *
 * 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: 5px;
  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 56, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #005890;
  margin-bottom: 10px;
  border: 0;
}
/* line 63, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  width: 50%;
  float: right;
}
/* line 67, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
/* line 71, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 18px;
  text-transform: uppercase;
}
/* line 77, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  width: 100%;
  margin-bottom: 18px;
}
/* line 83, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info {
  float: left;
  clear: left;
}
@media only screen and (min-width: 960px) {
  /* line 83, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .extra-info {
    width: 100%;
  }
}
/* line 93, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info {
  float: left;
  background: #f1f0f0;
  padding: 4%;
  text-align: right;
  clear: left;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 93, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-info {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 93, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-info {
    width: 30%;
  }
}
/* line 114, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
  clear: both;
}
/* line 116, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description p {
  margin: 0 0 5px 0;
}
/* line 121, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
  margin-bottom: 18px;
  padding: 0 0 2% 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e8edf0;
}
/* line 127, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings a {
  color: #666;
  font-weight: 300;
}
/* line 134, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability {
  font-size: 14px;
  width: 70%;
  float: left;
}
/* line 140, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 144, ../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 152, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price {
  margin: 6% 0 0;
}
/* line 155, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.price {
  display: block;
}
/* line 160, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #005890;
  font-size: 24px;
}
/* line 168, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 174, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.weee {
  color: #666;
}
/* line 177, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 21px;
}
/* line 183, ../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: #666;
}
/* line 189, ../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: 21px;
  font-weight: 300;
}
/* line 194, ../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 202, ../scss/module/_catalog-product.scss */
.product-view .bottom-content {
  clear: both;
}
/* line 207, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
  display: inherit;
}
/* line 213, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 100%;
  float: right;
  clear: right;
}
/* line 219, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper .owl-item,
.product-view .block-related .owl-item {
  position: relative;
}
/* line 222, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper .owl-item img,
.product-view .block-related .owl-item img {
  width: 100%;
  height: auto;
}
/* line 234, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper {
  width: 65%;
}

@media only screen and (max-width: 850px) {
  /* line 247, ../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 251, ../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: 25px;
  }
}
/* line 261, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 261, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    width: 45%;
  }
}
@media only screen and (min-width: 970px) {
  /* line 261, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    width: 45%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 281, ../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: 21px;
  }
  /* line 285, ../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 298, ../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 302, ../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 311, ../scss/module/_catalog-product.scss */
.product-img-box {
  width: 50%;
  float: left;
}
/* line 316, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0;
}
/* line 321, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  margin-bottom: 10px;
}
/* line 325, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  /* line 340, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
/* line 345, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 348, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 351, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 354, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 27, ../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, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../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, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 364, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: inline-block;
  float: left;
  border: 1px solid #ececec;
  margin: 0 0 0 3%;
  text-align: center;
}
/* line 371, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: 0;
}
/* line 374, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}
/* line 381, ../scss/module/_catalog-product.scss */
.product-image-thumbs .owl-pagination .owl-page span {
  background: #CECCCC;
}

/* line 400, ../scss/module/_catalog-product.scss */
.product-img-box {
  padding-right: 15px;
}

/* line 404, ../scss/module/_catalog-product.scss */
.product-view .block-related {
  margin: 3% 0 0;
}

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

/* line 416, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 418, ../scss/module/_catalog-product.scss */
.product-view h2 {
  text-transform: uppercase;
}
/* line 422, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 432, ../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 438, ../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: 27px;
}
/* line 445, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
/* line 451, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
/* line 455, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
/* line 460, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
  clear: both;
  width: 100%;
}
/* line 467, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 471, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
/* line 477, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
/* line 482, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 487, ../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 498, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
/* line 509, ../scss/module/_catalog-product.scss */
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  /* line 517, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  /* line 521, ../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;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 536, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 540, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  float: right;
  width: 28%;
}
/* line 544, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 548, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  float: left;
}
/* line 552, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
  padding: 2px 10px;
  color: #979797;
}
/* line 557, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
  font-size: 1.4em;
}
/* line 562, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
  border-right: 0px;
  font-size: 1.4em;
}

/* line 568, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  float: right;
  margin: 4% 0 0;
}
/* line 572, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 576, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
/* line 581, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
/* line 588, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
/* line 591, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
/* line 594, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
/* line 597, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
/* line 600, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
/* line 603, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

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

/* line 624, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none;
}

/* line 630, ../scss/module/_catalog-product.scss */
.box-collateral {
  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: 1px solid #CCCCCC;
    background-color: #F4F4F4;
  }
  /* line 34, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  /* line 39, ../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;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  /* line 53, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }
  /* line 57, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  /* line 63, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #005890;
  }
  /* line 68, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  /* line 72, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 77, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    width: 100%;
  }
  /* line 80, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    display: none;
  }
  /* line 84, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  /* line 92, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  /* line 113, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: none;
  }
  /* line 118, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    -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: #ececec;
    display: block;
  }
  /* line 106, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    background-color: #005890;
    color: #FFF;
  }
  /* line 123, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    margin: 0;
    background: #efefef;
  }
  /* line 127, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd li:last-child > a {
    border-bottom: none;
  }
  /* line 132, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd li:first-child > a {
    border-top: none;
  }
  /* line 137, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd li:hover {
    background: #005890;
  }
  /* line 140, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd li:hover a {
    border-top-color: #005890;
    border-bottom-color: #005890;
    color: #FFF;
    text-decoration: none;
  }
  /* line 149, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
    padding: 4% 0;
  }
  /* line 159, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    color: #005890;
  }
  /* line 166, ../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 #005890;
    border-right: none;
  }
  /* line 169, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 174, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none;
  }
  /* line 182, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 186, ../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 #005890;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 194, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  /* line 651, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  /* line 664, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

  /* line 667, ../scss/module/_catalog-product.scss */
  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 674, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
/* line 684, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  margin-top: 0;
}

/* line 689, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
/* line 693, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 703, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 709, ../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 703, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

/* line 718, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #005890;
  font-family: "Open Sans", sans-serif;
}
/* line 723, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 727, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 732, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 4px;
}
/* line 735, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
/* line 740, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 749, ../scss/module/_catalog-product.scss */
.product-options {
  width: 100%;
  margin: 18px 0 0;
  padding: 10px 15px 15px;
  background: #f1f0f0;
  clear: both;
  position: relative;
}

/* line 758, ../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 766, ../scss/module/_catalog-product.scss */
  .product-view .product-options .required {
    position: static;
  }
}
/* line 771, ../scss/module/_catalog-product.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

/* line 823, ../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 829, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}

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

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

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

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

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

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

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

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

/* line 871, ../scss/module/_catalog-product.scss */
.custom-options-text {
  float: right;
  background: #005890;
  display: inline-block;
  padding: 0 12px;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
  margin: 18px 0;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  /* line 871, ../scss/module/_catalog-product.scss */
  .custom-options-text {
    font-size: 14px;
  }
}
/* line 894, ../scss/module/_catalog-product.scss */
.custom-options-text a {
  color: #FFFFFF;
}

/* line 899, ../scss/module/_catalog-product.scss */
.product-options-bottom {
  background-color: #FFF;
  border-top: 0;
  margin: 18px 0;
  float: right;
}
@media only screen and (min-width: 770px) {
  /* line 899, ../scss/module/_catalog-product.scss */
  .product-options-bottom {
    width: 70%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 899, ../scss/module/_catalog-product.scss */
  .product-options-bottom {
    width: 50%;
  }
}

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

/* line 918, ../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: #666;
}
@media only screen and (max-width: 1199px) {
  /* line 918, ../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 937, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

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

/* "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 949, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  float: left;
  margin: 0 0 10px;
  background: #f1f0f0;
  padding: 4%;
  clear: left;
  text-align: center;
  width: 30%;
}

/* line 960, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box .special-price .price {
  display: block;
}

/* line 964, ../scss/module/_catalog-product.scss */
.product-options-bottom .add-to-cart {
  float: right;
  clear: right;
  width: 65%;
}

/* line 971, ../scss/module/_catalog-product.scss */
.product-options-bottom .add-to-links {
  display: none;
}

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

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 998, ../scss/module/_catalog-product.scss */
.block-related li, .box-up-sell li {
  margin-bottom: 7px;
}
/* line 1002, ../scss/module/_catalog-product.scss */
.block-related li:hover .prodoverlay, .box-up-sell li:hover .prodoverlay {
  background: #1f90b6;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1009, ../scss/module/_catalog-product.scss */
.block-related .block-title, .box-up-sell .block-title {
  border-bottom: none;
  border-top: none;
}
/* line 1013, ../scss/module/_catalog-product.scss */
.block-related .block-title h2, .box-up-sell .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}
/* line 1019, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle, .box-up-sell .block-subtitle {
  margin-bottom: 7px;
}
/* line 1026, ../scss/module/_catalog-product.scss */
.block-related .checkbox, .box-up-sell .checkbox {
  position: absolute;
  top: 6%;
  left: 6%;
  z-index: 99999;
}
/* line 1033, ../scss/module/_catalog-product.scss */
.block-related .product-details, .box-up-sell .product-details {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  padding-bottom: 95px;
  z-index: 999;
  height: 100%;
  padding: 42px 0 0;
  margin: 0;
  text-align: center;
}
/* line 1046, ../scss/module/_catalog-product.scss */
.block-related .product-name, .box-up-sell .product-name {
  margin-bottom: 3px;
  position: relative;
  z-index: 999;
  color: #fff;
}
/* line 1054, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box, .box-up-sell .product-details .price-box {
  margin: 2px 0 3px;
  color: #A0A0A0;
  font-size: 13px;
  padding: 1%;
  background: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
/* line 1074, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after, .box-up-sell .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1078, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist, .box-up-sell .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
/* line 1087, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 1090, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

/* line 1095, ../scss/module/_catalog-product.scss */
.overlay:hover .product-details {
  top: 100px;
  color: #FFF;
  padding-top: 0;
}
/* line 1101, ../scss/module/_catalog-product.scss */
.overlay:hover .product-details .addreview, .overlay:hover .product-details .separator {
  display: none;
}
/* line 1105, ../scss/module/_catalog-product.scss */
.overlay:hover .product-details h3.product-name a:hover {
  color: #fff;
}

/* line 1112, ../scss/module/_catalog-product.scss */
#downloadable {
  clear: both;
}
/* line 1118, ../scss/module/_catalog-product.scss */
#downloadable p a {
  color: #666;
  background: #f1f0f0;
  padding: 2% 4%;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
/* line 1128, ../scss/module/_catalog-product.scss */
#downloadable p a:hover {
  text-decoration: none;
  background: #005890;
  color: #fff;
}

/* line 1137, ../scss/module/_catalog-product.scss */
#video {
  clear: both;
}

/* line 1144, ../scss/module/_catalog-product.scss */
.block-compare {
  background: #f9c35c;
}
/* line 1148, ../scss/module/_catalog-product.scss */
.block-compare .block-title {
  text-align: center;
}
/* line 1152, ../scss/module/_catalog-product.scss */
.block-compare .block-title strong span {
  color: #FFF;
  font-size: 1.4em;
  font-weight: 500;
}
/* line 1158, ../scss/module/_catalog-product.scss */
.block-compare .block-title strong span small {
  color: #FFF;
}
/* line 1165, ../scss/module/_catalog-product.scss */
.block-compare .block-content {
  padding: 5%;
}
/* line 1172, ../scss/module/_catalog-product.scss */
.block-compare .actions button, .block-compare .actions a {
  background: #005890;
  color: #FFF;
  text-align: center;
  width: 48%;
}
/* line 1180, ../scss/module/_catalog-product.scss */
.block-compare .actions a:hover {
  text-decoration: none;
  background: #004876;
}
/* line 1186, ../scss/module/_catalog-product.scss */
.block-compare .actions button {
  background: #fff;
  color: #FFF;
}
/* line 1191, ../scss/module/_catalog-product.scss */
.block-compare .actions button:hover {
  background: #005890;
  color: #FFF;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../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, ../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, ../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, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  /* line 63, ../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, ../scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 74, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 79, ../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, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
/* line 94, ../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, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  /* line 106, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 118, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 121, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 125, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 129, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 135, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 139, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 144, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 147, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 153, ../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, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 165, ../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, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  /* line 174, ../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, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  /* line 185, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 191, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 196, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  /* line 196, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 203, ../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, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
/* line 215, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 221, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

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

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

/* line 34, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 40, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 45, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart.scss */
.cart-table {
  float: left;
  width: 65%;
}

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

/* line 39, ../scss/module/_checkout-cart.scss */
.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 33%;
  padding-left: 20px;
}

/* line 48, ../scss/module/_checkout-cart.scss */
.crosssell {
  float: left;
  width: 65%;
  clear: none;
  padding: 0;
  margin: 18px 0 0;
}
/* line 58, ../scss/module/_checkout-cart.scss */
.crosssell #crosssell-products-list li {
  position: relative;
}

/* line 65, ../scss/module/_checkout-cart.scss */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 5%;
  background-color: #F4F4F4;
}

/* line 73, ../scss/module/_checkout-cart.scss */
.cart-forms .discount {
  background: #f9c35c;
}

/* line 78, ../scss/module/_checkout-cart.scss */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

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

/* line 93, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
/* line 98, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
/* line 104, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
/* line 109, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
/* line 115, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  /* line 93, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  /* line 98, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  /* line 104, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  /* line 109, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  /* line 115, ../scss/module/_checkout-cart.scss */
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 132, ../scss/module/_checkout-cart.scss */
  .product-cart-sku {
    display: none;
  }

  /* line 138, ../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 151, ../scss/module/_checkout-cart.scss */
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 159, ../scss/module/_checkout-cart.scss */
.cart .page-title {
  margin-bottom: 15px;
}
/* line 162, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 165, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

/* line 173, ../scss/module/_checkout-cart.scss */
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
/* line 178, ../scss/module/_checkout-cart.scss */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
/* line 179, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 185, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
/* line 190, ../scss/module/_checkout-cart.scss */
.checkout-types li:first-child {
  margin-left: 0;
}
/* line 194, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
/* line 199, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
  display: inline-block;
}
/* line 203, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
/* line 207, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
  display: block;
}
/* line 212, ../scss/module/_checkout-cart.scss */
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
/* line 220, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
/* line 224, ../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 234, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
/* line 241, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

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

  /* line 259, ../scss/module/_checkout-cart.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 267, ../scss/module/_checkout-cart.scss */
  .btn-checkout {
    width: 100%;
  }
}
/* line 272, ../scss/module/_checkout-cart.scss */
.cart-table {
  font-family: "Open Sans", sans-serif;
}
/* line 275, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
/* line 283, ../scss/module/_checkout-cart.scss */
.cart-table h2 {
  color: #005890;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 289, ../scss/module/_checkout-cart.scss */
.cart-table h2 a {
  color: #005890;
}
/* line 295, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Open Sans", sans-serif;
}
/* line 302, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
/* line 307, ../scss/module/_checkout-cart.scss */
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
/* line 312, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
  background: none;
}
/* line 316, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
/* line 321, ../scss/module/_checkout-cart.scss */
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
/* line 328, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
/* line 334, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
/* line 338, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
/* line 343, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 348, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
/* line 354, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
/* line 359, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
  float: left;
}
/* line 363, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
/* line 368, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
/* line 372, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #005890;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
/* line 380, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #005890;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
/* line 388, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
/* line 395, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
  display: block;
}
/* line 399, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
/* line 404, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
/* line 408, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #C0C0C0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
/* line 417, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
/* line 422, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  /* line 430, ../scss/module/_checkout-cart.scss */
  .cart-table th {
    font-size: 12px;
  }
  /* line 434, ../scss/module/_checkout-cart.scss */
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  /* line 439, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  /* line 448, ../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 459, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  /* line 463, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  /* line 470, ../scss/module/_checkout-cart.scss */
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 474, ../scss/module/_checkout-cart.scss */
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  /* line 479, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  /* line 483, ../scss/module/_checkout-cart.scss */
  .cart-table td {
    border: none;
    display: block;
  }
  /* line 487, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  /* line 491, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  /* line 495, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 504, ../scss/module/_checkout-cart.scss */
  .cart-table td.product-cart-price {
    text-align: left;
  }
  /* line 509, ../scss/module/_checkout-cart.scss */
  .cart-table h2 {
    font-size: 12px;
  }
  /* line 513, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  /* line 517, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  /* line 521, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  /* line 527, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  /* line 532, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  /* line 537, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  /* line 542, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 550, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  /* line 556, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  /* line 563, ../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 569, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  /* line 575, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .button {
    display: none;
  }
  /* line 581, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  /* line 586, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  /* line 591, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    text-align: left;
  }
  /* line 594, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  /* line 600, ../scss/module/_checkout-cart.scss */
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }
  /* line 607, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  /* line 611, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  /* line 615, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  /* line 619, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  /* line 631, ../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 646, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  font-size: 21px;
  margin: 0 0 5px;
  text-align: center;
}
/* line 652, ../scss/module/_checkout-cart.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0;
}
/* line 659, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #DF280A;
}
/* line 663, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none;
}
/* line 667, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 674, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 677, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 0 2% 0 0;
}
/* line 682, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}
/* line 686, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 55%;
}
/* line 690, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
/* line 694, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
/* line 699, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}
/* line 703, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
/* line 708, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 719, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
/* line 723, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
/* line 729, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 737, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form {
  background: #fff;
  padding: 5%;
  margin: 3% 0 0;
}
/* line 743, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
/* line 747, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  min-width: 220px;
}
/* line 751, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}
/* line 756, ../scss/module/_checkout-cart.scss */
.shipping button {
  background: #005890;
  padding: 0 15px;
}
/* line 760, ../scss/module/_checkout-cart.scss */
.shipping button span span {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 770px) {
  /* line 770, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 774, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 778, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
/* line 789, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
}
/* line 792, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
/* line 796, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
/* line 803, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
  padding: 2px 0px;
}
/* line 806, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
/* line 811, ../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: 10px;
}
/* line 816, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
  background: #f9c35c;
  color: #FFF;
}
/* line 819, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
/* line 825, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Open Sans", sans-serif;
}
/* line 831, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

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

/* line 861, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
/* line 865, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  color: #FFF;
  text-align: center;
}
/* line 870, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  text-align: center;
}
/* line 883, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  margin: 5% auto 0 auto;
  width: 82%;
}
/* line 888, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
/* line 892, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
/* line 896, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
  background: #005890;
}
/* line 902, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button span span,
.cart .giftcard .button-wrapper > button span span {
  color: #FFF;
  text-decoration: none;
}
/* line 911, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 0;
  width: 74%;
}
/* line 918, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  width: 24%;
}
/* line 921, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper button,
.cart .giftcard .button-wrapper button {
  width: 100%;
}

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

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

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 949, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
  color: #005890;
}
/* line 953, ../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 961, ../scss/module/_checkout-cart.scss */
  .crosssell {
    /* Undo three-column config */
  }
  /* line 962, ../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 969, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 973, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  /* line 978, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 987, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  /* line 991, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1002, ../scss/module/_checkout-cart.scss */
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  /* line 1006, ../scss/module/_checkout-cart.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * 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;
}

@media only screen and (min-width: 980px) {
  /* line 42, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  /* line 48, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  /* line 54, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
/* line 61, ../scss/module/_checkout-onepage.scss */
.opc select {
  width: 365px;
}

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

/* line 81, ../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 86, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

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

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

/* line 98, ../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;
}

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

/* line 110, ../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: #FFFFFF;
  line-height: 26px;
  background-color: #005890;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

/* line 126, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title .number {
  background-color: #7fabc7;
}

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

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

/* line 139, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

/* line 148, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  padding: 20px;
}
/* line 151, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  /* line 148, ../scss/module/_checkout-onepage.scss */
  .opc .section .step {
    padding: 10px;
  }
}

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

/* line 165, ../scss/module/_checkout-onepage.scss */
.opc h3 {
  font-weight: 500;
}

/* line 169, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
  text-align: left;
}
/* line 172, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 178, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 183, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
/* line 187, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  /* line 197, ../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 204, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .step {
  padding: 0px;
}
/* line 208, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

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

/* -------------------------------------------- *
 * 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 232, ../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 237, ../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 241, ../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 248, ../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 253, ../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 258, ../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;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 266, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 269, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
/* line 273, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
/* line 277, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 280, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: left;
}
/* line 283, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
/* line 288, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 291, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 294, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 298, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 302, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 305, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 308, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
/* line 313, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 317, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 323, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  /* line 312, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  /* line 330, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 336, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 339, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 346, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
/* line 352, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 13px;
}
/* line 355, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
/* line 364, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  color: #666;
}
/* line 367, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
/* line 373, ../scss/module/_checkout-onepage.scss */
.block-progress dd address {
  font-style: italic;
}
/* line 378, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
/* line 384, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #666;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
/* line 395, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}
/* line 400, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
/* line 406, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
/* line 416, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* line 422, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  clear: both;
}

/* line 426, ../scss/module/_checkout-onepage.scss */
#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 431, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
/* line 434, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
/* line 438, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  /* line 445, ../scss/module/_checkout-onepage.scss */
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 452, ../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 459, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 464, ../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 470, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
/* line 474, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
/* line 477, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
/* line 482, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  /* line 488, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
/* line 494, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

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

  /* line 508, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 514, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 518, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

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

/* line 548, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
/* line 555, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 563, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 567, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 571, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 574, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 578, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 584, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
/* line 589, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 593, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 596, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 602, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 607, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  /* line 616, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  /* line 621, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  /* line 626, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  /* line 629, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 31, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
/* line 36, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
/* line 40, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 34, ../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, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666;
  text-decoration: none;
  box-sizing: content-box;
}

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

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

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

/* line 146, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
/* line 151, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
/* line 157, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
/* line 161, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #005890;
}
/* line 166, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  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, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
/* line 184, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

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

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

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

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

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

/* ============================================ *
 * Customer
 * ============================================ */
/* line 32, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
/* line 38, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
/* line 42, ../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 51, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  /* line 61, ../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 67, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  /* line 71, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 770px) {
  /* line 80, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  /* line 84, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  /* line 93, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  /* line 97, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 770px) {
  /* line 105, ../scss/module/_customer.scss */
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

/* line 113, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

/* line 119, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #A0A0A0;
}

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

/* line 136, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
/* line 142, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 146, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Open Sans", sans-serif;
}
/* line 150, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
/* line 158, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

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

/* line 187, ../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 187, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
/* line 197, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 208, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
/* line 214, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
/* line 218, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
/* line 222, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 228, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
/* line 235, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
/* line 242, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
/* line 247, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 253, ../scss/module/_customer.scss */
body.customer-account .data-table {
  margin-top: 5px;
}
/* line 257, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
/* line 265, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr {
  white-space: normal;
}
/* line 268, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
/* line 274, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
  display: block;
}
/* line 279, ../scss/module/_customer.scss */
body.customer-account .data-table .separator {
  display: none;
}
/* line 287, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 293, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 297, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 304, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 309, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 316, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 323, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 327, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 332, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

/* line 343, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 350, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 362, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}
/* line 367, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
/* line 374, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 10px;
}
/* line 381, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 387, ../scss/module/_customer.scss */
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
/* line 392, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
/* line 400, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 405, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 409, ../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: 14px;
  margin-bottom: 0;
}
/* line 416, ../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 424, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 428, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
/* line 432, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 436, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
/* line 443, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 446, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 450, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
/* line 457, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 472, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: "Open Sans", sans-serif;
}
/* line 475, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
/* line 480, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
/* line 483, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  /* line 489, ../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 495, ../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 504, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 517, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
/* line 523, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 530, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 534, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 537, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 541, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 547, ../scss/module/_customer.scss */
.order-date {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* line 552, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 556, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
/* line 561, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
/* line 566, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%;
}
/* line 570, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 577, ../scss/module/_customer.scss */
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
/* line 582, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
/* line 588, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ':';
}
/* line 594, ../scss/module/_customer.scss */
.order-info-box .box-content {
  float: left;
  font-family: "Open Sans", sans-serif;
}
/* line 598, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}
/* line 604, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}
/* line 608, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}
/* line 612, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 621, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 627, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 631, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 638, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 642, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 647, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  /* line 654, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 658, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 663, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  /* line 667, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  /* line 672, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  /* line 677, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 683, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 687, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 693, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 699, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

/* line 704, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  /* line 712, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  /* line 722, ../scss/module/_customer.scss */
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  /* line 732, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 735, ../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 748, ../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 759, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 765, ../scss/module/_customer.scss */
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  /* line 773, ../scss/module/_customer.scss */
  .order-info dt {
    display: none;
  }

  /* line 779, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }
  /* line 782, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  /* line 787, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: "Open Sans", sans-serif;
  }
  /* line 790, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  /* line 795, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  /* line 801, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 808, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  /* line 813, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 824, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 836, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  /* line 841, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  /* line 844, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  /* line 849, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  /* line 856, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 861, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 865, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  /* line 870, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  /* line 877, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  /* line 884, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 890, ../scss/module/_customer.scss */
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  /* line 895, ../scss/module/_customer.scss */
  .data-table.orders td.view {
    text-align: right;
  }

  /* line 903, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  /* line 911, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 914, ../scss/module/_customer.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  /* line 921, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 929, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 940, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
/* line 944, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
/* line 948, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 30px;
}
/* line 34, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  /* line 31, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  /* line 42, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  /* line 47, ../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, ../scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

/* line 42, ../scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
/* line 48, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 53, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  /* line 59, ../scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  /* line 63, ../scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}

/* line 70, ../scss/module/_paypal.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
/* line 75, ../scss/module/_paypal.scss */
.top-container .bml-ad span {
  display: inline-block;
}
/* line 78, ../scss/module/_paypal.scss */
.top-container .bml-ad span a {
  display: block;
}

/* line 84, ../scss/module/_paypal.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
/* line 89, ../scss/module/_paypal.scss */
.bml-ad span {
  display: block;
  line-height: 0;
}
/* line 93, ../scss/module/_paypal.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
/* line 97, ../scss/module/_paypal.scss */
.bml-ad a:hover {
  opacity: 0.7;
}
/* line 100, ../scss/module/_paypal.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

/* line 107, ../scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  /* line 113, ../scss/module/_paypal.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  /* line 119, ../scss/module/_paypal.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 124, ../scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 129, ../scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 133, ../scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 137, ../scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 143, ../scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 149, ../scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 154, ../scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* line 159, ../scss/module/_paypal.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
/* line 163, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
/* line 167, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
/* line 170, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
  display: block;
}
/* line 174, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
/* line 176, ../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 37, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 41, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 46, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 52, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 55, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 63, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 69, ../scss/module/_review.scss */
#customer-reviews h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
/* line 73, ../scss/module/_review.scss */
#customer-reviews h2 span {
  color: #666;
}
/* line 78, ../scss/module/_review.scss */
#customer-reviews h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 84, ../scss/module/_review.scss */
#customer-reviews h3 span {
  color: #005890;
}
/* line 89, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
}
/* line 93, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 101, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}
/* line 106, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 121, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 126, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
/* line 131, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 138, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
/* line 142, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 149, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 155, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 18px 0;
  background: #f1f1f1;
  padding: 2%;
}
/* line 163, ../scss/module/_review.scss */
#customer-reviews dl .review {
  border-bottom: 1px solid #d5d6d6;
  border-top: 1px solid #fff;
  padding: 1% 0;
}
/* line 168, ../scss/module/_review.scss */
#customer-reviews dl .review p.title {
  margin: 0;
  margin-bottom: 0.5em;
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
/* line 175, ../scss/module/_review.scss */
#customer-reviews dl .first {
  border-top: none;
}
/* line 179, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 184, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
/* line 189, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  width: 100%;
}
/* line 194, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
/* line 198, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
/* line 204, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 208, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 219, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
  width: 470px;
}
/* line 224, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 227, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 235, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
/* line 239, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 244, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 253, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 256, ../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 276, ../scss/module/_review.scss */
.ratings-table {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 281, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px;
}
/* line 285, ../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 294, ../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 311, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 315, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 319, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 323, ../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 339, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 343, ../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 358, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 361, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 365, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 373, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 380, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 387, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 392, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  /* line 398, ../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 405, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 408, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 420, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 431, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 436, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 440, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 444, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  /* line 454, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
/* line 37, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 43, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 53, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 58, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 66, ../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, ../scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 85, ../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, ../scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #004876;
}
/* line 103, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #00395d;
}
/* line 108, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 113, ../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, ../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, ../scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 141, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 147, ../scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 150, ../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, ../scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #004876 transparent transparent;
}

/* line 162, ../scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 165, ../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, ../scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #004876;
}

/* line 177, ../scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 185, ../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 31, ../scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
}
/* line 35, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
/* line 41, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
/* line 45, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
/* line 50, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 57, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 63, ../scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: #005890;
}
/* line 68, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  margin: 5px 0;
}
/* line 74, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}
/* line 81, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 84, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
/* line 87, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
/* line 90, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 94, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #005890;
}
/* line 99, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 104, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
/* line 110, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center;
}
/* line 115, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
/* line 119, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
/* line 123, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
/* line 128, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
/* line 131, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
/* line 138, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 142, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 146, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 150, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 155, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
/* line 159, ../scss/module/_wishlist.scss */
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
/* line 166, ../scss/module/_wishlist.scss */
#wishlist-table .price-box {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
/* line 170, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #666;
}
/* line 175, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 178, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 182, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #005890;
  margin-bottom: 3px;
}
/* line 190, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #005890;
}
/* line 196, ../scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  /* line 206, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 218, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 222, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  /* line 226, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  /* line 231, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 241, ../scss/module/_wishlist.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 245, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 21px;
  }
  /* line 249, ../scss/module/_wishlist.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  /* line 254, ../scss/module/_wishlist.scss */
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  /* line 258, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 261, ../scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 266, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  /* line 269, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  /* line 276, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  /* line 280, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  /* line 286, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 296, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  /* line 300, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 311, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 315, ../scss/module/_wishlist.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  /* line 320, ../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;
  }
  /* line 331, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  /* line 335, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  /* line 338, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  /* line 345, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  /* line 349, ../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 354, ../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 358, ../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 364, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  /* line 369, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  /* line 375, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  /* line 386, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 399, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 403, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 408, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 413, ../scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
/* line 419, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart-minicart.scss */
#header-cart {
  z-index: 999999999;
}

/* line 35, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  /* line 35, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart {
    display: block;
  }
}
/* line 42, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
/* line 47, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
/* line 52, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 99999;
  background: #fff;
}
/* line 27, ../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, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../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, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
@media only screen and (min-width: 600px) {
  /* line 52, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper {
    float: right;
  }
}
@media only screen and (min-width: 770px) {
  /* line 52, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper {
    width: 100%;
  }
}
/* line 69, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  display: none;
}
/* line 72, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle {
  color: #005890;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 83, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #666;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
/* line 96, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
/* line 101, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
/* line 106, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li.last {
  border: none;
}
/* line 110, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
/* line 113, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details p {
  overflow: hidden;
}
/* line 119, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list a {
  float: left;
}
/* line 126, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
/* line 130, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name a {
  color: #005890;
}
/* line 136, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
/* line 139, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
/* line 143, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper td {
  color: #005890;
  clear: right;
}
/* line 149, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
/* line 155, ../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 164, ../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 170, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
/* line 174, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
/* line 180, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
  background-color: #f9c35c;
  text-align: center;
  line-height: 2em;
}
/* line 185, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
/* line 189, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
  color: #FFF;
  font-size: 2em;
}
/* line 195, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 202, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
/* line 206, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #063D61;
  color: #fff;
  padding: 2%;
  float: left;
  width: 50%;
}
/* line 218, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
/* line 224, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
/* line 230, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
/* line 237, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

/* line 243, ../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 249, ../scss/module/_checkout-cart-minicart.scss */
  .checkout-types.minicart {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 255, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
/* line 262, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart a.skip-cart .items {
  display: none;
}
@media only screen and (min-width: 770px) {
  /* line 262, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart .items {
    display: block;
  }
}

@media only screen and (max-width: 770px) {
  /* line 277, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal .label {
    color: #666;
  }
  /* line 282, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  /* line 287, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .quantity-button {
    float: none;
  }
  /* line 291, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  /* line 295, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  /* line 299, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  /* line 302, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  /* line 309, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  /* line 313, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  /* line 317, ../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 322, ../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: 740px) {
  /* line 339, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  /* line 349, ../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 356, ../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 369, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 30, ../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, ../scss/module/_search.scss */
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #005890;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, ../scss/module/_search.scss */
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #005890;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
/* line 56, ../scss/module/_search.scss */
.search-autocomplete ul li:hover {
  color: #004876;
}
/* line 60, ../scss/module/_search.scss */
.search-autocomplete ul li.selected {
  background-color: #005890;
  color: white;
}
/* line 65, ../scss/module/_search.scss */
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
/* line 70, ../scss/module/_search.scss */
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
/* line 76, ../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 #005890;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 87, ../scss/module/_search.scss */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
/* line 93, ../scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 101, ../scss/module/_search.scss */
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 32, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 41, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 47, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 21px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
}
/* line 57, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "Open Sans", sans-serif;
}
/* line 60, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}
/* line 64, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 73, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 21px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 83, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  /* line 96, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  /* line 108, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 121, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 37, ../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 45, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
/* line 49, ../scss/module/_cms.scss */
.cms-page-view .std p,
.cms-no-route .std p {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
/* line 56, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #005890;
}
/* line 60, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #005890;
}
/* line 64, ../scss/module/_cms.scss */
.cms-page-view .std li,
.cms-no-route .std li {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
/* line 74, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 83, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 92, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 95, ../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 99, ../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", sans-serif;
}

/* line 113, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 118, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  -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: #ececec;
  display: block;
}
/* line 106, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:hover {
  background-color: #005890;
  color: #FFF;
}
/* line 123, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  margin: 0;
  background: #efefef;
}
/* line 127, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd li:last-child > a {
  border-bottom: none;
}
/* line 132, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd li:first-child > a {
  border-top: none;
}
/* line 137, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd li:hover {
  background: #005890;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd li:hover a {
  border-top-color: #005890;
  border-bottom-color: #005890;
  color: #FFF;
  text-decoration: none;
}
/* line 149, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
  padding: 4% 0;
}
/* line 114, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 118, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 128, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 133, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 136, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
/* line 141, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 151, ../scss/module/_cms.scss */
.contacts-index-index h1 {
  border: none;
}

/* line 159, ../scss/module/_cms.scss */
#contactForm h2 {
  display: none;
}
/* line 163, ../scss/module/_cms.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
/* line 167, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
  margin: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 41, ../scss/module/_pricing_conditions.scss */
.map-info {
  white-space: nowrap;
}

/* line 46, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
  white-space: normal;
}
/* line 48, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
/* line 52, ../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;
}

@media only screen and (max-width: 979px) {
  /* line 62, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 72, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 75, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 86, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 89, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  /* line 92, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 97, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 103, ../scss/module/_cookies.scss */
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
/* line 30, ../scss/module/_tags.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 34, ../scss/module/_tags.scss */
#addTagForm .form-add {
  margin-top: 10px;
}

/* line 37, ../scss/module/_tags.scss */
.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

/* line 45, ../scss/module/_tags.scss */
.product-tags li {
  float: left;
  margin-right: 15px;
}

/* line 49, ../scss/module/_tags.scss */
.product-tags li.last {
  margin-right: 0px;
}

/* line 52, ../scss/module/_tags.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 57, ../scss/module/_tags.scss */
.tags-list > li {
  float: left;
  margin-right: 10px;
}

/* line 61, ../scss/module/_tags.scss */
.block-tags .actions > a {
  font-size: 12px;
}

/* line 65, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
  padding: 0;
}
/* line 68, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  /* line 74, ../scss/module/_tags.scss */
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
/* line 29, ../scss/module/_captcha.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 33, ../scss/module/_captcha.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

/* line 41, ../scss/module/_captcha.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 46, ../scss/module/_captcha.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 47, ../scss/module/_captcha.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 53, ../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, ../scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

/* line 59, ../scss/module/_captcha.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 64, ../scss/module/_captcha.scss */
.captcha-img {
  border: 20px solid #bbb;
}

/* line 65, ../scss/module/_captcha.scss */
.captcha-input-container {
  margin-bottom: 10px;
}

/* line 66, ../scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
/* line 70, ../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, ../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, ../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, ../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, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
  white-space: normal;
}
/* line 35, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  /* line 30, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view {
    font-size: 12px;
  }
  /* line 43, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  /* line 47, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

/* line 55, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
  float: left;
}
/* line 58, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

/* line 63, ../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, ../scss/module/_recurring-profiles.scss */
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
/* line 73, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

/* line 79, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 31, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
/* line 34, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 38, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
/* line 43, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
/* line 48, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  /* line 48, ../scss/module/_billing-agreements.scss */
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
/* line 59, ../scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 67, ../scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  /* line 67, ../scss/module/_billing-agreements.scss */
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

/* line 77, ../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, ../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, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

/* line 34, ../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, ../scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  /* line 37, ../scss/module/_widget.scss */
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

/* line 49, ../scss/module/_widget.scss */
.widget {
  clear: both;
}

/* line 53, ../scss/module/_widget.scss */
.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  /* line 64, ../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 377, ../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 380, ../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 383, ../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: 2.22222%;
  }
  /* line 389, ../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: 2.22222%;
  }
  /* line 392, ../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: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 396, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 399, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 377, ../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 380, ../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 383, ../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: 2.22222%;
  }
  /* line 389, ../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: 2.22222%;
  }
  /* line 392, ../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.22222%;
    margin-right: 2.22222%;
  }
  /* line 396, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 399, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 73, ../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 377, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 380, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 383, ../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: 2.22222%;
  }
  /* line 389, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 392, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 396, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 399, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 377, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 380, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 383, ../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: 2.22222%;
  }
  /* line 389, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 392, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  /* line 396, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 399, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 31, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/* line 35, ../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: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
/* line 46, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #005890;
}
/* line 49, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
/* line 54, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 58, ../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, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
/* line 68, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 73, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
/* line 77, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
/* line 80, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
/* line 83, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
/* line 87, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 21px;
  font-weight: bold;
}
/* line 93, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
/* line 97, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

/* line 104, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 113, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
/* line 116, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
/* line 118, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
/* line 122, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 126, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

/* line 137, ../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: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
/* line 146, ../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: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
/* line 154, ../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, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

/* line 169, ../scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

/* line 173, ../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, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  /* line 185, ../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, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  /* line 202, ../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, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  /* line 214, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  /* line 218, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  /* line 223, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  /* line 226, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  /* line 231, ../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, ../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, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* line 1, ../scss/module/_navigation.scss */
.toggle-nav {
  display: block;
}
@media only screen and (min-width: 770px) {
  /* line 1, ../scss/module/_navigation.scss */
  .toggle-nav {
    display: none;
  }
}

/* line 9, ../scss/module/_navigation.scss */
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/* line 19, ../scss/module/_navigation.scss */
#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: -385px;
  left: -300px;
  background: #f1f0f0;
  padding: 15px;
}
@media only screen and (min-width: 568px) {
  /* line 19, ../scss/module/_navigation.scss */
  #site-menu {
    top: -464px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 19, ../scss/module/_navigation.scss */
  #site-menu {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    padding: 4% 0;
    top: 0;
    margin: 0 0 18px;
  }
}
/* line 44, ../scss/module/_navigation.scss */
#site-menu .toggle-nav {
  display: block;
}
@media only screen and (min-width: 770px) {
  /* line 44, ../scss/module/_navigation.scss */
  #site-menu .toggle-nav {
    display: none;
  }
}

/* line 52, ../scss/module/_navigation.scss */
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

/* line 56, ../scss/module/_navigation.scss */
#site-canvas {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transform: translateZ(0) translateX(0);
  -ms-transform: translateZ(0) translateX(0);
  -o-transform: translateZ(0) translateX(0);
  -webkit-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 88, ../scss/module/_navigation.scss */
.show-nav #site-canvas {
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -moz-transform: translateZ(0) translateX(300px);
  -ms-transform: translateZ(0) translateX(300px);
  -o-transform: translateZ(0) translateX(300px);
  -webkit-transform: translateZ(0) translateX(300px);
  transform: translateZ(0) translateX(300px);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
/* line 36, ../scss/content/_home.scss */
body.cms-home .main-container {
  padding-top: 20px;
  clear: both;
}
/* line 41, ../scss/content/_home.scss */
body.cms-home .slideshow-container {
  margin-top: 0;
}

/* line 46, ../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 55, ../scss/content/_home.scss */
.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

/* line 61, ../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 69, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  /* line 73, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 80, ../scss/content/_home.scss */
  .slideshow .banner-msg {
    top: 20%;
  }

  /* line 84, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  /* line 88, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
/* line 97, ../scss/content/_home.scss */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

/* line 103, ../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 109, ../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 118, ../scss/content/_home.scss */
.promos > li:last-child {
  margin-bottom: 0;
}

/* line 122, ../scss/content/_home.scss */
.promos img {
  max-width: 100%;
  width: 100%;
}

/* line 127, ../scss/content/_home.scss */
.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

/* line 132, ../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: "Open Sans", sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

/* line 145, ../scss/content/_home.scss */
.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  /* line 153, ../scss/content/_home.scss */
  .promos span {
    font-size: 16px;
  }

  /* line 157, ../scss/content/_home.scss */
  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  /* line 164, ../scss/content/_home.scss */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  /* line 170, ../scss/content/_home.scss */
  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  /* line 176, ../scss/content/_home.scss */
  .promos span {
    font-size: 18px;
  }

  /* line 180, ../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 191, ../scss/content/_home.scss */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

/* line 198, ../scss/content/_home.scss */
.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #005890;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

/* line 207, ../scss/content/_home.scss */
.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
/* line 30, ../scss/content/_category.scss */
.category-image {
  position: relative;
  border: none;
  height: 100%;
}

/* line 36, ../scss/content/_category.scss */
.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

/* line 41, ../scss/content/_category.scss */
.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

/* line 47, ../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 57, ../scss/content/_category.scss */
.catblocks li:hover {
  border-color: #005890;
}

@media only screen and (max-width: 770px) {
  /* line 62, ../scss/content/_category.scss */
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  /* line 67, ../scss/content/_category.scss */
  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 73, ../scss/content/_category.scss */
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
/* line 80, ../scss/content/_category.scss */
.catblocks li:last-child {
  margin-right: 0 !important;
}

/* line 84, ../scss/content/_category.scss */
.catblocks li img {
  width: 100%;
  max-width: 100%;
}

/* line 89, ../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 105, ../scss/content/_category.scss */
.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 110, ../scss/content/_category.scss */
.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

/* line 117, ../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 128, ../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 135, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 139, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(http://www.theswimmingpoolstore.co.uk/skin/frontend/swimmingpool/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 145, ../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 150, ../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 156, ../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 164, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 168, ../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(http://www.theswimmingpoolstore.co.uk/skin/frontend/swimmingpool/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 175, ../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;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 30, ../scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 33, ../scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* ============================================ *
 * Homepage
 * ============================================ */
/* line 8, ../scss/layout/_mymodule.scss */
.ie-banner {
  text-align: center;
  padding: 1% 0;
}

/* line 14, ../scss/layout/_mymodule.scss */
.left {
  float: left;
}

/* line 19, ../scss/layout/_mymodule.scss */
.right {
  float: right;
}

/* line 22, ../scss/layout/_mymodule.scss */
.fifty {
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 700px) {
  /* line 22, ../scss/layout/_mymodule.scss */
  .fifty {
    width: 49%;
    float: left;
  }
}
/* line 32, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe {
  padding: 28px 10px;
  background: #04345a;
  color: #fff;
  position: relative;
  margin: 0 0 18px 0;
}
@media only screen and (min-width: 1100px) {
  /* line 32, ../scss/layout/_mymodule.scss */
  .fifty .block-subscribe {
    padding: 38px 10px;
  }
}
/* line 43, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe strong {
  color: #FFF;
  font-size: 1.1em;
  font-weight: normal;
}
/* line 49, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe strong:after {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 120px;
  margin: 0 0 0 -60px;
  content: '';
  border-bottom: 1px solid #012745;
}
@media only screen and (min-width: 1100px) {
  /* line 49, ../scss/layout/_mymodule.scss */
  .fifty .block-subscribe strong:after {
    top: 44px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 43, ../scss/layout/_mymodule.scss */
  .fifty .block-subscribe strong {
    font-size: 1.8em;
  }
}
/* line 70, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe .input-box {
  width: 80%;
  margin: 5% auto 0 auto;
}
/* line 75, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe .input-box input {
  width: 85%;
  float: left;
  font-size: 0.9em;
}
/* line 81, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe .input-box .actions {
  width: 15%;
  float: left;
  margin: 0;
}
/* line 87, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe .input-box .actions button {
  width: 100%;
  background: #f9c35c;
}
/* line 95, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe .form-subscribe-header {
  margin: 25px 0 0;
}
/* line 101, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe label {
  font-weight: normal;
  font-size: 0.9em;
}
/* line 105, ../scss/layout/_mymodule.scss */
.fifty .block-subscribe label:before {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 120px;
  margin: 0 0 0 -60px;
  content: '';
  border-top: 1px solid #0b4573;
}
@media only screen and (min-width: 1100px) {
  /* line 105, ../scss/layout/_mymodule.scss */
  .fifty .block-subscribe label:before {
    top: 83px;
  }
}

/* line 124, ../scss/layout/_mymodule.scss */
.passionate {
  position: relative;
}
/* line 129, ../scss/layout/_mymodule.scss */
.passionate:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 99;
  background-color: #3299da;
}
@media only screen and (min-width: 700px) {
  /* line 124, ../scss/layout/_mymodule.scss */
  .passionate {
    float: right;
    height: 180px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 124, ../scss/layout/_mymodule.scss */
  .passionate {
    float: right;
    height: 220px;
  }
}
/* line 156, ../scss/layout/_mymodule.scss */
.passionate img {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  /* line 156, ../scss/layout/_mymodule.scss */
  .passionate img {
    height: 100%;
  }
}
/* line 168, ../scss/layout/_mymodule.scss */
.passionate .grey-strip {
  background: #ececec;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2%;
  z-index: 9999999;
}
/* line 177, ../scss/layout/_mymodule.scss */
.passionate .grey-strip .fifty {
  width: 50%;
  float: left;
}
/* line 184, ../scss/layout/_mymodule.scss */
.passionate .grey-strip p {
  text-transform: capitalize;
  color: #095c92;
}
/* line 189, ../scss/layout/_mymodule.scss */
.passionate .grey-strip p span a {
  color: #666;
  text-transform: none;
  font-size: 0.7em;
}
@media only screen and (min-width: 920px) {
  /* line 189, ../scss/layout/_mymodule.scss */
  .passionate .grey-strip p span a {
    font-size: 1em;
  }
}
/* line 210, ../scss/layout/_mymodule.scss */
.passionate p span {
  display: block;
}
/* line 217, ../scss/layout/_mymodule.scss */
.passionate p.title {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #FFF;
  width: 80%;
  font-size: 1.3em;
  font-weight: 300;
  z-index: 999999;
}
/* line 228, ../scss/layout/_mymodule.scss */
.passionate p.title span {
  margin: 3% 0 0;
  font-size: 0.7em;
  line-height: 16px;
}
/* line 235, ../scss/layout/_mymodule.scss */
.passionate p.title:before {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 120px;
  margin: 0 0 0 -60px;
  content: '';
  border-top: 1px solid #FFF;
}
@media only screen and (min-width: 1100px) {
  /* line 217, ../scss/layout/_mymodule.scss */
  .passionate p.title {
    font-size: 1.8em;
  }
}

/* line 253, ../scss/layout/_mymodule.scss */
.offer {
  background: #f6f6f6;
  padding: 20px 2%;
  text-align: center;
  color: #005890;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
@media only screen and (min-width: 960px) {
  /* line 253, ../scss/layout/_mymodule.scss */
  .offer {
    font-size: 21px;
  }
}
/* line 268, ../scss/layout/_mymodule.scss */
.offer .wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
/* line 276, ../scss/layout/_mymodule.scss */
.offer i {
  color: #e9a31d;
  position: absolute;
  top: 10px;
}
/* line 283, ../scss/layout/_mymodule.scss */
.offer i.small-star {
  font-size: 0.8em;
}
/* line 288, ../scss/layout/_mymodule.scss */
.offer i.left-star {
  margin: 0 5px 0 0;
  left: 9%;
}
@media only screen and (min-width: 600px) {
  /* line 288, ../scss/layout/_mymodule.scss */
  .offer i.left-star {
    left: 20%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 288, ../scss/layout/_mymodule.scss */
  .offer i.left-star {
    left: 27%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 288, ../scss/layout/_mymodule.scss */
  .offer i.left-star {
    left: 31%;
  }
}
@media only screen and (min-width: 1080px) {
  /* line 288, ../scss/layout/_mymodule.scss */
  .offer i.left-star {
    left: 35%;
  }
}
/* line 314, ../scss/layout/_mymodule.scss */
.offer i.left-star-outside {
  left: 3%;
  top: 6px;
}
@media only screen and (min-width: 600px) {
  /* line 314, ../scss/layout/_mymodule.scss */
  .offer i.left-star-outside {
    left: 16%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 314, ../scss/layout/_mymodule.scss */
  .offer i.left-star-outside {
    left: 24%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 314, ../scss/layout/_mymodule.scss */
  .offer i.left-star-outside {
    left: 28%;
  }
}
@media only screen and (min-width: 1080px) {
  /* line 314, ../scss/layout/_mymodule.scss */
  .offer i.left-star-outside {
    left: 33%;
  }
}
/* line 337, ../scss/layout/_mymodule.scss */
.offer i.right-star {
  margin: 0 0 0 5px;
  right: 10%;
}
@media only screen and (min-width: 600px) {
  /* line 337, ../scss/layout/_mymodule.scss */
  .offer i.right-star {
    right: 20%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 337, ../scss/layout/_mymodule.scss */
  .offer i.right-star {
    right: 27%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 337, ../scss/layout/_mymodule.scss */
  .offer i.right-star {
    right: 31%;
  }
}
@media only screen and (min-width: 1080px) {
  /* line 337, ../scss/layout/_mymodule.scss */
  .offer i.right-star {
    right: 35%;
  }
}
/* line 361, ../scss/layout/_mymodule.scss */
.offer i.right-star-outside {
  right: 4%;
  top: 6px;
}
@media only screen and (min-width: 600px) {
  /* line 361, ../scss/layout/_mymodule.scss */
  .offer i.right-star-outside {
    right: 16%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 361, ../scss/layout/_mymodule.scss */
  .offer i.right-star-outside {
    right: 24%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 361, ../scss/layout/_mymodule.scss */
  .offer i.right-star-outside {
    right: 28%;
  }
}
@media only screen and (min-width: 1080px) {
  /* line 361, ../scss/layout/_mymodule.scss */
  .offer i.right-star-outside {
    right: 33%;
  }
}
/* line 390, ../scss/layout/_mymodule.scss */
.offer p:before {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -100px;
  content: '';
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 600px) {
  /* line 390, ../scss/layout/_mymodule.scss */
  .offer p:before {
    top: 38px;
  }
}
/* line 407, ../scss/layout/_mymodule.scss */
.offer span {
  display: block;
  font-size: 13px;
  padding: 2% 0 0;
  margin: 2% 0 0;
}
@media only screen and (min-width: 600px) {
  /* line 407, ../scss/layout/_mymodule.scss */
  .offer span {
    padding: 0;
    margin: 1% 0 0;
    font-size: 0.7em;
  }
}
/* line 421, ../scss/layout/_mymodule.scss */
.offer strong {
  color: #e9a31d;
  font-weight: normal;
}
@media only screen and (min-width: 600px) {
  /* line 253, ../scss/layout/_mymodule.scss */
  .offer {
    padding: 20px 0;
    font-size: 1.8em;
  }
}

/* line 435, ../scss/layout/_mymodule.scss */
.slider, .right-cats {
  width: 100%;
  margin: 0 0 18px 0;
}
@media only screen and (min-width: 960px) {
  /* line 435, ../scss/layout/_mymodule.scss */
  .slider, .right-cats {
    margin: 0 0 18px 0;
    width: 65%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 435, ../scss/layout/_mymodule.scss */
  .slider, .right-cats {
    margin: 0;
  }
}

/* line 456, ../scss/layout/_mymodule.scss */
.hp-slider .item {
  position: relative;
  overflow: hidden;
  height: 160px;
}
/* line 461, ../scss/layout/_mymodule.scss */
.hp-slider .item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  filter: alpha(opacity=40);
  z-index: 99;
  background-color: #3299da;
}
@media only screen and (min-width: 568px) {
  /* line 456, ../scss/layout/_mymodule.scss */
  .hp-slider .item {
    height: 260px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 456, ../scss/layout/_mymodule.scss */
  .hp-slider .item {
    height: 320px;
  }
}
/* line 482, ../scss/layout/_mymodule.scss */
.hp-slider .item p.title {
  z-index: 999999;
  position: absolute;
  bottom: 23%;
  left: 5.5%;
  color: #FFF;
  text-transform: uppercase;
  width: 90%;
  font-size: 1em;
  text-align: center;
  line-height: 18px;
}
@media only screen and (min-width: 568px) {
  /* line 482, ../scss/layout/_mymodule.scss */
  .hp-slider .item p.title {
    font-size: 2em;
    line-height: 33px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 482, ../scss/layout/_mymodule.scss */
  .hp-slider .item p.title {
    font-size: 2.4em;
    line-height: 38px;
    bottom: 18%;
  }
}
/* line 506, ../scss/layout/_mymodule.scss */
.hp-slider .item p.title span {
  text-transform: none;
  font-size: 0.9em;
  display: block;
  margin: 4% 0 0;
}
@media only screen and (min-width: 568px) {
  /* line 506, ../scss/layout/_mymodule.scss */
  .hp-slider .item p.title span {
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 770px) {
  /* line 506, ../scss/layout/_mymodule.scss */
  .hp-slider .item p.title span {
    font-size: 0.5em;
    margin: 0;
  }
}
/* line 522, ../scss/layout/_mymodule.scss */
.hp-slider .item p.title span:before {
  position: absolute;
  bottom: 22px;
  left: 70%;
  width: 100px;
  margin: 0 0 0 -116px;
  content: '';
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 580px) {
  /* line 522, ../scss/layout/_mymodule.scss */
  .hp-slider .item p.title span:before {
    left: 65%;
    bottom: 37px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 522, ../scss/layout/_mymodule.scss */
  .hp-slider .item p.title span:before {
    bottom: 35px;
    left: 53%;
    width: 200px;
  }
}

@media only screen and (min-width: 960px) {
  /* line 554, ../scss/layout/_mymodule.scss */
  .right-cats {
    width: 33%;
  }
}
/* line 560, ../scss/layout/_mymodule.scss */
.right-cats .hp-top-cat {
  position: relative;
  margin: 0 0 18px 0;
  width: 100%;
  float: right;
}
@media only screen and (min-width: 700px) {
  /* line 560, ../scss/layout/_mymodule.scss */
  .right-cats .hp-top-cat {
    margin: 0;
    width: 58%;
    height: 180px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 560, ../scss/layout/_mymodule.scss */
  .right-cats .hp-top-cat {
    margin: 0 0 6% 0;
    width: 100%;
    height: 190px;
  }
}
/* line 581, ../scss/layout/_mymodule.scss */
.right-cats .hp-top-cat:before, .right-cats .hp-top-cat .catoverlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: alpha(opacity=60);
  z-index: 9;
  background-color: #83BBDE;
}
/* line 595, ../scss/layout/_mymodule.scss */
.right-cats .hp-top-cat img {
  width: 100%;
  height: 100%;
}
/* line 603, ../scss/layout/_mymodule.scss */
.right-cats .hp-top-cat p.catheading {
  position: absolute;
  top: 25%;
  left: 15px;
  width: 92%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  z-index: 800;
}
/* line 614, ../scss/layout/_mymodule.scss */
.right-cats .hp-top-cat p.catheading:before {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100px;
  margin: 0 0 0 -50px;
  content: '';
  border-bottom: 1px solid #e5e5e5;
}
/* line 626, ../scss/layout/_mymodule.scss */
.right-cats .hp-top-cat p.catheading span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 28px;
  margin: 3% 0 0;
}
@media only screen and (min-width: 960px) {
  /* line 626, ../scss/layout/_mymodule.scss */
  .right-cats .hp-top-cat p.catheading span {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 626, ../scss/layout/_mymodule.scss */
  .right-cats .hp-top-cat p.catheading span {
    font-size: 1.4em;
  }
}

/* line 656, ../scss/layout/_mymodule.scss */
.catalog-product-view .f-delivery {
  margin: 18px 0;
  width: 100%;
  height: 130px;
}
/* line 661, ../scss/layout/_mymodule.scss */
.catalog-product-view .f-delivery a {
  padding: 20px;
}
/* line 666, ../scss/layout/_mymodule.scss */
.catalog-product-view .video {
  clear: both;
  margin: 0 0 18px 0;
}
/* line 671, ../scss/layout/_mymodule.scss */
.catalog-product-view .video a {
  color: #666;
  background: #f1f0f0;
  padding: 2% 4%;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
/* line 680, ../scss/layout/_mymodule.scss */
.catalog-product-view .video a:hover {
  text-decoration: none;
  background: #005890;
  color: #fff;
}

/* line 689, ../scss/layout/_mymodule.scss */
.f-delivery {
  background: #f9c35c;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  clear: both;
}
@media only screen and (min-width: 700px) {
  /* line 689, ../scss/layout/_mymodule.scss */
  .f-delivery {
    width: 40%;
    float: left;
    clear: none;
    height: 180px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 689, ../scss/layout/_mymodule.scss */
  .f-delivery {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 113px;
  }
}
/* line 713, ../scss/layout/_mymodule.scss */
.f-delivery a {
  color: #FFF;
  line-height: 30px;
  display: block;
  padding: 4%;
}
@media only screen and (min-width: 700px) {
  /* line 713, ../scss/layout/_mymodule.scss */
  .f-delivery a {
    padding: 15% 4%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 713, ../scss/layout/_mymodule.scss */
  .f-delivery a {
    padding: 4%;
    font-size: 0.9em;
  }
}
/* line 731, ../scss/layout/_mymodule.scss */
.f-delivery a em, .f-delivery a strong {
  display: block;
  font-style: normal;
}
/* line 738, ../scss/layout/_mymodule.scss */
.f-delivery a em {
  font-size: 0.7em;
  font-weight: 300;
  line-height: 20px;
}
/* line 746, ../scss/layout/_mymodule.scss */
.f-delivery a strong {
  font-weight: 600;
  font-size: 1.3em;
}
/* line 751, ../scss/layout/_mymodule.scss */
.f-delivery a span {
  font-size: 0.5em;
  display: block;
  line-height: 20px;
}
/* line 760, ../scss/layout/_mymodule.scss */
.f-delivery a:hover {
  text-decoration: none;
}

/* line 768, ../scss/layout/_mymodule.scss */
.owl-carousel .owl-wrapper {
  width: 100%;
}
/* line 772, ../scss/layout/_mymodule.scss */
.owl-carousel .owl-wrapper .item img {
  width: 100%;
}

/* line 781, ../scss/layout/_mymodule.scss */
.hp-products div a img {
  width: 100%;
}

/* line 793, ../scss/layout/_mymodule.scss */
.block-recent-posts {
  display: none;
}
@media only screen and (min-width: 800px) {
  /* line 793, ../scss/layout/_mymodule.scss */
  .block-recent-posts {
    display: block;
    background: #005890;
    padding: 4%;
    min-height: 320px;
  }
  /* line 804, ../scss/layout/_mymodule.scss */
  .block-recent-posts ul.hp-blog {
    min-height: 280px;
  }
  /* line 809, ../scss/layout/_mymodule.scss */
  .block-recent-posts .owl-wrapper-outer {
    position: absolute;
    top: 43px;
    border-top: 1px solid #086eaf;
    padding: 4% 0 0;
  }
  /* line 818, ../scss/layout/_mymodule.scss */
  .block-recent-posts .owl-theme .owl-controls {
    border-bottom: 1px solid #024772;
  }
  /* line 822, ../scss/layout/_mymodule.scss */
  .block-recent-posts .block-title strong {
    color: #fff;
  }
  /* line 830, ../scss/layout/_mymodule.scss */
  .block-recent-posts .block-content p {
    color: #fff;
  }
  /* line 835, ../scss/layout/_mymodule.scss */
  .block-recent-posts .block-content p.post-title {
    text-transform: uppercase;
    font-size: 1.3em;
  }
  /* line 841, ../scss/layout/_mymodule.scss */
  .block-recent-posts .block-content p.read-more {
    color: #f9c35c;
    float: right;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 980px) {
  /* line 857, ../scss/layout/_mymodule.scss */
  .block-recent-posts .block-content p.post-title {
    font-size: 1.5em;
    line-height: 26px;
    margin: 0 0 4% 0;
  }
}

/* line 870, ../scss/layout/_mymodule.scss */
.main-content {
  background: #f6f6f6;
}

/* line 877, ../scss/layout/_mymodule.scss */
.download a {
  background: #f9c35c;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  padding: 4%;
  margin: 0 0 18px 0;
  color: #FFF;
  line-height: 28px;
  width: 100%;
  display: block;
}
/* line 891, ../scss/layout/_mymodule.scss */
.download a strong {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
}

/* line 899, ../scss/layout/_mymodule.scss */
.hp-products {
  clear: both;
  margin: 0 0 18px 0;
  float: left;
}
@media only screen and (min-width: 1100px) {
  /* line 899, ../scss/layout/_mymodule.scss */
  .hp-products {
    margin: 18px 0;
  }
}
/* line 912, ../scss/layout/_mymodule.scss */
.hp-products .owl-item {
  position: relative;
}
/* line 916, ../scss/layout/_mymodule.scss */
.hp-products .owl-item .item:hover .catoverlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #1f90b6;
}
/* line 924, ../scss/layout/_mymodule.scss */
.hp-products .owl-item .item:hover .product-info {
  top: 68px;
}
/* line 929, ../scss/layout/_mymodule.scss */
.hp-products .owl-item .catoverlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-color: #3299da;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 99;
}
/* line 946, ../scss/layout/_mymodule.scss */
.hp-products .owl-item .product-info {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  padding-bottom: 95px;
  z-index: 999;
  height: 100%;
  padding: 42px 0 0;
}
/* line 958, ../scss/layout/_mymodule.scss */
.hp-products .owl-item .product-info p {
  text-transform: uppercase;
  text-align: center;
}
/* line 965, ../scss/layout/_mymodule.scss */
.hp-products .owl-item .price-box {
  color: #A0A0A0;
  font-size: 13px;
  padding: 1%;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* line 981, ../scss/layout/_mymodule.scss */
.hp-products .actions {
  display: none;
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

/* line 992, ../scss/layout/_mymodule.scss */
.hp-products .ratings {
  display: none;
}

/* line 997, ../scss/layout/_mymodule.scss */
.homepage-products-two {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
/* line 1004, ../scss/layout/_mymodule.scss */
.homepage-products-two .hp-products .item img {
  width: 90%;
  margin: auto;
  float: none;
}

/* line 1013, ../scss/layout/_mymodule.scss */
.hp-cats {
  clear: both;
}
/* line 1017, ../scss/layout/_mymodule.scss */
.hp-cats div.category {
  height: 195px;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  /* line 1017, ../scss/layout/_mymodule.scss */
  .hp-cats div.category {
    height: 300px;
  }
}
/* line 1027, ../scss/layout/_mymodule.scss */
.hp-cats div.category a {
  color: #FFF;
}
/* line 1034, ../scss/layout/_mymodule.scss */
.hp-cats div.category0 a {
  color: #FFF;
}
/* line 1038, ../scss/layout/_mymodule.scss */
.hp-cats div {
  position: relative;
  float: left;
  margin: 0 0 18px 0;
  width: 100%;
}
/* line 1046, ../scss/layout/_mymodule.scss */
.hp-cats div img {
  width: 100%;
  height: 100%;
}
/* line 1052, ../scss/layout/_mymodule.scss */
.hp-cats div .catheading {
  position: absolute;
  top: 30%;
  left: 15px;
  width: 92%;
  text-align: center;
  font-size: 1.4em;
}
/* line 1061, ../scss/layout/_mymodule.scss */
.hp-cats div .catheading a {
  color: #fff;
}
/* line 1065, ../scss/layout/_mymodule.scss */
.hp-cats div .catheading a:hover {
  text-decoration: none;
}
/* line 1070, ../scss/layout/_mymodule.scss */
.hp-cats div .catheading:before {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100px;
  margin: 0 0 0 -50px;
  content: '';
  border-bottom: 1px solid #e5e5e5;
}
/* line 1082, ../scss/layout/_mymodule.scss */
.hp-cats div .catheading span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 28px;
  margin: 3% 0 0;
}
/* line 1095, ../scss/layout/_mymodule.scss */
.hp-cats div.category3 {
  margin: 0;
}
/* line 1100, ../scss/layout/_mymodule.scss */
.hp-cats .download a {
  height: 100px;
  width: 100%;
  float: left;
  padding: 25px;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  /* line 1100, ../scss/layout/_mymodule.scss */
  .hp-cats .download a {
    font-size: 1.6em;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 1210px) {
  /* line 1100, ../scss/layout/_mymodule.scss */
  .hp-cats .download a {
    font-size: 2em;
    padding: 25px;
  }
}
/* line 1120, ../scss/layout/_mymodule.scss */
.hp-cats .category0 {
  height: 182px;
  clear: left;
  overflow: hidden;
}
/* line 1126, ../scss/layout/_mymodule.scss */
.hp-cats .category0 p.catheading {
  top: 60px;
}
@media only screen and (min-width: 960px) {
  /* line 1133, ../scss/layout/_mymodule.scss */
  .hp-cats .download {
    width: 33%;
  }
  /* line 1138, ../scss/layout/_mymodule.scss */
  .hp-cats .category1, .hp-cats .category2 {
    width: 65%;
  }
  /* line 1143, ../scss/layout/_mymodule.scss */
  .hp-cats .category0, .hp-cats .category3 {
    width: 33%;
  }
  /* line 1148, ../scss/layout/_mymodule.scss */
  .hp-cats .category1, .hp-cats .category3 {
    float: right;
  }
}

/* line 1160, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitempan {
  width: 100%;
  float: left;
  background: #f1f1f1;
  padding: 0 5% 5% 5%;
  margin: 18px 0 0;
}
@media only screen and (min-width: 960px) {
  /* line 1160, ../scss/layout/_mymodule.scss */
  .creareseo-sitemap .sitempan {
    padding: 0 2% 2% 2%;
  }
}

/* line 1172, ../scss/layout/_mymodule.scss */
.creareseo-sitemap h2 {
  font-size: 1.4em;
  margin: 18px 0;
  display: block;
}

/* line 1178, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .strongsm {
  font-size: 1.4em;
  display: block;
}

/* line 1184, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .siteul {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  /* line 1184, ../scss/layout/_mymodule.scss */
  .creareseo-sitemap .siteul {
    width: 45%;
  }
}
/* line 1193, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .siteul li {
  list-style: inside;
  font-size: 1em !important;
}

/* line 1201, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitecatul {
  margin: 0 5px;
  float: left;
  width: 100%;
}
/* line 1206, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitecatul li.cat {
  list-style: none;
  font-size: 1em !important;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 1224, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitecatul li.cat ul {
  margin: 0 5px 0 25px;
  overflow: hidden;
}
/* line 1229, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitecatul li.cat ul li {
  list-style: inside;
}
@media only screen and (min-width: 770px) {
  /* line 1229, ../scss/layout/_mymodule.scss */
  .creareseo-sitemap .sitecatul li.cat ul li {
    width: 48%;
    float: left;
    margin: 0 2% 2% 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 1229, ../scss/layout/_mymodule.scss */
  .creareseo-sitemap .sitecatul li.cat ul li {
    width: 30%;
  }
}
/* line 1245, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitecatul li.cat ul li ul li {
  width: 100%;
  margin: 0;
}

/* line 1258, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .siteul.full {
  margin: 5px 0;
  float: left;
  width: 100%;
}

/* line 1259, ../scss/layout/_mymodule.scss */
.creareseo-sitemap .sitecatul.full li.cat {
  margin: 5px 0;
  float: left;
  width: 100%;
}

/* line 1265, ../scss/layout/_mymodule.scss */
#cookies-table thead {
  background: #005890;
  color: #fff;
}
/* line 1269, ../scss/layout/_mymodule.scss */
#cookies-table thead th {
  padding: 1%;
}
/* line 1273, ../scss/layout/_mymodule.scss */
#cookies-table td {
  border: 1px solid #ececec;
  padding: 1%;
}

@media only screen and (max-width: 400px) {
  /* line 1285, ../scss/layout/_mymodule.scss */
  #cookies-table {
    width: 100%;
    float: left;
  }
  /* line 1289, ../scss/layout/_mymodule.scss */
  #cookies-table thead, #cookies-table tbody {
    float: left;
    width: 300px;
  }
  /* line 1295, ../scss/layout/_mymodule.scss */
  #cookies-table td {
    font-size: 0.7em;
    width: 100px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1307, ../scss/layout/_mymodule.scss */
  .col1-layout .col-left {
    display: none;
  }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont_v-4.3.0.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff2"), url("../fonts/fontawesome-webfont_v-4.3.0.woff") format("woff"), url("../fonts/fontawesome-webfont_v-4.3.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont_v-4.3.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../scss/fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../scss/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../scss/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../scss/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../scss/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../scss/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../scss/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../scss/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../scss/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../scss/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../scss/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../scss/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../scss/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../scss/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../scss/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../scss/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../scss/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../scss/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../scss/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../scss/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../scss/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../scss/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../scss/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../scss/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../scss/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../scss/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../scss/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../scss/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../scss/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../scss/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../scss/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../scss/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../scss/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../scss/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../scss/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../scss/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../scss/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../scss/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../scss/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../scss/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../scss/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../scss/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../scss/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../scss/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../scss/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../scss/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../scss/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../scss/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../scss/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../scss/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../scss/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../scss/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../scss/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../scss/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../scss/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../scss/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../scss/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../scss/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../scss/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../scss/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../scss/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../scss/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../scss/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../scss/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../scss/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../scss/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../scss/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../scss/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../scss/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../scss/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../scss/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../scss/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../scss/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../scss/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../scss/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../scss/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../scss/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../scss/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../scss/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../scss/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../scss/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../scss/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../scss/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../scss/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../scss/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../scss/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../scss/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../scss/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../scss/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../scss/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../scss/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../scss/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../scss/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../scss/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../scss/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../scss/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../scss/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../scss/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../scss/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../scss/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../scss/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../scss/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../scss/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../scss/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../scss/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../scss/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../scss/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../scss/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../scss/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../scss/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../scss/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../scss/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../scss/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../scss/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../scss/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../scss/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../scss/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../scss/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../scss/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../scss/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../scss/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../scss/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../scss/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../scss/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../scss/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../scss/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../scss/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../scss/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../scss/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../scss/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../scss/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../scss/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../scss/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../scss/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../scss/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../scss/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../scss/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../scss/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../scss/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../scss/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../scss/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../scss/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../scss/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../scss/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../scss/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../scss/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../scss/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../scss/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../scss/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../scss/fontawesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 167, ../scss/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 168, ../scss/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 169, ../scss/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 170, ../scss/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 171, ../scss/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 172, ../scss/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 173, ../scss/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 174, ../scss/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 175, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 176, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 177, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 178, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 179, ../scss/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 180, ../scss/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 181, ../scss/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 182, ../scss/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 183, ../scss/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 184, ../scss/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 185, ../scss/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 187, ../scss/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 189, ../scss/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 190, ../scss/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 191, ../scss/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 193, ../scss/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 195, ../scss/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 196, ../scss/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 198, ../scss/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 199, ../scss/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 202, ../scss/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 203, ../scss/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 204, ../scss/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 205, ../scss/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 206, ../scss/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 207, ../scss/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 208, ../scss/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 209, ../scss/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 210, ../scss/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 211, ../scss/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 212, ../scss/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 213, ../scss/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 214, ../scss/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 215, ../scss/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 216, ../scss/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 217, ../scss/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 218, ../scss/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 219, ../scss/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 221, ../scss/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 223, ../scss/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 225, ../scss/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 226, ../scss/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 227, ../scss/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 229, ../scss/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 231, ../scss/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 233, ../scss/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 234, ../scss/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 235, ../scss/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 237, ../scss/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 238, ../scss/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 239, ../scss/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 241, ../scss/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 242, ../scss/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 243, ../scss/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 244, ../scss/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 245, ../scss/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 246, ../scss/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 247, ../scss/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 248, ../scss/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 249, ../scss/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 250, ../scss/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 251, ../scss/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 252, ../scss/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 253, ../scss/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 254, ../scss/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 255, ../scss/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 256, ../scss/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 257, ../scss/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 258, ../scss/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 259, ../scss/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 260, ../scss/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 261, ../scss/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 262, ../scss/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 263, ../scss/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 264, ../scss/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 265, ../scss/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 266, ../scss/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 267, ../scss/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 268, ../scss/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 269, ../scss/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 270, ../scss/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 271, ../scss/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 273, ../scss/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 274, ../scss/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 275, ../scss/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 276, ../scss/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 277, ../scss/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 278, ../scss/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 280, ../scss/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 281, ../scss/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 282, ../scss/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 283, ../scss/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 284, ../scss/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 285, ../scss/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 286, ../scss/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 287, ../scss/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 288, ../scss/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 289, ../scss/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 290, ../scss/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 291, ../scss/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 292, ../scss/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 294, ../scss/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 297, ../scss/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 298, ../scss/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 299, ../scss/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 300, ../scss/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 302, ../scss/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 303, ../scss/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 304, ../scss/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 305, ../scss/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 306, ../scss/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 307, ../scss/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 308, ../scss/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 309, ../scss/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 310, ../scss/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 311, ../scss/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 312, ../scss/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 313, ../scss/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 314, ../scss/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 315, ../scss/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 316, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 317, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 318, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 319, ../scss/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 320, ../scss/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 321, ../scss/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 322, ../scss/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 323, ../scss/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 324, ../scss/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 325, ../scss/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 326, ../scss/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 327, ../scss/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 328, ../scss/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 329, ../scss/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 330, ../scss/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 331, ../scss/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 332, ../scss/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 333, ../scss/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 334, ../scss/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 335, ../scss/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 336, ../scss/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 337, ../scss/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 338, ../scss/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 339, ../scss/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 341, ../scss/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 343, ../scss/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 345, ../scss/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 347, ../scss/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 348, ../scss/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 350, ../scss/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 352, ../scss/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 356, ../scss/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 359, ../scss/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 361, ../scss/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 363, ../scss/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 364, ../scss/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 365, ../scss/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 366, ../scss/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 367, ../scss/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 368, ../scss/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 369, ../scss/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 370, ../scss/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 371, ../scss/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 372, ../scss/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 373, ../scss/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 374, ../scss/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 375, ../scss/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 376, ../scss/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 377, ../scss/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 378, ../scss/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 379, ../scss/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 380, ../scss/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 381, ../scss/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 382, ../scss/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 383, ../scss/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 384, ../scss/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 385, ../scss/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 386, ../scss/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 387, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 388, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 389, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 390, ../scss/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 391, ../scss/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 392, ../scss/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 393, ../scss/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 394, ../scss/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 395, ../scss/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 396, ../scss/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 397, ../scss/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 398, ../scss/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 399, ../scss/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 400, ../scss/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 401, ../scss/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 403, ../scss/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 404, ../scss/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 405, ../scss/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 406, ../scss/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 407, ../scss/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 408, ../scss/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 409, ../scss/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 410, ../scss/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 411, ../scss/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 412, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 413, ../scss/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 414, ../scss/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 416, ../scss/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 417, ../scss/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 418, ../scss/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 419, ../scss/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 421, ../scss/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 422, ../scss/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 423, ../scss/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 424, ../scss/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 425, ../scss/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 426, ../scss/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 427, ../scss/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 430, ../scss/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 432, ../scss/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 433, ../scss/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 434, ../scss/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 435, ../scss/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 436, ../scss/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 437, ../scss/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 438, ../scss/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 439, ../scss/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 440, ../scss/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 441, ../scss/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 442, ../scss/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 443, ../scss/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 444, ../scss/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 445, ../scss/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 446, ../scss/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 447, ../scss/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 448, ../scss/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 449, ../scss/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 450, ../scss/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 451, ../scss/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 452, ../scss/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 453, ../scss/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 454, ../scss/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 455, ../scss/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 456, ../scss/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 457, ../scss/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 459, ../scss/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 461, ../scss/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 462, ../scss/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 463, ../scss/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 464, ../scss/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 465, ../scss/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 466, ../scss/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 467, ../scss/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 468, ../scss/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 469, ../scss/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 470, ../scss/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 473, ../scss/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 475, ../scss/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 477, ../scss/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 479, ../scss/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 480, ../scss/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 481, ../scss/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 482, ../scss/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 483, ../scss/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 488, ../scss/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 489, ../scss/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 491, ../scss/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 493, ../scss/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 494, ../scss/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 495, ../scss/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 496, ../scss/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 497, ../scss/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 498, ../scss/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 500, ../scss/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 502, ../scss/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 504, ../scss/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 505, ../scss/fontawesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

/* line 507, ../scss/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 508, ../scss/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 509, ../scss/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 510, ../scss/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 511, ../scss/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 512, ../scss/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 513, ../scss/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 515, ../scss/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 516, ../scss/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 517, ../scss/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 518, ../scss/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 519, ../scss/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 520, ../scss/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 521, ../scss/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 522, ../scss/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 523, ../scss/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 524, ../scss/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 525, ../scss/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 526, ../scss/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 527, ../scss/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 528, ../scss/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 529, ../scss/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 530, ../scss/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 531, ../scss/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 532, ../scss/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 533, ../scss/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 534, ../scss/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 535, ../scss/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 536, ../scss/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 537, ../scss/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 538, ../scss/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 539, ../scss/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 540, ../scss/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 541, ../scss/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 542, ../scss/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 543, ../scss/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 544, ../scss/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 545, ../scss/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 546, ../scss/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 547, ../scss/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 548, ../scss/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 549, ../scss/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 550, ../scss/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 551, ../scss/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 552, ../scss/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 555, ../scss/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 556, ../scss/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 557, ../scss/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 558, ../scss/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 559, ../scss/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 560, ../scss/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 561, ../scss/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 562, ../scss/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 563, ../scss/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 564, ../scss/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 565, ../scss/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 566, ../scss/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 567, ../scss/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 568, ../scss/fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 569, ../scss/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 570, ../scss/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 571, ../scss/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 572, ../scss/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 573, ../scss/fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 574, ../scss/fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 575, ../scss/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 576, ../scss/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "";
}

/* line 577, ../scss/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 578, ../scss/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 579, ../scss/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 580, ../scss/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 581, ../scss/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 582, ../scss/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 583, ../scss/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 584, ../scss/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 585, ../scss/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 586, ../scss/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 587, ../scss/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 588, ../scss/fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 589, ../scss/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 590, ../scss/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 591, ../scss/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 593, ../scss/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 594, ../scss/fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 595, ../scss/fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 596, ../scss/fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 1, ../scss/layout/_contacts.scss */
.contact-content {
  float: left;
}
/* line 4, ../scss/layout/_contacts.scss */
.contact-content h2 {
  margin: 2% 0 0;
}
/* line 10, ../scss/layout/_contacts.scss */
.contact-content .input-box input {
  width: 100%;
}

/* line 17, ../scss/layout/_contacts.scss */
iframe.map {
  float: left;
  width: 100%;
  margin: 18px 0;
  pointer-events: none;
}

/* line 28, ../scss/layout/_contacts.scss */
form.contact {
  color: #005890;
  width: 97%;
  margin: 0 0 2% 0;
}

/* line 36, ../scss/layout/_contacts.scss */
.contact-details {
  background: #005890;
  color: #FFF;
  text-align: center;
  padding: 4%;
}
/* line 45, ../scss/layout/_contacts.scss */
.contact-details div span.addresstitle {
  margin: 4% 0 0;
  float: left;
  width: 100%;
}
/* line 53, ../scss/layout/_contacts.scss */
.contact-details h2 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 2em;
}
/* line 60, ../scss/layout/_contacts.scss */
.contact-details p {
  text-transform: uppercase;
  margin: 4% 0 0;
  position: relative;
}
/* line 66, ../scss/layout/_contacts.scss */
.contact-details p:before, .contact-details p:after {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 70px;
  margin: 0 0 0 -35px;
  content: '';
  border-bottom: 1px solid #086eaf;
}
/* line 76, ../scss/layout/_contacts.scss */
.contact-details p:after {
  top: 25px;
  border-bottom: 1px solid #024772;
}
/* line 82, ../scss/layout/_contacts.scss */
.contact-details p span {
  display: block;
  text-transform: none;
  margin: 3% 0 0;
}
/* line 91, ../scss/layout/_contacts.scss */
.contact-details a {
  color: #FFF;
}

/* line 99, ../scss/layout/_contacts.scss */
.right-contact {
  clear: both;
  float: left;
}
/* line 104, ../scss/layout/_contacts.scss */
.right-contact .cta2, .right-contact .cta3 {
  width: 100%;
}
/* line 112, ../scss/layout/_contacts.scss */
.right-contact .cta2 img {
  height: 250px;
}
@media only screen and (min-width: 700px) {
  /* line 112, ../scss/layout/_contacts.scss */
  .right-contact .cta2 img {
    height: 100%;
  }
}
/* line 123, ../scss/layout/_contacts.scss */
.right-contact .f-delivery {
  width: 100%;
  height: 130px;
}
/* line 128, ../scss/layout/_contacts.scss */
.right-contact .f-delivery a {
  padding: 7% 4%;
}

/* line 136, ../scss/layout/_contacts.scss */
.hp-cats div.cta2 {
  margin: 18px 0 0;
}
/* line 139, ../scss/layout/_contacts.scss */
.hp-cats div.cta2 a {
  color: #FFF;
}
/* line 144, ../scss/layout/_contacts.scss */
.hp-cats div.cta2 .catheading {
  top: 28%;
}

/* line 152, ../scss/layout/_contacts.scss */
.hp-cats div.catbottom .catheading {
  top: 40%;
}

/* line 163, ../scss/layout/_contacts.scss */
.cta1, .cta2 {
  margin: 18px 0 0;
}

@media only screen and (min-width: 700px) {
  /* line 172, ../scss/layout/_contacts.scss */
  .right-contact {
    width: 28%;
    float: right;
    clear: none;
  }

  /* line 179, ../scss/layout/_contacts.scss */
  form.contact {
    width: 100%;
    margin: 3% 0;
  }

  /* line 186, ../scss/layout/_contacts.scss */
  .contact-content {
    width: 70%;
  }
}
/* line 194, ../scss/layout/_contacts.scss */
.greybg a {
  background: #f1f0f0;
  margin: 18px 0 0;
  display: block;
  text-align: center;
  padding: 2% 0;
  color: #ABABAB;
}

/* line 203, ../scss/layout/_contacts.scss */
.greybg a:hover {
  background: #005890;
  color: #FFF;
  text-decoration: none;
}

/* line 210, ../scss/layout/_contacts.scss */
.form-list .field {
  width: 48%;
}
/* line 215, ../scss/layout/_contacts.scss */
.form-list .wide, .form-list textarea {
  width: 100%;
}

/* line 4, ../scss/layout/_category.scss */
.category-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 99;
  background-color: #3299da;
}

/* line 18, ../scss/layout/_category.scss */
.category-image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  /* line 18, ../scss/layout/_category.scss */
  .category-image-wrap {
    width: 65%;
    float: left;
    height: 290px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 18, ../scss/layout/_category.scss */
  .category-image-wrap {
    height: 325px;
  }
}
@media only screen and (min-width: 1150px) {
  /* line 18, ../scss/layout/_category.scss */
  .category-image-wrap {
    height: 328px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 18, ../scss/layout/_category.scss */
  .category-image-wrap {
    height: 343px;
  }
}
/* line 46, ../scss/layout/_category.scss */
.category-image-wrap img {
  width: 100%;
  height: 100%;
}
/* line 52, ../scss/layout/_category.scss */
.category-image-wrap .category-title {
  position: absolute;
  top: 35%;
  left: 47%;
  z-index: 999;
  text-transform: uppercase;
  width: 85%;
  margin: 0 0 0 -40%;
}
/* line 62, ../scss/layout/_category.scss */
.category-image-wrap .category-title h1 {
  color: #fff;
  text-align: center;
  font-size: 2em;
}
/* line 68, ../scss/layout/_category.scss */
.category-image-wrap .category-title h1:after {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 150px;
  margin: 0 0 0 -80px;
  content: '';
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 550px) {
  /* line 88, ../scss/layout/_category.scss */
  .category-image-wrap .category-title h1 {
    font-size: 2.1em;
  }
  /* line 92, ../scss/layout/_category.scss */
  .category-image-wrap .category-title h1:after {
    top: 85px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 18, ../scss/layout/_category.scss */
  .category-image-wrap {
    width: 65%;
    float: left;
  }
  /* line 106, ../scss/layout/_category.scss */
  .category-image-wrap .category-title {
    top: 30%;
    width: 90%;
    margin: 0 0 0 -41%;
  }
}

/* line 115, ../scss/layout/_category.scss */
.category-right {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  /* line 115, ../scss/layout/_category.scss */
  .category-right {
    width: 33%;
    float: right;
  }
  /* line 122, ../scss/layout/_category.scss */
  .category-right .f-delivery {
    margin: 0 0 18px 0;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 129, ../scss/layout/_category.scss */
  .category-right .f-delivery {
    padding: 4%;
    height: 140px;
  }
}

/* line 138, ../scss/layout/_category.scss */
.category-description {
  clear: both;
  margin: 18px 0 0;
  float: left;
  width: 100%;
}
/* line 145, ../scss/layout/_category.scss */
.category-description a {
  color: #f9c35c;
}

/* line 151, ../scss/layout/_category.scss */
.cat-usp {
  background: #f1f1f1;
  padding: 2%;
  margin: 5% 0;
  text-align: center;
  text-transform: uppercase;
  padding: 8% 2%;
  color: #005890;
}
@media only screen and (min-width: 700px) {
  /* line 151, ../scss/layout/_category.scss */
  .cat-usp {
    width: 58%;
    float: right;
    margin: 0;
    padding: 4% 2%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 151, ../scss/layout/_category.scss */
  .cat-usp {
    width: 100%;
  }
}
/* line 172, ../scss/layout/_category.scss */
.cat-usp p {
  font-size: 2em;
  font-weight: 400;
  line-height: 28px;
}
/* line 178, ../scss/layout/_category.scss */
.cat-usp p strong, .cat-usp p span {
  display: block;
}
/* line 183, ../scss/layout/_category.scss */
.cat-usp p span {
  font-weight: 300;
}
/* line 188, ../scss/layout/_category.scss */
.cat-usp p strong {
  font-weight: 600;
  font-size: 1.4em;
}
@media only screen and (min-width: 1200px) {
  /* line 188, ../scss/layout/_category.scss */
  .cat-usp p strong {
    margin: 0 0 4% 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 151, ../scss/layout/_category.scss */
  .cat-usp {
    padding: 11% 2%;
  }
  /* line 206, ../scss/layout/_category.scss */
  .cat-usp p span {
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 219, ../scss/layout/_category.scss */
  .cat-usp p span {
    font-size: 0.7em;
  }
}

/* line 229, ../scss/layout/_category.scss */
ul.subcategories {
  clear: both;
}
/* line 233, ../scss/layout/_category.scss */
ul.subcategories li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 4% 0;
}
/* line 240, ../scss/layout/_category.scss */
ul.subcategories li .catoverlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 9;
  background-color: #83BBDE;
}
/* line 254, ../scss/layout/_category.scss */
ul.subcategories li a {
  height: 220px;
  display: block;
}
/* line 259, ../scss/layout/_category.scss */
ul.subcategories li p.title {
  position: absolute;
  top: 25%;
  left: 8%;
  width: 85%;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  z-index: 99;
}
@media only screen and (min-width: 1060px) {
  /* line 259, ../scss/layout/_category.scss */
  ul.subcategories li p.title {
    font-size: 1.4em;
  }
}
/* line 274, ../scss/layout/_category.scss */
ul.subcategories li p.title:before {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100px;
  margin: 0 0 0 -50px;
  content: '';
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1060px) {
  /* line 274, ../scss/layout/_category.scss */
  ul.subcategories li p.title:before {
    top: 32px;
  }
}
/* line 290, ../scss/layout/_category.scss */
ul.subcategories li p.title span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 26px;
  margin: 4% 0 0;
}
@media only screen and (min-width: 1060px) {
  /* line 290, ../scss/layout/_category.scss */
  ul.subcategories li p.title span {
    font-size: 1.1em;
    line-height: 24px;
  }
}
/* line 305, ../scss/layout/_category.scss */
ul.subcategories li img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 620px) {
  /* line 233, ../scss/layout/_category.scss */
  ul.subcategories li {
    width: 48%;
    margin: 0 2% 2% 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 233, ../scss/layout/_category.scss */
  ul.subcategories li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
}
/* line 325, ../scss/layout/_category.scss */
ul.subcategories li:hover .catoverlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #1f90b6;
}
@media only screen and (min-width: 600px) {
  /* line 333, ../scss/layout/_category.scss */
  ul.subcategories li.category2, ul.subcategories li.category4, ul.subcategories li.category6, ul.subcategories li.category8, ul.subcategories li.category10, ul.subcategories li.category12, ul.subcategories li.category14 {
    float: right;
    margin: 0 0 2% 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 333, ../scss/layout/_category.scss */
  ul.subcategories li.category2, ul.subcategories li.category4, ul.subcategories li.category6, ul.subcategories li.category8, ul.subcategories li.category10, ul.subcategories li.category12, ul.subcategories li.category14 {
    float: left;
    margin: 0 2% 2% 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 350, ../scss/layout/_category.scss */
  ul.subcategories li.category3, ul.subcategories li.category6, ul.subcategories li.category9, ul.subcategories li.category12, ul.subcategories li.category15, ul.subcategories li.category18, ul.subcategories li.category21 {
    float: right;
    margin: 0;
  }
}

/* line 362, ../scss/layout/_category.scss */
.imagespacingright {
  float: right;
}

/* line 369, ../scss/layout/_category.scss */
.block-layered-nav .block-title {
  display: none;
}
/* line 378, ../scss/layout/_category.scss */
.block-layered-nav .block-content dl#narrow-by-list2 dt {
  display: none;
}

/* ============================================ *
 * Product Page
 * ============================================ */
/* line 6, ../scss/layout/_product.scss */
.availability.in-stock, .availability.out-of-stock {
  background: #70b259;
  color: #fff;
  text-align: center;
  padding: 2%;
}

/* line 13, ../scss/layout/_product.scss */
.availability.out-of-stock {
  background: #DA4343;
}

/* line 18, ../scss/layout/_product.scss */
.box-related-posts {
  margin: 3% 0 0;
}
/* line 22, ../scss/layout/_product.scss */
.box-related-posts ul li {
  float: left;
  list-style: none;
  width: 49%;
  margin: 0 0 18px;
}
/* line 29, ../scss/layout/_product.scss */
.box-related-posts ul li a {
  min-height: 50px;
  background: #f1f0f0;
  display: block;
  padding: 5% 0;
  text-align: center;
}
/* line 38, ../scss/layout/_product.scss */
.box-related-posts ul li a:hover {
  background: #005890;
  color: #FFF;
  text-decoration: none;
}
/* line 47, ../scss/layout/_product.scss */
.box-related-posts ul li:nth-child(2n) {
  float: right;
}

/* line 53, ../scss/layout/_product.scss */
p.poa {
  background: #f6f6f6;
  clear: both;
  margin: 0 0 18px 0;
  padding: 3% 4%;
  color: #A0A0A0;
}
/* line 61, ../scss/layout/_product.scss */
p.poa span {
  display: block;
  color: #c93790;
}

/* line 18, ../scss/layout/_about.scss */
.cms-about-us .offer p:before {
  top: 57px;
}
@media only screen and (min-width: 600px) {
  /* line 18, ../scss/layout/_about.scss */
  .cms-about-us .offer p:before {
    top: 62px;
  }
}
/* line 32, ../scss/layout/_about.scss */
.cms-about-us .download {
  margin: 0;
}
/* line 37, ../scss/layout/_about.scss */
.cms-about-us .std {
  clear: left;
}
/* line 41, ../scss/layout/_about.scss */
.cms-about-us .col-main {
  position: relative;
}
/* line 46, ../scss/layout/_about.scss */
.cms-about-us .main-image {
  position: relative;
  margin: 0 0 18px 0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  /* line 46, ../scss/layout/_about.scss */
  .cms-about-us .main-image {
    width: 65%;
  }
}
/* line 57, ../scss/layout/_about.scss */
.cms-about-us .main-image img {
  width: 100%;
}
/* line 62, ../scss/layout/_about.scss */
.cms-about-us .main-image p.heading-main {
  position: absolute;
  color: #fff;
  top: 75px;
  left: 4%;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}
@media only screen and (min-width: 600px) {
  /* line 62, ../scss/layout/_about.scss */
  .cms-about-us .main-image p.heading-main {
    top: 155px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 960px) {
  /* line 62, ../scss/layout/_about.scss */
  .cms-about-us .main-image p.heading-main {
    top: 50%;
  }
}
/* line 86, ../scss/layout/_about.scss */
.cms-about-us .page-title h1 {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  /* line 86, ../scss/layout/_about.scss */
  .cms-about-us .page-title h1 {
    top: 105px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 86, ../scss/layout/_about.scss */
  .cms-about-us .page-title h1 {
    top: 30%;
  }
}
/* line 105, ../scss/layout/_about.scss */
.cms-about-us .page-title h1:after {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 120px;
  margin: 0 0 0 -60px;
  content: '';
  border-bottom: 1px solid #fff;
}
/* line 117, ../scss/layout/_about.scss */
.cms-about-us .about-images {
  margin: 0 0 18px 0;
  overflow: hidden;
}
/* line 122, ../scss/layout/_about.scss */
.cms-about-us .about-images img {
  width: 50%;
  float: left;
}
/* line 128, ../scss/layout/_about.scss */
.cms-about-us .contact {
  margin: 0 0 18px 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (min-width: 568px) {
  /* line 128, ../scss/layout/_about.scss */
  .cms-about-us .contact {
    margin: 18px 0;
    float: left;
  }
}
@media only screen and (min-width: 700px) {
  /* line 128, ../scss/layout/_about.scss */
  .cms-about-us .contact {
    clear: none;
    overflow: visible;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 128, ../scss/layout/_about.scss */
  .cms-about-us .contact {
    width: 33%;
    float: right;
    margin: 0;
  }
}
/* line 149, ../scss/layout/_about.scss */
.cms-about-us .contact a {
  float: right;
  background: #f9c35c;
  width: 100%;
  padding: 4% 6%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 27px;
}
@media only screen and (min-width: 1200px) {
  /* line 149, ../scss/layout/_about.scss */
  .cms-about-us .contact a {
    padding: 5%;
  }
}
/* line 167, ../scss/layout/_about.scss */
.cms-about-us .contact a span {
  display: block;
  text-transform: none;
  font-size: 0.55em;
  line-height: 21px;
  margin: 7% 0 0;
  font-weight: 200;
}
/* line 180, ../scss/layout/_about.scss */
.cms-about-us .contact a:hover {
  text-decoration: none;
}
/* line 184, ../scss/layout/_about.scss */
.cms-about-us .about-cat {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 18px 0;
}
/* line 191, ../scss/layout/_about.scss */
.cms-about-us .about-cat:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 99;
  background-color: #3299da;
}
@media only screen and (min-width: 568px) {
  /* line 184, ../scss/layout/_about.scss */
  .cms-about-us .about-cat {
    width: 49%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 184, ../scss/layout/_about.scss */
  .cms-about-us .about-cat {
    width: 31.5%;
    margin: 0;
  }
}
/* line 214, ../scss/layout/_about.scss */
.cms-about-us .about-cat p.catheading {
  position: absolute;
  top: 25%;
  left: 15px;
  width: 92%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  z-index: 999999;
}
/* line 224, ../scss/layout/_about.scss */
.cms-about-us .about-cat p.catheading:before {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100px;
  margin: 0 0 0 -50px;
  content: '';
  border-bottom: 1px solid #e5e5e5;
}
/* line 235, ../scss/layout/_about.scss */
.cms-about-us .about-cat p.catheading span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 28px;
  margin: 3% 0 0;
}
/* line 244, ../scss/layout/_about.scss */
.cms-about-us .about-cat p.catheading a {
  color: #fff;
}
/* line 250, ../scss/layout/_about.scss */
.cms-about-us .about-cat img {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  /* line 259, ../scss/layout/_about.scss */
  .cms-about-us .margin-r {
    margin: 0 2% 0 0;
  }
}

/* line 1, ../scss/layout/_blog.scss */
.block-blog-categories {
  background: #f9c35c;
  padding: 2%;
  float: right;
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  /* line 1, ../scss/layout/_blog.scss */
  .block-blog-categories {
    width: 33%;
    margin: 0 0 20px;
  }
}
/* line 14, ../scss/layout/_blog.scss */
.block-blog-categories .block-title {
  text-align: center;
}
/* line 18, ../scss/layout/_blog.scss */
.block-blog-categories .block-title strong span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
}
/* line 29, ../scss/layout/_blog.scss */
.block-blog-categories #wp-category-list li {
  width: 100%;
  float: left;
}
/* line 34, ../scss/layout/_blog.scss */
.block-blog-categories #wp-category-list li a {
  color: #FFF;
}

/* line 42, ../scss/layout/_blog.scss */
.news-header-image {
  position: relative;
}
@media only screen and (min-width: 960px) {
  /* line 42, ../scss/layout/_blog.scss */
  .news-header-image {
    width: 65%;
    float: left;
  }
}
/* line 52, ../scss/layout/_blog.scss */
.news-header-image img {
  width: 100%;
}
/* line 56, ../scss/layout/_blog.scss */
.news-header-image h1, .news-header-image .blog-desc {
  position: absolute;
  color: #FFF;
  width: 80%;
  left: 11%;
  text-align: center;
}
/* line 64, ../scss/layout/_blog.scss */
.news-header-image h1 {
  text-transform: uppercase;
  top: 22%;
  font-size: 2.4em;
}
/* line 70, ../scss/layout/_blog.scss */
.news-header-image h1:after {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 120px;
  margin: 0 0 0 -60px;
  content: '';
  border-top: 1px solid #FFF;
}
@media only screen and (min-width: 700px) {
  /* line 64, ../scss/layout/_blog.scss */
  .news-header-image h1 {
    top: 32%;
  }
}
/* line 87, ../scss/layout/_blog.scss */
.news-header-image .blog-desc {
  top: 50%;
}

/* line 94, ../scss/layout/_blog.scss */
.post-list {
  clear: both;
  float: left;
}
@media only screen and (min-width: 1100px) {
  /* line 94, ../scss/layout/_blog.scss */
  .post-list {
    margin: 18px 0 0;
  }
}
/* line 103, ../scss/layout/_blog.scss */
.post-list li.item {
  float: left;
  min-height: 315px;
  margin: 0 0 18px 0;
}
@media only screen and (min-width: 690px) {
  /* line 103, ../scss/layout/_blog.scss */
  .post-list li.item {
    width: 49%;
  }
}
/* line 114, ../scss/layout/_blog.scss */
.post-list li.item h2 {
  border-top: 1px solid #fff;
  clear: both;
  padding: 3% 0 0;
  min-height: 50px;
}
/* line 122, ../scss/layout/_blog.scss */
.post-list li.item .post-info {
  border-bottom: 1px solid #d5d6d6;
  overflow: hidden;
}
/* line 128, ../scss/layout/_blog.scss */
.post-list li.item p.date, .post-list li.item p.author {
  float: left;
  width: 50%;
  margin: 0 0 2% 0;
}
/* line 134, ../scss/layout/_blog.scss */
.post-list li.item p.author {
  float: right;
  text-align: right;
}
/* line 141, ../scss/layout/_blog.scss */
.post-list .first-page li.item:nth-child(1), .post-list .first-page li.item:nth-child(2) {
  width: 100%;
  min-height: 220px;
  background: #005890;
  color: #FFF;
}
/* line 148, ../scss/layout/_blog.scss */
.post-list .first-page li.item:nth-child(1) h2, .post-list .first-page li.item:nth-child(2) h2 {
  border-top: none;
}
@media only screen and (min-width: 1100px) {
  /* line 148, ../scss/layout/_blog.scss */
  .post-list .first-page li.item:nth-child(1) h2, .post-list .first-page li.item:nth-child(2) h2 {
    padding-right: 1.5% 0 0;
  }
}
/* line 156, ../scss/layout/_blog.scss */
.post-list .first-page li.item:nth-child(1) h2 a, .post-list .first-page li.item:nth-child(2) h2 a {
  color: #FFF;
}
@media only screen and (min-width: 1100px) {
  /* line 162, ../scss/layout/_blog.scss */
  .post-list .first-page li.item:nth-child(1) p.date, .post-list .first-page li.item:nth-child(1) p.author, .post-list .first-page li.item:nth-child(2) p.date, .post-list .first-page li.item:nth-child(2) p.author {
    margin: 0 0 1% 0;
  }
}
/* line 170, ../scss/layout/_blog.scss */
.post-list .first-page li.item:nth-child(1) .post-info, .post-list .first-page li.item:nth-child(2) .post-info {
  color: #f9c35c;
}
/* line 175, ../scss/layout/_blog.scss */
.post-list .first-page li.item:nth-child(1) .post-meta a, .post-list .first-page li.item:nth-child(2) .post-meta a {
  color: #f9c35c;
}
/* line 183, ../scss/layout/_blog.scss */
.post-list li.even {
  float: right;
}

/* line 190, ../scss/layout/_blog.scss */
.is-blog .pager {
  width: 100%;
}

/* line 199, ../scss/layout/_blog.scss */
#block-blog-related .product a {
  float: left;
  width: 40%;
}
/* line 203, ../scss/layout/_blog.scss */
#block-blog-related .product a img {
  width: 100%;
  height: auto;
}
/* line 210, ../scss/layout/_blog.scss */
#block-blog-related .product .product-details {
  position: static;
  padding: 0;
  margin: 0;
  float: right;
  width: 54%;
}
/* line 218, ../scss/layout/_blog.scss */
#block-blog-related .product .product-details .product-name {
  text-align: left;
  padding: 0;
}
/* line 222, ../scss/layout/_blog.scss */
#block-blog-related .product .product-details .product-name a {
  color: #005890;
  width: 100%;
}
/* line 230, ../scss/layout/_blog.scss */
#block-blog-related .product .price-box {
  position: static;
  text-align: left;
  clear: right;
  background: #f1f1f1;
  text-align: center;
  margin: 10px 0 0;
  float: left;
  padding: 10px;
}
/* line 241, ../scss/layout/_blog.scss */
#block-blog-related .product .price-box .special-price {
  text-transform: uppercase;
}
/* line 245, ../scss/layout/_blog.scss */
#block-blog-related .product .price-box .special-price .price {
  display: block;
}
/* line 251, ../scss/layout/_blog.scss */
#block-blog-related .product .view-product a {
  background: #005890;
  display: block;
  text-transform: uppercase;
  color: #FFF;
  clear: both;
  width: 100%;
  margin: 18px 0 0;
  padding: 3%;
  text-align: center;
}
/* line 264, ../scss/layout/_blog.scss */
#block-blog-related .product .view-product a:hover {
  text-decoration: none;
  background: #063E6B;
}

/* line 276, ../scss/layout/_blog.scss */
.post-view .post-date, .post-view .post-meta {
  background: #f9c35c;
  color: #FFF;
  padding: 1%;
}
/* line 285, ../scss/layout/_blog.scss */
.post-view .post-meta {
  color: #005890;
}
/* line 289, ../scss/layout/_blog.scss */
.post-view .post-meta a {
  color: #FFF;
}

/* line 298, ../scss/layout/_blog.scss */
.wp-sidebar {
  margin: 0 0 18px 0;
}

/* line 304, ../scss/layout/_blog.scss */
.blog-search {
  padding: 0;
  width: 100%;
  position: relative;
}
/* line 311, ../scss/layout/_blog.scss */
.blog-search .input-text {
  background: #f6f6f6;
  border: none;
  padding-right: 40px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
/* line 321, ../scss/layout/_blog.scss */
.blog-search button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #efefef;
}
/* line 332, ../scss/layout/_blog.scss */
.blog-search button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 348, ../scss/layout/_blog.scss */
.blog-search button:hover {
  background: #efefef;
}

/* line 354, ../scss/layout/_blog.scss */
.featured-image {
  width: 25%;
}
/* line 358, ../scss/layout/_blog.scss */
.featured-image img {
  width: 100%;
}

/* line 7, ../scss/layout/_downloadable.scss */
.cms-downloadable-guides .col-main p a {
  background: #f1f1f1;
  width: 100%;
  color: #666;
  text-align: center;
  float: left;
  margin: 0 17px 18px 0;
  padding: 3%;
}
@media only screen and (min-width: 700px) {
  /* line 7, ../scss/layout/_downloadable.scss */
  .cms-downloadable-guides .col-main p a {
    width: 48.5%;
    padding: 1%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 7, ../scss/layout/_downloadable.scss */
  .cms-downloadable-guides .col-main p a {
    width: 32%;
    padding: 1%;
  }
}
/* line 30, ../scss/layout/_downloadable.scss */
.cms-downloadable-guides .col-main p a:hover {
  background: #005890;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (min-width: 700px) {
  /* line 41, ../scss/layout/_downloadable.scss */
  .cms-downloadable-guides .col-main p:nth-of-type(2n+2) a {
    margin: 0;
    float: right;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 41, ../scss/layout/_downloadable.scss */
  .cms-downloadable-guides .col-main p:nth-of-type(2n+2) a {
    margin: 0 18px 18px 0;
    float: left;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 62, ../scss/layout/_downloadable.scss */
  .cms-downloadable-guides .col-main p:nth-of-type(3n+3) a {
    margin: 0;
    float: right;
  }
}