/*
 * ==========================================================================
 * THIS FILE IS AUTO GENERATED via the scss compiler 
 * ANY CHANGES MADE TO THIS FILE WILL BE DELETED ON MAGENTO CACHE REFRESH 
 * Please use Magento overrides to override the scss files correctly
 * ==========================================================================
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

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

// ----------------------------------------------
*/
/* ============================================ *
 * Icons
 * ============================================ */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#untitled-font-2") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon"]:before,
[class*=" icon"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Standard Buttons */
.button,
.button2,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary,
.header-subscribe .button,
#footer .block-subscribe .button,
#discount-coupon-form .button2,
.shipping .button2,
.checkout-types .button2,
.header-subscribe .actions .button,
.button.btn-loadmore {
  background: #3b56a6;
  color: #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  display: inline-block;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase; }
  .button:hover,
  .button2:hover,
  .cart-table .button:hover,
  .sidebar .actions .button:hover,
  .button.button-secondary:hover,
  .header-subscribe .button:hover,
  #footer .block-subscribe .button:hover,
  #discount-coupon-form .button2:hover,
  .shipping .button2:hover,
  .checkout-types .button2:hover,
  .header-subscribe .actions .button:hover,
  .button.btn-loadmore:hover {
    background: #4260b9;
    cursor: pointer;
    color: #ffffff; }
  .button:active,
  .button2:active,
  .cart-table .button:active,
  .sidebar .actions .button:active,
  .button.button-secondary:active,
  .header-subscribe .button:active,
  #footer .block-subscribe .button:active,
  #discount-coupon-form .button2:active,
  .shipping .button2:active,
  .checkout-types .button2:active,
  .header-subscribe .actions .button:active,
  .button.btn-loadmore:active {
    background: #526ec2;
    color: #ffffff; }
  .button:focus,
  .button2:focus,
  .cart-table .button:focus,
  .sidebar .actions .button:focus,
  .button.button-secondary:focus,
  .header-subscribe .button:focus,
  #footer .block-subscribe .button:focus,
  #discount-coupon-form .button2:focus,
  .shipping .button2:focus,
  .checkout-types .button2:focus,
  .header-subscribe .actions .button:focus,
  .button.btn-loadmore:focus {
    color: #ffffff;
    background: #526ec2;
    outline: none; }

.sidebar .actions button.button {
  white-space: normal; }

/* Cart / Call to Action Buttons */
.btn-checkout.button,
.btn-cart.button,
body.checkout-twostep-index .buttons-set .button.phase-next,
.actions .button,
.action .button,
.sidebar .btn-cart.button,
.sidebar body.checkout-twostep-index .buttons-set .button.phase-next, body.checkout-twostep-index .buttons-set
.sidebar .button.phase-next,
.add-to-cart-buttons .button,
.checkout-types .button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
body[class*="checkout-multishipping-"] .buttons-set .button,
.account-login .button {
  background: #3b56a6;
  color: #ffffff;
  padding: 7px 30px; }
  .btn-checkout.button:hover,
  .btn-cart.button:hover,
  body.checkout-twostep-index .buttons-set .button.phase-next:hover,
  .actions .button:hover,
  .action .button:hover,
  .sidebar .btn-cart.button:hover,
  .sidebar body.checkout-twostep-index .buttons-set .button.phase-next:hover, body.checkout-twostep-index .buttons-set
  .sidebar .button.phase-next:hover,
  .add-to-cart-buttons .button:hover,
  .checkout-types .button:hover,
  .cart-table .product-cart-actions .button:hover,
  #co-shipping-method-form .buttons-set .button:hover,
  body[class*="checkout-multishipping-"] .buttons-set .button:hover,
  .account-login .button:hover {
    background: #344c93;
    cursor: pointer;
    color: #ffffff; }
  .btn-checkout.button:active,
  .btn-cart.button:active,
  body.checkout-twostep-index .buttons-set .button.phase-next:active,
  .actions .button:active,
  .action .button:active,
  .sidebar .btn-cart.button:active,
  .sidebar body.checkout-twostep-index .buttons-set .button.phase-next:active, body.checkout-twostep-index .buttons-set
  .sidebar .button.phase-next:active,
  .add-to-cart-buttons .button:active,
  .checkout-types .button:active,
  .cart-table .product-cart-actions .button:active,
  #co-shipping-method-form .buttons-set .button:active,
  body[class*="checkout-multishipping-"] .buttons-set .button:active,
  .account-login .button:active {
    background: #2e4380;
    color: #ffffff; }
  .btn-checkout.button:focus,
  .btn-cart.button:focus,
  body.checkout-twostep-index .buttons-set .button.phase-next:focus,
  .actions .button:focus,
  .action .button:focus,
  .sidebar .btn-cart.button:focus,
  .sidebar body.checkout-twostep-index .buttons-set .button.phase-next:focus, body.checkout-twostep-index .buttons-set
  .sidebar .button.phase-next:focus,
  .add-to-cart-buttons .button:focus,
  .checkout-types .button:focus,
  .cart-table .product-cart-actions .button:focus,
  #co-shipping-method-form .buttons-set .button:focus,
  body[class*="checkout-multishipping-"] .buttons-set .button:focus,
  .account-login .button:focus {
    background-color: #2e4380;
    outline: none;
    color: #ffffff; }

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

/* Cart / Call to Action Buttons - Large */
.btn-proceed-checkout.button,
.place-order.button {
  padding: 0px 30px;
  min-height: 40px;
  line-height: 40px; }

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

/* Adjacent buttons */
.button + .button {
  margin-left: 5px; }

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .col2-set .buttons-set .back-link {
    display: none; }
  .col2-set .buttons-set .required {
    display: none; } }

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px; }
  .buttons-set .back-link {
    display: none; }
  .buttons-set .required {
    display: none; } }

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left; }

.paypal-after .paypal-or {
  float: left; }

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px; }

.paypal-after .paypal-button {
  float: left; }

.paypal-button {
  line-height: 0px; }

.paypal-button img {
  display: inline; }

.paypal-logo img,
.paypal-or img,
.paypal-button img {
  width: auto;
  max-width: 100%; }

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px; }
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: 1px solid #EDEDED;
  text-align: right; }
  .buttons-set p.required {
    margin: 0;
    margin-right: 10px;
    line-height: 33px;
    float: left; }
  .buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px; }
  .buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px; }
  .buttons-set button.button {
    float: right;
    margin-left: 5px; }
  .buttons-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  text-align: center;
  text-shadow: none;
  color: transparent;
  position: relative;
  font-size: 0;
  line-height: 0; }
  .btn-remove:hover,
  .btn-previous:hover {
    text-decoration: none; }

.btn-remove {
  background: #333333;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent; }
  .btn-remove:after {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 16px;
    content: "e";
    font-size: 8px;
    line-height: 8px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -4px; }
  .btn-remove:hover {
    text-decoration: none;
    background: #333333;
    opacity: 0.8; }

.btn-remove2 {
  border: none;
  vertical-align: top; }
  .btn-remove2:hover {
    background: #333333;
    opacity: 0.8; }

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

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

.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; }

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset {
  position: relative; }
  .fieldset:after {
    content: '';
    display: table;
    clear: both; }
  .fieldset h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: 600; }
  .fieldset p {
    margin-bottom: 15px; }
  .fieldset p.required {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px; }

.fieldset + .fieldset {
  margin-top: 5px; }

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCCCCC; }

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px; }
  .input-box:after {
    content: '';
    display: table;
    clear: both; }

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle; }

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

/* -------------------------------------------- *
 * Labels
 */
label, #wishlist-table td[data-rwd-label]:before {
  display: inline-block;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.required em {
  display: none; }

label.required em, #wishlist-table td.required[data-rwd-label]:before em,
span.required em {
  display: none; }

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px; }

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

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px; }

select + select {
  margin-left: 5px; }

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px; }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 5px;
  -webkit-appearance: none;
  border-radius: 0; }

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px; }
  .input-text:focus {
    border: 1px solid #3399CC; }

.input-text.validation-failed {
  border-color: #DF280A; }

.input-text.validation-failed:focus {
  outline-color: #ef9485; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
  height: 30px;
  width: 100%;
  max-width: 100%; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  padding: 0 8px;
  -webkit-appearance: none;
  border-radius: 0; }

/* 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) {
  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 */ } }

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

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

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

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

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.radio {
  float: left;
  margin-top: 9px; }

.checkbox {
  float: left;
  margin-top: 5px; }

.checkbox + label, #wishlist-table .checkbox + td[data-rwd-label]:before,
.radio + label, #wishlist-table
.radio + td[data-rwd-label]:before {
  width: auto;
  max-width: 85%;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: normal; }

/* Large Checkbox & Radio elements for mobile / touch devices */
@media only screen and (max-width: 599px) {
  input[type="checkbox"],
  input[type="radio"] {
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */ } }

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

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  max-width: 690px;
  margin-bottom: 15px; }
  .form-list > li:last-child {
    margin-right: 0; }

.form-list .fields {
  margin-bottom: 0; }

.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 15px; }

.form-list .field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .form-list .field:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 770px) {
    .form-list .field {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .form-list .field:last-child {
        margin-right: 0; }
      .form-list .field:nth-of-type(even) {
        margin-right: 0; } }

.form-list .input-range .input-text {
  width: 74px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
  .form-list .control div.input-box,
  .sp-methods dt div.input-box,
  #checkout-shipping-method-load .sp-methods dd div.input-box,
  #co-shipping-method-form .sp-methods dd div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    .sp-methods dt div.input-box:after,
    #checkout-shipping-method-load .sp-methods dd div.input-box:after,
    #co-shipping-method-form .sp-methods dd div.input-box:after,
    .product-options ul.options-list div.input-box:after {
      display: none; }
  .form-list .control input.radio,
  .form-list .control input.checkbox,
  .sp-methods dt input.radio,
  .sp-methods dt input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 9px; }
    @media only screen and (max-width: 599px) {
      .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 {
        margin: 9px 0 0 5px; } }
  .form-list .control label, .form-list .control #wishlist-table td[data-rwd-label]:before, #wishlist-table .form-list .control td[data-rwd-label]:before,
  .sp-methods dt label,
  .sp-methods dt #wishlist-table td[data-rwd-label]:before, #wishlist-table
  .sp-methods dt td[data-rwd-label]:before,
  #checkout-shipping-method-load .sp-methods dd label,
  #checkout-shipping-method-load .sp-methods dd #wishlist-table td[data-rwd-label]:before, #wishlist-table
  #checkout-shipping-method-load .sp-methods dd td[data-rwd-label]:before,
  #co-shipping-method-form .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd #wishlist-table td[data-rwd-label]:before, #wishlist-table
  #co-shipping-method-form .sp-methods dd td[data-rwd-label]:before,
  .product-options ul.options-list label,
  .product-options ul.options-list #wishlist-table td[data-rwd-label]:before, #wishlist-table
  .product-options ul.options-list td[data-rwd-label]:before {
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 20px; }
  .form-list .control .no-display + label, .form-list .control #wishlist-table .no-display + td[data-rwd-label]:before, #wishlist-table .form-list .control .no-display + td[data-rwd-label]:before,
  .sp-methods dt .no-display + label,
  .sp-methods dt #wishlist-table .no-display + td[data-rwd-label]:before, #wishlist-table
  .sp-methods dt .no-display + td[data-rwd-label]:before,
  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #checkout-shipping-method-load .sp-methods dd #wishlist-table .no-display + td[data-rwd-label]:before, #wishlist-table
  #checkout-shipping-method-load .sp-methods dd .no-display + td[data-rwd-label]:before,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd #wishlist-table .no-display + td[data-rwd-label]:before, #wishlist-table
  #co-shipping-method-form .sp-methods dd .no-display + td[data-rwd-label]:before,
  .product-options ul.options-list .no-display + label,
  .product-options ul.options-list #wishlist-table .no-display + td[data-rwd-label]:before, #wishlist-table
  .product-options ul.options-list .no-display + td[data-rwd-label]:before {
    padding-left: 10px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover, .form-list .control #wishlist-table .no-display + td[data-rwd-label]:hover:before, #wishlist-table .form-list .control .no-display + td[data-rwd-label]:hover:before,
    .sp-methods dt .no-display + label:hover,
    .sp-methods dt #wishlist-table .no-display + td[data-rwd-label]:hover:before, #wishlist-table
    .sp-methods dt .no-display + td[data-rwd-label]:hover:before,
    #checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
    #checkout-shipping-method-load .sp-methods dd #wishlist-table .no-display + td[data-rwd-label]:hover:before, #wishlist-table
    #checkout-shipping-method-load .sp-methods dd .no-display + td[data-rwd-label]:hover:before,
    #co-shipping-method-form .sp-methods dd .no-display + label:hover,
    #co-shipping-method-form .sp-methods dd #wishlist-table .no-display + td[data-rwd-label]:hover:before, #wishlist-table
    #co-shipping-method-form .sp-methods dd .no-display + td[data-rwd-label]:hover:before,
    .product-options ul.options-list .no-display + label:hover,
    .product-options ul.options-list #wishlist-table .no-display + td[data-rwd-label]:hover:before, #wishlist-table
    .product-options ul.options-list .no-display + td[data-rwd-label]:hover:before {
      background-color: transparent; }


.product-options ul.options-list label,
.product-options ul.options-list #wishlist-table td[data-rwd-label]:before, #wishlist-table
.product-options ul.options-list td[data-rwd-label]:before,
.col2-set .form-list .control label,
.col2-set .form-list .control #wishlist-table td[data-rwd-label]:before, #wishlist-table
.col2-set .form-list .control td[data-rwd-label]:before {
  min-width: inherit;
  max-width: 100%; }

.form-list .control.remember-me-box label, .form-list .control.remember-me-box #wishlist-table td[data-rwd-label]:before, #wishlist-table .form-list .control.remember-me-box td[data-rwd-label]:before {
  width: auto;
  max-width: none;
  min-width: inherit; }

.form-list .control label, .form-list .control #wishlist-table td[data-rwd-label]:before, #wishlist-table .form-list .control td[data-rwd-label]:before {
  float: none; }

.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px; }

.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0; }

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%; }

img {
  max-width: 100%;
  height: auto; }

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 40px auto 0;
  background: #FFFFFF; }

body[class*="checkout-onestep-"] .wrapper,
body[class*="checkout-twostep-"] .wrapper,
body[class*="checkout-onepage-"] .wrapper,
body[class*="checkout-multishipping-"] .wrapper {
  margin-top: 0; }

body.checkout-onepage-success .wrapper,
body.checkout-multishipping-login .wrapper {
  margin-top: 40px; }

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

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 1.5; }

a {
  color: #333333;
  text-decoration: none; }

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

a:focus {
  outline-color: #2d2d2d;
  color: black; }

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

/* -------------------------------------------- *
* Standard Formatted Text Block
*/
.std p {
  margin: 0 0 1.5em; }

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em; }

.std ol li {
  margin-left: 2em; }

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em; }

.std ul li {
  margin-left: 2em; }

.std .note {
  color: #A0A0A0;
  font-size: 13px; }

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

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

body {
  background: #FFFFFF; }

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

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

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

address {
  font-style: normal; }

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

img {
  display: block; }

ol,
ul {
  list-style: none; }

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

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

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

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

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%; }

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top; }

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap; }

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0; }

.data-table tfoot tr {
  background: #F4F4F4; }

.data-table tbody td .item-options {
  margin-top: 10px; }
  .data-table tbody td .item-options dt:after {
    content: ':'; }

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

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

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

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

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0; }

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent; }

.zebra-table tr {
  background-color: #EEEDED; }

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5; }

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */ }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
      display: block; }
    .linearize-table thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table thead th.lin-hide {
      display: none; }
    .linearize-table thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table tbody tr {
      position: relative;
      border-bottom: 1px solid #CCCCCC; }
    .linearize-table tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table tbody td.lin-hide {
      display: none; }
    .linearize-table tbody td:first-child {
      padding-top: 10px; }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
      font-weight: bold; }
    .linearize-table tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .linearize-table tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      padding-right: 5px; }
    .linearize-table tfoot tr {
      display: block;
      text-align: right; }
    .linearize-table tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .linearize-table tfoot td {
      display: block;
      float: left; }
    .linearize-table tfoot td.lin-hide {
      display: none; }
    .linearize-table tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .linearize-table .linearize-hide {
      display: none; }
    .linearize-table .linearize-unpad {
      padding: 0; }
    .linearize-table .linearize-show {
      display: block; } }

@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */ }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
      display: block; }
    .linearize-table-large thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table-large thead th.lin-hide {
      display: none; }
    .linearize-table-large thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table-large tbody tr {
      position: relative;
      border-bottom: 1px solid #CCCCCC; }
    .linearize-table-large tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table-large tbody td.lin-hide {
      display: none; }
    .linearize-table-large tbody td:first-child {
      padding-top: 10px; }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
      font-weight: bold; }
    .linearize-table-large tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .linearize-table-large tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      padding-right: 5px; }
    .linearize-table-large tfoot tr {
      display: block;
      text-align: right; }
    .linearize-table-large tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .linearize-table-large tfoot td {
      display: block;
      float: left; }
    .linearize-table-large tfoot td.lin-hide {
      display: none; }
    .linearize-table-large tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table-large tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .linearize-table-large .linearize-hide {
      display: none; }
    .linearize-table-large .linearize-unpad {
      padding: 0; }
    .linearize-table-large .linearize-show {
      display: block; } }

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none; } }

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1,
.page-popup h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 599px) {
    .page-title h1,
    .page-title h2,
    .product-name h1,
    .product-name .h1,
    .page-popup h1 {
      margin-bottom: 15px; } }

h2.sub-title {
  font-size: 16px; }

/* -------------------------------------------- *
 * Product Name
 */
p.product-name {
  text-transform: uppercase;
  margin-bottom: 7px; }
  p.product-name a {
    text-decoration: none; }

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto; }
  .page-popup .title-buttons {
    position: relative; }
    .page-popup .title-buttons .link-print {
      position: absolute;
      right: 0;
      top: 7px; }
    .page-popup .title-buttons .button {
      position: absolute;
      right: 0;
      top: 0;
      padding: 5px 0;
      background: none; }

/* ============================================ *
 * Block Modules
 * ============================================ */
.block,
.col-left-first {
  margin-bottom: 20px;
  clear: both; }

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

.block-title {
  position: relative;
  padding: 8px 15px;
  background-color: #333;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal; }
  .block-title h2,
  .block-title h3,
  .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal; }
  .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #A0A0A0; }

body:not(.customer-account) .block:first-child .block-title {
  border-top: none; }

.block-subtitle {
  margin-bottom: 7px; }

.block-content {
  padding: 15px; }
  .block-content:after {
    content: '';
    display: table;
    clear: both; }

.block-content.unpad {
  padding: 0; }

.block-content li.item {
  padding: 2px 0; }

.block-content li.item:last-child {
  margin-bottom: 0; }

.block .actions {
  margin: 15px 0;
  padding-bottom: 15px; }
  .block .actions:after {
    content: '';
    display: table;
    clear: both; }
  .block .actions a {
    float: left; }
  .block .actions .button {
    float: right; }

.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) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 10px; }
    .sidebar .block:not(.block-layered-nav) .block-title {
      padding: 0;
      margin-top: 0;
      border-bottom: none;
      border-top: none;
      margin-bottom: 0; }
      .sidebar .block:not(.block-layered-nav) .block-title > strong {
        -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 15px;
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0; }
        .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
          font-family: "icons" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #333;
          font-size: 20px;
          content: "v";
          float: right;
          top: 50%; }
        .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
          color: #FFF; }
      .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        -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 15px;
        position: relative; }
        .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
          font-family: "icons" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #333;
          font-size: 20px;
          content: "u";
          float: right;
          top: 50%; }
        .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
          color: #FFF; }
    .sidebar .block:not(.block-layered-nav) .block-content {
      padding: 15px; } }

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account li,
.block-cms-menu li {
  text-transform: uppercase; }
  .block-account li strong,
  .block-cms-menu li strong {
    font-weight: 400;
    color: #333333; }
  .block-account li a,
  .block-cms-menu li a {
    color: #333333;
    text-decoration: none; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: #333333; }

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0;
  margin-top: -10px; }

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

.breadcrumbs a {
  float: left;
  color: #333333; }

.breadcrumbs a:hover {
  color: #333333; }

.breadcrumbs strong {
  color: #333333;
  font-weight: normal; }

.breadcrumbs span {
  float: left;
  padding: 0 7px; }

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none; } }

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em; }

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 35px; }

.availability .label {
  display: none; }

.availability.in-stock {
  color: #11B400; }

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

.availability-only {
  color: #DF280A;
  margin-bottom: 15px; }

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px; }

.checkout-agreements .agreement-content {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC; }

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

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px; }

.payment-methods dt {
  padding: 5px 0; }

.payment-methods dd {
  padding-top: 10px; }

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #333333; }

.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; }

.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 #333333;
  border-top: none;
  top: -10px;
  left: 30px; }

.payment-methods .form-list li:last-child {
  margin-bottom: 0; }

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

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:after {
  content: '';
  display: table;
  clear: both; }

.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px; }
  .item-options dt:after {
    content: ': '; }

.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px; }

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

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px; }
  .truncated a.details:hover {
    text-decoration: none; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 300; }

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #DDD;
  background-color: #FBFBFB;
  top: 20px;
  left: -88px; }
  .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 #DDD;
    border-top: none;
    left: 97px;
    top: -7px; }

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px; }

.truncated .show .item-options {
  display: block; }

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit; }
    .truncated a.details {
      display: none; }
    .truncated .truncated_full_value .item-options {
      display: block;
      position: static;
      z-index: 1;
      width: 100%;
      float: left;
      border: none;
      background-color: transparent;
      padding: 0; }
      .truncated .truncated_full_value .item-options p {
        float: none; }
      .truncated .truncated_full_value .item-options:after {
        display: none; } }

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF; }

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

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

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

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

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

.width-full {
  width: 100%; }

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

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

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

/* -------------------------------------------- *
 * Add to / Sharing links
 */
.add-to-links, .sharing-links {
  clear: both;
  margin: 15px 0;
  font-size: 13px; }
  .add-to-links li, .sharing-links li {
    float: left;
    margin-right: 10px; }
    .add-to-links li:last-child, .sharing-links li:last-child {
      margin-right: 0; }
  .add-to-links a, .sharing-links a {
    float: left;
    padding: 0 3px;
    text-decoration: none;
    color: #333333; }
  .add-to-links a:hover, .sharing-links a:hover {
    opacity: 0.8; }
  .add-to-links:after, .sharing-links:after {
    content: '';
    display: table;
    clear: both; }

.add-to-links a {
  position: relative;
  line-height: 20px;
  padding-left: 25px; }
  .add-to-links a:before {
    position: absolute;
    left: 0; }

.cart-links a:before {
  display: none; }

.sharing-links li {
  line-height: 35px;
  margin-right: 30px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 599px) {
    .sharing-links li {
      margin-right: 15px; } }

.sharing-links a {
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 35px;
  height: 35px; }
  .sharing-links a:before {
    color: #333333; }

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

/* -------------------------------------------- *
 * Link Icons
 */
a.link-wishlist:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 20px;
  content: "w"; }

a.link-compare:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 20px;
  content: "b"; }

a.link-email-friend:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "g"; }

a.link-facebook:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "f"; }

a.link-twitter:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "t"; }

a.link-pinterest:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "p"; }

a.link-youtube:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "y"; }

a.link-contact:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 25px;
  content: "j"; }

/* -------------------------------------------- *
 * Add to Box
 */
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none; }

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0; } }

/* ============================================ *
 * Global Messages
 * ============================================ */
.success {
  color: #11B400; }

.error {
  color: #DF280A;
  font-weight: bold; }

.notice {
  color: #E26703;
  font-weight: bold; }

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 30px; }

.messages li li {
  position: relative;
  margin-bottom: 7px;
  padding: 0;
  color: #333333;
  font-size: 15px;
  min-height: 40px;
  border-left: 40px solid; }

.messages li span,
.note-msg {
  background: #EEEEEE;
  padding: 9px 15px;
  margin-left: 5px;
  display: block;
  min-height: 40px; }

.messages li li:before {
  color: #FFFFFF;
  width: 40px;
  margin-left: -40px;
  margin-top: -17.5px;
  position: absolute;
  left: 2.5px;
  top: 50%; }

.messages .error-msg li {
  border-color: #EE2D24; }

.messages .error-msg li:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "e";
  color: #FFFFFF; }

.messages .notice-msg li {
  border-color: #FFBF00; }

.messages .notice-msg li:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "n";
  color: #FFFFFF; }

.messages .success-msg li {
  border-color: #59B200; }

.messages .success-msg li:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 35px;
  content: "h";
  color: #FFFFFF; }

body.catalogsearch-result-index .note-msg,
body.catalog-category-view .note-msg {
  margin-left: 0; }
  @media only screen and (min-width: 770px) {
    body.catalogsearch-result-index .note-msg,
    body.catalog-category-view .note-msg {
      margin-top: 33px; } }

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%; }
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px; }
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0; } }

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #dd271e;
  color: #FFFFFF; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    min-height: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-image: url("../images/logo_frontline.gif");
    background-position: 0% 80%;
    background-repeat: no-repeat; }
  .global-site-notice p {
    margin-bottom: 0;
    padding-right: 15px; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #333333;
  text-align: center;
  margin: 15px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif; }

/* ============================================ *
 * Price Display
 * ============================================ */
/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Source Sans Pro", sans-serif; }

.price-box p {
  margin-bottom: 0; }

.price-notice {
  color: #A0A0A0; }

.price-box .price {
  color: #333;
  font-size: 16px; }

.price-box .price,
.price {
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block; }

.price-box .price-label {
  font-size: 16px;
  color: #A0A0A0;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block; }

.price-box .minimal-price-link {
  color: #333333;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */ }
  .price-box .minimal-price-link .label {
    color: #A0A0A0; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through; }

.price-box .old-price .price-label {
  display: none; }

.price-box .special-price {
  color: #333333;
  font-weight: 600; }

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

span.weee {
  display: block; }

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  padding: 7px 15px;
  background: #EEEEEE;
  border: 1px solid #EDEDED;
  margin-top: 7px; }
  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: 13px; }
  .product-pricing .benefit,
  .tier-prices .benefit,
  .tier-prices-grouped .benefit {
    font-style: italic; }
  .product-pricing .price,
  .tier-prices .price,
  .tier-prices-grouped .price {
    font-weight: bold; }

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer; }
  #checkout-review-table .summary-collapse:before,
  #shopping-cart-totals-table .summary-collapse:before,
  body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399CC;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px; }
  #checkout-review-table .summary-collapse:hover:before,
  #shopping-cart-totals-table .summary-collapse:hover:before,
  body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px; }

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

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

/* ============================================ *
 * Toolbar
 * ============================================ */
.toolbar {
  margin-bottom: 8px;
  border-bottom: 1px solid #CCCCCC; }
  @media only screen and (min-width: 770px) {
    .toolbar {
      border-bottom: 0; } }
  .toolbar:after {
    content: '';
    display: table;
    clear: both; }

.toolbar-bottom {
  margin-top: 0;
  clear: both; }
  .toolbar-bottom .toolbar {
    position: relative;
    padding: 15px 0;
    min-height: 65px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }
    .toolbar-bottom .toolbar.infinite-scroll .loadmore-bottom {
      display: table;
      margin: 0 auto; }
      .toolbar-bottom .toolbar.infinite-scroll .loadmore-bottom #loadmore-loading img {
        width: 30px; }
    .toolbar-bottom .toolbar.infinite-scroll .count-container {
      position: absolute;
      right: 0;
      float: none; }

.pager-no-toolbar {
  margin-bottom: 15px; }

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

