@charset "UTF-8";
/**
 * Main stylesheet for screens
 *
 * @category    design
 * @package     spxus_default
 */
/**
 * Global variable definitions
 *
 * @category  design
 * @package   spxus_default
 */
/**
 * Breakpoint mixin
 *
 * @category  design
 * @package   spxus_default
 */
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
/**
 * Clearfix Mixin
 *
 * @category	design
 * @package		spxus_default
 */
.col-left-first:after, .products-grid:after, .products-grid > li:after, .products-list > li:after, .products-list .configurable-swatch-list:after, .product-view .product-image-bottom:after, .product-view .configurable-swatch-list:after, .product-view .grouped-items-table-item:after, .product-view .grouped-item-options:after, .footer-progress-opcheckout:after, .opc .section .step-title:after, .opc .section .step:after, .opc .required-container:after, .block-progress .payment-info:after, .helpdesk-parent .col-main:after {
  content: '';
  display: table;
  clear: both; }

/**
 * Image Replacement Mixin/Placeholder
 *
 * @category	design
 * @package		spxus_default
 */
.btn-remove2, .slick-arrow, .tooltip-close-button, .product-view .easyzoom-notice, .product-view .sharing-links a, .footer-progress-opcheckout .privacy-policy:before, .box-close {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block; }

/**
 * Toggle Content Mixins
 *
 * @category	design
 * @package		spxus_default
 */
/* -------------------------------------------- *
 * Tabs
 */
/* -------------------------------------------- *
 * Accordion
 */
.sidebar {
  position: relative; }

/**
 * typography mixins
 *
 * @category  design
 * @package   spxus_default
 */
/**
 * Visibility mixins & placeholders
 *
 * @category  design
 * @package   spxus_default
 */
/**
 * psuedo element icon mixin
 *
 * @category  design
 * @package   spxus_default
 */
.messages .error-msg:before, .product-view .product-image-gallery:after, .product-view .product-image-larger-view a:before, .product-view .product-help li:before {
  content: "";
  display: inline-block;
  vertical-align: middle; }

/**
 * Cross out an entire element with a big "X" of specified color & width
 * Based on: http://stackoverflow.com/a/32218519/1583214
 *
 * @author    Scott Buchanan <sbuchanan@ebay.com>
 * @category  design
 * @package   spxus_default
 */
.block-account .block-content li.current a:before,
.block.block-account:last-of-type .block-content li.current a:before, .block-account .block-content li a:before,
.block.block-account:last-of-type .block-content li a:before, .block-account .block-title.active span:before,
.block.block-account:last-of-type .block-title.active span:before, .block-account .block-title span:before,
.block.block-account:last-of-type .block-title span:before, .slick-arrow.slick-next.slick-disabled, .slick-arrow.slick-next, .slick-arrow.slick-prev.slick-disabled, .slick-arrow.slick-prev, .product-view .product-image-larger-view a:before, .product-view .product-image-gallery:after, .product-view .product-image-gallery.zoom-active:after, .messages .error-msg:before, .footer-progress-opcheckout .privacy-policy:before, .product-view .product-help li.product-help-call:before, .product-view .product-help li.product-help-email:before, .product-view .product-help li.product-help-faq:before, .product-view .sharing-links .link-email-friend, .product-view .sharing-links .link-facebook, .product-view .sharing-links .link-pinterest, .product-view .sharing-links .link-twitter, body.bp-xsmall .box-close, .tooltip-close-button, .box-close, #header-clone .cart-link, .quickview .product-image-larger-view a, .btn-remove2, #lc-video {
  background: url("../../default/images/build/sprites.png") no-repeat; }

.block-account .block-content li.current a:before,
.block.block-account:last-of-type .block-content li.current a:before {
  width: 6px;
  height: 7px;
  background-position: 0 0; }

.block-account .block-content li a:before,
.block.block-account:last-of-type .block-content li a:before {
  width: 6px;
  height: 7px;
  background-position: 0 -7px; }

.block-account .block-title.active span:before,
.block.block-account:last-of-type .block-title.active span:before {
  width: 17px;
  height: 10px;
  background-position: 0 -14px; }

.block-account .block-title span:before,
.block.block-account:last-of-type .block-title span:before {
  width: 10px;
  height: 17px;
  background-position: 0 -24px; }

.slick-arrow.slick-next.slick-disabled {
  width: 19px;
  height: 22px;
  background-position: 0 -41px; }

.slick-arrow.slick-next {
  width: 19px;
  height: 22px;
  background-position: 0 -63px; }

.slick-arrow.slick-prev.slick-disabled {
  width: 19px;
  height: 22px;
  background-position: 0 -85px; }

.slick-arrow.slick-prev {
  width: 19px;
  height: 22px;
  background-position: 0 -107px; }

.product-view .product-image-larger-view a:before {
  width: 13px;
  height: 12px;
  background-position: 0 -129px; }

.product-view .product-image-gallery:after {
  width: 32px;
  height: 32px;
  background-position: 0 -141px; }

.product-view .product-image-gallery.zoom-active:after {
  width: 32px;
  height: 32px;
  background-position: 0 -173px; }

.messages .error-msg:before {
  width: 44px;
  height: 46px;
  background-position: 0 -205px; }

.footer-progress-opcheckout .privacy-policy:before {
  width: 13px;
  height: 19px;
  background-position: 0 -251px; }

.product-view .product-help li.product-help-call:before {
  width: 13px;
  height: 23px;
  background-position: 0 -270px; }

.product-view .product-help li.product-help-email:before {
  width: 29px;
  height: 23px;
  background-position: 0 -293px; }

.product-view .product-help li.product-help-faq:before {
  width: 13px;
  height: 23px;
  background-position: 0 -316px; }

.product-view .sharing-links .link-email-friend {
  width: 51px;
  height: 27px;
  background-position: 0 -339px; }

.product-view .sharing-links .link-facebook {
  width: 27px;
  height: 27px;
  background-position: 0 -366px; }

.product-view .sharing-links .link-pinterest {
  width: 27px;
  height: 27px;
  background-position: 0 -393px; }

.product-view .sharing-links .link-twitter {
  width: 27px;
  height: 27px;
  background-position: 0 -420px; }

body.bp-xsmall .box-close {
  width: 25px;
  height: 25px;
  background-position: 0 -466px; }

.tooltip-close-button, .box-close {
  width: 12px;
  height: 12px;
  background-position: 0 -491px; }

#header-clone .cart-link {
  width: 24px;
  height: 23px;
  background-position: 0 -503px; }

.quickview .product-image-larger-view a {
  width: 47px;
  height: 47px;
  background-position: 0 -526px; }

.btn-remove2 {
  width: 14px;
  height: 18px;
  background-position: 0 -595px; }

#lc-video {
  width: 25px;
  height: 21px;
  background-position: 0 -613px; }

/*! 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 */
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal; }

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

img {
  display: block; }

ol,
ul {
  list-style: none; }

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

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

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

/*! spx-global.min.css - v0.1.1 - Built 2015-07-15T18:57:55 */
                                                              /*!
 * @license
 * MyFonts Webfont Build ID 2948836, 2015-01-07T11:44:51-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: BrandonGrotesque-Regular by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/regular/
 *
 * Webfont: BrandonGrotesque-RegularItalic by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/italic/
 *
 * Webfont: BrandonGrotesque-MediumItalic by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/medium-italic/
 *
 * Webfont: BrandonGrotesque-Bold by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/bold/
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2948836
 * Licensed pageviews: 600,000
 * Webfonts copyright: Copyright (c) 2009 by Hannes von Doehren. All rights reserved.
 *
 * (c) 2015 MyFonts Inc
*/
@font-face {
  font-family: BrandonGrotesque;
  src: url(../fonts/brandongrotesque/2CFEE4_5_0.eot);
  src: url(../fonts/brandongrotesque/2CFEE4_5_0.eot?#iefix) format("embedded-opentype"), url(../fonts/brandongrotesque/2CFEE4_5_0.woff2) format("woff2"), url(../fonts/brandongrotesque/2CFEE4_5_0.woff) format("woff"), url(../fonts/brandongrotesque/2CFEE4_5_0.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: BrandonGrotesque;
  src: url(../fonts/brandongrotesque/2CFEE4_2_0.eot);
  src: url(../fonts/brandongrotesque/2CFEE4_2_0.eot?#iefix) format("embedded-opentype"), url(../fonts/brandongrotesque/2CFEE4_2_0.woff2) format("woff2"), url(../fonts/brandongrotesque/2CFEE4_2_0.woff) format("woff"), url(../fonts/brandongrotesque/2CFEE4_2_0.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: BrandonGrotesque;
  src: url(../fonts/brandongrotesque/2CFEE4_9_0.eot);
  src: url(../fonts/brandongrotesque/2CFEE4_9_0.eot?#iefix) format("embedded-opentype"), url(../fonts/brandongrotesque/2CFEE4_9_0.woff2) format("woff2"), url(../fonts/brandongrotesque/2CFEE4_9_0.woff) format("woff"), url(../fonts/brandongrotesque/2CFEE4_9_0.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: BrandonGrotesque;
  src: url(../fonts/brandongrotesque/2CFEE4_3_0.eot);
  src: url(../fonts/brandongrotesque/2CFEE4_3_0.eot?#iefix) format("embedded-opentype"), url(../fonts/brandongrotesque/2CFEE4_3_0.woff2) format("woff2"), url(../fonts/brandongrotesque/2CFEE4_3_0.woff) format("woff"), url(../fonts/brandongrotesque/2CFEE4_3_0.ttf) format("truetype");
  font-weight: 600;
  font-style: italic; }
/*!SPANX HANDWRITING!!!*/
@font-face {
  font-family: "spanx_handwritingregular";
  src: url("../fonts/spanxhandwriting/spanxhandwriting-webfont.eot");
  src: url("../fonts/spanxhandwriting/spanxhandwriting-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/spanxhandwriting/spanxhandwriting-webfont.woff2") format("woff2"), url("../fonts/spanxhandwriting/spanxhandwriting-webfont.woff") format("woff"), url("../fonts/spanxhandwriting/spanxhandwriting-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-variant: normal; }
/**
 * common global styles
 *
 * @category  design
 * @package   spxus_default
 */
/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body,
button,
input,
select,
table,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.5; }

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

a:hover {
  color: #b41017;
  text-decoration: underline; }
  html.touch a:hover {
    text-decoration: none; }

a:focus {
  outline-color: #bf1118;
  color: #3e0608; }

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0 0 0.7em;
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility; }

h2, .h2 {
  margin: 0 0 0.5em;
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility; }

h3, .h3 {
  margin: 0 0 10px;
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed; }

h4, .h4 {
  margin: 0 0 10px;
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed; }

h5, .h5 {
  margin: 0 0 10px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed; }

h6, .h6 {
  margin: 0 0 5px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed; }

/* ============================================ *
 * Utility Classes
 * ============================================ */
.clear-fix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.clip {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 0 !important;
  padding: 0 !important; }

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

.availability-details {
  font-size: 12px;
  display: none;
  padding: 1em; }

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-loop-attribute h1,
.product-name .h1,
.product-loop-attribute .h1 {
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase; }

.checkout-cart-index .page-title h1 {
  color: #000000;
  font-size: 24px;
  line-height: 25px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase; }

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px; }

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

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC; }
  .block-title h2,
  .block-title h3,
  .block-title strong {
    margin: 0 0 10px;
    color: #000000;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeSpeed;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600; }
  .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #545454; }

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

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

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

.block-content li.item {
  margin: 0 0 10px 9px; }

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

.block .actions {
  margin: 10px 0 0; }
  .block .actions:after {
    content: '';
    display: table;
    clear: both; }
  .block .actions a {
    float: left; }
  .block .actions .button {
    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: 767px) {
  .sidebar .block:not(.block-layered-nav):not(.block-account) {
    margin-bottom: 0; }
    .sidebar .block:not(.block-layered-nav):not(.block-account) .block-title {
      padding: 0;
      margin-top: 0;
      border-bottom: none;
      border-top: none;
      margin-bottom: 0; }
      .sidebar .block:not(.block-layered-nav):not(.block-account) .block-title > strong {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0; }
      .sidebar .block:not(.block-layered-nav):not(.block-account) .block-title.active > strong {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
        position: relative; }
    .sidebar .block:not(.block-layered-nav):not(.block-account) .block-content {
      padding: 10px;
      margin-top: 0;
      border-width: 0 1px;
      border-style: solid;
      border-color: #CCCCCC; }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC; } }
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none; }
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  margin: 7px 0; }
  .block-account li strong,
  .block-cms-menu li strong {
    font-weight: 400;
    color: #cb121a; }
  .block-account li a,
  .block-cms-menu li a {
    color: #000000; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: black; }

/* ============================================ *
 * Buttons
 * ============================================ */
.button {
  background: #cb121a;
  display: inline-block;
  padding: 0.8em 1.2em 0.6em;
  border: 1px solid transparent;
  color: white;
  font-weight: bold;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  /* Disabled - class for anchor, state for form elements */
  /* .button-secondary is deprecated; use class="button secondary" instead */
  /* Adjacent buttons */ }
  .button:hover {
    background: #A80007;
    cursor: pointer; }
  .button:active {
    background: #A80007;
    color: #FFFFFF; }
  .button:focus {
    background-color: #A80007;
    outline: none;
    color: #FFFFFF; }
  .button.clear-btn {
    background: #fff;
    color: #cb121a; }
    .button.clear-btn:hover, .button.clear-btn:active, .button.clear-btn:focus {
      color: #cb121a; }
  .button.disabled, .button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: default; }
  .button.processing {
    cursor: progress; }
  .button.secondary, .button.button-secondary {
    background-color: #fff;
    border-color: currentColor;
    color: #cb121a; }
    .button.secondary:hover, .button.secondary:active, .button.secondary:focus, .button.button-secondary:hover, .button.button-secondary:active, .button.button-secondary:focus {
      color: #cb121a; }
  .button + .button {
    margin-left: 5px; }

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

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

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle; }

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #cb121a; }
  .button2 span:hover,
  .button2 span span:hover {
    text-decoration: none;
    color: #850c11; }

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

@media only screen and (max-width: 767px) {
  .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; }

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px; }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .skip-account .icon {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .skip-account .icon {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }
  .btn-remove:hover,
  .btn-previous:hover {
    background-color: #cb121a;
    border-color: #cb121a; }

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

@media only screen and (max-width: 767px) {
  .btn-remove2 {
    position: absolute;
    right: 0; } }
.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 #cb121a;
  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; }

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

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F0F0F0; }

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

/* -------------------------------------------- *
 * Container
 */
.main-container {
  position: relative;
  margin: 0 auto;
  padding: 15px; }
  .main-container:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1008px) {
    .main-container {
      padding: 15px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .main-container {
      padding: 136px 15px 15px 15px; } }

@media only screen and (max-width: 767px) {
  .cms-home .main-container {
    padding: 136px 15px 15px 15px !important; } }

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

.col-main img,
.col-left img,
.col-right img {
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  .col2-left-layout .col-left {
    float: left;
    width: 16%; }
  .col2-left-layout .col-main {
    float: right;
    width: 80%; } }

@media only screen and (min-width: 768px) {
  .col2-right-layout .col-right {
    float: right;
    width: 14%; }
  .col2-right-layout .col-main {
    float: left;
    width: 82.5%; } }

@media only screen and (min-width: 768px) {
  .col3-layout .col-wrapper {
    float: left;
    width: 82.5%; }
    .col3-layout .col-wrapper .col-left {
      float: left;
      width: 17%; }
    .col3-layout .col-wrapper .col-main {
      float: right;
      width: 78.5%; }
  .col3-layout .col-right {
    float: right;
    width: 14%; } }

/* Content Columns */
.col2-set {
  width: 100%; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        padding: 10px; } }
  .col2-set .col-1 {
    float: left;
    padding-left: 0; }
  .col2-set .col-2 {
    float: right;
    padding-right: 0; }
  @media only screen and (max-width: 479px) {
    .col2-set .col-1,
    .col2-set .col-2 {
      float: none;
      width: auto;
      border: 0;
      padding-right: 0;
      padding-left: 0; } }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }
  .col2-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; } }
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #FFF;
  font-size: 11px; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-position: left;
    background-repeat: no-repeat; }
  .global-site-notice p {
    margin-bottom: 0; }

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

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

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

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

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

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

.messages li li {
  position: relative;
  padding: 7px 10px 7px 20px;
  font-size: 15px; }

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px; }

.messages .error-msg,
.messages .notice-msg,
.messages .success-msg {
  width: 100%; }

.messages .error-msg {
  min-height: 46px;
  padding-left: 38px;
  position: relative; }
  .messages .error-msg:before {
    position: absolute;
    display: block;
    margin-top: -23px;
    left: 0;
    top: 50%; }

.messages .error-msg li,
.messages .notice-msg li,
.messages .success-msg li {
  font-weight: bold; }

.messages .error-msg li {
  color: #cb121a;
  text-transform: uppercase; }

.messages .notice-msg li,
.messages .success-msg li {
  background-color: #f8f8f8;
  color: #000000; }

@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; } }
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto; }

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px; }

/* -------------------------------------------- *
 * 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: #F0F0F0; }

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

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 7px 0;
  overflow: hidden; }
  .price-box p {
    margin-bottom: 0; }
  .price-box .original-price {
    color: #939393;
    font-weight: normal;
    font-size: 11px; }
  .price-box .price-label {
    white-space: nowrap; }
  .price-box .minimal-price-link {
    padding-left: 1em;
    color: #000000;
    display: block;
    /* We want this to show on its own line, otherwise the layout looks funky */ }
    .price-box .minimal-price-link .label {
      color: #545454; }

.price-notice {
  color: #545454; }

.products-grid .price-box .old-price {
  display: block; }
  .products-grid .price-box .old-price .price {
    display: inline-block;
    font-weight: normal; }
  .products-grid .price-box .old-price .price,
  .products-grid .price-box .old-price .price-label {
    font-size: 11px;
    color: #939393; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price,
.price-box .special-price .price,
.price-box .was-old-price {
  display: inline-block; }
.price-box .old-price span {
  color: #939393; }
.price-box .special-price {
  color: #000000;
  padding-right: 1em; }
  .price-box .special-price .price-label {
    display: none; }

/* -------------------------------------------- *
 * 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 {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px; }
  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: 12px; }
  .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; }

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:after,
.product-cart-availability:after {
  content: '';
  display: table;
  clear: both; }
.item-options dt,
.product-cart-availability dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding-right: 5px; }
  .item-options dt:after,
  .product-cart-availability dt:after {
    content: ': '; }
.item-options dd,
.product-cart-availability dd {
  float: left;
  margin: 0; }

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

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

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

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0; }
  .ratings .rating-box,
  .ratings .rating-links {
    margin: 5px 0; }
  .ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden; }
  .ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px; }
  .ratings .amount {
    display: block;
    margin: 5px auto; }
  .ratings .rating-links .separator {
    margin: 0 3px; }

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

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  display: none;
  margin: 10px 0; }
  .toolbar:after {
    content: '';
    display: table;
    clear: both; }

.toolbar-bottom .toolbar {
  display: block; }
  @media only screen and (max-width: 767px) {
    .toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .limiter {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .toolbar-bottom .toolbar .pager {
      -ms-transform: inherit;
          transform: inherit;
      width: inherit;
      font-size: 14px; } }

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

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

.toolbar,
.pager {
  color: #000000; }

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

.sorter, .limiter {
  float: left;
  margin-bottom: 5px; }
  .sorter label, .limiter label {
    float: left;
    margin-right: 5px;
    font-size: 10px; }
    .sorter label:after, .limiter label:after {
      content: ':'; }

.sorter > .sort-by {
  float: left;
  margin-right: 5px; }
  .sorter > .sort-by label {
    vertical-align: top;
    line-height: 18px;
    font-weight: bold; }
  .sorter > .sort-by select {
    font-size: 10px;
    vertical-align: top;
    height: 18px; }
  .sorter > .sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block; }
  .sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px; }
    .sorter > .sort-by .sort-by-switcher--asc:hover {
      background-position: -46px -542px; }
  .sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px; }
    .sorter > .sort-by .sort-by-switcher--desc:hover {
      background-position: -46px -567px; }

.limiter {
  float: left;
  margin-right: 5px; }
  .limiter label {
    vertical-align: top;
    line-height: 18px;
    font-weight: bold; }
  .limiter select {
    font-size: 10px;
    vertical-align: top;
    height: 18px; }

.sorter > .view-mode {
  float: right; }
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    float: left;
    width: 34px;
    height: 31px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  .sorter > .view-mode .grid {
    margin-right: 5px;
    background: url("../images/spx-sprite.png") no-repeat -300px -150px; }
  .sorter > .view-mode strong.grid,
  .sorter > .view-mode a.grid:hover {
    background: url("../images/spx-sprite.png") no-repeat -300px -181px; }
  .sorter > .view-mode .list {
    background: url("../images/spx-sprite.png") no-repeat -300px -212px; }
  .sorter > .view-mode strong.list,
  .sorter > .view-mode a.list:hover {
    background: url("../images/spx-sprite.png") no-repeat -300px -243px; }

.pager {
  overflow: hidden;
  font-size: 10px;
  text-align: right; }
  .pager .bookend-links {
    padding: 0 7px;
    border-left: #a0a0a0 1px solid;
    display: none; }
  .pager .amount {
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 0 7px; }
    .pager .amount .items-on-page-count {
      display: none; }
  .pager > * {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.5em; }
  .pager .previouslink,
  .pager .nextlink,
  .pager .pages-dropdown {
    float: right; }
  .pager .pages-dropdown {
    margin: 0px 10px 0px 10px; }
    .pager .pages-dropdown select.page {
      font-size: 10px;
      vertical-align: top;
      height: 18px;
      float: left;
      margin-right: 5px; }
  .pager .previouslink,
  .pager .nextlink {
    text-transform: uppercase;
    font-weight: bold; }

.pages {
  overflow: hidden;
  display: none; }
  .pages strong {
    display: none; }
  .pages .count-container {
    display: none; }

.pages li {
  color: #a0a0a0;
  display: inline-block;
  padding: 0 7px;
  border-left: #a0a0a0 1px solid; }

.pages a,
.pages .current {
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif; }

.pages .current,
.pages .current:hover {
  color: #a0a0a0;
  cursor: default; }

.col-main > .mobile-sort-widget-container {
  width: 100%;
  height: 80px;
  display: none; }
  .col-main > .mobile-sort-widget-container .sort-dropdown-container {
    margin-bottom: 10px; }
  .col-main > .mobile-sort-widget-container .sort-pagination {
    float: left;
    width: 69%;
    margin-top: 8px; }
  .col-main > .mobile-sort-widget-container .sort-viewtype {
    float: right;
    width: 30%; }
  @media only screen and (max-width: 767px) {
    .col-main > .mobile-sort-widget-container {
      display: block; } }

.col-main > .side-total-count {
  display: none; }

.mobile-sort-widget .pages, .mobile-sort-widget .count-container {
  display: none !important; }
.mobile-sort-widget .previouslink,
.mobile-sort-widget .nextlink,
.mobile-sort-widget .pages-dropdown {
  float: right; }
  .mobile-sort-widget .previouslink select.page,
  .mobile-sort-widget .nextlink select.page,
  .mobile-sort-widget .pages-dropdown select.page {
    font-size: 10px;
    vertical-align: top;
    height: 18px;
    float: left;
    margin-right: 5px; }
.mobile-sort-widget .pages-dropdown {
  margin-left: 5px; }
.mobile-sort-widget a.bookend-links {
  display: none; }
.mobile-sort-widget .previouslink,
.mobile-sort-widget .nextlink {
  text-transform: uppercase;
  font-weight: bold; }
.mobile-sort-widget .nextlink {
  margin-left: 5px; }

@media only screen and (min-width: 768px) {
  .toolbar {
    display: block; }
    .toolbar .sorter > .view-mode .grid, .toolbar .sorter > .view-mode .list, .toolbar .limiter > .view-mode .grid, .toolbar .limiter > .view-mode .list {
      width: 18px;
      height: 17px; }
    .toolbar .sorter > .view-mode .grid, .toolbar .limiter > .view-mode .grid {
      background: url("../images/spx-sprite.png") no-repeat -336px -150px; }
    .toolbar .sorter > .view-mode strong.grid,
    .toolbar .sorter > .view-mode a.grid:hover, .toolbar .limiter > .view-mode strong.grid,
    .toolbar .limiter > .view-mode a.grid:hover {
      background: url("../images/spx-sprite.png") no-repeat -336px -167px; }
    .toolbar .sorter > .view-mode .list, .toolbar .limiter > .view-mode .list {
      background: url("../images/spx-sprite.png") no-repeat -336px -183px; }
    .toolbar .sorter > .view-mode strong.list,
    .toolbar .sorter > .view-mode a.list:hover, .toolbar .limiter > .view-mode strong.list,
    .toolbar .limiter > .view-mode a.list:hover {
      background: url("../images/spx-sprite.png") no-repeat -336px -199px; }

  .mobile-sort-widget {
    display: none; } }
@media only screen and (max-width: 479px) {
  .limiter label {
    display: none; } }
@media only screen and (max-width: 767px) {
  .col1-layout .sorter,
  .col1-layout .pager,
  .col1-layout .limiter {
    width: 100%; }
  .col1-layout .pager {
    float: left;
    clear: both; }
    .col1-layout .pager .pages {
      float: left;
      margin-left: 0; }
    .col1-layout .pager .count-container {
      float: right; } }
@media only screen and (max-width: 767px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-left-layout .limiter,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col2-right-layout .limiter,
  .col3-layout .sorter,
  .col3-layout .pager,
  .col3-layout .limiter {
    width: 100%; }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both; }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
      float: left;
      margin-left: 0; }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
      float: right; } }
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none; } }
/* ============================================ *
 * 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 #850c11;
    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 #850c11;
  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; }

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

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

.no-display {
  display: none; }

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

/**
 * common form styles
 *
 * @category  design
 * @package   spxus_default
 */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px; }
  .fieldset p.required {
    color: #545454;
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px; }
.fieldset + .fieldset {
  margin-top: 5px; }

form .legend {
  margin: 0 0 10px;
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px; }

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  background-color: #FFF;
  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 {
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

label.required:not(.no-asterisk):after,
span.required:not(.no-asterisk):after {
  content: ' *';
  color: #cb121a;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

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

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #545454;
  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;
  width: 100%;
  max-width: 450px;
  padding: 5px; }

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

.input-text.validation-failed {
  background-color: #FAEBE7;
  border-color: #cb121a; }

.input-text.validation-failed:focus {
  outline-color: tint(#cb121a, 50%); }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px; }

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

/* Only show on iPhones (not iPads or any other device) */
.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: #545454; }

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

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

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

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #000000;
  font-size: 13px;
  font-style: italic; }
  p.required em,
  .validation-advice em {
    color: #cb121a; }

.validation-advice {
  color: #cb121a;
  font-style: normal;
  font-weight: bold; }

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }
.form-list select {
  margin-top: 4px;
  padding: 5px 0;
  width: 365px;
  max-width: 100%; }
.form-list .input-range .input-text {
  width: 74px; }
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
#checkout-shipping-method-load .sp-methods ul,
#co-shipping-method-form .sp-methods ul,
.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,
  #checkout-shipping-method-load .sp-methods ul div.input-box,
  #co-shipping-method-form .sp-methods ul div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    #checkout-shipping-method-load .sp-methods ul div.input-box:after,
    #co-shipping-method-form .sp-methods ul 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,
  #checkout-shipping-method-load .sp-methods ul input.radio,
  #checkout-shipping-method-load .sp-methods ul input.checkbox,
  #co-shipping-method-form .sp-methods ul input.radio,
  #co-shipping-method-form .sp-methods ul input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 11px;
    margin-left: 15px; }
  .form-list .control label,
  #checkout-shipping-method-load .sp-methods ul label,
  #co-shipping-method-form .sp-methods ul label,
  .product-options ul.options-list label {
    color: #000000;
    background-color: transparent;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px; }
    .form-list .control label:hover,
    #checkout-shipping-method-load .sp-methods ul label:hover,
    #co-shipping-method-form .sp-methods ul label:hover,
    .product-options ul.options-list label:hover {
      background-color: shade(#F0F0F0, 3%); }
  .form-list .control .no-display + label,
  #checkout-shipping-method-load .sp-methods ul .no-display + label,
  #co-shipping-method-form .sp-methods ul .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover,
    #checkout-shipping-method-load .sp-methods ul .no-display + label:hover,
    #co-shipping-method-form .sp-methods ul .no-display + label:hover,
    .product-options ul.options-list .no-display + label:hover {
      background-color: transparent; }

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%; }

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

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

form .form-instructions {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000; }

/**
 * @category  design
 * @package   spxus_default
 */
/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px; }

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%; }
  .data-table .product-name a, .data-table .product-loop-attribute a {
    color: #000000; }

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

.data-table th {
  font-weight: bold;
  line-height: 1.4;
  vertical-align: bottom;
  white-space: nowrap; }

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

.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) ":";
      font-size: 12px;
      padding-right: 5px;
      text-transform: uppercase; }
    .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) ":";
      font-size: 12px;
      padding-right: 5px;
      text-transform: uppercase; }
    .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; } }
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%; }