.toolbar,
.pager {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  line-height: 30px;
  font-size: 14px; }
  .toolbar select,
  .pager select {
    width: auto; }
  .toolbar .button,
  .pager .button {
    line-height: 1.5; }

.toolbar label, .toolbar #wishlist-table td[data-rwd-label]:before, #wishlist-table .toolbar td[data-rwd-label]:before,
.pager-no-toolbar label,
.pager-no-toolbar #wishlist-table td[data-rwd-label]:before, #wishlist-table
.pager-no-toolbar td[data-rwd-label]:before {
  font-weight: normal;
  text-transform: uppercase; }

.sorter {
  float: left;
  margin-bottom: 5px; }
  @media only screen and (min-width: 770px) {
    .sorter {
      float: right; } }
  .sorter label, .sorter #wishlist-table td[data-rwd-label]:before, #wishlist-table .sorter td[data-rwd-label]:before {
    float: left;
    margin-right: 10px; }
    .sorter label:after {
      content: ':'; }

.sorter > .sort-by {
  float: right;
  margin-right: 10px;
  height: 30px;
  position: relative;
  padding-right: 20px; }
  @media only screen and (max-width: 770px) {
    .sorter > .sort-by {
      float: left; } }
  .sorter > .sort-by select {
    width: auto; }
  .sorter > .sort-by .sort-by-switcher {
    font-size: 0;
    line-height: 0;
    color: transparent; }
    .sorter > .sort-by .sort-by-switcher:before {
      right: 0;
      top: 5px;
      position: absolute;
      color: #333333; }
  .sorter > .sort-by .sort-by-switcher--asc:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "q"; }
  .sorter > .sort-by .sort-by-switcher--desc:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "d"; }

.sorter > .view-mode {
  float: right;
  height: 30px;
  position: relative;
  padding-right: 40px;
  margin-right: 15px; }
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    font-size: 0;
    line-height: 0;
    color: transparent; }
    .sorter > .view-mode .grid:before,
    .sorter > .view-mode .list:before {
      position: absolute;
      top: 5px;
      display: block;
      color: #3b56a6; }
  .sorter > .view-mode .grid:before,
  .sorter > .view-mode strong.grid:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "k";
    right: 25px; }
  .sorter > .view-mode .list:before,
  .sorter > .view-mode strong.list:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "o";
    right: 0; }
  .sorter > .view-mode strong.grid:before,
  .sorter > .view-mode strong.list:before {
    color: #333333; }

.pager {
  float: right;
  overflow: hidden; }
  .pager > .count-container {
    float: left; }
    @media only screen and (max-width: 479px) {
      .pager > .count-container {
        display: none; } }
    .pager > .count-container strong {
      font-weight: normal; }
  .pager .amount {
    float: left;
    font-family: "Source Sans Pro", sans-serif;
    white-space: nowrap;
    margin: 0; }
  .pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px; }
    .pager .limiter > label, .pager #wishlist-table .limiter > td[data-rwd-label]:before, #wishlist-table .pager .limiter > td[data-rwd-label]:before {
      padding-right: 5px; }
      .pager .limiter > label:after {
        content: ':'; }
  .pager .amount,
  .pager .limiter,
  .pager .pages {
    margin-bottom: 5px; }

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px; }
  .pages strong {
    display: none; }

.pages li {
  float: left;
  height: 30px; }

.pages a,
.pages .current {
  display: block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  margin-left: 3px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #CCCCCC; }

.pages .current,
.pages .current:hover {
  color: #333333;
  background-color: #FFFFFF;
  cursor: default; }

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
  width: 30px; }
  .pages .next:before,
  .pages .previous:before {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333333; }

.pages .next:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 20px;
  content: "r"; }

.pages .previous:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 20px;
  content: "l"; }

/* -------------------------------------------- *
 * Infinite Scroll - Toolbar
 */
@media only screen and (max-width: 479px) {
  .toolbar.infinite-scroll .pager > .count-container {
    display: block; } }

.toolbar-bottom.infinite-scroll .pager {
  position: absolute;
  right: 0; }

/* ============================================ *
* Neat Grid Settings
* ============================================ */
/* ============================================ *
* Layout Containers
* ============================================ */
.main,
section > .row,
nav > .row {
  content: '';
  display: table;
  clear: both;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /* ============================================ *
  * Default Column Layouts
  * ============================================ */ }
  @media only screen and (min-width: 979px) {
    .main,
    section > .row,
    nav > .row {
      padding-left: 30px;
      padding-right: 30px; } }
  .main .col-3,
  .main .col-4,
  .main .col-6,
  .main .col-12,
  section > .row .col-3,
  section > .row .col-4,
  section > .row .col-6,
  section > .row .col-12,
  nav > .row .col-3,
  nav > .row .col-4,
  nav > .row .col-6,
  nav > .row .col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .main .col-3:last-child,
    .main .col-4:last-child,
    .main .col-6:last-child,
    .main .col-12:last-child,
    section > .row .col-3:last-child,
    section > .row .col-4:last-child,
    section > .row .col-6:last-child,
    section > .row .col-12:last-child,
    nav > .row .col-3:last-child,
    nav > .row .col-4:last-child,
    nav > .row .col-6:last-child,
    nav > .row .col-12:last-child {
      margin-right: 0; }
  @media only screen and (min-width: 979px) {
    .main .col-3,
    section > .row .col-3,
    nav > .row .col-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .main .col-3:last-child,
      section > .row .col-3:last-child,
      nav > .row .col-3:last-child {
        margin-right: 0; }
    .main .col-4,
    section > .row .col-4,
    nav > .row .col-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .main .col-4:last-child,
      section > .row .col-4:last-child,
      nav > .row .col-4:last-child {
        margin-right: 0; }
    .main .col-6,
    section > .row .col-6,
    nav > .row .col-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .main .col-6:last-child,
      section > .row .col-6:last-child,
      nav > .row .col-6:last-child {
        margin-right: 0; } }

.main {
  display: block; }

/* -------------------------------------------- *
 * Column Layouts
 */
.page {
  background-color: #FFF; }

.main {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFF; }

.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.col-left,
.col-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .col-left:last-child,
  .col-right:last-child {
    margin-right: 0; }

.col-left {
  float: left;
  clear: left; }

.col-right {
  float: right; }

.col-main {
  float: left;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col-main:last-child {
    margin-right: 0; }

.col1-layout .col-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .col1-layout .col-main:last-child {
    margin-right: 0; }

.col2-left-layout .col-main,
.col2-right-layout .col-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .col2-left-layout .col-main:last-child,
  .col2-right-layout .col-main:last-child {
    margin-right: 0; }

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

.col2-right-layout .col-right {
  margin-right: 0; }

.col3-layout .col-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0; }
  .col3-layout .col-right:last-child {
    margin-right: 0; }

.col3-layout .col-wrapper {
  float: left;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .col3-layout .col-wrapper:last-child {
    margin-right: 0; }
  .col3-layout .col-wrapper .col-main {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 65.61052%;
    float: right;
    margin-right: 0; }
    .col3-layout .col-wrapper .col-main:last-child {
      margin-right: 0; }
  .col3-layout .col-wrapper .col-left {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 31.22104%; }
    .col3-layout .col-wrapper .col-left:last-child {
      margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 31.22104%;
    padding-right: 0;
    margin-top: 0; }
    .col3-layout .col-right:last-child {
      margin-right: 0; }
  .col3-layout .col-wrapper {
    float: right;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .col3-layout .col-wrapper:last-child {
      margin-right: 0; }
    .col3-layout .col-wrapper .col-main {
      float: right; } }

/* -------------------------------------------- *
 * Column Fixes
 */
@media only screen and (min-width: 770px) {
  body.catalog-category-view .col3-layout .col-main,
  body.catalog-category-view .col2-left-layout .col-main,
  body.catalog-category-view .col2-right-layout .col-main,
  body.catalogsearch-result-index .col3-layout .col-main,
  body.catalogsearch-result-index .col2-left-layout .col-main,
  body.catalogsearch-result-index .col2-right-layout .col-main,
  body.solrsearch-index-index .col3-layout .col-main,
  body.solrsearch-index-index .col2-left-layout .col-main,
  body.solrsearch-index-index .col2-right-layout .col-main {
    margin-top: -33px; }
  body.catalog-category-view .col3-layout .col-right,
  body.catalog-category-view .col2-left-layout .col-right,
  body.catalog-category-view .col2-right-layout .col-right,
  body.catalogsearch-result-index .col3-layout .col-right,
  body.catalogsearch-result-index .col2-left-layout .col-right,
  body.catalogsearch-result-index .col2-right-layout .col-right,
  body.solrsearch-index-index .col3-layout .col-right,
  body.solrsearch-index-index .col2-left-layout .col-right,
  body.solrsearch-index-index .col2-right-layout .col-right {
    margin-top: -35px; } }

@media only screen and (max-width: 1000px) {
  body.catalog-category-view .col3-layout .col-right {
    margin-top: 0; } }

@media only screen and (max-width: 770px) {
  .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 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
    .col-left:last-child,
    .col-right:last-child,
    .col-main:last-child,
    .col1-layout .col-left:last-child,
    .col1-layout .col-right:last-child,
    .col1-layout .col-main:last-child,
    .col2-left-layout .col-left:last-child,
    .col2-left-layout .col-right:last-child,
    .col2-left-layout .col-main:last-child,
    .col2-right-layout .col-left:last-child,
    .col2-right-layout .col-right:last-child,
    .col2-right-layout .col-main:last-child,
    .col3-layout .col-wrapper .col-left:last-child,
    .col3-layout .col-right:last-child,
    .col3-layout .col-wrapper .col-main:last-child {
      margin-right: 0; }
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
    margin-right: 0; }
  .col-main {
    float: none;
    width: auto;
    margin-right: 0; }
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
    margin-right: 0; } }

/* Content Columns */
.col2-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .col2-set:last-child {
    margin-right: 0; }
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 15px 30px; }
    .col2-set .col-1:last-child,
    .col2-set .col-2:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 770px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        padding: 15px; } }
  .col2-set .col-1 {
    float: left;
    padding-left: 0; }
  .col2-set .col-2 {
    float: right;
    padding-right: 0;
    margin-right: 0; }
  @media only screen and (max-width: 479px) {
    .col2-set .col-1,
    .col2-set .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .col2-set .col-1:last-child,
      .col2-set .col-2:last-child {
        margin-right: 0; } }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }
  .col2-set:after {
    content: '';
    display: table;
    clear: both; }

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

/* -------------------------------------------- *
 * Empty container clear
 */
.buttons-set:empty,
.col-left:empty,
.col-right:empty {
  display: none; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; } }

/* ============================================ *
 * Header Sections
 * ============================================ */
#header section[role=fixed-bar] {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%; }

#header section[role=promo] {
  background: #FFFFFF;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  visibility: visible; }
  #header section[role=promo].promo-show {
    transition-timing-function: ease-out;
    transition: height 0.1s;
    transform: translateY(0); }
  #header section[role=promo].promo-hide {
    visibility: hidden;
    transition-timing-function: ease-in;
    transition: height 0.1s;
    transform: translateY(-120%);
    height: 0;
    padding: 0; }
  #header section[role=promo] .header-msg {
    height: 50px; }
  #header section[role=promo] a, #header section[role=promo] a:hover, #header section[role=promo] a:before {
    color: #000000; }
  @media only screen and (max-width: 979px) {
    #header section[role=promo] .row {
      padding: 0; } }

#header section[role=top] {
  background: #3b56a6;
  color: #ffffff;
  height: 40px;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 5000;
  top: 0;
  width: 100%; }
  #header section[role=top] a, #header section[role=top] a:hover, #header section[role=top] a:before {
    color: #ffffff; }
  #header section[role=top] .col-12 {
    padding: 0; }
  #header section[role=top] .customer-links {
    position: relative;
    float: right;
    height: 30px; }
  #header section[role=top] .top-links {
    position: relative; }
  #header section[role=top] .skip-link {
    padding-left: 10px; }
    @media only screen and (min-width: 500px) {
      #header section[role=top] .skip-link {
        padding-left: 20px; } }
  #header section[role=top] .skip-content {
    line-height: 1.5;
    color: #333; }
    #header section[role=top] .skip-content a, #header section[role=top] .skip-content a:before {
      color: #333; }

#header section[role=main] {
  background-color: #FFF;
  color: #333; }
  #header section[role=main] .row {
    background-color: #FFF; }
  #header section[role=main] .col-12 {
    position: relative;
    padding: 0; }
  #header section[role=main] .main-top {
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #CCCCCC; }
  #header section[role=main] .skip-link .icon {
    font-size: 30px;
    font-weight: 600;
    margin-right: 0; }
  @media only screen and (max-width: 770px) {
    #header section[role=main] .row {
      padding: 0; }
    #header section[role=main] .main-top {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 770px) {
    #header section[role=main] .main-top {
      border-bottom: 0;
      margin: auto; } }

#header nav[role=main-menu] {
  background-color: #FFF; }
  #header nav[role=main-menu] .row {
    background-color: #FFF; }
  @media only screen and (max-width: 770px) {
    #header nav[role=main-menu] .row {
      padding: 0; } }

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden; }

.skip-link {
  text-transform: uppercase;
  line-height: 30px; }
  .skip-link .icon {
    display: inline-block;
    height: 30px;
    vertical-align: middle; }
    @media only screen and (min-width: 500px) {
      .skip-link .icon {
        margin-right: 3px; } }
  .skip-link .icon:before {
    text-align: center; }
  .skip-link .label {
    display: none; }
    @media only screen and (min-width: 500px) {
      .skip-link .label {
        display: inline; } }

a.skip-link,
a.skip-link:focus {
  color: inherit;
  text-decoration: none; }

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px; }

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }
  .skip-content.skip-active {
    display: block;
    background: #FBFBFB;
    border-bottom: 1px solid #DDD;
    padding: 20px 15px; }
    @media only screen and (min-width: 770px) {
      .skip-content.skip-active {
        padding: 20px 30px;
        border: 1px solid #DDD;
        border-top: 0; } }

/* ============================================ *
* Logo
* ============================================ */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center; }
  .logo img {
    width: auto; }
  .logo .small {
    display: inline-block;
    margin: 0;
    max-width: 50%;
    padding: 15px 0; }
  .logo .large {
    display: none;
    padding: 15px 0; }
  .logo :hover {
    opacity: 0.8; }
  @media only screen and (min-width: 599px) {
    .logo {
      width: auto; }
      .logo .small {
        display: none; }
      .logo .large {
        display: block; } }

/* ============================================ *
 * Header Promo
 * ============================================ */
.header-msg {
  padding: 15px;
  font-weight: 600;
  text-wrap: avoid;
  text-align: center; }
  .header-msg.small {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    width: 100%; }
  .header-msg.large, .header-msg:empty {
    display: none; }

@media only screen and (min-width: 770px) {
  .header-msg {
    padding: 15px 0; }
    .header-msg.small, .header-msg.large {
      display: none; } }

@media only screen and (min-width: 979px) {
  .header-msg.large {
    display: inline-block;
    margin-left: 30px; } }

/* ============================================ *
 * Header Checkout
 * ============================================ */
.header-checkout .col-12 {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 40px; }

.header-checkout h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 15px 0;
  border: 0;
  margin-top: -27px;
  margin-bottom: 0 !important;
  color: #333; }
  @media only screen and (max-width: 599px) {
    .header-checkout h1 {
      margin-bottom: 15px; } }

@media only screen and (max-width: 770px) {
  .header-checkout section[role=main] .row {
    padding: 0 15px !important; }
  .header-checkout .col-12 {
    margin-top: 0; }
  .header-checkout h1 {
    margin-top: 0;
    position: relative; } }

/* ============================================ *
 * Header - Nav
 * ============================================ */
.skip-nav {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  padding-left: 0; }
  .skip-nav .icon:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 30px;
    content: "m";
    color: #3b56a6; }
  @media only screen and (min-width: 771px) {
    .skip-nav {
      display: none; } }

#header-nav.skip-active {
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #CCCCCC; } }

/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block; } }

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0 {
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    line-height: 30px; }
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; }
  .no-touch .nav-primary a:hover {
    text-decoration: none; } }

.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
  line-height: 30px;
  text-transform: uppercase; }

.nav-primary li {
  position: relative; }

.nav-primary li.level0 a {
  line-height: 40px; }

.nav-primary li.level1 a {
  line-height: 30px; }

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block; }

.nav-primary li.level0 > a {
  text-transform: uppercase; }

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary {
    background: #FBFBFB; }
    .nav-primary a.level0,
    .nav-primary a {
      line-height: 40px;
      color: #333; }
    .nav-primary li.level0 ul {
      display: none;
      padding: 0; }
    .nav-primary li.level0 > ul {
      border-bottom: 1px solid #DDD; }
    .nav-primary li.level0 li {
      padding: 0; }
    .nav-primary li.level1 a {
      padding: 0 15px;
      line-height: 40px; }
    .nav-primary li.parent > a:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -10px; }
    .nav-primary li.parent > ul li a:after,
    .nav-primary li.parent.menu-active > ul li a:after {
      right: 15px; }
    .nav-primary li.parent.sub-menu-active > a:after,
    .nav-primary li.parent.menu-active > a:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "u";
      position: absolute;
      top: 50%;
      margin-top: -10px; }
    .nav-primary li.parent.sub-menu-active > a:after {
      right: 15px; }
    .nav-primary li.parent.menu-active > a:after {
      right: 0; }
    .nav-primary li.menu-active > a,
    .nav-primary li.sub-menu-active > a {
      color: #333333; } }

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .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+ */ }
    .nav-primary a.level0,
    .nav-primary a.level0:hover {
      padding: 0 50px 0 0;
      color: #333; }
    .nav-primary li.level0,
    .nav-primary a.level0 {
      display: inline-block; }
    .nav-primary li:last-child > a {
      border-bottom: none; }
    .nav-primary .menu-active {
      z-index: 200; }
    .nav-primary li.level0 ul {
      border: 1px solid #DDD;
      background: #FBFBFB;
      position: absolute;
      left: 0;
      top: 40px;
      /* Height of ".nav-primary a.level0" */
      z-index: 10;
      width: 250px;
      padding: 15px;
      display: none;
      /* Hide until displayed. */ }
    .nav-primary li.level1 ul {
      left: 150px;
      top: 0; }
    .nav-primary li.level0 ul.level0.position-test {
      display: block; }
    .nav-primary li.level0 ul.level0.spill {
      right: 0;
      left: auto; }
      .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px; }
    .nav-primary li.level0 li.parent > a {
      position: relative; }
      .nav-primary li.level0 li.parent > a:after {
        font-family: "icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333;
        font-size: 16px;
        content: "r";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px; } }

.nav-primary li.menu-active > ul {
  display: block; }

/* ============================================ *
 * Header - Search
 * ============================================ */
.skip-search {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px; }
  .skip-search .icon:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 30px;
    content: "s";
    color: #3b56a6; }
  @media only screen and (min-width: 600px) {
    .skip-search {
      display: none; } }

/* ============================================ *
 * Search - Content
 * ============================================ */
@media only screen and (min-width: 600px) {
  #header-search {
    display: block;
    background: #FBFBFB;
    padding: 30px 15px;
    border-bottom: 1px solid #DDD; } }

@media only screen and (min-width: 771px) {
  #header-search {
    height: 40px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    width: 25%;
    background: none;
    padding: 0;
    border-bottom: 0;
    z-index: 100; } }

/* ============================================ *
 * Search Input
 * ============================================ */
#search {
  width: 100%;
  height: 40px;
  padding-right: 30px;
  font-family: "Source Sans Pro", sans-serif; }

#search_mini_form .input-box {
  position: relative;
  padding-top: 0; }

#search_mini_form label, #search_mini_form #wishlist-table td[data-rwd-label]:before, #wishlist-table #search_mini_form td[data-rwd-label]:before {
  display: none; }

#search_mini_form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: #333;
  font-size: 30px;
  padding: 0; }

#search_mini_form .search-button:before {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 600;
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 30px;
  content: "s"; }

#search_mini_form .search-button:hover:before {
  opacity: 0.8; }

/* ============================================ *
 * Header - Contact
 * ============================================ */
.skip-contact {
  float: left;
  padding-left: 0 !important;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px; }
  .skip-contact .icon {
    display: inline-block;
    height: 30px;
    vertical-align: middle; }
  .skip-contact .icon:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 25px;
    content: "j";
    color: #ffffff; }
  .skip-contact .label {
    display: inline; }
  .skip-contact:hover, .skip-contact:focus {
    color: #ffffff;
    text-decoration: none; }
  @media only screen and (min-width: 700px) {
    .skip-contact {
      float: right; } }

/* ============================================ *
 * Header - Account Links
 * ============================================ */
.skip-account .icon:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 25px;
  content: "a";
  color: #ffffff; }

#header-account.skip-active {
  display: block;
  position: absolute;
  z-index: 200;
  top: 35px;
  left: -15px;
  box-sizing: content-box;
  width: 100%; }

#header-account a {
  position: relative;
  display: block;
  padding: 9px 0;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px solid #CCCCCC; }

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

@media only screen and (max-width: 770px) {
  #header-account.skip-active {
    padding-top: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 600px) {
  #header-account a {
    padding: 2px 0;
    border-bottom: 0; }
  #header-account.skip-active {
    width: 200px;
    left: auto;
    right: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid #DDD;
    border-top: 0; } }

/* ============================================ *
 * Header - Cart
 * ============================================ */
.skip-cart .icon:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 25px;
  content: "c";
  color: #ffffff; }

#header-cart.skip-active {
  display: block;
  position: absolute;
  z-index: 200;
  top: 35px;
  left: -15px;
  width: 100%;
  box-sizing: content-box;
  padding-bottom: 0; }

@media only screen and (min-width: 600px) {
  #header-cart.skip-active {
    width: 360px;
    left: auto;
    right: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 30px;
    padding-bottom: 0;
    border: 1px solid #DDD;
    border-top: 0; } }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  position: static;
  background: none;
  margin-left: 0px;
  font-size: 14px;
  width: auto; }
  .skip-cart .count:before {
    content: '('; }
  .skip-cart .count:after {
    content: ')'; }

.skip-link.skip-active .count {
  color: white; }

.skip-cart.no-count .count {
  display: none; }

.skip-cart .count.empty {
  display: none; }

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center; }

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px; }

.cart-menu .actions .button {
  float: left;
  width: 48%; }

.cart-menu .actions .button + .button {
  margin-left: 4%; }

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

/* List */
.mini-cart-list {
  margin-bottom: 5px; }

.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; }

.mini-cart-list .product-name {
  display: inline-block; }

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px; }

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px; }

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px; }

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

/* ============================================ *
 * Nav Mega Menu
 * ============================================ */
.megamenu {
  /* ============================================ *
   * Mobile Viewports - Accordian Menu
   * ============================================ */
  /* ============================================ *
   * Large Viewports - Dropdown Menu
   * ============================================ */ }
  .megamenu .menu-item,
  .megamenu li > .block-category .block-title {
    line-height: 40px;
    color: #333; }
    .megamenu .menu-item:hover, .megamenu .menu-item.menu-active,
    .megamenu li > .block-category .block-title:hover,
    .megamenu li > .block-category .block-title.menu-active {
      color: #333; }
  .megamenu a,
  .megamenu .block-title {
    text-decoration: none;
    position: relative;
    display: block;
    color: #333;
    line-height: 30px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase; }
  .megamenu .view-all {
    border-bottom: 1px solid #DDD; }
  .megamenu .block-title {
    background: none;
    padding: 0; }
  .megamenu .col > .col {
    margin-bottom: 10px; }
  @media only screen and (max-width: 770px) {
    .megamenu .menu-item {
      text-align: left;
      border-bottom: 1px solid #DDD;
      padding: 0;
      color: #333; }
      .megamenu .menu-item:hover, .megamenu .menu-item.menu-active {
        color: #333; }
    .megamenu .menu-item:after,
    .megamenu .has-children:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -10px; }
    .megamenu .menu-item.menu-active:after,
    .megamenu .has-children.menu-active:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "u"; }
    .megamenu .has-children:after {
      right: 15px; }
    .megamenu a,
    .megamenu .block-title {
      padding: 0 15px;
      line-height: 40px; }
    .megamenu .container {
      border-bottom: 1px solid #DDD; }
    .megamenu li:last-child > .menu-item,
    .megamenu li:last-child > .container {
      border-bottom: 0; }
    .megamenu li:last-child > .container {
      border-top: 1px solid #DDD; }
    .megamenu .col > .col {
      margin-bottom: 0; }
    .megamenu .nbanner {
      display: none; } }
  @media only screen and (min-width: 771px) {
    .megamenu {
      position: relative;
      /* Default styles for 1+ drop-down menus */ }
      .megamenu .menu-item,
      .megamenu li > .block-category .block-title {
        padding: 0 50px 0 0; }
      .megamenu > li {
        display: inline-block; }
      .megamenu a:hover,
      .megamenu li:hover > a {
        color: #333; }
      .megamenu .block-title {
        font-weight: 600; }
      .megamenu li .container {
        background: #FBFBFB;
        border: solid 1px #DDD;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 200;
        padding: 20px;
        display: none; }
        .megamenu li .container.hide {
          display: none; }
        .megamenu li .container > .col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .megamenu li .container > .col:last-child {
            margin-right: 0; } }

/* ============================================ *
 * Header Subscribe
 * ============================================ */
#header .block-subscribe {
  display: none;
  float: left;
  padding-right: 20px;
  margin-bottom: 0; }
  @media only screen and (min-width: 700px) {
    #header .block-subscribe {
      display: block; } }
  #header .block-subscribe .block-title {
    display: none; }
  #header .block-subscribe .form-subscribe-header {
    display: none;
    float: left;
    color: inherit;
    line-height: 30px; }
    @media only screen and (min-width: 980px) {
      #header .block-subscribe .form-subscribe-header {
        display: block; } }
    #header .block-subscribe .form-subscribe-header label, #header .block-subscribe .form-subscribe-header #wishlist-table td[data-rwd-label]:before, #wishlist-table #header .block-subscribe .form-subscribe-header td[data-rwd-label]:before {
      padding-right: 18px; }
      #header .block-subscribe .form-subscribe-header label:empty, #header .block-subscribe .form-subscribe-header #wishlist-table td[data-rwd-label]:empty:before, #wishlist-table #header .block-subscribe .form-subscribe-header td[data-rwd-label]:empty:before {
        padding: 0; }
  #header .block-subscribe .block-content {
    margin: 0;
    padding: 0; }
    #header .block-subscribe .block-content .input-box {
      position: relative; }
      #header .block-subscribe .block-content .input-box .validation-advice {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        padding: 5px 7px;
        background-color: #FBFBFB;
        border: 1px solid #DDD; }
        #header .block-subscribe .block-content .input-box .validation-advice:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent;
          border-bottom: 7px solid #DDD;
          border-top: none;
          left: 49%;
          top: -6px; }
    #header .block-subscribe .block-content .input-text {
      border: 0; }
    #header .block-subscribe .block-content .input-box {
      position: relative; }
    #header .block-subscribe .block-content .actions {
      margin-left: 6px;
      padding: 0; }
      #header .block-subscribe .block-content .actions .button {
        background: #3b56a6;
        color: #ffffff; }

/* ============================================ *
 * Footer
 * ============================================ */
#footer section {
  background-color: #FFF;
  color: #333; }
  #footer section a, #footer section a:hover, #footer section a:before, #footer section .phone:before {
    color: #333; }
  #footer section .col-12 {
    padding: 30px 0; }

@media only screen and (max-width: 479px) {
  #footer section[role=top] {
    margin-top: 15px; } }

#footer section[role=top] .row,
#footer section[role=main] .row {
  background-color: #FFF; }

#footer section[role=top] .col-12,
#footer section[role=main] .col-12 {
  border-top: 1px solid #CCCCCC; }

#footer section[role=bottom] {
  background-color: #FFF;
  color: #333; }
  #footer section[role=bottom] a, #footer section[role=bottom] a:hover {
    color: #333; }
  #footer section[role=bottom] .row {
    background-color: #FFF; }
  #footer section[role=bottom] .col-12 {
    border-top: 1px solid #CCCCCC; }

#footer {
  /* -------------------------------------------- *
    *  Footer Element Layout
    */
  /* -------------------------------------------- *
    * Store Contact
    */
  /* -------------------------------------------- *
    * Social Links
    */
  /* -------------------------------------------- *
    * Block Subscribe
    */
  /* -------------------------------------------- *
    *   Footer - Bottom
    */ }
  #footer h4 {
    font-weight: normal;
    color: #3b56a6; }
  #footer .block-title {
    border-bottom: 0;
    padding: 0 0 5px;
    color: inherit; }
    #footer .block-title strong {
      font-weight: normal;
      color: #3b56a6; }
  #footer .links {
    text-transform: uppercase;
    font-size: 12px; }
  #footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px; }
    #footer .links li {
      word-break: break-all;
      line-height: 1.4;
      padding: 4px 0; }
    #footer .links a {
      color: inherit; }
      #footer .links a:hover {
        color: inherit; }
  @media only screen and (max-width: 770px) {
    #footer .contact,
    #footer .social,
    #footer .payment,
    #footer .security {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #footer .contact:nth-child(2n),
      #footer .social:nth-child(2n),
      #footer .payment:nth-child(2n),
      #footer .security:nth-child(2n) {
        margin-right: 0; }
      #footer .contact:nth-child(2n+1),
      #footer .social:nth-child(2n+1),
      #footer .payment:nth-child(2n+1),
      #footer .security:nth-child(2n+1) {
        clear: left; }
      #footer .contact:last-child,
      #footer .social:last-child,
      #footer .payment:last-child,
      #footer .security:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 770px) {
    #footer .contact,
    #footer .social,
    #footer .payment,
    #footer .security {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      #footer .contact:last-child,
      #footer .social:last-child,
      #footer .payment:last-child,
      #footer .security:last-child {
        margin-right: 0; }
      #footer .contact:nth-child(4n),
      #footer .social:nth-child(4n),
      #footer .payment:nth-child(4n),
      #footer .security:nth-child(4n) {
        margin-right: 0; }
      #footer .contact:nth-child(4n+1),
      #footer .social:nth-child(4n+1),
      #footer .payment:nth-child(4n+1),
      #footer .security:nth-child(4n+1) {
        clear: left; } }
  #footer .footer-links,
  #footer .visit-us {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #footer .footer-links:last-child,
    #footer .visit-us:last-child {
      margin-right: 0; }
  #footer .footer-left,
  #footer .bottom-links,
  #footer .newsletter,
  #footer .copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #footer .footer-left:last-child,
    #footer .bottom-links:last-child,
    #footer .newsletter:last-child,
    #footer .copyright:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 770px) {
      #footer .footer-left,
      #footer .bottom-links,
      #footer .newsletter,
      #footer .copyright {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #footer .footer-left:last-child,
        #footer .bottom-links:last-child,
        #footer .newsletter:last-child,
        #footer .copyright:last-child {
          margin-right: 0; }
        #footer .footer-left:nth-child(2n),
        #footer .bottom-links:nth-child(2n),
        #footer .newsletter:nth-child(2n),
        #footer .copyright:nth-child(2n) {
          margin-right: 0; }
        #footer .footer-left:nth-child(2n+1),
        #footer .bottom-links:nth-child(2n+1),
        #footer .newsletter:nth-child(2n+1),
        #footer .copyright:nth-child(2n+1) {
          clear: left; } }
  @media only screen and (max-width: 770px) {
    #footer .contact,
    #footer .social,
    #footer .footer-links,
    #footer .visit-us {
      padding-bottom: 30px; } }
  #footer .contact .phone {
    position: relative;
    padding-left: 30px;
    margin: 0;
    margin-bottom: 0.5em;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-weight: 600; }
    #footer .contact .phone a {
      text-decoration: none; }
      #footer .contact .phone a:hover {
        text-decoration: none; }
    @media only screen and (max-width: 479px) {
      #footer .contact .phone {
        font-size: 20px; } }
    #footer .contact .phone:before {
      position: absolute;
      left: 0;
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 25px;
      content: "j";
      color: #333; }
  #footer .visit-us address {
    padding-bottom: 7px; }
  #footer .social li span,
  #footer .social li a {
    float: left;
    margin: 0 10px 10px 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    width: 35px;
    height: 35px;
    text-decoration: none; }
    #footer .social li span:before,
    #footer .social li a:before {
      color: #333; }
  #footer .social li .link-facebook:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "f"; }
  #footer .social li .link-twitter:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "t"; }
  #footer .social li .link-instagram:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "i"; }
  #footer .block-subscribe {
    width: 100%;
    margin-bottom: 0; }
    #footer .block-subscribe .block-title {
      background: none; }
    #footer .block-subscribe label, #footer .block-subscribe #wishlist-table td[data-rwd-label]:before, #wishlist-table #footer .block-subscribe td[data-rwd-label]:before {
      padding-bottom: 7px; }
    #footer .block-subscribe .block-content {
      padding: 0; }
      #footer .block-subscribe .block-content:after {
        content: '';
        display: table;
        clear: both; }
    #footer .block-subscribe .input-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      #footer .block-subscribe .input-box:last-child {
        margin-right: 0; }
    #footer .block-subscribe .actions {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin: 0; }
      #footer .block-subscribe .actions:last-child {
        margin-right: 0; }
      #footer .block-subscribe .actions .button {
        width: 100%;
        padding: 7px 0;
        background-color: #3b56a6;
        color: #ffffff; }
  #footer .bottom-links .bottom-menu {
    padding-bottom: 10px; }
    @media only screen and (max-width: 770px) {
      #footer .bottom-links .bottom-menu {
        display: table;
        margin: 0 auto; } }
  #footer .bottom-links li {
    float: left;
    padding-right: 5px;
    font-size: 13px; }
    #footer .bottom-links li a:after {
      content: "|";
      padding-left: 5px; }
    #footer .bottom-links li:last-child a:after {
      content: "";
      padding-left: 0; }
  #footer .copyright {
    text-align: right;
    font-size: 13px;
    text-transform: uppercase; }
    @media only screen and (max-width: 770px) {
      #footer .copyright {
        text-align: center; } }
  #footer .form-language,
  #footer .currency-switcher,
  #footer .store-switcher {
    clear: both;
    margin-bottom: 10px; }
  #footer .form-language,
  #footer .currency-switcher {
    display: none; }
  @media only screen and (max-width: 1199px) {
    #footer .links {
      width: 22.65625%;
      padding-right: 0;
      margin-right: 3.125%; }
    #footer .links:nth-child(4) {
      margin-right: 0; } }
  @media only screen and (max-width: 770px) {
    #footer .form-language,
    #footer .currency-switcher {
      display: block; } }
  @media only screen and (max-width: 599px) {
    #footer .links {
      width: 48.4375%;
      margin-right: 0; }
    #footer .links:nth-child(odd) {
      margin-right: 3.125%;
      clear: both; } }

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1,
body.solrsearch-index-index .page-title h1 {
  margin-bottom: 0;
  border-bottom: none; }
  @media only screen and (max-width: 770px) {
    .category-title h1,
    body.catalogsearch-result-index .page-title h1,
    body.solrsearch-index-index .page-title h1 {
      margin-bottom: 15px; } }

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.4; }
  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a {
    color: #333333; }
    h2.product-name a:hover,
    h3.product-name a:hover,
    h4.product-name a:hover,
    h5.product-name a:hover {
      color: #333333;
      text-decoration: none; }

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif; }
  .products-grid .product-name a,
  .products-list .product-name a {
    font-weight: 600; }

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block; }
  .product-image img,
  .no-touch .product-img-box .product-image:not(.zoom-available):hover img {
    border: 1px solid #CCCCCC; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
  padding-top: gutter(9); }
  @media only screen and (min-width: 770px) {
    .products-grid {
      padding-top: 0; } }
  .products-grid:after {
    content: '';
    display: table;
    clear: both; }

.products-grid > li {
  position: relative;
  margin-bottom: 30px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .products-grid > li:last-child {
    margin-right: 0; }
  .products-grid > li:nth-child(2n) {
    margin-right: 0; }
  .products-grid > li:nth-child(2n+1) {
    clear: left; }
  @media only screen and (min-width: 599px) {
    .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .products-grid > li:last-child {
        margin-right: 0; }
      .products-grid > li:nth-child(2n) {
        margin-right: 2.35765%; }
      .products-grid > li:nth-child(2n+1) {
        clear: none; }
      .products-grid > li:nth-child(3n) {
        margin-right: 0; }
      .products-grid > li:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (min-width: 979px) {
    .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .products-grid > li:last-child {
        margin-right: 0; }
      .products-grid > li:nth-child(3n) {
        margin-right: 2.35765%; }
      .products-grid > li:nth-child(3n+1) {
        clear: none; }
      .products-grid > li:nth-child(4n) {
        margin-right: 0; }
      .products-grid > li:nth-child(4n+1) {
        clear: left; } }
  .products-grid > li:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * 1-column grid layout
 */
.col1-layout .products-grid > li {
  /* iPad Landscape */ }
  @media only screen and (min-width: 599px) {
    .col1-layout .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .col1-layout .products-grid > li:last-child {
        margin-right: 0; }
      .col1-layout .products-grid > li:nth-child(2n) {
        margin-right: 2.35765%; }
      .col1-layout .products-grid > li:nth-child(2n+1) {
        clear: none; }
      .col1-layout .products-grid > li:nth-child(3n) {
        margin-right: 0; }
      .col1-layout .products-grid > li:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (min-width: 1050px) {
    .col1-layout .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .col1-layout .products-grid > li:last-child {
        margin-right: 0; }
      .col1-layout .products-grid > li:nth-child(3n) {
        margin-right: 2.35765%; }
      .col1-layout .products-grid > li:nth-child(3n+1) {
        clear: none; }
      .col1-layout .products-grid > li:nth-child(4n) {
        margin-right: 0; }
      .col1-layout .products-grid > li:nth-child(4n+1) {
        clear: left; } }
  @media only screen and (min-width: 1199px) {
    .col1-layout .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .col1-layout .products-grid > li:last-child {
        margin-right: 0; }
      .col1-layout .products-grid > li:nth-child(4n) {
        margin-right: 2.35765%; }
      .col1-layout .products-grid > li:nth-child(4n+1) {
        clear: none; }
      .col1-layout .products-grid > li:nth-child(6n) {
        margin-right: 0; }
      .col1-layout .products-grid > li:nth-child(6n+1) {
        clear: left; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .col1-layout .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .col1-layout .products-grid > li:last-child {
        margin-right: 0; } }

/* -------------------------------------------- *
 * 2-columns left or right grid layout
 */
@media only screen and (min-width: 599px) {
  .col2-left-layout .products-grid > li,
  .col2-right-layout .products-grid > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .col2-left-layout .products-grid > li:last-child,
    .col2-right-layout .products-grid > li:last-child {
      margin-right: 0; }
    .col2-left-layout .products-grid > li:nth-child(2n),
    .col2-right-layout .products-grid > li:nth-child(2n) {
      margin-right: 2.35765%; }
    .col2-left-layout .products-grid > li:nth-child(2n+1),
    .col2-right-layout .products-grid > li:nth-child(2n+1) {
      clear: none; }
    .col2-left-layout .products-grid > li:nth-child(3n),
    .col2-right-layout .products-grid > li:nth-child(3n) {
      margin-right: 0; }
    .col2-left-layout .products-grid > li:nth-child(3n+1),
    .col2-right-layout .products-grid > li:nth-child(3n+1) {
      clear: left; } }

@media only screen and (min-width: 979px) {
  .col2-left-layout .products-grid > li,
  .col2-right-layout .products-grid > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .col2-left-layout .products-grid > li:last-child,
    .col2-right-layout .products-grid > li:last-child {
      margin-right: 0; }
    .col2-left-layout .products-grid > li:nth-child(3n),
    .col2-right-layout .products-grid > li:nth-child(3n) {
      margin-right: 2.35765%; }
    .col2-left-layout .products-grid > li:nth-child(3n+1),
    .col2-right-layout .products-grid > li:nth-child(3n+1) {
      clear: none; }
    .col2-left-layout .products-grid > li:nth-child(4n),
    .col2-right-layout .products-grid > li:nth-child(4n) {
      margin-right: 0; }
    .col2-left-layout .products-grid > li:nth-child(4n+1),
    .col2-right-layout .products-grid > li:nth-child(4n+1) {
      clear: left; } }

/* -------------------------------------------- *
 * col3-layout grid
 */
@media only screen and (min-width: 599px) {
  .col3-layout .products-grid > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .col3-layout .products-grid > li:last-child {
      margin-right: 0; }
    .col3-layout .products-grid > li:nth-child(2n) {
      margin-right: 2.35765%; }
    .col3-layout .products-grid > li:nth-child(2n+1) {
      clear: none; }
    .col3-layout .products-grid > li:nth-child(3n) {
      margin-right: 0; }
    .col3-layout .products-grid > li:nth-child(3n+1) {
      clear: left; } }

/* -------------------------------------------- *
 * Grid item styles
 */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px; }

.products-grid .product-image img {
  width: 100%;
  height: auto; }
  .products-grid .product-image img:hidden {
    display: none; }

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px; }

.products-grid .actions {
  padding-top: 15px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%; }

.products-grid .ratings .amount {
  display: none; }

.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0 0 5px; }

.products-grid .add-to-links {
  margin-bottom: 0; }

/* ============================================ *
 * Product List
 * ============================================ */
.products-list > li {
  position: relative;
  padding: gutter(9) 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 1px solid #EDEDED; }
  .products-list > li:last-child {
    margin-right: 0; }
  .products-list > li .product-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .products-list > li .product-image:last-child {
      margin-right: 0; }
    .products-list > li .product-image img {
      width: 100%;
      max-width: 100%; }
  .products-list > li .product-shop {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .products-list > li .product-shop:last-child {
      margin-right: 0; }
  .products-list > li:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .products-list > li:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 770px) {
    .products-list > li:first-child {
      padding-top: 0; } }
  @media only screen and (min-width: 599px) {
    .products-list > li .product-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .products-list > li .product-image:last-child {
        margin-right: 0; }
    .products-list > li .product-shop {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-right: 0; }
      .products-list > li .product-shop:last-child {
        margin-right: 0; } }

.products-list .product-shop .ratings {
  margin: 0; }
  .products-list .product-shop .ratings .rating-box,
  .products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px; }
  .products-list .product-shop .ratings .rating-links {
    margin-top: 4px; }

.products-list .product-shop .price-box {
  margin-top: 0; }

.products-list .product-shop .price-box .price {
  font-size: 18px; }

.products-list .product-shop .desc {
  display: none; }

.products-list .product-shop .action,
.products-list .product-shop .desc {
  margin: 0 0 15px; }

@media only screen and (min-width: 599px) {
  .products-list .product-shop .desc {
    display: block; }
  .products-list .product-shop .ratings {
    float: left;
    margin: 10px 0; }
    .products-list .product-shop .ratings .amount {
      display: none; }
  .products-list .product-shop .add-to-links {
    float: right;
    clear: none; } }

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px; } }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list {
  float: left;
  width: 100%; }
  .mini-products-list .product-left {
    float: left;
    width: 30%;
    padding-right: 15px; }
  .mini-products-list .product-details {
    float: right;
    width: 70%;
    padding-right: 30px; }
  .mini-products-list li {
    margin-bottom: 10px;
    clear: both; }
  .mini-products-list .product-image {
    float: left; }

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both; }

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

/* ============================================ *
 * Category Information
 * ============================================ */
.category-products {
  padding-bottom: 30px; }

.category-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .category-info:last-child {
    margin-right: 0; }
  .category-info .category-description {
    padding-bottom: 30px; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 15px;
  position: relative;
  cursor: pointer; }
  .block-layered-nav .block-subtitle--filter:after {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "v";
    float: right;
    top: 50%; }

.block-layered-nav .block-content {
  padding: 0; }
  .block-layered-nav .block-content .toggle-tabs {
    display: none; }
  .block-layered-nav .block-content > dl > dt {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 15px;
    position: relative;
    display: block; }
    .block-layered-nav .block-content > dl > dt:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      float: right;
      top: 50%; }
  .block-layered-nav .block-content > dl > dd {
    padding: 15px;
    margin: 0 0 15px; }
  .block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px; }

.block-layered-nav .block-content > dl > dt {
  position: relative;
  padding: 8px 15px;
  background-color: #333;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  background: none;
  color: #FFF;
  cursor: pointer; }