.promotray {
  width: 100%;
  background-color: #cb121a;
  background-image: url(../images/pows_lg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10px 0px 10px 0px;
  margin-bottom: 5px;
  transition: margin 0.5s; }
  .promotray.desktop {
    display: block; }
  .promotray.mobile {
    display: none; }
  .promotray .promoitems .promoitem {
    width: 100%;
    text-align: center; }
  .promotray .openbutton {
    display: none; }
  .promotray .closebutton {
    display: block; }
  .promotray.closed {
    margin-top: -30px;
    background-image: none; }
    .promotray.closed .openbutton {
      display: block; }
    .promotray.closed .closebutton {
      display: none; }
  .promotray .promoitems {
    width: 100%;
    max-width: 1008px;
    margin: 0px auto; }
    .promotray .promoitems .promoitem {
      color: #fff; }
      .promotray .promoitems .promoitem a {
        color: #fff;
        text-decoration: none; }
      .promotray .promoitems .promoitem a:focus {
        color: #fff !important;
        text-decoration: none; }
      .promotray .promoitems .promoitem a:hover {
        color: #fff;
        text-decoration: none; }
      .promotray .promoitems .promoitem a:visited {
        color: #fff;
        text-decoration: none; }
  .promotray .promotraycloser {
    display: none; }

.header-clone .spanxcares {
  display: none; }

.spanxcares {
  position: absolute;
  top: 10px;
  z-index: 10; }

@media only screen and (max-width: 767px) {
  .promotray.desktop {
    display: none; }

  .promotray.mobile {
    display: block; }

  .promotray .promotraycloser {
    padding: 10px 0px 5px 0px; }

  .spanxcares {
    display: none; } }
.wrapper {
  z-index: 10;
  position: relative;
  min-width: 320px;
  max-width: 1008px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF; }
  @media only screen and (max-width: 1007px) {
    .wrapper {
      overflow: hidden; } }
  .unresponsive-page .wrapper {
    width: 1008px; }

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

/**
 * Main header styles
 *
 * @category  design
 * @package   spxus_default
 */
#header {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding-top: 55px;
  position: relative; }
  #header .promotray .promo {
    border: none; }
  @media only screen and (max-width: 350px) {
    #header .promotray {
      font-size: 12px; } }
  #header .branding {
    display: block;
    margin: 20px auto 0;
    width: 233px; }
    #header .branding img {
      display: block;
      width: 233px; }
  #header .promo {
    color: #000;
    position: absolute;
    top: 10px; }
    #header .promo .offer {
      color: #cd0c0c; }
  #header .header-clone .spanxcares {
    display: none; }
  #header .spanxcares {
    position: absolute;
    top: 10px; }
  #header .cart-link {
    background: transparent url("../images/spx-sprite.png") -198px -277px no-repeat;
    border: none;
    display: block;
    height: 24px;
    position: absolute;
    text-align: center;
    width: 25px;
    top: 4px;
    right: 0px;
    line-height: 33px; }
    #header .cart-link .qty {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      color: white;
      display: block;
      position: absolute;
      line-height: 17px;
      height: 17px;
      width: 100%;
      bottom: 0px; }
  #header .utility-nav {
    height: 55px;
    position: absolute;
    top: 10px;
    width: 100%; }
    #header .utility-nav a {
      color: #000; }
    #header .utility-nav .column {
      float: right;
      width: 50%; }
    #header .utility-nav .new-bestsellers,
    #header .utility-nav .ways-to-shop,
    #header .utility-nav .company,
    #header .utility-nav .customer-support {
      display: none; }
  #header ul.top-links {
    float: right;
    margin-bottom: 2px;
    margin-right: 35px; }
    #header ul.top-links li {
      height: 24px;
      float: left; }
      #header ul.top-links li a {
        border-right: 1px solid #000;
        display: block;
        height: 15px;
        line-height: 19px;
        padding: 0 8px;
        position: relative;
        top: 3px; }
      #header ul.top-links li .live-chat:before {
        background: transparent url(https://cim.gsipartners.com/netagent/client/invites/chatimage.aspx?style=style0&questid=2324D9BF-8232-4623-8BBD-B004A8A2EAA7&portid=E91C4AAA-17A8-4A30-9A34-F885049F72A4&imagelanguage=en-us&customcloseimage=https://www.spanx.com/skin/frontend/spxus/default/images/spx-live-chat-off.png&customopenimage=https://www.spanx.com/skin/frontend/spxus/default/images/spx-live-chat-on.png) no-repeat;
        content: '';
        display: inline-block;
        height: 19px;
        left: -28px;
        position: absolute;
        top: -2px;
        width: 33px; }

#flyout-control,
#flyout-search {
  display: none; }

@media only screen and (max-width: 1007px) {
  #header .cart-link {
    right: 10px; }
  #header .promo {
    left: 10px; }
  #header .utility-nav {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 767px) {
  #header .heading, #header ul.top-links li {
    background-color: #666;
    border-bottom: 1px solid #333;
    float: none;
    font-size: 1em;
    height: 45px;
    letter-spacing: 0.05em;
    line-height: 45px; }

  #header {
    top: 0;
    padding-top: 0;
    position: fixed;
    background-color: #fff;
    z-index: 1001;
    width: 100%;
    border-bottom: 1px solid #000; }
    #header > .container {
      padding: 16px 0;
      position: relative; }
    #header > .container + .container {
      padding: 0;
      position: static; }
    #header .branding {
      width: 159px;
      margin-top: 0; }
      #header .branding img {
        width: 159px; }
    #header .promo {
      border-bottom: 1px solid #B2B2B2;
      border-top: 1px solid #B2B2B2;
      line-height: 20px;
      position: static;
      text-align: center; }
      #header .promo .offer {
        margin-top: 5px; }
    #header .cart-link {
      margin: auto 0;
      right: 10px;
      top: 0;
      bottom: 0; }
    #header .utility-nav {
      border: none;
      height: auto;
      position: static;
      padding: 0; }
      #header .utility-nav .column {
        float: none;
        padding: 0;
        width: 100%; }
        #header .utility-nav .column + .column {
          padding: 0; }
      #header .utility-nav .new-bestsellers,
      #header .utility-nav .ways-to-shop,
      #header .utility-nav .customer-support,
      #header .utility-nav .company {
        display: block; }
      #header .utility-nav .new-bestsellers,
      #header .utility-nav .ways-to-shop,
      #header .utility-nav .customer-support,
      #header .utility-nav .company {
        background-color: #666;
        margin-top: 10px;
        padding-bottom: 10px; }
        #header .utility-nav .new-bestsellers li,
        #header .utility-nav .ways-to-shop li,
        #header .utility-nav .customer-support li,
        #header .utility-nav .company li {
          border-bottom: none; }
          #header .utility-nav .new-bestsellers li a,
          #header .utility-nav .ways-to-shop li a,
          #header .utility-nav .customer-support li a,
          #header .utility-nav .company li a {
            padding-left: 32px; }
      #header .utility-nav .new-bestsellers li a {
        padding-left: 16px; }
      #header .utility-nav .company,
      #header .utility-nav .customer-support {
        border-top: 1px solid #333; }
    #header .heading {
      border-bottom: none;
      color: #fff;
      display: block;
      padding-left: 16px; }
    #header ul.top-links {
      float: none;
      margin: 0; }
      #header ul.top-links li a {
        border: none;
        color: #fff !important;
        display: inline-block;
        height: 100%;
        line-height: inherit;
        padding-left: 16px;
        top: 0;
        width: 100%; }
      #header ul.top-links li#my-account, #header ul.top-links li#live-chat {
        display: none; }
      #header ul.top-links li#log-in {
        position: absolute;
        top: 0;
        width: 100%; }
      #header ul.top-links li .live-chat:before {
        background-image: none; }

  #fly-out-nav:checked ~ .wrapper {
    transform: translate3d(250px, 0px, 0px);
    height: 100%;
    position: fixed;
    overflow: visible; }
  #fly-out-nav ~ .wrapper {
    transition: 350ms transform; }

  #flyout-control,
  #flyout-search {
    background: transparent url("../images/hamburger_icon.png") center no-repeat;
    background-size: 50%;
    cursor: pointer;
    display: block;
    height: 28px;
    left: 0;
    margin: auto 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    width: 38px; }

  #flyout-search {
    background: transparent url("../images/search_icon.png") center no-repeat;
    background-size: 50%;
    border: none;
    left: 35px;
    width: 29px; } }
/**
 * Sticky Header
 * -------------
 *	.header-clone and .header-stick handle animation on and off the page but work in
 *	conjunction with js to apply or remove the styles
 */
.header-clone {
  /* Required styles */
  left: 0;
  top: 0;
  position: fixed;
  z-index: 20;
  /* Translate -100% to move off screen */
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  /* Animations */
  transition: all 300ms ease-in-out; }

.header-stick {
  /* Translate back to 0%; */
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

#header-clone {
  background-color: #CB121A;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  height: 37px;
  width: 100%; }
  @media only screen and (max-width: 915px) {
    #header-clone {
      letter-spacing: 0.01em; } }
  #header-clone > .container {
    height: 37px;
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
    position: relative; }
  #header-clone > .container + .container {
    top: -37px; }
  #header-clone .branding {
    display: block;
    height: 19px;
    left: 0;
    overflow: hidden;
    margin-top: 8px;
    min-width: 100px;
    position: absolute;
    width: 10%;
    z-index: 10; }
    #header-clone .branding img {
      width: 100px; }
  #header-clone .navigation {
    height: 37px;
    margin-left: 115px;
    padding-right: 39px; }
    #header-clone .navigation:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
  #header-clone .main-nav {
    height: 37px;
    float: left; }
    #header-clone .main-nav ol {
      margin-top: 10px; }
    #header-clone .main-nav li {
      float: left;
      margin-right: 20px; }
      #header-clone .main-nav li:last-child {
        margin-right: 0; }
      #header-clone .main-nav li a {
        color: #fff; }
  #header-clone .level0 ul.level0 {
    display: none; }
  #header-clone .utility-nav {
    height: 37px;
    float: right; }
  #header-clone .cart-link {
    line-height: 31px;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px; }
    #header-clone .cart-link .qty {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      display: block;
      position: absolute;
      line-height: 17px;
      height: 17px;
      width: 100%;
      bottom: 0px; }
  #header-clone.opencart .branding,
  #header-clone.opencart .cart-link,
  #header-clone.opencart #search_mini_form_sticky {
    display: none; }

@media only screen and (max-width: 1007px) {
  #header-clone .branding {
    left: 10px; }
  #header-clone .navigation {
    margin-left: 125px;
    padding-right: 49px; }
  #header-clone .cart-link {
    right: 10px; } }
@media only screen and (max-width: 915px) {
  #header-clone .main-nav li {
    margin-right: 15px; } }
@media only screen and (max-width: 767px) {
  #header-clone {
    display: none !important; } }
.spx-global-header-nav-cms-c {
  border-top: solid #000;
  border-width: 1px 0;
  margin-top: 6px;
  text-align: right;
  padding-top: 4px; }
  .spx-global-header-nav-cms-c a {
    color: #000;
    padding: 0 6px; }

/**
 * Main header navigation styles
 *
 * @category  design
 * @package   spxus_default
 */
#header-clone .submeganav {
  display: none; }

#header a:focus {
  outline: none;
  color: #cb121a; }
#header .navigation {
  margin-top: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px; }
#header .main-nav ol {
  display: table;
  border-spacing: 1px;
  table-layout: auto;
  margin: 0 -2px;
  width: calc(100% + 4px); }
  #header .main-nav ol li {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    line-height: 26px;
    letter-spacing: 0.1em;
    min-width: 50px;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    padding-bottom: 3px;
    text-transform: uppercase; }
    #header .main-nav ol li a {
      display: block;
      font-size: 16px; }
      #header .main-nav ol li a:hover {
        text-decoration: none; }
    #header .main-nav ol li:last-child {
      border-right: none; }
    #header .main-nav ol li.active {
      border: solid 1px #fff;
      background-image: url(../images/swoosh_md.png);
      background-repeat: no-repeat;
      background-position: bottom center; }
      #header .main-nav ol li.active a {
        color: #cb121a;
        font-weight: bold; }
        #header .main-nav ol li.active a:hover {
          text-decoration: none; }
    #header .main-nav ol li .submeganav {
      display: none;
      position: absolute;
      z-index: 10000;
      background-color: #fff;
      box-shadow: 1px 1px 1px #888;
      text-align: left;
      padding: 10px 0px 10px 0px;
      left: 0;
      margin-top: -1px;
      margin-left: -1px;
      min-width: 102%; }
      #header .main-nav ol li .submeganav .subnavcategories {
        padding-left: 10px; }
      #header .main-nav ol li .submeganav .subnavcategories .subnavfilterlabel, #header .main-nav ol li .submeganav .subnavfilter .subnavfilterlabel {
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 7px; }
      #header .main-nav ol li .submeganav ul {
        border: none;
        width: calc(100% + 4px); }
        #header .main-nav ol li .submeganav ul li {
          vertical-align: top;
          background: none;
          border: none;
          text-align: left;
          padding: 5px 10px 5px 0px;
          height: inherit;
          line-height: 16px;
          padding-left: 20px;
          white-space: nowrap;
          text-transform: none; }
          #header .main-nav ol li .submeganav ul li a {
            color: #000;
            font-weight: normal;
            font-size: 14px;
            border: none; }
            #header .main-nav ol li .submeganav ul li a:hover {
              color: #cb121a; }
          #header .main-nav ol li .submeganav ul li ul {
            border: none; }
            #header .main-nav ol li .submeganav ul li ul li {
              display: block;
              background: none;
              border: none;
              text-align: left;
              padding: 5px 10px 5px 0px;
              height: inherit;
              line-height: 16px; }
        #header .main-nav ol li .submeganav ul li.view-all {
          display: none; }
    #header .main-nav ol li.last .submeganav, #header .main-nav ol li.nav-8 .submeganav {
      left: inherit;
      right: 0;
      margin-right: -1px; }
    #header .main-nav ol li.has-children:hover {
      background-color: #fff; }
      #header .main-nav ol li.has-children:hover a {
        background-color: #fff;
        z-index: 3000000000;
        position: relative;
        width: 100%; }
      #header .main-nav ol li.has-children:hover .submeganav {
        display: block; }
  #header .main-nav ol li.nav-extra {
    font-family: "spanx_handwritingregular", sans-serif; }
    #header .main-nav ol li.nav-extra a {
      color: #f277c6; }
    #header .main-nav ol li.nav-extra:hover {
      background-color: #fff;
      border: 1px solid #fff;
      border-right: none; }
@media only screen and (max-width: 767px) {
  #header .wrapper {
    overflow: visible;
    position: relative; }
  #header .navigation {
    background-color: #333;
    font-family: Arial,Helvetica,sans-serif;
    height: 100%;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    margin-top: 0;
    overflow: scroll;
    -webkit-transform: translateZ(0); }
    #header .navigation .container {
      padding-top: 55px;
      position: relative; }
    #header .navigation a {
      padding-left: 16px; }
      #header .navigation a:focus {
        color: #fff; }
    #header .navigation .widget {
      display: none !important; }
  #header .main-nav ol {
    display: block;
    margin: 0;
    width: 100%; }
    #header .main-nav ol li {
      background-color: #666;
      border: none;
      border-bottom: 1px solid #333;
      display: list-item;
      font-size: 1em;
      height: 45px;
      letter-spacing: 0.05em;
      line-height: 45px;
      text-align: left;
      width: 100%; }
      #header .main-nav ol li.active {
        border: none;
        background: none;
        background-color: #fff;
        color: #cb121a; }
        #header .main-nav ol li.active a {
          border: none;
          font-size: 14px; }
        #header .main-nav ol li.active:hover {
          background-color: #fff;
          border: none;
          border-bottom: 1px solid #333; }
          #header .main-nav ol li.active:hover a {
            color: #cb121a; }
      #header .main-nav ol li a {
        border: none;
        padding-top: 0;
        color: #fff;
        font-size: 14px; }
      #header .main-nav ol li.has-children:hover, #header .main-nav ol li:hover {
        background-color: #666;
        border: none;
        border-bottom: 1px solid #333; }
        #header .main-nav ol li.has-children:hover a, #header .main-nav ol li:hover a {
          padding-top: 0;
          color: #fff;
          background: none; }
        #header .main-nav ol li.has-children:hover .submeganav, #header .main-nav ol li:hover .submeganav {
          display: none; }
      #header .main-nav ol li.has-children:hover .submeganav {
        display: none; }
      #header .main-nav ol li.nav-extra:hover {
        background-color: #666;
        border: none;
        border-bottom: 1px solid #333; }
        #header .main-nav ol li.nav-extra:hover a {
          color: #f277c6; } }

html.ie9 #header ol {
  margin: 0;
  width: 100%; }

/**
 * Main header search styles
 *
 * @category  design
 * @package   spxus_default
 */
#search_mini_form .container .search-submit, .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  height: 11px;
  position: absolute;
  width: 12px; }

#search_mini_form {
  position: absolute;
  right: 0;
  top: 35px;
  width: 225px; }
  #search_mini_form .container {
    position: relative; }
    #search_mini_form .container .search-submit {
      background: transparent url("../images/spx-sprite.png") -227px -286px no-repeat;
      right: 5px;
      top: 6px; }

#search {
  border-radius: 0;
  border: 1px solid #a1a1a1;
  float: right;
  height: 22px;
  padding: 0px 30px 0 8px;
  width: 300px; }

@media only screen and (max-width: 1007px) {
  #search_mini_form {
    right: 10px; } }
@media only screen and (max-width: 767px) {
  #search_mini_form {
    background-color: #000;
    max-height: 0;
    position: static;
    overflow: hidden;
    transition: max-height 350ms;
    width: 100%; }
    #search_mini_form.open {
      max-height: 50px; }
    #search_mini_form .container {
      padding: 10px; }
      #search_mini_form .container .search-submit {
        background: transparent url("../images/search_icon.png") center no-repeat;
        background-size: 45%;
        height: 30px;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto 0;
        width: 30px; }

  #search {
    border: none;
    font-size: 1.14em;
    height: 30px;
    width: 100%; }

  #search_autocomplete {
    top: 30px;
    width: 100%; } }
/**
 * Sticky Header
 * -------------
 */
#search_mini_form_sticky {
  position: absolute;
  top: 0;
  right: 40px;
  width: 164px; }
  @media only screen and (max-width: 915px) {
    #search_mini_form_sticky {
      width: 100px; } }

#search_mini_form_sticky .container {
  position: relative; }

#search_sticky {
  background-color: #fff;
  border: none;
  height: 24px;
  margin-top: 6px;
  padding: 0px 30px 0 8px;
  width: 100%; }

.search-submit {
  background: transparent url("../images/spx-sprite.png") -227px -286px no-repeat;
  right: 6px;
  top: 13px; }

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px; }
.skip-account .icon {
  background-position: 4px -44px; }

@media only screen and (min-width: 768px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase; }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px; }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #000000;
    line-height: 2; }

  #header-account a:hover {
    color: #cb121a; } }
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0; }

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center; }

#header-account a:hover {
  color: #cb121a; }

/**
 * Header cart styles
 *
 * @category  design
 * @package   spxus_default
 */
.offcanvas-minicart-mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 1111; }

#header-cart {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  font-family: Arial,Helvetica,sans-serif;
  padding: 0 10px 15px;
  position: absolute;
  right: 0;
  top: 70px;
  width: 370px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    #header-cart {
      position: fixed;
      top: 36px;
      right: -370px;
      display: none;
      opacity: 0;
      width: 90%;
      max-width: 370px; } }
  #header-cart .block-subtitle {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase; }
  #header-cart .mini-products-list li.item {
    border-bottom: 1px solid #ccc;
    min-height: 127px;
    padding: 10px 0; }
    #header-cart .mini-products-list li.item:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    #header-cart .mini-products-list li.item:last-child {
      border-bottom: none; }
  #header-cart .mini-products-list a.product-image {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px; }
    @media only screen and (max-width: 767px) {
      #header-cart .mini-products-list a.product-image img {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #header-cart .mini-products-list a.product-image {
        width: 22%; } }
  #header-cart .mini-products-list img {
    float: left;
    width: auto; }
  #header-cart .mini-products-list .product-details {
    font-size: 13px;
    float: right;
    position: relative;
    width: 260px; }
    @media only screen and (max-width: 767px) {
      #header-cart .mini-products-list .product-details {
        width: 75%; } }
  #header-cart .mini-products-list .product-name, #header-cart .mini-products-list .product-loop-attribute {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    width: 200px; }
    @media only screen and (max-width: 767px) {
      #header-cart .mini-products-list .product-name, #header-cart .mini-products-list .product-loop-attribute {
        width: 72%; } }
    #header-cart .mini-products-list .product-name a, #header-cart .mini-products-list .product-loop-attribute a {
      font-size: inherit;
      padding: 0; }
  #header-cart .mini-products-list .minicart-product-price {
    position: absolute;
    right: 0;
    top: 0; }
  #header-cart .mini-products-list .label {
    font-weight: bold; }
  #header-cart .close-mini-cart {
    background-color: transparent;
    border: none;
    color: #CB121A;
    display: inline-block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    height: 40px;
    line-height: 38px; }
    #header-cart .close-mini-cart:focus {
      outline: none; }
  #header-cart .slide-container {
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #header-cart .slide-container {
        overflow-y: scroll; } }
  #header-cart #cart-sidebar {
    width: 100%; }
    #header-cart #cart-sidebar.slick-initialized {
      margin-bottom: -1px;
      padding: 30px 0; }
      #header-cart #cart-sidebar.slick-initialized .slick-slide {
        border: none; }
      #header-cart #cart-sidebar.slick-initialized .slick-prev {
        top: 10px; }
      #header-cart #cart-sidebar.slick-initialized .slick-next {
        bottom: -180px; }
      #header-cart #cart-sidebar.slick-initialized .slick-current + .slick-active {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc; }
      #header-cart #cart-sidebar.slick-initialized .slick-prev,
      #header-cart #cart-sidebar.slick-initialized .slick-next {
        margin: auto;
        right: 0;
        left: 0;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  #header-cart .subtotal-wrapper {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    text-align: right; }
    #header-cart .subtotal-wrapper .label {
      display: inline-block;
      font-weight: bold;
      font-style: normal;
      margin-right: 20px; }
    #header-cart .subtotal-wrapper .price {
      font-style: normal; }
    #header-cart .subtotal-wrapper span {
      font-style: italic; }
  #header-cart .price {
    font-size: 14px; }
  #header-cart .minicart-actions a {
    margin-top: 15px;
    width: 100%; }

@media only screen and (max-width: 767px) {
  #header-clone .main-nav li a {
    color: transparent; } }

/**
 * Maintain state of hover without js
 */
#header .header-minicart,
#header-clone .header-minicart {
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  z-index: 15; }
  @media only screen and (max-width: 767px) {
    #header .header-minicart,
    #header-clone .header-minicart {
      margin: auto;
      top: 0;
      bottom: 0; } }

/**
 * Maintain state of hover without js
 */
#header-clone .header-minicart {
  height: 40px; }

#header-cart.active {
  display: block; }

.header-stick #header-cart.active {
  top: 38px; }

/**
 * Main footer styles
 *
 * @category  design
 * @package   spxus_default
 */
#footer {
  color: #000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif !important;
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #000;
  letter-spacing: 0.04em; }
  #footer #opc-footer-desktop,
  #footer #opc-footer-mobile {
    text-align: center; }
    #footer #opc-footer-desktop ul li,
    #footer #opc-footer-mobile ul li {
      display: inline-block; }
      #footer #opc-footer-desktop ul li:not(:first-child),
      #footer #opc-footer-mobile ul li:not(:first-child) {
        border-left: 1px gray solid;
        margin-left: 20px;
        padding-left: 20px; }
    #footer #opc-footer-desktop .live-chat:after,
    #footer #opc-footer-mobile .live-chat:after {
      left: -45px; }
  #footer #opc-footer-mobile > a {
    color: #cb121a; }
    #footer #opc-footer-mobile > a > img {
      display: inline;
      position: relative;
      top: 4px; }
  @media only screen and (max-width: 767px) {
    #footer #opc-footer-desktop {
      display: none; } }
  @media only screen and (min-width: 768px) {
    #footer #opc-footer-mobile {
      display: none; } }
  #footer h3 {
    color: #000;
    font-weight: bold;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif !important;
    margin-bottom: 5px; }
  #footer a {
    color: #000; }
  #footer .column {
    float: left;
    width: 35%; }
    #footer .column h3 {
      font-size: 1.42em; }
    #footer .column + .column {
      padding: 0;
      width: 65%; }
      #footer .column + .column .column {
        width: 25%; }
        #footer .column + .column .column li.sale {
          display: none; }
      #footer .column + .column .column:nth-child(2) {
        width: 30%; }
      #footer .column + .column .column:nth-child(4) {
        width: 20%; }
      #footer .column + .column h3 {
        font-size: 1em; }
  #footer > .column {
    padding-right: 2%; }
  #footer .social {
    margin-bottom: 50px; }
    #footer .social li {
      background-image: url("../images/social_icons.png");
      background-repeat: no-repeat;
      background-color: transparent;
      float: left;
      height: 27px;
      margin-right: 10px;
      width: 27px; }
      #footer .social li span {
        display: inline-block;
        text-indent: -9999px; }
      #footer .social li a {
        display: inline-block;
        height: 100%;
        width: 100%; }
      #footer .social li.facebook {
        background-position: 0 0; }
      #footer .social li.twitter {
        background-position: -38px 0; }
      #footer .social li.pinterest {
        background-position: -77px 0; }
      #footer .social li.instagram {
        background-position: -115px 0; }
  #footer .live-chat {
    position: relative; }
    #footer .live-chat:after {
      background: transparent url(https://cim.gsipartners.com/netagent/client/invites/chatimage.aspx?style=style0&questid=2324D9BF-8232-4623-8BBD-B004A8A2EAA7&portid=E91C4AAA-17A8-4A30-9A34-F885049F72A4&imagelanguage=en-us&customcloseimage=https://www.spanx.com/skin/frontend/spxus/default/images/spx-live-chat-off.png&customopenimage=https://www.spanx.com/skin/frontend/spxus/default/images/spx-live-chat-on.png) no-repeat;
      content: '';
      display: inline-block;
      height: 19px;
      position: absolute;
      margin-left: 5px;
      top: -3px;
      width: 33px; }
  #footer .legal {
    color: #6a6a6a;
    clear: both;
    line-height: 100px;
    text-align: center; }