.block-layered-nav dl dd {
  margin-top: 15px;
  margin-bottom: 15px; }
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 2px 0;
    display: block;
    color: #333333;
    text-decoration: none; }

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    background-color: #333;
    color: #FFF;
    margin-bottom: 7px !important; }
    .block-layered-nav .block-content > dl > dt:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      top: 50%;
      color: #FFF; }
    .block-layered-nav .block-content > dl > dt.active:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "u";
      top: 50%;
      color: #FFF; }
  .block-layered-nav .block-title {
    background: none;
    padding: 7px 0; }
    .block-layered-nav .block-title strong {
      color: #333333; } }

@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }
  .block-layered-nav--no-filters .block-title,
  .block-layered-nav .block-title {
    display: none; }
  .block-layered-nav .block-content {
    padding-top: 0; }
  .block-layered-nav .block-subtitle--filter {
    position: relative;
    padding: 8px 15px;
    background-color: #333;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    display: block; }
    .block-layered-nav .block-subtitle--filter:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      top: 50%;
      color: #FFF; }
    .block-layered-nav .block-subtitle--filter.active:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "u";
      top: 50%;
      color: #FFF; }
  .block-layered-nav .block-content > dl > dt {
    border-bottom: 1px solid #CCCCCC;
    color: #333333; }
    .block-layered-nav .block-content > dl > dt:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      top: 50%;
      color: #333333; }
    .block-layered-nav .block-content > dl > dt.active:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "u";
      top: 50%;
      color: #333333; }
  .block-layered-nav .block-content > dl > dd {
    padding: 0 15px;
    color: #333333;
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC; }
  .block-layered-nav dl dd ol > li > a {
    padding: 7px 0; }
    .block-layered-nav dl dd ol > li > a:hover {
      text-decoration: none; } }

.block-layered-nav .currently .block-subtitle {
  position: relative;
  padding: 8px 15px;
  background-color: #333;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  display: block; }

.block-layered-nav .currently ol {
  padding: 15px; }

.block-layered-nav .currently ol li {
  padding: 2px 0; }
  .block-layered-nav .currently ol li .label {
    font-weight: bold; }
  .block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both; }

.block-layered-nav .actions {
  text-align: right;
  padding-left: 15px; }

/* ============================================ *
 * Main Banner
 * ============================================ */
.main-banner > li,
.secondary-banner > li {
  padding: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .main-banner > li:last-child,
  .secondary-banner > li:last-child {
    margin-right: 0; }
  .main-banner > li:empty,
  .secondary-banner > li:empty {
    display: none; }

@media only screen and (max-width: 770px) {
  .main-banner.row,
  .secondary-banner.row {
    padding: 0; } }

.nbanner.backforward .carousel-nav .carousel-control {
  background: #FFFFFF; }
  .nbanner.backforward .carousel-nav .carousel-control.active {
    background: #3b56a6; }

.nbanner.backforward .carousel-control.right:before {
  border-left: 15px solid #FFFFFF; }

.nbanner.backforward .carousel-control.left:before {
  border-right: 15px solid #FFFFFF; }

/* ============================================ *
 * Teasers
 * ============================================ */
.main-teasers > li,
.teasers-col3 > li,
.teasers-col2 > li,
.teasers-col1 > li {
  padding: 10px 0; }
  @media only screen and (max-width: 770px) {
    .main-teasers > li,
    .teasers-col3 > li,
    .teasers-col2 > li,
    .teasers-col1 > li {
      padding: 5px 0; } }
  .main-teasers > li:empty,
  .teasers-col3 > li:empty,
  .teasers-col2 > li:empty,
  .teasers-col1 > li:empty {
    display: none; }

@media only screen and (max-width: 770px) {
  .main-teasers > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .main-teasers > li:last-child {
      margin-right: 0; }
    .main-teasers > li:nth-child(2n) {
      margin-right: 0; }
    .main-teasers > li:nth-child(2n+1) {
      clear: left; } }

@media only screen and (min-width: 770px) {
  .main-teasers > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .main-teasers > li:last-child {
      margin-right: 0; }
    .main-teasers > li:nth-child(3n) {
      margin-right: 0; }
    .main-teasers > li:nth-child(3n+1) {
      clear: left; } }

.teasers-col3 > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .teasers-col3 > li:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 479px) {
    .teasers-col3 > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .teasers-col3 > li:last-child {
        margin-right: 0; }
      .teasers-col3 > li:nth-child(3n) {
        margin-right: 0; }
      .teasers-col3 > li:nth-child(3n+1) {
        clear: left; } }

.teasers-col2 > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .teasers-col2 > li:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 599px) {
    .teasers-col2 > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .teasers-col2 > li:last-child {
        margin-right: 0; }
      .teasers-col2 > li:nth-child(2n) {
        margin-right: 0; }
      .teasers-col2 > li:nth-child(2n+1) {
        clear: left; } }

.teasers-col1 > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .teasers-col1 > li:last-child {
    margin-right: 0; }

section[role=banner] {
  background-color: #FFF; }
  section[role=banner] .main-banner {
    background-color: #FFF; }

section[role=teasers] {
  background-color: #FFF; }
  section[role=teasers] .main-teasers {
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px; }

section[role=bottom-teasers] {
  background-color: #FFF; }
  section[role=bottom-teasers] .row {
    background-color: #FFF; }

/* ============================================ *
 * Category Banner
 * ============================================ */
body.catalog-category-view .col-main .nbanner {
  padding-bottom: 30px; }

/* ============================================ *
* Newsletter Subscribe - Popup
* ============================================ */
.subscribe-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 69, 69, 0.6);
  z-index: 99999; }
  .subscribe-modal .modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    max-width: 600px;
    overflow-y: auto;
    z-index: 1000;
    padding: 15px;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333; }
  .subscribe-modal .modal-close:before {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
    z-index: 999;
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 16px;
    content: "e";
    color: #333333;
    padding: 5px;
    font-size: 16px;
    line-height: 14px; }

.ndisplay {
  width: 100%;
  content: '';
  display: table;
  clear: both;
  border-bottom: 1px solid #CCCCCC; }
  .ndisplay .title h2 {
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-right: 0;
    padding: 7px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: 600;
    color: #333; }
  .ndisplay .products-grid > li .actions {
    min-height: 50px; }
  @media only screen and (min-width: 770px) {
    .ndisplay .title h2 {
      margin-bottom: 30px; } }

.product-collateral .ndisplay {
  border-bottom: 0; }
  .product-collateral .ndisplay .title h2 {
    display: none; }

/* -------------------------------------------- *
 * Homepage - Featured Products Layout
 */
.cms-index-index .col1-layout .ndisplay .products-grid > li {
  /* iPad Landscape */ }
  @media only screen and (min-width: 599px) {
    .cms-index-index .col1-layout .ndisplay .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:last-child {
        margin-right: 0; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(2n) {
        margin-right: 2.35765%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(2n+1) {
        clear: none; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n) {
        margin-right: 0; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (min-width: 1050px) {
    .cms-index-index .col1-layout .ndisplay .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:last-child {
        margin-right: 0; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n) {
        margin-right: 2.35765%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n+1) {
        clear: none; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(4n) {
        margin-right: 2.35765%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(4n+1) {
        clear: none; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n) {
        margin-right: 0; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (min-width: 1199px) {
    .cms-index-index .col1-layout .ndisplay .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:last-child {
        margin-right: 0; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n) {
        margin-right: 2.35765%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n+1) {
        clear: none; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(4n) {
        margin-right: 2.35765%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(4n+1) {
        clear: none; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n) {
        margin-right: 0; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .cms-index-index .col1-layout .ndisplay .products-grid > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .cms-index-index .col1-layout .ndisplay .products-grid > li:last-child {
        margin-right: 0; } }

.nlabel {
  position: absolute;
  z-index: 100;
  /* Label Positioning */
  /* Label Image */ }
  .nlabel.v-center {
    top: 50%; }
  .nlabel.v-top {
    top: 0; }
  .nlabel.v-bottom {
    bottom: 0; }
  .nlabel.h-center {
    left: 50%; }
  .nlabel.h-right {
    right: 0; }
  .nlabel.h-left {
    left: 0; }
  .nlabel .product-label img {
    width: auto !important;
    max-width: 100%;
    border: 0 !important;
    z-index: 12 !important; }

@media only screen and (max-width: 599px) {
  .product-essential .nlabel.v-bottom {
    bottom: 28px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #333333;
  text-align: center;
  background-color: #EEE;
  border-radius: 5px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #EEE; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #EEE; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #EEE; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #EEE; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #EEE; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #EEE; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #EEE; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #EEE; }

.product-img-box .nproductzoom.more-views {
  display: none; }
  @media only screen and (min-width: 599px) {
    .product-img-box .nproductzoom.more-views {
      display: block; } }

/* ============================================ *
 * Slider / Swiper
 * ============================================ */
.slidesjs-pagination {
  display: table;
  margin: -3px auto 0; }
  .slidesjs-pagination .slidesjs-pagination-item {
    display: inline; }
    .slidesjs-pagination .slidesjs-pagination-item a {
      display: inline-block;
      margin: 0 3px;
      width: 15px;
      height: 15px;
      border: 1px solid #A0A0A0;
      background: #A0A0A0;
      font-size: 0;
      color: transparent;
      text-decoration: none !important; }
      .slidesjs-pagination .slidesjs-pagination-item a.active {
        background: #FFFFFF;
        border: 1px solid #CCCCCC; }

.slidesjs-previous,
.slidesjs-next {
  position: absolute;
  z-index: 999;
  margin-top: 0;
  background-image: none;
  width: auto;
  height: auto;
  font-size: 0;
  color: transparent;
  text-decoration: none; }
  .slidesjs-previous:before,
  .slidesjs-next:before {
    font-size: 50px;
    line-height: 0;
    color: #A0A0A0;
    vertical-align: top;
    text-decoration: none; }

.slidesjs-previous {
  float: left;
  left: -10px; }
  .slidesjs-previous:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "l";
    color: #A0A0A0; }

.slidesjs-next {
  float: right;
  right: -10px; }
  .slidesjs-next:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "r";
    color: #A0A0A0; }

@media only screen and (min-width: 599px) {
  .slidesjs-pagination {
    display: none; }
  .slidesjs-next,
  .slidesjs-previous {
    top: 50%;
    margin-top: -18px; }
  .slidesjs-previous {
    left: 0; }
  .slidesjs-next {
    right: 0; } }

body[class*="neotheme-blog-"] {
  /* Blog Roll */
  /* Toolbar */
  /* Blog Commenting */
  /* Sidebar Blocks - Categories / Latest Posts / RSS */
  /* Widget: Latest Posts */ }
  body[class*="neotheme-blog-"] .blog-summary {
    margin-bottom: 60px; }
  body[class*="neotheme-blog-"] article.post {
    padding-bottom: 15px;
    /* Post Title */
    /* Post Meta */
    /* Post Summary */
    /* Post Info */ }
    body[class*="neotheme-blog-"] article.post .post-title h1, body[class*="neotheme-blog-"] article.post .post-title h2 {
      margin-bottom: 0; }
      body[class*="neotheme-blog-"] article.post .post-title h1 a, body[class*="neotheme-blog-"] article.post .post-title h2 a {
        text-decoration: none; }
    body[class*="neotheme-blog-"] article.post .post-metadata {
      padding: 10px 0 30px; }
    body[class*="neotheme-blog-"] article.post .post-summary .read-more {
      padding-bottom: 5px; }
      body[class*="neotheme-blog-"] article.post .post-summary .read-more a {
        text-decoration: none; }
    body[class*="neotheme-blog-"] article.post .post-info {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      content: '';
      display: table;
      clear: both;
      padding: 30px 0 10px; }
      body[class*="neotheme-blog-"] article.post .post-info ul.post-categories {
        float: left; }
        body[class*="neotheme-blog-"] article.post .post-info ul.post-categories > li {
          display: inline; }
      body[class*="neotheme-blog-"] article.post .post-info li.post-comments {
        float: right; }
  body[class*="neotheme-blog-"] .toolbar {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }
    body[class*="neotheme-blog-"] .toolbar .pager {
      margin: 15px 0 10px; }
  body[class*="neotheme-blog-"] .blog-detail .comments-list h2 {
    font-size: 18px; }
  body[class*="neotheme-blog-"] .blog-detail .comments-list li {
    border-bottom: 1px solid #efefef;
    padding: 10px 0px 20px;
    margin-bottom: 10px; }
  body[class*="neotheme-blog-"] .blog-detail .comments-list .comment-metadata {
    margin-bottom: 10px; }
    body[class*="neotheme-blog-"] .blog-detail .comments-list .comment-metadata h4 {
      display: inline; }
    body[class*="neotheme-blog-"] .blog-detail .comments-list .comment-metadata li {
      display: inline;
      border: none; }
  body[class*="neotheme-blog-"] .blog-detail .comment-form .fieldset {
    margin-top: 30px; }
    body[class*="neotheme-blog-"] .blog-detail .comment-form .fieldset h2.legend {
      border-bottom: 0;
      margin-bottom: 0;
      font-size: 18px; }
  body[class*="neotheme-blog-"] .blog-detail .comment-form .fb_iframe_widget,
  body[class*="neotheme-blog-"] .blog-detail .comment-form .fb_iframe_widget span,
  body[class*="neotheme-blog-"] .blog-detail .comment-form .fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important; }
  body[class*="neotheme-blog-"] .block-blog .block-content li {
    padding-bottom: 7px; }
  body[class*="neotheme-blog-"] .widget-blog-link {
    display: block;
    text-align: left; }

.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 69, 69, 0.6);
  z-index: 99999;
  display: none; }
  .newsletter-popup .modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    max-width: 600px;
    overflow-y: auto;
    z-index: 1000;
    padding: 15px;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333; }
  .newsletter-popup .modal-close:before {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
    z-index: 999;
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 16px;
    content: "e";
    color: #333333;
    padding: 5px;
    font-size: 16px;
    line-height: 14px; }
  .newsletter-popup.show-popup {
    display: block; }
  .newsletter-popup .modal-box {
    padding: 0;
    max-height: 80%;
    overflow-y: auto; }
    .newsletter-popup .modal-box:after {
      content: '';
      display: table;
      clear: both; }
    .newsletter-popup .modal-box .messages,
    .newsletter-popup .modal-box .messages li li {
      margin-bottom: 0; }
    .newsletter-popup .modal-box .subscribe-wrap {
      padding: 45px; }
      .newsletter-popup .modal-box .subscribe-wrap:after {
        content: '';
        display: table;
        clear: both; }
    .newsletter-popup .modal-box .left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding-right: 15px; }
      .newsletter-popup .modal-box .left:last-child {
        margin-right: 0; }
      .newsletter-popup .modal-box .left img {
        margin-bottom: 15px; }
      .newsletter-popup .modal-box .left .subscription-terms {
        font-size: 12px; }
    .newsletter-popup .modal-box .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .newsletter-popup .modal-box .right:last-child {
        margin-right: 0; }
    @media only screen and (max-width: 770px) {
      .newsletter-popup .modal-box .left,
      .newsletter-popup .modal-box .right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-right: 0; }
        .newsletter-popup .modal-box .left:last-child,
        .newsletter-popup .modal-box .right:last-child {
          margin-right: 0; } }

div.sbs_autocomplete_inner {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%; }
  @media only screen and (max-width: 770px) {
    div.sbs_autocomplete_inner {
      position: static;
      padding: 15px 0 0;
      border: 0;
      background: none; } }
  div.sbs_autocomplete_inner .sbs_autocomplete_close_button {
    display: none; }
  div.sbs_autocomplete_inner .suggest_divider {
    padding: 20px 0 5px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #333333; }
    div.sbs_autocomplete_inner .suggest_divider:first-child {
      padding: 5px 0; }
    div.sbs_autocomplete_inner .suggest_divider b {
      font-weight: 600;
      color: #3b56a6; }
    div.sbs_autocomplete_inner .suggest_divider span.view-all-category,
    div.sbs_autocomplete_inner .suggest_divider span.view-all-brand {
      float: right;
      font-size: 11px; }
  div.sbs_autocomplete_inner .suggested-item {
    text-transform: uppercase;
    padding: 5px;
    color: #333; }
    div.sbs_autocomplete_inner .suggested-item strong {
      font-weight: 600;
      color: #3b56a6; }
    div.sbs_autocomplete_inner .suggested-item.selected {
      background: #eeeeee;
      cursor: pointer; }
    div.sbs_autocomplete_inner .suggested-item:after {
      content: '';
      display: table;
      clear: both; }
  div.sbs_autocomplete_inner .sbs_search_suggest_thumb {
    float: left;
    min-width: 20%;
    margin-right: 15px; }
    div.sbs_autocomplete_inner .sbs_search_suggest_thumb img {
      border: 1px solid #DDD;
      width: auto;
      max-width: 100%; }
  div.sbs_autocomplete_inner .sbs_search_autocomplete_box_bottom {
    clear: both;
    padding-top: 20px; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }

body.storelocator-index-index,
body.storelocator-index-view {
  /* Headings */
  /*style radius*/
  /*end*/
  /*search filter*/
  /*end*/
  /*Slider images*/
  /*Open*/
  /*Direction*/
  /*Popup Map*/ }
  body.storelocator-index-index .storelocator-page *,
  body.storelocator-index-view .storelocator-page * {
    box-sizing: border-box; }
  body.storelocator-index-index .back-page,
  body.storelocator-index-view .back-page {
    margin: 5px 0; }
  body.storelocator-index-index .back-page a,
  body.storelocator-index-view .back-page a {
    text-decoration: none; }
  body.storelocator-index-index .back-page a small,
  body.storelocator-index-view .back-page a small {
    line-height: 1.35;
    font-size: 10px;
    letter-spacing: -3px;
    margin-right: 5px; }
  body.storelocator-index-index .back-page a:hover,
  body.storelocator-index-view .back-page a:hover {
    color: #A7A7A7;
    text-decoration: none; }
  body.storelocator-index-index .storelocator-index-index .page-header,
  body.storelocator-index-view .storelocator-index-index .page-header {
    border-bottom: 0; }
  body.storelocator-index-index .search-button,
  body.storelocator-index-view .search-button {
    float: left; }
  body.storelocator-index-index .search-button .search-distance,
  body.storelocator-index-view .search-button .search-distance {
    padding: 12px 10px 12px 30px;
    background: url("../images/storelocator/distance.png") no-repeat 1px center;
    cursor: pointer; }
  body.storelocator-index-index .search-button .search-area-magestore,
  body.storelocator-index-view .search-button .search-area-magestore {
    padding: 12px 10px 12px 30px;
    background: url("../images/storelocator/area.png") no-repeat 1px center;
    cursor: pointer; }
  body.storelocator-index-index .search-button a.search,
  body.storelocator-index-view .search-button a.search {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #636363;
    background-color: #E4E3E3;
    font-size: 12px; }
  body.storelocator-index-index .search-button a.search.active,
  body.storelocator-index-view .search-button a.search.active {
    color: #fff;
    background-color: #428BCB; }
  body.storelocator-index-index .search-button a.search:hover,
  body.storelocator-index-view .search-button a.search:hover {
    text-decoration: none;
    opacity: 0.85; }
  body.storelocator-index-index .search-button a.search.active:hover,
  body.storelocator-index-view .search-button a.search.active:hover {
    opacity: 0.85; }
  body.storelocator-index-index .storelocator-page .search-content,
  body.storelocator-index-view .storelocator-page .search-content {
    background: #EEE;
    padding: 15px 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    z-index: 100; }
  body.storelocator-index-index .legend,
  body.storelocator-index-view .legend {
    font-size: 16px;
    text-transform: uppercase;
    color: #3b56a6;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
    margin-bottom: 15px; }
    body.storelocator-index-index .legend a,
    body.storelocator-index-view .legend a {
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      color: #3b56a6; }
  body.storelocator-index-index .range-slider-input,
  body.storelocator-index-view .range-slider-input {
    margin: 10px 0;
    background-color: #ccc;
    height: 8px;
    position: relative;
    top: 4px; }
  body.storelocator-index-index .range-slider-input .handle-slider,
  body.storelocator-index-view .range-slider-input .handle-slider {
    width: 10px;
    height: 15px;
    background-color: #48B5E9;
    cursor: pointer;
    position: absolute;
    top: -4px;
    border: 8px solid #48B5E9;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px; }
  body.storelocator-index-index #track1,
  body.storelocator-index-view #track1 {
    margin: 15px 60px;
    position: relative; }
  body.storelocator-index-index .track,
  body.storelocator-index-view .track {
    background-color: #3b56a6;
    position: relative;
    height: 0.5em;
    cursor: pointer;
    z-index: 0; }
  body.storelocator-index-index .handle,
  body.storelocator-index-view .handle {
    background-color: #3b56a6;
    position: absolute;
    height: 1.5em;
    width: 0.25em;
    top: -0.5em;
    cursor: move;
    z-index: 2; }
  body.storelocator-index-index .track.vertical,
  body.storelocator-index-view .track.vertical {
    width: 0.5em;
    height: 10em; }
  body.storelocator-index-index .track.vertical .handle,
  body.storelocator-index-view .track.vertical .handle {
    width: 1em;
    height: 0.25em;
    top: 0;
    left: -0.25em; }
  body.storelocator-index-index .range-slider-label,
  body.storelocator-index-view .range-slider-label {
    padding-top: 8px;
    float: right;
    white-space: pre; }
  body.storelocator-index-index .input-radius label, body.storelocator-index-index .input-radius #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .input-radius td[data-rwd-label]:before,
  body.storelocator-index-view .input-radius label,
  body.storelocator-index-view .input-radius #wishlist-table td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view .input-radius td[data-rwd-label]:before {
    float: left;
    text-align: center;
    position: relative;
    top: 8px; }
  body.storelocator-index-index .input-location,
  body.storelocator-index-view .input-location {
    margin-bottom: 15px; }
  body.storelocator-index-index .input-location label, body.storelocator-index-index .input-location #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .input-location td[data-rwd-label]:before,
  body.storelocator-index-view .input-location label,
  body.storelocator-index-view .input-location #wishlist-table td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view .input-location td[data-rwd-label]:before {
    float: left;
    margin-top: 7px; }
  body.storelocator-index-index .input-location .form-control,
  body.storelocator-index-view .input-location .form-control {
    height: 34px; }
  body.storelocator-index-index .search-filter ul li label button, body.storelocator-index-index .search-filter ul li #wishlist-table td[data-rwd-label]:before button, #wishlist-table body.storelocator-index-index .search-filter ul li td[data-rwd-label]:before button,
  body.storelocator-index-view .search-filter ul li label button,
  body.storelocator-index-view .search-filter ul li #wishlist-table td[data-rwd-label]:before button, #wishlist-table
  body.storelocator-index-view .search-filter ul li td[data-rwd-label]:before button {
    border-radius: 0;
    color: #ffffff;
    background-color: #3b56a6;
    border: none;
    box-shadow: none;
    padding: 8px 12px;
    outline: 0;
    border-radius: 0px; }
  body.storelocator-index-index .search-filter ul li label button:hover, body.storelocator-index-index .search-filter ul li #wishlist-table td[data-rwd-label]:before button:hover, #wishlist-table body.storelocator-index-index .search-filter ul li td[data-rwd-label]:before button:hover,
  body.storelocator-index-index .custom-popup .box-input button:hover,
  body.storelocator-index-view .search-filter ul li label button:hover,
  body.storelocator-index-view .search-filter ul li #wishlist-table td[data-rwd-label]:before button:hover, #wishlist-table
  body.storelocator-index-view .search-filter ul li td[data-rwd-label]:before button:hover,
  body.storelocator-index-view .custom-popup .box-input button:hover {
    border-radius: 0;
    border: none;
    color: #fff;
    opacity: 0.85;
    box-shadow: none; }
  body.storelocator-index-index .custom-popup .box-input button,
  body.storelocator-index-index .custom-popup .box-input button:hover,
  body.storelocator-index-view .custom-popup .box-input button,
  body.storelocator-index-view .custom-popup .box-input button:hover {
    border-radius: 0px;
    color: #ffffff;
    background-color: #3b56a6 !important; }
  body.storelocator-index-index .search-filter ul li label:first-child, body.storelocator-index-index .search-filter ul li #wishlist-table td[data-rwd-label]:first-child:before, #wishlist-table body.storelocator-index-index .search-filter ul li td[data-rwd-label]:first-child:before,
  body.storelocator-index-view .search-filter ul li label:first-child,
  body.storelocator-index-view .search-filter ul li #wishlist-table td[data-rwd-label]:first-child:before, #wishlist-table
  body.storelocator-index-view .search-filter ul li td[data-rwd-label]:first-child:before {
    background: transparent;
    padding-left: 0; }
  body.storelocator-index-index .input-location input[type=text],
  body.storelocator-index-view .input-location input[type=text] {
    width: 100%; }
  body.storelocator-index-index .search-content input[type="text"],
  body.storelocator-index-view .search-content input[type="text"] {
    width: 100%;
    height: 30px;
    border-radius: 0px;
    font-size: 14px; }
  body.storelocator-index-index .seach-by-area,
  body.storelocator-index-view .seach-by-area {
    padding: 0; }
  body.storelocator-index-index .seach-by-area .col,
  body.storelocator-index-view .seach-by-area .col {
    margin-bottom: 10px; }
  body.storelocator-index-index .search-type .search,
  body.storelocator-index-view .search-type .search {
    margin-top: 0;
    margin-left: 10px; }
  body.storelocator-index-index .search-type-area.search-type,
  body.storelocator-index-view .search-type-area.search-type {
    margin-right: 0;
    width: auto;
    float: right; }
  body.storelocator-index-index .search-content .label-radius,
  body.storelocator-index-view .search-content .label-radius {
    padding: 0;
    float: left;
    width: auto;
    padding-top: 8px; }
  body.storelocator-index-index .input-location,
  body.storelocator-index-view .input-location {
    margin-bottom: 15px;
    padding: 0; }
  body.storelocator-index-index .search-content .container-search,
  body.storelocator-index-view .search-content .container-search {
    padding-bottom: 10px; }
  body.storelocator-index-index #form-search-distance .search-type,
  body.storelocator-index-view #form-search-distance .search-type {
    float: right;
    width: auto;
    padding-right: 0; }
  body.storelocator-index-index #form-search-distance button.search-distance,
  body.storelocator-index-view #form-search-distance button.search-distance {
    background: #3b56a6;
    color: #ffffff; }
  body.storelocator-index-index .search-filter,
  body.storelocator-index-view .search-filter {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    min-height: 140px; }
  body.storelocator-index-index .search-filter .list-tag-ul,
  body.storelocator-index-view .search-filter .list-tag-ul {
    padding: 0 10px 0 5px; }
  body.storelocator-index-index .search-filter .list-tag-ul > li > label, body.storelocator-index-index .search-filter #wishlist-table .list-tag-ul > li > td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .search-filter .list-tag-ul > li > td[data-rwd-label]:before,
  body.storelocator-index-view .search-filter .list-tag-ul > li > label,
  body.storelocator-index-view .search-filter #wishlist-table .list-tag-ul > li > td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view .search-filter .list-tag-ul > li > td[data-rwd-label]:before {
    float: left;
    background: #3b56a6;
    color: #ffffff;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    padding: 0 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer; }
    body.storelocator-index-index .search-filter .list-tag-ul > li > label label, body.storelocator-index-index .search-filter #wishlist-table .list-tag-ul > li > td[data-rwd-label]:before label, #wishlist-table body.storelocator-index-index .search-filter .list-tag-ul > li > td[data-rwd-label]:before label, body.storelocator-index-index .search-filter .list-tag-ul > li > label #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .search-filter .list-tag-ul > li > label td[data-rwd-label]:before, body.storelocator-index-index .search-filter #wishlist-table .list-tag-ul > li > td[data-rwd-label]:before td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .search-filter .list-tag-ul > li > td[data-rwd-label]:before td[data-rwd-label]:before,
    body.storelocator-index-view .search-filter .list-tag-ul > li > label label,
    body.storelocator-index-view .search-filter #wishlist-table .list-tag-ul > li > td[data-rwd-label]:before label, #wishlist-table
    body.storelocator-index-view .search-filter .list-tag-ul > li > td[data-rwd-label]:before label,
    body.storelocator-index-view .search-filter .list-tag-ul > li > label #wishlist-table td[data-rwd-label]:before, #wishlist-table
    body.storelocator-index-view .search-filter .list-tag-ul > li > label td[data-rwd-label]:before,
    body.storelocator-index-view .search-filter #wishlist-table .list-tag-ul > li > td[data-rwd-label]:before td[data-rwd-label]:before, #wishlist-table
    body.storelocator-index-view .search-filter .list-tag-ul > li > td[data-rwd-label]:before td[data-rwd-label]:before {
      cursor: pointer; }
  body.storelocator-index-index .search-filter .list-tag-ul > li:nth-child(2) > label, body.storelocator-index-index .search-filter #wishlist-table .list-tag-ul > li:nth-child(2) > td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .search-filter .list-tag-ul > li:nth-child(2) > td[data-rwd-label]:before,
  body.storelocator-index-view .search-filter .list-tag-ul > li:nth-child(2) > label,
  body.storelocator-index-view .search-filter #wishlist-table .list-tag-ul > li:nth-child(2) > td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view .search-filter .list-tag-ul > li:nth-child(2) > td[data-rwd-label]:before {
    background: #3b56a6;
    color: #ffffff;
    position: absolute;
    left: 15px;
    margin-top: 25px; }
  body.storelocator-index-index .search-filter .list-tag-ul > li input,
  body.storelocator-index-view .search-filter .list-tag-ul > li input {
    width: 0;
    height: 0;
    line-height: 0; }
  body.storelocator-index-index .search-filter .list-tag-ul > li,
  body.storelocator-index-view .search-filter .list-tag-ul > li {
    padding: 0;
    margin: 0; }
    body.storelocator-index-index .search-filter .list-tag-ul > li input[type=checkbox]:checked ~ label, body.storelocator-index-index .search-filter .list-tag-ul > li #wishlist-table input[type=checkbox]:checked ~ td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index .search-filter .list-tag-ul > li input[type=checkbox]:checked ~ td[data-rwd-label]:before,
    body.storelocator-index-view .search-filter .list-tag-ul > li input[type=checkbox]:checked ~ label,
    body.storelocator-index-view .search-filter .list-tag-ul > li #wishlist-table input[type=checkbox]:checked ~ td[data-rwd-label]:before, #wishlist-table
    body.storelocator-index-view .search-filter .list-tag-ul > li input[type=checkbox]:checked ~ td[data-rwd-label]:before {
      background: #3b56a6;
      color: #ffffff; }
  body.storelocator-index-index .map-store,
  body.storelocator-index-view .map-store {
    margin-bottom: 15px; }
  body.storelocator-index-index .form-information h2,
  body.storelocator-index-view .form-information h2 {
    position: relative;
    padding: 8px 15px;
    background-color: #333;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px; }
  body.storelocator-index-index .form-information h2 span.glyphicon,
  body.storelocator-index-view .form-information h2 span.glyphicon {
    font-size: 16px;
    margin-right: 10px; }
  body.storelocator-index-index .slider-imgs,
  body.storelocator-index-view .slider-imgs {
    float: left;
    width: 100%; }
  body.storelocator-index-index .magestore-map-image img,
  body.storelocator-index-view .magestore-map-image img {
    width: 100%;
    max-height: 350px;
    outline: 0; }
  body.storelocator-index-index .more-views p,
  body.storelocator-index-view .more-views p {
    margin-top: 10px;
    float: left; }
  body.storelocator-index-index .form-information .more-views ul li,
  body.storelocator-index-view .form-information .more-views ul li {
    float: left;
    padding: 3px;
    margin: 1px;
    border: 1px solid #e6e6e6; }
  body.storelocator-index-index .info-detail,
  body.storelocator-index-view .info-detail {
    float: right;
    padding: 0;
    margin-bottom: 15px; }
  body.storelocator-index-index .info-detail .box-detail,
  body.storelocator-index-view .info-detail .box-detail {
    float: left; }
  body.storelocator-index-index .info-locator .tag-store, body.storelocator-index-index .tag-store,
  body.storelocator-index-view .info-locator .tag-store,
  body.storelocator-index-view .tag-store {
    min-height: 79px;
    padding-top: 5px; }
  body.storelocator-index-index .tag-store a,
  body.storelocator-index-view .tag-store a {
    vertical-align: middle;
    display: table-cell;
    text-decoration: none; }
  body.storelocator-index-index .tag-store a:hover,
  body.storelocator-index-view .tag-store a:hover {
    text-decoration: underline; }
  body.storelocator-index-index #tab_content,
  body.storelocator-index-index .info-locator .tag-content,
  body.storelocator-index-view #tab_content,
  body.storelocator-index-view .info-locator .tag-content {
    padding-left: 20px;
    float: right;
    min-height: 79px; }
  body.storelocator-index-index .info-locator .tag-content a.view-detail,
  body.storelocator-index-view .info-locator .tag-content a.view-detail {
    color: #3b56a6;
    text-decoration: none;
    white-space: normal; }
  body.storelocator-index-index .info-locator .tag-content a.view-detail:hover,
  body.storelocator-index-view .info-locator .tag-content a.view-detail:hover {
    text-decoration: underline; }
  body.storelocator-index-index .info-locator .tag-store span,
  body.storelocator-index-view .info-locator .tag-store span {
    color: #545454;
    font-size: 11px;
    text-align: center;
    width: 100%;
    float: left;
    position: absolute;
    left: -4px;
    bottom: -8px; }
  body.storelocator-index-index .el-content,
  body.storelocator-index-view .el-content {
    display: block; }
  body.storelocator-index-index .info-locator .tag-store img, body.storelocator-index-index .gm-style img,
  body.storelocator-index-view .info-locator .tag-store img,
  body.storelocator-index-view .gm-style img {
    margin: 0 auto;
    display: block;
    max-width: none;
    width: 60px;
    height: 60px;
    border-radius: 0px; }
  body.storelocator-index-index .locator-content .container-locator,
  body.storelocator-index-view .locator-content .container-locator {
    margin-top: 15px; }
  body.storelocator-index-index .container-locator #map,
  body.storelocator-index-view .container-locator #map {
    height: 535px;
    margin-bottom: 15px; }
  body.storelocator-index-index .info-locator .title-list h2,
  body.storelocator-index-view .info-locator .title-list h2 {
    position: relative;
    padding: 8px 15px;
    background-color: #333;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal; }
  body.storelocator-index-index .info-locator .title-list h2 p,
  body.storelocator-index-view .info-locator .title-list h2 p {
    float: right;
    margin-bottom: 0; }
  body.storelocator-index-index .info-locator .title-list h2 p span,
  body.storelocator-index-view .info-locator .title-list h2 p span {
    vertical-align: middle; }
  body.storelocator-index-index .tag-content h4,
  body.storelocator-index-view .tag-content h4 {
    font-size: 12px;
    color: #24549d;
    text-transform: capitalize;
    min-height: 15px; }
    body.storelocator-index-index .tag-content h4 a,
    body.storelocator-index-view .tag-content h4 a {
      color: #3b56a6; }
  body.storelocator-index-index .tag-content p,
  body.storelocator-index-view .tag-content p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin: 0; }
  body.storelocator-index-index .tag-content a,
  body.storelocator-index-view .tag-content a {
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 5px;
    white-space: pre; }
  body.storelocator-index-index .tag-content a:hover,
  body.storelocator-index-view .tag-content a:hover {
    text-decoration: none; }
  body.storelocator-index-index .tag-content .btn-link,
  body.storelocator-index-view .tag-content .btn-link {
    color: #3b56a6; }
  body.storelocator-index-index .info-locator .box,
  body.storelocator-index-view .info-locator .box {
    float: left;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #ececec; }
  body.storelocator-index-index .info-locator ul#list-store-detail,
  body.storelocator-index-view .info-locator ul#list-store-detail {
    float: left;
    width: 100%;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto; }
  body.storelocator-index-index .info-locator ul li.el-content,
  body.storelocator-index-view .info-locator ul li.el-content {
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    min-height: 97px; }
  body.storelocator-index-index .info-locator ul li:hover,
  body.storelocator-index-view .info-locator ul li:hover {
    background: #EAEAEA; }
  body.storelocator-index-index .info-locator ul li.first,
  body.storelocator-index-view .info-locator ul li.first {
    border-top: 1px solid #ccc; }
  body.storelocator-index-index #list-store-detail .custom-popup,
  body.storelocator-index-view #list-store-detail .custom-popup {
    left: 0 !important;
    margin-top: 10px;
    height: auto !important; }
  body.storelocator-index-index .info-locator,
  body.storelocator-index-view .info-locator {
    float: right;
    padding-left: 0; }
  body.storelocator-index-index .tag-store-xs,
  body.storelocator-index-view .tag-store-xs {
    margin-top: 10px;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    height: 100px;
    border: 1px solid #ccc;
    width: 100%; }
  body.storelocator-index-index .tag-store-xs ul,
  body.storelocator-index-view .tag-store-xs ul {
    padding: 10px; }
  body.storelocator-index-index .tag-store-xs ul li,
  body.storelocator-index-view .tag-store-xs ul li {
    padding: 0 10px; }
  body.storelocator-index-index .info-detail h4,
  body.storelocator-index-view .info-detail h4 {
    color: #24549d;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 600; }
  body.storelocator-index-index .info-detail p,
  body.storelocator-index-view .info-detail p {
    float: left;
    width: 100%;
    padding-left: 15px; }
  body.storelocator-index-index .info-detail p span.group-info,
  body.storelocator-index-index .info-detail p a.group-info,
  body.storelocator-index-view .info-detail p span.group-info,
  body.storelocator-index-view .info-detail p a.group-info {
    padding-left: 10px;
    float: left;
    width: 70%; }
  body.storelocator-index-index .info-detail p strong,
  body.storelocator-index-view .info-detail p strong {
    float: left; }
  body.storelocator-index-index .time-open,
  body.storelocator-index-view .time-open {
    margin-top: 15px; }
  body.storelocator-index-index .time-open a,
  body.storelocator-index-view .time-open a {
    padding: 7px 10px;
    background: #12b483;
    color: #fff;
    border-radius: 3px; }
  body.storelocator-index-index .time-open a:hover,
  body.storelocator-index-view .time-open a:hover {
    background: #1aca95;
    text-decoration: none;
    color: #fff;
    cursor: pointer; }
  body.storelocator-index-index .time-open span,
  body.storelocator-index-view .time-open span {
    color: #464646;
    font-size: 11px;
    font-style: italic; }
  body.storelocator-index-index .table-wrap h2.title-store,
  body.storelocator-index-view .table-wrap h2.title-store {
    position: relative;
    padding: 8px 15px;
    background-color: #333;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px; }
  body.storelocator-index-index .table-wrap h2.title-directions,
  body.storelocator-index-view .table-wrap h2.title-directions {
    position: relative;
    padding: 8px 15px;
    background-color: #333;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px; }
  body.storelocator-index-index .tab_wrap,
  body.storelocator-index-view .tab_wrap {
    float: left;
    padding: 0;
    margin-bottom: 15px; }
  body.storelocator-index-index .tab_content .custom-popup,
  body.storelocator-index-view .tab_content .custom-popup {
    left: 0 !important; }
  body.storelocator-index-index .tab_content,
  body.storelocator-index-view .tab_content {
    float: left;
    width: 100%; }
  body.storelocator-index-index .tab_content.display.active,
  body.storelocator-index-view .tab_content.display.active {
    display: block; }
  body.storelocator-index-index .tab_content.display,
  body.storelocator-index-view .tab_content.display {
    display: none; }
  body.storelocator-index-index #open_hour .table-responsive,
  body.storelocator-index-view #open_hour .table-responsive {
    float: left;
    width: 100%; }
    body.storelocator-index-index #open_hour .table-responsive table,
    body.storelocator-index-view #open_hour .table-responsive table {
      border: 0; }
    body.storelocator-index-index #open_hour .table-responsive td,
    body.storelocator-index-view #open_hour .table-responsive td {
      border: 0;
      border-bottom: 1px solid #CCCCCC; }
  body.storelocator-index-index .tab_wrap h2,
  body.storelocator-index-view .tab_wrap h2 {
    position: relative;
    padding: 8px 15px;
    background-color: #333;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal; }
  body.storelocator-index-index .tab_wrap h2 .glyphicon,
  body.storelocator-index-view .tab_wrap h2 .glyphicon {
    font-size: 16px;
    padding-left: 15px;
    margin-right: 10px;
    vertical-align: top; }
  body.storelocator-index-index .tab_wrap h3,
  body.storelocator-index-view .tab_wrap h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    margin-bottom: 0; }
  body.storelocator-index-index #open_hour .table,
  body.storelocator-index-view #open_hour .table {
    margin-bottom: 0; }
  body.storelocator-index-index #open_hour .table > tbody > tr > td,
  body.storelocator-index-view #open_hour .table > tbody > tr > td {
    text-align: center; }
  body.storelocator-index-index .directions-type,
  body.storelocator-index-view .directions-type {
    margin-top: 10px;
    float: left;
    margin-bottom: 20px;
    width: 100%; }
  body.storelocator-index-index ul#travel-modes,
  body.storelocator-index-view ul#travel-modes {
    width: 150px;
    margin: 0 auto; }
  body.storelocator-index-index #tab_content_1,
  body.storelocator-index-index #tab_content_2,
  body.storelocator-index-view #tab_content_1,
  body.storelocator-index-view #tab_content_2 {
    max-height: 300px;
    overflow: auto; }
  body.storelocator-index-index .tab_content .tabs,
  body.storelocator-index-view .tab_content .tabs {
    padding: 0; }
  body.storelocator-index-index .tab_content li,
  body.storelocator-index-view .tab_content li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #ececec; }
  body.storelocator-index-index .tab_content .tabs li,
  body.storelocator-index-view .tab_content .tabs li {
    width: 50%;
    padding: 8px 0;
    background: #E4E3E3;
    text-align: center;
    cursor: pointer; }
  body.storelocator-index-index .tab_content .tabs li.active,
  body.storelocator-index-view .tab_content .tabs li.active {
    background: #428BCA;
    color: #fff; }
  body.storelocator-index-index .tab_content .tabs li.active.full-width,
  body.storelocator-index-view .tab_content .tabs li.active.full-width {
    width: 100%;
    background: #428BCA; }
  body.storelocator-index-index #open_hour li .content1,
  body.storelocator-index-index #open_hour li .content2,
  body.storelocator-index-view #open_hour li .content1,
  body.storelocator-index-view #open_hour li .content2 {
    width: 50%;
    float: left; }
  body.storelocator-index-index ul#travel-modes li input[type="radio"],
  body.storelocator-index-view ul#travel-modes li input[type="radio"] {
    visibility: hidden;
    position: absolute; }
  body.storelocator-index-index ul#travel-modes li label, body.storelocator-index-index ul#travel-modes li #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index ul#travel-modes li td[data-rwd-label]:before,
  body.storelocator-index-view ul#travel-modes li label,
  body.storelocator-index-view ul#travel-modes li #wishlist-table td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view ul#travel-modes li td[data-rwd-label]:before {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 40px;
    background-color: #d0d0d0;
    color: #fff;
    text-indent: -9999px;
    margin-right: 10px; }
  body.storelocator-index-index ul#travel-modes li input[type="radio"]:checked + label, body.storelocator-index-index ul#travel-modes li #wishlist-table input[type="radio"]:checked + td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index ul#travel-modes li input[type="radio"]:checked + td[data-rwd-label]:before,
  body.storelocator-index-view ul#travel-modes li input[type="radio"]:checked + label,
  body.storelocator-index-view ul#travel-modes li #wishlist-table input[type="radio"]:checked + td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view ul#travel-modes li input[type="radio"]:checked + td[data-rwd-label]:before {
    background-color: #12b483; }
  body.storelocator-index-index ul#travel-modes li label, body.storelocator-index-index ul#travel-modes li #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index ul#travel-modes li td[data-rwd-label]:before, body.storelocator-index-index #directionsForm ol.form li.swap-locations-wrapper button#swap-locations,
  body.storelocator-index-view ul#travel-modes li label,
  body.storelocator-index-view ul#travel-modes li #wishlist-table td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view ul#travel-modes li td[data-rwd-label]:before,
  body.storelocator-index-view #directionsForm ol.form li.swap-locations-wrapper button#swap-locations {
    background-image: url("../images/storelocator/sl-directions-form-atlas.png");
    background-repeat: no-repeat;
    background-position: left top; }
  body.storelocator-index-index ul#travel-modes li.transit label, body.storelocator-index-index ul#travel-modes li.transit #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index ul#travel-modes li.transit td[data-rwd-label]:before,
  body.storelocator-index-view ul#travel-modes li.transit label,
  body.storelocator-index-view ul#travel-modes li.transit #wishlist-table td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view ul#travel-modes li.transit td[data-rwd-label]:before {
    background-position: -40px top; }
  body.storelocator-index-index ul#travel-modes li.walking label, body.storelocator-index-index ul#travel-modes li.walking #wishlist-table td[data-rwd-label]:before, #wishlist-table body.storelocator-index-index ul#travel-modes li.walking td[data-rwd-label]:before,
  body.storelocator-index-view ul#travel-modes li.walking label,
  body.storelocator-index-view ul#travel-modes li.walking #wishlist-table td[data-rwd-label]:before, #wishlist-table
  body.storelocator-index-view ul#travel-modes li.walking td[data-rwd-label]:before {
    background-position: -80px top; }
  body.storelocator-index-index .widget-directions-icon,
  body.storelocator-index-view .widget-directions-icon {
    background: transparent url("../images/storelocator/omnibox-sprite.png") no-repeat -2px -31px;
    background-size: 20px 100px;
    width: 16px;
    height: 17px;
    text-indent: -10000px; }
  body.storelocator-index-index .widget-directions-searchbox-handle,
  body.storelocator-index-view .widget-directions-searchbox-handle {
    visibility: visible;
    position: absolute;
    height: 60px;
    width: 15px;
    padding: 8px 0 0 0;
    z-index: 4;
    transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1); }
  body.storelocator-index-index .widget-directions-icon.waypoint-handle,
  body.storelocator-index-view .widget-directions-icon.waypoint-handle {
    background-position: 0 2px;
    width: 16px;
    height: 13px; }
  body.storelocator-index-index .widget-directions-searchbox-container .waypoint-bullet,
  body.storelocator-index-view .widget-directions-searchbox-container .waypoint-bullet {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 70ms;
    transition-delay: 130ms; }
  body.storelocator-index-index .widget-directions-icon.waypoint-bullet,
  body.storelocator-index-view .widget-directions-icon.waypoint-bullet {
    background-position: 0 -12px;
    width: 11px;
    height: 20px;
    margin-top: 3px; }
  body.storelocator-index-index #directions-tool .form-inputs,
  body.storelocator-index-index #directions-el .form-inputs,
  body.storelocator-index-view #directions-tool .form-inputs,
  body.storelocator-index-view #directions-el .form-inputs {
    padding-left: 22px; }
  body.storelocator-index-index #directions-tool .form-inputs input,
  body.storelocator-index-index #directions-el .form-inputs input,
  body.storelocator-index-view #directions-tool .form-inputs input,
  body.storelocator-index-view #directions-el .form-inputs input {
    height: 34px;
    width: 95%;
    border: none;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    outline: 0; }
  body.storelocator-index-index #directions-tool .form-inputs input.originA,
  body.storelocator-index-index #directions-el .form-inputs input.originA,
  body.storelocator-index-view #directions-tool .form-inputs input.originA,
  body.storelocator-index-view #directions-el .form-inputs input.originA {
    border-top: 1px solid #ccc; }
  body.storelocator-index-index #directions-tool,
  body.storelocator-index-index #directions-tool,
  body.storelocator-index-view #directions-tool,
  body.storelocator-index-view #directions-tool {
    margin-bottom: 10px; }
  body.storelocator-index-index #directions-panel,
  body.storelocator-index-view #directions-panel {
    max-height: 300px;
    overflow: auto;
    margin-right: -15px;
    padding-right: 15px;
    margin-top: 15px; }
  body.storelocator-index-index .btn-go-direction,
  body.storelocator-index-view .btn-go-direction {
    background-color: #3b56a6 !important;
    color: #ffffff !important; }
  body.storelocator-index-index .widget-directions-right-overlay,
  body.storelocator-index-view .widget-directions-right-overlay {
    position: absolute;
    z-index: 3;
    top: 4px;
    bottom: 0;
    right: 0;
    width: 30px;
    border: 0;
    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.52, 0, 0.48, 1); }
  body.storelocator-index-index .widget-directions-right-overlay button,
  body.storelocator-index-view .widget-directions-right-overlay button {
    text-indent: -10000px;
    background: transparent url("../images/storelocator/omnibox-sprite.png") no-repeat center -64px;
    width: 20px;
    border: none;
    box-shadow: none;
    margin-top: 20px;
    outline: 0;
    opacity: 0.5; }
  body.storelocator-index-index .widget-directions-right-overlay button:hover,
  body.storelocator-index-view .widget-directions-right-overlay button:hover {
    opacity: 1; }
  body.storelocator-index-index .get_direction,
  body.storelocator-index-view .get_direction {
    margin: 10px 0;
    max-height: 500px;
    overflow: auto;
    border-top: 1px solid #ececec;
    padding-top: 10px; }
  body.storelocator-index-index .get_direction button,
  body.storelocator-index-view .get_direction button {
    float: right; }
  body.storelocator-index-index .store-locator-title,
  body.storelocator-index-view .store-locator-title {
    color: #428BCA;
    padding: 0 1px 0 0; }
  body.storelocator-index-index .store-locator-title span,
  body.storelocator-index-view .store-locator-title span {
    border-bottom: 2px solid #428BCA; }
  body.storelocator-index-index .custom-popup,
  body.storelocator-index-view .custom-popup {
    left: 25px !important; }
  body.storelocator-index-index .custom-popup .box-input button,
  body.storelocator-index-view .custom-popup .box-input button {
    margin-top: 10px;
    float: right; }
  body.storelocator-index-index .custom-popup ul.vertical,
  body.storelocator-index-view .custom-popup ul.vertical {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0; }
  body.storelocator-index-index .custom-popup .box-input,
  body.storelocator-index-view .custom-popup .box-input {
    padding: 0 15px; }
  body.storelocator-index-index .custom-popup .box-input input,
  body.storelocator-index-view .custom-popup .box-input input {
    width: 100%;
    font-size: 12px; }
  body.storelocator-index-index .custom-popup ul.vertical li,
  body.storelocator-index-view .custom-popup ul.vertical li {
    display: inline-block;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: #ccc;
    width: 40px;
    float: none;
    height: 20px;
    border-bottom: none; }
  body.storelocator-index-index .custom-popup ul.vertical li span,
  body.storelocator-index-view .custom-popup ul.vertical li span {
    text-indent: -10000px;
    padding: 0px 20px 5px 13px;
    display: block; }
  body.storelocator-index-index .custom-popup ul.vertical li span:hover,
  body.storelocator-index-view .custom-popup ul.vertical li span:hover {
    border-bottom: 2px solid #428bca; }
  body.storelocator-index-index .custom-popup ul.vertical li.car,
  body.storelocator-index-view .custom-popup ul.vertical li.car {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -40px; }
  body.storelocator-index-index .custom-popup ul.vertical li.bus,
  body.storelocator-index-view .custom-popup ul.vertical li.bus {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -80px; }
  body.storelocator-index-index .custom-popup ul.vertical li.walk,
  body.storelocator-index-view .custom-popup ul.vertical li.walk {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -120px; }
  body.storelocator-index-index .custom-popup ul.vertical li.bicycle,
  body.storelocator-index-view .custom-popup ul.vertical li.bicycle {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -160px; }
  body.storelocator-index-index .custom-popup ul.vertical li.car:hover,
  body.storelocator-index-index .custom-popup ul.vertical li.car.active,
  body.storelocator-index-view .custom-popup ul.vertical li.car:hover,
  body.storelocator-index-view .custom-popup ul.vertical li.car.active {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -60px; }
  body.storelocator-index-index .custom-popup ul.vertical li.bus:hover,
  body.storelocator-index-index .custom-popup ul.vertical li.bus.active,
  body.storelocator-index-view .custom-popup ul.vertical li.bus:hover,
  body.storelocator-index-view .custom-popup ul.vertical li.bus.active {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -100px; }
  body.storelocator-index-index .custom-popup ul.vertical li.walk:hover,
  body.storelocator-index-index .custom-popup ul.vertical li.walk.active,
  body.storelocator-index-view .custom-popup ul.vertical li.walk:hover,
  body.storelocator-index-view .custom-popup ul.vertical li.walk.active {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -140px; }
  body.storelocator-index-index .custom-popup ul.vertical li.bicycle:hover,
  body.storelocator-index-index .custom-popup ul.vertical li.bicycle.active,
  body.storelocator-index-view .custom-popup ul.vertical li.bicycle:hover,
  body.storelocator-index-view .custom-popup ul.vertical li.bicycle.active {
    background: url("../images/storelocator/sprite-icon.png") no-repeat center -180px; }
  body.storelocator-index-index .storelocator-page h2.text-left,
  body.storelocator-index-view .storelocator-page h2.text-left {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 15px 8px 40px;
    background: #428BCA url("../images/storelocator/shop.png") no-repeat 15px center;
    background-size: 18px;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    body.storelocator-index-index .container,
    body.storelocator-index-view .container {
      width: 700px; } }
  @media (min-width: 992px) {
    body.storelocator-index-index .container,
    body.storelocator-index-view .container {
      width: 860px; }
    body.storelocator-index-index .table-wrap,
    body.storelocator-index-view .table-wrap {
      padding-left: 0; }
    body.storelocator-index-index .store-locator-column-right,
    body.storelocator-index-view .store-locator-column-right {
      padding: 0; } }
  @media (min-width: 1200px) {
    body.storelocator-index-index .container,
    body.storelocator-index-view .container {
      width: 1200px; } }
  @media (max-width: 992px) {
    body.storelocator-index-index .store-locator-column-right,
    body.storelocator-index-view .store-locator-column-right {
      padding-right: 0; }
    body.storelocator-index-index .info-detail,
    body.storelocator-index-view .info-detail {
      padding-left: 15px; }
    body.storelocator-index-index .table-wrap,
    body.storelocator-index-view .table-wrap {
      padding: 0; }
    body.storelocator-index-index .search-radius,
    body.storelocator-index-view .search-radius {
      margin-bottom: 15px; } }
  @media (min-width: 767px) and (max-width: 992px) {
    body.storelocator-index-index .info-locator .tag-store img,
    body.storelocator-index-view .info-locator .tag-store img {
      width: 40px;
      height: 40px; } }
  @media (max-width: 767px) {
    body.storelocator-index-index .info-locator,
    body.storelocator-index-view .info-locator {
      padding: 0; }
    body.storelocator-index-index .store-locator-column-right,
    body.storelocator-index-view .store-locator-column-right {
      padding: 0; }
    body.storelocator-index-index .locator-content .container-locator,
    body.storelocator-index-view .locator-content .container-locator {
      margin-top: 25px; }
    body.storelocator-index-index .info-detail,
    body.storelocator-index-view .info-detail {
      padding-left: 0; }
    body.storelocator-index-index .magestore-map-image img,
    body.storelocator-index-view .magestore-map-image img {
      max-width: 550px;
      display: block;
      margin: 0 auto; }
    body.storelocator-index-index .table-responsive,
    body.storelocator-index-view .table-responsive {
      width: 100%;
      margin-bottom: 0;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: none; }
    body.storelocator-index-index .store-locator-img,
    body.storelocator-index-view .store-locator-img {
      text-align: center; } }
  @media (max-width: 580px) {
    body.storelocator-index-index .search-type,
    body.storelocator-index-view .search-type {
      padding: 0;
      margin-top: 4px; } }
  @media (max-width: 450px) {
    body.storelocator-index-index .magestore-map-image img,
    body.storelocator-index-view .magestore-map-image img {
      max-width: 100%; }
    body.storelocator-index-index .search-type,
    body.storelocator-index-view .search-type {
      padding: 0;
      margin-top: 4px; } }
  body.storelocator-index-index .search-content input[type="checkbox"],
  body.storelocator-index-index .search-content input[type="radio"],
  body.storelocator-index-view .search-content input[type="checkbox"],
  body.storelocator-index-view .search-content input[type="radio"] {
    vertical-align: text-bottom;
    outline: 0; }
  body.storelocator-index-index .fb_iframe_widget iframe,
  body.storelocator-index-view .fb_iframe_widget iframe {
    width: 100% !important; }
  body.storelocator-index-index .touch .mfsl,
  body.storelocator-index-view .touch .mfsl {
    font-size: 14px; }
  body.storelocator-index-index .gm-style-iw .tag-store,
  body.storelocator-index-view .gm-style-iw .tag-store {
    padding-left: 0; }
  body.storelocator-index-index .gm-style .gm-style-iw .custom-popup,
  body.storelocator-index-view .gm-style .gm-style-iw .custom-popup {
    left: 0 !important;
    margin-top: 10px; }
  body.storelocator-index-index .gm-style .gm-style-iw .tag-store span,
  body.storelocator-index-view .gm-style .gm-style-iw .tag-store span {
    color: #545454;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    width: 100%;
    float: left;
    position: absolute;
    left: -4px;
    bottom: -8px; }
  body.storelocator-index-index .widget-mylocation,
  body.storelocator-index-view .widget-mylocation {
    width: 29px;
    height: 29px;
    cursor: pointer;
    position: relative;
    -moz-user-select: none; }
  body.storelocator-index-index .widget-mylocation-button,
  body.storelocator-index-view .widget-mylocation-button {
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    display: block;
    width: 29px;
    height: 29px;
    overflow: hidden;
    cursor: pointer;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font: inherit;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    list-style: outside none none;
    background-color: #FFF; }
  body.storelocator-index-index .widget-mylocation-button .widget-mylocation-cookieless,
  body.storelocator-index-view .widget-mylocation-button .widget-mylocation-cookieless {
    background: url("../images/storelocator/geolocation_resize.png") no-repeat 0 0;
    background-attachment: scroll;
    display: block;
    height: 18px;
    left: 6px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 6px;
    width: 18px; }
  body.storelocator-index-index .widget-mylocation-button:hover .widget-mylocation-cookieless,
  body.storelocator-index-view .widget-mylocation-button:hover .widget-mylocation-cookieless {
    background-position: -36px 0px; }
  body.storelocator-index-index #box-view,
  body.storelocator-index-view #box-view {
    left: 30px !important; }
  body.storelocator-index-index img.adp-marker,
  body.storelocator-index-view img.adp-marker {
    width: 22px;
    height: 40px; }
  body.storelocator-index-index .top-box .tag-content,
  body.storelocator-index-view .top-box .tag-content {
    float: right; }
  body.storelocator-index-index .inforwindow .view-detail,
  body.storelocator-index-view .inforwindow .view-detail {
    text-decoration: none; }
  body.storelocator-index-index .inforwindow .view-detail:hover,
  body.storelocator-index-view .inforwindow .view-detail:hover {
    text-decoration: underline; }
  body.storelocator-index-index button#storelocator_tag_check_all,
  body.storelocator-index-view button#storelocator_tag_check_all {
    float: right;
    margin: 3px 18px; }

.featured-categories {
  float: left;
  width: 100%;
  padding: 0 0 30px; }
  .featured-categories h2 {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333; }
  .featured-categories .category-name a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px; }
  .featured-categories .actions {
    min-height: 50px; }
  .featured-categories ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .featured-categories ul > li {
      padding: 0 15px 15px;
      width: 100%; }
      @media only screen and (min-width: 599px) {
        .featured-categories ul > li.full-width {
          width: 100%; }
        .featured-categories ul > li.three-quarter-width {
          width: 75%; }
        .featured-categories ul > li.two-third-width {
          width: 66.66666%; }
        .featured-categories ul > li.half-width {
          width: 50%; }
        .featured-categories ul > li.third-width {
          width: 33.33333%; }
        .featured-categories ul > li.quarter-width {
          width: 25%; } }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings {
  float: right;
  margin: 0; }
  .product-view .product-essential .extra-info .ratings .amount {
    float: right;
    margin: 2px 0; }
  .product-view .product-essential .extra-info .ratings .rating-box {
    float: left;
    margin: 2px 10px 2px 0; }
  .product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both; }

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #333333;
  margin-bottom: 10px;
  border: 0; }

.product-view .product-top,
.product-view .product-bottom,
.product-view .sharing-links {
  padding: 30px;
  border: 1px solid #CCCCCC; }
  @media only screen and (max-width: 599px) {
    .product-view .product-top,
    .product-view .product-bottom,
    .product-view .sharing-links {
      padding: 30px 15px; } }

.product-view .product-bottom {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px; }
  .product-view .product-bottom:last-child {
    margin-right: 0; }
  .product-view .product-bottom:empty {
    display: none; }
  .product-view .product-bottom .product-options {
    margin-top: 0;
    padding-top: 0; }

.product-view .product-shop {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  float: right;
  margin-right: 0; }
  .product-view .product-shop:last-child {
    margin-right: 0; }
  .product-view .product-shop .product-name {
    display: none; }
  .product-view .product-shop .product-sku {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px; }
  .product-view .product-shop .product-name,
  .product-view .product-shop .extra-info,
  .product-view .product-shop .price-info,
  .product-view .product-shop .short-description {
    margin-bottom: 15px;
    clear: both; }
  .product-view .product-shop .availability {
    font-size: 16px; }
  .product-view .product-shop .short-description {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px; }
  .product-view .product-shop .price-box {
    margin-top: 0; }
    .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; }
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price {
      color: #333;
      font-size: 30px;
      font-weight: 600; }
    .product-view .product-shop .price-box .special-price .price-label {
      font-size: 16px;
      text-transform: uppercase; }
    .product-view .product-shop .price-box .special-price span.weee {
      color: #333333; }
      .product-view .product-shop .price-box .special-price span.weee span.price {
        font-size: 16px; }
    .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: #333333; }
      .product-view .product-shop .price-box .price-excluding-tax .label,
      .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
        font-weight: 300; }
      .product-view .product-shop .price-box .price-excluding-tax .price,
      .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px; }
  .product-view .product-shop .add-to-links {
    margin: 0; }
    .product-view .product-shop .add-to-links li {
      margin-right: 30px; }
    .product-view .product-shop .add-to-links a {
      line-height: 25px;
      padding-left: 30px; }
      .product-view .product-shop .add-to-links a.link-wishlist:before {
        font-family: "icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333;
        font-size: 25px;
        content: "w"; }

.product-view .price-box.map-info a {
  display: inherit; }

.product-view .old-price .price-label {
  display: none; }

.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right; }

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px; }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px; } }

@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; }
  .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) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px; }
    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
      display: block; } }