#control-top.stick {
  background-color: #CB121A;
  bottom: 15px;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 48px;
  line-height: 65px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 100; }
  #control-top.stick:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: none;
    margin: 0 auto;
    top: 12px;
    right: 0;
    left: 0; }

#control-top.unstick {
  display: none; }

#newsletter-footer .break {
  display: block; }
#newsletter-footer .offers {
  display: inline-block;
  font-size: 1.21em;
  height: 28px;
  line-height: 16px;
  padding-left: 70px;
  position: relative; }
  #newsletter-footer .offers:before {
    background: transparent url("../images/sign_up.png") center no-repeat;
    content: '';
    display: inline-block;
    height: 28px;
    left: 0;
    position: absolute;
    width: 60px; }
#newsletter-footer .desktop {
  display: inline-block;
  width: 180px; }
#newsletter-footer .mobile {
  display: none; }
#newsletter-footer .submit-container {
  height: 30px;
  margin-top: 7px;
  width: 100%;
  max-width: 270px;
  position: relative; }
#newsletter-footer .newsletter-submit {
  background: transparent url("../images/right_arrow.png") center no-repeat;
  border: none;
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 30px; }
#newsletter-footer .required-entry {
  width: 100%;
  max-width: 270px; }
#newsletter-footer input[type="email"] {
  font-size: 13px;
  font-style: italic; }

@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 20px; }
    #footer .column {
      float: none;
      width: 100%; }
    #footer .column + .column {
      display: block;
      height: 42px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      width: 310px; }
      #footer .column + .column .column, #footer .column + .column ul {
        display: inline;
        width: auto; }
        #footer .column + .column .column li, #footer .column + .column ul li {
          display: none; }
          #footer .column + .column .column li a, #footer .column + .column ul li a {
            color: #2c2c2c;
            display: block;
            height: 100%;
            width: 100%; }
          #footer .column + .column .column li.mobile-footer-link, #footer .column + .column .column li.mobile-footer-last-link, #footer .column + .column ul li.mobile-footer-link, #footer .column + .column ul li.mobile-footer-last-link {
            border-right: 1px solid black;
            display: inline-block;
            vertical-align: top;
            height: 25px;
            line-height: 14px;
            padding: 0 10px;
            text-align: center;
            max-width: 75px; }
            #footer .column + .column .column li.mobile-footer-link.sale a, #footer .column + .column .column li.mobile-footer-last-link.sale a, #footer .column + .column ul li.mobile-footer-link.sale a, #footer .column + .column ul li.mobile-footer-last-link.sale a {
              padding-top: 7px; }
          #footer .column + .column .column li.mobile-footer-last-link, #footer .column + .column ul li.mobile-footer-last-link {
            border: none; }
    #footer h3 {
      display: none; }
    #footer .social {
      margin-bottom: 25px;
      position: relative; }
      #footer .social:before {
        background: transparent url("../images/spanx_the_day.gif") center no-repeat;
        background-size: 100%;
        content: '';
        display: none;
        height: 30px;
        margin: 0 auto 15px;
        top: 0;
        width: 202.5px; }
      #footer .social ul {
        margin: 0 auto;
        width: 130px;
        white-space: nowrap; }
      #footer .social li {
        height: 35px;
        margin: 0;
        width: 35px; }
        #footer .social li.facebook {
          background: transparent url("../images/fb_mobile_icon.png") center no-repeat;
          background-size: 100%;
          margin-left: 10px; }
        #footer .social li.twitter {
          background: transparent url("../images/twitter_mobile_icon.png") center no-repeat;
          background-size: 100%;
          margin-left: 10px; }
        #footer .social li.pinterest {
          background: transparent url("../images/pinterest_mobile.png") center no-repeat;
          background-size: 100%;
          margin-right: 10px;
          margin-left: 10px; }
        #footer .social li.instagram {
          background: transparent url("../images/instagram_mobile_icon.png") center no-repeat;
          background-size: 100%; }
    #footer .legal {
      line-height: 50px; }

  #newsletter-footer {
    text-align: center; }
    #newsletter-footer .submit-container {
      margin: 0 auto;
      max-width: 290px; }
      #newsletter-footer .submit-container:before {
        background: transparent url("../images/sign_up_mobile_icon.gif") center no-repeat;
        background-size: 100%;
        content: '';
        display: inline-block;
        height: 30px;
        left: 0;
        position: absolute;
        width: 45px; }
    #newsletter-footer .offers {
      height: auto;
      padding: 0; }
      #newsletter-footer .offers:before {
        display: none; }
      #newsletter-footer .offers .desktop {
        display: none; }
      #newsletter-footer .offers .mobile {
        display: block;
        font-weight: bold;
        letter-spacing: -0.01px;
        text-align: center; }
    #newsletter-footer input[type="email"] {
      margin-left: 50px;
      width: 240px; }
    #newsletter-footer .required-entry {
      font-size: 16px;
      float: right;
      max-width: 240px; } }
/**
 * breadcrumb styles
 *
 * @category	design
 * @package		spxus_default
 */
.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs li {
    display: inline-block;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 13px; }
    .breadcrumbs li:after {
      content: ">";
      color: #000;
      display: inline-block;
      margin: 0 10px; }
    .breadcrumbs li.last:after {
      display: none; }
    .breadcrumbs li a, .breadcrumbs li span {
      color: #000; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  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 {
  border: none;
  position: absolute;
  top: 50%; }
  .slick-arrow.slick-hidden {
    display: none; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }

/**
 * Tooltip Styles
 *
 * @category	design
 * @package		spxus_default
 */
.tooltip {
  position: relative;
  display: inline-block; }

.tooltip-button {
  cursor: pointer; }

.tooltip-content {
  background: #fff;
  box-shadow: 0px 0px 10px 1px #606060;
  display: none;
  font-size: 11px;
  position: absolute;
  padding: 30px 10px 10px;
  top: 2em;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 600px;
  z-index: 30; }
  .tooltip-content:before {
    content: "";
    background: #cb121a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px; }
  @media only screen and (max-width: 800px) {
    .tooltip-content {
      width: 500px; } }
  @media only screen and (max-width: 767px) {
    .tooltip-content {
      left: 0;
      -ms-transform: translateX(0%);
          transform: translateX(0%);
      width: 264px; } }

.tooltip-close-button {
  border: none;
  position: absolute;
  top: 4px;
  right: 4px; }

/**
 * Product Listing
 *
 * @category	design
 * @package		spxus_default
 */
/* ============================================ *
 * Shared for Product Grid & List
 * ============================================ */
.category-title,
.category-cms,
.category-image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .category-title,
    .category-cms,
    .category-image {
      display: block; } }

.category-title {
  color: #cb121a;
  font-size: 40px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 1px; }

.category-products,
.category-cms,
.category-cms-only {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin: 15px 0; }

.category-cms,
.category-cms-only {
  margin-bottom: 36px; }

.category-products {
  padding-top: 10px; }

.products-grid .product-name, .products-grid .product-loop-attribute, .products-list .product-name, .products-list .product-loop-attribute {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  text-transform: initial; }
  .products-grid .product-name a, .products-grid .product-loop-attribute a, .products-list .product-name a, .products-list .product-loop-attribute a {
    color: #000000; }

.product-loop-attribute {
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .col-left.sidebar.col-left-first {
    margin-bottom: 0; } }
/* ============================================ *
 * Subcategory list/grouping
 * ============================================ */
.subcat-group {
  background-image: url("../images/leggings_divider.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
  background-size: 100%; }
  .subcat-group .subcat-group-header {
    text-align: center; }
    .subcat-group .subcat-group-header h1 {
      font-size: 38px;
      font-weight: normal;
      text-transform: capitalize;
      margin: 0px;
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif; }
    .subcat-group .subcat-group-header .subcat-description {
      font-size: 18px;
      font-weight: normal;
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
      margin-bottom: 40px; }
  .subcat-group .category-products {
    border: none; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative; }
  .products-grid > li {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
    /* Config: Two columns + flexible gutter */
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%; }
    .products-grid > li:nth-child(odd) {
      clear: left; }
    .products-grid > li:nth-child(even) {
      margin-right: 0; }
  .products-grid .configurable-swatch-list {
    margin-bottom: 10px; }
    .products-grid .configurable-swatch-list li {
      margin-bottom: 4px; }
    @media only screen and (max-width: 1007px) {
      .products-grid .configurable-swatch-list .swatch-link.has-image, .products-grid .configurable-swatch-list .swatch-link.has-image .swatch-label {
        border-width: 1px; }
      .products-grid .configurable-swatch-list .swatch-link.has-image .swatch-label {
        border-color: #d9d9d9; }
      .products-grid .configurable-swatch-list li.selected .swatch-link.has-image {
        border-color: #cb121a; } }
    @media only screen and (min-width: 1008px) {
      .products-grid .configurable-swatch-list .swatch-link.has-image .swatch-label {
        border-color: #ccc;
        border-width: 1px;
        border-radius: 3px;
        overflow: hidden; }
      .products-grid .configurable-swatch-list .swatch-link.has-image img {
        width: 12px;
        height: 12px; }
      .products-grid .configurable-swatch-list li.selected .swatch-link.has-image,
      .products-grid .configurable-swatch-list .swatch-link.has-image:hover {
        border-color: #ccc;
        border-radius: 3px; }
        .products-grid .configurable-swatch-list li.selected .swatch-link.has-image .swatch-label,
        .products-grid .configurable-swatch-list .swatch-link.has-image:hover .swatch-label {
          border-radius: 0; } }
  .products-grid .product-image {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .products-grid .product-image:before, .products-grid .product-image:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none; }
    .products-grid .product-image:before {
      background-color: white;
      opacity: 0.8;
      z-index: 2; }
    .products-grid .product-image:after {
      background-image: url("../images/opc-ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 3; }
    .products-grid .product-image.loading {
      position: relative; }
      .products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
        display: block; }
    .products-grid .product-image img {
      width: 100%;
      height: auto; }
      .products-grid .product-image img.hidden {
        display: none; }
  .products-grid .hover-image {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease, opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .products-grid .hover-image.active {
    visibility: visible;
    opacity: 1; }
  .products-grid .product-name, .products-grid .product-loop-attribute {
    margin-bottom: 0; }
  .products-grid .product-info {
    position: relative; }
  .products-grid .price-box {
    font-size: 13px;
    margin: 0; }
    .products-grid .price-box .price,
    .products-grid .price-box .special-price {
      padding: 0; }
    .products-grid .price-box .label {
      display: none; }

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */ }
    .products-grid > li:nth-child(odd) {
      clear: none; }
    .products-grid > li:nth-child(even) {
      margin-right: 8.33333%; }
    .products-grid > li {
      width: 27.77778%;
      margin-right: 8.33333%; }
    .products-grid > li:nth-child(3n+1) {
      clear: left; }
    .products-grid > li:nth-child(3n) {
      margin-right: 0; } }
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  .products-grid--max-4-col {
    /* Undo three-column config */
    /* Set column config */ }
    .products-grid--max-4-col > li:nth-child(odd) {
      clear: none; }
    .products-grid--max-4-col > li:nth-child(3n+1) {
      clear: none; }
    .products-grid--max-4-col > li:nth-child(even),
    .products-grid--max-4-col > li:nth-child(3n) {
      margin-right: 5%; }
    .products-grid--max-4-col > li {
      width: 21.25%;
      margin-right: 5%; }
    .products-grid--max-4-col > li:nth-child(4n+1) {
      clear: left; }
    .products-grid--max-4-col > li:nth-child(4n) {
      margin-right: 0; }

  /* Config: Columns + flexible gutter */
  .products-grid--max-5-col {
    /* Undo three-column config */
    /* Set column config */ }
    .products-grid--max-5-col > li:nth-child(odd) {
      clear: none; }
    .products-grid--max-5-col > li:nth-child(3n+1) {
      clear: none; }
    .products-grid--max-5-col > li:nth-child(even),
    .products-grid--max-5-col > li:nth-child(3n) {
      margin-right: 5%; }
    .products-grid--max-5-col > li {
      width: 16%;
      margin-right: 5%; }
    .products-grid--max-5-col > li:nth-child(5n+1) {
      clear: left; }
    .products-grid--max-5-col > li:nth-child(5n) {
      margin-right: 0; }

  /* Config: Columns + flexible gutter */
  .products-grid--max-6-col {
    /* Undo three-column config */
    /* Set column config */ }
    .products-grid--max-6-col > li:nth-child(odd) {
      clear: none; }
    .products-grid--max-6-col > li:nth-child(3n+1) {
      clear: none; }
    .products-grid--max-6-col > li:nth-child(even),
    .products-grid--max-6-col > li:nth-child(3n) {
      margin-right: 5%; }
    .products-grid--max-6-col > li {
      width: 12.5%;
      margin-right: 5%; }
    .products-grid--max-6-col > li:nth-child(6n+1) {
      clear: left; }
    .products-grid--max-6-col > li:nth-child(6n) {
      margin-right: 0; } }
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-list > li {
    margin-bottom: 10px; }
  .products-list .product-image {
    display: block;
    float: left;
    width: 33.3333%; }
    .products-list .product-image img {
      width: 100%; }
  .products-list .product-shop {
    float: left;
    padding-left: 20px;
    width: 66.6666%; }
  .products-list .configurable-swatch-list {
    margin: 10px 0 20px; }
    .products-list .configurable-swatch-list li {
      display: block;
      float: left; }
  .products-list .price-box {
    margin-top: 0; }
    .products-list .price-box .label {
      display: none; }
    .products-list .price-box .special-price {
      padding-left: 0; }

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image img {
  width: 100%; }
  .category-image img.hidden {
    display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.side-total-count {
  font-size: 11px;
  margin-bottom: 5px; }

.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-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer; }
.block-layered-nav .block-content .toggle-tabs {
  display: none; }
.block-layered-nav .block-content .desktop-clear-btn {
  display: none; }
.block-layered-nav .block-content .mobile-clear-btn {
  margin: 0 0 11px; }
  .block-layered-nav .block-content .mobile-clear-btn a {
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 10px;
    font-weight: bold;
    background: -moz-linear-gradient(top, #ca121a, #9d0e14);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca121a', endColorstr='#9d0e14'); }
    .block-layered-nav .block-content .mobile-clear-btn a:hover {
      text-decoration: none; }
.block-layered-nav .block-content > dl {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 300;
  background: white; }
  .block-layered-nav .block-content > dl .mobile-filters {
    display: block; }
  .block-layered-nav .block-content > dl .desktop-filters {
    display: none; }
  .block-layered-nav .block-content > dl .currently .block-subtitle {
    display: none; }
  .block-layered-nav .block-content > dl .currently ol {
    padding: 0;
    margin: 0 0 10px; }
    .block-layered-nav .block-content > dl .currently ol li {
      width: 49%;
      display: inline-block;
      box-sizing: border-box; }
      .block-layered-nav .block-content > dl .currently ol li .btn-remove {
        float: left;
        border: none;
        display: block;
        width: 26px;
        height: 22px;
        position: relative;
        margin-left: 0px; }
        .block-layered-nav .block-content > dl .currently ol li .btn-remove:after {
          content: "";
          background: url("../images/spx-sprite.png") no-repeat -232px -174px;
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -9px; }
        .block-layered-nav .block-content > dl .currently ol li .btn-remove:hover {
          background: none; }
      .block-layered-nav .block-content > dl .currently ol li span {
        display: block;
        line-height: 14px; }
  .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-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    position: relative;
    color: #4b4b4b;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase; }
  .block-layered-nav .block-content > dl > dd {
    margin: 0; }
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px; }
  .block-layered-nav dl dd ol > li > span,
  .block-layered-nav dl dd ol > li > a {
    display: block; }
  .block-layered-nav dl dd ol > li > a .count {
    color: #545454; }

.count-outside-filter {
  display: none; }

@media only screen and (min-width: 768px) {
  .count-outside-filter {
    display: block;
    margin-left: 6px; }

  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px; }
    .block-layered-nav .block-content > dl > dt:after {
      display: none; }
  .block-layered-nav .block-content a {
    color: #000000; }
  .block-layered-nav .block-content .mobile-clear-btn {
    display: none; }
  .block-layered-nav .block-content .side-total-count {
    font-size: 11px;
    margin-bottom: 7px;
    font-weight: normal;
    text-transform: initial; }
  .block-layered-nav .block-content .sidebar-clear {
    margin: 0px; }
    .block-layered-nav .block-content .sidebar-clear a {
      background: url("../images/spx-icons-sprite.png") no-repeat 0px -375px;
      font-size: 10px;
      line-height: 11px;
      font-weight: bold;
      padding: 0 0 0px 26px;
      text-transform: uppercase; }
  .block-layered-nav .block-content .desktop-clear-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 5px 5px 0 0;
    text-transform: uppercase;
    font-size: 11px; }
    .block-layered-nav .block-content .desktop-clear-btn a {
      color: #A80007; }
  .block-layered-nav .block-content > dl {
    position: relative; }
    .block-layered-nav .block-content > dl .mobile-filters {
      display: none; }
    .block-layered-nav .block-content > dl .desktop-filters {
      display: block;
      padding-bottom: 16px;
      margin-left: 6px;
      margin-bottom: 19px;
      border-bottom: 1px solid #B7B7B7; }
      .block-layered-nav .block-content > dl .desktop-filters .filters-title {
        display: block;
        text-transform: uppercase;
        color: #4b4b4b;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 10px; }
      .block-layered-nav .block-content > dl .desktop-filters .currently ol {
        margin-bottom: 0px; }
        .block-layered-nav .block-content > dl .desktop-filters .currently ol li {
          width: 100%; }
          .block-layered-nav .block-content > dl .desktop-filters .currently ol li .label,
          .block-layered-nav .block-content > dl .desktop-filters .currently ol li .value {
            font-size: 11px; }
          .block-layered-nav .block-content > dl .desktop-filters .currently ol li .label {
            text-transform: uppercase; }
          .block-layered-nav .block-content > dl .desktop-filters .currently ol li .value {
            font-weight: normal;
            text-transform: initial; }
          .block-layered-nav .block-content > dl .desktop-filters .currently ol li a {
            width: 20px;
            padding-right: 4px; }
            .block-layered-nav .block-content > dl .desktop-filters .currently ol li a:after {
              background: url("../images/spx-icons-sprite.png") no-repeat left -364px;
              height: 11px;
              width: 11px;
              position: relative;
              top: inherit;
              margin-top: 0px; }
    .block-layered-nav .block-content > dl > dt {
      background: none;
      border: none;
      padding: 0px 0px 10px 0px;
      margin: 0px 0 0 6px; }
      .block-layered-nav .block-content > dl > dt.filter-categories {
        border-width: 1px 1px 0px;
        border-style: solid;
        border-color: #CCCCCC;
        padding: 5px 5px 10px;
        margin-left: 0px; }
        .block-layered-nav .block-content > dl > dt.filter-categories + dd {
          border-width: 0 1px 1px;
          border-style: solid;
          border-color: #CCCCCC;
          padding: 0px 0px 5px;
          margin-left: 0px; }
          .block-layered-nav .block-content > dl > dt.filter-categories + dd li {
            padding: 0px;
            margin: 0; }
            .block-layered-nav .block-content > dl > dt.filter-categories + dd li a {
              padding: 2px 0 2px 14px;
              background: none; }
              .block-layered-nav .block-content > dl > dt.filter-categories + dd li a:before {
                display: none; }
              .block-layered-nav .block-content > dl > dt.filter-categories + dd li a:hover {
                border-width: 1px 0px 1px;
                border-style: solid;
                border-color: #CCCCCC;
                padding-top: 1px;
                padding-bottom: 1px;
                text-decoration: none; }
              .block-layered-nav .block-content > dl > dt.filter-categories + dd li a.active {
                font-weight: bold; }
              .block-layered-nav .block-content > dl > dt.filter-categories + dd li a.show-all {
                color: #A80007; }
                .block-layered-nav .block-content > dl > dt.filter-categories + dd li a.show-all:hover {
                  border-style: none;
                  padding-top: 2px;
                  padding-bottom: 2px;
                  text-decoration: underline; }
                .block-layered-nav .block-content > dl > dt.filter-categories + dd li a.show-all:before {
                  margin-left: 5px;
                  content: '';
                  position: absolute;
                  width: 0;
                  height: 0;
                  display: block;
                  border-top: 5px solid transparent;
                  border-bottom: 5px solid transparent;
                  border-left: 5px solid #A80007;
                  border-right: none; }
    .block-layered-nav .block-content > dl > dd {
      font-size: 11px;
      padding: 0 0 19px 0;
      margin: 0 0 19px 6px;
      border-bottom: 1px solid #B7B7B7; }
      .block-layered-nav .block-content > dl > dd li {
        margin-bottom: 7px; }
        .block-layered-nav .block-content > dl > dd li a {
          padding-left: 20px;
          position: relative; }
          .block-layered-nav .block-content > dl > dd li a:before {
            content: "";
            background: url("../images/spx-icons-sprite.png") no-repeat left -282px;
            position: absolute;
            top: 50%;
            left: 0;
            width: 10px;
            height: 11px;
            margin-top: -5px; }
          .block-layered-nav .block-content > dl > dd li a:hover {
            text-decoration: none; }
          .block-layered-nav .block-content > dl > dd li a.active:before, .block-layered-nav .block-content > dl > dd li a:active:before {
            background: url("../images/spx-icons-sprite.png") no-repeat left -326px; }

  .pages li span.text {
    display: none; } }
@media only screen and (max-width: 767px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }
  .sidebar .block.block-layered-nav,
  .sidebar .sort-dropdown-container,
  .sidebar .sort-pagination,
  .sidebar .sort-viewtype {
    box-sizing: border-box; }
    .sidebar .block.block-layered-nav a.bookend-links,
    .sidebar .sort-dropdown-container a.bookend-links,
    .sidebar .sort-pagination a.bookend-links,
    .sidebar .sort-viewtype a.bookend-links {
      display: none; }
  .sidebar .block.block-layered-nav,
  .sidebar .sort-dropdown-container {
    margin-bottom: 0;
    width: 49% !important; }
  .sidebar .sort-pagination {
    margin-top: 20px;
    padding-left: 10px; }
  .sidebar .sort-dropdown-container {
    font-size: 11px; }
  .sidebar .sort-viewtype {
    margin-bottom: 0;
    margin-top: 15px;
    width: 33% !important; }
  .sidebar .count-container label {
    margin-left: 7px;
    padding-left: 7px;
    border-left: #a0a0a0 1px solid; }
  .sidebar .count-container {
    margin-right: 7px; }
  .sidebar .count-container,
  .sidebar .pages {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px; }
  .sidebar .pages li {
    display: inline-block; }
    .sidebar .pages li span.icon, .sidebar .pages li.page-number-links {
      display: none; }
    .sidebar .pages li:first-child {
      border-left: none;
      padding-left: 0; }
  .sidebar ol {
    width: 100px;
    overflow: hidden; }
    .sidebar ol li {
      float: left; }
  .sidebar .block.block-layered-nav,
  .sidebar .sort-pagination {
    float: left; }
  .sidebar .sort-dropdown-container,
  .sidebar .sort-viewtype {
    float: right; }
  .sidebar .block-layered-nav--no-filters .block-title {
    display: none; }
  .sidebar .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 0; }
    .sidebar .block-layered-nav .block-content > dl > dt {
      cursor: pointer;
      border-bottom-width: 0;
      position: relative; }
      .sidebar .block-layered-nav .block-content > dl > dt:after {
        content: "+";
        position: absolute;
        display: block;
        right: 10px;
        top: 50%;
        font-size: 2.0em;
        margin-top: -0.6em;
        color: #cb121a; }
      .sidebar .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px; }
    .sidebar .block-layered-nav .block-content > dl > dd {
      display: none; }
    .sidebar .block-layered-nav .block-content.accordion-open > dl > dt.current {
      border-bottom-width: 1px; }
    .sidebar .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
      content: "-";
      font-size: 2.6em; }
    .sidebar .block-layered-nav .block-content.accordion-open > dl > dd.current {
      display: block; }
  .sidebar .block-layered-nav .block-subtitle--filter {
    background-color: #4C4C4C;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    z-index: 1000; }
    .sidebar .block-layered-nav .block-subtitle--filter:before {
      content: '';
      opacity: 0;
      z-index: -1;
      background: black;
      display: block;
      transition: opacity 0.3s ease-in-out; }
    .sidebar .block-layered-nav .block-subtitle--filter:after {
      content: '\25BE';
      display: inline;
      font-size: 0.8em;
      padding: 0 6px 0.2em; }
    .sidebar .block-layered-nav .block-subtitle--filter.active {
      text-align: left;
      background-color: rgba(64, 64, 64, 0.3);
      transition: background-color 0.3s ease-in-out; }
      .sidebar .block-layered-nav .block-subtitle--filter.active + dl {
        z-index: 2000; }
      .sidebar .block-layered-nav .block-subtitle--filter.active:before {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.7; }
      .sidebar .block-layered-nav .block-subtitle--filter.active:after {
        content: "";
        position: absolute;
        right: 10px;
        padding: 0;
        top: 50%;
        margin-top: -5px;
        font-size: 12px;
        font-weight: bold;
        width: 10px;
        height: 10px;
        background: url("../images/spx-sprite.png") no-repeat -152px -308px; }
  .sidebar #narrow-by-list,
  .sidebar #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0; }
    .sidebar #narrow-by-list ol, .sidebar #narrow-by-list li,
    .sidebar #narrow-by-list2 ol,
    .sidebar #narrow-by-list2 li {
      width: 100%; }
  .sidebar .block-layered-nav dl ol > li > a {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #CCCCCC;
    color: #cb121a;
    padding: 14px 10px; }
    .sidebar .block-layered-nav dl ol > li > a:hover {
      text-decoration: none; }
  .sidebar .block-layered-nav dl ol > li:first-child a {
    border-top: 0; }
  .sidebar .block-layered-nav dl dd.last ol > li:last-child a {
    border-width: 1px; } }
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0 0 10px;
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed; }
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px; }
  .block-layered-nav .currently ol li {
    margin-bottom: 5px; }
    .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;
  margin-bottom: 7px; }

.sort-dropdown-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 42px;
  padding-left: 10px;
  width: 100%;
  height: 34px;
  background: url("../images/dropdown-arrow.png") right center no-repeat;
  background-size: 32px 32px;
  border: 1px solid #444; }

/* ============================================ *
 * Catalog - Description
 * ============================================ */
.category-description {
  border-top: 1px solid #000;
  margin: 5px 0 0 0;
  padding: 23px 0 15px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 22px; }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.product-view .mini-products-list a, .mini-products-list a {
  display: block;
  padding: 0 10px;
  color: #000000;
  font-size: 11px; }
  .product-view .mini-products-list a:hover, .mini-products-list a:hover {
    text-decoration: none; }
  .product-view .mini-products-list a:focus, .mini-products-list a:focus {
    outline: none; }
.product-view .mini-products-list .product-name, .product-view .mini-products-list .product-loop-attribute, .mini-products-list .product-name, .mini-products-list .product-loop-attribute {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: center; }
.product-view .mini-products-list .product-image, .mini-products-list .product-image {
  margin-bottom: 6px;
  overflow: hidden; }
  .product-view .mini-products-list .product-image img, .mini-products-list .product-image img {
    display: block;
    width: 100%;
    height: auto; }
.product-view .mini-products-list .price-box, .mini-products-list .price-box {
  text-align: center;
  margin: 0; }
  .product-view .mini-products-list .price-box span, .mini-products-list .price-box span {
    font-size: 12px; }
  .product-view .mini-products-list .price-box .label, .mini-products-list .price-box .label {
    display: none; }
  .product-view .mini-products-list .price-box .old-price, .mini-products-list .price-box .old-price {
    display: block; }
  .product-view .mini-products-list .price-box .special-price, .mini-products-list .price-box .special-price {
    padding: 0; }

/* ============================================ *
 * Category SEO Content
 * ============================================ */
.cms-category-seo {
  border-top: 1px solid #000000;
  padding: 23px 0 15px; }
  .cms-category-seo .spx-text-banner-headline {
    font-weight: normal; }
  .cms-category-seo .spx-text-banner-body {
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 15px; }

/* ============================================ *
 * Recently Viewed Products Carousel
 * ============================================ */
.recently-viewed-products {
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 30px; }
  .recently-viewed-products h2 {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    margin-bottom: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold; }

#recently-viewed-items {
  margin: 0 -15px;
  text-align: center; }
  @media only screen and (min-width: 420px) {
    #recently-viewed-items {
      margin: 0; } }
  #recently-viewed-items .slick-arrow {
    display: none !important; }
    @media only screen and (min-width: 768px) {
      #recently-viewed-items .slick-arrow {
        top: 90px;
        display: inline-block !important; } }
  #recently-viewed-items .mini-product-list-item {
    float: left;
    max-width: 140px; }
    @media only screen and (max-width: 767px) {
      #recently-viewed-items .mini-product-list-item {
        max-width: 240px; }
        #recently-viewed-items .mini-product-list-item.slick-slide {
          margin: 0 20px; } }
    @media only screen and (max-width: 479px) {
      #recently-viewed-items .mini-product-list-item {
        max-width: 170px; } }

/**
 * Product detail page
 *
 * @category	design
 * @package		spxus_default
 */
.catalog-product-view .col2-right-layout .col-main,
.catalog-product-view .col2-right-layout .col-right {
  float: none;
  width: 100%; }
@media only screen and (min-width: 1008px) {
  .catalog-product-view .col2-right-layout .col-main {
    float: left;
    width: 82.5%; }
  .catalog-product-view .col2-right-layout .col-right {
    float: right;
    width: 14%; } }
.catalog-product-view .col2-right-layout .sidebar {
  border-right: none; }
.catalog-product-view .col2-right-layout .ambanner-3 {
  margin-bottom: 30px; }

.product-view {
  /* Zoom issues on ios. Anything smaller than 16px "focuses" and zooms in, but doesn't zoom out */
  /* -------------------------------------------- *
   * Main Layout
   */
  /* -------------------------------------------- *
   * Product Images
   */
  /* -------------------------------------------- *
   * Image Zoom Pane
   */
  /* -------------------------------------------- *
   * Product Details (name, price, sku)
   */
  /* -------------------------------------------- *
   * Configurable Product Options
   */
  /* -------------------------------------------- *
   * Add to Cart and Wishlist
   */
  /* -------------------------------------------- *
   * Shoprunner Messaging
   */
  /* -------------------------------------------- *
   * Gift Card Products
   */
  /* -------------------------------------------- *
   * Sharing Links
   */
  /* -------------------------------------------- *
   * Facebook Like Button
   */
  /* -------------------------------------------- *
   * Tabbed Content (description, reviews, help)
   */
  /* -------------------------------------------- *
   * Grouped Products (Retail Sets)
   */ }
  .product-view .product-options, .product-view .product-options-bottom, .product-view .add-to-cart-buttons {
    border-top: 2px solid #ccc;
    padding-top: 12px; }
    @media only screen and (min-width: 768px) {
      .product-view .product-options, .product-view .product-options-bottom, .product-view .add-to-cart-buttons {
        border-top: 1px solid #ccc; } }
  .product-view .product-options label, .product-view .product-options-bottom label {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .product-view .product-options label, .product-view .product-options-bottom label {
        color: #545454; } }
  @media only screen and (max-width: 768px) {
    .product-view select, .product-view input[type="text"], .product-view select:focus, .product-view input[type="text"]:focus, .product-view input[type="text"].qty {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .product-view .product-essential:after {
      content: '';
      display: table;
      clear: both; }
    .product-view .product-view-left {
      float: left;
      width: 54%;
      margin-bottom: 20px; }
    .product-view .product-view-right {
      float: right;
      width: 42%;
      margin-bottom: 20px; } }
  .product-view .product-img-box {
    margin: 0 -15px 12px; }
    @media only screen and (min-width: 768px) {
      .product-view .product-img-box {
        margin: 0 0 6px;
        padding-left: 20px; }
        .product-view .product-img-box:after {
          content: '';
          display: table;
          clear: both; } }
    .product-view .product-img-box.loading .product-image, .product-view .product-img-box.loading .more-views {
      opacity: 0.5; }
    .product-view .product-img-box .product-image {
      border: none;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .product-view .product-img-box .product-image {
          float: right;
          width: calc(100% - 88px); } }
      .product-view .product-img-box .product-image img {
        max-width: 100%; }
    .product-view .product-img-box .more-views {
      display: none; }
      @media only screen and (min-width: 768px) {
        .product-view .product-img-box .more-views {
          display: block;
          float: left;
          width: 68px; } }
  .product-view .product-image-thumbs li {
    margin-bottom: 5px; }
  .product-view .product-image-thumbs .thumb-link {
    border: 2px solid transparent;
    display: block; }
    .product-view .product-image-thumbs .thumb-link:focus {
      outline: none; }
    .product-view .product-image-thumbs .thumb-link.active {
      border-color: #ccc; }
  .product-view .product-image-thumbs img {
    display: block; }
  .product-view .product-image-gallery {
    position: relative;
    margin-bottom: 6px;
    overflow: hidden; }
    .product-view .product-image-gallery .gallery-image {
      border: 1px solid #ccc;
      display: none;
      position: relative; }
      html.no-js .product-view .product-image-gallery .gallery-image, .product-view .product-image-gallery .gallery-image.main, .product-view .product-image-gallery .gallery-image a, .product-view .product-image-gallery .gallery-image img {
        display: block; }
      .product-view .product-image-gallery .gallery-image img {
        margin: 0 auto; }
      .product-view .product-image-gallery .gallery-image a:focus {
        outline: none; }
      @media only screen and (max-width: 767px) {
        .product-view .product-image-gallery .gallery-image {
          margin: 0 9px;
          transition: transform .3s; }
          .product-view .product-image-gallery .gallery-image:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transition-property: opacity;
            transition-duration: 500ms;
            background-color: #999; }
          .product-view .product-image-gallery .gallery-image.slick-slide:after {
            opacity: 0.5; }
          .product-view .product-image-gallery .gallery-image.slick-current {
            z-index: 1; }
            .product-view .product-image-gallery .gallery-image.slick-current:after {
              opacity: 0; } }
      @media only screen and (min-width: 768px) {
        .product-view .product-image-gallery .gallery-image {
          -ms-transform: none !important;
              transform: none !important; } }
    .product-view .product-image-gallery:after {
      position: absolute;
      bottom: 10px;
      right: calc(15.625% + 18px);
      pointer-events: none; }
      @media only screen and (min-width: 768px) {
        .product-view .product-image-gallery:after {
          display: none; } }
    .product-view .product-image-gallery.slick-slider .gallery-image {
      display: block; }
  .product-view .easyzoom-flyout {
    background: white;
    border: 1px solid #ccc;
    cursor: move;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .product-view .easyzoom-flyout img {
      max-width: none !important; }
    @media only screen and (min-width: 768px) {
      .product-view .easyzoom-flyout img {
        -ms-transform: none !important;
            transform: none !important; } }
  .product-view .easyzoom-notice {
    background: url("../images/opc-ajax-loader.gif") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px; }
  .product-view .product-image-larger-view,
  .product-view #product-image-zoom-tip {
    display: none;
    font-size: 11px;
    float: left;
    width: 50%; }
    @media only screen and (min-width: 1008px) {
      .product-view .product-image-larger-view,
      .product-view #product-image-zoom-tip {
        display: block; } }
  .product-view .product-image-larger-view {
    text-align: right; }
    .product-view .product-image-larger-view a {
      color: #000; }
      .product-view .product-image-larger-view a:hover {
        text-decoration: none; }
      .product-view .product-image-larger-view a:before {
        margin-right: 5px; }
  .product-view .product-name, .product-view .product-loop-attribute {
    color: #000;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .product-view .product-name, .product-view .product-loop-attribute {
        font-size: 24px; } }
  .product-view .price-box span {
    font-size: 14px;
    font-weight: bold; }
  .product-view .price-box .special-price,
  .product-view .price-box .configurable-price-from-label {
    float: left; }
  .product-view .price-box .configurable-price-from-label:not(:empty)::after {
    content: "\00a0"; }
  .product-view .product-style-code {
    font-size: 11px;
    margin-bottom: 12px; }
  .product-view .product-options dt {
    border-top: 2px solid #ccc;
    padding-top: 12px; }
    .product-view .product-options dt:first-child {
      border-top: none;
      padding-top: 0; }
    @media only screen and (min-width: 768px) {
      .product-view .product-options dt {
        border-width: 1px; } }
  .product-view .product-options dd {
    padding-bottom: 12px; }
  .product-view .product-options label.required:after {
    display: none; }
  .product-view .product-options .validation-advice {
    color: #cb121a;
    font-size: 11px;
    font-style: normal;
    margin: 0 0 8px; }
  .product-view .product-options .tooltip-content {
    width: auto; }
  .product-view .swatch-attr-color .select-label {
    text-transform: none; }
  .product-view .configurable-swatch-list li {
    display: block;
    float: left;
    margin: 0 5px 5px 0; }
  .product-view .qty-wrapper,
  .product-view .add-to-cart button {
    margin-bottom: 12px;
    position: relative; }
  .product-view input.qty {
    text-align: right;
    border-radius: 0;
    height: auto;
    font-size: 13px;
    padding: 0 5px; }
    .product-view input.qty:disabled {
      background: #ddd; }
  @media only screen and (min-width: 768px) {
    .product-view .add-to-cart-buttons {
      border-top: none;
      padding-top: 0; } }
  .product-view .btn-cart {
    font-size: 18px;
    width: 100%; }
  .product-view .btn-cart-not-available {
    color: #545454;
    font-style: italic;
    font-weight: bold; }
  .product-view .add-to-registry {
    display: none;
    font-size: 12px; }
    .product-view .add-to-registry button {
      background: none;
      border: 0;
      color: #cb121a;
      display: inline;
      font-size: inherit;
      margin-left: 6px; }
    .product-view .add-to-registry button:hover {
      color: #b41017; }
    .product-view .add-to-registry button:active {
      color: #bf1118; }
  .product-view .availability,
  .product-view .availability-expectation,
  .product-view .availability-expectation a {
    color: #545454;
    font-size: 12px;
    font-weight: bold; }
  .product-view .availability {
    text-transform: uppercase; }
  .product-view .availability-expectation {
    display: none; }
  .product-view .availability-expectation a {
    text-decoration: underline; }
  .product-view #srd_pd .srd_msg strong {
    font-weight: normal; }
  .product-view .srd_iconline {
    margin: 20px 0; }
  .product-view .giftcard-message-max-length-note {
    font-size: 11px;
    margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .product-view .sharing-links {
      float: right; } }
  .product-view .sharing-links li {
    color: #000;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .product-view .sharing-links li.label {
        display: block;
        margin-bottom: 5px; } }
  .product-view .sharing-links a {
    display: block; }
  .product-view .facebook-like-button {
    float: right;
    margin-top: 22px;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .product-view .facebook-like-button {
        float: left;
        margin-top: 0; } }
    @media only screen and (min-width: 1008px) {
      .product-view .facebook-like-button {
        margin-left: 108px; } }
  .product-view .product-collateral {
    margin: 20px 0; }
    .product-view .product-collateral .toggle-tabs {
      display: block;
      position: relative;
      width: 100%; }
      .product-view .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both; }
      .product-view .product-collateral .toggle-tabs li {
        display: block;
        float: left;
        margin-left: 2px; }
        .product-view .product-collateral .toggle-tabs li:first-child {
          margin-left: 0; }
        .product-view .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;
          background: #ebebeb;
          display: block;
          cursor: pointer;
          height: 32px;
          line-height: 32px;
          text-transform: uppercase;
          font-size: 12px;
          padding: 0 1.2em;
          position: relative; }
        .product-view .product-collateral .toggle-tabs li.current > span {
          background: #fff;
          border: 1px solid #dedede;
          border-bottom: none; }
          .product-view .product-collateral .toggle-tabs li.current > span:after {
            content: "";
            display: block;
            background: #fff;
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: -1px; }
    .product-view .product-collateral > dl {
      width: 100%; }
      .product-view .product-collateral > dl > dt {
        display: none; }
      .product-view .product-collateral > dl > dd {
        width: 100%;
        display: none;
        padding: 15px;
        border: 1px solid #dedede; }
        @media only screen and (min-width: 768px) {
          .product-view .product-collateral > dl > dd {
            padding: 25px; } }
        .product-view .product-collateral > dl > dd.current {
          display: block; }
  .product-view .tab-content {
    color: #4C4C4C;
    font-size: 11px; }
    .product-view .tab-content h2 {
      color: #4C4C4C;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-transform: none; }
    .product-view .tab-content .short-description {
      margin-bottom: 1.8em; }
  .product-view .product-help {
    text-align: center; }
    .product-view .product-help ul {
      display: inline-block;
      margin: 1.8em auto;
      padding: 1em 0;
      border-width: 1px 0;
      border-style: solid;
      border-color: #ccc; }
    .product-view .product-help li {
      display: inline-block;
      margin: 0 10px; }
      .product-view .product-help li strong {
        font-size: 14px; }
      .product-view .product-help li:before {
        margin: -2px 5px 0 0; }
  @media only screen and (max-width: 767px) {
    .product-view.grouped .product-options-bottom {
      border-top: none;
      padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .product-view.grouped .product-view-left {
      width: 44%; }
    .product-view.grouped .product-view-right {
      width: 52%; } }
  .product-view.grouped .short-description {
    color: #535353;
    margin-bottom: 20px; }
  .product-view.grouped #product-options-wrapper {
    display: none; }
  .product-view.grouped .btn-cart {
    max-width: 345px; }
  .product-view .grouped-items-table-item {
    border-top: 2px solid #000;
    padding: 18px 0 36px; }
    .product-view .grouped-items-table-item .add-to-cart {
      margin-bottom: 15px; }
  .product-view .grouped-item-image,
  .product-view .grouped-item-info {
    float: left; }
  .product-view .grouped-item-image {
    width: 140px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .product-view .grouped-item-image {
        width: 105px; } }
    .product-view .grouped-item-image img {
      border: 1px solid #ccc;
      max-width: 100%; }
  .product-view .grouped-item-info {
    width: calc(100% - 140px);
    padding-left: 13px; }
    @media only screen and (min-width: 768px) {
      .product-view .grouped-item-info {
        width: calc(100% - 105px); } }
    .product-view .grouped-item-info h2 {
      font-size: 20px;
      font-style: italic; }
    .product-view .grouped-item-info a {
      color: inherit; }
  .product-view .grouped-item-options {
    clear: both; }
    @media only screen and (min-width: 768px) {
      .product-view .grouped-item-options {
        border-top: none;
        padding-top: 0; }
        .product-view .grouped-item-options dt {
          border-top: none; }
        .product-view .grouped-item-options dd {
          border-bottom: 1px solid #ccc; }
        .product-view .grouped-item-options dl {
          margin-bottom: 16px; } }

/* -------------------------------------------- *
 * Modal Content for Need Help? section
 */
#return-policy-modal p,
#satisfaction-guaranteed-modal p {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: .8em; }

/* -------------------------------------------- *
 * Size Chart & Fit Tip
 */
.product-view .product-options .tooltip-button,
.product-view .product-options .size-helper {
  background: none;
  border: none;
  color: #cb121a;
  display: block;
  float: right;
  font-size: 11px;
  margin-left: 18px; }
  .product-view .product-options .tooltip-button:before,
  .product-view .product-options .size-helper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #000;
    border-right: none;
    display: inline-block;
    margin: -1px 5px 0 0;
    position: relative; }
.product-view .product-options .fit-tip-container {
  float: right; }
  @media only screen and (max-width: 767px) {
    .product-view .product-options .fit-tip-container {
      top: 12px;
      height: 20px;
      margin: 0;
      position: absolute;
      right: 20%;
      width: 100px; } }

.size-chart-cms {
  display: none;
  padding: 20px; }
  .size-chart-cms img {
    max-width: 100%; }

/* -------------------------------------------- *
 * Enlarged Image Modal
 */
.product-image-enlarged-modal .box-window {
  max-width: 540px; }
.product-image-enlarged-modal #product-image-modal {
  background: #fff;
  padding: 20px; }
  .product-image-enlarged-modal #product-image-modal h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: none; }
  .product-image-enlarged-modal #product-image-modal img {
    border: 1px solid #c8c8c8;
    max-width: 100%; }

/* -------------------------------------------- *
 * Product Image Zoom
 */
.zoomContainer {
  z-index: 1; }

/* -------------------------------------------- *
 * NMWA link
 */
.link-nmwa {
  border: 1px solid #cb121a;
  display: block;
  line-height: 33px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 31px;
  margin: 20px 0;
  text-align: center;
  text-transform: capitalize;
  width: 205px; }

/* -------------------------------------------- *
 * Live Clicker Video
 */
.product-view-right .product-shop {
  position: relative; }

/* -------------------------------------------- *
 * Email a Friend Page
 */
.send-friend .small-print {
  font-size: 11px;
  display: block;
  margin-top: 10px; }

/* -------------------------------------------- *
 * Promotion Codes
 */
.product-promotions li {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #545454; }
.product-promotions a.promo-details-link {
  padding-left: 5px;
  font-size: 11px;
  cursor: pointer;
  font-weight: normal;
  text-transform: initial; }
  .product-promotions a.promo-details-link:hover {
    text-decoration: none; }

.promotion-modal .box-window {
  max-width: 544px; }
.promotion-modal .box-content {
  padding: 22px; }
  .promotion-modal .box-content .promotion-title {
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
  .promotion-modal .box-content .promotion-description {
    font-size: 11px;
    line-height: 14px; }

/* Override to hide thumbnails for the gift card pages */
.product-e-gift-card .product-image-thumbs, .product-gift-card .product-image-thumbs {
  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: 768px) {
    .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: 767px) {
    .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;
  text-align: center; }

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

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

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

/**
 * Search results page
 *
 * @category	design
 * @package		spxus_default
 */
.catalogsearch-result-index .no-search-results-banner {
  box-shadow: 0px 0px 1px 1px rgba(133, 133, 133, 0.45);
  text-align: center;
  display: none;
  padding: 1px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .catalogsearch-result-index .no-search-results-banner {
      display: block; } }
  .catalogsearch-result-index .no-search-results-banner a {
    border: 1px solid #cb121a;
    display: block;
    position: relative;
    padding: 13px 60px 13px 200px;
    min-height: 145px; }
    .catalogsearch-result-index .no-search-results-banner a:hover {
      text-decoration: none; }
  .catalogsearch-result-index .no-search-results-banner img {
    position: absolute;
    left: 70px;
    bottom: 0; }
  .catalogsearch-result-index .no-search-results-banner h2, .catalogsearch-result-index .no-search-results-banner h3 {
    text-transform: none;
    margin: 0; }
  .catalogsearch-result-index .no-search-results-banner h2 {
    color: #cb121a;
    font-size: 28px;
    margin-bottom: 8px; }
    @media only screen and (min-width: 1008px) {
      .catalogsearch-result-index .no-search-results-banner h2 {
        font-size: 36px; } }
  .catalogsearch-result-index .no-search-results-banner h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    font-style: italic; }
    @media only screen and (min-width: 1008px) {
      .catalogsearch-result-index .no-search-results-banner h3 {
        font-size: 28px; } }
  .catalogsearch-result-index .no-search-results-banner .button {
    font-size: 12px;
    font-weight: normal;
    padding-left: 2em;
    padding-right: 2em; }
.catalogsearch-result-index .no-search-results-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #4b4b4b;
  font-size: 11px; }
  .catalogsearch-result-index .no-search-results-bottom > div {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #ccc;
    padding: 0 5%; }
    .catalogsearch-result-index .no-search-results-bottom > div:nth-child(2n + 1) {
      border-left: none; }
  .catalogsearch-result-index .no-search-results-bottom h1 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4b4b4b;
    text-transform: none; }
  .catalogsearch-result-index .no-search-results-bottom .inline {
    display: inline; }
  .catalogsearch-result-index .no-search-results-bottom label, .catalogsearch-result-index .no-search-results-bottom p {
    font-size: 12px; }
  .catalogsearch-result-index .no-search-results-bottom ol {
    list-style: decimal;
    padding-left: 1.1em;
    margin: 1em 0; }
  .catalogsearch-result-index .no-search-results-bottom li {
    margin-bottom: 1em; }
.catalogsearch-result-index .new-search-form {
  margin: 40px 0 20px;
  color: #000000; }
  .catalogsearch-result-index .new-search-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; }
  .catalogsearch-result-index .new-search-form input, .catalogsearch-result-index .new-search-form button {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle; }
  .catalogsearch-result-index .new-search-form input {
    border: 1px solid #bbb;
    font-size: 12px;
    width: 60%; }
    @media only screen and (max-width: 599px) {
      .catalogsearch-result-index .new-search-form input {
        width: 100%;
        margin-bottom: 5px; } }
  .catalogsearch-result-index .new-search-form button {
    border: none;
    background: #000000;
    color: #fff;
    font-size: 14px;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    padding: 2px 12px 0;
    text-transform: uppercase; }

ul.subcategories-list {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px; }
  ul.subcategories-list li.subcategory-item {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    float: left; }
    @media only screen and (min-width: 600px) {
      ul.subcategories-list li.subcategory-item:nth-child(4n) {
        margin-right: 0; } }
    ul.subcategories-list li.subcategory-item .subcatoverlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(203, 18, 26, 0.35);
      top: 0;
      left: 0;
      transition: background-color 350ms linear;
      -webkit-transition: background-color 350ms linear;
      -moz-transition: background-color 350ms linear;
      -o-transition: background-color 350ms linear;
      -ms-transition: background-color 350ms linear; }
      ul.subcategories-list li.subcategory-item .subcatoverlay:hover {
        background-color: rgba(203, 18, 26, 0.6); }
      @media only screen and (max-width: 599px) {
        ul.subcategories-list li.subcategory-item .subcatoverlay {
          background-color: rgba(203, 18, 26, 0.35); } }
    ul.subcategories-list li.subcategory-item .subcatname {
      position: absolute;
      display: block;
      cursor: pointer;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap; }
      ul.subcategories-list li.subcategory-item .subcatname a, ul.subcategories-list li.subcategory-item .subcatname a:hover, ul.subcategories-list li.subcategory-item .subcatname a:focus, ul.subcategories-list li.subcategory-item .subcatname a:visited {
        color: #fff; }
    ul.subcategories-list li.subcategory-item img {
      width: 100%; }
    @media only screen and (max-width: 599px) {
      ul.subcategories-list li.subcategory-item {
        width: 48%;
        display: inline-block;
        margin-right: 2%;
        margin-bottom: 2%; }
        ul.subcategories-list li.subcategory-item .subcatoverlay:hover {
          background-color: rgba(203, 18, 26, 0.38); }
        ul.subcategories-list li.subcategory-item:nth-child(2n) {
          margin-right: 0; } }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.checkout-cart-index .col-main,
.checkout-cart-index .col-right {
  float: none;
  width: 100%; }
.checkout-cart-index .sidebar {
  border-right: none; }
@media only screen and (min-width: 1008px) {
  .checkout-cart-index .main-container {
    padding: 50px 0; }
  .checkout-cart-index .col-main {
    float: left;
    width: 82.5%; }
  .checkout-cart-index .col-right,
  .checkout-cart-index .crossell {
    float: right;
    width: 14%; }
  .checkout-cart-index .cart {
    border-right: 1px solid #ECECEC;
    padding-right: 2.7em; } }

.cart-table {
  float: left;
  width: 100%; }
  .cart-table th:first-child {
    padding-left: 0; }

.cart .button {
  white-space: normal; }
  .cart .button.secondary {
    font-size: 12px; }

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  clear: right;
  padding-left: 20px; }

.cart-forms {
  float: left;
  width: 40%;
  font-size: 11px; }

.cart-totals-wrapper,
.crosssell {
  float: right;
  width: 60%; }

.cart-totals,
.cart-forms .shipping {
  padding: 10px; }

@media only screen and (min-width: 768px) {
  .cart-totals,
  .cart-forms .shipping {
    background-color: #F0F0F0; } }
@media only screen and (max-width: 767px) {
  .cart-totals,
  .cart-forms .shipping {
    background-color: white; } }
@media only screen and (max-width: 767px) {
  .cart-form {
    background-color: #F0F0F0; } }
@media only screen and (max-width: 767px) {
  .cart-totals {
    padding: 0; } }
@media only screen and (min-width: 768px) {
  .cart-totals {
    padding: 35px 20px 150px 20px; } }
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px; }

.cart-forms .giftcard .form-list > li {
  padding-bottom: 28px; }
.cart-forms .giftcard .form-list .buttons-set {
  padding-top: 8px; }

.cart-forms .discount h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px; }
  @media only screen and (max-width: 599px) {
    .cart-forms .discount h2 {
      font-size: 11px; } }

@media only screen and (max-width: 767px) {
  .cart-table {
    margin-bottom: 0; }

  .cart-forms .discount {
    margin-bottom: 10px; } }
.checkout-cart-index #postcode {
  width: 100%; }

.display-both-prices .cart-table {
  float: none;
  width: 100%; }
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0; }
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px; }
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%; }
.display-both-prices .crosssell {
  clear: right;
  float: right; }

@media only screen and (max-width: 1007px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0; }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px; }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%; }
  .display-single-price .crosssell {
    clear: right;
    float: right; } }
@media only screen and (max-width: 599px) {
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; } }
.display-single-price:after {
  content: '';
  display: table;
  clear: both; }

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

.cart-total-head {
  padding-right: 0;
  text-align: right; }

.checkout-types {
  float: right;
  text-align: right;
  width: 100%;
  /* We always want this shipping method to display on its own line */ }
  .checkout-types li {
    vertical-align: top;
    margin: 0 0 20px; }
    .checkout-types li:after {
      content: '';
      display: table;
      clear: both; }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
    .checkout-types li.method-payrunner-eligible-cart-page img {
      width: auto; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: block; }
    @media only screen and (min-width: 768px) {
      .checkout-types .method-checkout-cart-methods-multishipping {
        font-size: 12px;
        line-height: 4; } }
    @media only screen and (max-width: 767px) {
      .checkout-types .method-checkout-cart-methods-multishipping {
        font-size: 13px;
        line-height: 1.6; } }
  .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; } }