.product-img-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .product-img-box:last-child {
    margin-right: 0; }
  .product-img-box:after {
    content: '';
    display: table;
    clear: both; }
  .product-img-box .product-name h1 {
    border: 0; }
  .product-img-box .product-image,
  .product-img-box .more-views {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-img-box .product-image:last-child,
    .product-img-box .more-views:last-child {
      margin-right: 0; }
  .product-img-box .more-views h2 {
    display: none; }
  .product-img-box .more-views li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    border: 1px solid #CCCCCC;
    margin-top: 15px;
    margin-bottom: 10px; }
    .product-img-box .more-views li:last-child {
      margin-right: 0; }
  @media only screen and (min-width: 599px) {
    .product-img-box .product-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .product-img-box .product-image:last-child {
        margin-right: 0; }
    .product-img-box .more-views {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .product-img-box .more-views:last-child {
        margin-right: 0; }
      .product-img-box .more-views li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-top: 0; }
        .product-img-box .more-views li:last-child {
          margin-right: 0; }
        .product-img-box .more-views li:nth-child(2n) {
          margin-right: 0; }
        .product-img-box .more-views li:nth-child(2n+1) {
          clear: left; } }

.product-image-gallery {
  position: relative; }
  .product-image-gallery .gallery-image {
    display: none; }
    .product-image-gallery .gallery-image.visible {
      display: block; }
      .product-image-gallery .gallery-image.visible.hidden {
        visibility: hidden; }
  .product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .product-image-gallery.loading {
    position: relative; }
    .product-image-gallery.loading:before, .product-image-gallery.loading:after {
      display: block; }

.product-image-thumbs li {
  display: inline-block; }

.product-image-thumbs li:first-child {
  margin-left: -1px; }

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7; }

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 15px; }

.product-view {
  /* Set a min-height so that the floated elements break appropriately */ }
  .product-view .add-to-box:after,
  .product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .add-to-cart {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart-buttons {
    min-height: 40px; }
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart-buttons .button,
  .product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart .qty-wrapper label,
  .product-view .add-to-cart .qty-wrapper #wishlist-table td[data-rwd-label]:before, #wishlist-table
  .product-view .add-to-cart .qty-wrapper td[data-rwd-label]:before {
    margin-right: 7px;
    float: left; }
  
  .product-view .add-to-cart .qty-wrapper label,
  .product-view .add-to-cart .qty-wrapper #wishlist-table td[data-rwd-label]:before, #wishlist-table
  .product-view .add-to-cart .qty-wrapper td[data-rwd-label]:before {
    line-height: 40px; }
  .product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px; }
  .product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px;
    max-width: 100%; }
    .product-view .add-to-cart-buttons .paypal-logo {
      clear: left;
      text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-button {
        margin: 0 auto;
        display: block;
        width: 170px; }
      .product-view .add-to-cart-buttons .paypal-logo .bml_button {
        display: block;
        width: 174px;
        margin: 0 auto; }
        .product-view .add-to-cart-buttons .paypal-logo .bml_button a {
          text-align: center; }
      .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; }
  .product-view .add-to-cart-buttons .button {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal; }
  .product-view .alert-price,
  .product-view .alert-stock {
    clear: both; }

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px; }
  .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; } }

.product-collateral {
  clear: both;
  width: 100%;
  content: '';
  display: table;
  clear: both; }
  .product-collateral .tab-content > h2 {
    display: none; }

.box-collateral {
  clear: both; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important; }

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    background-color: #333; }
    .product-collateral .toggle-tabs li {
      float: left; }
      .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: 14px;
        position: relative;
        bottom: 0; }
    .product-collateral .toggle-tabs li.current > span {
      background-color: #FFFFFF;
      z-index: 5; }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li.current:hover span {
      color: #333333; }
    .product-collateral .toggle-tabs li span,
    .product-collateral .toggle-tabs li:hover span {
      color: #FFF; }
    .product-collateral .toggle-tabs li:first-child {
      border-left: none; }
    .product-collateral .toggle-tabs:after {
      content: '';
      display: table;
      clear: both; }
  .product-collateral > dl {
    width: 100%; }
    .product-collateral > dl > dt {
      display: none; }
    .product-collateral > dl > dd {
      width: 100%;
      float: left;
      display: none;
      padding: 30px;
      border: 1px solid #CCCCCC;
      border-top: 0;
      clear: both; }
    .product-collateral > dl > dd.current {
      display: block; } }

@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none; }
  .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 15px;
    position: relative;
    display: block; }
    .product-collateral > dl > dt:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      float: right;
      top: 50%; }
  .product-collateral > dl > dd {
    padding: 15px;
    margin: 0 0 15px; }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px; }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }
    .product-collateral > dl > dt:hover {
      color: #333333; }
    .product-collateral > dl > dt:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      color: #FFF;
      top: 20%;
      right: 20px; }
    .product-collateral > dl > dt.last {
      border-bottom-width: 1px; }
  .product-collateral > dl > dd {
    display: none; }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }
  .product-collateral.accordion-open > dl > dt.current:after {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "u";
    color: #FFF; }
  .product-collateral.accordion-open > dl > dd.current {
    display: block; }
  .product-collateral dl.collateral-tabs > dt {
    background: #333;
    color: #FFF;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .product-collateral dl.collateral-tabs > dd {
    padding: 10px 0; } }

@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-view .product-shop:last-child,
    .product-view .add-to-cart-wrapper:last-child,
    .product-view .block-related:last-child,
    .product-img-box:last-child,
    .product-collateral:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block; }
  .product-img-box .product-name {
    display: none; }
  .product-sku {
    margin-top: -7px; } }

@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px; } }

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0; }

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0; }
  #product-attribute-specs-table th {
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px; }
  .grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none; }
  @media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
      margin-bottom: 15px; } }

.grouped-items-table .name-wrapper {
  color: #333333;
  font-family: "Source Sans Pro", sans-serif; }

.grouped-items-table .qty-wrapper {
  padding-top: 7px; }

.grouped-items-table .qty-label {
  margin-left: 7px; }

.grouped-items-table td {
  padding: 4px; }
  .grouped-items-table td:last-child {
    width: 30%;
    text-align: left; }

.grouped-items-table .price-box {
  text-align: right; }

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 0 15px;
  clear: both;
  position: relative; }

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 0;
  text-align: right;
  font-size: 12px; }

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static; } }

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal; }

.product-options dt:first-child {
  margin-top: 0; }

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0; }

.product-options dd .qty-holder .qty {
  width: 3em; }

.product-options dd .qty-holder label, .product-options dd .qty-holder #wishlist-table td[data-rwd-label]:before, #wishlist-table .product-options dd .qty-holder td[data-rwd-label]:before {
  vertical-align: middle; }

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px; }

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px; }

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0; }

.product-options dd .input-text {
  width: 98%; }

.product-options dd .input-box {
  padding-top: 0; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd select {
  width: 330px;
  max-width: 100%; }

.product-options ul.options-list {
  margin-right: 5px; }

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px; }

.product-options ul.options-list li:last-child {
  margin-bottom: 0; }

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px; }

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


.product-options ul.options-list label,
.product-options ul.options-list #wishlist-table td[data-rwd-label]:before, #wishlist-table
.product-options ul.options-list td[data-rwd-label]:before {
  font-weight: normal; }

.product-options p.note {
  margin: 0;
  font-size: 11px; }

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

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #333333; }
  @media only screen and (max-width: 1199px) {
    .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; } }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #333333; }

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

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right; }
    .product-options-bottom .price-box .price-as-configured .price-label {
      display: block; } }

.product-options-bottom .price-tax {
  float: left; }

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px; }

.block-related .block-title {
  border-bottom: none; }
  .block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0; }

.block-related .block-subtitle {
  margin-bottom: 7px; }

.block-related .product {
  margin-left: 20px;
  position: relative; }

.block-related .checkbox {
  float: left;
  margin-top: 36px; }

.block-related .product-details {
  margin-left: 90px; }

.block-related .product-name {
  margin-bottom: 3px; }

.block-related .product-details .price-box {
  margin: 2px 0 3px; }
  .block-related .product-details .price-box a,
  .block-related .product-details .price-box p,
  .block-related .product-details .price-box span {
    float: left;
    margin-left: 3px; }
    .block-related .product-details .price-box a:first-child,
    .block-related .product-details .price-box p:first-child,
    .block-related .product-details .price-box span:first-child {
      margin-left: 0;
      font-size: 16px;
      padding-right: 5px;
      padding-left: 5px; }
  .block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both; }

.block-related .link-wishlist {
  display: none; }

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell > h2,
.box-up-sell .ratings {
  display: none; }

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

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px; }

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100; }
  @media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
      left: 10px !important; }
    .map-popup.map-popup-left {
      left: auto !important;
      right: 10px !important; } }
  @media only screen and (max-width: 770px) {
    .map-popup {
      width: 100%;
      left: 0px !important; } }
  .map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto; }
    .map-popup .map-popup-heading h3 {
      font-size: 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) {
        .map-popup .map-popup-heading h3 {
          text-align: center; } }
  .map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center; }
  .map-popup .map-popup-content {
    border-top: 1px solid #EDEDED;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-content {
        text-align: center; } }
  .map-popup .map-popup-checkout {
    padding: 10px 0; }
    .map-popup .map-popup-checkout form:after {
      content: '';
      display: table;
      clear: both; }
    .map-popup .map-popup-checkout span {
      display: block; }
    .map-popup .map-popup-checkout .button {
      float: left;
      margin: 0 2px;
      clear: left; }
    .map-popup .map-popup-checkout .additional-addtocart-box {
      float: left;
      min-width: 210px; }
      .map-popup .map-popup-checkout .additional-addtocart-box li {
        list-style-type: none; }
    .map-popup .map-popup-checkout .paypal-logo {
      width: auto; }
      .map-popup .map-popup-checkout .paypal-logo a {
        display: inline-block;
        float: left;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: left;
        text-align: center;
        padding: 5px 15px;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo:after {
        content: '';
        display: table;
        clear: both; }
      .map-popup .map-popup-checkout .paypal-logo .bml_button a {
        clear: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout {
        text-align: center; }
        .map-popup .map-popup-checkout .button,
        .map-popup .map-popup-checkout .additional-addtocart-box,
        .map-popup .map-popup-checkout .paypal-logo a,
        .map-popup .map-popup-checkout .paypal-logo .paypal-or {
          float: none; }
        .map-popup .map-popup-checkout .additional-addtocart-box {
          min-width: 0px; }
        .map-popup .map-popup-checkout .paypal-logo .paypal-or {
          margin: 0px;
          margin-bottom: 10px; } }
    .map-popup .map-popup-checkout:after {
      content: '';
      display: table;
      clear: both; }
  .map-popup .map-popup-price {
    padding: 10px 0; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px; } }
    .map-popup .map-popup-price .price-box,
    .map-popup .map-popup-price .price-box .special-price {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .map-popup .map-popup-price .price-box .minimal-price-link {
      display: inline-block; }
  .map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word; }
  .map-popup .map-popup-text,
  .map-popup .map-popup-only-text {
    border-top: 1px solid #EDEDED; }

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block; }

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both; }

.compare-table .product-image {
  display: inline-block; }

.compare-table thead th {
  border-bottom: 0; }

.compare-table thead td {
  background: #F4F4F4; }

.compare-table .product-shop-row.top td {
  padding-top: 15px;
  padding-bottom: 0;
  border-bottom: 0; }

.compare-table .product-shop-row.bottom td {
  padding-top: 0; }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-contents {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .cart-contents:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 979px) {
    .cart-contents {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .cart-contents:last-child {
        margin-right: 0; } }

.cart-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0; }
  .cart-right:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 979px) {
    .cart-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .cart-right:last-child {
        margin-right: 0; } }

.cart .button {
  white-space: normal; }

.cart-totals,
.cart-forms {
  padding: 15px 30px; }
  @media only screen and (max-width: 979px) {
    .cart-totals,
    .cart-forms {
      padding: 15px; } }

.cart-table,
.cart-totals,
.cart-forms {
  margin-bottom: 15px; }

.cart-forms {
  border: 1px solid #CCCCCC; }

.checkout-cart-index #postcode {
  width: 100%; }

.display-both-prices .cart-table {
  float: none;
  width: 100%; }

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; } }

@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none; } }

.display-single-price:after {
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  padding: 15px 0;
  /* We always want this shipping method to display on its own line */ }
  .checkout-types li {
    vertical-align: top;
    margin: 0 0 7px 5px; }
    .checkout-types li:after {
      content: '';
      display: table;
      clear: both; }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: block; }
  .checkout-types.top li {
    display: inline-block; }
  .checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top; }
    .checkout-types.top .bml_button img {
      display: block; }
  .checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px; }
  .checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block; }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center; }

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px; } }

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px; }

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center; }
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
      width: auto;
      float: none; }
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0; } }

@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%; } }

.cart-table {
  font-family: "Source Sans Pro", sans-serif; }
  .cart-table th,
  .cart-table td,
  .cart-table tbody td {
    border-bottom: none;
    vertical-align: top; }
  .cart-table th {
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px 10px;
    background-color: transparent; }
    .cart-table th:first-child {
      padding-left: 0; }
  .cart-table h2 {
    color: #333333;
    margin-bottom: 0; }
  .cart-table tbody td {
    background-color: transparent;
    padding: 15px 5px;
    font-family: "Source Sans Pro", sans-serif; }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions {
    padding-left: 15px; }
  .cart-table tr {
    border-bottom: 1px solid #C0C0C0; }
  .cart-table tfoot tr {
    background: none; }
  .cart-table tfoot td {
    padding: 10px 0; }
  .cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both; }
  .cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif; }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove,
  .cart-table .product-cart-actions .button {
    display: none; }
  .cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0; }
    .cart-table .product-cart-image .product-image img {
      max-width: 100%;
      width: 100%; }
    .cart-table .product-cart-image a.cart-edit {
      display: none; }
  .cart-table .product-cart-sku {
    font-size: 12px;
    margin: 5px 0 12px; }
    .cart-table .product-cart-sku .label {
      font-weight: 600; }
  .cart-table .btn-continue {
    float: left;
    margin-left: 0; }
  .cart-table .product-cart-total,
  .cart-table .product-cart-price {
    text-align: center; }
  .cart-table .cart-tax-total {
    position: relative;
    cursor: pointer; }
    .cart-table .cart-tax-total:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #333333;
      border-left: none;
      position: absolute;
      top: 3px;
      right: -11px; }
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 6px solid #333333;
      border-bottom: none;
      right: -15px;
      top: 6px; }
  .cart-table .cart-links > li {
    white-space: nowrap;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px; }
    .cart-table .cart-links > li > a {
      display: block; }
    .cart-table .cart-links > li:last-child {
      margin-bottom: 0; }
  .cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center; }
    .cart-table .product-cart-actions .qty {
      height: 30px;
      border-color: #C0C0C0;
      border-radius: 0;
      margin-bottom: 10px;
      text-align: center;
      width: 3.2em; }
    .cart-table .product-cart-actions .button {
      margin-bottom: 5px; }

@media only screen and (max-width: 699px) {
  .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) {
  .cart-table colgroup, .cart-table thead {
    display: none; }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both; }
  .cart-table tr:last-child {
    margin-bottom: 0; }
  .cart-table tfoot tr {
    padding-bottom: 0; }
  .cart-table td {
    border: none;
    display: block; }
    .cart-table td[data-rwd-label] {
      padding-left: 15px;
      margin-bottom: 6px; }
      .cart-table td[data-rwd-label] .price {
        font-weight: normal; }
      .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Source Sans Pro", sans-serif;
        padding-right: 5px;
        text-transform: uppercase; }
    .cart-table td.product-cart-price {
      text-align: left; }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; }
    .cart-table .cart-links > li {
      white-space: normal;
      text-align: center; }
      .cart-table .cart-links > li > a {
        padding: 2px 0px; }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px; }
    .cart-table .cart-tax-info .price {
      font-size: 13px; }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; }
    .cart-table .product-cart-image a.cart-edit {
      display: block;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase; }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none; }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block; }
  .cart-table .product-cart-actions .button {
    display: none; }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px; }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; }
  .cart-table .product-cart-actions {
    text-align: left; }
    .cart-table .product-cart-actions .qty {
      margin-right: 7px;
      margin-bottom: 7px; }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif; }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping {
  margin-top: 30px; }
  .shipping h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px; }
  .shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid #C0C0C0; }
  .shipping select.validation-failed {
    border-color: #DF280A; }
  .shipping .input-box {
    position: relative; }
    .shipping .input-box .validation-advice {
      position: absolute;
      width: 100%;
      text-align: center;
      font-size: 12px;
      line-height: 1;
      padding: 5px 7px;
      background-color: #FBFBFB;
      border: 1px solid #DDD; }
      .shipping .input-box .validation-advice:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #DDD;
        border-top: none;
        left: 49%;
        top: -6px; }
  .shipping .shipping-desc {
    display: none; }
  .shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0; }
    .shipping .buttons-set .button2 {
      padding: 5px 15px;
      line-height: 20px; }
  .shipping .form-list:after {
    content: '';
    display: table;
    clear: both; }
  .shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0; }
  .shipping .form-list .shipping-country {
    width: 37%; }
  .shipping .form-list .shipping-region {
    width: 41%; }
  .shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%; }
    .shipping .form-list .shipping-postcode input {
      margin-top: 4px; }
  .shipping .form-list .input-box {
    padding-top: 0; }
  .shipping .form-list input {
    height: 30px;
    margin-top: 4px; }
  .shipping .form-list label, .shipping .form-list #wishlist-table td[data-rwd-label]:before, #wishlist-table .shipping .form-list td[data-rwd-label]:before {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap; }
  .shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left; }
    .shipping .sp-methods dd {
      margin-bottom: 10px; }
    .shipping .sp-methods label, .shipping .sp-methods #wishlist-table td[data-rwd-label]:before, #wishlist-table .shipping .sp-methods td[data-rwd-label]:before {
      min-width: 100px; }
      .shipping .sp-methods label span, .shipping .sp-methods #wishlist-table td[data-rwd-label]:before span, #wishlist-table .shipping .sp-methods td[data-rwd-label]:before span {
        font-weight: 600; }
  .shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0; }
  .shipping #co-shipping-method-form .sp-methods dd label, .shipping #co-shipping-method-form .sp-methods dd #wishlist-table td[data-rwd-label]:before, #wishlist-table .shipping #co-shipping-method-form .sp-methods dd td[data-rwd-label]:before {
    min-width: 220px; }

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }
    .shipping .shipping-form .form-list > li label, .shipping .shipping-form .form-list > li #wishlist-table td[data-rwd-label]:before, #wishlist-table .shipping .shipping-form .form-list > li td[data-rwd-label]:before {
      display: block; }
    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
      width: 100%; }
  .shipping .buttons-set {
    margin-top: 15px; } }

.cart .cart-totals-wrapper h3 {
  font-weight: 600; }

.cart .cart-totals {
  text-align: left;
  background-color: #EEEEEE; }
  .cart .cart-totals:after {
    content: '';
    display: table;
    clear: both; }
  .cart .cart-totals table {
    text-transform: uppercase;
    width: 100%; }
    .cart .cart-totals table .a-right {
      text-align: left; }
    .cart .cart-totals table td {
      padding: 2px 0px; }
      .cart .cart-totals table td:last-child {
        width: 40%; }
        @media only screen and (max-width: 599px) {
          .cart .cart-totals table td:last-child {
            width: 25%; } }
    .cart .cart-totals table tfoot td {
      vertical-align: top; }
      .cart .cart-totals table tfoot td strong {
        font-weight: 600; }
    .cart .cart-totals table tfoot tr:last-child {
      font-size: 26px; }

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
  margin-bottom: 10px; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form label, #discount-coupon-form #wishlist-table td[data-rwd-label]:before, #wishlist-table #discount-coupon-form td[data-rwd-label]:before,
  .cart .giftcard label,
  .cart .giftcard #wishlist-table td[data-rwd-label]:before, #wishlist-table
  .cart .giftcard td[data-rwd-label]:before {
    font-size: 14px;
    font-weight: 600;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px; }
  #discount-coupon-form .field-wrapper,
  #discount-coupon-form .input-box,
  .cart .giftcard .field-wrapper,
  .cart .giftcard .input-box {
    display: inline-block; }
  #discount-coupon-form .input-box,
  .cart .giftcard .input-box {
    position: relative; }
    #discount-coupon-form .input-box .validation-advice,
    .cart .giftcard .input-box .validation-advice {
      position: absolute;
      width: 100%;
      text-align: center;
      font-size: 12px;
      line-height: 1;
      padding: 5px 7px;
      background-color: #FBFBFB;
      border: 1px solid #DDD; }
      #discount-coupon-form .input-box .validation-advice:after,
      .cart .giftcard .input-box .validation-advice:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #DDD;
        border-top: none;
        left: 49%;
        top: -6px; }
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom; }
    #discount-coupon-form .button-wrapper .button2,
    .cart .giftcard .button-wrapper .button2 {
      float: left;
      padding: 5px 15px;
      line-height: 20px; }
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 0 0;
    width: 190px; }

.cart .giftcard p {
  margin-bottom: 7px; }

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px; }
  .cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none; }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell {
  clear: both; }
  .crosssell h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 15px;
    color: #333; }
  .crosssell .actions {
    min-height: 50px; }

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section {
  float: left;
  width: 100%; }
  .opc .section:after {
    content: '';
    display: table;
    clear: both; }

.opc .section .step-title {
  float: left;
  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; }

.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 */
.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC; }

.opc .section .step-title a {
  display: none; }

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px; }

.no-touch .opc .section .step-title a:hover {
  text-decoration: none; }

.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: #333333;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px; }

.opc .section.allow .step-title .number {
  background-color: #999999; }

.opc .section.allow .step-title h2 {
  color: #A0A0A0; }

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #333333; }

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px; }

.opc .section .step {
  clear: both;
  padding: 30px; }
  @media only screen and (max-width: 979px) {
    .opc .section .step {
      padding: 15px; } }
  .opc .section .step .col-1, .opc .section .step .col-2 {
    padding-left: 0; }
  @media only screen and (min-width: 770px) {
    .opc .section .step .col-1, .opc .section .step .col-2 {
      padding-top: 0;
      padding-bottom: 0; } }
  .opc .section .step:after {
    content: '';
    display: table;
    clear: both; }

.opc h3 {
  font-weight: 500; }

.opc .buttons-set {
  text-align: left; }
  .opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0; }
  .opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0; }
  .opc .buttons-set .back-link {
    float: right;
    margin: 0; }
  .opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0; }

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0; } }

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px; }

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none; } }

#opc-payment .note {
  padding: 15px; }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    font-weight: 600; }
  .sp-methods dd:after {
    content: '';
    display: table;
    clear: both; }
  .sp-methods img {
    float: left;
    margin-right: 10px;
    width: auto;
    max-width: 100%; }
  .sp-methods a {
    margin-top: 6px;
    float: left;
    clear: both; }
  .sp-methods .price {
    font-weight: bold; }
  .sp-methods .form-list {
    padding: 7px 20px; }
    .sp-methods .form-list li {
      margin: 0 0 10px; }
    .sp-methods .form-list:after {
      content: '';
      display: table;
      clear: both; }
  .sp-methods select.month {
    width: 120px;
    margin-right: 10px; }
  .sp-methods select.year {
    width: 96px; }
  .sp-methods input.cvv {
    width: 4em !important; }
  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px; }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both; }
  .sp-methods .checkmo-list label, .sp-methods .checkmo-list #wishlist-table td[data-rwd-label]:before, #wishlist-table .sp-methods .checkmo-list td[data-rwd-label]:before {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left; }
  .sp-methods .checkmo-list address {
    float: left; }
  @media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
      padding-left: 0; }
      .sp-methods .checkmo-list label, .sp-methods .checkmo-list #wishlist-table td[data-rwd-label]:before, #wishlist-table .sp-methods .checkmo-list td[data-rwd-label]:before {
        width: 135px; } }
  .sp-methods .release-amounts {
    margin: 0.5em 0; }
  .sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0; }

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px; }
  .block-progress .block-content {
    font-size: 13px; }
  .block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #A0A0A0; }
  .block-progress dt.complete {
    color: #333333; }
  .block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px; }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #333333;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    float: left;
    clear: both;
    font-size: 13px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px; }
  .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both; }

/* review step */
#checkout-review-table th {
  background: none; }

#checkout-review-table .btn-remove img {
  display: none; }

#checkout-review-table-wrapper {
  clear: both; }

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  #review-buttons-container .btn-checkout {
    min-width: 220px;
    margin-bottom: 10px; }
  #review-buttons-container .please-wait {
    float: left;
    margin-right: 10px; }
  #review-buttons-container .f-left {
    float: right; }

/* -------------------------------------------- *
  * Agreement Modal
  */
.opc .agreement-item {
  padding: 10px 0; }

.opc .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 69, 69, 0.6);
  z-index: 99999; }
  .opc .modal .modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    max-width: 600px;
    overflow-y: auto;
    z-index: 1000;
    padding: 15px;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333; }
  .opc .modal .modal-close:before {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
    z-index: 999;
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 16px;
    content: "e";
    color: #333333;
    padding: 5px;
    font-size: 16px;
    line-height: 14px; }
  .opc .modal .modal-box .agreement-text {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 15px; }

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }

@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline; }

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0; }
  #checkout-step-review .opc-block-progress .block-title {
    display: none; }
  #checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0; }
    #checkout-step-review .opc-block-progress .block-content > dl > div {
      float: left;
      width: 50%; }
    @media only screen and (max-width: 479px) {
      #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto; } }
    #checkout-step-review .opc-block-progress .block-content .changelink {
      display: none; }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none; }
    #checkout-review-table thead > tr > th:first-child {
      display: block; }
  #checkout-review-table thead > tr > th:first-child {
    display: block; } }

#checkout-step-review .centinel > p {
  margin-bottom: 15px; }

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

/* Gift options */
.gift-messages h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600; }

.gift-messages-form {
  padding: 7px 0; }
  .gift-messages-form p {
    margin-bottom: 7px; }
  .gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 15px; }
    .gift-messages-form .item h5 {
      font-weight: 600; }
    .gift-messages-form .item .product-img-box {
      width: auto;
      float: left;
      padding-right: 15px; }
    .gift-messages-form .item .details {
      float: left; }

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px; }

.gift-message-form .gift-wrapping-form label, .gift-message-form .gift-wrapping-form #wishlist-table td[data-rwd-label]:before, #wishlist-table .gift-message-form .gift-wrapping-form td[data-rwd-label]:before {
  margin-right: 15px; }

.gift-message-form .gift-wrapping-form img {
  float: left; }

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px; }

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC; }
  .gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-item .product-img-box {
    width: 200px; }
    .gift-message-form .gift-item .product-img-box .product-image {
      width: 75px;
      margin-left: auto;
      margin-right: auto; }
    .gift-message-form .gift-item .product-img-box .product-name {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%; }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; }
    .gift-message-form .gift-item .fieldset textarea {
      width: 100%; } }

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success h2.sub-title {
  font-size: 14px; }

.checkout-onepage-success .account-create-msg {
  padding-top: 15px; }

.checkout-onepage-success .buttons-set {
  margin: 15px 0; }
  .checkout-onepage-success .buttons-set button {
    float: left;
    margin-right: 10px;
    margin-left: 0; }