@media only screen and (min-width: 768px) {
  .cart-table td.cart-footer-actions {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
    .cart-table td.cart-footer-actions .button2 span {
      height: 20px;
      line-height: 20px; } }
.cart-totals .checkout-types .btn-checkout {
  width: 100%;
  padding: 12px 1px; }
  @media only screen and (max-width: 767px) {
    .cart-totals .checkout-types .btn-checkout span {
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .cart-totals .checkout-types .btn-checkout span {
      font-size: 13px; } }

@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%; } }
@media only screen and (max-width: 767px) {
  #discount-coupon-form .discount-form-col-left,
  .cart .giftcard .discount-form-col-left {
    width: 35% !important; }
  #discount-coupon-form .discount-form-col-right,
  .cart .giftcard .discount-form-col-right {
    width: 65% !important; }
  #discount-coupon-form .discount-form,
  .cart .giftcard .discount-form {
    padding-bottom: 0; }

  .cart-form {
    padding: 10px; } }
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top; }
.cart-table h2 {
  color: #000000;
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif; }
  .cart-table h2 a {
    color: #000000; }
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent; }
.cart-table tbody tr td {
  padding: 20px 5px; }
@media only screen and (min-width: 768px) {
  .cart-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ECECEC; } }
@media only screen and (min-width: 768px) {
  .cart-table tbody td.product-cart-remove {
    position: relative;
    top: -15px; } }
.cart-table .product-cart-info .btn-update,
.cart-table .product-cart-actions .btn-update {
  padding: 7px 15px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .cart-table .product-cart-info .btn-update,
    .cart-table .product-cart-actions .btn-update {
      top: -2px; } }
  @media only screen and (min-width: 599px) {
    .cart-table .product-cart-info .btn-update,
    .cart-table .product-cart-actions .btn-update {
      display: none !important; } }
.cart-table tfoot tr {
  background: none; }
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both; }
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase; }
.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; }
  .cart-table .product-cart-image img {
    border: 1px solid #ECECEC; }
  .cart-table .product-cart-image a.cart-edit {
    display: none; }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-info {
    font-size: 11px; } }
@media only screen and (min-width: 768px) {
  .cart-table .product-cart-info {
    font-size: 13px; } }
.cart-table .product-cart-sku {
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .cart-table .product-cart-sku {
      font-size: 11px; } }
  @media only screen and (min-width: 768px) {
    .cart-table .product-cart-sku {
      font-size: 13px; } }
  .cart-table .product-cart-sku span {
    font-weight: 600; }
.cart-table .btn-empty {
  float: left; }
.cart-table .product-cart-price {
  text-align: center; }
.cart-table .product-cart-total {
  text-align: right; }
.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 #000000;
    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 #000000;
    border-bottom: none;
    right: -15px;
    top: 6px; }
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 12px; }
  .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;
    font-size: 14px; }
  .cart-table .product-cart-actions .button {
    margin-bottom: 5px; }
.cart-table .product-cart-price .price {
  font-weight: normal; }
.cart-table .price {
  font-size: 14px; }
.cart-table .item-options {
  padding-left: 0;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .cart-table .item-options {
      font-size: 11px; } }
  .cart-table .item-options dd {
    padding-left: 0; }

.checkout-review-table .item-options dd {
  font-weight: normal;
  padding-left: 0; }
@media only screen and (max-width: 479px) {
  .checkout-review-table tbody td[data-rwd-label]:before {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold; } }

@media only screen and (max-width: 767px) {
  .cart-table th {
    font-size: 12px; }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px; }
  .cart-table .product-cart-actions > li {
    white-space: inherit; } }
@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 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%; }
    .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-size: 14px;
        font-weight: normal; }
      .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 11px;
        font-weight: bold;
        padding-right: 5px; }
    .cart-table td.product-cart-price {
      text-align: left; }
  .cart-table h2 {
    font-size: 12px; }
  .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-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-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: Arial, Helvetica, sans-serif; }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }
    .cart-table .cart-footer-actions .btn-continue {
      float: left; }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
      display: none; }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px; }
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0; }
.shipping select.validation-failed {
  border-color: #cb121a; }
.shipping .shipping-desc {
  display: none; }
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0; }
.shipping .form-list .shipping-country {
  width: 37%; }
.shipping .form-list .shipping-region {
  width: 41%; }
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%; }
  .shipping .form-list .shipping-postcode input {
    margin-top: 4px; }
.shipping .form-list .input-box {
  padding-top: 0; }
.shipping .form-list input {
  height: 30px;
  margin-top: 4px; }
.shipping .form-list label {
  font-size: 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 {
    font-size: 12px;
    font-style: italic;
    min-width: 100px; }
    .shipping .sp-methods label span {
      font-weight: bold;
      font-style: normal; }
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: shade(#F0F0F0, 3%);
  min-width: 220px; }
  .shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: shade(#F0F0F0, 10%); }

@media only screen and (max-width: 767px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }
    .shipping .shipping-form .form-list > li label {
      display: block; }
    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
      width: 100%; } }
.cart-footer-actions .gift-registry-cart-form label, .cart-footer-actions .gift-registry-cart-form select, .cart-footer-actions .gift-registry-cart-form button {
  display: inline-block;
  vertical-align: middle; }
.cart-footer-actions .gift-registry-cart-form label {
  font-size: 12px;
  margin-right: 2px; }
.cart-footer-actions .gift-registry-cart-form select {
  height: 30px;
  min-width: 125px; }
.cart-footer-actions .gift-registry-cart-form button {
  height: 30px; }
@media only screen and (max-width: 599px) {
  .cart-footer-actions .gift-registry-cart-form {
    border-top: 1px solid #ccc;
    padding-top: 7px; } }
@media only screen and (min-width: 600px) {
  .cart-footer-actions .gift-registry-cart-form {
    float: left; }
    .cart-footer-actions .gift-registry-cart-form button {
      min-width: 66px; }
    .cart-footer-actions .gift-registry-cart-form select {
      width: 220px; } }

.cart .cart-totals {
  text-align: right; }
  .cart .cart-totals:after {
    content: '';
    display: table;
    clear: both; }
  .cart .cart-totals table {
    font-size: 12px;
    margin-bottom: 35px;
    width: 100%; }
    .cart .cart-totals table td {
      padding: 2px 0px; }
    .cart .cart-totals table td:first-child {
      padding-right: 2rem;
      min-width: 120px; }
    @media only screen and (max-width: 767px) {
      .cart .cart-totals table tbody td {
        font-size: 11px; } }
    .cart .cart-totals table tbody td .price {
      font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .cart .cart-totals table tbody tr:last-child td,
      .cart .cart-totals table tbody tr:last-child th {
        padding-bottom: 10px; } }
    @media only screen and (min-width: 768px) {
      .cart .cart-totals table tbody tr:last-child td,
      .cart .cart-totals table tbody tr:last-child th {
        padding-bottom: 25px; } }
    .cart .cart-totals table tfoot {
      border-top: 3px solid #b8b8b8;
      border-bottom: 3px solid #b8b8b8;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .cart .cart-totals table tfoot tr:first-child td {
          padding-top: 30px; }
        .cart .cart-totals table tfoot tr:last-child td {
          padding-bottom: 25px; } }
      @media only screen and (max-width: 767px) {
        .cart .cart-totals table tfoot tr:first-child td {
          padding-top: 15px; }
        .cart .cart-totals table tfoot tr:last-child td {
          padding-bottom: 10px; } }
      .cart .cart-totals table tfoot td {
        vertical-align: top;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .cart .cart-totals table tfoot td {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) {
          .cart .cart-totals table tfoot td {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .cart .cart-totals table tfoot td .price {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) {
          .cart .cart-totals table tfoot td .price {
            font-size: 18px; } }
      .cart .cart-totals table tfoot td.checkout-cart-totals-tax-and-shipping-notice {
        padding-right: 0;
        font-style: italic;
        font-weight: normal;
        text-transform: none; }
        @media only screen and (max-width: 767px) {
          .cart .cart-totals table tfoot td.checkout-cart-totals-tax-and-shipping-notice {
            font-size: 10px; } }
        @media only screen and (min-width: 768px) {
          .cart .cart-totals table tfoot td.checkout-cart-totals-tax-and-shipping-notice {
            font-size: 14px; } }

.checkout-types-left li,
.checkout-types-right li {
  text-align: left; }

.checkout-types-left {
  float: left; }
  @media only screen and (max-width: 767px) {
    .checkout-types-left {
      width: 38%; } }
  @media only screen and (min-width: 768px) {
    .checkout-types-left {
      width: 45%; } }

.checkout-types-right {
  float: right; }
  @media only screen and (max-width: 767px) {
    .checkout-types-right {
      width: 62%; } }
  @media only screen and (min-width: 768px) {
    .checkout-types-right {
      width: 55%; } }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

.discount-form .input-box {
  background: none; }

@media only screen and (min-width: 768px) {
  .discount-form,
  .giftcard {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed; } }
#discount-coupon-form,
.cart .giftcard {
  width: 100%; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form label,
  .cart .giftcard label {
    padding-top: 10px;
    font-weight: bold;
    text-align: left;
    min-width: 105px;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      #discount-coupon-form label,
      .cart .giftcard label {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      #discount-coupon-form label,
      .cart .giftcard label {
        font-size: 11px; } }
  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper {
    display: inline-block; }
  #discount-coupon-form .validation-advice,
  .cart .giftcard .validation-advice {
    display: inline-block; }
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom; }
    #discount-coupon-form .button-wrapper > button,
    .cart .giftcard .button-wrapper > button {
      float: left; }
  #discount-coupon-form .buttons-set,
  .cart .giftcard .buttons-set {
    border: none;
    margin-top: 0;
    padding-top: 8px;
    text-align: left; }
  #discount-coupon-form .discount-form-col-left,
  .cart .giftcard .discount-form-col-left {
    float: left;
    width: 45%; }
  #discount-coupon-form .discount-form-col-right,
  .cart .giftcard .discount-form-col-right {
    float: right;
    width: 55%; }
    #discount-coupon-form .discount-form-col-right .button.secondary,
    .cart .giftcard .discount-form-col-right .button.secondary {
      float: none;
      margin: 0; }
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #discount-coupon-form .input-text,
      .cart .giftcard .input-text {
        width: 59%; } }
    @media only screen and (min-width: 768px) {
      #discount-coupon-form .input-text,
      .cart .giftcard .input-text {
        width: 140px; } }

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

.cart .giftcard .check-gc-status {
  margin-top: 10px;
  text-align: left;
  float: left;
  padding: 0px;
  line-height: 1; }
  .cart .giftcard .check-gc-status > span > span {
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      .cart .giftcard .check-gc-status > span > span {
        font-size: 10px; } }
    @media only screen and (min-width: 768px) {
      .cart .giftcard .check-gc-status > span > span {
        font-size: 15px; } }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399CC; }
.crosssell .item a.product-image {
  width: auto;
  float: left; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 1007px) {
  .crosssell {
    /* Undo three-column config */ }
    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
      width: 47.72727%;
      margin-right: 4.54545%; }
    .crosssell .products-grid > li:nth-child(odd) {
      clear: left; }
    .crosssell .products-grid > li:nth-child(even) {
      margin-right: 0; }
    .crosssell .products-grid > li:nth-child(3n+1) {
      clear: none; } }
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px; }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px; } }
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px; }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }
@media only screen and (max-width: 1007px) {
  body.ebayenterprise-paypal-express-checkout-review .checkout-onepage-index .col-right.sidebar {
    display: block;
    width: 100%;
    float: none;
    margin-top: 15px; }
    body.ebayenterprise-paypal-express-checkout-review .checkout-onepage-index .col-right.sidebar .no-display {
      display: block; }
    body.ebayenterprise-paypal-express-checkout-review .checkout-onepage-index .col-right.sidebar .block-progress {
      padding-left: 0px; }
    body.ebayenterprise-paypal-express-checkout-review .checkout-onepage-index .col-right.sidebar .block .block-content {
      padding: 0px;
      border-width: 0px; } }
body.ebayenterprise-paypal-express-checkout-review #header {
  padding-top: 35px; }
body.ebayenterprise-paypal-express-checkout-review .opc .section .step-title h2 {
  margin-left: 20px; }

/**
 * one page checkout styles
 *
 * @category  design
 * @package   spxus_default
 */
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
@media only screen and (min-width: 768px) {
  .checkout-onepage-index #header {
    padding-top: 35px; } }
.checkout-onepage-index #footer {
  border-top: 1px solid #000000;
  padding: 20px 0; }
  .checkout-onepage-index #footer .container {
    text-align: center; }
    .checkout-onepage-index #footer .container ul li {
      display: inline-block; }
      .checkout-onepage-index #footer .container ul li:not(:first-child) {
        border-left: 1px gray solid;
        margin-left: 20px;
        padding-left: 20px; }
    .checkout-onepage-index #footer .container .live-chat:after {
      left: -45px; }
.checkout-onepage-index .sidebar {
  border-right: none; }

#update_shipping_method_submit {
  font-size: 14px;
  float: none;
  margin-top: 10px; }

@media only screen and (max-width: 1007px) {
  .opc-block-progress {
    margin-top: 0; } }

.footer-progress-opcheckout {
  font-weight: bold;
  font-size: 15px;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .footer-progress-opcheckout {
      display: none; } }
  @media only screen and (max-width: 1007px) {
    .footer-progress-opcheckout {
      padding: 10px; } }
  @media only screen and (max-width: 1007px) {
    .footer-progress-opcheckout .block-title {
      border: none; } }
  .footer-progress-opcheckout .block-title h1 {
    font-size: 15px;
    font-weight: bold; }
  .footer-progress-opcheckout .block-content ul li {
    padding-top: 5px; }
    .footer-progress-opcheckout .block-content ul li:first-child a {
      color: #000000; }
  .footer-progress-opcheckout .live-chat {
    position: relative; }
    .footer-progress-opcheckout .live-chat:before {
      background: transparent url(https://cim.gsipartners.com/netagent/client/invites/chatimage.aspx?style=style0&questid=2324D9BF-8232-4623-8BBD-B004A8A2EAA7&portid=E91C4AAA-17A8-4A30-9A34-F885049F72A4&imagelanguage=en-us&customcloseimage=https://www.spanx.com/skin/frontend/spxus/default/images/spx-live-chat-off.png&customopenimage=https://www.spanx.com/skin/frontend/spxus/default/images/spx-live-chat-on.png) no-repeat;
      content: '';
      display: inline-block;
      height: 19px;
      position: absolute;
      top: -3px;
      width: 33px;
      margin-top: 10px; }
    .footer-progress-opcheckout .live-chat a {
      margin-left: 35px; }
  .footer-progress-opcheckout .privacy-policy {
    position: relative; }
    .footer-progress-opcheckout .privacy-policy:before {
      content: '';
      height: 19px;
      position: absolute;
      top: 5px;
      width: 33px; }
    .footer-progress-opcheckout .privacy-policy a {
      margin-left: 15px; }

@media only screen and (max-width: 767px) {
  .checkout-onepage-index #opc-footer-desktop {
    display: none; }
  .checkout-onepage-index #opc-footer-mobile > a {
    color: #cb121a; }
    .checkout-onepage-index #opc-footer-mobile > a > img {
      display: inline;
      position: relative;
      top: 4px; } }
@media only screen and (min-width: 768px) {
  .checkout-onepage-index #opc-footer-mobile {
    display: none; } }
.checkout-onepage-index #header-clone {
  display: none; }
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .main-container {
    padding-top: 0px; }
    .checkout-onepage-index .main-container input[type=text] {
      width: 100%; } }
.checkout-onepage-index .main-container .main {
  border-top: 1px solid black; }
  @media only screen and (max-width: 767px) {
    .checkout-onepage-index .main-container .main {
      margin-top: 5px;
      padding-top: 15px; } }
  @media only screen and (min-width: 768px) {
    .checkout-onepage-index .main-container .main {
      margin-top: 10px;
      padding-top: 25px; } }
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none; }
  @media only screen and (min-width: 1008px) {
    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
      width: 31.25%;
      display: block; } }
@media only screen and (min-width: 1008px) {
  .checkout-onepage-index .col-right {
    padding-left: 0; } }
.checkout-onepage-index .col-main {
  width: auto;
  float: none; }
  @media only screen and (min-width: 1008px) {
    .checkout-onepage-index .col-main {
      float: left;
      width: 68.75%;
      padding-right: 20px; } }
.checkout-onepage-index #footer .container {
  text-align: center; }
  .checkout-onepage-index #footer .container ul li {
    display: inline-block; }
    .checkout-onepage-index #footer .container ul li:not(:first-child) {
      border-left: 1px gray solid;
      margin-left: 20px;
      padding-left: 20px; }
  .checkout-onepage-index #footer .container .live-chat:after {
    left: -45px; }

/* -------------------------------------------- *
 * PayPal Express checkout review
 */
@media only screen and (max-width: 1007px) {
  .ebayenterprise-paypal-express-checkout-review .col-right {
    display: block;
    margin: 20px 0; }
  .ebayenterprise-paypal-express-checkout-review .sidebar {
    width: 100%; }
    .ebayenterprise-paypal-express-checkout-review .sidebar .opc-block-progress {
      padding: 0; }
      .ebayenterprise-paypal-express-checkout-review .sidebar .opc-block-progress .block-content {
        display: block !important; }
    .ebayenterprise-paypal-express-checkout-review .sidebar .block:not(.block-layered-nav):not(.block-account) .block-content {
      padding: 0;
      border: none; }
  .ebayenterprise-paypal-express-checkout-review .mobile-table .a-center {
    background: none;
    padding: 5px;
    text-align: right; } }

/* -------------------------------------------- *
 * Section Styling - Default
 */
.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: right;
  color: #fff;
  line-height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px; }
  .opc .section .step-title .number:after, .opc .section.allow.active .step-title .number:after, .no-touch .opc .section.allow:hover .step-title .number:after {
    content: '.'; }

.opc .common-field-helper, .opc .tooltip-button, .opc .field-helper {
  font-size: 12px;
  margin-left: 5px; }
.opc .field-helper {
  color: #656565; }
.opc select {
  height: 30px;
  padding-right: 5px;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .opc select {
      max-width: 365px; } }
.opc .section {
  border: 3px solid #cbcbcb; }
  @media only screen and (max-width: 767px) {
    .opc .section:not(:first-child) {
      margin-top: 5px; } }
  @media only screen and (min-width: 768px) {
    .opc .section:not(:first-child) {
      margin-top: 12px; } }
  .opc .section .step-title {
    width: 100%;
    position: relative;
    background-color: #cbcbcb;
    font-size: 16px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .opc .section .step-title a {
      display: none !important; }
      .no-touch .opc .section .step-title a:hover {
        text-decoration: none; }
    .opc .section .step-title h2 {
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-size: inherit;
      font-weight: 400;
      line-height: 40px;
      height: 40px;
      float: left;
      margin: 0px 4px 0px 45px; }
  .opc .section.allow.active .step-title {
    background-color: #cb121a; }
  .opc .section.allow {
    border-color: #000; }
    .opc .section.allow:not(.active) .step-title {
      cursor: pointer; }
      .opc .section.allow:not(.active) .step-title a {
        display: block;
        float: right;
        line-height: 40px;
        height: 40px;
        padding: 0px 10px; }
    .opc .section.allow .step-title {
      background-color: #000; }
      .opc .section.allow .step-title .number {
        background-color: tint(#cb121a, 50%); }
  .opc .section.active {
    border-color: #cb121a; }
    .opc .section.active .step-title {
      background-color: #cb121a;
      border-bottom: 1px solid #ECECEC; }
  .opc .section #checkout-step-billing.step,
  .opc .section #checkout-step-shipping.step,
  .opc .section #checkout-step-payment.step {
    padding-top: 5px; }
  .opc .section .step {
    padding: 45px; }
    @media only screen and (max-width: 767px) {
      .opc .section .step {
        padding: 20px; } }
    @media only screen and (max-width: 479px) {
      .opc .section .step {
        padding: 10px; } }
  .opc .section .messages {
    margin: 10px 0 0; }
  .opc .section h3 {
    margin-bottom: 0; }
  .opc .section .description {
    margin-bottom: 18px; }
  .opc .section .col2-set .col-2 {
    border-left: 1px solid #ccc; }
    @media only screen and (max-width: 479px) {
      .opc .section .col2-set .col-2 {
        border-left: none; } }
.opc .required-container p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }
  .opc .required-container p.required::before {
    content: '*';
    position: relative;
    top: 5px;
    right: 3px;
    color: #cb121a;
    font-size: 1.5em; }
.opc .form-list .control label {
  background: none; }
.opc .buttons-set {
  text-align: left; }
  .opc .buttons-set button.button {
    font-size: 14px;
    float: none;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    padding-left: 55px;
    padding-right: 55px; }
  .opc .buttons-set .back-link {
    float: right; }
  .opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0; }
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px; }

@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; } }
@media only screen and (max-width: 767px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none; } }
#dt_method_ebayenterprise_creditcard label {
  font-weight: bold; }

#opc-payment .note {
  margin-top: 20px;
  padding: 10px; }

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  transition: width 80ms; }
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  transition: margin-left 80ms; }
.opc.opc-firststep-login .section#opc-login #checkout-step-login .col-1 {
  width: 54%; }
.opc.opc-firststep-login .section#opc-login #checkout-step-login .col-2 {
  width: 46%; }
@media only screen and (max-width: 479px) {
  .opc.opc-firststep-login .section#opc-login #checkout-step-login .col-1,
  .opc.opc-firststep-login .section#opc-login #checkout-step-login .col-2 {
    width: 100%; }
  .opc.opc-firststep-login .section#opc-login #checkout-step-login .col-2 {
    margin-top: 5px; } }
.opc.opc-firststep-login .section:not(#opc-login) {
  transition: opacity 300ms; }

.opc-block-progress-step-login {
  transition: opacity 300ms; }

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the			   */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the		   */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden; }
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 15px; }
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) {
  opacity: 0; }
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0; }

/* -------------------------------------------- *
 * Billing Information
 */
#co-billing-form ul.form-list > .control.shipping {
  margin: 0; }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods #ebayenterprise_creditcard_cc_cid {
    margin-right: 15px;
    text-align: center;
    width: 55px; }
  @media only screen and (min-width: 768px) {
    .sp-methods .cvv-what-is-this-mobile {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .sp-methods #payment_form_ebayenterprise_creditcard .input-box .v-fix {
      width: 50%;
      margin-right: 0; }
    .sp-methods #ebayenterprise_creditcard_expiration,
    .sp-methods #ebayenterprise_creditcard_expiration_yr {
      width: 100%; }
    .sp-methods #ebayenterprise_creditcard_cc_cid {
      width: 45px; }
      .sp-methods #ebayenterprise_creditcard_cc_cid .v-fix {
        width: 100%; } }
  .sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold; }
    .sp-methods dt:first-child {
      margin: 0 0 5px; }
    .sp-methods dt label {
      background: none; }
  .sp-methods #dd_method_ebayenterprise_creditcard {
    padding-left: 40px; }
    @media only screen and (max-width: 767px) {
      .sp-methods #dd_method_ebayenterprise_creditcard {
        padding-left: 0; } }
    .sp-methods #dd_method_ebayenterprise_creditcard li {
      margin-bottom: 5px; }
    .sp-methods #dd_method_ebayenterprise_creditcard .tooltip-button {
      margin: 0; }
    .sp-methods #dd_method_ebayenterprise_creditcard .tooltip-content {
      -ms-transform: translateX(-25%);
          transform: translateX(-25%); }
  .sp-methods dd ul li label {
    background: none; }
  .sp-methods label img {
    float: left; }
  .sp-methods label a {
    float: right;
    margin-left: 10px; }
  .sp-methods .form-list {
    padding-left: 20px; }
    .sp-methods .form-list li {
      margin: 0 0 8px; }
  .sp-methods select.month {
    width: 120px;
    margin-right: 10px; }
  .sp-methods select.year {
    width: 96px; }
  .sp-methods input.cvv {
    width: 4em !important; }
  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px; }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both; }
  .sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left; }
  .sp-methods .checkmo-list address {
    float: left; }
  @media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
      padding-left: 0; }
      .sp-methods .checkmo-list label {
        width: 135px; } }
  .sp-methods .release-amounts {
    margin: 0.5em 0; }
    .sp-methods .release-amounts button {
      float: left;
      margin: 5px 10px 0 0; }

/* One Page Checkout */
.block-progress {
  border: 0;
  padding-left: 20px; }
  @media only screen and (min-width: 768px) {
    .block-progress {
      margin: 50px 0 0 0; } }
  .block-progress .price {
    font-weight: normal; }
  .block-progress .block-content {
    font-size: 13px; }
  .block-progress dt {
    padding-top: 6px;
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: normal;
    color: #545454;
    text-transform: uppercase; }
    .block-progress dt .changelink {
      text-transform: none;
      font-size: 12px; }
  .block-progress dt.complete {
    color: #000000;
    font-weight: bold; }
    .block-progress dt.complete .price {
      font-weight: normal; }
  .block-progress dd {
    margin-bottom: 15px; }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 5px 3px 0;
    color: #000000;
    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; }

/* review step */
.control.casl {
  margin-bottom: 20px; }

#opt-in-exact-target {
  margin-left: 0; }
  #opt-in-exact-target + label {
    padding-left: 5px; }

#checkout-review-table .btn-remove img {
  display: none; }
#checkout-review-table th {
  background: none;
  font-size: 14px; }
@media only screen and (min-width: 768px) {
  #checkout-review-table tr td:fist-child {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  #checkout-review-table.linearize-table tbody tr {
    padding: 5px 0; }
  #checkout-review-table tr td {
    font-size: 14px;
    padding: 0; } }
#checkout-review-table .product-name, #checkout-review-table .product-loop-attribute {
  text-transform: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  font-weight: normal; }
#checkout-review-table .grand-total {
  font-size: 18px;
  text-transform: uppercase;
  border-top: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8; }
  #checkout-review-table .grand-total td {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 479px) {
      #checkout-review-table .grand-total td strong {
        line-height: 20px; } }
  #checkout-review-table .grand-total .price {
    font-weight: bold;
    font-size: 18px; }
#checkout-review-table tfoot tr {
  background: none; }
  #checkout-review-table tfoot tr.last {
    display: none; }
  #checkout-review-table tfoot tr td {
    padding: 5px; }
    @media only screen and (max-width: 479px) {
      #checkout-review-table tfoot tr td {
        text-align: right;
        width: 20%; }
        #checkout-review-table tfoot tr td:nth-child(2n+1) {
          width: 80%; } }
#checkout-review-table .price {
  font-weight: normal; }
@media only screen and (max-width: 479px) {
  #checkout-review-table tbody tr > td:nth-child(2):before {
    content: 'Estimated Delivery:';
    font-size: 13px;
    font-weight: bold; } }

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

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

#checkout-review-submit {
  width: auto !important;
  padding: none !important; }

#review-buttons-container {
  width: auto;
  float: right;
  padding: 0; }
  #review-buttons-container .btn-checkout {
    margin-right: 0; }

@media only screen and (max-width: 767px) {
  #checkout-review-table th:first-child {
    padding-left: 0; } }
@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 {
  margin-bottom: 0; }
  .opc-block-progress dt a, .opc-block-progress dt .separator {
    display: none; }
  .opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
    display: inline; }

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#co-shipping-method-form .sp-methods ul label {
  background: none; }

#checkout-shipping-method-load .sp-methods ul label {
  background: none;
  padding-left: 25px; }