/* ============================================ *
* Checkout - Two Step
* ============================================ */
body.checkout-twostep-index {
  /* -------------------------------------------- *
  * Breadcrumbs
  */
  /* -------------------------------------------- *
  * Account Login
  */
  /* -------------------------------------------- *
  * Postage & Payment
  */
  /* -------------------------------------------- *
  * Order Summary
  */
  /* -------------------------------------------- *
  * Checkout Options
  */
  /* -------------------------------------------- *
  * Coupon Codes
  */
  /* -------------------------------------------- *
  * Newsletter Subscribe
  */
  /* -------------------------------------------- *
  * Authority to leave
  */
  /* -------------------------------------------- *
  * PayPal Express Review Page
  */
  /* -------------------------------------------- *
  * Cart / Order Items
  */
  /* -------------------------------------------- *
  * Messages Modal
  */ }
  body.checkout-twostep-index .col-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    body.checkout-twostep-index .col-left:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 979px) {
      body.checkout-twostep-index .col-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        body.checkout-twostep-index .col-left:last-child {
          margin-right: 0; } }
  body.checkout-twostep-index .col-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-right: 0; }
    body.checkout-twostep-index .col-right:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 979px) {
      body.checkout-twostep-index .col-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        body.checkout-twostep-index .col-right:last-child {
          margin-right: 0; } }
  body.checkout-twostep-index .phase {
    position: relative; }
    body.checkout-twostep-index .phase:after {
      content: '';
      display: table;
      clear: both; }
  body.checkout-twostep-index .phase .step-title,
  body.checkout-twostep-index .section .step-title,
  body.checkout-twostep-index .section.active .step-title {
    border-color: #CCCCCC;
    border-top: 0; }
    body.checkout-twostep-index .phase .step-title h2,
    body.checkout-twostep-index .section .step-title h2,
    body.checkout-twostep-index .section.active .step-title h2 {
      margin-left: 0;
      font-size: 16px; }
  body.checkout-twostep-index .phase .step,
  body.checkout-twostep-index .section .step,
  body.checkout-twostep-index .section.active .step {
    padding: 15px 0; }
    body.checkout-twostep-index .phase .step:after,
    body.checkout-twostep-index .section .step:after,
    body.checkout-twostep-index .section.active .step:after {
      content: '';
      display: table;
      clear: both; }
  body.checkout-twostep-index .please-wait {
    margin: 0 0 15px; }
  body.checkout-twostep-index .buttons-set .right {
    float: right; }
  body.checkout-twostep-index .buttons-set button.button {
    margin-right: 0 !important; }
  body.checkout-twostep-index .buttons-set .please-wait {
    margin: 5px 0 0 10px; }
  @media only screen and (max-width: 770px) {
    body.checkout-twostep-index .buttons-set .right {
      float: none; }
    body.checkout-twostep-index .button {
      width: 100%; } }
  @media only screen and (max-width: 979px) {
    body.checkout-twostep-index .button.phase-back {
      display: none; } }
  body.checkout-twostep-index .phase-breadcrumbs {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0;
    margin-bottom: 20px; }
    body.checkout-twostep-index .phase-breadcrumbs > li {
      display: inline;
      position: relative;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: #A0A0A0;
      border-color: #A0A0A0;
      padding: 0 35px 0 40px;
      cursor: pointer;
      white-space: nowrap; }
      body.checkout-twostep-index .phase-breadcrumbs > li.current {
        color: #333333;
        border-color: #333333; }
      body.checkout-twostep-index .phase-breadcrumbs > li:after {
        font-family: "icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333;
        font-size: 30px;
        content: "r";
        color: #333333;
        position: absolute;
        margin-top: -1px; }
      body.checkout-twostep-index .phase-breadcrumbs > li:last-child:after {
        content: ''; }
      body.checkout-twostep-index .phase-breadcrumbs > li .number {
        border: 2px solid;
        font-weight: 600;
        border-radius: 30px;
        display: inline-block;
        text-align: center;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 0;
        line-height: 24px; }
    @media only screen and (max-width: 599px) {
      body.checkout-twostep-index .phase-breadcrumbs > li {
        cursor: auto; }
        body.checkout-twostep-index .phase-breadcrumbs > li:not(.current), body.checkout-twostep-index .phase-breadcrumbs > li:after {
          display: none; } }
  body.checkout-twostep-index .checkout-step-login dl > dt h2 {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
    cursor: pointer; }
    body.checkout-twostep-index .checkout-step-login dl > dt h2:before {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "r";
      position: absolute;
      left: 0;
      background: #3b56a6;
      color: #FFFFFF;
      border-radius: 20px;
      margin-top: -2px; }
  body.checkout-twostep-index .checkout-step-login .messages {
    margin-bottom: 15px; }
    body.checkout-twostep-index .checkout-step-login .messages:empty {
      margin: 0; }
  body.checkout-twostep-index .checkout-step-login .onestep-login-span {
    display: inline;
    margin-left: 7px;
    cursor: pointer; }
  body.checkout-twostep-index .section.shipping_info,
  body.checkout-twostep-index .section.shipping_method {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 15px 0; }
    body.checkout-twostep-index .section.shipping_info:last-child,
    body.checkout-twostep-index .section.shipping_method:last-child {
      margin-right: 0; }
    body.checkout-twostep-index .section.shipping_info:last-child,
    body.checkout-twostep-index .section.shipping_method:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 770px) {
      body.checkout-twostep-index .section.shipping_info,
      body.checkout-twostep-index .section.shipping_method {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        body.checkout-twostep-index .section.shipping_info:last-child,
        body.checkout-twostep-index .section.shipping_method:last-child {
          margin-right: 0; }
        body.checkout-twostep-index .section.shipping_info:nth-child(even),
        body.checkout-twostep-index .section.shipping_method:nth-child(even) {
          margin-right: 0; } }
    body.checkout-twostep-index .section.shipping_info h3,
    body.checkout-twostep-index .section.shipping_method h3 {
      font-size: 14px;
      margin-bottom: 0;
      border-bottom: 0; }
  body.checkout-twostep-index .section.shipping_info .message-label {
    margin-top: 10px;
    font-weight: 600; }
  body.checkout-twostep-index .section.shipping_info .button {
    margin-top: 10px; }
  body.checkout-twostep-index .section.shipping_method {
    margin-right: 0; }
  body.checkout-twostep-index .section#shipping-address-form {
    clear: both;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    body.checkout-twostep-index .section#shipping-address-form:last-child {
      margin-right: 0; }
  body.checkout-twostep-index #checkout-shipping-method-load h5 {
    margin: 0; }
  body.checkout-twostep-index #checkout-shipping-method-load dt {
    margin: 7px 0; }
  body.checkout-twostep-index .review .section .step-title {
    border-bottom: 0; }
    body.checkout-twostep-index .review .section .step-title h2 {
      font-size: 18px;
      line-height: 47px;
      height: 47px;
      font-weight: 600; }
  body.checkout-twostep-index .review .buttons-set {
    border-top: 0;
    text-align: right; }
    body.checkout-twostep-index .review .buttons-set .place-order {
      float: none; }
  body.checkout-twostep-index .discount-coupon-form,
  body.checkout-twostep-index .osc-comments,
  body.checkout-twostep-index .osc-authority_to_leave {
    width: 100%;
    margin-bottom: 15px; }
    body.checkout-twostep-index .discount-coupon-form h5,
    body.checkout-twostep-index .osc-comments h5,
    body.checkout-twostep-index .osc-authority_to_leave h5 {
      font-size: 15px;
      font-weight: 600;
      text-transform: none; }
  body.checkout-twostep-index .newsletter-subscribe,
  body.checkout-twostep-index .osc-agreements,
  body.checkout-twostep-index .osc-authority_to_leave {
    margin-bottom: 7px; }
  body.checkout-twostep-index .discount-form:after {
    content: '';
    display: table;
    clear: both; }
  body.checkout-twostep-index .discount-coupon-form h2 {
    display: none; }
  body.checkout-twostep-index .discount-coupon-form label, body.checkout-twostep-index .discount-coupon-form #wishlist-table td[data-rwd-label]:before, #wishlist-table body.checkout-twostep-index .discount-coupon-form td[data-rwd-label]:before {
    font-size: 14px;
    font-weight: 600;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
    text-transform: none; }
  body.checkout-twostep-index .discount-coupon-form .field-wrapper,
  body.checkout-twostep-index .discount-coupon-form .input-box {
    display: inline-block; }
  body.checkout-twostep-index .discount-coupon-form .input-box {
    position: relative; }
    body.checkout-twostep-index .discount-coupon-form .input-box .validation-advice {
      position: absolute;
      width: 100%;
      text-align: center;
      font-size: 12px;
      line-height: 1;
      padding: 5px 7px;
      background-color: #FBFBFB;
      border: 1px solid #DDD; }
      body.checkout-twostep-index .discount-coupon-form .input-box .validation-advice:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #DDD;
        border-top: none;
        left: 49%;
        top: -6px; }
  body.checkout-twostep-index .discount-coupon-form .button-wrapper {
    display: inline-block;
    vertical-align: bottom; }
    body.checkout-twostep-index .discount-coupon-form .button-wrapper .button2 {
      float: left;
      padding: 5px 15px;
      line-height: 20px; }
  body.checkout-twostep-index .discount-coupon-form .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 0 0;
    width: 190px; }
  body.checkout-twostep-index .discount-coupon-form .input-box.applied {
    position: relative; }
    body.checkout-twostep-index .discount-coupon-form .input-box.applied:before {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 25px;
      content: "h";
      color: #59B200;
      position: absolute;
      top: 8px;
      right: 5px; }
  body.checkout-twostep-index .discount-coupon-form .please-wait {
    margin: 0;
    margin-top: 7px; }
  body.checkout-twostep-index .newsletter-subscribe label, body.checkout-twostep-index .newsletter-subscribe #wishlist-table td[data-rwd-label]:before, #wishlist-table body.checkout-twostep-index .newsletter-subscribe td[data-rwd-label]:before {
    font-size: 15px;
    font-weight: 600;
    padding-left: 40px;
    position: relative; }
    body.checkout-twostep-index .newsletter-subscribe label:before, body.checkout-twostep-index .newsletter-subscribe #wishlist-table td[data-rwd-label]:before, #wishlist-table body.checkout-twostep-index .newsletter-subscribe td[data-rwd-label]:before {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 35px;
      content: "x";
      position: absolute;
      left: 0;
      top: -7px; }
  body.checkout-twostep-index .newsletter-subscribe .input-box {
    display: inline-block; }
  body.checkout-twostep-index .newsletter-subscribe .checkbox,
  body.checkout-twostep-index .agreement-item .checkbox {
    margin-top: 9px; }
  body.checkout-twostep-index .osc-authority_to_leave a {
    color: #333333;
    text-decoration: underline; }
  body.checkout-twostep-index .osc-authority_to_leave > label, body.checkout-twostep-index #wishlist-table .osc-authority_to_leave > td[data-rwd-label]:before, #wishlist-table body.checkout-twostep-index .osc-authority_to_leave > td[data-rwd-label]:before {
    font-size: 15px;
    padding-left: 45px;
    margin: 7px 0;
    position: relative; }
  body.checkout-twostep-index .checkout-options-paypal {
    margin-top: 30px; }
  body.checkout-twostep-index .order-items dt.items-title {
    -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 15px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer; }
    body.checkout-twostep-index .order-items dt.items-title:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "v";
      float: right;
      top: 50%; }
    body.checkout-twostep-index .order-items dt.items-title.active:after {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 20px;
      content: "u"; }
    body.checkout-twostep-index .order-items dt.items-title:after {
      float: none;
      top: 10px;
      margin-left: 15px;
      position: absolute; }
  body.checkout-twostep-index .order-items dd .info-wrapper {
    margin-bottom: 7px; }
  body.checkout-twostep-index .order-items dd td:first-child {
    padding-left: 0;
    width: 20%; }
    body.checkout-twostep-index .order-items dd td:first-child img {
      width: auto;
      max-width: 100%; }
  body.checkout-twostep-index .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.6);
    z-index: 99999; }
    body.checkout-twostep-index .modal .modal-box {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 85%;
      max-width: 600px;
      overflow-y: auto;
      z-index: 1000;
      padding: 15px;
      background: #FFFFFF;
      -moz-box-shadow: 0 0 20px #333;
      box-shadow: 0 0 20px #333; }
    body.checkout-twostep-index .modal .modal-close:before {
      position: absolute;
      right: 15px;
      top: 15px;
      display: block;
      cursor: pointer;
      z-index: 999;
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 16px;
      content: "e";
      color: #333333;
      padding: 5px;
      font-size: 16px;
      line-height: 14px; }
    body.checkout-twostep-index .modal .modal-box .messages {
      margin-bottom: 0; }
      body.checkout-twostep-index .modal .modal-box .messages li li {
        margin-bottom: 0; }
    body.checkout-twostep-index .modal .modal-box #ncheckout-message {
      margin: -15px; }
      body.checkout-twostep-index .modal .modal-box #ncheckout-message.submit-msg li {
        background: #EEEEEE url(../images/opc-ajax-loader.gif) no-repeat 10px;
        background-size: 30px;
        border-left: 0; }
        body.checkout-twostep-index .modal .modal-box #ncheckout-message.submit-msg li span {
          margin-left: 40px; }
    body.checkout-twostep-index .modal .modal-box .agreement-text {
      max-height: 300px;
      overflow-y: scroll;
      padding-right: 15px; }

/* ============================================ *
* Checkout - One Step
* ============================================ */
body.checkout-onestep-index {
  /* -------------------------------------------- *
  * Postage & Payment
  */
  /* -------------------------------------------- *
  * Order Review
  */
  /* -------------------------------------------- *
  * Checkout Options
  */
  /* -------------------------------------------- *
  * Coupon Codes
  */
  /* -------------------------------------------- *
  * Subscribe / Agreements
  */
  /* -------------------------------------------- *
  * Authority to leave
  */
  /* -------------------------------------------- *
  * Messages Modal
  */ }
  body.checkout-onestep-index .col-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    body.checkout-onestep-index .col-left:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 979px) {
      body.checkout-onestep-index .col-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        body.checkout-onestep-index .col-left:last-child {
          margin-right: 0; } }
  body.checkout-onestep-index .col-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-right: 0; }
    body.checkout-onestep-index .col-right:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 979px) {
      body.checkout-onestep-index .col-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        body.checkout-onestep-index .col-right:last-child {
          margin-right: 0; } }
  body.checkout-onestep-index .section .step-title,
  body.checkout-onestep-index .section.active .step-title {
    border-color: #CCCCCC;
    border-top: 0; }
    body.checkout-onestep-index .section .step-title h2,
    body.checkout-onestep-index .section.active .step-title h2 {
      margin-left: 35px;
      font-size: 16px; }
    body.checkout-onestep-index .section .step-title .number,
    body.checkout-onestep-index .section.active .step-title .number {
      left: 0; }
  body.checkout-onestep-index .section .step,
  body.checkout-onestep-index .section.active .step {
    padding: 15px 0; }
    body.checkout-onestep-index .section .step:after,
    body.checkout-onestep-index .section.active .step:after {
      content: '';
      display: table;
      clear: both; }
  body.checkout-onestep-index .ajax-loader {
    float: left;
    width: 30px;
    height: 20px !important;
    background: url(../images/opc-ajax-loader.gif) no-repeat left top;
    background-size: contain; }
  body.checkout-onestep-index .checkout-step-login .messages:empty {
    margin: 0; }
  body.checkout-onestep-index .checkout-step-login .onestep-login-span {
    display: inline;
    margin-left: 7px; }
  body.checkout-onestep-index .section.shipping_method,
  body.checkout-onestep-index .section.payment {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    body.checkout-onestep-index .section.shipping_method:last-child,
    body.checkout-onestep-index .section.payment:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 770px) {
      body.checkout-onestep-index .section.shipping_method,
      body.checkout-onestep-index .section.payment {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        body.checkout-onestep-index .section.shipping_method:last-child,
        body.checkout-onestep-index .section.payment:last-child {
          margin-right: 0; }
        body.checkout-onestep-index .section.shipping_method:nth-child(odd),
        body.checkout-onestep-index .section.payment:nth-child(odd) {
          margin-right: 0; } }
  body.checkout-onestep-index #checkout-shipping-method-load h5 {
    margin: 0; }
  body.checkout-onestep-index #checkout-shipping-method-load dt {
    margin: 7px 0; }
  body.checkout-onestep-index .osc-review .section .step-title {
    border-bottom: 0; }
    body.checkout-onestep-index .osc-review .section .step-title h2 {
      margin-left: 0;
      font-weight: 600; }
  body.checkout-onestep-index .osc-review .section .cart-totals td, body.checkout-onestep-index .osc-review .section .cart-totals th {
    padding: 10px; }
    body.checkout-onestep-index .osc-review .section .cart-totals td:first-child, body.checkout-onestep-index .osc-review .section .cart-totals th:first-child {
      padding-left: 0; }
    body.checkout-onestep-index .osc-review .section .cart-totals td .options-link, body.checkout-onestep-index .osc-review .section .cart-totals th .options-link {
      font-size: 13px; }
  body.checkout-onestep-index .osc-review .section .cart-totals #checkout-review-table thead > tr > th {
    display: table-cell;
    font-weight: 600; }
  body.checkout-onestep-index .osc-review .section .cart-totals tfoot td {
    padding: 7px 10px; }
  body.checkout-onestep-index .osc-review .section .cart-totals tfoot tr {
    background: none; }
    body.checkout-onestep-index .osc-review .section .cart-totals tfoot tr.last td {
      padding: 0 10px; }
      body.checkout-onestep-index .osc-review .section .cart-totals tfoot tr.last td:first-child {
        padding-left: 0; }
  body.checkout-onestep-index .osc-review .section .checkbox {
    margin-top: 9px; }
  body.checkout-onestep-index .osc-review .section .buttons-set {
    text-align: right;
    border-top: 0; }
    body.checkout-onestep-index .osc-review .section .buttons-set .btn-checkout {
      line-height: 40px;
      padding: 0 30px;
      float: none;
      margin-right: 0; }
  body.checkout-onestep-index .discount-coupon-form,
  body.checkout-onestep-index .osc-comments,
  body.checkout-onestep-index .osc-authority_to_leave {
    width: 100%;
    margin-bottom: 15px; }
    body.checkout-onestep-index .discount-coupon-form h5,
    body.checkout-onestep-index .osc-comments h5,
    body.checkout-onestep-index .osc-authority_to_leave h5 {
      font-size: 15px;
      font-weight: 600;
      text-transform: none; }
  body.checkout-onestep-index .newsletter-subscribe,
  body.checkout-onestep-index .osc-agreements,
  body.checkout-onestep-index .osc-authority_to_leave {
    margin-bottom: 7px; }
  body.checkout-onestep-index .discount-form:after {
    content: '';
    display: table;
    clear: both; }
  body.checkout-onestep-index .discount-coupon-form h2 {
    display: none; }
  body.checkout-onestep-index .discount-coupon-form label, body.checkout-onestep-index .discount-coupon-form #wishlist-table td[data-rwd-label]:before, #wishlist-table body.checkout-onestep-index .discount-coupon-form td[data-rwd-label]:before {
    font-size: 14px;
    font-weight: 600;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
    text-transform: none; }
  body.checkout-onestep-index .discount-coupon-form .field-wrapper,
  body.checkout-onestep-index .discount-coupon-form .input-box {
    display: inline-block; }
  body.checkout-onestep-index .discount-coupon-form .input-box {
    position: relative; }
    body.checkout-onestep-index .discount-coupon-form .input-box .validation-advice {
      position: absolute;
      width: 100%;
      text-align: center;
      font-size: 12px;
      line-height: 1;
      padding: 5px 7px;
      background-color: #FBFBFB;
      border: 1px solid #DDD; }
      body.checkout-onestep-index .discount-coupon-form .input-box .validation-advice:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #DDD;
        border-top: none;
        left: 49%;
        top: -6px; }
  body.checkout-onestep-index .discount-coupon-form .button-wrapper {
    display: inline-block;
    vertical-align: bottom; }
    body.checkout-onestep-index .discount-coupon-form .button-wrapper .button2 {
      float: left;
      padding: 5px 15px;
      line-height: 20px; }
  body.checkout-onestep-index .discount-coupon-form .input-box.applied {
    position: relative; }
    body.checkout-onestep-index .discount-coupon-form .input-box.applied:before {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 25px;
      content: "h";
      color: #59B200;
      position: absolute;
      top: 8px;
      right: 5px; }
  body.checkout-onestep-index .discount-coupon-form .input-box .input-text {
    position: relative;
    border-radius: 0;
    height: 30px;
    margin: 4px 0 0;
    width: 190px; }
  body.checkout-onestep-index .discount-coupon-form .input-box .ajax-loader {
    position: absolute;
    right: 0;
    top: 11px; }
  body.checkout-onestep-index .discount-coupon-form .please-wait {
    margin: 0;
    margin-top: 7px; }
  body.checkout-onestep-index .osc-agreements,
  body.checkout-onestep-index .osc-agreements .buttons-set {
    margin-top: 0; }
  body.checkout-onestep-index .osc-authority_to_leave a {
    color: #333333;
    text-decoration: underline; }
  body.checkout-onestep-index .osc-authority_to_leave > label, body.checkout-onestep-index #wishlist-table .osc-authority_to_leave > td[data-rwd-label]:before, #wishlist-table body.checkout-onestep-index .osc-authority_to_leave > td[data-rwd-label]:before {
    font-size: 15px;
    padding-left: 45px;
    margin: 7px 0;
    position: relative; }
  body.checkout-onestep-index .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.6);
    z-index: 99999; }
    body.checkout-onestep-index .modal .modal-box {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 85%;
      max-width: 600px;
      overflow-y: auto;
      z-index: 1000;
      padding: 15px;
      background: #FFFFFF;
      -moz-box-shadow: 0 0 20px #333;
      box-shadow: 0 0 20px #333; }
    body.checkout-onestep-index .modal .modal-close:before {
      position: absolute;
      right: 15px;
      top: 15px;
      display: block;
      cursor: pointer;
      z-index: 999;
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 16px;
      content: "e";
      color: #333333;
      padding: 5px;
      font-size: 16px;
      line-height: 14px; }
    body.checkout-onestep-index .modal .modal-box .messages {
      margin-bottom: 0; }
      body.checkout-onestep-index .modal .modal-box .messages li li {
        margin-bottom: 0; }
    body.checkout-onestep-index .modal .modal-box #ncheckout-message {
      margin: -15px; }
      body.checkout-onestep-index .modal .modal-box #ncheckout-message.submit-msg li {
        background: #EEEEEE url(../images/opc-ajax-loader.gif) no-repeat 10px;
        background-size: 30px;
        border-left: 0; }
        body.checkout-onestep-index .modal .modal-box #ncheckout-message.submit-msg li span {
          margin-left: 40px; }
    body.checkout-onestep-index .modal .modal-box .agreement-text {
      max-height: 300px;
      overflow-y: scroll;
      padding-right: 15px; }

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

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #333333;
  text-decoration: none; }

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0; }
  .swatch-link:hover {
    cursor: pointer;
    text-decoration: none; }
  .swatch-link .x {
    display: none !important;
    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; }
  .swatch-link.has-image .swatch-label {
    position: relative; }

.swatch-label {
  margin: 0;
  white-space: nowrap; }

.configurable-swatch-list {
  zoom: 1;
  -webkit-transform: translateZ(0px); }
  .configurable-swatch-list li {
    zoom: 1;
    margin: 0 0 0 5px;
    display: inline-block; }
  .products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top; }
  .configurable-swatch-list .not-available .x {
    display: block; }
  .configurable-swatch-list .not-available .swatch-link {
    border-color: #EDEDED;
    position: relative; }
    .configurable-swatch-list .not-available .swatch-link.has-image img {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff; }
  .configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px; }
  .configurable-swatch-list .not-available a:focus {
    outline: 0; }

.products-grid .configurable-swatch-list,
.products-list .configurable-swatch-list {
  padding: 0;
  margin: 7px 0; }

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left; }
  #narrow-by-list dd .swatch-link.has-image {
    line-height: inherit; }
  #narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #777777; }

#narrow-by-list dd .swatch-label {
  border: 1px solid #CCCCCC;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }

#narrow-by-list dd .has-image .swatch-label {
  padding: 0; }

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left; } }

.currently .swatch-current {
  position: relative; }
  .currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .currently .swatch-current span {
    display: block;
    float: left; }

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px; }
  .currently .swatch-link:hover {
    border-color: #CCCCCC;
    cursor: default; }

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #777777; }

.configurable-swatch-box {
  background: none !important; }
  .configurable-swatch-box select.swatch-select {
    display: none; }
  .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; }

/* CUSTOM */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0; }
  .product-view .product-options .swatch-attr label, .product-view .product-options .swatch-attr #wishlist-table td[data-rwd-label]:before, #wishlist-table .product-view .product-options .swatch-attr td[data-rwd-label]:before {
    display: block; }
  .product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #333333;
    padding-left: 5px; }

.product-view .product-options dd .input-box {
  width: auto;
  height: auto; }

.product-view .product-options .select-label {
  display: none; }

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default; }

/* ============================================ *
 * Swatch Slider - Category Pages
 * ============================================ */
.products-grid .slick-slider,
.products-list .slick-slider {
  position: relative; }
  .products-grid .slick-slider .slick-list,
  .products-list .slick-slider .slick-list {
    width: 84%;
    margin: 0 8%; }
    @media only screen and (min-width: 770px) {
      .products-grid .slick-slider .slick-list,
      .products-list .slick-slider .slick-list {
        width: 80%;
        margin: 0 10%; } }
    .products-grid .slick-slider .slick-list .slick-slide,
    .products-list .slick-slider .slick-list .slick-slide {
      text-align: center;
      outline: none;
      margin-right: 2px; }
      .products-grid .slick-slider .slick-list .slick-slide img,
      .products-list .slick-slider .slick-list .slick-slide img {
        text-align: center;
        margin: 0 auto;
        position: relative; }
  .products-grid .slick-slider .slick-arrow,
  .products-list .slick-slider .slick-arrow {
    position: absolute;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .products-grid .slick-slider .slick-arrow:active, .products-grid .slick-slider .slick-arrow:hover,
    .products-list .slick-slider .slick-arrow:active,
    .products-list .slick-slider .slick-arrow:hover {
      border: 0;
      outline: none; }
    .products-grid .slick-slider .slick-arrow.slick-prev,
    .products-list .slick-slider .slick-arrow.slick-prev {
      left: -8px; }
      .products-grid .slick-slider .slick-arrow.slick-prev:before,
      .products-list .slick-slider .slick-arrow.slick-prev:before {
        font-family: "icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333;
        font-size: 25px;
        content: "l"; }
    .products-grid .slick-slider .slick-arrow.slick-next,
    .products-list .slick-slider .slick-arrow.slick-next {
      right: -8px; }
      .products-grid .slick-slider .slick-arrow.slick-next:before,
      .products-list .slick-slider .slick-arrow.slick-next:before {
        font-family: "icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333;
        font-size: 25px;
        content: "r"; }

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login h2,
.checkout-multishipping-login h2 {
  font-size: 18px;
  font-weight: 600; }

.customer-account-login .scaffold-form label:first-child, .customer-account-login .scaffold-form #wishlist-table td[data-rwd-label]:first-child:before, #wishlist-table .customer-account-login .scaffold-form td[data-rwd-label]:first-child:before,
.checkout-multishipping-login .scaffold-form label:first-child,
.checkout-multishipping-login .scaffold-form #wishlist-table td[data-rwd-label]:first-child:before, #wishlist-table
.checkout-multishipping-login .scaffold-form td[data-rwd-label]:first-child:before {
  width: 115px; }

.customer-account-login .form-list > li input,
.checkout-multishipping-login .form-list > li input {
  max-width: 365px; }

.customer-account-login .col2-set .col-1,
.customer-account-login .col2-set .col-2,
.checkout-multishipping-login .col2-set .col-1,
.checkout-multishipping-login .col2-set .col-2 {
  padding: 0;
  padding-bottom: 15px; }

.customer-account-login .col2-set .buttons-set,
.checkout-multishipping-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0; }
  .customer-account-login .col2-set .buttons-set button,
  .customer-account-login .col2-set .buttons-set .button,
  .checkout-multishipping-login .col2-set .buttons-set button,
  .checkout-multishipping-login .col2-set .buttons-set .button {
    float: none;
    margin: 0; }

.customer-account-login .col2-set .col-1 ul,
.checkout-multishipping-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }

@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2,
  .checkout-multishipping-login .col2-set .col-1,
  .checkout-multishipping-login .col2-set .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .customer-account-login .col2-set .col-1:last-child,
    .customer-account-login .col2-set .col-2:last-child,
    .checkout-multishipping-login .col2-set .col-1:last-child,
    .checkout-multishipping-login .col2-set .col-2:last-child {
      margin-right: 0; }
  .customer-account-login .col2-set .col-1,
  .checkout-multishipping-login .col2-set .col-1 {
    padding-bottom: 30px; }
  .customer-account-login .col2-set .col-2,
  .checkout-multishipping-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #CCCCCC; } }

@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required,
  .checkout-multishipping-login .col2-set p.required {
    display: none; } }

.customer-account-create .scaffold-form label:first-child, .customer-account-create .scaffold-form #wishlist-table td[data-rwd-label]:first-child:before, #wishlist-table .customer-account-create .scaffold-form td[data-rwd-label]:first-child:before {
  width: 140px; }

.opc #opc-login p:not(.required) {
  font-size: 13px;
  color: #A0A0A0; }

.remember-me-box a.hide {
  display: none; }

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px; }

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 15px;
  position: relative; }
  .remember-me-popup.show {
    display: block; }
  .remember-me-popup p {
    font-family: "Source Sans Pro", sans-serif; }
  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 12px; }
  .remember-me-popup .remember-me-popup-close-button {
    display: none; }

.customer-account-create .fieldset .hidden {
  display: none; }

.customer-account-create #remember-me-popup {
  max-width: 455px; }

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px; }

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
@media only screen and (min-width: 770px) {
  body.customer-account .block-account .block-title {
    background: none;
    padding: 0; }
    body.customer-account .block-account .block-title strong {
      color: #333333;
      font-size: 18px; }
  body.customer-account .block-account .block-content {
    padding: 15px 0; }
    body.customer-account .block-account .block-content li {
      padding: 2px 0; } }

body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
  margin-bottom: 15px; }

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
  body.customer-account .my-account .title-buttons h1 {
    text-align: left; }
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0; }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px; }

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  font-size: 16px;
  width: 100%;
  display: inline-block; }

body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600; }

body.customer-account .my-account .fieldset {
  margin-top: 15px;
  margin-bottom: 15px; }

body.customer-account .data-table {
  margin-top: 5px; }
  body.customer-account .data-table td a {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px; }
  body.customer-account .data-table span.nobr {
    white-space: normal; }
    body.customer-account .data-table span.nobr a {
      white-space: nowrap; }
  body.customer-account .data-table td.view a {
    display: block; }
  body.customer-account .data-table .separator {
    display: none; }

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 15px; }

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px; }
  .dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0; }
  .dashboard .box-head a {
    padding: 15px; }

.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px; }

.dashboard .box-account {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .dashboard .box-account:last-child {
    margin-right: 0; }

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px; }
  .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; }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px; }

.dashboard .box-reviews.box-account {
  padding-bottom: 0; }

.dashboard .box-reviews li {
  padding: 15px 0;
  border-top: 1px solid #EDEDED; }
  .dashboard .box-reviews li:first-child {
    border-top: 0; }
  .dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px; }
  .dashboard .box-reviews li .details {
    margin-left: 20px; }
    .dashboard .box-reviews li .details .ratings {
      content: '';
      display: table;
      clear: both;
      margin-bottom: 0; }
      .dashboard .box-reviews li .details .ratings strong {
        float: left;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 13px;
        margin-right: 5px; }
      .dashboard .box-reviews li .details .ratings .rating-box {
        float: left;
        margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .item {
  margin: 0 0 30px 0; }
  .my-account .addresses-list .item p {
    margin-top: 15px; }

@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
      width: 100%; } }

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap; } }

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info dt {
    margin-right: 30px; }
  .order-info li {
    margin: 0 0 0 30px; }
    .order-info li.current {
      font-weight: 600; }
    .order-info li:first-child {
      margin-left: 0; }

.order-date {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
  .order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #EDEDED; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .order-info-box .box-title {
    width: 150px;
    padding-right: 15px;
    float: left; }
    .order-info-box .box-title h2 {
      font-size: 14px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      line-height: 1.5; }
      .order-info-box .box-title h2:after {
        content: ':'; }
  .order-info-box .box-content {
    float: left; }
    .order-info-box .box-content td,
    .order-info-box .box-content th {
      line-height: 1.3; }
    .order-info-box .box-content th {
      padding-top: 15px; }
    .order-info-box .box-content td {
      padding-left: 15px; }
    .order-info-box .box-content strong {
      font-weight: normal;
      text-transform: uppercase; }

.order-details {
  position: relative;
  clear: both; }
  @media only screen and (min-width: 599px) {
    .order-details .order-links {
      position: absolute;
      top: 0;
      right: 0; } }

.tracking-table {
  margin: 15px 0 30px; }

.table-caption {
  font-size: 16px; }

#my-orders-table .option-label {
  margin-left: 15px;
  font-weight: 600;
  font-style: italic; }

#my-orders-table .option-value {
  margin-left: 30px; }

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

ol#cart-sidebar-reorder li input {
  margin-right: 10px; }

ol#cart-sidebar-reorder p.product-name {
  display: inline; }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px; }
  #my-orders-table .option-value {
    margin-left: 35px; }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 15px; }
  #my-orders-table tr.bundle {
    border-color: #EDEDED; }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0; }
    #my-orders-table tbody:last-child tr:last-child td:last-child {
      padding-bottom: 15px; }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }

.order-additional {
  margin: 40px 0; }

.order-gift-message dd {
  margin-top: 15px; }

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px; }
  body.customer-account .data-table td.view a {
    white-space: normal; } }

@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
      top: -12px; } }

@media only screen and (max-width: 770px) {
  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; }
  .order-info-box .box-content {
    clear: left; }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }
  .order-info dt {
    display: none; }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; } }

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }
    body.customer-account .my-account .title-buttons .button {
      width: 100%;
      position: static;
      margin-bottom: 15px; }
      body.customer-account .my-account .title-buttons .button + .button {
        margin-left: 0px; }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .buttons-set {
    border-top: 0; }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto; }
  body.customer-account .my-account .addresses-list h2 {
    font-size: 16px;
    margin-bottom: 15px; }
  .order-info {
    margin-top: 15px; }
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none; }
  .data-table.orders td.view {
    text-align: right; }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px; }
  .order-info-box {
    margin: 0; }
    .order-info-box .col-1,
    .order-info-box .col-2 {
      width: 100%;
      border-bottom: 1px solid #EDEDED;
      padding: 15px 0; }
    .order-info-box + .order-info-box {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 30px; }
  #my-reviews-table .nobr {
    white-space: normal; } }

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px; }

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .col2-set .col-1,
.contacts-index-index .col2-set .col-2 {
  padding: 0; }

.contacts-index-index .details-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 15px; }
  .contacts-index-index .details-container:last-child {
    margin-right: 0; }
  .contacts-index-index .details-container h4 {
    margin-bottom: 3px; }
  .contacts-index-index .details-container p {
    margin-bottom: 15px; }

.contacts-index-index .details-map {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .contacts-index-index .details-map:last-child {
    margin-right: 0; }
  .contacts-index-index .details-map iframe {
    width: 100% !important;
    height: 400px !important; }

.contacts-index-index .contact-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  content: '';
  display: table;
  clear: both;
  border-top: 1px solid #CCCCCC;
  margin-top: 30px;
  padding-top: 30px; }
  .contacts-index-index .contact-form:last-child {
    margin-right: 0; }

@media only screen and (min-width: 770px) {
  .contacts-index-index .details-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 0; }
    .contacts-index-index .details-container:last-child {
      margin-right: 0; }
    .contacts-index-index .details-container .col-1,
    .contacts-index-index .details-container .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .contacts-index-index .details-container .col-1:last-child,
      .contacts-index-index .details-container .col-2:last-child {
        margin-right: 0; }
  .contacts-index-index .details-map {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    .contacts-index-index .details-map:last-child {
      margin-right: 0; } }

/* ============================================ *
 * Payment - Icon Font Face
 * ============================================ */
@font-face {
  font-family: "payment-module";
  src: url("../fonts/neotheme/creditcardlogos/payment-module.eot");
  src: url("../fonts/neotheme/creditcardlogos/payment-module.eot?#iefix") format("embedded-opentype"), url("../fonts/neotheme/creditcardlogos/payment-module.woff2?qev0g") format("woff2"), url("../fonts/neotheme/creditcardlogos/payment-module.woff") format("woff"), url("../fonts/neotheme/creditcardlogos/payment-module.ttf") format("truetype"), url("../fonts/neotheme/creditcardlogos/payment-module.svg#untitled-font-2") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "payment-module" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon"]:before,
[class*=" icon"]:before {
  font-family: "payment-module" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* -------------------------------------------- *
* Payment - Icon Mixin
*/
/* -------------------------------------------- *
 * Payment - Icons
 */
.payment h4 {
  display: block; }

.payment .cc-logos {
  width: 100%; }

.payment li {
  display: inline-block; }
  .payment li .payment-afterpay:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\61"; }
  .payment li .payment-amex:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\78"; }
  .payment li .payment-eway:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\65";
    font-size: 45px; }
  .payment li .payment-nab:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\6e"; }
  .payment li .payment-zip:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\7a"; }
  .payment li .payment-mastercard:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\6d"; }
  .payment li .payment-visa:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\76"; }
  .payment li .payment-paypal:before {
    font-family: "payment-module" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 35px;
    content: "\70"; }
  .payment li span,
  .payment li a {
    margin: 0 10px 10px 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none; }
    .payment li span:before,
    .payment li a:before {
      color: #333 !important; }

/* ============================================ *
 * Subscribe
 * ============================================ */
.block-subscribe {
  font-size: 12px; }

.block-subscribe .input-box {
  float: left;
  padding-top: 0; }

.block-subscribe .input-text {
  width: 100%; }

.block-subscribe .block-content {
  padding-top: 7px; }
  .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both; }

.block-subscribe .actions {
  float: left;
  margin: 0; }

.block-subscribe .actions .button {
  height: 30px;
  line-height: 17px; }

@media only screen and (max-width: 1199px) {
  .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto; } }

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px; } }

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED; }

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-review-order .buttons-set button {
    margin-bottom: 10px; }

@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0; }
  .paypal-review-order .field.inactive {
    display: none; } }

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center; }
  .top-container .bml-ad span {
    display: inline-block; }
    .top-container .bml-ad span a {
      display: block; }

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px; }
  .bml-ad span {
    display: block;
    line-height: 0; }
  .bml-ad a {
    display: inline-block;
    max-width: 100%; }
  .bml-ad a:hover {
    opacity: 0.7; }
  .bml-ad img {
    height: auto !important;
    max-width: 100%; }

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0; }

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block; } }

@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block; } }

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%; }
  div.paypal-logo span {
    display: block;
    width: 100%; }
    div.paypal-logo span a {
      display: inline-block;
      max-width: 100%; }
      div.paypal-logo span a img {
        max-width: 100%; }
  div.paypal-logo span > img {
    display: none; }

.checkout-types div.paypal-logo {
  text-align: right; }

.bml-checkout-type {
  list-style-type: none; }

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0; }
  .sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%; }
    .sidebar .paypal-logo > a:hover {
      opacity: 0.8; }
    .sidebar .paypal-logo > a img {
      display: block; }
  .sidebar .paypal-logo .label {
    margin-top: 4px; }
    .sidebar .paypal-logo .label a {
      font-size: 12px;
      line-height: 1.5; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none; }
  #customer-reviews .review-heading {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 5px; }
    #customer-reviews .review-heading:after {
      content: '';
      display: table;
      clear: both; }
    #customer-reviews .review-heading h2 {
      display: block; }
    #customer-reviews .review-heading .pager {
      clear: none;
      float: right;
      width: auto; }
      #customer-reviews .review-heading .pager .count-container .limiter {
        margin-bottom: 0; }
        #customer-reviews .review-heading .pager .count-container .limiter label, #customer-reviews .review-heading .pager .count-container .limiter #wishlist-table td[data-rwd-label]:before, #wishlist-table #customer-reviews .review-heading .pager .count-container .limiter td[data-rwd-label]:before {
          font-size: 10px;
          text-transform: uppercase; }
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  #customer-reviews h2 {
    font-size: 15px;
    text-transform: uppercase; }
    #customer-reviews h2 span {
      color: #333333; }
  #customer-reviews h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase; }
    #customer-reviews h3 span {
      font-weight: 600; }
  #customer-reviews .form-add h2 {
    display: none; }
  #customer-reviews .fieldset {
    padding-top: 10px; }
    #customer-reviews .fieldset h4 {
      border-bottom: 1px solid #CCCCCC;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-bottom: 7px; }
      #customer-reviews .fieldset h4 em {
        display: none; }
    #customer-reviews .fieldset .form-list {
      font-size: 12px;
      font-weight: normal;
      margin: 15px 0;
      text-transform: uppercase; }
      #customer-reviews .fieldset .form-list:after {
        content: '';
        display: table;
        clear: both; }
      #customer-reviews .fieldset .form-list .inline-label:after {
        content: '';
        display: table;
        clear: both; }
      #customer-reviews .fieldset .form-list label, #customer-reviews .fieldset .form-list #wishlist-table td[data-rwd-label]:before, #wishlist-table #customer-reviews .fieldset .form-list td[data-rwd-label]:before {
        font-size: 12px;
        font-weight: normal; }
      #customer-reviews .fieldset .form-list textarea {
        border: 1px solid #CCCCCC;
        border-radius: 0;
        min-width: 100%;
        -webkit-appearance: none; }
      #customer-reviews .fieldset .form-list input {
        border: 1px solid #CCCCCC;
        border-radius: 0; }
        #customer-reviews .fieldset .form-list input[type="text"] {
          width: 100%; }
  #customer-reviews .buttons-set {
    border: none;
    margin: 0; }
  #customer-reviews dl {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 30px; }
    #customer-reviews dl dt {
      margin: 15px 0 0;
      text-transform: uppercase; }
    #customer-reviews dl dd {
      font-size: 14px;
      padding: 15px 0;
      border-bottom: 1px solid #CCCCCC; }
      #customer-reviews dl dd .ratings-table {
        font-size: 13px;
        width: 100%; }
        #customer-reviews dl dd .ratings-table tr {
          margin-right: 15px; }
        #customer-reviews dl dd .ratings-table .review-label {
          width: 300px;
          max-width: 70%; }
      #customer-reviews dl dd table {
        margin: 15px 0; }
      #customer-reviews dl dd .review-meta {
        color: #333333;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase; }

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px; }
  .review-summary-table thead {
    background: transparent; }
    .review-summary-table thead th {
      background: transparent;
      border: none;
      text-align: center; }
  .review-summary-table tbody th {
    background: #FFFFFF; }
  .review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0; }
    .review-summary-table tbody td label, .review-summary-table tbody td #wishlist-table td[data-rwd-label]:before, #wishlist-table .review-summary-table tbody td td[data-rwd-label]:before {
      width: 100%;
      display: block; }
    .review-summary-table tbody td .radio {
      float: none; }
  .review-summary-table .rating-box .rating-number {
    display: none; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
  .ratings-table th {
    padding-right: 10px; }

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
      margin: 10px 0;
      width: 100%; }
      body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px; } }

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; }
    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) {
  #customer-reviews .fieldset {
    width: 100%; }
    #customer-reviews .fieldset .form-list {
      width: 100%; }
      #customer-reviews .fieldset .form-list .inline-label label, #customer-reviews .fieldset .form-list .inline-label #wishlist-table td[data-rwd-label]:before, #wishlist-table #customer-reviews .fieldset .form-list .inline-label td[data-rwd-label]:before,
      #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none; }
  #customer-reviews .buttons-set {
    width: 100%; }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px; }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px; }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px; }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%; }
    #customer-reviews .review-summary-table .rating-box .rating {
      display: none; }
    #customer-reviews .review-summary-table .rating-box .rating-number {
      display: inline-block; } }

@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none; } }

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
  .review-product-view .product-review .product-img-box > a {
    width: 100%; }
  .review-product-view .product-review .product-img-box .product-image {
    width: 100%; }

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%; } }

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 0 0 7px; }

.rating-box,
.rating-links {
  margin: 5px 0; }

.rating-box {
  width: 100px;
  height: 20px;
  position: relative;
  overflow: hidden; }
  .rating-box:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "z";
    content: "zzzzz";
    color: #A0A0A0; }

.rating-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  overflow: hidden; }
  .rating-box .rating:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "z";
    content: "zzzzz";
    color: #3b56a6; }

.amount {
  display: block;
  margin: 5px auto; }

.rating-links .separator {
  margin: 0 3px; }

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center; }

#wishlist-table.clean-table {
  text-transform: uppercase;
  width: 100%; }
  #wishlist-table.clean-table th {
    border-bottom: 1px solid #C0C0C0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px 10px; }
    #wishlist-table.clean-table th:first-child {
      padding-left: 0; }
    #wishlist-table.clean-table th.customer-wishlist-item-image {
      text-align: left; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top; }
    #wishlist-table.clean-table td:first-child {
      padding-left: 0; }
    #wishlist-table.clean-table td:last-child {
      padding-right: 0; }
  #wishlist-table.clean-table thead th {
    text-transform: uppercase; }

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }
  #wishlist-table .product-name a {
    color: #333333; }

#wishlist-table .wishlist-sku {
  display: none; }

#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Source Sans Pro", sans-serif; }
  #wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:focus {
    border: 1px solid #3399CC; }

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
  #wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px; }

#wishlist-table .cart-cell {
  text-align: center; }

#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    text-align: center;
    margin-bottom: 10px; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center; }
  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top; }

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal; }

#wishlist-table .price-box {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  margin: 0; }
  #wishlist-table .price-box .price {
    color: #333333;
    line-height: 1; }

#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #333333;
    margin-bottom: 3px; }

#wishlist-table .truncated .details {
  background: none;
  color: #333333; }

#wishlist-table td[data-rwd-label]:before {
  line-height: 1.5; }

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px; }
    #wishlist-table.clean-table td textarea {
      height: 100px; }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
      width: 110px; }
      #wishlist-table.clean-table td.customer-wishlist-item-cart .button {
        margin: 10px 0; }
      #wishlist-table.clean-table td.customer-wishlist-item-cart .item-options {
        padding-left: 0;
        padding-right: 0; }
  #wishlist-table .product-name {
    font-size: 13px; } }

@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both; }
  #wishlist-table .product-name {
    font-size: 16px; }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%; }
  #wishlist-table .item-manage {
    max-width: 100%; }
  #wishlist-table tr {
    position: relative; }
    #wishlist-table tr:after {
      content: '';
      display: table;
      clear: both; }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; }
    #wishlist-table td.customer-wishlist-item-image img {
      width: 70px;
      height: 70px; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    text-align: left;
    float: left;
    clear: both; }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px; }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px; } }

@media only screen and (max-width: 599px) {
  #wishlist-table.clean-table td {
    padding-top: 7px;
    padding-bottom: 7px; }
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0; }
  #wishlist-table td.customer-wishlist-item-cart {
    float: left; }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image,
  #wishlist-table td.customer-wishlist-item-image:before {
    display: none; } }

@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; }
  #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; }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; }
    #wishlist-table td.customer-wishlist-item-image a {
      float: left; }
      #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px; }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left; }
    #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
      float: left;
      margin-right: 15px; }
    #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
      text-align: left; }
    #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
      margin-top: 0; }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%; }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px; }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }

.block-wishlist .price-box {
  float: left;
  margin: 0; }

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px; }

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED; }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block; } }

.header-minicart .block {
  margin-bottom: 0; }

.header-minicart .minicart-message {
  display: block;
  padding: 15px; }

.header-minicart .empty {
  padding: 15px 0; }

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
  padding-bottom: 40px; }
  .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .header-minicart .minicart-wrapper:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .header-minicart .minicart-wrapper.loading {
    position: relative; }
    .header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
      display: block; }

.header-minicart .block-cart {
  display: none; }

.header-minicart .block-subtitle {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 15px; }
  .header-minicart .block-subtitle .close {
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 0;
    line-height: 0;
    color: transparent; }
    .header-minicart .block-subtitle .close:before {
      font-family: "icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333;
      font-size: 25px;
      content: "u";
      color: #333333 !important; }
    .header-minicart .block-subtitle .close:hover {
      text-decoration: none; }

.header-minicart .mini-products-list {
  height: 115px;
  overflow-y: auto;
  padding: 0 15px 0 0;
  margin-bottom: 15px; }
  .header-minicart .mini-products-list li {
    padding: 7px 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    float: left;
    width: 100%; }
    .header-minicart .mini-products-list li .product-details {
      position: relative; }
    .header-minicart .mini-products-list li .product-image {
      margin-bottom: 7px; }
    .header-minicart .mini-products-list li .btn-remove {
      position: absolute;
      top: 7px;
      right: 0;
      z-index: 100; }
    .header-minicart .mini-products-list li .btn-edit {
      display: block;
      text-align: center;
      text-decoration: none; }

.header-minicart .info-wrapper {
  margin-bottom: 0.5em; }
  .header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 13px; }
  .header-minicart .info-wrapper td {
    color: #333333;
    clear: right; }
  .header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px; }
  .header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px; }

.header-minicart .block-content {
  padding: 0; }

.header-minicart .subtotal {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600; }
  .header-minicart .subtotal .label {
    margin-right: 30px; }

.header-minicart .minicart-actions {
  padding: 15px 0 0;
  margin-top: 0px;
  overflow: hidden;
  position: relative; }
  .header-minicart .minicart-actions .checkout-types.minicart {
    float: none;
    text-align: left;
    padding: 0; }
    .header-minicart .minicart-actions .checkout-types.minicart li {
      margin-left: 0; }
  .header-minicart .minicart-actions .paypal-button {
    margin-bottom: 7px; }
  .header-minicart .minicart-actions .paypal-logo {
    float: left; }
    .header-minicart .minicart-actions .paypal-logo .paypal-or {
      line-height: 1.6; }
  .header-minicart .minicart-actions .checkout-types.minicart.bottom > li {
    float: left;
    width: 42%; }
    .header-minicart .minicart-actions .checkout-types.minicart.bottom > li:last-child {
      float: right;
      width: 56%; }
  .header-minicart .minicart-actions .checkout-types.minicart.bottom .cart-link {
    float: right;
    color: #ffffff !important; }
  .header-minicart .minicart-actions .checkout-types.minicart.bottom .checkout-button {
    color: #ffffff !important; }

.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none; }

.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none; }

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none; }

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block; }

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: left; } }

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1; } }

@media only screen and (max-width: 770px) {
  .header-minicart .empty {
    padding: 15px 0; }
  .header-minicart .quantity-button {
    float: none; }
  .header-minicart .header-minicart .block-cart {
    padding: 15px; }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block; }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
      display: inline; }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
      display: inline-block;
      vertical-align: top; }
    .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) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    width: 100%; }
  .header-minicart .minicart-actions .checkout-types.minicart {
    text-align: left; }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
      display: block;
      margin-left: 0;
      margin-right: 0; }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
      line-height: 1.6; } }

@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; } }

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: -1px !important;
  width: 100% !important;
  z-index: 800; }
  .search-autocomplete ul {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      color: #333333;
      cursor: pointer;
      padding: 2px 0;
      text-align: left;
      text-transform: uppercase; }
      .search-autocomplete ul li .amount {
        float: right;
        font-weight: 600;
        margin: 0; }
      .search-autocomplete ul li:last-child {
        border-bottom: none; }
  @media only screen and (max-width: 770px) {
    .search-autocomplete ul {
      position: static;
      padding: 15px 0 0;
      border: 0;
      background: none; }
      .search-autocomplete ul li {
        padding: 9px 0; } }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #333333;
  border: 1px solid #EDEDED;
  padding: 30px; }
  .advanced-search select.multiselect option {
    border-bottom: 1px solid #EDEDED;
    padding: 2px 5px; }

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px; } }

/* ============================================ *
 * Account - Reviews
 * ============================================ */
#my-reviews-table .rating-box {
  margin: 0; }

#my-reviews-table tr.first td {
  border-top: 1px solid #CCCCCC; }

@media only screen and (max-width: 770px) {
  #my-reviews-table td.stars,
  #my-reviews-table td.description {
    display: none; } }

.product-review .product-img-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .product-review .product-img-box:last-child {
    margin-right: 0; }
  .product-review .product-img-box .product-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 15px; }
    .product-review .product-img-box .product-image:last-child {
      margin-right: 0; }
    .product-review .product-img-box .product-image:after {
      content: '';
      display: table;
      clear: both; }
  .product-review .product-img-box p.label {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .product-review .product-img-box .rating-box {
    margin: 15px 0; }

.product-review .product-details {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0; }
  .product-review .product-details:last-child {
    margin-right: 0; }
  .product-review .product-details h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px; }

@media only screen and (max-width: 599px) {
  .product-review .product-img-box,
  .product-review .product-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .product-review .product-img-box:last-child,
    .product-review .product-details:last-child {
      margin-right: 0; } }

.product-review .ratings-table {
  font-family: "Source Sans Pro", sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase; }

.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.product-review .ratings-description dd {
  padding: 15px 0; }

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none; } }

@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px; } }

@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none; } }

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%; }

.cms-page-view .std p,
.cms-no-route .std p {
  color: #333333;
  font-size: 14px;
  line-height: 24px; }

.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #333333; }

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #333333; }

.cms-page-view .std li,
.cms-no-route .std li {
  color: #333333;
  font-size: 14px;
  line-height: 24px; }

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }

.cms-no-route .std img {
  width: 100%; }

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 15px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul,
  .cms-no-route .std .messages ul {
    margin-bottom: 0; }
  .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: "Source Sans Pro", sans-serif; }

#accordion .toggle-tabs {
  display: none; }

#accordion > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 15px;
  position: relative;
  display: block; }
  #accordion > dl > dt:after {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    content: "v";
    float: right;
    top: 50%; }

#accordion > dl > dd {
  padding: 15px;
  margin: 0 0 15px; }

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }

#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  .page-sitemap .links a {
    position: relative; }

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link {
  text-decoration: none; }
  .price-box .minimal-price-link .label {
    text-transform: uppercase; }

.map-info {
  white-space: nowrap; }

.catalog-product-view .map-info {
  white-space: normal; }
  .catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px; }
  .catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%; }

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
  .notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3; }

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%; } }

@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px; }
    .notice-cookie .notice-text {
      max-width: 82%;
      padding-top: 0; } }

@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px; }
    .notice-cookie .notice-inner {
      background-position: left 10px; }
      .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both; }
    .notice-cookie .notice-text {
      float: none;
      max-width: 100%;
      padding-top: 0; }
    .notice-cookie .actions {
      text-align: left; } }

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px; }

#addTagForm .form-add {
  margin-top: 10px; }

.product-tags {
  background-color: #333333;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%; }

.product-tags li {
  float: left;
  margin-right: 15px; }

.product-tags li.last {
  margin-right: 0px; }

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.tags-list > li {
  float: left;
  margin-right: 10px; }

.block-tags .actions > a {
  font-size: 12px; }

.my-tag-edit .button.btn-remove {
  padding: 0; }
  .my-tag-edit .button.btn-remove:after {
    color: white; }

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none; } }

/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

.customer-account-create .scaffold-form .captcha-input-container label:first-child, .customer-account-create .scaffold-form .captcha-input-container #wishlist-table td[data-rwd-label]:first-child:before, #wishlist-table .customer-account-create .scaffold-form .captcha-input-container td[data-rwd-label]:first-child:before {
  width: 100%; }

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px; }

.captcha-img {
  border: 20px solid #bbb; }

.captcha-input-container {
  margin-bottom: 10px; }

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both; }
  .control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both; }

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#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) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: left;
    width: 100%; }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: left;
    width: 100%; } }

/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal; }
  #recurring_profile_list_view th span {
    white-space: inherit; }

@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px; }
    #recurring_profile_list_view a {
      font-size: inherit; }
    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
      padding: 2px; } }

.recurring-profiles-title {
  float: left; }
  .recurring-profiles-title h1 {
    margin-bottom: 7px; }

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px; }
  @media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
      text-align: center;
      float: none; } }
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static; }

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both; }

#recurring_start_date_trig {
  display: inline; }

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px; }
  .billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both; }
  .billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%; }
  .billing-agreements .info-box .box-title {
    margin-top: 30px;
    margin-bottom: 7px; }
  .billing-agreements .info-box .button {
    float: right;
    margin-top: 7px; }
    @media only screen and (max-width: 479px) {
      .billing-agreements .info-box .button {
        width: 100%;
        float: none; } }

.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px; }

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%; }
  @media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
      max-width: 100%; } }

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px; }

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none; } }

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%; }

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px; }

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%; }
  @media only screen and (min-width: 771px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
      max-width: 100px; } }

.widget {
  clear: both; }
  .widget .widget-title h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 15px; }
  .widget .widget-products ul li {
    list-style: none;
    margin-left: 0; }

.widget .pager {
  float: none;
  width: 100%; }

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #ECECEC;
    text-transform: uppercase;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.active {
      background-color: #3b56a6; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.last {
      border-right: 0px; }

body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px; }

body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%; }

body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%; }

body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%; }

body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px; }

body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold; }

body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right; }

body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right; }

.checkout-multishipping-addresses #multiship-addresses-table th select, .checkout-multishipping-addresses #multiship-addresses-table td select {
  min-width: 200px; }

.checkout-multishipping-addresses #multiship-addresses-table td.last {
  width: 0; }

.checkout-multishipping-addresses .btn-remove2 {
  display: none; }

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px; }

.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px; }
  .checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px; }
  .checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px; }

.checkout-multishipping-addresses .page-title,
.checkout-multishipping-shipping .page-title,
.checkout-multishipping-billing .page-title,
.checkout-multishipping-overview .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .checkout-multishipping-addresses .page-title h1,
  .checkout-multishipping-shipping .page-title h1,
  .checkout-multishipping-billing .page-title h1,
  .checkout-multishipping-overview .page-title h1 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%; }
  .checkout-multishipping-addresses .page-title .button,
  .checkout-multishipping-shipping .page-title .button,
  .checkout-multishipping-billing .page-title .button,
  .checkout-multishipping-overview .page-title .button {
    float: right; }

.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%;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  font-size: 14px; }

.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  font-size: 14px; }

.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px; }

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%; }

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none; }

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both; }

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px; }
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px; }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px; }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px; }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%; }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px; }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right; }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px; }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0; } }

@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px; } }

@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block; } }

#payment_form_ewayrapid_ewayone {
  border: none !important; }

/* ============================================ *
 * ZipPay
 * ============================================ */
.zipmoney-strip-banner {
  margin-top: 15px; }

.zipmoney-strip-banner > iframe {
  height: 50px !important; }

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

section[role=banner] .main-banner {
  max-width: 2000px;
  padding: 0; }