#checkout-shipping-method-load .sp-methods ul input.radio {
  margin-left: 0; }
#checkout-shipping-method-load .shipping-info {
  margin-bottom: 20px;
  max-width: 650px; }

#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0; }
  #checkout-step-review .opc-block-progress .block-title {
    display: none;
    font-size: 15px; }
  #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 {
        padding: 5px; } }
    #checkout-step-review .opc-block-progress .block-content .changelink {
      display: none; }
      #checkout-step-review .opc-block-progress .block-content .changelink a {
        text-transform: none;
        font-size: 12px; }
#checkout-step-review .centinel > p {
  margin-bottom: 10px; }
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

@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; } }
/* Gift options */
#onepage-checkout-shipping-method-additional-load {
  margin-top: 30px; }

.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px; }
  .gift-messages-form .item h5 {
    font-weight: bold; }
  .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: 10px;
  display: block; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 10px; }
  .gift-message-form .inner-box > div h4 {
    margin-top: 20px; }
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }
.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, .gift-message-form .gift-item .product-img-box .product-loop-attribute {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }
@media only screen and (max-width: 767px) {
  .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/receipt page styles
 *
 * @category  design
 * @package   spxus_default
 */
#order-success-thankyou {
  font-size: 12px;
  padding-top: 30px; }
  #order-success-thankyou h1 {
    text-transform: uppercase; }
  @media only screen and (max-width: 599px) {
    #order-success-thankyou {
      padding-top: 10px; } }
  #order-success-thankyou .heading.items-shipping {
    margin-top: 3.0em;
    border-bottom: 1px solid #dfdfdf; }
  #order-success-thankyou #success-product-list {
    font-size: 12px;
    position: relative; }
    #order-success-thankyou #success-product-list .item-options dt {
      font-size: 12px; }
    #order-success-thankyou #success-product-list th {
      color: black;
      background-color: #dfdfdf;
      border-bottom: 1px solid #dfdfdf;
      padding-top: 5px;
      padding-bottom: 5px; }
    #order-success-thankyou #success-product-list thead th,
    #order-success-thankyou #success-product-list tbody td {
      border-bottom: none;
      float: left;
      display: block; }
    #order-success-thankyou #success-product-list tbody tr td {
      border-top: 1px solid #dfdfdf; }
    #order-success-thankyou #success-product-list tbody tr:first-child td {
      border-top: none; }
    #order-success-thankyou #success-product-list .qty-col {
      width: 5%; }
    #order-success-thankyou #success-product-list .desc-col {
      width: 45%; }
    #order-success-thankyou #success-product-list .avail-col {
      width: 26%;
      padding-left: 20px; }
      #order-success-thankyou #success-product-list .avail-col strong {
        text-transform: uppercase; }
    #order-success-thankyou #success-product-list .price-col {
      width: 12%; }
    #order-success-thankyou #success-product-list .total-col {
      width: 12%; }
  #order-success-thankyou p:first-of-type {
    margin-bottom: 20px; }
  #order-success-thankyou .column {
    float: left; }
  #order-success-thankyou .heading {
    clear: both;
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
  #order-success-thankyou .label,
  #order-success-thankyou .details {
    display: block; }
  #order-success-thankyou .row.details {
    margin-bottom: 30px;
    min-height: 150px; }
  #order-success-thankyou .order.summary {
    margin-bottom: 20px; }
  #order-success-thankyou .order.details {
    margin-top: 5px; }
  #order-success-thankyou .product.details .heading {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px; }
  #order-success-thankyou .product.details .details {
    padding: 5px; }
  #order-success-thankyou .product.details .column.qty {
    width: 10%; }
    #order-success-thankyou .product.details .column.qty .label,
    #order-success-thankyou .product.details .column.qty .details {
      padding-left: 10px; }
  #order-success-thankyou .product.details .column.item-description {
    width: 40%; }
  #order-success-thankyou .product.details .column.availability {
    width: 25%; }
  #order-success-thankyou .product.details .column.price {
    text-align: right;
    width: 12.5%; }
  #order-success-thankyou .product.details .column.total {
    text-align: right;
    width: 12.5%; }
    #order-success-thankyou .product.details .column.total .label,
    #order-success-thankyou .product.details .column.total .details {
      padding-right: 10px; }
  @media only screen and (max-width: 599px) {
    #order-success-thankyou #success-product-list thead th {
      display: none; }
    #order-success-thankyou #success-product-list tbody tr {
      display: block;
      border: solid 1px #dfdfdf;
      margin-bottom: 1.0em; }
      #order-success-thankyou #success-product-list tbody tr td.qty-col,
      #order-success-thankyou #success-product-list tbody tr td.desc-col,
      #order-success-thankyou #success-product-list tbody tr td.avail-col,
      #order-success-thankyou #success-product-list tbody tr td.price-col,
      #order-success-thankyou #success-product-list tbody tr td.total-col {
        width: 100%;
        float: none;
        display: block;
        padding: 0 10px;
        text-align: left;
        margin-bottom: 1.0em; }
        #order-success-thankyou #success-product-list tbody tr td.qty-col:before,
        #order-success-thankyou #success-product-list tbody tr td.desc-col:before,
        #order-success-thankyou #success-product-list tbody tr td.avail-col:before,
        #order-success-thankyou #success-product-list tbody tr td.price-col:before,
        #order-success-thankyou #success-product-list tbody tr td.total-col:before {
          content: attr(data-col-title);
          display: block;
          font-size: 1.2em;
          font-weight: bold; }
      #order-success-thankyou #success-product-list tbody tr td {
        border-top: none; }
    #order-success-thankyou .order.details .product.details .column {
      float: none;
      line-height: 30px;
      text-align: left;
      width: 100%; }
    #order-success-thankyou .order.details .product.details .label,
    #order-success-thankyou .order.details .product.details .details {
      display: inline-block;
      padding: 0;
      margin: 0; }
    #order-success-thankyou .order.details .product.details .label {
      background: none; }
      #order-success-thankyou .order.details .product.details .label:after {
        content: ':';
        display: inline-block; } }
  #order-success-thankyou .shipping.details .label,
  #order-success-thankyou .shipping.details .details,
  #order-success-thankyou .payment.details .label,
  #order-success-thankyou .payment.details .details {
    padding-left: 20px; }
  #order-success-thankyou .shipping.details .label,
  #order-success-thankyou .payment.details .label {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    min-height: 30px;
    line-height: 30px; }
  #order-success-thankyou .shipping.details .details,
  #order-success-thankyou .payment.details .details {
    margin-top: 10px; }
  #order-success-thankyou .shipping.details .column.shipping.address, #order-success-thankyou .shipping.details .column.shipping.method, #order-success-thankyou .shipping.details .column.billing.address, #order-success-thankyou .shipping.details .column.billing.method,
  #order-success-thankyou .payment.details .column.shipping.address,
  #order-success-thankyou .payment.details .column.shipping.method,
  #order-success-thankyou .payment.details .column.billing.address,
  #order-success-thankyou .payment.details .column.billing.method {
    width: 50%; }
  #order-success-thankyou .cost.details .heading {
    border-bottom: 1px solid #dfdfdf; }
  #order-success-thankyou .cost.details ul {
    float: right;
    margin-top: 15px;
    width: 50%; }
    @media only screen and (max-width: 599px) {
      #order-success-thankyou .cost.details ul {
        float: none;
        width: 100%; } }
    #order-success-thankyou .cost.details ul .row {
      border-bottom: 1px solid #dfdfdf;
      padding: 7px 0; }
      #order-success-thankyou .cost.details ul .row.last {
        border-bottom: 2px solid #cb121a; }
    #order-success-thankyou .cost.details ul .label,
    #order-success-thankyou .cost.details ul .details {
      float: left;
      font-weight: bold;
      width: 70%; }
      #order-success-thankyou .cost.details ul .label .label-description,
      #order-success-thankyou .cost.details ul .details .label-description {
        color: #999999;
        font-size: 0.9em;
        font-weight: normal; }
    #order-success-thankyou .cost.details ul .details {
      float: right;
      text-align: right;
      width: 30%; }
  #order-success-thankyou .controls {
    float: right;
    margin: 35px 0 30px; }
    @media only screen and (max-width: 599px) {
      #order-success-thankyou .controls {
        float: none; }
        #order-success-thankyou .controls .button {
          margin: 0;
          width: 100%; }
        #order-success-thankyou .controls a {
          display: block;
          margin-top: 30px;
          text-align: center; } }

@media print {
  html, body {
    height: 100%;
    overflow: hidden; }

  .main-container {
    padding: 0; }

  #header {
    margin: 0;
    padding: 0; }
    #header .header-minicart,
    #header .promo,
    #header .flyout,
    #header .container + .container {
      display: none; }
    #header .branding img {
      margin: 0 auto;
      width: 150px; }

  #footer {
    display: none; }

  #order-success-thankyou {
    font-size: 11px;
    padding-top: 15px; }
    #order-success-thankyou h1 {
      font-size: 14px;
      margin-bottom: 15px; }
    #order-success-thankyou p:first-of-type {
      margin-bottom: 15px; }
    #order-success-thankyou .heading {
      font-size: 12px; }
      #order-success-thankyou .heading.items-shipping {
        border-bottom: 1px solid #000;
        margin-top: 15px; }
    #order-success-thankyou .cost.details .heading {
      border-bottom: 1px solid #000; }
    #order-success-thankyou #success-product-list {
      font-size: 11px; }
      #order-success-thankyou #success-product-list .labels th {
        background: none;
        border-bottom: 1px solid #000; }
      #order-success-thankyou #success-product-list .item-options,
      #order-success-thankyou #success-product-list .item-options dt {
        font-size: 11px; }
    #order-success-thankyou .print,
    #order-success-thankyou .controls {
      display: none; }
    #order-success-thankyou .shipping.details .label, #order-success-thankyou .payment.details .label {
      border-bottom: 1px solid #000;
      border-top: 1px solid #000; }
    #order-success-thankyou .row.details {
      margin-bottom: 15px;
      min-height: auto; }
    #order-success-thankyou .order.summary {
      margin-bottom: 15px; }
    #order-success-thankyou .cost.details ul {
      margin: 0; }
      #order-success-thankyou .cost.details ul .row,
      #order-success-thankyou .cost.details ul .row.last {
        border-bottom: 1px solid #000; } }
/**
 * Configurable Swatches
 *
 * @category	design
 * @package		spxus_default
 */
.configurable-swatch-list {
  text-align: center; }
  .configurable-swatch-list .swatch-out-of-stock.has-image,
  .configurable-swatch-list .not-available .swatch-link.has-image {
    position: relative; }
    .configurable-swatch-list .swatch-out-of-stock.has-image::before,
    .configurable-swatch-list .not-available .swatch-link.has-image::before {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpath d='M100 0 L0 100' stroke='white' stroke-width='2'/%3E%3Cpath d='M0 0 L100 100' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
      background-position: center center;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }
  .configurable-swatch-list .swatch-out-of-stock:not(.has-image),
  .configurable-swatch-list .not-available .swatch-link:not(.has-image) {
    color: #999;
    position: relative; }
    .configurable-swatch-list .swatch-out-of-stock:not(.has-image)::before,
    .configurable-swatch-list .not-available .swatch-link:not(.has-image)::before {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpath d='M100 0 L0 100' stroke='%23999' stroke-width='2'/%3E%3Cpath d='M0 0 L100 100' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
      background-position: center center;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }
    .configurable-swatch-list .swatch-out-of-stock:not(.has-image) .swatch-label,
    .configurable-swatch-list .not-available .swatch-link:not(.has-image) .swatch-label {
      border-color: #999; }
  .configurable-swatch-list li {
    display: inline-block;
    vertical-align: middle; }
    .configurable-swatch-list li.selected .swatch-link, .configurable-swatch-list li.selected .swatch-link:not(.has-image) .swatch-label {
      border-color: #010101; }
    .configurable-swatch-list li.selected .swatch-link:not(.has-image).swatch-backorder, .configurable-swatch-list li.selected .swatch-link:not(.has-image).swatch-pre-order {
      border-width: 0px; }
      .configurable-swatch-list li.selected .swatch-link:not(.has-image).swatch-backorder .swatch-label, .configurable-swatch-list li.selected .swatch-link:not(.has-image).swatch-pre-order .swatch-label {
        border-style: dashed;
        border-width: 2px; }
    .configurable-swatch-list li:not(.selected) .swatch-backorder .swatch-label,
    .configurable-swatch-list li:not(.selected) .swatch-pre-order .swatch-label {
      border-style: dashed; }
    .configurable-swatch-list li:not(.selected) .swatch-link.has-image.swatch-backorder,
    .configurable-swatch-list li:not(.selected) .swatch-link.has-image.swatch-pre-order {
      border: 1px dashed #676767;
      margin: 1px; }
  .configurable-swatch-list .swatch-link {
    border: 1px solid transparent;
    box-sizing: content-box;
    color: black;
    display: block;
    font-size: 13px; }
    .configurable-swatch-list .swatch-link:hover {
      text-decoration: none; }
    .configurable-swatch-list .swatch-link:focus {
      outline: none; }
    .configurable-swatch-list .swatch-link.has-image, .configurable-swatch-list .swatch-link.has-image .swatch-label {
      border: 2px solid transparent; }
    .configurable-swatch-list .swatch-link.has-image .swatch-label {
      min-width: inherit;
      padding: 0; }
    .configurable-swatch-list .swatch-link .x {
      display: none; }
  .configurable-swatch-list .swatch-label {
    border: 1px solid #676767;
    display: block;
    text-align: center;
    min-width: 50px;
    padding: 0 5px; }
    .configurable-swatch-list .swatch-label img {
      display: block; }

@media only screen and (max-width: 767px) {
  .product-view .product-options {
    position: relative; }
    .product-view .product-options .swatch-attr-size {
      display: inline-block;
      vertical-align: top;
      padding-top: 0px; }
      .product-view .product-options .swatch-attr-size .swatch-select-size {
        display: inline-block; }
      .product-view .product-options .swatch-attr-size ul.configurable-swatch-list {
        display: none; }
      .product-view .product-options .swatch-attr-size > * {
        margin-top: 14px; }
      .product-view .product-options .swatch-attr-size label {
        padding-top: 4px; }
    .product-view .product-options dt.swatch-attr-size {
      padding-top: 0px;
      border-top: none; }
      .product-view .product-options dt.swatch-attr-size:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ccc; }
      .product-view .product-options dt.swatch-attr-size:first-child:before {
        display: none; }
      .product-view .product-options dt.swatch-attr-size:first-child > *, .product-view .product-options dt.swatch-attr-size:first-child + * > * {
        margin-top: 0px; }
      .product-view .product-options dt.swatch-attr-size .size-helper {
        position: absolute;
        right: 0px;
        top: 0px;
        padding-top: 12px; } }
/**
 * Customer account styles
 *
 * @category design
 * @package	spxus_default
 */
/* ============================================ *
 * Customer - Shared Styles
 * ============================================ */
.customer-account .block-account li,
.customer-account .menu-account li {
  font-family: Arial, Helvetica, sans-serif; }

.account-create .page-title,
.account-login .page-title,
.customer-account-forgotpassword .page-title {
  margin: 36px 0 20px; }
.account-create .messages,
.account-login .messages,
.customer-account-forgotpassword .messages {
  margin: 10px 0; }
.account-create h2,
.account-create .h2,
.account-login h2,
.account-login .h2,
.customer-account-forgotpassword h2,
.customer-account-forgotpassword .h2 {
  color: #000000;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase; }
.account-create .form-list,
.account-login .form-list,
.customer-account-forgotpassword .form-list {
  clear: both;
  margin-top: 20px; }
.account-create .buttons-set,
.account-login .buttons-set,
.customer-account-forgotpassword .buttons-set {
  border: 0;
  padding-top: 20px; }

.my-account .data-table h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }
.my-account .data-table a {
  color: #000000; }

.account-create .note,
.dashboard .note {
  font-size: 12px;
  font-style: italic; }

/* ============================================ *
 * Customer - Create Account
 * ============================================ */
.account-create,
.account-benefits {
  float: left; }

.account-create {
  padding-bottom: 70px;
  width: 40.5%; }
  .account-create .page-title h1 {
    color: #000000;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase; }
  .account-create .fieldset p.required {
    margin-right: 45px; }
  .account-create .fieldset label:first-child {
    width: 140px; }
  .account-create .buttons-set {
    margin-right: 38px; }
  @media only screen and (max-width: 479px) {
    .account-create .fieldset,
    .account-create .buttons-set {
      margin-left: 0; } }
  .account-create .fieldset .hidden {
    display: none; }
  .account-create #remember-me-popup {
    max-width: 455px; }

@media only screen and (min-width: 767px) {
  .account-create .form-list .control.newsletter-box label {
    padding-left: 20px; }
  .account-create .form-list .control.newsletter-box input.checkbox {
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  .account-create {
    width: 100%; }
    .account-create .page-title {
      margin-top: 10px; }
    .account-create .fieldset p.required {
      margin-right: 18px; }

  .account-benefits {
    display: none;
    visibility: hidden; } }
.account-benefits {
  border: 3px solid #000000;
  margin: 170px 0 0 8%;
  padding: 32px;
  width: 46%; }
  .account-benefits .h3 {
    color: #000000;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase; }
  .account-benefits p {
    margin-right: 60px; }
  .account-benefits .account-benefits-list {
    margin-left: 15px;
    margin-top: 30px;
    list-style: disc; }

/* ============================================ *
 * Customer Login
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px; }
.customer-account-login .col2-set .col-1,
.customer-account-login .col2-set .col-2 {
  margin: 0 2.5%;
  width: 95%; }
.customer-account-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 {
    float: none;
    min-width: 50%;
    margin: 0; }
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }
.customer-account-login .col2-set .col-2 {
  border-top: 1px solid #ECECEC; }
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px; }
  .customer-account-login .col2-set .col-1 {
    margin-left: 20px; }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    margin-right: 20px; } }
@media only screen and (min-width: 767px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    border: 1px solid #ECECEC;
    float: right;
    margin: 0;
    min-height: 395px;
    padding: 0;
    width: 47.5%; }
    .customer-account-login .col2-set .col-1 h2,
    .customer-account-login .col2-set .col-2 h2 {
      background-color: #cb121a;
      color: #FFF;
      margin: 0 0 1em;
      padding: .5em; }
    .customer-account-login .col2-set .col-1 p,
    .customer-account-login .col2-set .col-2 p {
      padding: 0 30px; }
    .customer-account-login .col2-set .col-1 .buttons-set,
    .customer-account-login .col2-set .col-2 .buttons-set {
      padding: 30px; }
  .customer-account-login .col2-set .col-1 {
    margin-left: 2.5%; }
    .customer-account-login .col2-set .col-1 .benefits {
      padding: 0 48px; }
  .customer-account-login .col2-set .col-2 {
    margin-right: 2.5%; }
    .customer-account-login .col2-set .col-2 .form-list {
      padding: 0 30px; } }
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px; }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px; } }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set p.required {
    display: none; } }

.account-login p.required {
  margin-right: 60px; }

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

.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: 10px;
  position: relative; }
  .remember-me-popup.show {
    display: block; }
  .remember-me-popup p {
    font-family: Arial, Helvetica, sans-serif; }
  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px; }
  .remember-me-popup .remember-me-popup-close-button {
    display: none; }

/* ============================================ *
 * Customer - Forgot Password
 * ============================================ */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px; }
  @media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
      margin-left: 0; } }
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title {
  font-weight: bold;
  text-align: left; }
  body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left; }
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 {
  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-bottom: 30px; }
  body.customer-account .my-account .fieldset p.required em {
    color: #cb121a; }
body.customer-account .data-table {
  margin-top: 5px;
  margin-bottom: 30px; }
  body.customer-account .data-table th {
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  body.customer-account .data-table td a {
    font-family: BrandonGrotesque, Arial, Helvetica, 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 ol#compare-items li {
  margin: 10px 0; }
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px; }
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name, body.customer-account .sidebar ol#cart-sidebar-reorder p.product-loop-attribute {
  display: inline-block;
  margin-bottom: 0; }
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name, body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-loop-attribute {
  display: inline;
  margin-bottom: 0; }
body.customer-account .form-list > li {
  margin-bottom: 30px; }
body.customer-account .form-list label {
  font-size: 22px; }
  body.customer-account .form-list label:after {
    font-size: 22px; }
body.customer-account .form-list .control label {
  background: none;
  padding: 6px 10px 6px 20px; }
body.customer-account .form-list .control input.checkbox {
  margin: 18px -40px 0 0; }
body.customer-account .buttons-set .button {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
body.customer-account p.required .required--black,
body.customer-account .validation-advice .required--black {
  color: #545454;
  font-style: italic; }

@media only screen and (max-width: 767px) {
  body.customer-account .my-account .buttons-set {
    position: relative; }
    body.customer-account .my-account .buttons-set .button {
      width: 49%;
      float: left; }
      body.customer-account .my-account .buttons-set .button.secondary {
        float: left;
        margin-left: 1em;
        padding: 6px 5px;
        width: 35%; } }
@media only screen and (min-width: 768px) {
  body.customer-account .main {
    margin-top: 39px; }
  body.customer-account .my-account .page-title h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: normal; }
  body.customer-account p.required {
    font-size: 12px; }
    body.customer-account p.required .required--black {
      color: black; }
  body.customer-account .form-list > li {
    margin-bottom: 15px; }
  body.customer-account .form-list label {
    font-size: 14px; }
    body.customer-account .form-list label:after {
      font-size: 14px; }
  body.customer-account .form-list .control label {
    background: none;
    padding: 6px 10px 6px 20px; }
  body.customer-account .form-list .control input.checkbox {
    margin-top: 10px; } }
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px; }
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .page-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 37px; }
  .dashboard .page-title h1 {
    margin-bottom: 0; }
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px; }
  .dashboard .box-head h2 {
    font-size: 15px;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase; }
  .dashboard .box-head a {
    padding: 10px; }
  .dashboard .box-head.box-head--no-border {
    border-bottom: none; }
.dashboard .box-title h3 {
  text-transform: uppercase; }
  .dashboard .box-title h3 a {
    text-transform: capitalize; }
.dashboard .box-title a,
.dashboard .box-head a {
  font-size: 12px; }
.dashboard .box-account {
  margin-bottom: 45px; }
  .dashboard .box-account p,
  .dashboard .box-account address {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic; }
    .dashboard .box-account p a,
    .dashboard .box-account address a {
      font-style: normal; }
.dashboard .welcome-msg .hello {
  font-style: italic; }
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 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: 10px 0;
  border-top: 1px solid #EDEDED; }
  .dashboard .box-reviews li:first-child {
    border-top: 0; }
  .dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 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: BrandonGrotesque, Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin-right: 5px; }
      .dashboard .box-reviews li .details .ratings .rating-box {
        float: left;
        margin: 3px 0 0 0; }
.dashboard .note {
  font-size: 13px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .box-head h2 {
    display: inline-block; } }
.dashboard .col2-set .col-1 .box .box-title h3,
.dashboard .col2-set .col-2 .box .box-title h3 {
  display: inline-block;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-weight: normal; }

/* ============================================ *
 * Address Book
 * ============================================ */
.customer-address-form .my-account {
  width: 45%; }
.customer-address-form #mas-address-apo {
  -ms-transform: translateX(0%);
      transform: translateX(0%);
  left: 0px; }
@media only screen and (max-width: 767px) {
  .customer-address-form .my-account {
    width: 100%; } }

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0; }
.my-account .addresses-list .item {
  margin: 0 0 30px 0; }
  .my-account .addresses-list .item p {
    margin-top: 10px; }
@media only screen and (max-width: 767px) {
  .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: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info dt {
    margin-right: 20px; }
  .order-info li {
    margin: 0 0 0 20px; }
    .order-info li.current {
      font-weight: 600; }
    .order-info li:first-child {
      margin-left: 0; }

.order-date {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px; }

.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 {
    padding-right: 0;
    width: 48%; }
  .order-info-box .col-2 {
    width: 52%; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .order-info-box .box-title h2 {
    font-size: 14px;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.5; }
    .order-info-box .box-title h2:after {
      content: ':'; }
  .order-info-box .box-content {
    float: left;
    margin-bottom: 0.5em; }
    .order-info-box .box-content td,
    .order-info-box .box-content th {
      line-height: 1.3; }
    .order-info-box .box-content th {
      padding-top: 10px; }
    .order-info-box .box-content td {
      padding-left: 15px; }
    .order-info-box .box-content strong {
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }
    .order-info-box .box-content .subtitle {
      margin-bottom: 0.5em; }
    .order-info-box .box-content .table-caption {
      margin-top: 15px; }
    .order-info-box .box-content .payment-info dt {
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
      margin-top: 0.5em; }

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic; }
#my-orders-table .option-value {
  margin-left: 20px; }
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  ol#cart-sidebar-reorder li input {
    margin-right: 10px; }
ol#cart-sidebar-reorder p.product-name, ol#cart-sidebar-reorder p.product-loop-attribute {
  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: 10px; }
  #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 {
    border-bottom: 0; }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }
.order-additional {
  margin: 40px 0; }

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

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

  body.customer-account .data-table td.view a {
    white-space: normal; } }
@media only screen and (max-width: 1007px) {
  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: 767px) {
  .order-info-box .box-content {
    clear: left; }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }

  .order-info dt {
    display: none; }

  .dashboard .page-title {
    margin-top: 20px; }
    .dashboard .page-title h1 {
      margin-top: 0; }
  .dashboard .welcome-msg .hello {
    font-style: italic; }
  .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%; }
  .dashboard .col2-set .col-2 {
    float: right; } }
@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: center; }
    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 {
    margin-bottom: 15px; }

  .order-info {
    margin-top: 15px; }

  .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-top: 0px; }
    .order-info-box .col-1,
    .order-info-box .col-2 {
      width: 100%;
      border-bottom: 1px solid #EDEDED;
      padding: 0 0;
      margin-bottom: 15px; }
    .order-info-box + .order-info-box {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 30px; }

  #my-reviews-table .nobr {
    white-space: normal; }

  body.customer-account .data-table {
    margin-bottom: 55px; } }
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account {
  width: 45%; }
  @media only screen and (max-width: 767px) {
    body.newsletter-manage-index .my-account {
      width: 100%; } }
  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 {
    padding-top: 10px; }

/* ============================================ *
* Navigation
* ============================================ */
.block-account,
.block.block-account:last-of-type {
  width: auto;
  background: #f4f4f4;
  border: solid 1px #c3c3c3;
  margin-bottom: 30px; }
  .block-account .block-title,
  .block.block-account:last-of-type .block-title {
    margin-bottom: 0px; }
    .block-account .block-title strong, .block-account .block-title span,
    .block.block-account:last-of-type .block-title strong,
    .block.block-account:last-of-type .block-title span {
      font-size: 22px;
      height: 60px;
      line-height: 60px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal; }
    .block-account .block-title span,
    .block.block-account:last-of-type .block-title span {
      cursor: pointer;
      padding: 0 0px 0px 16px; }
      .block-account .block-title span:before,
      .block.block-account:last-of-type .block-title span:before {
        display: inline-block;
        width: 20px;
        content: ""; }
    .block-account .block-title.active span:before,
    .block.block-account:last-of-type .block-title.active span:before {
      display: inline-block;
      width: 20px;
      content: ""; }
  .block-account .block-content,
  .block.block-account:last-of-type .block-content {
    border-width: 0px;
    padding-top: 0px; }
    .block-account .block-content li,
    .block.block-account:last-of-type .block-content li {
      border-style: solid;
      border-color: #ccc;
      border-width: 0 0px 1px;
      margin: 0; }
      .block-account .block-content li:first-child,
      .block.block-account:last-of-type .block-content li:first-child {
        border-width: 1px 0px 1px; }
      .block-account .block-content li a,
      .block.block-account:last-of-type .block-content li a {
        display: block;
        padding: 12px;
        background: white; }
        .block-account .block-content li a:before,
        .block.block-account:last-of-type .block-content li a:before {
          content: "";
          margin-right: 6px;
          display: inline-block; }
      .block-account .block-content li.current strong,
      .block.block-account:last-of-type .block-content li.current strong {
        color: black;
        font-weight: bold; }

.my-account input[type="text"],
.my-account input[type="email"] {
  width: 100%;
  display: block; }

@media only screen and (min-width: 768px) {
  .sidebar {
    border-right: 1px solid #DCDCDC;
    padding-right: 1.0em; }

  .customer-account-edit .my-account {
    width: 365px;
    position: relative; }
  .customer-account-edit .buttons-set .button {
    width: 132px; }

  .sales-order-romcancel .my-account {
    width: 365px;
    position: relative; }

  .block-account,
  .block.block-account:last-of-type {
    background: none;
    border: none; }
    .block-account .block-title span,
    .block-account .block-title strong,
    .block.block-account:last-of-type .block-title span,
    .block.block-account:last-of-type .block-title strong {
      height: auto;
      line-height: 1.0em;
      cursor: default;
      display: block;
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif; }
    .block-account .block-title span,
    .block.block-account:last-of-type .block-title span {
      font-size: 18px;
      padding: 0px; }
      .block-account .block-title span:before,
      .block.block-account:last-of-type .block-title span:before {
        display: none;
        background: none; }
    .block-account .block-title.active span:before,
    .block.block-account:last-of-type .block-title.active span:before {
      display: none;
      background: none; }
    .block-account .block-content li,
    .block.block-account:last-of-type .block-content li {
      padding: 10px 0px 0px 0px;
      border-width: 0px;
      text-transform: initial; }
      .block-account .block-content li a,
      .block.block-account:last-of-type .block-content li a {
        font-size: 13px;
        padding: 0px; }
      .block-account .block-content li:first-child,
      .block.block-account:last-of-type .block-content li:first-child {
        border-width: 0px; } }
/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px; }
  .contacts-index-index .buttons-set p.required {
    float: left; }
  @media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
      max-width: 330px;
      margin-left: 0; }
      .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px; }
      .contacts-index-index .buttons-set p.required {
        float: right; } }

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

.paypal-review-order .info-set,
.ebayenterprise-paypal-express-checkout-review .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .paypal-review-order .info-set .legend,
  .ebayenterprise-paypal-express-checkout-review .info-set .legend {
    font-size: 15px;
    border-bottom: 1px solid #EDEDED; }
    .paypal-review-order .info-set .legend a,
    .ebayenterprise-paypal-express-checkout-review .info-set .legend a {
      display: inline-block;
      font-size: 13px;
      padding-left: 5px; }
  .paypal-review-order .info-set .col-1, .paypal-review-order .info-set .col-2,
  .ebayenterprise-paypal-express-checkout-review .info-set .col-1,
  .ebayenterprise-paypal-express-checkout-review .info-set .col-2 {
    padding-top: 5px; }
.paypal-review-order #details-reload + .messages,
.ebayenterprise-paypal-express-checkout-review #details-reload + .messages {
  display: none; }
.paypal-review-order .box-title a,
.ebayenterprise-paypal-express-checkout-review .box-title a {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px; }
.paypal-review-order h3,
.ebayenterprise-paypal-express-checkout-review h3 {
  font-size: 14px;
  font-weight: normal;
  padding-right: 5px; }
.paypal-review-order .data-table,
.ebayenterprise-paypal-express-checkout-review .data-table {
  margin-top: 20px; }
  .paypal-review-order .data-table .product-name, .paypal-review-order .data-table .product-loop-attribute,
  .ebayenterprise-paypal-express-checkout-review .data-table .product-name,
  .ebayenterprise-paypal-express-checkout-review .data-table .product-loop-attribute {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize; }
  .paypal-review-order .data-table .grand-total,
  .ebayenterprise-paypal-express-checkout-review .data-table .grand-total {
    border-top: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    .paypal-review-order .data-table .grand-total .price,
    .ebayenterprise-paypal-express-checkout-review .data-table .grand-total .price {
      font-size: 18px;
      font-weight: bold; }
  .paypal-review-order .data-table .checkout-cart-totals-tax-and-shipping-notice,
  .ebayenterprise-paypal-express-checkout-review .data-table .checkout-cart-totals-tax-and-shipping-notice {
    display: none;
    visibility: hidden; }
.paypal-review-order .price,
.ebayenterprise-paypal-express-checkout-review .price {
  font-weight: normal; }
.paypal-review-order .buttons-set,
.ebayenterprise-paypal-express-checkout-review .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-review-order .buttons-set button,
  .ebayenterprise-paypal-express-checkout-review .buttons-set button {
    margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
  .paypal-review-order .col-1,
  .ebayenterprise-paypal-express-checkout-review .col-1 {
    padding-bottom: 0; }
  .paypal-review-order .field.inactive,
  .ebayenterprise-paypal-express-checkout-review .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: 767px) {
  .bml-ad.small {
    display: block; } }
@media only screen and (min-width: 768px) {
  .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; }

#dt_method_ebayenterprise_paypal_express a {
  margin-top: 6px; }

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED; }
  .slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF; }
    .slideshow-container .slideshow > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0;
      display: block;
      margin: 0; }
      .slideshow-container .slideshow > li:first-child {
        position: static;
        z-index: 100; }
      .slideshow-container .slideshow > li img {
        max-width: 100%;
        width: 100%; }

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slideshow-pager span {
    font-family: arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer; }
    .slideshow-pager span:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-left: -8px;
      margin-top: -8px;
      border-radius: 1px;
      background-color: #FFFFFF;
      position: relative; }
    .slideshow-pager span:hover:before {
      background-color: #A80007; }
    .slideshow-pager span.cycle-pager-active:before {
      background-color: #A80007; }
  .slideshow-pager > * {
    cursor: pointer; }

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slideshow-prev:before,
  .slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px; }
  .slideshow-prev:hover,
  .slideshow-next:hover {
    opacity: 1; }
  .slideshow-prev.disabled,
  .slideshow-next.disabled {
    opacity: 0.5;
    cursor: default; }

.slideshow-prev {
  left: 8px; }
  .slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px; }
  .slideshow-prev:hover:before {
    border-color: transparent #A80007 transparent transparent; }

.slideshow-next {
  right: 8px; }
  .slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px; }
  .slideshow-next:hover:before {
    border-color: transparent transparent transparent #A80007; }

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110; }

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/**
 * (Gift) Registry
 *
 * @category  design
 * @package   spxus_default
 */
/* ============================================ *
 * Registry - Global
 * ============================================ */
@media only screen and (min-width: 767px) {
  .enterprise-giftregistry-index-addselect .my-account,
  .enterprise-giftregistry-index-edit .my-account,
  .enterprise-giftregistry-index-share .my-account {
    width: 45%; } }
/* ============================================ *
 * Registry - Button on PDP
 * ============================================ */
.catalog-product-view .btn-gift-registry {
  margin-top: 30px; }
  .catalog-product-view .btn-gift-registry .button,
  .catalog-product-view .btn-gift-registry .input-box {
    display: inline-block;
    vertical-align: middle; }
  .catalog-product-view .btn-gift-registry .input-box {
    margin-right: 15px; }
  .catalog-product-view .btn-gift-registry button {
    font-size: 12px; }

/* ============================================ *
 * Registry - Create Gift Registry
 * ============================================ */
.enterprise-giftregistry-index-edit .giftregistry-type-label,
.enterprise-giftregistry-index-edit .value {
  display: inline-block; }
.enterprise-giftregistry-index-edit .giftregistry-type-label {
  font-weight: bold; }
.enterprise-giftregistry-index-edit #add_registrant_button {
  width: auto; }

/* ============================================ *
 * Registry - Index w/ registries
 * ============================================ */
.enterprise-giftregistry-index-index .giftregistry-table .giftregistry-event,
.enterprise-giftregistry-index-index .giftregistry-table .giftregistry-createdon,
.enterprise-giftregistry-index-index .giftregistry-table .giftregistry-message {
  width: 20%; }
.enterprise-giftregistry-index-index .giftregistry-table .giftregistry-actions {
  width: 40%; }
.enterprise-giftregistry-index-index .giftregistry-table a {
  display: inline-block;
  padding-right: .25em;
  width: 100%; }

@media only screen and (min-width: 767px) {
  .enterprise-giftregistry-index-index .giftregistry-table a {
    width: auto; } }
@media only screen and (max-width: 599px) {
  .enterprise-giftregistry-index-index .giftregistry-table .giftregistry-actions {
    width: 20%; }
  .enterprise-giftregistry-index-index .giftregistry-table .nobr a {
    display: block;
    padding: 0 0 10px; } }
/* ============================================ *
 * Registry - Manage Items
 * ============================================ */
.enterprise-giftregistry-index-items .data-table th {
  padding: 0 10px 0 0; }
.enterprise-giftregistry-index-items .data-table td {
  padding: 10px 10px 10px 0; }
.enterprise-giftregistry-index-items .data-table .product-image {
  display: block;
  border: 1px solid #ECECEC; }
@media only screen and (min-width: 1007px) {
  .enterprise-giftregistry-index-items .data-table img {
    max-width: none; } }
.enterprise-giftregistry-index-items .buttons-set2 {
  margin-top: 30px; }

@media only screen and (max-width: 599px) {
  .enterprise-giftregistry-index-items .data-table,
  .enterprise-giftregistry-view-index .data-table,
  .enterprise-giftregistry-search-results .data-table {
    float: none;
    width: 100%; }
    .enterprise-giftregistry-index-items .data-table thead,
    .enterprise-giftregistry-view-index .data-table thead,
    .enterprise-giftregistry-search-results .data-table thead {
      display: none; }
    .enterprise-giftregistry-index-items .data-table tr,
    .enterprise-giftregistry-view-index .data-table tr,
    .enterprise-giftregistry-search-results .data-table tr {
      border-top: 1px solid #ECECEC;
      display: block;
      height: auto;
      overflow: hidden;
      padding-bottom: 10px;
      position: relative;
      width: 100%; }
    .enterprise-giftregistry-index-items .data-table tr:last-child,
    .enterprise-giftregistry-view-index .data-table tr:last-child,
    .enterprise-giftregistry-search-results .data-table tr:last-child {
      margin-bottom: 0; }
    .enterprise-giftregistry-index-items .data-table td,
    .enterprise-giftregistry-view-index .data-table td,
    .enterprise-giftregistry-search-results .data-table td {
      border: none; }
      .enterprise-giftregistry-index-items .data-table td[data-rwd-label],
      .enterprise-giftregistry-view-index .data-table td[data-rwd-label],
      .enterprise-giftregistry-search-results .data-table td[data-rwd-label] {
        margin: 0;
        padding: 0; }
        .enterprise-giftregistry-index-items .data-table td[data-rwd-label]:before,
        .enterprise-giftregistry-view-index .data-table td[data-rwd-label]:before,
        .enterprise-giftregistry-search-results .data-table td[data-rwd-label]:before {
          content: attr(data-rwd-label) ":";
          font-size: 11px;
          font-weight: bold;
          padding-right: 5px; }
  .enterprise-giftregistry-index-items .gift-image,
  .enterprise-giftregistry-view-index .gift-image,
  .enterprise-giftregistry-search-results .gift-image {
    float: left;
    padding-bottom: 0;
    width: 25%; }
  .enterprise-giftregistry-index-items .gift-info,
  .enterprise-giftregistry-index-items .left-note,
  .enterprise-giftregistry-index-items .add-date,
  .enterprise-giftregistry-index-items .gift-qty,
  .enterprise-giftregistry-index-items .gift-secondary,
  .enterprise-giftregistry-view-index .gift-info,
  .enterprise-giftregistry-view-index .left-note,
  .enterprise-giftregistry-view-index .add-date,
  .enterprise-giftregistry-view-index .gift-qty,
  .enterprise-giftregistry-view-index .gift-secondary,
  .enterprise-giftregistry-search-results .gift-info,
  .enterprise-giftregistry-search-results .left-note,
  .enterprise-giftregistry-search-results .add-date,
  .enterprise-giftregistry-search-results .gift-qty,
  .enterprise-giftregistry-search-results .gift-secondary {
    clear: right;
    float: right;
    text-align: left;
    width: 75%; }
  .enterprise-giftregistry-index-items .location,
  .enterprise-giftregistry-index-items .event,
  .enterprise-giftregistry-index-items .event-type,
  .enterprise-giftregistry-index-items .event-date,
  .enterprise-giftregistry-index-items .actions,
  .enterprise-giftregistry-view-index .location,
  .enterprise-giftregistry-view-index .event,
  .enterprise-giftregistry-view-index .event-type,
  .enterprise-giftregistry-view-index .event-date,
  .enterprise-giftregistry-view-index .actions,
  .enterprise-giftregistry-search-results .location,
  .enterprise-giftregistry-search-results .event,
  .enterprise-giftregistry-search-results .event-type,
  .enterprise-giftregistry-search-results .event-date,
  .enterprise-giftregistry-search-results .actions {
    clear: right;
    float: right;
    text-align: left;
    width: 60%; }
  .enterprise-giftregistry-index-items .gift-qty .gift-qty,
  .enterprise-giftregistry-view-index .gift-qty .gift-qty,
  .enterprise-giftregistry-search-results .gift-qty .gift-qty {
    float: none; }
  .enterprise-giftregistry-index-items .gift-item-delete input,
  .enterprise-giftregistry-view-index .gift-item-delete input,
  .enterprise-giftregistry-search-results .gift-item-delete input {
    vertical-align: middle; }
  .enterprise-giftregistry-index-items .item-options,
  .enterprise-giftregistry-view-index .item-options,
  .enterprise-giftregistry-search-results .item-options {
    font-size: 11px; }
  .enterprise-giftregistry-index-items .buttons-set2 .btn-update,
  .enterprise-giftregistry-view-index .buttons-set2 .btn-update,
  .enterprise-giftregistry-search-results .buttons-set2 .btn-update {
    display: block;
    margin: 0 auto; } }
@media only screen and (min-width: 767px) {
  .enterprise-giftregistry-index-items .buttons-set2 {
    float: right; }
  .enterprise-giftregistry-index-items .buttons-set {
    bottom: 30px;
    position: absolute; } }
/* ============================================ *
 * Registry - Share - Owner View
 * ============================================ */
/* ============================================ *
 * Registry - Share - Recipient View
 * ============================================ */
.enterprise-giftregistry-view-index .gift-image {
  width: 40%; }
.enterprise-giftregistry-view-index h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0; }
.enterprise-giftregistry-view-index .product-image {
  border: 1px solid #ECECEC;
  padding: 5px;
  max-width: 100%;
  width: 100%; }

@media only screen and (max-width: 599px) {
  .enterprise-giftregistry-view-index .gift-secondary {
    width: 55%; } }
@media only screen and (min-width: 767px) {
  .enterprise-giftregistry-view-index .gift-image {
    width: 11%; } }
/* ============================================ *
 * Registry - Edit
 * ============================================ */
/* ============================================ *
 * Registry - Delete
 * ============================================ */
/* ============================================ *
 * Registry - Search - Landing
 * ============================================ */
.enterprise-giftregistry-search-index .gift-registry-search-form,
.enterprise-giftregistry-search-results .gift-registry-search-form {
  margin-bottom: 30px; }
.enterprise-giftregistry-search-index .note,
.enterprise-giftregistry-search-results .note {
  font-size: 90%;
  margin-top: 10px; }

@media only screen and (min-width: 767px) {
  .enterprise-giftregistry-search-index .gift-registry-search-form,
  .enterprise-giftregistry-search-results .gift-registry-search-form {
    display: block;
    float: left;
    padding: 0 8% 0 0;
    width: 45%; }
  .enterprise-giftregistry-search-index .gift-registry-search-options,
  .enterprise-giftregistry-search-results .gift-registry-search-options {
    border-right: 1px solid #ECECEC; }
  .enterprise-giftregistry-search-index .gift-registry-search-by-email,
  .enterprise-giftregistry-search-index .gift-registry-search-by-id,
  .enterprise-giftregistry-search-results .gift-registry-search-by-email,
  .enterprise-giftregistry-search-results .gift-registry-search-by-id {
    margin-left: 10%; }
  .enterprise-giftregistry-search-index .gift-registry-search-by-email,
  .enterprise-giftregistry-search-results .gift-registry-search-by-email {
    margin-top: 3px; }
  .enterprise-giftregistry-search-index .divider,
  .enterprise-giftregistry-search-results .divider {
    display: none;
    visibility: hidden; } }
/* ============================================ *
 * Registry - Search - Results
 * ============================================ */
.enterprise-giftregistry-search-results .data-table th {
  padding-bottom: 0; }

.giftregistry-search-results-container {
  clear: both;
  width: 100%; }

/**
 * wishlist styles
 *
 * @category  design
 * @package   spxus_default
 */
#wishlist-table th {
  text-align: center; }
#wishlist-table.clean-table {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%; }
  #wishlist-table.clean-table th {
    border-bottom: 1px solid #C0C0C0; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top; }
  #wishlist-table.clean-table thead th {
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase; }
#wishlist-table .product-name, #wishlist-table .product-loop-attribute {
  font-size: 16px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }
  #wishlist-table .product-name a, #wishlist-table .product-loop-attribute a {
    color: #cb121a; }
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  margin: 5px 0; }
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: BrandonGrotesque, Arial, Helvetica, 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 {
    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: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 12px; }
  #wishlist-table .price-box .price {
    color: #000000; }
#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #cb121a;
    margin-bottom: 3px; }
#wishlist-table .truncated .details {
  background: none;
  color: #cb121a; }
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600; }

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 1007px) {
  #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 .product-name, #wishlist-table .product-loop-attribute {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both; }
  #wishlist-table .product-name, #wishlist-table .product-loop-attribute {
    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 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 td.customer-wishlist-item-quantity {
    padding-left: 0; }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none; } }
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; }
  #wishlist-table th.customer-wishlist-item-image {
    display: block; }
  #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, .block-wishlist .product-details .product-loop-attribute {
  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; }

/**
 * Search autocomplete styles
 *
 * @category  design
 * @package   spxus_default
 */
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  position: absolute;
  right: 0;
  overflow: visible;
  top: 21px;
  width: 300px;
  z-index: 200; }
  .search-autocomplete ul {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      color: #000;
      cursor: pointer;
      font-size: 12px;
      min-height: 26px;
      line-height: 19px;
      padding: 4px 6px;
      text-align: left; }
      .search-autocomplete ul li:hover {
        color: #b41017; }
      .search-autocomplete ul li.selected {
        background-color: #ececec;
        color: #000; }
      .search-autocomplete ul li .amount {
        float: right;
        font-weight: bold; }
      .search-autocomplete ul li:last-child {
        border-bottom: none; }

#search_autocomplete_sticky {
  top: 32px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F0F0F0;
  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; } }
@media only screen and (max-width: 767px) {
  .search-autocomplete {
    top: 45px;
    width: 250px; } }
/**
 * account reviews styles
 *
 * @category  design
 * @package   spxus_default
 */
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }
.product-review .product-img-box .rating-box {
  margin: 15px 0; }
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  padding-bottom: 10px; }
.product-review .ratings-table {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase; }
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
.product-review .ratings-description dd {
  color: #737373;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 13px; }

@media only screen and (min-width: 768px) {
  .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 page styles
 *
 * @category  design
 * @package   spxus_default
 */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none; }
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%; }
.cms-page-view .std p, .cms-page-view .std li,
.cms-no-route .std p,
.cms-no-route .std li {
  color: #000000;
  font-size: 14px;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif; }
.cms-page-view .std h1, .cms-page-view .std h2,
.cms-no-route .std h1,
.cms-no-route .std h2 {
  color: #000000; }
.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: 10px; }
  .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: Arial, Helvetica, sans-serif; }

#accordion .toggle-tabs {
  display: none; }
#accordion .desktop-clear-btn {
  display: none; }
#accordion .mobile-clear-btn {
  margin: 0 0 11px; }
  #accordion .mobile-clear-btn a {
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 10px;
    font-weight: bold;
    background: -moz-linear-gradient(top, #ca121a, #9d0e14);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca121a', endColorstr='#9d0e14'); }
    #accordion .mobile-clear-btn a:hover {
      text-decoration: none; }
#accordion > dl {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 300;
  background: white; }
  #accordion > dl .mobile-filters {
    display: block; }
  #accordion > dl .desktop-filters {
    display: none; }
  #accordion > dl .currently .block-subtitle {
    display: none; }
  #accordion > dl .currently ol {
    padding: 0;
    margin: 0 0 10px; }
    #accordion > dl .currently ol li {
      width: 49%;
      display: inline-block;
      box-sizing: border-box; }
      #accordion > dl .currently ol li .btn-remove {
        float: left;
        border: none;
        display: block;
        width: 26px;
        height: 22px;
        position: relative;
        margin-left: 0px; }
        #accordion > dl .currently ol li .btn-remove:after {
          content: "";
          background: url("../images/spx-sprite.png") no-repeat -232px -174px;
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -9px; }
        #accordion > dl .currently ol li .btn-remove:hover {
          background: none; }
      #accordion > dl .currently ol li span {
        display: block;
        line-height: 14px; }
  #accordion > dl > dt {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    position: relative;
    color: #4b4b4b;
    background: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase; }
  #accordion > dl > dd {
    margin: 0; }
#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  .page-sitemap .links a {
    position: relative; }
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

.contacts-index-index h1 {
  border: none; }

#contactForm h2 {
  display: none; }
#contactForm:after {
  content: '';
  display: table;
  clear: both; }
#contactForm .fieldset .legend + .required {
  margin: 0; }

@media only screen and (max-width: 767px) {
  #contactForm {
    padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .catalog-category-view .col-left-first .widget-static-block {
    display: none;
    visibility: hidden; }
  .catalog-category-view .footer-before-container {
    margin: 0 20px 20px; } }
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cb121a;
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.map-info {
  white-space: nowrap; }

.catalog-product-view .map-info {
  white-space: normal; }
  .catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px; }
  .catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%; }

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
  .notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3; }
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

@media only screen and (max-width: 1007px) {
  .notice-cookie .notice-text {
    max-width: 86%; } }
@media only screen and (max-width: 767px) {
  .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: #F0F0F0;
  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: 767px) {
  .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 {
  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: center;
    width: 100%; }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%; } }
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal; }
  #recurring_profile_list_view th span {
    white-space: inherit; }
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px; }
    #recurring_profile_list_view a {
      font-size: inherit; }
    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
      padding: 2px; } }

.recurring-profiles-title {
  float: left; }
  .recurring-profiles-title h1 {
    margin-bottom: 7px; }

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px; }
  @media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
      text-align: center;
      float: none; } }
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static; }

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both; }

#recurring_start_date_trig {
  display: inline; }

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px; }
  .billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both; }
  .billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%; }
  .billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px; }
  .billing-agreements .info-box .button {
    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: 1007px) {
  .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: 768px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
      max-width: 100px; } }

.widget {
  clear: both; }

.widget .pager {
  float: none;
  width: 100%; }

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Config: Columns + flexible gutter */ }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget {
      /* Undo three-column config */
      /* Set column config */ }
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none; }
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none; }
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
        margin-right: 5%; }
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
        width: 21.25%;
        margin-right: 5%; }
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left; }
      .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
      .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
      .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget {
      /* Undo three-column config */
      /* Set column config */ }
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none; }
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none; }
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
        margin-right: 5%; }
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
        width: 16%;
        margin-right: 5%; }
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left; }
      .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
      .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
      .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0; } }
@media only screen and (min-width: 767px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Config: Columns + flexible gutter */ }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget {
      /* Undo three-column config */
      /* Set column config */ }
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none; }
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none; }
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
        margin-right: 5%; }
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
        width: 21.25%;
        margin-right: 5%; }
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left; }
      .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget {
      /* Undo three-column config */
      /* Set column config */ }
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none; }
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none; }
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
        margin-right: 5%; }
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
        width: 16%;
        margin-right: 5%; }
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left; }
      .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0; } }
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .main-container {
    padding-top: 0; }
  body[class*="checkout-multishipping-"] #opc-footer-desktop {
    display: none; } }
@media only screen and (min-width: 768px) {
  body[class*="checkout-multishipping-"] #header {
    padding: 30px 0; }
  body[class*="checkout-multishipping-"] #opc-footer-mobile {
    display: none; } }
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%; }
  body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #F0F0F0;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 10px;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-weight: bold; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.step-complete {
      background-color: #000000;
      color: #FFF; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.active {
      background-color: #cb121a;
      color: #FFF; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.step-incomplete {
      background-color: #ccc;
      color: #FFF;
      border-color: white; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.last {
      border-right: 0px; }
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 599px) {
    body[class*="checkout-multishipping-"] .page-title {
      margin: 20px 0; } }
  body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin: 0;
    text-transform: none;
    color: #000000;
    font-size: 21px; }
body[class*="checkout-multishipping-"] .title-buttons button {
  text-transform: uppercase;
  padding: 5px 30px; }
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px; }
body[class*="checkout-multishipping-"] .multiple-checkout .sp-methods ul {
  padding-left: 1px; }
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%; }
  body[class*="checkout-multishipping-"] .messages .error-msg li {
    line-height: 60px; }
    @media only screen and (max-width: 599px) {
      body[class*="checkout-multishipping-"] .messages .error-msg li {
        font-size: 14px;
        line-height: 20px; } }
body[class*="checkout-multishipping-"] .legend {
  clear: left;
  font-size: 16px;
  color: #FFF;
  background-color: #000000;
  padding-left: 20px;
  height: 40px;
  line-height: 45px;
  text-transform: uppercase; }
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%; }
  body[class*="checkout-multishipping-"] .col-2.col-wide > h3 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
    body[class*="checkout-multishipping-"] .col-2.col-wide > h3 a {
      font-weight: normal;
      text-transform: none; }
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; }
  @media only screen and (max-width: 599px) {
    body[class*="checkout-multishipping-"] #checkout-review-submit {
      float: none;
      padding: 0; } }
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
  width: 100%; }
body[class*="checkout-multishipping-"] .data-table th {
  background: none;
  padding-bottom: 5px;
  padding-left: 0; }
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .data-table tbody > tr {
    padding: 10px 0; }
    body[class*="checkout-multishipping-"] .data-table tbody > tr .a-left {
      display: none; } }
body[class*="checkout-multishipping-"] .data-table tbody > tr > td {
  padding-left: 0; }
  @media only screen and (max-width: 479px) {
    body[class*="checkout-multishipping-"] .data-table tbody > tr > td {
      padding-top: 0;
      padding-bottom: 0; }
      body[class*="checkout-multishipping-"] .data-table tbody > tr > td .item-options dd {
        font-weight: normal; }
      body[class*="checkout-multishipping-"] .data-table tbody > tr > td .cart-price {
        display: inline-block; } }
body[class*="checkout-multishipping-"] .data-table .product-name, body[class*="checkout-multishipping-"] .data-table .product-loop-attribute {
  font-size: 14px;
  font-weight: normal;
  text-transform: none; }
  @media only screen and (max-width: 767px) {
    body[class*="checkout-multishipping-"] .data-table .product-name, body[class*="checkout-multishipping-"] .data-table .product-loop-attribute {
      margin-bottom: 0; } }
  body[class*="checkout-multishipping-"] .data-table .product-name a, body[class*="checkout-multishipping-"] .data-table .product-loop-attribute a {
    color: #000000; }
body[class*="checkout-multishipping-"] .buttons-set {
  width: 100%;
  border: none;
  content: '';
  display: table;
  clear: both; }
  body[class*="checkout-multishipping-"] .buttons-set button {
    float: left;
    margin-left: 0;
    font-size: 14px;
    padding: 15px 25px; }
    @media only screen and (max-width: 599px) {
      body[class*="checkout-multishipping-"] .buttons-set button {
        width: 100%; } }

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px; }
@media only screen and (max-width: 767px) {
  .checkout-multishipping-addresses button {
    width: 100%; } }

.checkout-multishipping-address-newshipping #form-validate .legend {
  color: #000000;
  background: none;
  font-weight: bold;
  padding-left: 0;
  border-color: #000000; }
.checkout-multishipping-address-newshipping .control input[type="checkbox"] {
  margin-left: 0; }
.checkout-multishipping-address-newshipping .control label {
  background: none;
  padding-left: 20px; }
.checkout-multishipping-address-newshipping .field-helper {
  font-size: 13px;
  color: #cb121a;
  margin-left: 7px; }

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px; }
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px; }
  .checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px; }
  .checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px; }
.checkout-multishipping-shipping .add-gift-message h3 {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px; }
@media only screen and (max-width: 479px) {
  .checkout-multishipping-shipping #shipping_method_form tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px; } }

.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%;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .checkout-multishipping-shipping .col-1 .box-title h2 a, .checkout-multishipping-shipping .col-1 .box-title h3 a, .checkout-multishipping-shipping .col-1 .box-title h4 a, .checkout-multishipping-shipping .col-2 .box-title h2 a, .checkout-multishipping-shipping .col-2 .box-title h3 a, .checkout-multishipping-shipping .col-2 .box-title h4 a,
  .checkout-multishipping-billing .col-1 .box-title h2 a,
  .checkout-multishipping-billing .col-1 .box-title h3 a,
  .checkout-multishipping-billing .col-1 .box-title h4 a,
  .checkout-multishipping-billing .col-2 .box-title h2 a,
  .checkout-multishipping-billing .col-2 .box-title h3 a,
  .checkout-multishipping-billing .col-2 .box-title h4 a,
  .checkout-multishipping-overview .col-1 .box-title h2 a,
  .checkout-multishipping-overview .col-1 .box-title h3 a,
  .checkout-multishipping-overview .col-1 .box-title h4 a,
  .checkout-multishipping-overview .col-2 .box-title h2 a,
  .checkout-multishipping-overview .col-2 .box-title h3 a,
  .checkout-multishipping-overview .col-2 .box-title h4 a {
    font-weight: normal;
    text-transform: none; }
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 10px 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;
  margin-top: 5px;
  padding-left: 10px 10px 10px 0;
  overflow: visible;
  width: 100%; }

.checkout-multishipping-overview h3.legend {
  background-color: #bdbbbb; }
@media only screen and (max-width: 599px) {
  .checkout-multishipping-overview #review-order-form .box:nth-child(2) {
    margin-top: 20px; } }
@media only screen and (max-width: 599px) {
  .checkout-multishipping-overview #review-order-form .col-2 {
    margin-top: 10px; } }
.checkout-multishipping-overview #review-order-form .col-2,
.checkout-multishipping-overview #review-order-form .col-1 {
  padding-bottom: 10px; }
.checkout-multishipping-overview .checkout-review-table > thead:nth-child(2) > tr:nth-child(1) > th:nth-child(5) {
  text-align: right;
  padding-right: 0; }
.checkout-multishipping-overview .checkout-review-table > tfoot:nth-child(3) > tr:nth-child(2) > td:nth-child(1) {
  line-height: 20px; }
.checkout-multishipping-overview .checkout-review-table > tfoot:nth-child(3) > tr:nth-child(3) > td:nth-child(1) > strong:nth-child(1) {
  font-weight: normal; }
.checkout-multishipping-overview .checkout-review-table tfoot tr {
  background: none;
  font-weight: normal;
  font-size: 14px; }
  .checkout-multishipping-overview .checkout-review-table tfoot tr .price {
    display: inline-block;
    font-weight: normal;
    padding-left: 60px; }
    @media only screen and (max-width: 599px) {
      .checkout-multishipping-overview .checkout-review-table tfoot tr .price {
        padding: 0; } }
  .checkout-multishipping-overview .checkout-review-table tfoot tr td {
    line-height: 15px;
    padding: 5px;
    vertical-align: middle; }
  .checkout-multishipping-overview .checkout-review-table tfoot tr:first-child > td {
    padding-top: 10px; }
  .checkout-multishipping-overview .checkout-review-table tfoot tr .checkout-cart-totals-tax-and-shipping-notice {
    display: none; }
.checkout-multishipping-overview .grand-total .price {
  display: inlilne-block;
  padding-left: 40px; }
.checkout-multishipping-overview #review-button {
  margin-top: 30px; }

#checkout-review-submit {
  width: 66%;
  padding: 0 0 20px 20px; }
  #checkout-review-submit .grand-total {
    padding: 15px 0;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }
    #checkout-review-submit .grand-total .price {
      font-size: 20px; }

.checkout-multishipping-billing .sp-methods dt,
.checkout-multishipping-shipping .sp-methods dt {
  float: left;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0; }
  .checkout-multishipping-billing .sp-methods dt:nth-child(3),
  .checkout-multishipping-shipping .sp-methods dt:nth-child(3) {
    margin-top: 5px; }
  .checkout-multishipping-billing .sp-methods dt input,
  .checkout-multishipping-shipping .sp-methods dt input {
    margin-left: 0;
    margin-top: 10px; }
  .checkout-multishipping-billing .sp-methods dt label,
  .checkout-multishipping-shipping .sp-methods dt label {
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 20px; }

@media only screen and (max-width: 767px) {
  #multishipping-billing-form select {
    height: 30px;
    width: 100%; }
  #multishipping-billing-form input[type=text] {
    width: 100%; } }
@media only screen and (max-width: 479px) {
  #multishipping-billing-form #payment_form_ebayenterprise_creditcard li {
    margin-bottom: 7px; }
    #multishipping-billing-form #payment_form_ebayenterprise_creditcard li:first-child {
      margin-bottom: 4px; }
  #multishipping-billing-form label[for=ebayenterprise_creditcard_cc_type] {
    margin-top: 15px; } }

@media only screen and (max-width: 479px) {
  #review-order-form .box-content {
    margin-bottom: 0; } }

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none; }
#multiship-addresses-table > tfoot > tr {
  background: none; }
  #multiship-addresses-table > tfoot > tr td {
    padding: 25px 0 0 0;
    width: 100%; }
    #multiship-addresses-table > tfoot > tr td button {
      padding: 5px 30px; }
      @media only screen and (max-width: 767px) {
        #multiship-addresses-table > tfoot > tr td button {
          width: 100%; } }
      #multiship-addresses-table > tfoot > tr td button > span {
        text-transform: uppercase; }

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both; }

@media only screen and (max-width: 1007px) {
  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: 767px) {
  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; }
  body[class*="checkout-multishipping-"] .col2-set:nth-child(2) {
    margin-bottom: 25px; } }
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set button {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px; }
  body[class*="checkout-multishipping-"] .linearize-table tbody td[data-rwd-label] {
    padding: 0;
    text-align: left; }
    body[class*="checkout-multishipping-"] .linearize-table tbody td[data-rwd-label]:before {
      font-weight: bold; }
    body[class*="checkout-multishipping-"] .linearize-table tbody td[data-rwd-label] .price {
      font-weight: normal; }
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block; } }
/**
 * Quick view styles
 *
 * @category design
 * @package	spxus_default
 */
.quickview-modal .box-window {
  max-width: 610px; }

.quickview {
  padding: 22px 22px 17px; }
  .quickview #product_addtocart_form {
    overflow: hidden; }
  .quickview .product-image-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px; }
  @media only screen and (min-width: 768px) {
    .quickview .product-img-box {
      padding-left: 0; } }
  .quickview .product-image-thumbs {
    position: relative;
    display: inline-block; }
    .quickview .product-image-thumbs li {
      position: relative;
      margin-right: 2px; }
      .quickview .product-image-thumbs li a {
        display: block; }
  .quickview #lc-video,
  .quickview .size-helper,
  .quickview .fit-tip-container,
  .quickview #product-image-zoom-tip {
    display: none; }
  .quickview .product-image-larger-view a {
    display: block; }
    .quickview .product-image-larger-view a:before {
      display: none; }
  .quickview .product-image-larger-view * {
    font-size: 0; }
  .quickview .product-view-left {
    width: 282px;
    margin-right: 14px; }
    .quickview .product-view-left .product-image {
      margin-left: 0;
      float: none;
      width: auto; }
    .quickview .product-view-left .more-views {
      float: none;
      width: auto; }
      .quickview .product-view-left .more-views li {
        float: left; }
  .quickview .product-view-right {
    width: 250px; }
    .quickview .product-view-right .btn-cart {
      width: auto; }
    .quickview .product-view-right .price-box span {
      font-size: 12px;
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
      text-rendering: optimizeLegibility;
      vertical-align: top; }
    .quickview .product-view-right .product-style-code {
      font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      text-rendering: optimizeLegibility; }
      .quickview .product-view-right .product-style-code span {
        font-size: 11px; }
    .quickview .product-view-right .product-name, .quickview .product-view-right .product-loop-attribute {
      font-size: 16px;
      font-style: normal; }
      .quickview .product-view-right .product-name a, .quickview .product-view-right .product-loop-attribute a {
        color: inherit; }
    .quickview .product-view-right .short-description {
      margin-bottom: 1em;
      font-size: 11px;
      line-height: 13px; }
    .quickview .product-view-right .read-more {
      margin-bottom: 1em;
      font-size: 11px; }

.products-grid li .quick-view-link, .products-list li .quick-view-link {
  display: none; }
@media only screen and (min-width: 768px) {
  .products-grid li .product-image, .products-list li .product-image {
    position: relative; }
    .products-grid li .product-image:hover .quick-view-link, .products-list li .product-image:hover .quick-view-link {
      display: block; }
  .products-grid li .quick-view-link, .products-list li .quick-view-link {
    background: black;
    box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.57);
    color: white;
    font-size: 12px;
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: .6em .8em .4em;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.loading-sprite {
  width: 24px;
  height: 24px;
  margin-top: 16px;
  margin-left: 16px;
  position: absolute;
  z-index: 9002; }

/**
 * Product Icon Overlays styles
 *
 * @site	Spanx
 * @author	Brian Saavge, brsavage@ebay.com
 * @since	July 20, 2015
 */
.spx-overlay-icon {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  background: url("../images/product-icons/spx_producticon-sprite.png") no-repeat top left;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 2; }
  .spx-overlay-icon.spx-best-seller-icon {
    background-position: 0 0; }
  .spx-overlay-icon.spx-new-icon {
    background-position: 0 -60px; }

.spx-overlay-icon-list {
  top: 5px;
  left: 5px; }

.spx-overlay-icon-view {
  top: 5px;
  left: 5px; }
  @media only screen and (max-width: 767px) {
    .spx-overlay-icon-view {
      left: 18%; } }

/**
 * Modal Lightbox Styles
 *
 * @category	design
 * @package		spxus_default
 */
body.modal-open {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.modal-open {
      position: fixed;
      width: 100%; } }

.box-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 90; }

.box-window {
  background: white;
  display: inline-block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 90%;
  max-height: 90%;
  max-width: 800px;
  padding-top: 20px;
  box-shadow: 0px 0px 10px 1px #606060;
  overflow: hidden; }
  .box-window:before {
    background: #cb121a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px; }
  @media only screen and (max-width: 599px) {
    .box-window {
      padding-top: 35px; }
      .box-window:before {
        height: 35px; } }

.box-content {
  text-align: left;
  overflow: auto;
  height: 100%; }

.box-close {
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 0;
  top: 4px;
  right: 4px; }

.modal-target {
  display: none;
  padding: 20px; }

/**
 * Email Overlay Styles
 *
 * @category design
 * @package	spxus_default
 */
.email-newsletter .box-window {
  max-width: 464px; }

#newsletter-modal {
  background-color: #fff;
  padding: 22px 22px 22px; }
  #newsletter-modal input, #newsletter-modal .birthday select, #newsletter-modal .gender select {
    height: 22px;
    font-size: 11px; }
  #newsletter-modal h3 {
    font: bold 12px Arial,sans-serif;
    color: #4C4C4C;
    text-transform: uppercase; }
  #newsletter-modal .container {
    margin-bottom: 10px; }
  #newsletter-modal .column {
    float: left;
    padding-right: 15px;
    width: 50%; }
  #newsletter-modal .column + .column {
    padding-right: 0; }
  #newsletter-modal label {
    display: block;
    font-weight: bold;
    font-size: 11px; }
  #newsletter-modal input {
    border: 1px solid #BBB;
    line-height: 14px;
    padding: 3px;
    width: 100%; }
  #newsletter-modal button {
    border: none;
    background-color: #CB121A;
    color: #fff;
    width: 90px;
    text-transform: uppercase;
    height: 22px; }
  #newsletter-modal .birthday select {
    width: 90px; }
  #newsletter-modal .gender select {
    width: 100%; }
  #newsletter-modal p.required, #newsletter-modal .validation-advice {
    margin: 5px 0 0;
    color: #DF280A;
    font-size: 11px; }
  #newsletter-modal .submit {
    margin: 15px 0 0; }
  #newsletter-modal .privacy-policy {
    display: inline-block;
    font-size: 11px;
    margin-left: 10px; }
  #newsletter-modal span.break {
    display: block;
    height: 16.5px; }
  #newsletter-modal .thankyou strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    width: 105px; }
  #newsletter-modal .thankyou p {
    font-size: 11px;
    line-height: 18px; }

@media only screen and (max-width: 599px) {
  #newsletter-modal {
    width: 100%; }
    #newsletter-modal h3 {
      font-size: 20px; }
    #newsletter-modal .container {
      margin-bottom: 30px; }
    #newsletter-modal .column {
      float: none;
      padding-right: 0;
      margin-bottom: 10px;
      width: 100%; }
    #newsletter-modal label {
      font-size: 16px; }
    #newsletter-modal input {
      font-size: 16px;
      height: 30px; }
    #newsletter-modal .birthday select,
    #newsletter-modal .gender select {
      font-size: 16px;
      height: 30px;
      width: 100%; }
    #newsletter-modal button {
      font-size: 16px;
      height: 40px; }
    #newsletter-modal span.break {
      height: 0; } }
/**
 * Helpdesk pages
 *
 * @category	design
 * @package		spxus_default
 */
@media only screen and (min-width: 768px) {
  .helpdesk-parent .helpdesk-nav,
  .helpdesk-parent .helpdesk-sidebar {
    margin: 40px 0;
    float: left; }
  .helpdesk-parent .helpdesk-nav {
    width: 75%; }
  .helpdesk-parent .helpdesk-sidebar {
    padding-left: 30px;
    width: 25%; } }

.helpdesk-child {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px; }
  .helpdesk-child .helpdesk-nav {
    display: none; }
    @media only screen and (min-width: 768px) {
      .helpdesk-child .helpdesk-nav {
        display: block; } }
    .helpdesk-child .helpdesk-nav strong {
      position: relative; }
      .helpdesk-child .helpdesk-nav strong:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #000;
        border-right: none;
        left: -6px;
        top: 2.5px; }
  .helpdesk-child table tr td {
    font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
    font-size: 14px; }

.helpdesk-nav {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px; }
  .helpdesk-nav .cms-menu > li > a, .helpdesk-nav .cms-menu > li > strong {
    display: none; }
  .helpdesk-nav a:focus {
    outline: none; }
  @media only screen and (max-width: 767px) {
    .helpdesk-nav {
      margin-bottom: 20px; }
      .helpdesk-nav ul {
        margin-top: 4px; }
      .helpdesk-nav li li {
        font-size: 14px; }
        .helpdesk-nav li li:not(:first-child) {
          margin-top: 4px; }
        .helpdesk-nav li li a {
          background: #ccc;
          color: #fff;
          display: block;
          font-weight: bold;
          padding: 0.5em 1em; }
          .helpdesk-nav li li a:hover {
            text-decoration: none; }
        .helpdesk-nav li li.parent > a:after {
          content: "+";
          color: #cb121a;
          display: inline-block;
          font-size: 1.4em;
          line-height: 1.125em;
          float: right; }
        .helpdesk-nav li li.active > a {
          color: #000; }
          .helpdesk-nav li li.active > a:after {
            content: "−"; }
        .helpdesk-nav li li.active ul {
          display: block; }
        .helpdesk-nav li li ul {
          margin-top: 0;
          display: none; }
        .helpdesk-nav li li li {
          font-size: 12px; }
          .helpdesk-nav li li li:not(:first-child) {
            margin-top: 1px; }
          .helpdesk-nav li li li:first-child a {
            padding-top: 0; }
          .helpdesk-nav li li li a {
            color: #cb121a;
            font-weight: normal;
            padding-left: 2em;
            padding-right: 2em; } }
  @media only screen and (min-width: 768px) {
    .helpdesk-nav a {
      color: #000;
      display: block; }
    .helpdesk-nav strong {
      font-weight: normal; }
    .helpdesk-nav li li {
      font-size: 12px;
      font-weight: bold;
      line-height: 1.3; }
      .helpdesk-nav li li li {
        font-weight: normal; }
    .sidebar .helpdesk-nav li li {
      text-transform: uppercase;
      margin-top: 22px; }
      .sidebar .helpdesk-nav li li:first-child {
        margin-top: 0; }
      .sidebar .helpdesk-nav li li ul {
        border-top: 1px solid #ccc;
        margin-top: 6px;
        padding-top: 8px; }
      .sidebar .helpdesk-nav li li li {
        margin-top: 3px;
        text-transform: none; }
      .sidebar .helpdesk-nav li li a, .sidebar .helpdesk-nav li li strong {
        display: block;
        padding: 0 2px; }
    .col-main .helpdesk-nav li li {
      border-top: 1px solid #ccc;
      padding: 1.5em 10px 0;
      margin-bottom: 1.5em;
      font-size: 14px; }
      .col-main .helpdesk-nav li li:first-child {
        border-top: none;
        padding-top: 1em; }
      .col-main .helpdesk-nav li li ul {
        margin-top: 10px; }
      .col-main .helpdesk-nav li li li {
        border-top: none;
        padding: 0;
        margin: 0 0 2px; }
        .col-main .helpdesk-nav li li li:first-child {
          padding-top: 0; }
    .helpdesk-nav .multicolumnlist-wrapper {
      display: table;
      table-layout: fixed; }
      .helpdesk-nav .multicolumnlist-wrapper > ul {
        display: table-cell;
        border-right: 1px solid #ccc;
        padding: 0 30px; }
        .helpdesk-nav .multicolumnlist-wrapper > ul.col-3 {
          width: 33.33333%; } }

.cms-contact-customer-service .fieldset p.required {
  color: #545454; }
.cms-contact-customer-service .fieldset .form-list {
  clear: both;
  list-style: none; }
.cms-contact-customer-service .buttons-set {
  margin-bottom: 30px; }
  .cms-contact-customer-service .buttons-set button.button {
    float: left; }

.spx-helpdesk-contact-us-call-and-write-contents {
  border: 1px solid #C0C0C0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0; }

.spx-helpdesk-contact-us-call,
.spx-helpdesk-contact-us-write,
.spx-helpdesk-contact-us-chat {
  display: inline-block;
  margin: 0 1% 0 0;
  vertical-align: top;
  width: 100%; }
  .spx-helpdesk-contact-us-call h2,
  .spx-helpdesk-contact-us-write h2,
  .spx-helpdesk-contact-us-chat h2 {
    font-size: 16px; }
  .spx-helpdesk-contact-us-call p,
  .spx-helpdesk-contact-us-write p,
  .spx-helpdesk-contact-us-chat p {
    margin-bottom: 0; }
  .spx-helpdesk-contact-us-call address,
  .spx-helpdesk-contact-us-write address,
  .spx-helpdesk-contact-us-chat address {
    font-size: 12px; }

.spx-helpdesk-contact-us-call p {
  margin-bottom: 1.5em; }

.spx-helpdesk-contact-us-chat a {
  color: #000000; }
.spx-helpdesk-contact-us-chat img {
  display: inline;
  width: auto; }

@media only screen and (min-width: 767px) {
  .cms-contact-customer-service .form-list {
    display: block;
    width: 100%; }
    .cms-contact-customer-service .form-list li,
    .cms-contact-customer-service .form-list .field {
      display: inline-block;
      width: 46%; }
    .cms-contact-customer-service .form-list li {
      margin-left: 0;
      margin-right: 2em; }
    .cms-contact-customer-service .form-list li.fields,
    .cms-contact-customer-service .form-list li.wide {
      display: block;
      width: 100%; }
    .cms-contact-customer-service .form-list .field + .field {
      margin-left: 25px; }

  .spx-helpdesk-contact-us-call,
  .spx-helpdesk-contact-us-write,
  .spx-helpdesk-contact-us-chat {
    width: 30%; } }
.helpdesk-sidebar {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px; }

.helpdesk-article table tr td {
  font-family: BrandonGrotesque, Arial, Helvetica, sans-serif;
  font-size: 14px; }

/**
* Mobile Table styles
*
* @category design
* @package	spxus_default
*/
@media only screen and (max-width: 599px) {
  .mobile-table {
    display: block;
    position: relative; }
    .mobile-table thead {
      display: none; }
    .mobile-table *[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 11px;
      font-weight: bold;
      padding-right: 5px; }
    .mobile-table th, .mobile-table td {
      padding: 5px; }
    .mobile-table tbody {
      display: block;
      width: 100%; }
      .mobile-table tbody td,
      .mobile-table tbody tr {
        display: block;
        width: 100%; }
      .mobile-table tbody td {
        border-bottom: none; }
      .mobile-table tbody tr {
        border: solid 1px #dedede;
        margin-bottom: 1.0em; }
    .mobile-table tfoot {
      display: table;
      width: 100%; }
    .mobile-table .product-name, .mobile-table .product-loop-attribute {
      font-weight: bold;
      padding: 5px 5px 0;
      font-size: 1.2em; }
    .mobile-table .a-center {
      background-color: #cb121a;
      padding: 0; }
      .mobile-table .a-center a {
        text-align: center;
        display: block;
        color: white;
        padding: 5px; }
    .mobile-table.mobile-table--one-unit {
      border-style: solid;
      border-color: #dedede;
      border-width: 0px 1px 1px 1px; }
      .mobile-table.mobile-table--one-unit tr {
        border-width: 1px 0px 0px;
        margin-bottom: 0px; }
      .mobile-table.mobile-table--one-unit tfoot {
        border-top: solid 1px #dedede; }

  #my-orders-table.mobile-table td[data-rwd-label=Qty] .nobr {
    font-size: 0; }
    #my-orders-table.mobile-table td[data-rwd-label=Qty] .nobr strong {
      margin-right: 0px;
      font-size: 14px; }

  body.customer-account .data-table {
    border: none; }
    body.customer-account .data-table.mobile-table--one-unit {
      border-style: solid;
      border-color: #dedede;
      border-width: 0px 1px 1px 1px; } }
.product-recommendations h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 -0.2em 0.5em;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 1007px) {
    .product-recommendations h2 {
      text-align: left;
      margin-left: 0; } }
.product-recommendations a {
  color: black;
  text-decoration: none; }
.product-recommendations .product-details {
  text-align: center; }
  .product-recommendations .product-details .product-name, .product-recommendations .product-details .product-loop-attribute,
  .product-recommendations .product-details .product-loop-attribute {
    font-size: 11px;
    text-align: center; }
  .product-recommendations .product-details .price-box {
    margin-top: 0;
    margin-bottom: 0; }
  .product-recommendations .product-details .product-loop-attribute {
    padding-bottom: 5px; }
@media only screen and (min-width: 768px) {
  .product-recommendations .mini-product-list-item {
    margin-bottom: 15px; } }

@media only screen and (max-width: 1007px) {
  .product-recommendations {
    padding-bottom: 24px;
    margin-bottom: 24px; }
    .product-recommendations h2 {
      padding-top: 1em;
      margin-bottom: 1em;
      font-size: 13px;
      font-weight: bold; }

  .recommended-items {
    margin: 0 -15px; } }
  @media only screen and (max-width: 1007px) and (min-width: 420px) {
    .recommended-items {
      margin: 0; } }
@media only screen and (max-width: 1007px) {
    .recommended-items .slick-arrow {
      display: none !important; } }
    @media only screen and (max-width: 1007px) and (min-width: 768px) {
      .recommended-items .slick-arrow {
        top: 90px;
        display: inline-block !important; } }
@media only screen and (max-width: 1007px) {
    .recommended-items .mini-product-list-item {
      float: left;
      max-width: 140px; } }
    @media only screen and (max-width: 1007px) and (max-width: 767px) {
      .recommended-items .mini-product-list-item {
        max-width: 240px; }
        .recommended-items .mini-product-list-item.slick-slide {
          margin: 0 20px; } }
    @media only screen and (max-width: 1007px) and (max-width: 479px) {
      .recommended-items .mini-product-list-item {
        max-width: 170px; } }

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

/*******************************************/
/** OWL CAROUSEL OVERRIDE				  **/
/*******************************************/
body .promo.owl-carousel {
  display: none;
  position: relative;
  width: 70% !important;
  -ms-touch-action: pan-y; }
  @media only screen and (max-width: 767px) {
    body .promo.owl-carousel {
      width: 100% !important; } }
  body .promo.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
    body .promo.owl-carousel .owl-wrapper::after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  body .promo.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  body .promo.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out; }
  body .promo.owl-carousel .owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  body .promo.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
    body .promo.owl-carousel .owl-controls .owl-page, body .promo.owl-carousel .owl-controls .owl-buttons div {
      cursor: pointer; }
    body .promo.owl-carousel .owl-controls .owl-buttons > div {
      width: 0;
      height: 0;
      border: 10px solid transparent;
      top: 50%;
      left: 10px;
      position: absolute;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
      body .promo.owl-carousel .owl-controls .owl-buttons > div::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border: 5px solid transparent; }
    body .promo.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
      border: 1px transparent;
      width: 38px;
      height: 50px;
      padding: 13px;
      left: 0px; }
      body .promo.owl-carousel .owl-controls .owl-buttons > div.owl-prev img {
        max-width: 10px; }
    body .promo.owl-carousel .owl-controls .owl-buttons > div.owl-next {
      left: auto;
      right: 0px;
      border: 1px transparent;
      width: 38px;
      height: 50px;
      padding: 13px; }
      body .promo.owl-carousel .owl-controls .owl-buttons > div.owl-next img {
        max-width: 10px; }
    body .promo.owl-carousel .owl-controls .owl-pagination {
      width: auto;
      position: absolute;
      bottom: 0;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      display: none !important; }
      body .promo.owl-carousel .owl-controls .owl-pagination .owl-page {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid black;
        display: inline-block;
        margin: 0 5px;
        background: black; }
      body .promo.owl-carousel .owl-controls .owl-pagination .owl-page.active {
        border: 2px solid #ca121a;
        background: #ca121a; }

/*# sourceMappingURL=styles.css.map */