/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header Toggable Content
 * ============================================ */
/* ============================================ *
 * Responsive Images
 * ============================================ */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 35, ../scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 53, ../scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 64, ../scss/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 73, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 87, ../scss/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 97, ../scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 109, ../scss/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 117, ../scss/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 131, ../scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 139, ../scss/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 147, ../scss/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 156, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 164, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 173, ../scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 185, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 195, ../scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 203, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 211, ../scss/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 219, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 235, ../scss/vendor/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 243, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 267, ../scss/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 289, ../scss/vendor/_normalize.scss */
btn,
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 303, ../scss/vendor/_normalize.scss */
btn, 
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 316, ../scss/vendor/_normalize.scss */
btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 328, ../scss/vendor/_normalize.scss */
btn[disabled],
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 338, ../scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 350, ../scss/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 362, ../scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 371, ../scss/vendor/_normalize.scss */
btn::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 382, ../scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 395, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 43, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 49, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 58, ../scss/core/_reset.scss */
h1,
h2,
h3,
.recommended-product,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 68, ../scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 77, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 81, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 87, ../scss/core/_reset.scss */
img {
  display: block;
}

/* line 91, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 96, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 102, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

/* line 108, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 44, ../scss/core/_common.scss */
a, btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 49, ../scss/core/_common.scss */
btn,
body,
button,
input,
select,
table,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* line 62, ../scss/core/_common.scss */
a {
  color: #555555;
  text-decoration: none;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -o-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

/* line 68, ../scss/core/_common.scss */
a:hover {
  color: #b70000;
  text-decoration: underline;
}

/* line 73, ../scss/core/_common.scss */
a:focus {
  outline: none !important;
  color: #090909;
}

/* line 78, ../scss/core/_common.scss */
ol,
ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
}
/* line 84, ../scss/core/_common.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
/* line 89, ../scss/core/_common.scss */
ol li,
ul li {
  position: relative;
}

/* line 94, ../scss/core/_common.scss */
ol {
  counter-reset: li-counter;
}
/* line 97, ../scss/core/_common.scss */
ol li:before {
  color: #bebebe;
  content: counter(li-counter);
  counter-increment: li-counter;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 1.1em;
  left: -1.25em;
  position: absolute;
}

/* line 110, ../scss/core/_common.scss */
ul li:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #bebebe;
  content: '';
  height: 0.5em;
  left: -1.25em;
  margin-left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.5em;
}

/* line 126, ../scss/core/_common.scss */
.list-custom, .list-unstyled, ul.form-list, .list-inline, .breadcrumbs, .list-filter, .messages, #header-nav ol, #header-account ol, .header-minicart .mini-products-list, .footer .links ul, .block-layered-nav .block-content > dl > div > dd ol,
.block-layered-nav .block-content > dl > dd ol, .flexslider .slides,
.flexslider .flex-control-nav,
.flexslider .flex-direction-nav, .widget-explore ul, .widget-featured-content ul, .widget-popular-items .listing ul {
  margin-bottom: 0;
  padding-left: 0;
}
/* line 130, ../scss/core/_common.scss */
.list-custom ol, .list-unstyled ol, ul.form-list ol, .list-inline ol, .breadcrumbs ol, .list-filter ol, .messages ol, #header-nav ol ol, #header-account ol ol, .header-minicart .mini-products-list ol, .footer .links ul ol,
.block-layered-nav .block-content > dl > dd ol ol, .flexslider .slides ol,
.flexslider .flex-control-nav ol,
.flexslider .flex-direction-nav ol, .widget-explore ul ol, .widget-featured-content ul ol, .widget-popular-items .listing ul ol,
.list-custom ul,
.list-unstyled ul,
ul.form-list ul,
.list-inline ul,
.breadcrumbs ul,
.list-filter ul,
.messages ul,
#header-nav ol ul,
#header-account ol ul,
.header-minicart .mini-products-list ul,
.footer .links ul ul,
.block-layered-nav .block-content > dl > dd ol ul,
.flexslider .slides ul,
.flexslider .flex-control-nav ul,
.flexslider .flex-direction-nav ul,
.widget-explore ul ul,
.widget-featured-content ul ul,
.widget-popular-items .listing ul ul {
  padding-left: 0;
}
/* line 135, ../scss/core/_common.scss */
.list-custom li, .list-unstyled li, ul.form-list li, .list-inline li, .breadcrumbs li, .list-filter li, .messages li, #header-nav ol li, #header-account ol li, .header-minicart .mini-products-list li, .footer .links ul li,
.block-layered-nav .block-content > dl > dd ol li, .flexslider .slides li,
.flexslider .flex-control-nav li,
.flexslider .flex-direction-nav li, .widget-explore ul li, .widget-featured-content ul li, .widget-popular-items .listing ul li {
  position: static;
}
/* line 139, ../scss/core/_common.scss */
.list-custom li:before, .list-unstyled li:before, ul.form-list li:before, .list-inline li:before, .breadcrumbs li:before, .list-filter li:before, .messages li:before, #header-nav ol li:before, #header-account ol li:before, .header-minicart .mini-products-list li:before, .footer .links ul li:before,
.block-layered-nav .block-content > dl > dd ol li:before, .flexslider .slides li:before,
.flexslider .flex-control-nav li:before,
.flexslider .flex-direction-nav li:before, .widget-explore ul li:before, .widget-featured-content ul li:before, .widget-popular-items .listing ul li:before {
  content: none;
}

/******************************************************************************
* Lists
*
* Lists copied from Bootstrap but built for a customized RWD theme of Magento
*
******************************************************************************/
/* line 161, ../scss/core/_common.scss */
.list-inline li {
  display: inline;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 170, ../scss/core/_common.scss */
h1, .h1, #coupon-modal h2, #recommended-order .big-price {
  color: #000000;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 0.2em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 174, ../scss/core/_common.scss */
h2, .h2, #coupon-modal h3, #coupon-modal .recommended-product {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 178, ../scss/core/_common.scss */
h3, .recommended-product, .h3, .product-carousel article a .overlay h1, .b2b-widget#wishlist .product h1, .b2b-widget#recent-order ul li {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}

/* line 182, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}

/* line 186, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}

/* line 190, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0 0 5px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 194, ../scss/core/_common.scss */
hr {
  border: solid #bebebe;
  border-width: 1px 0 0;
  clear: both;
  margin: 1em 0 2em;
  height: 0;
}

/* line 202, ../scss/core/_common.scss */
p {
  margin-bottom: 1em;
}

/* line 206, ../scss/core/_common.scss */
h3 + p, .recommended-product + p {
  margin-top: -10px;
}

/* line 210, ../scss/core/_common.scss */
p + h3, p + .recommended-product {
  margin-top: 2em;
}

/* ============================================ *
 * Alignment classes
 * ============================================ */
/* line 218, ../scss/core/_common.scss */
.text-left {
  text-align: left;
}

/* line 219, ../scss/core/_common.scss */
.text-center {
  text-align: center;
}

/* line 220, ../scss/core/_common.scss */
.text-justify {
  text-align: justify;
}

/* line 221, ../scss/core/_common.scss */
.text-right {
  text-align: right;
}

/* line 223, ../scss/core/_common.scss */
.block-left {
  float: left;
}

/* line 224, ../scss/core/_common.scss */
.block-right {
  float: right;
}

/***** VERTICAL ALIGNMENT *****/
/* EXAMPLE: <div class="table-wrap"><div class="table-cell">CONTENT</div></div> */
/* line 229, ../scss/core/_common.scss */
.table-wrap {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

/* line 236, ../scss/core/_common.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 245, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 249, ../scss/core/_common.scss */
.availability {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 255, ../scss/core/_common.scss */
.availability .label {
  display: none;
}

/* line 259, ../scss/core/_common.scss */
.availability.in-stock {
  color: #57b26c;
}

/* line 263, ../scss/core/_common.scss */
.availability.available-soon,
.availability.out-of-stock {
  color: #be3f3f;
}

/* line 268, ../scss/core/_common.scss */
.availability-only {
  color: #be3f3f;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 277, ../scss/core/_common.scss */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1,
.product-name #coupon-modal h2,
#coupon-modal .product-name h2,
.product-name #recommended-order .big-price,
#recommended-order .product-name .big-price {
  color: #000000;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 0.2em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  border-bottom: 1px solid #bebebe;
  padding-bottom: .125em;
  /* NOTE: Does not work on "Alright Sans Ultra" font */
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

/* line 285, ../scss/core/_common.scss */
.page-title h1 {
  padding-bottom: 0.5em;
}

/* line 290, ../scss/core/_common.scss */
.breadcrumbs + .page-title {
  border-top: 1px solid #bebebe;
  clear: left;
  padding-top: 2em;
}

/* -------------------------------------------- *
 * Block Module
 */
/* line 300, ../scss/core/_common.scss */
.block,
.col-left-first {
  margin-bottom: 40px;
}

/* line 305, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

/* line 309, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #bebebe;
}
/* line 315, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title .recommended-product,
.block-title strong {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  color: #000000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 324, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #909090;
}

/* line 332, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 337, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

/* line 342, ../scss/core/_common.scss */
.block-content {
  margin-top: 5px;
}

/* line 346, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0;
}

/* line 350, ../scss/core/_common.scss */
.block-content li.item {
  content: '';
  display: table;
  clear: both;
  margin: 0 0 10px 9px;
  margin-left: 0;
}

/* line 356, ../scss/core/_common.scss */
.block-content li.item:last-child {
  margin-bottom: 0;
}

/* line 360, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 363, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 367, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 370, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 378, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  /* line 388, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 391, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  /* line 398, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0 0 10px;
    color: #000000;
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  /* line 105, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 407, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0 0 10px;
    color: #000000;
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
  }
  /* line 105, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 413, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #bebebe;
  }
  /* line 423, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #bebebe;
  }

  /* line 431, ../scss/core/_common.scss */
  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 443, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
/* line 448, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 7px 0;
}
/* line 454, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  color: #555555;
}
/* line 458, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
  color: #000000;
}
/* line 461, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #555555;
  text-decoration: none;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Primary Buttons */
/* line 474, ../scss/core/_common.scss */
input[type="submit"]{
	 background-color: #000000;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  opacity: 1;
  
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  padding: 15px 1.2em 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateZ(0) !important;
  /* fix flicker effect in Safari caused by anti-aliasing */
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}

.btn,
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button, .b2b-products-list > li .b2b-product-view-left a.cta, .widget-popular-items header .cta a, .widget-popular-items article .cta, .product-carousel article a .overlay .cta {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  padding: 15px 1.2em 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateZ(0) !important;
  /* fix flicker effect in Safari caused by anti-aliasing */
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}
/* line 501, ../scss/core/_common.scss */
.button-small.button,
.cart-table .product-cart-actions .button-small.button,
#co-shipping-method-form .buttons-set .button-small.button, .b2b-products-list > li .b2b-product-view-left a.button-small.cta, .widget-popular-items header .cta a.button-small, .widget-popular-items article .button-small.cta, .product-carousel article a .overlay .button-small.cta {
  font-size: 18px;
  padding: 12px 2em 11px;
}
/* line 506, ../scss/core/_common.scss */
input[type="submit"]:before,
.btn:before,
.button:before,
.cart-table .product-cart-actions .button:before,
#co-shipping-method-form .buttons-set .button:before,
.footer .button:before, .b2b-products-list > li .b2b-product-view-left a.cta:before, .widget-popular-items header .cta a:before, .widget-popular-items article .cta:before, .product-carousel article a .overlay .cta:before, .button::before,
.cart-table .product-cart-actions .button::before,
#co-shipping-method-form .buttons-set .button::before,
.footer .button::before, .b2b-products-list > li .b2b-product-view-left a.cta::before, .widget-popular-items header .cta a::before, .widget-popular-items article .cta::before, .product-carousel article a .overlay .cta::before {
  background-color: #b70000;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
/* line 519, ../scss/core/_common.scss */
input[type="submit"]:after,
.btn:after,
.button:after,
.cart-table .product-cart-actions .button:after,
#co-shipping-method-form .buttons-set .button:after,
.footer .button:after, .b2b-products-list > li .b2b-product-view-left a.cta:after, .widget-popular-items header .cta a:after, .widget-popular-items article .cta:after, .product-carousel article a .overlay .cta:after, .button::after,
.cart-table .product-cart-actions .button::after,
#co-shipping-method-form .buttons-set .button::after,
.footer .button::after, .b2b-products-list > li .b2b-product-view-left a.cta::after, .widget-popular-items header .cta a::after, .widget-popular-items article .cta::after, .product-carousel article a .overlay .cta::after {
  background-color: #000000;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transform: translate(-100%) skew(45deg);
  -ms-transform: translate(-100%) skew(45deg);
  -webkit-transform: translate(-100%) skew(45deg);
  transform: translate(-100%) skew(45deg);
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
  z-index: -1;
}
/* line 536, ../scss/core/_common.scss */
input[type="submit"]:hover,
.btn:hover,
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover, .b2b-products-list > li .b2b-product-view-left a.cta:hover, .widget-popular-items header .cta a:hover, .widget-popular-items article .cta:hover, .product-carousel article a .overlay .cta:hover {
  color: #bebebe;
  cursor: pointer;
  text-decoration: none;
}
/* line 541, ../scss/core/_common.scss */
input[type="submit"]:hover:after,
.btn:hover:after,
.button:hover:after,
.cart-table .product-cart-actions .button:hover:after,
#co-shipping-method-form .buttons-set .button:hover:after, .b2b-products-list > li .b2b-product-view-left a.cta:hover:after, .widget-popular-items header .cta a:hover:after, .widget-popular-items article .cta:hover:after, .product-carousel article a .overlay .cta:hover:after, .button:hover::after,
.cart-table .product-cart-actions .button:hover::after,
#co-shipping-method-form .buttons-set .button:hover::after, .b2b-products-list > li .b2b-product-view-left a.cta:hover::after, .widget-popular-items header .cta a:hover::after, .widget-popular-items article .cta:hover::after, .product-carousel article a .overlay .cta:hover::after {
  background-color: #000000;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  opacity: 1;
}
/* line 548, ../scss/core/_common.scss */
input[type="submit"]:active,
.btn:active,
.button:active, 
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active, .b2b-products-list > li .b2b-product-view-left a.cta:active, .widget-popular-items header .cta a:active, .widget-popular-items article .cta:active, .product-carousel article a .overlay .cta:active {
  background: #000000;
  color: #bebebe;
  text-decoration: none;
}
/* line 553, ../scss/core/_common.scss */
input[type="submit"]:active:after,
.btn:active:after,
.button:active:after,
.cart-table .product-cart-actions .button:active:after,
#co-shipping-method-form .buttons-set .button:active:after, .b2b-products-list > li .b2b-product-view-left a.cta:active:after, .widget-popular-items header .cta a:active:after, .widget-popular-items article .cta:active:after, .product-carousel article a .overlay .cta:active:after, .button:active::after,
.cart-table .product-cart-actions .button:active::after,
#co-shipping-method-form .buttons-set .button:active::after, .b2b-products-list > li .b2b-product-view-left a.cta:active::after, .widget-popular-items header .cta a:active::after, .widget-popular-items article .cta:active::after, .product-carousel article a .overlay .cta:active::after {
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  opacity: 1;
}
/* line 559, ../scss/core/_common.scss */
input[type="submit"]:focus,
.btn:focus,
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus, .b2b-products-list > li .b2b-product-view-left a.cta:focus, .widget-popular-items header .cta a:focus, .widget-popular-items article .cta:focus, .product-carousel article a .overlay .cta:focus {
  background-color: #000000;
  color: #bebebe;
  outline: none;
  text-decoration: none;
}
/* line 565, ../scss/core/_common.scss */
input[type="submit"]:focus:after,
.btn:focus:after,
.button:focus:after,
.cart-table .product-cart-actions .button:focus:after,
#co-shipping-method-form .buttons-set .button:focus:after, .b2b-products-list > li .b2b-product-view-left a.cta:focus:after, .widget-popular-items header .cta a:focus:after, .widget-popular-items article .cta:focus:after, .product-carousel article a .overlay .cta:focus:after, .button:focus::after,
.cart-table .product-cart-actions .button:focus::after,
#co-shipping-method-form .buttons-set .button:focus::after, .b2b-products-list > li .b2b-product-view-left a.cta:focus::after, .widget-popular-items header .cta a:focus::after, .widget-popular-items article .cta:focus::after, .product-carousel article a .overlay .cta:focus::after {
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  opacity: 1;
}

/* line 580, ../scss/core/_common.scss */
.button-alt {
  color: #bebebe;
}
/* line 583, ../scss/core/_common.scss */
.button-alt:before, .button-alt::before {
  background: #000000;
}
/* line 588, ../scss/core/_common.scss */
.button-alt:after, .button-alt::after {
  background-color: #b70000;
}
/* line 593, ../scss/core/_common.scss */
.button-alt:hover {
  color: #fff;
  cursor: pointer;
}
/* line 597, ../scss/core/_common.scss */
.button-alt:hover:after, .button-alt:hover::after {
  background: #b70000;
}
/* line 603, ../scss/core/_common.scss */
.button-alt:active {
  color: #fff;
}
/* line 606, ../scss/core/_common.scss */
.button-alt:active:after, .button-alt:active::after {
  background: #b70000;
}
/* line 612, ../scss/core/_common.scss */
.button-alt:focus {
  color: #fff;
  outline: none;
}
/* line 616, ../scss/core/_common.scss */
.button-alt:focus:after, .button-alt:focus::after {
  background: #b70000;
}

/* Secondary Buttons */
/* line 628, ../scss/core/_common.scss */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary, .widget-popular-items header .cta a, .widget-popular-items article .cta {
  color: #909090;
}
/* line 631, ../scss/core/_common.scss */
.cart .buttons-set .button:before,
.cart-table .button:before,
.sidebar .actions .button:before,
.button.button-secondary:before, .widget-popular-items header .cta a:before, .widget-popular-items article .cta:before, .cart .buttons-set .button::before,
.cart-table .button::before,
.sidebar .actions .button::before,
.button.button-secondary::before, .widget-popular-items header .cta a::before, .widget-popular-items article .cta::before {
  background: #bebebe;
}
/* line 636, ../scss/core/_common.scss */
.cart .buttons-set .button:after,
.cart-table .button:after,
.sidebar .actions .button:after,
.button.button-secondary:after, .widget-popular-items header .cta a:after, .widget-popular-items article .cta:after, .cart .buttons-set .button::after,
.cart-table .button::after,
.sidebar .actions .button::after,
.button.button-secondary::after, .widget-popular-items header .cta a::after, .widget-popular-items article .cta::after {
  background-color: #000000;
}
/* line 641, ../scss/core/_common.scss */
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover, .widget-popular-items header .cta a:hover, .widget-popular-items article .cta:hover {
  color: #fff;
  cursor: pointer;
}
/* line 645, ../scss/core/_common.scss */
.cart .buttons-set .button:hover:after,
.cart-table .button:hover:after,
.sidebar .actions .button:hover:after,
.button.button-secondary:hover:after, .widget-popular-items header .cta a:hover:after, .widget-popular-items article .cta:hover:after, .cart .buttons-set .button:hover::after,
.cart-table .button:hover::after,
.sidebar .actions .button:hover::after,
.button.button-secondary:hover::after, .widget-popular-items header .cta a:hover::after, .widget-popular-items article .cta:hover::after {
  background: #000000;
}
/* line 651, ../scss/core/_common.scss */
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active, .widget-popular-items header .cta a:active, .widget-popular-items article .cta:active {
  color: #fff;
}
/* line 654, ../scss/core/_common.scss */
.cart .buttons-set .button:active:after,
.cart-table .button:active:after,
.sidebar .actions .button:active:after,
.button.button-secondary:active:after, .widget-popular-items header .cta a:active:after, .widget-popular-items article .cta:active:after, .cart .buttons-set .button:active::after,
.cart-table .button:active::after,
.sidebar .actions .button:active::after,
.button.button-secondary:active::after, .widget-popular-items header .cta a:active::after, .widget-popular-items article .cta:active::after {
  background: #000000;
}
/* line 660, ../scss/core/_common.scss */
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus, .widget-popular-items header .cta a:focus, .widget-popular-items article .cta:focus {
  color: #fff;
  outline: none;
}
/* line 664, ../scss/core/_common.scss */
.cart .buttons-set .button:focus:after,
.cart-table .button:focus:after,
.sidebar .actions .button:focus:after,
.button.button-secondary:focus:after, .widget-popular-items header .cta a:focus:after, .widget-popular-items article .cta:focus:after, .cart .buttons-set .button:focus::after,
.cart-table .button:focus::after,
.sidebar .actions .button:focus::after,
.button.button-secondary:focus::after, .widget-popular-items header .cta a:focus::after, .widget-popular-items article .cta:focus::after {
  background: #000000;
}

/* Button Display Block */
/* line 672, ../scss/core/_common.scss */
.button-block {
  width: 100%;
  display: block;
}

/* Disabled - class for anchor, state for form elements */
/* line 688, ../scss/core/_common.scss */
.button.disabled,
.button:disabled,
.button.button-secondary.disabled,
.button.button-secondary:disabled {
  color: #bebebe;
  cursor: not-allowed;
}
/* line 695, ../scss/core/_common.scss */
.button.disabled:before, .button.disabled::before,
.button:disabled:before,
.button:disabled::before,
.button.button-secondary.disabled:before,
.button.button-secondary.disabled::before,
.button.button-secondary:disabled:before,
.button.button-secondary:disabled::before {
  background: #f5f6f6;
}
/* line 700, ../scss/core/_common.scss */
.button.disabled:after, .button.disabled::after,
.button:disabled:after,
.button:disabled::after,
.button.button-secondary.disabled:after,
.button.button-secondary.disabled::after,
.button.button-secondary:disabled:after,
.button.button-secondary:disabled::after {
  content: none;
}
/* line 705, ../scss/core/_common.scss */
.button.disabled:hover, .button.disabled:active, .button.disabled:focus,
.button:disabled:hover,
.button:disabled:active,
.button:disabled:focus,
.button.button-secondary.disabled:hover,
.button.button-secondary.disabled:active,
.button.button-secondary.disabled:focus,
.button.button-secondary:disabled:hover,
.button.button-secondary:disabled:active,
.button.button-secondary:disabled:focus {
  color: #000000;
}

/* Adjacent buttons */
/* line 714, ../scss/core/_common.scss */
.button + .button {
  margin-left: 5px;
}

/* line 728, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* line 737, ../scss/core/_common.scss */
.button2:focus {
  outline: none;
}

/* line 741, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
  font-family: "Alright Sans Ultra", sans-serif;
}
/* line 751, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #b70000;
}

@media only screen and (max-width: 991px) {
  /* line 759, ../scss/core/_common.scss */
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 766, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 769, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 777, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  /* line 784, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 787, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 797, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 801, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 805, ../scss/core/_common.scss */
.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

/* line 810, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 814, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px;
}

/* line 818, ../scss/core/_common.scss */
.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 670px) {
  /* line 823, ../scss/core/_common.scss */
  .paypal-or {
    line-height: 20px;
  }

  /* line 827, ../scss/core/_common.scss */
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
/* line 843, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #bebebe;
  text-align: right;
}
/* line 850, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 856, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 861, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 866, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 872, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 881, ../scss/core/_common.scss */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 888, ../scss/core/_common.scss */
  .icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 898, ../scss/core/_common.scss */
.breadcrumbs {
  color: #909090;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 15px 0;
  overflow: hidden;
  text-transform: uppercase;
}

/* line 911, ../scss/core/_common.scss */
.breadcrumbs li {
  float: left;
}

/* line 915, ../scss/core/_common.scss */
.breadcrumbs a {
  float: left;
  color: #909090;
  text-decoration: none;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

/* line 926, ../scss/core/_common.scss */
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: #000000;
}

/* line 932, ../scss/core/_common.scss */
.breadcrumbs strong {
  font-weight: normal;
}

/* line 936, ../scss/core/_common.scss */
.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

/* line 941, ../scss/core/_common.scss */
.breadcrumbs .separator {
  font-size: 9px;
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  /* line 948, ../scss/core/_common.scss */
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Filter Menu / Search
 */
/*dl*/
/* line 960, ../scss/core/_common.scss */
.filter-menu {
  margin: 2.5em 0 0;
  content: '';
  display: table;
  clear: both;
}
/* line 965, ../scss/core/_common.scss */
.filter-menu dt, .filter-menu dd {
  display: inline;
  float: left;
  margin: 0 0 0.5em;
}
/* line 971, ../scss/core/_common.scss */
.filter-menu dt {
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin-right: 1em;
  text-transform: uppercase;
}

/*ul*/
/* line 983, ../scss/core/_common.scss */
.list-filter {
  content: '';
  display: table;
  clear: both;
  color: #bebebe;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 20px;
  letter-spacing: 0.050em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
/* line 994, ../scss/core/_common.scss */
.list-filter li {
  float: left;
}
/* line 998, ../scss/core/_common.scss */
.list-filter li:after {
  /*content: "/";*/
  content: "|";
  /* per EBautista */
  margin: 0 0.25em;
}
/* line 1004, ../scss/core/_common.scss */
.list-filter li:last-child:after {
  content: "";
}
/* line 1008, ../scss/core/_common.scss */
.list-filter a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
/* line 1018, ../scss/core/_common.scss */
.list-filter a:hover,
.list-filter a:active,
.list-filter a:focus,
.list-filter .active {
  color: #000000;
}

/* line 1034, ../scss/core/_common.scss */
.search-results {
  margin: 3.5em 0;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 1044, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #555555;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 1052, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 1061, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 1065, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #bebebe;
  background: #bebebe;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 1079, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 1089, ../scss/core/_common.scss */
.main-container {
  margin: 0 auto;
  /*padding: $trim;*/
  padding: 15px 15px;
  position: relative;
  /***** Disabling RWD breakpoints! Use Bootstrap classes! - Abishai Gray *****/
}
/* line 1099, ../scss/core/_common.scss */
.main-container:after
.main-container::after {
  content: '';
  display: table;
  clear: both;
}

/* line 1159, ../scss/core/_common.scss */
.footer-container {
  background-color: #000000;
}

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 1172, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

/* line 1178, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
/* line 1184, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%;
}

/* line 1189, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
/* line 1194, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%;
}

/* line 1199, ../scss/core/_common.scss */
.col-main {
  float: left;
  width: 75%;
}

/* line 1205, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

/* line 1213, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

/* line 1220, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

/* line 1226, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 1230, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 1234, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 1239, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  /* line 1247, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 1255, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 1259, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 1264, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1272, ../scss/core/_common.scss */
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  /* line 1293, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  /* line 1298, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto;
  }

  /* line 1303, ../scss/core/_common.scss */
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
/* line 1310, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 1313, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  /* line 1313, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 1323, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 1328, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  /* line 1334, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 1344, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 1348, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 1352, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 992px) {
  /* line 1361, ../scss/core/_common.scss */
  .top-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1372, ../scss/core/_common.scss */
.global-site-notice {
  background: #000000;
  color: #f5f6f6;
  font-size: 12px;
}
/* line 1377, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 12px;
  min-height: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
/* line 1392, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1401, ../scss/core/_common.scss */
.promo-msg {
  color: #000000;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Alright Sans Ultra", sans-serif;
}

/* -------------------------------------------- *
 * AM Banners
 */
/* line 1413, ../scss/core/_common.scss */
#header + .ambanners {
  margin-top: -50px;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 1421, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1428, ../scss/core/_common.scss */
.success {
  color: #57b26c;
}

/* line 1432, ../scss/core/_common.scss */
.error {
  color: #be3f3f;
  font-weight: bold;
}

/* line 1437, ../scss/core/_common.scss */
.notice {
  color: #ddb044;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1446, ../scss/core/_common.scss */
.messages li li, .header-minicart .minicart-message {
  background: #bebebe;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0.5em 15px 0.75em;
  position: relative;
  text-align: center;
}
/* line 1458, ../scss/core/_common.scss */
.messages li li:before, .header-minicart .minicart-message:before, .messages li li::before, .header-minicart .minicart-message::before {
  background-color: transparent;
  font-family: "SSGizmo";
  font-size: 24px;
  font-weight: normal;
  height: auto;
  left: auto;
  margin-left: 0;
  margin-right: 0.25em;
  position: relative;
  top: 0.22em;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: auto;
}

/* line 1479, ../scss/core/_common.scss */
.messages .error-msg li, .header-minicart #minicart-error-message {
  background-color: #be3f3f;
}
/* line 1482, ../scss/core/_common.scss */
.messages .error-msg li:before, .header-minicart #minicart-error-message:before, .messages .error-msg li::before, .header-minicart #minicart-error-message::before {
  content: '\26A0 ';
}

/* line 1488, ../scss/core/_common.scss */
.messages .notice-msg li, .header-minicart #minicart-notice-message {
  background-color: #ddb044;
}
/* line 1491, ../scss/core/_common.scss */
.messages .notice-msg li:before, .header-minicart #minicart-notice-message:before, .messages .notice-msg li::before, .header-minicart #minicart-notice-message::before {
  content: '\26D4 ';
}

/* line 1497, ../scss/core/_common.scss */
.messages .success-msg li, .header-minicart #minicart-success-message {
  background-color: #57b26c;
}
/* line 1500, ../scss/core/_common.scss */
.messages .success-msg li:before, .header-minicart #minicart-success-message:before, .messages .success-msg li::before, .header-minicart #minicart-success-message::before {
  content: '\2713 ';
}

/* line 1506, ../scss/core/_common.scss */
.messages {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 1529, ../scss/core/_common.scss */
  .messages li li, .header-minicart .minicart-message {
    font-size: 14px;
  }
}
@media only screen and (min-width: 915px) {
  /* line 1538, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

  /* line 1542, ../scss/core/_common.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  /* line 1547, ../scss/core/_common.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1559, ../scss/core/_common.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 1565, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1574, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 1578, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 1582, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 1586, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #bebebe;
  background: #bebebe;
}

/* line 1596, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #bebebe;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1602, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #bebebe;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 1608, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1616, ../scss/core/_common.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
/* line 1624, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1635, ../scss/core/_common.scss */
.price-box {
  margin: 7px 0;
  font-family: "Open Sans", sans-serif;
}

/* line 1640, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 1644, ../scss/core/_common.scss */
.price-notice {
  color: #909090;
}

/* line 1648, ../scss/core/_common.scss */
.price-box .price {
  color: #000000;
  font-size: 14px;
}

/* line 1653, ../scss/core/_common.scss */
.price-box .price,
.price {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}

/* line 1659, ../scss/core/_common.scss */
.price-box .price-label {
  color: #909090;
  white-space: nowrap;
  font-family: "Alright Sans Ultra", sans-serif;
}

/* line 1665, ../scss/core/_common.scss */
.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 */
}
/* line 1670, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
  color: #909090;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1679, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
/* line 1683, ../scss/core/_common.scss */
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
/* line 1687, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

/* line 1693, ../scss/core/_common.scss */
.price-box .old-price .price {
  color: #909090;
  text-decoration: line-through;
}

/* line 1699, ../scss/core/_common.scss */
.price-box .special-price {
  color: #000000;
  padding-left: 1em;
}
/* line 1703, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1712, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1721, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
/* line 1730, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 13px;
}
/* line 1733, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1736, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1745, ../scss/core/_common.scss */
.item-options {
  font-family: "Open Sans", sans-serif;
}
/* line 1749, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1753, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  font-family: "Alright Sans Ultra", sans-serif;
  font-weight: normal;
  padding-right: 5px;
  font-style: normal;
}
/* line 1763, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1768, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  margin: 0 0 6px;
}

@media only screen and (min-width: 767px) {
  /* line 1777, ../scss/core/_common.scss */
  .item-options.sku-upc dt,
  .item-options.regular-price dt {
    clear: none;
    margin-left: 15px;
  }

  /* line 1783, ../scss/core/_common.scss */
  .item-options.sku-upc dt:first-child,
  .item-options.regular-price dt:first-child {
    margin-left: 0;
  }
}
/* line 1789, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1794, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
/* line 1799, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1804, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1809, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #555555;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1820, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #555555;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1827, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1833, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 1839, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1842, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1847, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  /* line 1855, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1859, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1872, ../scss/core/_common.scss */
.page-print {
  background: #FFFFFF;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 20px;
  width: 6.5in;
}

/* -------------------------------------------- *
 * Remove buttons
 */
/* line 1884, ../scss/core/_common.scss */
a.btn-remove:hover {
  text-decoration: none;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1892, ../scss/core/_common.scss */
.add-to-links {
  margin: 7px 0;
}
/* line 1895, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

/* line 1901, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1909, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  /*border: 1px solid $c-module-border-light;*/
}

/* line 1916, ../scss/core/_common.scss */
.no-touch .product-image:hover {
  /*border-color: $c-module-border-highlight;*/
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1924, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1927, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
/* line 1932, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
/* line 1940, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
/* line 1947, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1953, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Recommended Product
 */
/* line 1962, ../scss/core/_common.scss */
.recommended-product {
  color: #b70000;
  font-size: 13px;
  display: block;
}
/* line 1970, ../scss/core/_common.scss */
.recommended-product:before {
  font-family: "SSStandard";
  font-size: 11px;
  content: "\22C6";
  padding-right: 6px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/*
.std p {
	margin: 0 0 $b-margin-bottom;
}

.std ol {
	list-style: decimal outside;
	margin-bottom: $b-margin-bottom;
}

.std ol li {
	margin-left: 2em;
}

.std ul {
	list-style: disc outside;
	margin-bottom: $b-margin-bottom;
}

.std ul li {
	margin-left: 2em;
}
*/
/* line 2008, ../scss/core/_common.scss */
.std .note {
  color: #909090;
  font-size: 14px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 2018, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 2027, ../scss/core/_common.scss */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  background: #bebebe;
  padding: 5px 10px 0px 10px;
}
/* line 2035, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 2040, ../scss/core/_common.scss */
.pager-no-toolbar {
  margin-bottom: 10px;
}

/* line 2045, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/* line 2049, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "Alright Sans Ultra", sans-serif;
  color: #000000;
  line-height: 30px;
  font-size: 13px;
}

/* line 2057, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 2065, ../scss/core/_common.scss */
.sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 2069, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 2073, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}

/* line 2079, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
/* line 2084, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* line 2090, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
/* line 2092, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
/* line 2096, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
/* line 2098, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

/* line 2104, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
}
/* line 2107, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
/* line 2114, ../scss/core/_common.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
/* line 2118, ../scss/core/_common.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
/* line 2122, ../scss/core/_common.scss */
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
/* line 2126, ../scss/core/_common.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

/* line 2132, ../scss/core/_common.scss */
.pager {
  float: right;
  overflow: hidden;
}
/* line 2136, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 2140, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
/* line 2147, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
/* line 2152, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 2155, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}
/* line 2161, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

/* line 2169, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 2174, ../scss/core/_common.scss */
.pages strong {
  display: none;
}

/* line 2179, ../scss/core/_common.scss */
.pages li {
  float: left;
}

/* line 2183, ../scss/core/_common.scss */
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #555555;
  font-family: "Open Sans", sans-serif;
}

/* line 2200, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  color: #000000;
  border: 1px solid #bebebe;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

/* line 2209, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
/* line 2218, ../scss/core/_common.scss */
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #555555;
}

/* line 2224, ../scss/core/_common.scss */
.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #555555;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 2231, ../scss/core/_common.scss */
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #b70000;
  border-right: none;
}

/* line 2237, ../scss/core/_common.scss */
.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #555555;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 2244, ../scss/core/_common.scss */
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #b70000;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  /* line 2252, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 2256, ../scss/core/_common.scss */
  .pages {
    float: left;
  }

  /* line 2261, ../scss/core/_common.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 2269, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 2274, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 2278, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 2283, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 2295, ../scss/core/_common.scss */
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  /* line 2300, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 2304, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 2309, ../scss/core/_common.scss */
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 2318, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 2330, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
/* line 2334, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2340, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #b70000;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2350, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2356, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b70000;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 2368, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* line 2378, ../scss/core/_common.scss */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 2387, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

/* line 2391, ../scss/core/_common.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 2396, ../scss/core/_common.scss */
.no-display {
  display: none !important;
}

/* line 2400, ../scss/core/_common.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 2405, ../scss/core/_common.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 2413, ../scss/core/_common.scss */
.hidden {
  display: none !important;
}

/* line 2417, ../scss/core/_common.scss */
.collapse {
  display: none;
}

/* line 2422, ../scss/core/_common.scss */
.link-more {
  clear: both;
  color: #bebebe;
  float: right;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  letter-spacing: 0.090em;
  text-transform: uppercase;
}
/* line 2431, ../scss/core/_common.scss */
.link-more:hover {
  text-decoration: none;
}
/* line 2435, ../scss/core/_common.scss */
.link-more.has-video-link {
  clear: none;
  padding: 0 10px;
}
/* line 2439, ../scss/core/_common.scss */
.link-more.has-video-link span.ss-icon {
  vertical-align: text-top;
}
/* line 2443, ../scss/core/_common.scss */
.link-more.has-video-link:first-of-type {
  clear: right;
  padding-right: 0;
  position: relative;
}
/* line 2448, ../scss/core/_common.scss */
.link-more.has-video-link:first-of-type:before {
  content: '|';
  position: absolute;
  left: -1px;
}

/* line 2457, ../scss/core/_common.scss */
.link-text {
  color: #bebebe;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 16px;
  letter-spacing: 0.090em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 2465, ../scss/core/_common.scss */
.link-text:hover {
  text-decoration: none;
}

/* line 2470, ../scss/core/_common.scss */
.link-text .ss-icon {
  margin-right: 0.25em;
}

/* Here is the CSS to fix font number character lining figures. You can add a class to the specific field or add it to the font so it applies to everything.*/
/* See also @mixin liningNumbers */
/* line 2478, ../scss/core/_common.scss */
.lnum {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 2491, ../scss/core/_common.scss */
.page-print h1 {
  /* NOTE: Does not work on "Alright Sans Ultra" font */
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

/* line 2495, ../scss/core/_common.scss */
.page-print .print-head {
  background-color: #000000;
  margin: 0 0 15px;
  padding: 10px;
}

/* line 2501, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* line 2508, ../scss/core/_common.scss */
.page-print .data-table a,
.page-print .data-table h2,
.page-print .data-table .item-options {
  color: inherit;
  font-size: inherit;
}

/* ============================================ *
 * Screen Reader
 * ============================================ */
/* line 2521, ../scss/core/_common.scss */
.sr-only, #header-search form label, .footer .social-link .text, .footer .links-bottom-right .logo a span, .carousel .flex-direction-nav li a .text, .skip-hero-wrapper .skip-hero-content a .text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ============================================ *
 * Hero
 * ============================================ */
/* line 2541, ../scss/core/_common.scss */
#hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 442px;
  /* TEMPORARY: height will be vertically responsive to browser window */
  margin: 0 0 30px;
  position: relative;
}
/* line 2549, ../scss/core/_common.scss */
#hero .backdrop {
  height: 100%;
  width: 100%;
}
/* line 2554, ../scss/core/_common.scss */
#hero .frontdrop {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 2562, ../scss/core/_common.scss */
#hero .content {
  padding: 0 15px;
  text-align: center;
}
/* line 2567, ../scss/core/_common.scss */
#hero h1, #hero .h1, #hero #coupon-modal h2, #coupon-modal #hero h2, #hero #recommended-order .big-price, #recommended-order #hero .big-price {
  color: #ffffff;
  font-size: 75px;
  line-height: 1;
  margin: 0;
  padding-top: 1em;
}
/* line 2575, ../scss/core/_common.scss */
#hero h2 + h1,
#hero .h2 + .h1,
#hero #coupon-modal h3 + .h1,
#coupon-modal #hero h3 + .h1,
#hero #coupon-modal .recommended-product + .h1,
#coupon-modal #hero .recommended-product + .h1,
#hero #coupon-modal .h2 + h2,
#coupon-modal #hero .h2 + h2,
#hero #coupon-modal h3 + h2,
#coupon-modal #hero h3 + h2,
#hero #coupon-modal .recommended-product + h2,
#coupon-modal #hero .recommended-product + h2,
#hero #recommended-order .h2 + .big-price,
#recommended-order #hero .h2 + .big-price,
#hero #coupon-modal #recommended-order h3 + .big-price,
#recommended-order #hero #coupon-modal h3 + .big-price,
#coupon-modal #hero #recommended-order h3 + .big-price,
#recommended-order #coupon-modal #hero h3 + .big-price,
#hero #coupon-modal #recommended-order .recommended-product + .big-price,
#recommended-order #hero #coupon-modal .recommended-product + .big-price,
#coupon-modal #hero #recommended-order .recommended-product + .big-price,
#recommended-order #coupon-modal #hero .recommended-product + .big-price,
#hero h2 + .h1,
#hero #coupon-modal h2 + h2,
#coupon-modal #hero h2 + h2,
#hero #recommended-order h2 + .big-price,
#recommended-order #hero h2 + .big-price,
#hero .h2 + h1,
#hero #coupon-modal h3 + h1,
#coupon-modal #hero h3 + h1,
#hero #coupon-modal .recommended-product + h1,
#coupon-modal #hero .recommended-product + h1 {
  padding-top: 0.25em;
}
/* line 2582, ../scss/core/_common.scss */
#hero h2, #hero .h2, #hero #coupon-modal h3, #coupon-modal #hero h3, #hero #coupon-modal .recommended-product, #coupon-modal #hero .recommended-product {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.070em;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  /* line 2595, ../scss/core/_common.scss */
  #hero .content h1 {
    font-size: 50px;
  }
  /* line 2599, ../scss/core/_common.scss */
  #hero .content h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2608, ../scss/core/_common.scss */
  #hero .content h1,
  h1.category {
    font-size: 40px;
  }
}
/***** STATIC CMS PAGES *****/
/* line 2617, ../scss/core/_common.scss */
.cms-page-view #hero + .container {
  margin-bottom: 30px;
  margin-top: 55px;
}
@media only screen and (max-width: 479px) {
  /* line 2617, ../scss/core/_common.scss */
  .cms-page-view #hero + .container {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* line 2629, ../scss/core/_common.scss */
.widget-carousel h2 {
  color: #000000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.75em;
  text-align: center;
  text-transform: uppercase;
}
/* line 119, ../scss/mixin/_typography.scss */
.widget-carousel h2 a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 2629, ../scss/core/_common.scss */
  .widget-carousel h2 {
    font-size: 22px;
  }
}

/* ============================================ *
 * SECTION SHADOW TOP BACKGROUND
 * ============================================ */
/* line 2635, ../scss/core/_common.scss */
.section-shadow-top {
  background: url("/skin/frontend/badboy/default/images/b2b-shadow.png") no-repeat 50% 0 scroll transparent;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 2635, ../scss/core/_common.scss */
  .section-shadow-top {
    padding-top: 100px;
  }
}

/* ============================================ *
 * BOTTOM CONTROLS - seen on Onepage Checkout and Account Dashboard
 * ============================================ */
/* line 2651, ../scss/core/_common.scss */
.bottom-controls .col-sm-6:last-child {
  text-align: left;
}
@media only screen and (min-width: 767px) {
  /* line 2651, ../scss/core/_common.scss */
  .bottom-controls .col-sm-6:last-child {
    text-align: right;
  }
}
/* line 2659, ../scss/core/_common.scss */
.bottom-controls .col-xs-6:last-child {
  text-align: right;
}

/* ============================================ *
 * ORDER TABLE - seen on Checkout and Account Dashboard
 * ============================================ */
/* line 2670, ../scss/core/_common.scss */
table.order-table {
  width: 100%;
}
/* line 2674, ../scss/core/_common.scss */
table.order-table thead {
  color: #000;
  background-color: transparent;
}
/* line 2678, ../scss/core/_common.scss */
table.order-table thead th {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  padding-top: 0;
}
/* line 2685, ../scss/core/_common.scss */
table.order-table tbody tr {
  border-top: 1px solid #bebebe;
}
/* line 2688, ../scss/core/_common.scss */
table.order-table tbody tr td {
  vertical-align: top;
}
/* line 2692, ../scss/core/_common.scss */
table.order-table tbody tr td h2 a, table.order-table tbody tr td h3 a, table.order-table tbody tr td .recommended-product a {
  color: inherit;
}
/* line 2699, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-image {
  max-width: 100px;
}
/* line 2702, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 2707, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-info {
  width: 40%;
}
/* line 2710, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-info h2 {
  line-height: 1em;
}
/* line 2713, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-info h2 a {
  color: inherit;
}
/* line 2716, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-info h2 a:hover, table.order-table tbody td.product-cart-info h2 a:active, table.order-table tbody td.product-cart-info h2 a:focus {
  color: #b70000;
  text-decoration: none !important;
}
/* line 2726, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-info .product-cart-sku span {
  font-style: italic;
  font-weight: 700;
  padding-right: 16px;
}
/* line 2735, ../scss/core/_common.scss */
table.order-table tbody .item-options {
  font-size: 12px;
  font-family: "Alright Sans Black", sans-serif;
  margin-top: 6px;
}
/* line 2741, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-actions {
  text-align: center;
}
/* line 2744, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-actions input.qty {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 2749, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-actions button.update-qty {
  border: none;
  background: none;
  box-shadow: none;
  float: none;
}
/* line 2755, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-actions button.update-qty:hover, table.order-table tbody td.product-cart-actions button.update-qty:active, table.order-table tbody td.product-cart-actions button.update-qty:focus {
  color: #b70000;
}
/* line 2766, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-remove a {
  font-size: 20px;
}
/* line 2769, ../scss/core/_common.scss */
table.order-table tbody td.product-cart-remove a:hover, table.order-table tbody td.product-cart-remove a:active, table.order-table tbody td.product-cart-remove a:focus {
  text-decoration: none;
}
/* line 2780, ../scss/core/_common.scss */
table.order-table tfoot {
  background-color: transparent;
  color: #000;
  font-size: 15px;
  /*td {
    border-bottom: none;
  }*/
}
/* line 2786, ../scss/core/_common.scss */
table.order-table tfoot tr:last-child {
  font-size: 20px;
}
/* line 2790, ../scss/core/_common.scss */
table.order-table tfoot td {
  padding: 20px 5px;
}
@media only screen and (min-width: 768px) {
  /* line 2800, ../scss/core/_common.scss */
  table.order-table tfoot .cart-footer-right {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2807, ../scss/core/_common.scss */
  table.order-table tfoot .cart-footer-right .button {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2820, ../scss/core/_common.scss */
  table.order-table thead {
    display: none;
  }
  /* line 2824, ../scss/core/_common.scss */
  table.order-table tbody {
    /*tr:first-child {
      border-top: none;
    }*/
  }
  /* line 2830, ../scss/core/_common.scss */
  table.order-table tbody td,
  table.order-table tbody td.product-cart-info {
    width: 100%;
    border-bottom: none;
    text-align: left;
    float: left;
  }
  /* line 2842, ../scss/core/_common.scss */
  table.order-table tbody tbody tr.last {
    border-bottom: 1px solid #bebebe;
  }
  /* line 2848, ../scss/core/_common.scss */
  table.order-table tfoot {
    border-top: 1px solid #bebebe;
  }
  /* line 2853, ../scss/core/_common.scss */
  table.order-table tfoot tr td:first-child {
    text-align: left;
  }
}

/* Prevent long email addresses and URLs from breaking layout */
/* line 2865, ../scss/core/_common.scss */
.box-content {
  word-wrap: break-word;
}

/* Prevent page title h1 from breaking layout in mobile view */
@media only screen and (max-width: 767px) {
  /* line 2872, ../scss/core/_common.scss */
  .cms-recommended h1 {
    font-size: 34px;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 36, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px;
}
/* line 40, ../scss/core/_form.scss */
.fieldset p.required {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 0px;
}

/* line 48, ../scss/core/_form.scss */
.fieldset + .fieldset {
  margin-top: 5px;
}

/* line 52, ../scss/core/_form.scss */
form .legend {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #bebebe;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 63, ../scss/core/_form.scss */
.input-box {
  position: relative;
}
/* line 66, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 70, ../scss/core/_form.scss */
.input-box .input-text {
  width: 100%;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 77, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 86, ../scss/core/_form.scss */
label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  line-height: 2;
}

/* line 93, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #b70000;
}

/* line 99, ../scss/core/_form.scss */
label.required em,
span.required em {
  display: none;
}

/* line 104, ../scss/core/_form.scss */
.fi-checkbox + label,
.fi-radio + label,
label[for] {
  cursor: pointer;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 115, ../scss/core/_form.scss */
.input-hint {
  color: #909090;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 124, ../scss/core/_form.scss */
select {
  font-size: 14px;
}

/* line 128, ../scss/core/_form.scss */
select + select {
  margin-left: 5px;
}

/* line 132, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #ededee;
  font-size: 16px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 143, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 154, ../scss/core/_form.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="range"],
input[type="number"],
input[type="search"],
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ededee;
  border: none;
  box-shadow: 0 0 0 1px transparent;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 52px;
  padding: 15px;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
/* line 178, ../scss/core/_form.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="range"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
.input-text:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #000;
  outline: 0;
}
/* line 184, ../scss/core/_form.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #6b6b6b;
}
/* line 188, ../scss/core/_form.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
.input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #6b6b6b;
}
/* line 193, ../scss/core/_form.scss */
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
.input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6b6b;
}
/* line 198, ../scss/core/_form.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #6b6b6b;
}

/* line 203, ../scss/core/_form.scss */
input[readonly],
input[readonly]:focus,
input[disabled],
.input-text[disabled] {
  background-color: #bebebe;
  cursor: not-allowed;
}

/* line 211, ../scss/core/_form.scss */
.input-text.validation-failed {
  box-shadow: 0 0 0 1px #b70000;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 222, ../scss/core/_form.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
/* line 233, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

/* ReCAPTCHA Form on Contact page */
/* line 238, ../scss/core/_form.scss */
input#recaptcha_response_field {
  height: auto;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 246, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
  width: 4em;
  /* accommodate 3-digit numbers; may need to be adjusted */
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 258, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #bebebe;
}

/* line 262, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #bebebe;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 270, ../scss/core/_form.scss */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* line 277, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 15px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 291, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #be3f3f;
  font-size: 14px;
}

/* line 298, ../scss/core/_form.scss */
.validation-advice {
  background-color: #b70000;
  color: #fff;
  padding: 0.25em 0.5em;
}

/* line 304, ../scss/core/_form.scss */
.input-box .validation-advice {
  bottom: 58px;
  display: block;
  position: absolute;
  right: 0;
}

/* line 311, ../scss/core/_form.scss */
.input-box .validation-advice:after {
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #b70000 transparent transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  top: 100%;
  right: 10px;
  width: 0;
}

/* Color Swatch Picker  */
/* line 324, ../scss/core/_form.scss */
.option-swatch-picker .validation-advice {
  bottom: 25px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 335, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 338, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 344, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 348, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* IGNORE THIS per NBrugos - TT: Turn the label of controls (radio/checkbox) into a button style that wraps the input
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {

	div.input-box {
		display: inline;
		float: left;

		&:after {
			display: none;
		}
	}

	input.radio,
	input.checkbox {
		float: left;
		margin-right: -40px;
		margin-top: 10px;
		margin-left: 15px;
	}

	label {
		@include touch-button;
		display: inline-block;
		width: auto;
		max-width: none;
		min-width: 250px;
		float: none;
		padding: 6px 10px 6px 40px;

		&:hover {
			background-color: shade($c-module-background, 5%);
		}
	}

	/* When a label is next to an input that is set to not display, we should style the label in a non-clickable state
	.no-display + label {
		padding-left: 10px;
		background-color: transparent;

		&:hover {
			background-color: transparent;
		}
	}

}
*/
/* line 406, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

/* line 414, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 421, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px;
}
/* line 424, ../scss/core/_form.scss */
.form-list .control label {
  float: none;
}
/* line 427, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
/* line 431, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 440, ../scss/core/_form.scss */
form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  color: #909090;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 30, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 38, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}

/* line 42, ../scss/core/_table.scss */
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

/* line 48, ../scss/core/_table.scss */
.data-table th {
  text-transform: uppercase;
  font-family: "Alright Sans Ultra", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 56, ../scss/core/_table.scss */
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #bebebe;
}

/* line 61, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
  font-family: "Open Sans", sans-serif;
}

/* line 66, ../scss/core/_table.scss */
.data-table tfoot tr {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}

/* line 72, ../scss/core/_table.scss */
.data-table tfoot td {
  border-top: 0;
}

/* line 76, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
/* line 80, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 90, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #bebebe;
}
/* line 95, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #bebebe;
  padding: 6px;
  background-color: transparent;
}
/* line 102, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #fff;
}
/* line 106, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #fff;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 217, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */
  }
  /* line 117, ../scss/core/_table.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  /* line 123, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 128, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }
  /* line 132, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 136, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #bebebe;
  }
  /* line 141, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 147, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  /* line 151, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3,
  .linearize-table tbody td:first-child .recommended-product {
    font-weight: bold;
  }
  /* line 160, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 165, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 13px;
    font-family: "Alright Sans Ultra", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 173, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 178, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 182, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  /* line 187, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  /* line 191, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 196, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 203, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none;
  }
  /* line 207, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  /* line 211, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block;
  }
  /* line 220, ../scss/core/_table.scss */
  .linearize-table td {
    border: none;
    /* remove borders from TDs when stacked */
  }
}
@media only screen and (max-width: 767px) {
  /* line 227, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */
  }
  /* line 117, ../scss/core/_table.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  /* line 123, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 128, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  /* line 132, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 136, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #bebebe;
  }
  /* line 141, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 147, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  /* line 151, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3,
  .linearize-table-large tbody td:first-child .recommended-product {
    font-weight: bold;
  }
  /* line 160, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 165, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 13px;
    font-family: "Alright Sans Ultra", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 173, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 178, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 182, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  /* line 187, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  /* line 191, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 196, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 203, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }
  /* line 207, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  /* line 211, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 233, ../scss/core/_table.scss */
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Global
 * ============================================ */
/* line 30, ../scss/layout/_global.scss */
html,
body {
  height: 100%;
}

/* line 35, ../scss/layout/_global.scss */
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

/* line 42, ../scss/layout/_global.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header
 * ============================================ */
/* line 30, ../scss/layout/_header.scss */
#header {
  background-color: #000000;
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-bottom: 50px;
  /* ============================================ *
   * Logo
   * ============================================ */
  /* ============================================ *
   * Menu
   * ============================================ */
}
@media only screen and (max-width: 767px) {
  /* line 37, ../scss/layout/_header.scss */
  #header {
    margin-bottom: 40px;
  }
}
/* line 42, ../scss/layout/_header.scss */
#header > .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 51, ../scss/layout/_header.scss */
#header #header-logo {
  height: 56px;
  width: 145px;
  padding-left: 15px;
  padding-right: 5px;
}
@media only screen and (min-width: 479px) {
  /* line 51, ../scss/layout/_header.scss */
  #header #header-logo {
    padding-right: 0;
  }
}
/* line 61, ../scss/layout/_header.scss */
#header #header-logo:after, #header #header-logo::after {
  content: '';
  display: table;
  clear: both;
}
/* line 67, ../scss/layout/_header.scss */
#header #header-logo .logo {
  display: block;
  float: left;
  height: 56px;
  padding-top: 16px;
  text-align: center;
}
/* line 74, ../scss/layout/_header.scss */
#header #header-logo .logo .small {
  display: none;
}
/* line 77, ../scss/layout/_header.scss */
#header #header-logo .logo .large {
  display: block;
}
/* line 86, ../scss/layout/_header.scss */
#header li.level0 > .submenu-wrapper {
  background-color: #fff;
  display: none;
  left: 0;
  padding: 1em 0;
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 1000;
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
}
/* line 98, ../scss/layout/_header.scss */
#header li.level0.show > .submenu-wrapper {
  -moz-animation: fadeInSubMenu 300ms ease-out;
  -webkit-animation: fadeInSubMenu 300ms ease-out;
  animation: fadeInSubMenu 300ms ease-out;
  display: block;
}
@media only screen and (max-width: 991px) {
  /* line 105, ../scss/layout/_header.scss */
  #header #header-logo {
    width: auto;
  }
  /* line 109, ../scss/layout/_header.scss */
  #header #header-logo .logo {
    padding-top: 19px;
  }
  /* line 112, ../scss/layout/_header.scss */
  #header #header-logo .logo .small {
    display: block;
  }
  /* line 115, ../scss/layout/_header.scss */
  #header #header-logo .logo .large {
    display: none;
  }
  /* line 120, ../scss/layout/_header.scss */
  #header li.level0 > .submenu-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    position: static;
  }
}

/* line 128, ../scss/layout/_header.scss */
#header + #featured-hero,
#header + #hero {
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  /* line 133, ../scss/layout/_header.scss */
  #header + #featured-hero,
  #header + #hero {
    margin-top: -40px;
  }
}

/* line 140, ../scss/layout/_header.scss */
#header + .container {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 144, ../scss/layout/_header.scss */
  #header + .container {
    padding-bottom: 40px;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@-moz-keyframes fadeInSubMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInSubMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSubMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInSubMenuItems {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInSubMenuItems {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInSubMenuItems {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
/* line 49, ../scss/layout/_header-nav.scss */
#header-nav {
  height: 56px;
  padding-left: 25px;
}
/* line 53, ../scss/layout/_header-nav.scss */
#header-nav .nav-menu-toggle {
  display: none;
}
/* line 61, ../scss/layout/_header-nav.scss */
#header-nav a {
  background-color: #000;
  color: #fff;
  display: block;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 56px;
  height: 56px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
  white-space: nowrap;
}
/* line 78, ../scss/layout/_header-nav.scss */
#header-nav .menu-toggle {
  display: none;
  float: right;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 56px;
}
/* line 87, ../scss/layout/_header-nav.scss */
#header-nav .menu-toggle:before,
#header-nav .menu-toggle::before {
  content: '+';
  font-size: 42px;
}
/* line 93, ../scss/layout/_header-nav.scss */
#header-nav .show > a,
#header-nav a:hover,
#header-nav a:active,
#header-nav a:focus {
  background-color: #fff;
  color: #000;
}
/* line 101, ../scss/layout/_header-nav.scss */
#header-nav .nav-primary > li {
  float: left;
}
/* line 105, ../scss/layout/_header-nav.scss */
#header-nav ul.level0 {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 111, ../scss/layout/_header-nav.scss */
#header-nav li.level1 {
  display: none;
  float: left;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
/* line 120, ../scss/layout/_header-nav.scss */
#header-nav li.level1:nth-child(4n+1) {
  clear: left;
}
/* line 124, ../scss/layout/_header-nav.scss */
#header-nav li.level0.show li.level1 {
  -moz-animation: fadeInSubMenuItems 300ms ease-out both;
  -webkit-animation: fadeInSubMenuItems 300ms ease-out both;
  animation: fadeInSubMenuItems 300ms ease-out both;
  display: block;
}
/* line 128, ../scss/layout/_header-nav.scss */
#header-nav li.level0.show li.level1:nth-child(1) {
  -moz-animation-delay: 50ms;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
/* line 131, ../scss/layout/_header-nav.scss */
#header-nav li.level0.show li.level1:nth-child(2) {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
/* line 134, ../scss/layout/_header-nav.scss */
#header-nav li.level0.show li.level1:nth-child(3) {
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
/* line 137, ../scss/layout/_header-nav.scss */
#header-nav li.level0.show li.level1:nth-child(4) {
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
/* line 141, ../scss/layout/_header-nav.scss */
#header-nav li.level1 a {
  background-color: #fff;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
/* line 148, ../scss/layout/_header-nav.scss */
#header-nav li.level1 a:hover,
#header-nav li.level1 a:active,
#header-nav li.level1 a:focus {
  color: #b70000;
}
/* line 154, ../scss/layout/_header-nav.scss */
#header-nav a.level1 {
  font-size: 22px;
  border-bottom: solid 1px #bebebe;
}
/* line 159, ../scss/layout/_header-nav.scss */
#header-nav ul.level1 {
  padding-bottom: 15px;
  padding-top: 5px;
}
/* line 164, ../scss/layout/_header-nav.scss */
#header-nav li.level2 a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 2;
  text-transform: none;
}
/* line 172, ../scss/layout/_header-nav.scss */
#header-nav .nav-menu > .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 177, ../scss/layout/_header-nav.scss */
#header-nav .nav-menu .localization {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 182, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding-left: 0;
    width: 60px;
  }
  /* line 187, ../scss/layout/_header-nav.scss */
  #header-nav li.level0 > .menu-toggle {
    display: block;
  }
  /* line 191, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu-toggle {
    border-left: solid 1px #555555;
    color: #555555;
    display: block;
    font-size: 20px;
    line-height: 50px;
    height: 56px;
    padding: 6px 0.5em 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
    width: 100%;
  }
  /* line 64, ../scss/badboy/_mixins.scss */
  #header-nav .nav-menu-toggle.active, #header-nav .nav-menu-toggle:hover, #header-nav .nav-menu-toggle:active, #header-nav .nav-menu-toggle:focus {
    background-color: #fff;
    color: #909090;
  }
  /* line 194, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu-toggle .icon {
    border-top: solid 3px #555555;
    display: block;
    margin: 13px auto 0;
    width: 1em;
  }
  /* line 200, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu-toggle .icon:before, #header-nav .nav-menu-toggle .icon::before, #header-nav .nav-menu-toggle .icon:after, #header-nav .nav-menu-toggle .icon::after {
    border-top: solid 3px #555555;
    content: '';
    display: block;
    margin-top: 4px;
  }
  /* line 212, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 1000;
    padding-top: 30px;
  }
  /* line 217, ../scss/layout/_header-nav.scss */
  #header-nav .nav-primary > li {
    float: none;
    display: block;
  }
  /* line 222, ../scss/layout/_header-nav.scss */
  #header-nav li.level0 > a.level0 {
    border-bottom: solid 1px #bebebe;
    font-size: 22px;
  }
  /* line 227, ../scss/layout/_header-nav.scss */
  #header-nav li.level0.last > a.level0 {
    border-bottom-width: 0;
  }
  /* line 231, ../scss/layout/_header-nav.scss */
  #header-nav li.level0.last.show > a.level0 {
    border-bottom-width: 1px;
  }
  /* line 235, ../scss/layout/_header-nav.scss */
  #header-nav li.level0 > .menu-toggle {
    display: block;
  }
  /* line 239, ../scss/layout/_header-nav.scss */
  #header-nav li.level0 li.level1 {
    display: block;
  }
  /* line 243, ../scss/layout/_header-nav.scss */
  #header-nav li.level1 {
    width: 50%;
  }
  /* line 247, ../scss/layout/_header-nav.scss */
  #header-nav li.level1:nth-child(odd) {
    clear: left;
  }
  /* line 251, ../scss/layout/_header-nav.scss */
  #header-nav a.level1 {
    border: none;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
  }
  /* line 258, ../scss/layout/_header-nav.scss */
  #header-nav li a {
    background-color: #fff;
    color: #000;
  }
  /* line 263, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization {
    background-color: #000;
    color: #fff;
    display: block;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 271, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization .label {
    font-weight: bold;
    position: relative;
    top: -5px;
  }
  /* line 277, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization a {
    background-color: transparent;
    display: inline;
    line-height: 3;
  }
  /* line 282, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization a:hover, #header-nav .nav-menu .localization a:focus {
    background-color: transparent;
    color: #b70000;
  }
  /* line 288, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization a:active {
    background-color: transparent;
  }
  /* line 293, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization img {
    display: inline;
  }
  /* line 297, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu .localization .ss-icon {
    font-size: 12px;
    position: relative;
    top: -4px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 306, ../scss/layout/_header-nav.scss */
  #header-nav .nav-menu > .container {
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  /* line 315, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav .nav-menu {
    display: block;
  }
  /* line 319, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav .show .menu-toggle:before,
  .show-nav-menu #header-nav .show .menu-toggle::before {
    content: '-';
  }
  /* line 324, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav li.level0 {
    -moz-animation: fadeInSubMenuItems 300ms ease-out both;
    -webkit-animation: fadeInSubMenuItems 300ms ease-out both;
    animation: fadeInSubMenuItems 300ms ease-out both;
  }
  /* line 327, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav li.level0:nth-child(1) {
    -moz-animation-delay: 50ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
  }
  /* line 330, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav li.level0:nth-child(2) {
    -moz-animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
  }
  /* line 333, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav li.level0:nth-child(3) {
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  /* line 336, ../scss/layout/_header-nav.scss */
  .show-nav-menu #header-nav li.level0:nth-child(4) {
    -moz-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
}
@media only screen and (max-width: 479px) {
  /* line 344, ../scss/layout/_header-nav.scss */
  #header-nav li.level1 {
    width: 100%;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@-moz-keyframes fadeInSearch {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInSearch {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInSearch {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* ============================================ *
 * Search
 * ============================================ */
/* line 41, ../scss/layout/_header-search.scss */
#header-search {
  height: 56px;
  /* ============================================ *
   * Search Input
   * ============================================ */
}
/* line 44, ../scss/layout/_header-search.scss */
#header-search .search-form-toggle {
  display: none;
}
/* line 57, ../scss/layout/_header-search.scss */
#header-search form input {
  background-color: #000000;
  border: 1px solid #000000;
  border-bottom-color: #555555;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 26px 0 0;
  text-transform: uppercase;
}
/* line 78, ../scss/layout/_header-search.scss */
#header-search form input::-webkit-input-placeholder {
  color: #555555;
  line-height: 1.2;
}
/* line 82, ../scss/layout/_header-search.scss */
#header-search form input:-moz-placeholder {
  color: #555555;
  line-height: 1.2;
}
/* line 86, ../scss/layout/_header-search.scss */
#header-search form input::-moz-placeholder {
  color: #555555;
  line-height: 1.2;
}
/* line 90, ../scss/layout/_header-search.scss */
#header-search form input:-ms-input-placeholder {
  color: #555555;
  line-height: 1.2;
}
/* line 94, ../scss/layout/_header-search.scss */
#header-search form .search-button {
  color: #555555;
  font-size: 18px;
  height: 24px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 24px;
}
/* line 107, ../scss/layout/_header-search.scss */
#header-search form .search-button:before,
#header-search form .search-button::before {
  background-color: #000000;
}
/* line 112, ../scss/layout/_header-search.scss */
#header-search form .search-button:after,
#header-search form .search-button::after {
  content: none;
}
/* line 117, ../scss/layout/_header-search.scss */
#header-search form .search-button > span {
  display: block;
  margin-top: 6px;
  position: relative;
}
/* line 123, ../scss/layout/_header-search.scss */
#header-search form .search-button span:after,
#header-search form .search-button span::after {
  content: '\01F50E ';
  font-family: SSGeomiconsSquared;
}
/* line 129, ../scss/layout/_header-search.scss */
#header-search form .search-button > span > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media only screen and (max-width: 991px) {
  /* line 142, ../scss/layout/_header-search.scss */
  #header-search {
    width: 60px;
  }
  /* line 146, ../scss/layout/_header-search.scss */
  #header-search .search-form-toggle {
    border-left: solid 1px #555555;
    color: #555555;
    display: block;
    font-size: 20px;
    line-height: 50px;
    height: 56px;
    padding: 6px 0.5em 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
    width: 100%;
  }
  /* line 64, ../scss/badboy/_mixins.scss */
  #header-search .search-form-toggle.active, #header-search .search-form-toggle:hover, #header-search .search-form-toggle:active, #header-search .search-form-toggle:focus {
    background-color: #fff;
    color: #909090;
  }
  /* line 150, ../scss/layout/_header-search.scss */
  #header-search .search-form {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 1000;
    padding: 30px 0;
  }
  /* line 156, ../scss/layout/_header-search.scss */
  #header-search form input {
    background-color: #fff;
    border-color: #fff #fff #bebebe #fff;
    color: #555555;
    font-size: 22px;
    height: 39px;
    padding-right: 39px;
  }
  /* line 165, ../scss/layout/_header-search.scss */
  #header-search form input:focus {
    outline: none;
  }
  /* line 169, ../scss/layout/_header-search.scss */
  #header-search form .search-button {
    height: 37px;
    width: 37px;
  }
  /* line 174, ../scss/layout/_header-search.scss */
  #header-search form .search-button:before,
  #header-search form .search-button::before {
    background-color: #fff;
  }
}
@media only screen and (min-width: 990px) {
  /* line 182, ../scss/layout/_header-search.scss */
  #header-search .container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  /* line 191, ../scss/layout/_header-search.scss */
  .show-header-search-form #header-search .search-form {
    display: block;
  }
  /* line 194, ../scss/layout/_header-search.scss */
  .show-header-search-form #header-search .search-form form {
    -moz-animation: fadeInSearch 300ms ease-out both;
    -webkit-animation: fadeInSearch 300ms ease-out both;
    animation: fadeInSearch 300ms ease-out both;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header - Account
 * ============================================ */
@-moz-keyframes fadeInAccountMenuItems {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInAccountMenuItems {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInAccountMenuItems {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 41, ../scss/layout/_header-account.scss */
#header-account {
  height: 56px;
  width: 150px;
}
/* line 45, ../scss/layout/_header-account.scss */
#header-account .context-menu-toggle {
  display: none;
}
/* line 53, ../scss/layout/_header-account.scss */
#header-account ol li {
  float: right;
}
/* line 57, ../scss/layout/_header-account.scss */
#header-account li.level1 {
  -moz-animation: fadeInAccountMenuItems 300ms ease-out both;
  -webkit-animation: fadeInAccountMenuItems 300ms ease-out both;
  animation: fadeInAccountMenuItems 300ms ease-out both;
}
/* line 60, ../scss/layout/_header-account.scss */
#header-account li.level1:nth-child(1) {
  -moz-animation-delay: 50ms;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
/* line 63, ../scss/layout/_header-account.scss */
#header-account li.level1:nth-child(2) {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
/* line 66, ../scss/layout/_header-account.scss */
#header-account li.level1:nth-child(3) {
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
/* line 69, ../scss/layout/_header-account.scss */
#header-account li.level1:nth-child(4) {
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
/* line 72, ../scss/layout/_header-account.scss */
#header-account li.level1:nth-child(5) {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
/* line 76, ../scss/layout/_header-account.scss */
#header-account li a {
  color: #fff;
  display: block;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 56px;
  height: 56px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out, color 30ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 30ms ease-out;
  -ms-transition: background-color 300ms ease-out, color 30ms ease-out;
  -o-transition: background-color 300ms ease-out, color 30ms ease-out;
  transition: background-color 300ms ease-out, color 30ms ease-out;
  white-space: nowrap;
}
/* line 96, ../scss/layout/_header-account.scss */
#header-account a:hover,
#header-account a:active,
#header-account a:focus {
  background-color: #fff;
  color: #000;
}
/* line 103, ../scss/layout/_header-account.scss */
#header-account li.level1 a {
  color: #000;
  position: relative;
}
/* line 108, ../scss/layout/_header-account.scss */
#header-account li.level1.signout a {
  color: #909090;
}
/* line 112, ../scss/layout/_header-account.scss */
#header-account li.level1 a:after,
#header-account li.level1 a::after {
  background-color: #000;
  bottom: 15px;
  content: '';
  height: 1px;
  left: 10%;
  opacity: 0;
  position: absolute;
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transition: -moz-transform 150ms ease-out, opacity 150ms ease-out;
  -o-transition: -o-transform 150ms ease-out, opacity 150ms ease-out;
  -webkit-transition: -webkit-transform 150ms ease-out, opacity 150ms ease-out;
  transition: transform 150ms ease-out, opacity 150ms ease-out;
  width: 80%;
}
/* line 126, ../scss/layout/_header-account.scss */
#header-account li.level0 a:hover:after,
#header-account li.level0 a:hover::after {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 132, ../scss/layout/_header-account.scss */
#header-account li.level1.signout a:after,
#header-account li.level1.signout a::after {
  background-color: #909090;
}
@media only screen and (max-width: 991px) {
  /* line 139, ../scss/layout/_header-account.scss */
  #header-account {
    width: 60px;
  }
  /* line 143, ../scss/layout/_header-account.scss */
  #header-account .context-menu-toggle {
    border-left: solid 1px #555555;
    color: #555555;
    display: block;
    font-size: 20px;
    line-height: 50px;
    height: 56px;
    padding: 6px 0.5em 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
    width: 100%;
  }
  /* line 64, ../scss/badboy/_mixins.scss */
  #header-account .context-menu-toggle.active, #header-account .context-menu-toggle:hover, #header-account .context-menu-toggle:active, #header-account .context-menu-toggle:focus {
    background-color: #fff;
    color: #909090;
  }
  /* line 147, ../scss/layout/_header-account.scss */
  #header-account .context-menu {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 1000;
    padding: 30px 0;
  }
  /* line 151, ../scss/layout/_header-account.scss */
  #header-account .context-menu .context-menu-inner {
    margin: 0 auto;
    padding: 0 15px;
    width: 768px;
  }
  /* line 157, ../scss/layout/_header-account.scss */
  #header-account .context-menu a {
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 164, ../scss/layout/_header-account.scss */
  #header-account ol li {
    float: none;
    display: block;
  }
  /* line 169, ../scss/layout/_header-account.scss */
  #header-account li a {
    font-size: 22px;
  }
  /* line 173, ../scss/layout/_header-account.scss */
  #header-account li.level0 > .submenu-wrapper {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 178, ../scss/layout/_header-account.scss */
  #header-account li.level0 > .submenu-wrapper .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 184, ../scss/layout/_header-account.scss */
  #header-account li.level0 > .submenu-wrapper a:after,
  #header-account li.level0 > .submenu-wrapper a::after {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 193, ../scss/layout/_header-account.scss */
  #header-account .context-menu > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  /* line 202, ../scss/layout/_header-account.scss */
  .show-header-account-menu #header-account .context-menu {
    display: block;
  }
  /* line 205, ../scss/layout/_header-account.scss */
  .show-header-account-menu #header-account .context-menu li.level0 {
    -moz-animation: fadeInAccountMenuItems 300ms ease-out both;
    -webkit-animation: fadeInAccountMenuItems 300ms ease-out both;
    animation: fadeInAccountMenuItems 300ms ease-out both;
  }
  /* line 208, ../scss/layout/_header-account.scss */
  .show-header-account-menu #header-account .context-menu li.level0:nth-child(1) {
    -moz-animation-delay: 50ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
  }
  /* line 211, ../scss/layout/_header-account.scss */
  .show-header-account-menu #header-account .context-menu li.level0:nth-child(2) {
    -moz-animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
  }
  /* line 214, ../scss/layout/_header-account.scss */
  .show-header-account-menu #header-account .context-menu li.level0:nth-child(3) {
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  /* line 217, ../scss/layout/_header-account.scss */
  .show-header-account-menu #header-account .context-menu li.level0:nth-child(4) {
    -moz-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header - Cart
 * ============================================ */
@-moz-keyframes fadeInCart {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInCart {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInCart {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 41, ../scss/layout/_header-cart.scss */
.header-minicart {
  height: 56px;
  width: 60px;
}
/* line 45, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element-toggle {
  border-left: solid 1px #555555;
  color: #555555;
  display: block;
  font-size: 20px;
  line-height: 50px;
  height: 56px;
  padding: 6px 0.5em 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
  width: 100%;
}
/* line 64, ../scss/badboy/_mixins.scss */
.header-minicart .minicart-element-toggle.active, .header-minicart .minicart-element-toggle:hover, .header-minicart .minicart-element-toggle:active, .header-minicart .minicart-element-toggle:focus {
  background-color: #fff;
  color: #909090;
}
/* line 48, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element-toggle .empty {
  display: none;
}
/* line 52, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element-toggle.no-count .empty {
  display: block;
}
/* line 56, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element-toggle.no-count .not-empty {
  display: none;
}
/* line 60, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element-toggle.no-count .mini-cart-count {
  display: none;
}
/* line 64, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element-toggle .mini-cart-count {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b70000;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  height: 16px;
  padding: 0 3px;
}
/* line 80, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
  color: #000000;
  display: none;
  left: 0;
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 1000;
  margin-bottom: 0;
  padding: 30px 0;
}
/* line 85, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element .block-subtitle {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 96, ../scss/layout/_header-cart.scss */
.header-minicart .minicart-element .empty {
  font-size: 14px;
}
/* line 105, ../scss/layout/_header-cart.scss */
.header-minicart .mini-products-list li {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 117, ../scss/layout/_header-cart.scss */
  .header-minicart .minicart-element-toggle {
    border-left: 0;
    white-space: nowrap;
    padding-right: 0;
  }
  /* line 122, ../scss/layout/_header-cart.scss */
  .header-minicart .minicart-element-toggle.no-count {
    padding-right: 0.5em;
  }
  /* line 125, ../scss/layout/_header-cart.scss */
  .header-minicart .minicart-element-toggle.no-count .mini-cart-count {
    display: none;
  }
  /* line 130, ../scss/layout/_header-cart.scss */
  .header-minicart .minicart-element-toggle .mini-cart-count {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    right: auto;
    top: -6px;
    position: relative;
    display: inline-block;
  }
  /* line 139, ../scss/layout/_header-cart.scss */
  .header-minicart .minicart-element-toggle .mini-cart-count.quad-digit {
    font-size: 11px;
  }
}

/* line 147, ../scss/layout/_header-cart.scss */
.show-minicart-element .header-minicart .minicart-element {
  display: block;
}
/* line 150, ../scss/layout/_header-cart.scss */
.show-minicart-element .header-minicart .minicart-element > .container {
  -moz-animation: fadeInCart 300ms ease-out both;
  -webkit-animation: fadeInCart 300ms ease-out both;
  animation: fadeInCart 300ms ease-out both;
}

/* line 1, ../scss/layout/_header-localization.scss */
#header-localization {
  height: 56px;
  width: 60px;
}
/* line 5, ../scss/layout/_header-localization.scss */
#header-localization a {
  color: #fff;
}
/* line 8, ../scss/layout/_header-localization.scss */
#header-localization a:hover {
  text-decoration: none;
}
/* line 12, ../scss/layout/_header-localization.scss */
#header-localization a:hover, #header-localization a:focus {
  color: #b70000;
}
/* line 18, ../scss/layout/_header-localization.scss */
#header-localization img {
  display: inline-block;
  margin-top: 4px;
}
/* line 23, ../scss/layout/_header-localization.scss */
#header-localization .ss-icon {
  font-size: 12px;
  position: relative;
  top: -4px;
}

@media only screen and (max-width: 767px) {
  /* line 31, ../scss/layout/_header-localization.scss */
  #header-localization {
    display: none;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 34, ../scss/layout/_footer.scss */
.footer {
  color: #fff;
  font-size: 18px;
  border-top: 1px solid #ffffff;
  /* Animated underline on hover */
}
/* line 39, ../scss/layout/_footer.scss */
.footer .links ul {
  height: 24px;
  line-height: 24px;
  margin-bottom: 2em;
  margin-top: 2em;
}
/* line 43, ../scss/layout/_footer.scss */
.footer .links ul:before, .footer .links ul::before, .footer .links ul:after, .footer .links ul::after {
  content: ' ';
  display: table;
}
/* line 51, ../scss/layout/_footer.scss */
.footer .links ul:after, .footer .links ul::after {
  clear: both;
}
/* line 62, ../scss/layout/_footer.scss */
.footer .links ul li {
  display: inline-block;
  margin-left: 1em;
}
/* line 67, ../scss/layout/_footer.scss */
.footer .links ul li:first-child {
  margin-left: 0;
}
/* line 71, ../scss/layout/_footer.scss */
.footer .links a {
  color: #fff;
  display: block;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 84, ../scss/layout/_footer.scss */
.footer .links a:hover,
.footer .links a:active,
.footer .links a:focus {
  color: #ffffff;
}
/* line 92, ../scss/layout/_footer.scss */
.footer .links-top-left a:after,
.footer .links-top-left a::after {
  -moz-transition: -moz-transform 150ms ease-out, opacity 150ms ease-out;
  -o-transition: -o-transform 150ms ease-out, opacity 150ms ease-out;
  -webkit-transition: -webkit-transform 150ms ease-out, opacity 150ms ease-out;
  transition: transform 150ms ease-out, opacity 150ms ease-out;
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translate(0, 10px);
  width: 100%;
}
/* line 107, ../scss/layout/_footer.scss */
.footer .links-top-left a:hover:after,
.footer .links-top-left a:hover::after,
.footer .links-top-left a:active:after,
.footer .links-top-left a:active::after,
.footer .links-top-left a:focus:after,
.footer .links-top-left a:focus::after {
  opacity: 1;
  transform: translate(0, 0);
}
/* line 121, ../scss/layout/_footer.scss */
.footer hr {
  border: solid 1px #555555;
  border-bottom-width: 0;
  clear: both;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 130, ../scss/layout/_footer.scss */
.footer address {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 24px;
}
/* line 136, ../scss/layout/_footer.scss */
.footer .links-top-right,
.footer .links-bottom-right {
  text-align: right;
}
/* line 141, ../scss/layout/_footer.scss */
.footer .links-bottom-right ul li {
  position: relative;
  top: -3px;
}
/* line 146, ../scss/layout/_footer.scss */
.footer .links-top-right a {
  color: #909090;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 11px;
  letter-spacing: 0.070em;
}
/* line 153, ../scss/layout/_footer.scss */
.footer .links-top-right a:hover,
.footer .links-top-right a:active,
.footer .links-top-right a:focus {
  color: #ffffff;
}
/* line 159, ../scss/layout/_footer.scss */
.footer .links-top-right .catalog-link a:before,
.footer .links-top-right .catalog-link a::before {
  content: '\EB01  ';
  font-family: SSStandard;
}
/* line 165, ../scss/layout/_footer.scss */
.footer .links-top-right .social-link {
  color: #555555;
  font-size: 22px;
  height: 18px;
  line-height: 18px;
  position: relative;
  width: 1em;
}
/* line 174, ../scss/layout/_footer.scss */
.footer .links-top-right .social-link:hover,
.footer .links-top-right .social-link:active,
.footer .links-top-right .social-link:focus {
  color: #ffffff;
}
/* line 180, ../scss/layout/_footer.scss */
.footer .links-top-right .social-link:after,
.footer .links-top-right .social-link::after {
  content: normal;
}
/* line 185, ../scss/layout/_footer.scss */
.footer .links-top-right .social-link .ss-icon {
  left: 0;
  line-height: 22px;
  position: absolute;
  top: 3px;
}
/* line 192, ../scss/layout/_footer.scss */
.footer .links-top-right .phone-number {
  color: #fff;
  display: block;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 18px;
  letter-spacing: 0.080em;
  line-height: 24px;
}
/* line 201, ../scss/layout/_footer.scss */
.footer .links-bottom-left ul li {
  border-left: 1px solid #555555;
  display: block;
  font-size: 11px;
  line-height: 24px;
  margin-left: 0;
}
/* line 209, ../scss/layout/_footer.scss */
.footer .links-bottom-left ul li:first-child {
  border-left: none;
}
/* line 213, ../scss/layout/_footer.scss */
.footer .links-bottom-left a {
  display: inline-block;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 11px;
  line-height: 24px;
}
/* line 220, ../scss/layout/_footer.scss */
.footer .links-bottom-right {
  padding-left: 0;
}
/* line 224, ../scss/layout/_footer.scss */
.footer .links-bottom-right ul {
  list-style-type: none;
}
/* line 228, ../scss/layout/_footer.scss */
.footer .links-bottom-right ul li {
  margin-left: 0;
  padding: 0 4px;
}
/* line 233, ../scss/layout/_footer.scss */
.footer .links-bottom-right ul li:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: '|';
  font-size: 10px;
  color: #bebebe;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  left: -6px;
  top: 2px;
  height: auto;
  width: auto;
}
/* line 247, ../scss/layout/_footer.scss */
.footer .links-bottom-right ul li:first-child:before,
.footer .links-bottom-right ul li:last-child:before {
  content: '';
}
/* line 252, ../scss/layout/_footer.scss */
.footer .links-bottom-right a {
  color: #bebebe;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 24px;
  text-transform: none;
}
/* line 261, ../scss/layout/_footer.scss */
.footer .links-bottom-right a:hover {
  color: #ffffff;
}
/* line 265, ../scss/layout/_footer.scss */
.footer .links-bottom-right a:after,
.footer .links-bottom-right a::after {
  background-color: #bebebe;
}
/* line 270, ../scss/layout/_footer.scss */
.footer .links-bottom-right .separator {
  color: #bebebe;
  display: none;
  font-size: 10px;
}
/* line 276, ../scss/layout/_footer.scss */
.footer .links-bottom-right .logo {
  height: 16px;
  width: 217px;
  position: relative;
}
/* line 281, ../scss/layout/_footer.scss */
.footer .links-bottom-right .logo a {
  background: transparent none no-repeat scroll center;
  background-image: url("../images/bb-logo-footer.png");
  height: 16px;
  right: 0;
  position: absolute;
  top: 5px;
  width: 214px;
}
/* line 292, ../scss/layout/_footer.scss */
.footer .links-bottom-right .logo a:after,
.footer .links-bottom-right .logo a::after {
  content: normal;
}
@media only screen and (max-width: 1199px) {
  /* line 302, ../scss/layout/_footer.scss */
  .footer .links ul {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  /* line 309, ../scss/layout/_footer.scss */
  .footer .links ul li {
    margin-left: 0;
  }
  /* line 313, ../scss/layout/_footer.scss */
  .footer .links-top-left ul li,
  .footer .links-top-right ul li,
  .footer .links-bottom-right ul li {
    margin-left: 0;
    padding: 0.5em 0.75em;
  }
  /* line 320, ../scss/layout/_footer.scss */
  .footer .links-top-left:after,
  .footer .links-top-left::after {
    border-bottom: solid 1px #555555;
    content: '';
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  /* line 329, ../scss/layout/_footer.scss */
  .footer .links-top-left {
    padding-top: 1em;
  }
  /* line 333, ../scss/layout/_footer.scss */
  .footer .links-top-right ul li {
    height: 44px;
  }
  /* line 337, ../scss/layout/_footer.scss */
  .footer .links-top-right .social-link .ss-icon {
    left: auto;
    top: auto;
    position: static;
  }
  /* line 343, ../scss/layout/_footer.scss */
  .footer .links-top-right .phone-number,
  .footer .links-top-right .phone-number a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  /* line 350, ../scss/layout/_footer.scss */
  .footer .links-top-right .phone-number a:after,
  .footer .links-top-right .phone-number a::after {
    content: none;
  }
  /* line 355, ../scss/layout/_footer.scss */
  .footer .links-bottom-right ul li {
    width: 45%;
  }
  /* line 358, ../scss/layout/_footer.scss */
  .footer .links-bottom-right ul li:before {
    content: none;
  }
  /* line 363, ../scss/layout/_footer.scss */
  .footer .links-bottom-right .logo {
    display: none;
  }
  /* line 367, ../scss/layout/_footer.scss */
  .footer .links-bottom-left {
    padding-bottom: 1em;
  }
  /* line 371, ../scss/layout/_footer.scss */
  .footer .links-bottom-left:before,
  .footer .links-bottom-left::before {
    border-top: solid 1px #555555;
    content: '';
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 386, ../scss/layout/_footer.scss */
  .footer .links-bottom-left ul li {
    border-left: none;
  }
  /* line 390, ../scss/layout/_footer.scss */
  .footer address {
    margin-top: 2em;
  }
}

/* -------------------------------------------- *
 * Currency Selector
 */
/*form*/
/* line 404, ../scss/layout/_footer.scss */
.currency-switcher .fi-select {
  background-color: #000000;
  height: 24px;
  padding-right: 24px;
}
/* line 409, ../scss/layout/_footer.scss */
.currency-switcher .fi-select.fi-focus {
  background-color: #e4e5e6;
  color: #000000;
}
/* line 413, ../scss/layout/_footer.scss */
.currency-switcher .fi-select.fi-focus > span {
  color: #000000;
}
/* line 417, ../scss/layout/_footer.scss */
.currency-switcher .fi-select.fi-focus .fi-select-arrow-wrap {
  color: #000000;
}
/* line 422, ../scss/layout/_footer.scss */
.currency-switcher .fi-select > span {
  color: #ffffff;
  font-family: "Alright Sans Ultra",sans-serif;
  font-size: 11px;
  font-weight: 300;
  height: 24px;
  letter-spacing: 0.1em;
  padding: 7px 10px 6px;
  text-transform: none;
}
/* line 433, ../scss/layout/_footer.scss */
.currency-switcher .fi-select .fi-select-arrow-wrap {
  color: #ffffff;
  font-size: 11px;
  margin-top: -11px;
  right: 5px;
}
/* line 440, ../scss/layout/_footer.scss */
.currency-switcher .fi-select > select {
  font-size: 11px;
  height: 24px;
}
/* line 444, ../scss/layout/_footer.scss */
.currency-switcher .fi-select > selectoption:checked {
  box-shadow: 0 0 10px 100px #e4e5e6 inset;
  /* Adds styles to dropdown in Firefox only */
  color: #000000;
}
/* line 450, ../scss/layout/_footer.scss */
.currency-switcher .fi-select option {
  background-color: #e4e5e6;
  color: #000000;
  padding: 7px 10px 6px;
}
/* line 456, ../scss/layout/_footer.scss */
.currency-switcher .fi-select:hover, .currency-switcher .fi-select:hover > span, .currency-switcher .fi-select:hover .fi-select-arrow-wrap, .currency-switcher .fi-select:focus, .currency-switcher .fi-select:focus > span, .currency-switcher .fi-select:focus > .fi-select-arrow-wrap {
  color: #000000;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 34, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* line 39, ../scss/module/_product-list.scss */
.category-image {
  margin-bottom: 1.5em;
}

/* -------------------------------------------- *
 * Product Name
 */
/* line 47, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
.product-name.recommended-product,
h4.product-name,
h5.product-name,
p.product-name {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
/* line 58, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
.product-name.recommended-product a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #000000;
}
/* line 60, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
.product-name.recommended-product a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #555555;
  text-decoration: none;
}

/* line 67, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Alright Sans Black", sans-serif;
}
/* line 74, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: normal;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 85, ../scss/module/_product-list.scss */
.products-grid {
  position: relative;
}
/* line 89, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
/* line 93, ../scss/module/_product-list.scss */
.products-grid > li {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
/* line 98, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 103, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
/* line 108, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
/* line 113, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none;
}
/* line 118, ../scss/module/_product-list.scss */
.products-grid .product-image .quick-look {
  bottom: 20px;
  left: 18.5%;
  opacity: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out;
  -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
  width: 63%;
}
/* line 132, ../scss/module/_product-list.scss */
.products-grid .product-image.show-quick-look img {
  opacity: 0.5;
}
/* line 136, ../scss/module/_product-list.scss */
.products-grid .product-image.show-quick-look .quick-look {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 146, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 146, ../scss/module/_product-list.scss */
  .products-grid .product-info {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 146, ../scss/module/_product-list.scss */
  .products-grid .product-info {
    padding-bottom: 95px;
  }
}
/* line 159, ../scss/module/_product-list.scss */
.products-grid .product-info .product-name {
  border-top: 1px solid #bebebe;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0.25em;
  padding-top: 0.375em;
}
/* line 167, ../scss/module/_product-list.scss */
.products-grid .product-info .product-category {
  color: #909090;
  font-size: 14px;
}
/* line 171, ../scss/module/_product-list.scss */
.products-grid .product-info .product-category a {
  text-decoration: none;
}
/* line 177, ../scss/module/_product-list.scss */
.products-grid .price-box {
  color: #909090;
  font-size: 14px;
  margin: 0 0 5px;
}
/* line 183, ../scss/module/_product-list.scss */
.products-grid .price-box .price {
  color: #909090;
  font-size: 14px;
}
/* line 188, ../scss/module/_product-list.scss */
.products-grid #infscr-loading {
  clear: left;
}

/***** PRODUCT COLORS DESCRIPTION *****/
/* line 195, ../scss/module/_product-list.scss */
.product-colors {
  color: #909090;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 201, ../scss/module/_product-list.scss */
.product-colors:after {
  content: '';
  display: table;
  clear: both;
}
/* line 205, ../scss/module/_product-list.scss */
.product-colors .subject {
  float: left;
}
/* line 209, ../scss/module/_product-list.scss */
.product-colors .list-colors {
  float: right;
}
/* line 213, ../scss/module/_product-list.scss */
.product-colors .list-colors li img,
.product-colors .list-colors li span {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  position: relative;
  width: 9px;
  border: 1px solid #bebebe;
}

/* @todo: Define more color swatches here */
/* line 229, ../scss/module/_product-list.scss */
.product-colors .list-colors li .color-option-01 {
  background-color: #000000;
}

/* line 233, ../scss/module/_product-list.scss */
.product-colors .list-colors li .color-option-02 {
  background-color: #bebebe;
}

/* Config: Two columns + flexible gutter */
/* line 244, ../scss/module/_product-list.scss */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

/* line 250, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: left;
}

/* line 254, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
  margin-right: 0;
}

/* line 258, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px;
}
/* line 26, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 37, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 43, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 50, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 53, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  /* line 276, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  /* line 278, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 281, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(even) {
    margin-right: 3.50877%;
  }
  /* line 286, ../scss/module/_product-list.scss */
  .products-grid > li {
    width: 30.99415%;
    margin-right: 3.50877%;
  }
  /* line 290, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  /* line 293, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 307, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 310, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 313, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.15054%;
  }

  /* Set column config */
  /* line 319, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    margin-right: 2.15054%;
  }

  /* line 322, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 23.3871%;
    margin-right: 2.15054%;
  }

  /* line 326, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  /* line 329, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 307, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 310, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 313, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.15054%;
  }

  /* Set column config */
  /* line 319, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    margin-right: 2.15054%;
  }

  /* line 322, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.27957%;
    margin-right: 2.15054%;
  }

  /* line 326, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  /* line 329, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 307, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 310, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 313, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.15054%;
  }

  /* Set column config */
  /* line 319, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    margin-right: 2.15054%;
  }

  /* line 322, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 14.87455%;
    margin-right: 2.15054%;
  }

  /* line 326, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  /* line 329, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 346, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 350, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
/* line 355, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 358, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
/* line 362, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
/* line 368, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 374, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
/* line 379, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 382, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
}
/* line 385, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
/* line 390, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 394, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  margin-top: 0;
}
/* line 397, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 19px;
}
/* line 400, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 7px 0;
}
/* line 403, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 407, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
/* line 413, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  /* line 422, ../scss/module/_product-list.scss */
  .products-list .product-name a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 429, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 435, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 443, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  /* line 447, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 462, ../scss/module/_product-list.scss */
.mini-products-list-wrapper {
  margin-bottom: 30px;
}

/* line 468, ../scss/module/_product-list.scss */
.mini-products-list .item .remove {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 0;
}
/* line 477, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
/* line 481, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 65px;
}
/* line 486, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  font-family: 'Alright Sans Black', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-right: 20px;
}
/* line 493, ../scss/module/_product-list.scss */
.mini-products-list .info-wrapper {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
/* line 497, ../scss/module/_product-list.scss */
.mini-products-list .info-wrapper dt {
  display: inline;
  font-weight: bold;
}
/* line 502, ../scss/module/_product-list.scss */
.mini-products-list .info-wrapper dt:before,
.mini-products-list .info-wrapper dt::before {
  content: ' | ';
}
/* line 507, ../scss/module/_product-list.scss */
.mini-products-list .info-wrapper dt:after,
.mini-products-list .info-wrapper dt::after {
  content: ': ';
}
/* line 512, ../scss/module/_product-list.scss */
.mini-products-list .info-wrapper dt.first:before,
.mini-products-list .info-wrapper dt.first::before {
  content: none;
}
/* line 517, ../scss/module/_product-list.scss */
.mini-products-list .info-wrapper dd {
  display: inline;
}

/* line 525, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 529, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
/* line 535, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
/* line 540, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}
/* line 543, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* line 553, ../scss/module/_product-list.scss */
.minicart-actions .left {
  border-top: solid 1px #bebebe;
}
/* line 557, ../scss/module/_product-list.scss */
.minicart-actions .table-cell {
  width: 50%;
}
/* line 561, ../scss/module/_product-list.scss */
.minicart-actions .block-content {
  margin-top: 0;
}
/* line 565, ../scss/module/_product-list.scss */
.minicart-actions .subtotal,
.minicart-actions .map-cart-sidebar-total {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 574, ../scss/module/_product-list.scss */
.minicart-actions .subtotal .price,
.minicart-actions .map-cart-sidebar-total .price {
  font-family: inherit;
}
/* line 579, ../scss/module/_product-list.scss */
.minicart-actions .map-cart-sidebar-total {
  display: inline;
  padding: 0;
}
/* line 584, ../scss/module/_product-list.scss */
.minicart-actions ul {
  text-align: right;
}
/* line 588, ../scss/module/_product-list.scss */
.minicart-actions li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  /* line 594, ../scss/module/_product-list.scss */
  .mini-products-list-wrapper {
    margin-bottom: 0;
  }
  /* line 596, ../scss/module/_product-list.scss */
  .mini-products-list-wrapper .item {
    margin-bottom: 30px;
  }

  /* line 600, ../scss/module/_product-list.scss */
  .minicart-actions {
    display: block;
  }
  /* line 603, ../scss/module/_product-list.scss */
  .minicart-actions .left {
    padding: 1em 0;
  }
  /* line 607, ../scss/module/_product-list.scss */
  .minicart-actions .table-cell {
    display: block;
    width: auto;
  }
  /* line 612, ../scss/module/_product-list.scss */
  .minicart-actions .checkout-types {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 617, ../scss/module/_product-list.scss */
  .minicart-actions .checkout-types li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  /* line 624, ../scss/module/_product-list.scss */
  .minicart-actions .checkout-types a {
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 636, ../scss/module/_product-list.scss */
.category-image {
  border: 1px solid #bebebe;
  padding: 10px;
}
/* line 640, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}
/* line 644, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 654, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0 0 10px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
/* line 105, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:after {
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

/* line 114, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
/* line 118, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl {
  background-color: #bebebe;
}
/* line 120, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > div > dt,
.block-layered-nav .block-content > dl > dt {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  display: block;
}
/* line 105, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > div > dt:after,
.block-layered-nav .block-content > dl > dt:after {
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 127, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  display: none;
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #bebebe;
}
/* line 136, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl dd.in {
  display: block;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl div:last-child > dd {
  border-width: 0 1px 1px 1px;
}

/* line 666, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 670, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}

@media only screen and (min-width: 992px) {
  /* line 680, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > div > dt,
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  /* line 684, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > div > dt:after,
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 691, ../scss/module/_product-list.scss */
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  /* line 696, ../scss/module/_product-list.scss */
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  /* line 701, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  /* line 148, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 152, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #555555;
  }
  /* line 155, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #555555;
    border-right: none;
  }
  /* line 158, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  /* line 171, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 175, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #555555;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  /* line 707, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #555555;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  /* line 714, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  /* line 721, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  /* line 726, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 734, ../scss/module/_product-list.scss */
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #bebebe;
    border-top: 0;
  }

  /* line 741, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  /* line 747, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a {
    color: #000000;
    background-color: #bebebe;
    padding: 5px 10px;
  }
  /* line 750, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #b5b5b5;
  }

  /* line 756, ../scss/module/_product-list.scss */
  .products-grid .product-image .quick-look {
    display: none;
  }
}
/* line 762, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0 0 10px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
}
/* line 767, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 771, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  background-color: #000000;
  color: #bebebe;
  margin-bottom: 5px;
}
/* line 776, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
/* line 780, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 786, ../scss/module/_product-list.scss */
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/***** CUSTOM OVERRIDES - TT *****/
/* line 793, ../scss/module/_product-list.scss */
.block-layered-nav {
  background-color: #f5f6f6;
  padding: 2em 20px 1em;
}
/* line 797, ../scss/module/_product-list.scss */
.block-layered-nav .block-title {
  color: #909090;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  padding: 1em 10px;
  text-transform: uppercase;
}
/* line 807, ../scss/module/_product-list.scss */
.block-layered-nav .block-title .counts {
  color: #000000;
  float: right;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}
/* line 819, ../scss/module/_product-list.scss */
.block-layered-nav .block-content .block-subtitle {
  padding: 1em 20px;
}
/* line 823, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl {
  background-color: #f5f6f6;
}
/* line 826, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dt,
.block-layered-nav .block-content > dl > dt {
  border-top: 1px solid #bebebe;
  font-size: 20px;
  line-height: 1.1;
  padding: 1em 40px 1em 10px;
}
/* line 835, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd,
.block-layered-nav .block-content > dl > dd {
  border: none;
  padding: 0;
}
/* line 840, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd ol,
.block-layered-nav .block-content > dl > dd ol {
  margin: 0 0 1em;
  padding: 0;
}
/* line 845, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd ol li::before,
.block-layered-nav .block-content > dl > dd ol li::before {
  content: "";
}
/* line 851, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd ol li a,
.block-layered-nav .block-content > dl > dd ol li a {
  color: #000000;
  line-height: 1.2;
  padding: 0.5em 10px;
  text-decoration: none;
}
/* line 857, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd ol li a:hover,
.block-layered-nav .block-content > dl > dd ol li a:hover {
  color: #b70000;
}
/* line 863, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd .color-filter li,
.block-layered-nav .block-content > dl > dd .color-filter li {
  float: left;
}
/* line 868, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl .swatch-shopby {
  border: solid 1px #909090;
  height: 3em;
  width: 3em;
}
/* line 875, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl .swatch-shopby-selected {
  border: solid 1px #909090;
  float: left;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
  position: absolute;
  top: 1em;
  left: 0.5em;
}
/* line 886, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl .btn-remove {
  position: relative;
}
/* line 889, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl .btn-remove:after, .block-layered-nav .block-content > dl .btn-remove::after {
  color: #909090;
  content: '\2421 ';
  display: block;
  font-family: SSGizmo;
  font-size: 22px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 9px;
  text-decoration: none;
  top: 50%;
}
/* line 908, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd.currently a,
.block-layered-nav .block-content > dl > dd.currently a {
  color: #909090;
  font-family: 'Alright Sans Black', sans-serif;
  font-size: 14px;
  margin-top: 0;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  text-transform: uppercase;
  padding-left: 1.9em;
  padding-right: 2.2em;
}
/* line 921, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > div > dd.currently ol > li > a,
.block-layered-nav .block-content > dl > dd.currently ol > li > a {
  background-color: transparent;
}

/* line 929, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
  padding: 15px;
}

/*.block-layered-nav dd {
	display: none;
}
*/
/* line 939, ../scss/module/_product-list.scss */
.block-layered-nav .accordion-open dd {
  display: none;
}

/* Accordion Action Indicator Icons */
/* line 945, ../scss/module/_product-list.scss */
.block-layered-nav .btn-toggle {
  cursor: pointer;
  display: block;
  font-family: "SSGizmo";
  font-size: 22px;
  line-height: 1;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}

/* line 957, ../scss/module/_product-list.scss */
.block-layered-nav .collapsed .btn-toggle::before {
  content: "+";
  /* plus = &#x002B; */
}

/* line 961, ../scss/module/_product-list.scss */
.block-layered-nav .btn-toggle::before {
  content: "-";
  /* minus = &#x002D; */
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
/* line 968, ../scss/module/_product-list.scss */
.event-container {
  clear: both;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
/* line 977, ../scss/module/_product-list.scss */
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #000000;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
/* line 985, ../scss/module/_product-list.scss */
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
/* line 997, ../scss/module/_product-list.scss */
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
/* line 1002, ../scss/module/_product-list.scss */
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
/* line 1010, ../scss/module/_product-list.scss */
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
/* line 1017, ../scss/module/_product-list.scss */
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
/* line 1024, ../scss/module/_product-list.scss */
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
/* line 1029, ../scss/module/_product-list.scss */
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
/* line 1034, ../scss/module/_product-list.scss */
.event-container .event-dates .time-part {
  font-size: 14px;
}

/***** Filter - WM *****/
/* line 1044, ../scss/module/_product-list.scss */
.filter.block-right .fi-select {
  background: #fff;
  font-size: 20px;
  color: #000;
}

/*****  Mobile Filtering - WM *****/
@media only screen and (max-width: 991px) {
  /* line 1052, ../scss/module/_product-list.scss */
  #filter-list {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1052, ../scss/module/_product-list.scss */
  #filter-list {
    display: block !important;
  }
}

/* line 1064, ../scss/module/_product-list.scss */
.mobile-filter-sort {
  margin: 0 0 1em;
}
/* line 1067, ../scss/module/_product-list.scss */
.mobile-filter-sort .button {
  text-align: left;
  font-size: 19px;
  padding: 15px;
  color: #909090;
  letter-spacing: 0.05em;
}
/* line 1074, ../scss/module/_product-list.scss */
.mobile-filter-sort .button:after {
  background-color: transparent !important;
}
/* line 1078, ../scss/module/_product-list.scss */
.mobile-filter-sort .button:hover, .mobile-filter-sort .button:focus, .mobile-filter-sort .button:active {
  background-color: #e4e5e6 !important;
  color: #909090;
}
/* line 1082, ../scss/module/_product-list.scss */
.mobile-filter-sort .button:hover:after, .mobile-filter-sort .button:focus:after, .mobile-filter-sort .button:active:after {
  background-color: transparent !important;
}
/* line 1087, ../scss/module/_product-list.scss */
.mobile-filter-sort .button .ss-icon {
  font-size: 25px;
  color: #6b6b6b;
  position: absolute;
  right: 15px;
}
/* line 1095, ../scss/module/_product-list.scss */
.mobile-filter-sort .fi-select {
  background-color: #bebebe;
  letter-spacing: 0.05em;
  height: 50px;
}
/* line 1101, ../scss/module/_product-list.scss */
.mobile-filter-sort .fi-select > span {
  font-size: 19px;
  color: #909090;
}

/* line 1110, ../scss/module/_product-list.scss */
.modal-body > .product-view {
  padding-bottom: 0;
  padding-top: 0;
}
/* line 1114, ../scss/module/_product-list.scss */
.modal-body > .product-view > .container {
  width: auto;
}

/* ============================================ *
 * Products in Carousel
 * ============================================ */
/* line 1128, ../scss/module/_product-list.scss */
.carousel .product-image {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
/* line 1133, ../scss/module/_product-list.scss */
.carousel .product-image a {
  text-decoration: none;
}
/* line 1137, ../scss/module/_product-list.scss */
.carousel .product-image img {
  width: 100%;
  height: auto;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
/* line 1142, ../scss/module/_product-list.scss */
.carousel .product-image img:hidden {
  display: none;
}
/* line 1147, ../scss/module/_product-list.scss */
.carousel .product-image .quick-look {
  left: 20%;
  opacity: 0;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  right: 20%;
  top: 35%;
  width: auto;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out;
  -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
/* line 1163, ../scss/module/_product-list.scss */
.carousel .product-image.show-quick-look img {
  opacity: 0.5;
}
/* line 1167, ../scss/module/_product-list.scss */
.carousel .product-image.show-quick-look .quick-look {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 30, ../scss/module/_catalog-product.scss */
.product-view {
  padding: 50px 0 30px;
  /* New element */
}
/* line 34, ../scss/module/_catalog-product.scss */
.product-view:after {
  content: '';
  display: table;
  clear: both;
}
/* line 40, ../scss/module/_catalog-product.scss */
.product-view .product-name h1 {
  border: 0;
  float: none;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 28px;
  margin-bottom: 0;
  position: relative;
}
/* line 48, ../scss/module/_catalog-product.scss */
.product-view .product-name h1 a {
  color: #000000;
  text-decoration: none;
}
/* line 52, ../scss/module/_catalog-product.scss */
.product-view .product-name h1 a:hover {
  color: #b70000;
}
/* line 57, ../scss/module/_catalog-product.scss */
.product-view .product-name h1 span {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-family: "Alright Sans Ultra", sans-serif;
  line-height: 22px;
  display: inline-block;
  float: left;
  margin-right: 1em;
  padding: 3px 10px 0;
  position: relative;
  top: 4px;
  left: 0;
  width: auto;
  text-align: center;
}
/* line 86, ../scss/module/_catalog-product.scss */
.product-view .product-category {
  font-family: "Alright Sans Black", sans-serif;
  font-size: 16px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
/* line 93, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1, .product-view .product-shop .product-name #coupon-modal h2, #coupon-modal .product-view .product-shop .product-name h2, .product-view .product-shop .product-name #recommended-order .big-price, #recommended-order .product-view .product-shop .product-name .big-price,
.product-view .product-shop .product-name h1,
.product-view .product-img-box .product-name h1 {
  color: #000000;
  border: 0;
}
/* line 100, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  position: relative;
}
/* line 104, ../scss/module/_catalog-product.scss */
.product-view .product-shop a:hover {
  color: #000000;
}
/* line 108, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-category a:hover {
  color: #b70000;
  text-decoration: none;
}
/* line 113, ../scss/module/_catalog-product.scss */
.product-view .extra-info {
  float: left;
  padding-right: 7.5px;
  clear: left;
}
/* line 119, ../scss/module/_catalog-product.scss */
.product-view .price-info {
  clear: left;
  float: none;
  padding-left: 0;
  text-align: left;
}
/* line 126, ../scss/module/_catalog-product.scss */
.product-view .extra-info,
.product-view .price-info {
  max-width: 50%;
  margin-bottom: 10px;
}
/* line 132, ../scss/module/_catalog-product.scss */
.product-view .short-description {
  content: '';
  display: table;
  clear: both;
  font-size: 13px;
  margin-bottom: 10px;
  clear: both;
}
/* line 139, ../scss/module/_catalog-product.scss */
.product-view .ratings {
  margin-bottom: 8px;
}
/* line 143, ../scss/module/_catalog-product.scss */
.product-view .availability {
  font-size: 15px;
  font-weight: bold;
}
/* line 148, ../scss/module/_catalog-product.scss */
.product-view .price-box {
  margin-top: 0;
}
/* line 151, ../scss/module/_catalog-product.scss */
.product-view .price-box .old-price,
.product-view .price-box .special-price,
.product-view .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
/* line 158, ../scss/module/_catalog-product.scss */
.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
}
/* line 167, ../scss/module/_catalog-product.scss */
.product-view .price-box .special-price .price-label {
  font-size: 17px;
  text-transform: uppercase;
}
/* line 172, ../scss/module/_catalog-product.scss */
.product-view .price-box .price-excluding-tax,
.product-view .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
/* line 177, ../scss/module/_catalog-product.scss */
.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
  font-size: 17px;
  font-weight: 300;
}
/* line 182, ../scss/module/_catalog-product.scss */
.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
  font-size: 20px;
}
/* line 189, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
  display: none;
}
/* line 194, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}
/* line 203, ../scss/module/_catalog-product.scss */
.product-view .social-menu label {
  color: #555555;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 16px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
/* line 211, ../scss/module/_catalog-product.scss */
.product-view .social-menu dd {
  clear: left;
}
/* line 216, ../scss/module/_catalog-product.scss */
.product-view .remove {
  font-size: 18px;
  position: absolute;
  right: 1em;
  text-decoration: none;
  top: -1.5em;
  z-index: 1;
}

/*body*/
/* line 228, ../scss/module/_catalog-product.scss */
.catalog-product-view .product-view .product-name h1 a {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  /* line 234, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  /* line 244, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 17px;
  }
  /* line 248, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }

  /* line 256, ../scss/module/_catalog-product.scss */
  .product-options dd.default {
    width: 50%;
  }
}
/* line 263, ../scss/module/_catalog-product.scss */
.product-view .more-views {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
}

/* Diamond-shaped thumbnail images */
/* line 274, ../scss/module/_catalog-product.scss */
.list-thumbs-nav li {
  margin-bottom: 2em;
}
/* line 278, ../scss/module/_catalog-product.scss */
.list-thumbs-nav a {
  border: 1px solid #bebebe;
  display: block;
  height: 50px;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50px;
}
/* line 289, ../scss/module/_catalog-product.scss */
.list-thumbs-nav img {
  height: auto;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 298, ../scss/module/_catalog-product.scss */
.product-img-box {
  position: relative;
}
/* line 302, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0;
}
/* line 307, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  margin-bottom: 10px;
  margin-left: 70px;
  /* to allow room for .list-thumbs-nav */
}
/* line 312, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

/* line 326, ../scss/module/_catalog-product.scss */
.modal .ajax-loader {
  margin-bottom: 2em;
}
/* line 330, ../scss/module/_catalog-product.scss */
.modal .product-img-box .product-image {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  /* line 337, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 344, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
/* line 349, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 352, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 355, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 358, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 26, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 37, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 43, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 50, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 53, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 368, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  /*display: inline-block;*/
}
/* line 371, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 374, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
}
/* line 377, ../scss/module/_catalog-product.scss */
.product-image-thumbs a img {
  border-bottom: 4px solid transparent;
}
/* line 382, ../scss/module/_catalog-product.scss */
.product-image-thumbs .out-of-stock {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 389, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover img,
.no-touch .product-image-thumbs a img.swatchSelected {
  /*border-color: darken($c-module-border-light, 15%);*/
  border-bottom: 4px solid #000000;
}
/* line 394, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs .out-of-stock a:hover img {
  border-color: transparent;
}

/* line 399, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

/* line 409, ../scss/module/_catalog-product.scss */
#product-description .product-collateral {
  margin: 40px 0 90px;
}

/* line 419, ../scss/module/_catalog-product.scss */
#product-description .product-collateral h2 * {
  color: #000000;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 0.2em;
  text-decoration: none !important;
  text-transform: uppercase;
}
/* line 432, ../scss/module/_catalog-product.scss */
#product-description .product-collateral tr:first-child td {
  background-color: #000000;
  color: #ffffff;
}
/* line 437, ../scss/module/_catalog-product.scss */
#product-description .product-collateral td p {
  margin: 0;
}

/* line 443, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 445, ../scss/module/_catalog-product.scss */
.product-view .product-header.visible-xs {
  border-bottom: 1px solid #bebebe;
}
/* line 449, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 454, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bebebe;
}
/* line 461, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
/* line 467, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
/* line 474, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
/* line 480, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
/* line 484, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
/* line 491, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 495, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
/* line 501, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
/* line 506, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 511, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
/* line 522, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button {
  /*height: 40px;
  line-height: 40px;
  font-size: $f-size-xl;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;*/
}

@media only screen and (max-width: 767px) {
  /* line 535, ../scss/module/_catalog-product.scss */
  .product-view {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 543, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  /* line 547, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 562, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 566, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
}
/* line 571, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 575, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  float: left;
}
/* line 579, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #bebebe;
}
/* line 585, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
/* line 589, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

@media only screen and (max-width: 599px) {
  /* line 596, ../scss/module/_catalog-product.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
/* line 604, ../scss/module/_catalog-product.scss */
.product-collateral {
  clear: both;
}

/* line 610, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  /*display: none;*/
}

/* line 616, ../scss/module/_catalog-product.scss */
.box-collateral {
  clear: both;
}

@media only screen and (min-width: 992px) {
  /* line 26, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #bebebe;
    background-color: #bebebe;
  }
  /* line 33, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  /* line 38, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    bottom: -1px;
  }
  /* line 52, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
  }
  /* line 56, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  /* line 62, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #555555;
  }
  /* line 67, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  /* line 71, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 76, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    width: 100%;
  }
  /* line 79, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    display: none;
  }
  /* line 83, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #bebebe;
    border-top: 0;
  }
  /* line 91, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  /* line 114, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: none;
  }
  /* line 118, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    background-color: #bebebe;
  }
  /* line 120, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > div > dt,
  .product-collateral > dl > dt {
    margin: 0 0 10px;
    color: #000000;
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    display: block;
  }
  /* line 105, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > div > dt:after,
  .product-collateral > dl > dt:after {
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 127, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none;
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #bebebe;
  }
  /* line 136, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl dd.in {
    display: block;
  }
  /* line 140, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl div:last-child > dd {
    border-width: 0 1px 1px 1px;
  }
  /* line 148, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 152, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    color: #555555;
  }
  /* line 155, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #555555;
    border-right: none;
  }
  /* line 158, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none;
  }
  /* line 171, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 175, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #555555;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  /* line 637, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 651, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

  /* line 654, ../scss/module/_catalog-product.scss */
  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 661, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
/* line 671, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 678, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #bebebe;
}
/* line 682, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 692, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #bebebe;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 698, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  /* line 692, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

/* line 707, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #000000;
  font-family: "Alright Sans Ultra", sans-serif;
}
/* line 712, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 716, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 720, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 729, ../scss/module/_catalog-product.scss */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  /*padding: 10px 15px 15px;*/
  /*border: 1px solid $c-fieldset-border;*/
  clear: both;
  position: relative;
}
/* line 737, ../scss/module/_catalog-product.scss */
.product-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 741, ../scss/module/_catalog-product.scss */
.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}
/* line 750, ../scss/module/_catalog-product.scss */
.product-options dt {
  font-weight: normal;
}
/* line 754, ../scss/module/_catalog-product.scss */
.product-options label {
  color: #000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 762, ../scss/module/_catalog-product.scss */
.product-options label.swatchLabel > span {
  color: #000;
}
/* line 766, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
/* line 771, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}
/* line 775, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}
/* line 779, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
/* line 785, ../scss/module/_catalog-product.scss */
.product-options dd {
  /*border-bottom: 1px solid $c-fieldset-border-light;*/
}
/* line 791, ../scss/module/_catalog-product.scss */
.product-options dd.default {
  float: left;
  padding-right: 15px;
  margin-bottom: 1em;
}
/* line 797, ../scss/module/_catalog-product.scss */
.product-options dd.default.last-option {
  padding-right: 0;
}
/* line 801, ../scss/module/_catalog-product.scss */
.product-options dd.end {
  float: right;
}
/* line 805, ../scss/module/_catalog-product.scss */
.product-options dd.option-swatch-picker {
  margin-bottom: 1em;
}
/* line 809, ../scss/module/_catalog-product.scss */
.product-options dd.option-swatch-picker .input-box {
  display: inline-block;
}
/* line 812, ../scss/module/_catalog-product.scss */
.product-options dd.option-swatch-picker .input-box .fi-select {
  background-color: transparent;
  height: 1px;
}
/* line 816, ../scss/module/_catalog-product.scss */
.product-options dd.option-swatch-picker .input-box .fi-select > span,
.product-options dd.option-swatch-picker .input-box .fi-select .fi-select-arrow-wrap {
  display: none;
}
/* line 823, ../scss/module/_catalog-product.scss */
.product-options dl.last dd.last {
  /*border-bottom: 0;*/
}
/* line 829, ../scss/module/_catalog-product.scss */
.product-options dd .input-text {
  width: 98%;
}
/* line 833, ../scss/module/_catalog-product.scss */
.product-options dd .input-box {
  padding-top: 0;
}
/* line 837, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}
/* line 841, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}
/* line 847, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
/* line 852, ../scss/module/_catalog-product.scss */
.product-options dd select {
  /*width: 330px;*/
  max-width: 100%;
}
/* line 857, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
  margin-right: 5px;
}
/* line 861, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
/* line 866, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}
/* line 870, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
/* line 876, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
  display: block;
}
/* line 880, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
  font-weight: normal;
}
/* line 884, ../scss/module/_catalog-product.scss */
.product-options p.note {
  margin: 0;
  font-size: 12px;
}
/* line 891, ../scss/module/_catalog-product.scss */
.product-options .stock span {
  background: url("/skin/frontend/badboy/default/images/b2b-qty-bg.png") repeat-y 100% 0 scroll #b70000;
  color: #fff;
  width: 55px;
  line-height: 17px;
  font-size: 9px;
  display: block;
  padding: 0 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 902, ../scss/module/_catalog-product.scss */
.product-options .stock span.out-of-stock {
  background: none #bebebe;
}

/* line 912, ../scss/module/_catalog-product.scss */
.input-box + .stock {
  margin-top: 8px;
}

/* line 916, ../scss/module/_catalog-product.scss */
.product-options-bottom {
  background-color: #bebebe;
  padding: 15px 20px;
  border: 1px solid #bebebe;
  border-top: 0;
  margin-bottom: 10px;
}

/* line 924, ../scss/module/_catalog-product.scss */
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

/* line 928, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #000000;
}
@media only screen and (max-width: 479px) {
  /* line 928, ../scss/module/_catalog-product.scss */
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bebebe;
  }
}

/* line 947, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 952, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #000000;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 959, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  /* line 967, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  /* line 970, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 976, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 988, ../scss/module/_catalog-product.scss */
.block-related li {
  margin-bottom: 7px;
}
/* line 992, ../scss/module/_catalog-product.scss */
.block-related .block-title {
  border-bottom: none;
}
/* line 995, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 1001, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
  margin-bottom: 7px;
}
/* line 1005, ../scss/module/_catalog-product.scss */
.block-related .product {
  margin-left: 20px;
  position: relative;
}
/* line 1009, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
/* line 1014, ../scss/module/_catalog-product.scss */
.block-related .product-details {
  margin-left: 90px;
}
/* line 1018, ../scss/module/_catalog-product.scss */
.block-related .product-name {
  margin-bottom: 3px;
}
/* line 1022, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 1025, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
/* line 1031, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
/* line 1035, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1039, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
/* line 1048, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 1051, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

/* -------------------------------------------- *
 * PLACEHOLDERS
 */
/* line 1060, ../scss/module/_catalog-product.scss */
#products-related {
  padding: 3em 0 2em;
}
/* line 1064, ../scss/module/_catalog-product.scss */
#products-related .section-heading {
  text-align: center;
}

/* line 1069, ../scss/module/_catalog-product.scss */
#product-lifestyle {
  background-color: #f3f0ef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45.6923%;
  /* 1300x594 */
}

/* line 1077, ../scss/module/_catalog-product.scss */
#product-description {
  /*background-color: $c-light-gray;*/
  /*Not used because catalog images are on white background */
}

/* -------------------------------------------- *
 * BREAKPOINTS
 */
@media only screen and (max-width: 1199px) {
  /* line 1088, ../scss/module/_catalog-product.scss */
  .product-options .btn-cart {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 40, ../scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 49, ../scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #bebebe;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 992px) {
  /* line 59, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  /* line 63, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  /* line 49, ../scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 74, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 79, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3, .map-popup .map-popup-heading .recommended-product {
  font-size: 15px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  /* line 79, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3, .map-popup .map-popup-heading .recommended-product {
    text-align: center;
  }
}
/* line 94, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
/* line 106, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #bebebe;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  /* line 106, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 118, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 121, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 125, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 129, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 135, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 139, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 144, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 147, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 153, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
/* line 160, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 165, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  /* line 118, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  /* line 174, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  /* line 181, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  /* line 185, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 191, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 196, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
/* line 199, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  /* line 196, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 212, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 218, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #bebebe;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 30, ../scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 40, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 45, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ================== Cart Table */
/* line 2, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table {
  width: 100%;
}
/* line 5, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table thead {
  color: #000;
  background-color: transparent;
}
/* line 9, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table thead th {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  padding-top: 0;
}
/* line 16, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody tr {
  border-top: 1px solid #bebebe;
}
/* line 19, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody tr td {
  padding-bottom: 20px;
  padding-top: 20px;
  vertical-align: top;
}
/* line 25, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-image {
  max-width: 100px;
}
/* line 28, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 33, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info {
  width: 40%;
}
/* line 36, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info h2 {
  line-height: 1em;
}
/* line 39, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info h2 a {
  color: inherit;
}
/* line 42, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info h2 a:hover, table#shopping-cart-table tbody td.product-cart-info h2 a:active, table#shopping-cart-table tbody td.product-cart-info h2 a:focus {
  color: #b70000;
  text-decoration: none !important;
}
/* line 52, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info .product-cart-sku span {
  font-style: normal;
  font-weight: 700;
  padding-right: 15px;
}
/* line 59, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info .item-options dt {
  font-style: normal;
}
/* line 63, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-info a + a.link-wishlist {
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 10px;
}
/* line 71, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody .item-options {
  font-size: 12px;
  margin-top: 6px;
}
/* line 77, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-actions {
  text-align: center;
}
/* line 80, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-actions input.qty {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 85, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-actions button.update-qty {
  border: none;
  background: none;
  box-shadow: none;
  float: none;
}
/* line 91, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-actions button.update-qty:hover, table#shopping-cart-table tbody td.product-cart-actions button.update-qty:active, table#shopping-cart-table tbody td.product-cart-actions button.update-qty:focus {
  color: #b70000;
}
/* line 102, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-remove a {
  font-size: 20px;
}
/* line 105, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tbody td.product-cart-remove a:hover, table#shopping-cart-table tbody td.product-cart-remove a:active, table#shopping-cart-table tbody td.product-cart-remove a:focus {
  text-decoration: none;
}
/* line 116, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tfoot {
  background-color: transparent;
  color: #000;
  /*td {
    border-bottom: none;
  }*/
}
/* line 120, ../scss/module/_checkout-cart.scss */
table#shopping-cart-table tfoot td {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  /* line 130, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tfoot .cart-footer-right {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tfoot .cart-footer-right .button {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 152, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody tr:first-child {
    border-top: none;
  }
  /* line 156, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody tr td {
    border: 0;
    padding-top: 0;
    padding-bottom: 1em;
  }
  /* line 162, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td,
  table#shopping-cart-table tbody td.product-cart-info {
    width: 75%;
    float: right;
    border-bottom: none;
    text-align: left;
  }
  /* line 170, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-image {
    width: 25%;
    float: left;
  }
  /* line 175, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-info,
  table#shopping-cart-table tbody td.product-cart-image {
    padding-top: 20px;
  }
  /* line 182, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-info h2 {
    padding-right: 25px;
    position: relative;
  }
  /* line 186, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-info h2 a.remove-item {
    position: absolute;
    right: 0;
    top: 4px;
  }
  /* line 195, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-price:before {
    content: 'Price: ';
    font-size: 12px;
    font-family: "Alright Sans Black", sans-serif;
    margin-top: 6px;
    font-style: italic;
    font-weight: 700;
    margin-right: 16px;
  }
  /* line 205, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-actions {
    text-align: left;
    padding-bottom: 20px;
  }
  /* line 209, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-actions button {
    margin-left: 10px;
  }
  /* line 215, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody td.product-cart-total {
    display: none;
  }
  /* line 219, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tbody tbody tr.last {
    border-bottom: 1px solid #bebebe;
  }
  /* line 225, ../scss/module/_checkout-cart.scss */
  table#shopping-cart-table tfoot {
    border-top: 1px solid #bebebe;
  }
}

/* ================== Cart Actions - contains Coupon, Shipping Estimate, and Totals */
/* line 240, ../scss/module/_checkout-cart.scss */
.cart-actions .button {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 1199px) {
  /* line 239, ../scss/module/_checkout-cart.scss */
  .cart-actions {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

/* ================== Discount Coupon Form */
/* line 253, ../scss/module/_checkout-cart.scss */
#discount-coupon-form {
  margin: 0 0 1em;
}
/* line 256, ../scss/module/_checkout-cart.scss */
#discount-coupon-form input#coupon_code {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 253, ../scss/module/_checkout-cart.scss */
  #discount-coupon-form {
    margin: 0 0 3em;
  }
}
@media only screen and (max-width: 479px) {
  /* line 272, ../scss/module/_checkout-cart.scss */
  #discount-coupon-form input#coupon_code {
    max-width: 60%;
  }
}

/* =================== Shipping */
/* line 287, ../scss/module/_checkout-cart.scss */
.cart-actions .shipping #co-shipping-method-form dl {
  margin: 1em 0;
}
/* line 293, ../scss/module/_checkout-cart.scss */
.cart-actions .shipping #co-shipping-method-form dl dt h3, .cart-actions .shipping #co-shipping-method-form dl dt .recommended-product {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 282, ../scss/module/_checkout-cart.scss */
  .cart-actions .shipping {
    margin: 0 0 3em;
  }
}

/* =================== Cart Totals */
/* line 317, ../scss/module/_checkout-cart.scss */
.cart-totals a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 323, ../scss/module/_checkout-cart.scss */
#shopping-cart-totals-table {
  width: 100%;
  margin: 1em 0;
  font-size: 15px;
}
/* line 328, ../scss/module/_checkout-cart.scss */
#shopping-cart-totals-table td {
  border: none;
}
/* line 331, ../scss/module/_checkout-cart.scss */
#shopping-cart-totals-table td:last-child {
  font-family: "Open Sans", sans-serif;
}
/* line 335, ../scss/module/_checkout-cart.scss */
#shopping-cart-totals-table tfoot {
  background-color: transparent;
  color: #000;
  font-size: 20px;
}

/* line 344, ../scss/module/_checkout-cart.scss */
.cart-sticky-push {
  height: 102px;
}

/* line 348, ../scss/module/_checkout-cart.scss */
.cart-sticky {
  -moz-box-shadow: 0 -3px 3px 0 #ccc;
  -webkit-box-shadow: 0 -3px 3px 0 #ccc;
  box-shadow: 0 -3px 3px 0 #ccc;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 10px 0 0;
  z-index: 10;
  vertical-align: middle;
  text-align: center;
}
/* line 360, ../scss/module/_checkout-cart.scss */
.cart-sticky .cart-sticky-item {
  vertical-align: middle;
  height: 52px;
  line-height: 52px;
}
@media only screen and (min-width: 767px) {
  /* line 348, ../scss/module/_checkout-cart.scss */
  .cart-sticky {
    padding: 25px 0;
  }
  /* line 369, ../scss/module/_checkout-cart.scss */
  .cart-sticky .cart-sticky-item {
    float: right;
    padding-left: 50px;
    display: inline-block;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 29, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .page-title h1 {
  border-bottom: none;
  margin: 0.6em 0;
}

/* line 33, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

/* line 38, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 1200px) {
  /* line 45, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  /* line 51, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  /* line 57, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
/* line 63, ../scss/module/_checkout-onepage.scss */
.opc {
  margin-bottom: 2em;
  padding: 0;
}
/* line 64, ../scss/module/_checkout-onepage.scss */
.opc select {
  width: 100%;
}
/* line 72, ../scss/module/_checkout-onepage.scss */
.opc .tool-tip-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* Override default list item counter display for <ol> */
/* line 84, ../scss/module/_checkout-onepage.scss */
ol.opc li::before {
  content: none;
}

/* line 88, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #d2d4d5;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 94, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

/* line 99, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
/* line 104, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f5f6f6;
}

/* line 108, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title {
  border-bottom: 1px solid #d2d4d5;
}

/* line 112, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title a {
  display: none;
}

/* line 116, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

/* line 124, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

/* line 128, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #555555;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

/* line 144, ../scss/module/_checkout-onepage.scss */
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  background-color: #b70000;
}

/* line 151, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title .number {
  background-color: #aaaaaa;
}

/* line 155, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title h2 {
  color: #909090;
}

/* line 159, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #000000;
}

/* line 164, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
  /*font-size: $f-size-xl;*/
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 8px 4px 8px 45px;
  white-space: nowrap;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
}

/* line 176, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  padding: 20px;
}
/* line 179, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  /* line 176, ../scss/module/_checkout-onepage.scss */
  .opc .section .step {
    padding: 10px;
  }
}

/* line 188, ../scss/module/_checkout-onepage.scss */
.opc h3, .opc .recommended-product {
  font-weight: 500;
}

/* line 192, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
  text-align: left;
}
/* line 195, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 201, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 206, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
/* line 210, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  /* line 220, ../scss/module/_checkout-onepage.scss */
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
/* line 227, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .step {
  padding: 0px;
}
/* line 231, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}
/* line 236, ../scss/module/_checkout-onepage.scss */
.opc #opc-login #checkout-step-login > .container {
  width: auto;
}

@media only screen and (max-width: 991px) {
  /* line 242, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
/* line 248, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 259, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

/* line 264, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

/* line 268, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 275, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* line 280, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

/* line 285, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 293, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 296, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
/* line 300, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
/* line 304, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 307, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: left;
}
/* line 311, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
/* line 317, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 320, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 323, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 327, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 331, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 334, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 339, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 343, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 349, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  /* line 338, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  /* line 356, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 362, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 365, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 372, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: none;
  border-left: 1px solid #bebebe;
  margin: 0.8em 0;
  padding-left: 20px;
}
/* line 378, ../scss/module/_checkout-onepage.scss */
.block-progress .block-title strong {
  font-size: 22px;
}
/* line 382, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 14px;
}
/* line 385, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 6px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #909090;
}
/* line 392, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  color: #000000;
}
/* line 395, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
/* line 406, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
/* line 412, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #000000;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 14px;
}
/* line 423, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}
/* line 428, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 14px;
}
/* line 434, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* payment step */
/* line 445, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment #co-payment-form {
  margin: 0 0 1em;
}

/* review step */
/* line 454, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 462, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 467, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 473, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 473, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress {
    margin-bottom: 50px;
  }
}
/* line 483, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
/* line 486, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title strong {
  font-size: 20px;
  letter-spacing: 0.05em;
}
/* line 490, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
/* line 495, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  /* line 501, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
/* line 507, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  /* line 514, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th {
    display: none;
  }
  /* line 517, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  /* line 521, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 527, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 531, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* ===== Review Table - override by WM ====== */
/* line 543, ../scss/module/_checkout-onepage.scss */
#checkout-step-review table#shopping-cart-table .item-options {
  font-size: 12px;
  font-family: "Alright Sans Black", sans-serif;
  margin-top: 6px;
}
/* line 550, ../scss/module/_checkout-onepage.scss */
#checkout-step-review table#shopping-cart-table tfoot tr {
  font-size: 15px;
}
/* line 553, ../scss/module/_checkout-onepage.scss */
#checkout-step-review table#shopping-cart-table tfoot tr:last-child {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 561, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review table#shopping-cart-table thead {
    display: none;
  }
  /* line 567, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review table#shopping-cart-table tbody td {
    width: 100%;
  }
}

/* line 582, ../scss/module/_checkout-onepage.scss */
#review-buttons-container {
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  /* line 587, ../scss/module/_checkout-onepage.scss */
  #review-buttons-container .button {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  /* line 599, ../scss/module/_checkout-onepage.scss */
  #checkout-review-load .page-title h1 {
    font-size: 22px;
  }
}
/* Gift options */
/* line 608, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 15px;
}
/* line 612, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}
/* line 616, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
/* line 622, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 630, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
/* line 636, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 644, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 648, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 652, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 655, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 659, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 665, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d2d4d5;
}
/* line 670, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 674, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 677, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 683, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 688, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 991px) {
  /* line 697, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  /* line 702, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  /* line 705, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 31, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
/* line 36, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
/* line 40, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set button {
  float: none;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
/* line 31, ../scss/module/_configurableswatches.scss */
.clearfix:after, .modal-content .modal-header:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* line 43, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

/* line 50, ../scss/module/_configurableswatches.scss */
.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
/* line 56, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

/* line 62, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

/* line 68, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

/* line 73, ../scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 3px;
}

/* line 77, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 88, ../scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

/* line 93, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

/* line 99, ../scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* line 104, ../scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

/* line 111, ../scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
}

/* line 115, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  cursor: default;
}

/* line 119, ../scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

/* line 131, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}

/* line 135, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

/* line 140, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
/* line 146, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}

/* line 150, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 156, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
/* line 162, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

/* line 168, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

/* line 172, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

/* line 176, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important;
}

/* line 180, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}

/* line 184, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 196, ../scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #555555;
}

/* line 200, ../scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* line 205, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

/* line 210, ../scss/module/_configurableswatches.scss */
.product-options .select-label {
  display: none;
}

/* line 214, ../scss/module/_configurableswatches.scss */
.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

/* line 219, ../scss/module/_configurableswatches.scss */
.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Customer
 * ============================================ */
/* line 37, ../scss/module/_customer.scss */
.customer-account-login .col2-set {
  /*.col-1 {
  	ul {
  		list-style: disc;
  		padding-left: 20px;
  		margin: $gap 0 $gap * 2 0;
  	}
  }*/
}
/* line 38, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
/* line 42, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  /* line 61, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  /* line 67, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  /* line 71, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #bebebe;
  }
}
@media only screen and (min-width: 991px) {
  /* line 80, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 30px;
  }
  /* line 84, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 30px;
    border-left: 1px solid #bebebe;
  }
}
@media only screen and (max-width: 479px) {
  /* line 93, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 15px;
  }
  /* line 97, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-top: 15px;
    border-top: 1px solid #bebebe;
  }
}
@media only screen and (max-width: 991px) {
  /* line 105, ../scss/module/_customer.scss */
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

/* line 119, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  color: #909090;
}

/* line 127, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none;
}
/* line 130, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 14px;
  padding-left: 10px;
}

/* line 136, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #bebebe;
  padding: 10px;
  position: relative;
}
/* line 142, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 146, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Open Sans", sans-serif;
}
/* line 150, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 13px;
}
/* line 158, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

@media only screen and (max-width: 479px) {
  /* line 168, ../scss/module/_customer.scss */
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
/* line 177, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
  display: none;
}
/* line 181, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

/* line 187, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 15px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  /* line 187, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
/* line 197, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 208, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
/* line 214, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
/* line 218, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
/* line 222, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 228, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -52px;
}
/* line 236, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
/* line 243, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3, body.customer-account .my-account .addresses-list .recommended-product {
  font-size: 15px;
  font-weight: 600;
}
/* line 248, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 258, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "Alright Sans Ultra", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
}
/* line 270, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 276, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 280, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 15px;
}
/* line 287, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 292, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 299, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 306, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 310, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 315, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

/* line 326, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 333, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 345, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 15px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 7px;
}
/* line 350, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
/* line 357, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 10px;
}
/* line 364, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 13px;
}
/* line 370, ../scss/module/_customer.scss */
.dashboard .box-account {
  margin-bottom: 3em;
}
/* line 376, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 384, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 389, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 393, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-1 .box-title .recommended-product,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3,
.dashboard .col2-set .col-2 .box-title .recommended-product {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
/* line 400, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 21px;
}
/* line 412, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 416, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #bebebe;
}
/* line 420, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 424, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 14px;
}
/* line 431, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 434, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 438, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 14px;
  margin-right: 5px;
}
/* line 445, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 460, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* line 463, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
/* line 468, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 15px 0;
}
/* line 471, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 477, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 483, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 492, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 505, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  width: 100%;
  margin-bottom: 15px;
}
/* line 511, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 518, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 522, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 525, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 529, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 535, ../scss/module/_customer.scss */
.order-date {
  font-family: "Alright Sans Ultra", sans-serif;
  text-transform: uppercase;
}

/* line 540, ../scss/module/_customer.scss */
.order-info-box {
  padding-top: 2em;
  	/*.col-1 {
  		padding-right: 0;
  		width: 48%;
  	}
  
  	.col-2 {
  		width: 52%;
  	}
  
  	.col-1,
  	.col-2 {
  		overflow: hidden;
  		padding-top: 0;
  		padding-bottom: 0;
  	}*/
}
/* line 545, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #bebebe;
}
/* line 571, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  font-size: 15px;
  font-family: "Alright Sans Ultra", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
/* line 577, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ':';
}
/* line 583, ../scss/module/_customer.scss */
.order-info-box .box-content {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
}
/* line 588, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}
/* line 594, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}
/* line 598, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}
/* line 602, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: "Alright Sans Ultra", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 611, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 617, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 621, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 628, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 632, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 637, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 767px) {
  /* line 644, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 648, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 653, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  /* line 657, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  /* line 662, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #bebebe;
  }
  /* line 667, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 673, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 677, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 683, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  /* line 691, ../scss/module/_customer.scss */
  #my-orders-table.orders thead {
    display: none;
  }
  /* line 695, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr {
    border-bottom: 1px solid #ccc;
  }
  /* line 696, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td {
    width: 33%;
    display: block;
    float: left;
    border: none !important;
  }
  /* line 702, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td:nth-child(4) {
    clear: left;
  }
  /* line 706, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td.last {
    text-align: left;
  }
  /* line 711, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr:first-child {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 479px) {
  /* line 723, ../scss/module/_customer.scss */
  #my-orders-table.orders thead {
    display: none;
  }
  /* line 727, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr {
    border-bottom: 1px solid #ccc;
  }
  /* line 728, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td {
    width: 50%;
    display: block;
    float: left;
    border: none !important;
  }
  /* line 734, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td:nth-child(4) {
    clear: none;
  }
  /* line 738, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td:nth-child(2n+1) {
    clear: left;
  }
  /* line 742, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td.last {
    text-align: left;
  }
  /* line 745, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td.last .separator {
    display: none;
  }
  /* line 749, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr td.last a {
    display: block;
  }
  /* line 756, ../scss/module/_customer.scss */
  #my-orders-table.orders tbody tr:first-child {
    border-top: 1px solid #ccc;
  }
}
/* line 766, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

/* line 771, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1599px) {
  /* line 779, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 15px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 791, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 794, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  /* line 803, ../scss/module/_customer.scss */
  .data-table span.nobr {
    white-space: normal;
  }
  /* line 806, ../scss/module/_customer.scss */
  .data-table span.nobr a {
    white-space: nowrap;
  }
  /* line 811, ../scss/module/_customer.scss */
  .data-table .separator {
    display: none;
  }

  /* line 821, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 834, ../scss/module/_customer.scss */
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  /* line 842, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 848, ../scss/module/_customer.scss */
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 15px;
  }

  /* line 856, ../scss/module/_customer.scss */
  .order-info dt {
    display: none;
  }

  /* line 862, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }
  /* line 865, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  /* line 870, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  /* line 873, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  /* line 878, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 884, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 891, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  /* line 896, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  /* line 907, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  /* line 918, ../scss/module/_customer.scss */
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 930, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
    font-size: 30px;
  }
  /* line 936, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  /* line 939, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  /* line 947, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 952, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 956, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  /* line 961, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  /* line 968, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  /* line 975, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 981, ../scss/module/_customer.scss */
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  /* line 986, ../scss/module/_customer.scss */
  .data-table.orders td.view {
    text-align: right;
  }

  /* line 994, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  /* line 1009, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 1012, ../scss/module/_customer.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding: 15px 0;
  }
  /* line 1019, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 15px;
  }

  /* line 1027, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 1038, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
/* line 1042, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
/* line 1046, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #f5f6f6;
  padding-top: 10px;
}

/* ============================================ *
 * Account Sidebar Navigation
 * ============================================ */
/* line 1057, ../scss/module/_customer.scss */
.account-toggle.button {
  text-align: left;
  font-size: 19px;
  padding: 15px;
  color: #909090;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
/* line 1065, ../scss/module/_customer.scss */
.account-toggle.button:after {
  background-color: transparent !important;
}
/* line 1069, ../scss/module/_customer.scss */
.account-toggle.button:hover, .account-toggle.button:focus, .account-toggle.button:active {
  background-color: #e4e5e6 !important;
  color: #909090;
}
/* line 1073, ../scss/module/_customer.scss */
.account-toggle.button:hover:after, .account-toggle.button:focus:after, .account-toggle.button:active:after {
  background-color: transparent !important;
}
/* line 1078, ../scss/module/_customer.scss */
.account-toggle.button .ss-icon {
  font-size: 25px;
  color: #6b6b6b;
  position: absolute;
  right: 15px;
}

/* line 1086, ../scss/module/_customer.scss */
#account-navigation {
  display: none;
  padding: 10px 0 0;
}
@media only screen and (min-width: 992px) {
  /* line 1086, ../scss/module/_customer.scss */
  #account-navigation {
    display: block !important;
  }
}
/* line 1099, ../scss/module/_customer.scss */
#account-navigation ul li.current a, #account-navigation ul li.current a strong,
#account-navigation ul li a:hover,
#account-navigation ul li a:focus,
#account-navigation ul li a:active {
  color: #b70000;
}

/* ============================================ *
 * Compare Products Block
 * ============================================ */
@media only screen and (max-width: 992px) {
  /* line 1116, ../scss/module/_customer.scss */
  .block-compare {
    display: none;
  }
}

/* ============================================ *
 * Reorder Products Block
 * ============================================ */
@media only screen and (max-width: 992px) {
  /* line 1127, ../scss/module/_customer.scss */
  .block-reorder {
    display: none;
  }
}

/* ============================================ *
 * My Orders
 * ============================================ */
/* line 1144, ../scss/module/_customer.scss */
#my-orders-table tfoot td {
  border-bottom: none;
  padding: 5px 10px;
}

/* ============================================ *
 * Dashboard Panel
 * ============================================ */
/* line 1157, ../scss/module/_customer.scss */
.dashboard-panel .dashboard-heading.top {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
/* line 1161, ../scss/module/_customer.scss */
.dashboard-panel .dashboard-heading.top a {
  line-height: 33px;
}
/* line 1166, ../scss/module/_customer.scss */
.dashboard-panel .dashboard-heading h2, .dashboard-panel .dashboard-heading h3, .dashboard-panel .dashboard-heading .recommended-product {
  float: left;
}
/* line 1170, ../scss/module/_customer.scss */
.dashboard-panel .dashboard-heading a {
  float: right;
}
/* line 1175, ../scss/module/_customer.scss */
.dashboard-panel .col-sm-6 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  /* line 1179, ../scss/module/_customer.scss */
  .dashboard-panel .col-sm-6:last-child {
    margin-bottom: 3em;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 15px;
  max-width: 435px;
}
/* line 35, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  /* line 43, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  /* line 48, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 1091px) and (min-width: 992px) {
  /* line 34, ../scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

/* line 42, ../scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f6f6;
}
/* line 48, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 53, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 59, ../scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  /* line 63, ../scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}

/* line 69, ../scss/module/_paypal.scss */
.bml-ad {
  display: none;
}
/* line 73, ../scss/module/_paypal.scss */
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 799px) {
  /* line 81, ../scss/module/_paypal.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  /* line 87, ../scss/module/_paypal.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 92, ../scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 97, ../scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 101, ../scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 105, ../scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 111, ../scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 117, ../scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 122, ../scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 30, ../scss/module/_review.scss */
#customer-reviews {
  width: auto;
  float: none;
}
/* line 34, ../scss/module/_review.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 10px 0 5px;
}
/* line 39, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 43, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 48, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 54, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 57, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 65, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 71, ../scss/module/_review.scss */
#customer-reviews h2 {
  color: #3399CC;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 76, ../scss/module/_review.scss */
#customer-reviews h2 span {
  color: #000000;
}
/* line 81, ../scss/module/_review.scss */
#customer-reviews h3, #customer-reviews .recommended-product {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 87, ../scss/module/_review.scss */
#customer-reviews h3 span, #customer-reviews .recommended-product span {
  color: #3399CC;
}
/* line 92, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
/* line 96, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #bebebe;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 104, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}
/* line 109, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
/* line 124, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 129, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 13px;
  font-weight: normal;
}
/* line 134, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #bebebe;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 141, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #bebebe;
  border-radius: 0;
}
/* line 145, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 152, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 158, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 164, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 169, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  margin: 10px 0;
}
/* line 174, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  width: 100%;
}
/* line 179, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
/* line 185, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 189, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 200, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #bebebe;
  margin: 0 0 10px;
}
/* line 204, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 207, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 215, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 13px;
}
/* line 219, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 224, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 233, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 236, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 15px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 256, ../scss/module/_review.scss */
.ratings-table {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 261, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px;
}
/* line 265, ../scss/module/_review.scss */
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
/* line 274, ../scss/module/_review.scss */
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 991px) {
  /* line 291, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 295, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 299, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 303, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  /* line 320, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 324, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  /* line 339, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 342, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 346, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 354, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 361, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 368, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 373, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  /* line 379, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 21px;
    width: 100%;
  }
  /* line 386, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 389, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 401, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 412, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 417, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 421, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 425, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  /* line 435, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #bebebe;
}
/* line 37, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 43, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 53, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 58, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 66, ../scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 76, ../scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 85, ../scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 99, ../scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #000000;
}
/* line 103, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #000000;
}
/* line 108, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 113, ../scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 125, ../scss/module/_slideshow.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 137, ../scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 141, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 147, ../scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 150, ../scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
/* line 157, ../scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #000000 transparent transparent;
}

/* line 162, ../scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 165, ../scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
/* line 172, ../scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #000000;
}

/* line 177, ../scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 185, ../scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 31, ../scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
}
/* line 35, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "Alright Sans Ultra", sans-serif;
  text-transform: uppercase;
  width: 100%;
}
/* line 41, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #bebebe;
}
/* line 45, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 20px 15px;
  vertical-align: top;
}
/* line 50, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 57, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 28px;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 64, ../scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: inherit;
}
/* line 70, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 12px;
  font-family: "Alright Sans Ultra", sans-serif;
  margin: 5px 0;
}
/* line 76, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #ededee;
  width: 100%;
  height: 65px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
/* line 97, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #000000;
}
/* line 102, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 107, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px 5px;
}
/* line 114, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center;
}
/* line 118, ../scss/module/_wishlist.scss */
#wishlist-table .link-edit {
  color: #bebebe;
  display: inline-block;
  padding: 1em 20px;
}
/* line 123, ../scss/module/_wishlist.scss */
#wishlist-table .link-edit:hover {
  text-decoration: none;
}
/* line 129, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 133px;
}
/* line 137, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
/* line 141, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
/* line 146, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 172px;
}
/* line 149, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
/* line 156, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 160, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 164, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 168, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 173, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  font-size: 2em;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
/* line 185, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #000000;
}
/* line 190, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 193, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 197, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #555555;
  margin-bottom: 3px;
}
/* line 205, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #555555;
}

@media only screen and (max-width: 1599px) {
  /* line 217, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 221, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-remove {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 234, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 238, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  /* line 246, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-remove {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 252, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 262, ../scss/module/_wishlist.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 266, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 17px;
  }
  /* line 270, ../scss/module/_wishlist.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  /* line 275, ../scss/module/_wishlist.scss */
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  /* line 279, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 282, ../scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 287, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  /* line 290, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  /* line 297, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  /* line 301, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  /* line 307, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
  /* line 311, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 322, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  /* line 326, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
  /* line 331, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 342, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 346, ../scss/module/_wishlist.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  /* line 351, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  /* line 362, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  /* line 366, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  /* line 369, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  /* line 376, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  /* line 380, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  /* line 385, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  /* line 389, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  /* line 395, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  /* line 400, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  /* line 406, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  /* line 417, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
  /* line 420, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-remove {
    border: none;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 437, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 441, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 446, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 451, ../scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 13px;
}
/* line 457, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #bebebe;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 31, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: none;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 30, ../scss/module/_search.scss */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
/* line 38, ../scss/module/_search.scss */
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #b70000;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 48, ../scss/module/_search.scss */
.search-autocomplete ul li {
  border-bottom: 1px solid #bebebe;
  color: #555555;
  cursor: pointer;
  font-size: 13px;
  padding: 4px 6px;
  text-align: left;
}
/* line 56, ../scss/module/_search.scss */
.search-autocomplete ul li:hover {
  color: #b70000;
}
/* line 60, ../scss/module/_search.scss */
.search-autocomplete ul li.selected {
  background-color: #555555;
  color: white;
}
/* line 65, ../scss/module/_search.scss */
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
/* line 70, ../scss/module/_search.scss */
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
/* line 76, ../scss/module/_search.scss */
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #555555;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 87, ../scss/module/_search.scss */
.advanced-search {
  background: #bebebe;
  border: 1px solid #bebebe;
  padding: 15px;
}
/* line 93, ../scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #bebebe;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 101, ../scss/module/_search.scss */
  .advanced-search {
    padding: 15px;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 32, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #bebebe;
  font-size: 17px;
  font-family: "Alright Sans Ultra", sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 41, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 47, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #bebebe;
  color: #3399CC;
  font-size: 17px;
  font-weight: 600;
  font-family: "Alright Sans Ultra", sans-serif;
  padding-bottom: 10px;
}
/* line 57, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "Alright Sans Ultra", sans-serif;
}
/* line 60, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}
/* line 64, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 73, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #bebebe;
  font-size: 17px;
  font-weight: 400;
  font-family: "Alright Sans Ultra", sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 83, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  /* line 96, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  /* line 108, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 121, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 37, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-title .recommended-product,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-page-view .page-head .recommended-product,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-title .recommended-product,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3,
.cms-no-route .page-head .recommended-product {
  border: none;
}
/* line 45, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
/* line 57, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #000000;
}
/* line 61, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #000000;
}
/* line 75, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 93, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 96, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
/* line 100, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

/* line 114, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 118, ../scss/mixin/_toggle-content.scss */
#accordion > dl {
  background-color: #bebebe;
}
/* line 120, ../scss/mixin/_toggle-content.scss */
#accordion > dl > div > dt,
#accordion > dl > dt {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  display: block;
}
/* line 105, ../scss/mixin/_toggle-content.scss */
#accordion > dl > div > dt:after,
#accordion > dl > dt:after {
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 127, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  display: none;
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #bebebe;
}
/* line 136, ../scss/mixin/_toggle-content.scss */
#accordion > dl dd.in {
  display: block;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
#accordion > dl div:last-child > dd {
  border-width: 0 1px 1px 1px;
}
/* line 115, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 119, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 129, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 134, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 139, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 13px;
}
/* line 144, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 154, ../scss/module/_cms.scss */
.contacts-index-index h1 {
  border: none;
}

/* line 159, ../scss/module/_cms.scss */
#contactForm {
  padding-left: 40px;
}
/* line 162, ../scss/module/_cms.scss */
#contactForm h2 {
  display: none;
}
/* line 166, ../scss/module/_cms.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
/* line 170, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  /* line 177, ../scss/module/_cms.scss */
  #contactForm {
    padding-left: 0;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../scss/module/_pricing_conditions.scss */
.price-box.map-info .old-price {
  display: none;
}
/* line 38, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #b70000;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
/* line 34, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 39, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
/* line 45, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14px;
  line-height: 1.3;
}
/* line 51, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14px;
}

@media only screen and (max-width: 1199px) {
  /* line 62, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 72, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 75, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 86, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 89, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  /* line 92, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 97, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 103, ../scss/module/_cookies.scss */
  .notice-cookie .actions {
    text-align: left;
  }
}
/* line 4, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .breadcrumbs {
  margin-bottom: 40px;
}
/* line 10, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-name h1 {
  font-size: 32px;
  position: relative;
}
/* line 16, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-category {
  font-size: 13px;
  margin: 0 0 7px;
  color: #000;
}
/* line 21, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .price-info {
  max-width: 100%;
}
/* line 24, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .price-info .price-box > span {
  vertical-align: middle;
}
/* line 28, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .price-info span.price {
  text-transform: uppercase;
}
/* line 33, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .msrp-margin {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}
/* line 39, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .sku-upc {
  color: #000;
  font-size: 13px;
  margin: 1em 0 1.2em;
}
/* line 44, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-utils {
  /*margin: 20px 0;*/
}
/* line 48, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-utils .link-text {
  font-size: 17px;
  letter-spacing: 0.05em;
  display: inline-block;
}
/* line 53, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-utils .link-text:first-child {
  margin-right: 25px;
}
@media only screen and (max-width: 479px) {
  /* line 44, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-utils {
    text-align: center;
  }
}
/* line 68, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-options table {
  width: 100%;
  margin: 1.5em 0 3em;
}
/* line 72, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-options table thead {
  font-size: 11px;
}
/* line 80, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-options table tbody td.qty input {
  width: 50px;
  padding: 7px;
  height: 41px;
}
/* line 88, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-options table tbody td.stock span {
  background: url("/skin/frontend/badboy/default/images/b2b-qty-bg.png") repeat-y 100% 0 scroll #b70000;
  color: #fff;
  width: 55px;
  line-height: 17px;
  font-size: 9px;
  display: block;
  padding: 0 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
/* line 99, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .product-options table tbody td.stock span.out-of-stock {
  background: none #bebebe;
}
@media only screen and (max-width: 519px) {
  /* line 109, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table thead {
    display: none;
  }
  /* line 112, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr {
    border-bottom: 1px solid #bebebe;
  }
  /* line 115, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td {
    display: block;
    border-bottom: none;
  }
  /* line 119, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td:before {
    width: 25%;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
  }
  /* line 126, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td:first-child:before {
    content: "SIZE: ";
  }
  /* line 129, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td:nth-child(2):before {
    content: "SKU: ";
  }
  /* line 132, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td:nth-child(3):before {
    content: "UPC: ";
  }
  /* line 135, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td:nth-child(4):before {
    content: "STOCK: ";
  }
  /* line 138, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td.stock span {
    display: inline-block;
  }
  /* line 141, ../scss/module/_b2b-catalog-product.scss */
  .b2b-product-view .product-options table tr td:nth-child(5):before {
    content: "QTY: ";
  }
}
/* line 154, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .input-box .validation-advice {
  display: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
/* line 161, ../scss/module/_b2b-catalog-product.scss */
.b2b-product-view .input-box.validation-failed .validation-advice {
  display: block;
}

/* line 170, ../scss/module/_b2b-catalog-product.scss */
.widget-popular-products-carousel.b2b-you-might-like .carousel .slides li a, .widget-popular-products-carousel.b2b-you-might-like .carousel .slides li a h3, .widget-popular-products-carousel.b2b-you-might-like .carousel .slides li a .recommended-product {
  color: #000;
}

/* line 3, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li {
  float: none;
  padding: 50px 0 0;
}
/* line 7, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li:after {
  border-bottom: 1px solid #bebebe;
  clear: both;
  display: block;
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}
/* line 17, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li:first-child {
  padding-top: 20px;
}
/* line 21, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li:last-child:after {
  border-bottom: medium none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 25, ../scss/module/_b2b-product-list.scss */
  .b2b-products-list > li .b2b-product-view-left {
    padding-bottom: 20px;
  }
}
/* line 31, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .b2b-product-view-left a.cta {
  font-size: 18px;
  position: absolute;
  left: 18.5%;
  width: 63%;
  margin-top: -26px;
  opacity: 0;
  padding-left: 1em;
  padding-right: 1em;
  top: 80%;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../scss/module/_b2b-product-list.scss */
  .b2b-products-list > li .b2b-product-view-left a.cta {
    width: 90%;
    left: 5%;
  }
}
/* line 52, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .b2b-product-view-left img {
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
/* line 57, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .b2b-product-view-left:hover a.cta {
  opacity: 1;
}
/* line 61, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .b2b-product-view-left:hover > a > img {
  opacity: 0.5;
}
/* line 70, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 78, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-name h1 {
  position: relative;
}
/* line 81, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-name h1 a {
  color: inherit;
}
/* line 85, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-name h1.new-product {
  padding-left: 52px;
}
/* line 89, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-name h1 span.new {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-family: "Alright Sans Ultra", sans-serif;
  line-height: 19px;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 0;
  width: 44px;
  text-align: center;
}
/* line 108, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-category {
  font-size: 13px;
  color: #000;
}
/* line 113, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .msrp-margin {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}
/* line 120, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .price-info {
  max-width: 100%;
}
/* line 123, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .price-info .price-box > span {
  vertical-align: middle;
}
/* line 126, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .price-info .price-box > span > span, .b2b-products-list > li .price-info .price-box > span > a {
  display: inline-block;
}
/* line 131, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .price-info span.price {
  text-transform: uppercase;
  font-size: 22px;
}
/* line 137, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .sku-upc {
  color: #000;
  font-size: 13px;
  margin: 1em 0 1.2em;
}
/* line 145, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table {
  margin: 1.5em 0 0;
}
/* line 148, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table table thead th, .b2b-products-list > li .product-options table table tfoot td, .b2b-products-list > li .product-options table table td {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 153, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table th:first-child, .b2b-products-list > li .product-options table td:first-child {
  padding-left: 0;
}
/* line 157, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table thead {
  background-color: transparent;
  color: #000;
}
/* line 161, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table thead th {
  line-height: 10px;
}
/* line 169, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table tbody td {
  border: none;
}
/* line 172, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table tbody td .validation-advice {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
/* line 180, ../scss/module/_b2b-product-list.scss */
.b2b-products-list > li .product-options table tbody .qty {
  width: 55px;
  padding: 7px;
  height: 41px;
}
/* line 201, ../scss/module/_b2b-product-list.scss */
.b2b-products-list .input-box .validation-advice {
  display: none;
}
/* line 205, ../scss/module/_b2b-product-list.scss */
.b2b-products-list .input-box.validation-failed .validation-advice {
  display: block;
}

/* line 211, ../scss/module/_b2b-product-list.scss */
.b2b-block-layered-nav.block-layered-nav,
.b2b-block-recently-added.block-layered-nav {
  padding-left: 13px;
  padding-right: 13px;
}

/* line 217, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added {
  margin-bottom: 0;
}
/* line 221, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added.no-product .block-title {
  border-top: none;
}
/* line 226, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .block-title {
  padding: 0;
}
/* line 229, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .block-title span {
  color: #000;
  line-height: 1.2;
}
/* line 233, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .block-title span .total {
  color: #585858;
}
/* line 237, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .block-title span .nobr {
  font-family: "Open Sans", sans-serif;
  color: #585858;
}
/* line 246, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .big-price {
  display: block;
  font-size: 26px;
  font-family: "Alright Sans Black", sans-serif;
  line-height: 1.5;
  text-align: center;
}
/* line 253, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .big-price .ajax-loader {
  display: block;
  background-image: url("../images/ajax-loader-layered-nav.gif");
  height: 54px;
  width: 32px;
}
/* line 261, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .recently-added-product {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* line 266, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .recently-added-product h3, .b2b-block-recently-added .recently-added-product .recommended-product,
.b2b-block-recently-added .recently-added-product .recently-added-right {
  font-family: "Open Sans", sans-serif;
  color: #585858;
  letter-spacing: 0;
  text-transform: none;
}
/* line 273, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .recently-added-product h3, .b2b-block-recently-added .recently-added-product .recommended-product {
  font-weight: 700;
  /*margin: 0;*/
}
/* line 277, ../scss/module/_b2b-product-list.scss */
.b2b-block-recently-added .recently-added-product h3 a, .b2b-block-recently-added .recently-added-product .recommended-product a {
  color: inherit;
}
@media only screen and (min-width: 1200px) {
  /* line 285, ../scss/module/_b2b-product-list.scss */
  .b2b-block-recently-added .recently-added-product h3, .b2b-block-recently-added .recently-added-product .recommended-product,
  .b2b-block-recently-added .recently-added-product .recently-added-right {
    font-size: 12px;
  }
  /* line 290, ../scss/module/_b2b-product-list.scss */
  .b2b-block-recently-added .recently-added-product .recently-added-left {
    padding-right: 0;
  }
}

/* line 303, ../scss/module/_b2b-product-list.scss */
.b2b-products-list-right .button {
  font-size: 22px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 316, ../scss/module/_b2b-product-list.scss */
  .b2b-products-list > li .product-options table tr td {
    display: block;
    float: left;
  }
  /* line 321, ../scss/module/_b2b-product-list.scss */
  .b2b-products-list > li .product-options table tr td:nth-child(4) {
    clear: left;
    padding-left: 0;
  }
}
/* line 331, ../scss/module/_b2b-product-list.scss */
.sticky {
  position: absolute;
  top: 0;
}

/* line 336, ../scss/module/_b2b-product-list.scss */
.sticky.stuck {
  position: fixed;
  top: 20px;
}

@media only screen and (min-width: 992px) {
  /* line 342, ../scss/module/_b2b-product-list.scss */
  .b2b-products-list-right .sticky {
    width: 131px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 348, ../scss/module/_b2b-product-list.scss */
  .b2b-products-list-right .sticky {
    width: 170px;
  }
}
/* line 1, ../scss/module/_checkout-multishipping.scss */
ul.checkout-progress {
  list-style-type: none;
  margin: 1em 0 3em;
}
/* line 6, ../scss/module/_checkout-multishipping.scss */
ul.checkout-progress li {
  display: inline-block;
  position: relative;
  width: 20%;
  text-align: center;
  margin-right: -4px;
}
/* line 13, ../scss/module/_checkout-multishipping.scss */
ul.checkout-progress li.active {
  color: #b70000;
}
/* line 17, ../scss/module/_checkout-multishipping.scss */
ul.checkout-progress li:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
}
/* line 26, ../scss/module/_checkout-multishipping.scss */
ul.checkout-progress li.first:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  transform: none;
  background-color: transparent;
}

/* line 40, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout {
  /* ================== Step 1: Select Address for Items =================== */
  /* ================= Step 2: Select Shipping Method ======================== */
  /* ================= Review Order ======================== */
}
@media only screen and (max-width: 767px) {
  /* line 44, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shopping-cart-table {
    display: block;
    width: 100%;
  }
  /* line 48, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shopping-cart-table colgroup {
    display: none;
  }
  /* line 52, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shopping-cart-table tfoot,
  .multiple-checkout #shopping-cart-table tbody {
    display: block;
  }
  /* line 56, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shopping-cart-table tfoot tr,
  .multiple-checkout #shopping-cart-table tbody tr {
    display: block;
  }
  /* line 59, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shopping-cart-table tfoot tr:last-child,
  .multiple-checkout #shopping-cart-table tbody tr:last-child {
    border-bottom: 1px solid #bebebe;
  }
  /* line 63, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shopping-cart-table tfoot tr td,
  .multiple-checkout #shopping-cart-table tfoot tr td.product-cart-info,
  .multiple-checkout #shopping-cart-table tbody tr td,
  .multiple-checkout #shopping-cart-table tbody tr td.product-cart-info {
    width: 100%;
    display: block;
    float: none;
  }
}
/* line 78, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout .multiship-bottom {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  /* line 84, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout .multiship-bottom .multiship-bottom-right {
    text-align: right;
  }
}
/* line 93, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout a.button-remove {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 98, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout a.button-remove:hover, .multiple-checkout a.button-remove:active, .multiple-checkout a.button-remove:focus {
  color: #b70000;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  /* line 93, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout a.button-remove {
    margin-left: 0;
  }
}
/* line 118, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout #shipping_method_form .box-content address {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  /* line 126, ../scss/module/_checkout-multishipping.scss */
  .multiple-checkout #shipping_method_form .order-table {
    margin-bottom: 2em;
  }
}
/* line 139, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout #review-order-form .box-content address {
  margin-bottom: 2em;
}
/* line 147, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout #review-order-form tfoot tr:last-child {
  font-size: 15px;
}
/* line 153, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout #review-order-form .grand-total {
  margin-top: 1em;
}
/* line 157, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout #review-order-form .grand-total h3, .multiple-checkout #review-order-form .grand-total .recommended-product {
  font-size: 20px;
}
/* line 165, ../scss/module/_checkout-multishipping.scss */
.multiple-checkout .divider {
  padding: 1em 0;
}

/* .multiple-checkout */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 29, ../scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 32, ../scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/**
 * Bad Boy Custom Styles and overrides
 */
/* ============================================ *
 * Accordion Menu
 * ============================================ */
 /* HTML:
 <dl class="menu-accordion">
	<dt>
		<div class="counts">
			###
		</div>
		Title
	</dt>
	<dd class="accordion">
		<ul class="list-custom">
			<li>Category 1</>
		</ul>
	</dd>
</dl>
*/
/*dl*/
/* line 22, ../scss/badboy/_accordion-menu.scss */
.menu-accordion {
  background-color: #f5f6f6;
  letter-spacing: 0.050em;
  padding: 1em 20px;
  /*dd*/
}
/* line 27, ../scss/badboy/_accordion-menu.scss */
.menu-accordion dt {
  color: #909090;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  line-height: 2;
  padding: 1em;
  text-transform: uppercase;
}
/* line 35, ../scss/badboy/_accordion-menu.scss */
.menu-accordion dt .counts {
  color: #000000;
  float: right;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}
/* line 50, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li {
  border-top: 1px solid #bebebe;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
/* line 57, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li a {
  color: #000000;
  display: block;
  padding: 1em 0.75em;
  text-decoration: none;
}
/* line 64, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li a:hover,
.menu-accordion .accordion ul li a:active,
.menu-accordion .accordion ul li a.active {
  /*background-color: $c-black;
  color: $c-medium-gray;*/
}
/* line 71, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li ul {
  margin-bottom: 1em;
}
/* line 74, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li ul li {
  border-top: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
}
/* line 81, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li ul li a {
  padding: 0.5em 0.75em;
}
/* line 85, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li ul li a:hover,
.menu-accordion .accordion ul li ul li a:active,
.menu-accordion .accordion ul li ul li a.active {
  /*background-color: transparent;
  color: $c-dark-gray;*/
}
/* line 95, ../scss/badboy/_accordion-menu.scss */
.menu-accordion .accordion ul li.selected a {
  background-color: #000000;
  color: #bebebe;
}

/* line 103, ../scss/badboy/_accordion-menu.scss */
.accordion .menu-hide {
  display: none;
}

/* Accordion Action Indicator Icons */
/* line 109, ../scss/badboy/_accordion-menu.scss */
.accordion .btn-toggle {
  cursor: pointer;
  display: block;
  float: right;
  font-family: "SSGizmo";
  font-size: 22px;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

/* line 120, ../scss/badboy/_accordion-menu.scss */
.accordion .btn-toggle::before {
  content: "+";
  /* plus = &#x002B; */
}

/* line 124, ../scss/badboy/_accordion-menu.scss */
.accordion .btn-toggle.active::before {
  content: "-";
  /* minus = &#x002D; */
}

/* line 127, ../scss/badboy/_accordion-menu.scss */
.accordion .selected .btn-toggle::before {
  content: "\2421";
  /* delete = &#x2421; */
  color: #bebebe;
}

/******************************************************************************
* Ajax Loader
******************************************************************************/
/* line 5, ../scss/badboy/_base.scss */
.ajax-loader {
  background: transparent url("../images/ajax-loader.gif") no-repeat scroll center;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
  width: 128px;
}

/******************************************************************************
* Blockquotes
******************************************************************************/
/* line 6, ../scss/badboy/_blockquotes.scss */
blockquote p {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 14, ../scss/badboy/_blockquotes.scss */
blockquote footer,
blockquote cite {
  color: #909090;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 24, ../scss/badboy/_blockquotes.scss */
.blockquote-reverse {
  text-align: right;
}

/* line 10, ../scss/vendor/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../scss/vendor/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../scss/vendor/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../scss/vendor/bootstrap/_grid.scss */
  .container {
    width: 1200px;
  }
}

/* line 30, ../scss/vendor/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../scss/vendor/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../scss/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 5, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 11, ../scss/vendor/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../scss/vendor/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../scss/vendor/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../scss/vendor/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../scss/vendor/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../scss/vendor/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../scss/vendor/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../scss/vendor/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../scss/vendor/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../scss/vendor/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../scss/vendor/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../scss/vendor/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../scss/vendor/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../scss/vendor/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../scss/vendor/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../scss/vendor/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../scss/vendor/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../scss/vendor/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../scss/vendor/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../scss/vendor/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
@-ms-viewport {
  width: device-width;
}
/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* ============================================ *
 * Image Helper from "www/skin/frontend/badboy/default/scss/vendor/bootstrap/_scaffolding.scss"
 * ============================================ */
/* line 57, ../scss/badboy/_bootstrap.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1, ../scss/badboy/_flexslider.scss */
.flexslider {
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: none;
}
/* line 13, ../scss/badboy/_flexslider.scss */
.flexslider .slides li {
  margin-right: 0;
}
/* line 17, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav {
  bottom: 50%;
  position: absolute;
  right: 15px;
  width: auto;
  z-index: 2;
}
/* line 24, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav li {
  display: block;
  height: 36px;
  margin: 0.75em 0 0;
  position: relative;
  width: 36px;
}
/* line 31, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav li:first-child {
  margin-top: 0;
}
/* line 35, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav li a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-family: 'Alright Sans Black', sans-serif;
  font-size: 13px;
  height: 36px;
  margin: 0 auto;
  padding-top: 0.25em;
  -webkit-transition: color ease-out 300ms;
  -o-transition: color ease-out 300ms;
  transition: color ease-out 300ms;
  text-decoration: none;
  text-indent: 0;
  width: 36px;
}
/* line 53, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav li a:before {
  border: solid 2px #fff;
  content: '';
  display: block;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  margin-top: -0.25em;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color ease-out 300ms;
  -o-transition: background-color ease-out 300ms;
  transition: background-color ease-out 300ms;
  width: 26px;
  z-index: -1;
}
/* line 68, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li a:active,
.flexslider .flex-control-nav li a:focus,
.flexslider .flex-control-nav li a.flex-active {
  color: #000;
}
/* line 74, ../scss/badboy/_flexslider.scss */
.flexslider .flex-control-nav li a:hover:before,
.flexslider .flex-control-nav li a:active:before,
.flexslider .flex-control-nav li a:focus:before,
.flexslider .flex-control-nav li a.flex-active:before {
  background-color: #fff;
}
/* line 82, ../scss/badboy/_flexslider.scss */
.flexslider .flex-direction-nav {
  z-index: 2;
}
/* line 85, ../scss/badboy/_flexslider.scss */
.flexslider .flex-direction-nav a:before {
  font-family: SSGeomiconsSquared;
  content: '\25C5 ';
  position: relative;
  top: 5px;
}
/* line 92, ../scss/badboy/_flexslider.scss */
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\25BB ';
}
/* line 97, ../scss/badboy/_flexslider.scss */
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
  opacity: 1;
  color: #fff;
  text-shadow: 0;
}
/* line 104, ../scss/badboy/_flexslider.scss */
.flexslider.carousel:hover .flex-prev, .flexslider.carousel:hover .flex-next {
  color: #bebebe;
}

/***** Checkbox *****/
/* line 2, ../scss/badboy/_forms.scss */
.fi-checkbox {
  background-color: #e4e5e6;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 1px transparent;
  margin-top: 0.5em;
}

/* line 12, ../scss/badboy/_forms.scss */
.fi-checkbox.fi-focus {
  box-shadow: 0 0 0 1px #000;
}

/* line 16, ../scss/badboy/_forms.scss */
.fi-checkbox::after {
  box-shadow: 0 0 0 0;
  color: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 28, ../scss/badboy/_forms.scss */
.fi-checkbox.fi-focus::after {
  -webkit-animation: form-control-animation 0.3s forwards;
  animation: form-control-animation 0.3s forwards;
}

/* line 33, ../scss/badboy/_forms.scss */
.fi-checkbox .fi-check {
  background-color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
}

/* line 44, ../scss/badboy/_forms.scss */
.fi-checkbox .fi-check:after {
  color: #fff;
  content: "\2713 ";
  display: block;
  font-family: "SSStandard";
  font-size: 13px;
  line-height: 1;
  margin-left: 3px;
  margin-top: 4px;
  position: relative;
}

/***** Radio *****/
/* line 57, ../scss/badboy/_forms.scss */
.fi-radio {
  background-color: #e4e5e6;
  border: none;
  box-shadow: 0 0 0 1px transparent;
  margin-top: 0.5em;
}

/* line 64, ../scss/badboy/_forms.scss */
.fi-radio.fi-focus {
  box-shadow: 0 0 0 1px #000;
}

/* line 68, ../scss/badboy/_forms.scss */
.fi-radio::after {
  box-shadow: 0 0 0 0;
  color: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 80, ../scss/badboy/_forms.scss */
.fi-radio.fi-focus::after {
  -webkit-animation: form-control-animation 0.3s forwards;
  animation: form-control-animation 0.3s forwards;
}

/* line 85, ../scss/badboy/_forms.scss */
.fi-radio.checked {
  background-color: #ededee;
}

/* line 89, ../scss/badboy/_forms.scss */
.fi-radio .fi-check {
  background-color: #000000;
}

/* fix: everything is a little off center when inline */
/* line 94, ../scss/badboy/_forms.scss */
.radio-inline .fi-radio,
.checkbox-inline .fi-checkbox {
  margin-top: 0.4em;
}

/***** File, Select, Multi-select *****/
/* line 100, ../scss/badboy/_forms.scss */
select[multiple],
.fi-select,
.fi-file {
  background-color: #ededee;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 1px transparent;
  height: 52px;
}

/* line 112, ../scss/badboy/_forms.scss */
.fi-select {
  padding-right: 40px;
  /* to allow space for arrow icon */
}

/* line 116, ../scss/badboy/_forms.scss */
.sort-by .fi-select {
  background-color: transparent;
}

/* line 120, ../scss/badboy/_forms.scss */
.fi-select:hover,
.fi-file:hover {
  background-color: #e4e5e6;
}

/* line 125, ../scss/badboy/_forms.scss */
.fi-select.fi-focus,
.fi-file.fi-focus {
  background-color: #e4e5e6;
  /*box-shadow: 0 0 0 1px #000;*/
}

/* line 131, ../scss/badboy/_forms.scss */
.fi-select > span,
.fi-file > span {
  color: #6b6b6b;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 22px;
  font-weight: 600;
  height: 52px;
  line-height: 1;
  padding: 15px;
  text-transform: uppercase;
}

/* line 143, ../scss/badboy/_forms.scss */
.fi-select > select {
  height: 52px;
}

/* line 147, ../scss/badboy/_forms.scss */
.fi-select .fi-select-arrow-wrap,
.fi-file .fi-file-button {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #6b6b6b;
  font-size: 25px;
  height: auto;
  margin-top: -14px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: auto;
}

/* line 164, ../scss/badboy/_forms.scss */
.fi-select .fi-select-arrow {
  border: none;
  height: auto;
  left: auto;
  position: static;
  top: auto;
  width: auto;
}

/* line 173, ../scss/badboy/_forms.scss */
.fi-file .fi-file-button .fi-file-button-inner {
  padding: 0;
}

/* TEMPORARY */
/* line 179, ../scss/badboy/_forms.scss */
.fi-select option {
  background-color: #e4e5e6;
  padding: 0.75em 15px;
}

/* line 184, ../scss/badboy/_forms.scss */
.fi-select select option:checked {
  box-shadow: 0 0 10px 100px #000000 inset;
  /* Adds styles to dropdown in Firefox only */
}

/***** CAPTCHA: Overrrides to ReCaptcha "clean"" theme *****/
/* line 198, ../scss/badboy/_forms.scss */
#webform_1 .buttons-set,
#webform_2 .buttons-set {
  max-width: 100%;
}

/* line 205, ../scss/badboy/_forms.scss */
#recaptcha_widget_div #recaptcha_table {
  border: none !important;
  font-size: inherit !important;
}
/* line 210, ../scss/badboy/_forms.scss */
#recaptcha_widget_div #recaptcha_table td {
  margin: 0 0 1em !important;
  padding: 0 0 0 15px !important;
}
/* line 215, ../scss/badboy/_forms.scss */
#recaptcha_widget_div #recaptcha_table td:first-child {
  padding-left: 0 !important;
}
/* line 219, ../scss/badboy/_forms.scss */
#recaptcha_widget_div #recaptcha_privacy {
  font-family: sans-serif !important;
  font-size: 12px !important;
  text-transform: none !important;
}
/* line 225, ../scss/badboy/_forms.scss */
#recaptcha_widget_div .recaptchatable a,
#recaptcha_widget_div .recaptchatable a:hover {
  color: inherit !important;
}

/* MOBILE RESPONSIVE up to 479px; */
@media only screen and (max-width: 479px) {
  /* line 239, ../scss/badboy/_forms.scss */
  #recaptcha_widget_div #recaptcha_table td {
    clear: left;
    float: left;
    overflow: hidden;
  }
  /* line 244, ../scss/badboy/_forms.scss */
  #recaptcha_widget_div #recaptcha_table td .recaptcha_image_cell,
  #recaptcha_widget_div #recaptcha_table td #recaptcha_image,
  #recaptcha_widget_div #recaptcha_table td #recaptcha_challenge_image,
  #recaptcha_widget_div #recaptcha_table td #recaptcha_response_field {
    width: 290px !important;
  }
  /* line 252, ../scss/badboy/_forms.scss */
  #recaptcha_widget_div #recaptcha_table td:first-child {
    padding-left: 0 !important;
  }
  /* line 256, ../scss/badboy/_forms.scss */
  #recaptcha_widget_div #recaptcha_table td:first-child + td + td {
    clear: none;
  }
  /* line 261, ../scss/badboy/_forms.scss */
  #recaptcha_widget_div .recaptchatable .recaptcha_image_cell center {
    float: left;
  }
}
/* line 1, ../scss/badboy/_modal.scss */
.modal-dialog {
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 7, ../scss/badboy/_modal.scss */
.modal-content {
  border-radius: 0 !important;
}
/* line 10, ../scss/badboy/_modal.scss */
.modal-content .modal-header {
  padding: 20px 10px 0 40px;
  height: 42px;
  border: none;
}
/* line 16, ../scss/badboy/_modal.scss */
.modal-content .modal-header button {
  font-size: 36px;
  text-align: right;
  background: none;
  border: none;
  padding: 0;
  line-height: 32px;
  height: 22px;
  margin-top: 0;
  color: #e6e6e6;
  float: right;
}
/* line 28, ../scss/badboy/_modal.scss */
.modal-content .modal-header button:hover {
  color: #000000;
}
/* line 36, ../scss/badboy/_modal.scss */
.modal-content .modal-body {
  padding: 15px 40px;
}
/* line 39, ../scss/badboy/_modal.scss */
.modal-content .modal-body h2 {
  font-size: 26px;
}
/* line 42, ../scss/badboy/_modal.scss */
> .modal-content .modal-body h2:first-child {
  margin-top: -20px;
}
/* line 50, ../scss/badboy/_modal.scss */
.modal-content .modal-footer {
  padding: 20px 40px 40px;
  border: none;
}

/* line 61, ../scss/badboy/_modal.scss */
#uploadModal .modal-body {
  padding: 0 40px 30px;
}

/******************************************************************************
* $ Sticky Footer
/*****************************************************************************/
/* line 4, ../scss/badboy/_sticky-footer.scss */
html,
body {
  height: 100%;
}

/* line 9, ../scss/badboy/_sticky-footer.scss */
.sticky-wrapper {
  min-height: 100vh;
  height: auto !important;
  height: 100%;
  margin-bottom: -247px;
  /* the bottom margin is the negative value of the footer's height */
}

/* line 15, ../scss/badboy/_sticky-footer.scss */
.sticky-push,
.sticky-footer {
  height: 247px;
}

/******************************************************************************
* Tables
*
* Default table styles
*
******************************************************************************/
/* line 7, ../scss/badboy/_tables.scss */
table {
  font-family: "Alright Sans Black", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 12, ../scss/badboy/_tables.scss */
table thead,
table tfoot {
  background-color: #000;
  color: #fff;
}
/* line 18, ../scss/badboy/_tables.scss */
table thead th,
table tfoot td,
table td {
  padding: 5px 10px;
}
/* line 24, ../scss/badboy/_tables.scss */
table td {
  border-top: solid 1px #bebebe;
}
/* line 29, ../scss/badboy/_tables.scss */
table tr:first-child td {
  border-top: none;
}

/**********************************************************************
*
* Infinite Scroll Support Styles
*
**********************************************************************/
@-moz-keyframes fadeInfiniteScrollImg {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInfiniteScrollImg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInfiniteScrollImg {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 18, ../scss/badboy/_infinite-scroll.scss */
.infinite-scroll-nav {
  display: none;
}

/* line 22, ../scss/badboy/_infinite-scroll.scss */
#infscr-loading img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

/* line 1, ../scss/badboy/_widget-carousel.scss */
.section-shadow-top .flexslider {
  background-color: transparent;
}

/* line 6, ../scss/badboy/_widget-carousel.scss */
.carousel .slides > li article {
  padding: 0 20px;
  text-align: center;
}
/* line 12, ../scss/badboy/_widget-carousel.scss */
.carousel .flex-direction-nav li a {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 2px #fff;
  height: 34px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color ease-out 300ms, border-color ease-out 300ms;
  -o-transition: background-color ease-out 300ms, border-color ease-out 300ms;
  transition: background-color ease-out 300ms, border-color ease-out 300ms;
  width: 34px;
}
/* line 22, ../scss/badboy/_widget-carousel.scss */
.carousel .flex-direction-nav li a:before {
  border: solid 2px #fff;
  border-width: 0 0 2px 2px;
  display: block;
  content: '' !important;
  height: 12px;
  margin: 3px auto 0;
  -webkit-transition: border-color ease-out 300ms;
  -o-transition: border-color ease-out 300ms;
  transition: border-color ease-out 300ms;
  width: 12px;
}
/* line 35, ../scss/badboy/_widget-carousel.scss */
.carousel .flex-direction-nav li a.flex-next:before {
  border-width: 2px 2px 0 0 !important;
}
/* line 45, ../scss/badboy/_widget-carousel.scss */
.carousel .flex-direction-nav li a:hover, .carousel .flex-direction-nav li a:active, .carousel .flex-direction-nav li a:focus {
  background-color: #fff;
}
/* line 51, ../scss/badboy/_widget-carousel.scss */
.carousel .flex-direction-nav li a:hover:before, .carousel .flex-direction-nav li a:active:before, .carousel .flex-direction-nav li a:focus:before {
  border-color: #000;
}

/* line 61, ../scss/badboy/_widget-carousel.scss */
.nav-above .widget-title {
  positon: relative;
  top: 0;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 10px;
}
/* line 68, ../scss/badboy/_widget-carousel.scss */
.nav-above .widget-title h2 {
  color: #000000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.75em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 119, ../scss/mixin/_typography.scss */
.nav-above .widget-title h2 a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 68, ../scss/badboy/_widget-carousel.scss */
  .nav-above .widget-title h2 {
    font-size: 22px;
  }
}
/* line 75, ../scss/badboy/_widget-carousel.scss */
.nav-above .flex-direction-nav li a {
  top: 10px;
  background-color: transparent;
  border-color: #bebebe;
  opacity: 1 !important;
  margin-top: 0;
}
/* line 82, ../scss/badboy/_widget-carousel.scss */
.nav-above .flex-direction-nav li a:before {
  border-color: #bebebe;
}
/* line 86, ../scss/badboy/_widget-carousel.scss */
.nav-above .flex-direction-nav li a:hover, .nav-above .flex-direction-nav li a:active {
  background-color: #000000;
  border-color: #000000;
}
/* line 90, ../scss/badboy/_widget-carousel.scss */
.nav-above .flex-direction-nav li a:hover:before, .nav-above .flex-direction-nav li a:active:before {
  border-color: #ffffff;
}
/* line 95, ../scss/badboy/_widget-carousel.scss */
.nav-above .flex-direction-nav li a.flex-next {
  right: 20px !important;
}
/* line 99, ../scss/badboy/_widget-carousel.scss */
.nav-above .flex-direction-nav li a.flex-prev {
  left: 20px !important;
}
@media only screen and (max-width: 991px) {
  /* line 104, ../scss/badboy/_widget-carousel.scss */
  .nav-above .flex-direction-nav li a.flex-next, .nav-above .flex-direction-nav li a.flex-prev {
    top: 90px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 118, ../scss/badboy/_widget-carousel.scss */
  .carousel[data-grid-size="container-fluid-8"] .flex-direction-nav li a.flex-next {
    right: 50% !important;
    margin-right: -485px;
  }
  /* line 123, ../scss/badboy/_widget-carousel.scss */
  .carousel[data-grid-size="container-fluid-8"] .flex-direction-nav li a.flex-prev {
    left: 50% !important;
    margin-left: -485px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 129, ../scss/badboy/_widget-carousel.scss */
  .carousel[data-grid-size="container-fluid-8"] .flex-direction-nav li a.flex-next {
    margin-right: -600px;
  }
  /* line 133, ../scss/badboy/_widget-carousel.scss */
  .carousel[data-grid-size="container-fluid-8"] .flex-direction-nav li a.flex-prev {
    margin-left: -600px;
  }
}

/* line 142, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel {
  padding: 100px 0;
}
/* line 145, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .carousel {
  padding-top: 0;
}
/* line 149, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .carousel .slides li {
  text-align: center;
}
/* line 151, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .carousel .slides li a {
  color: #bebebe;
}
/* line 154, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .carousel .slides li a h3, .widget-popular-products-carousel .carousel .slides li a .recommended-product {
  margin-bottom: 0;
  color: #bebebe;
}
/* line 159, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .carousel .slides li a:hover, .widget-popular-products-carousel .carousel .slides li a:active, .widget-popular-products-carousel .carousel .slides li a:focus {
  color: #b70000;
  text-decoration: none;
}
/* line 165, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .carousel .slides li a:hover h3, .widget-popular-products-carousel .carousel .slides li a:hover .recommended-product, .widget-popular-products-carousel .carousel .slides li a:active h3, .widget-popular-products-carousel .carousel .slides li a:active .recommended-product, .widget-popular-products-carousel .carousel .slides li a:focus h3, .widget-popular-products-carousel .carousel .slides li a:focus .recommended-product {
  color: #b70000;
}
/* line 178, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .widget-title a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  color: #b70000;
  text-transform: uppercase;
}
/* line 187, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .widget-title.carousel-switcher li {
  display: inline-block;
  padding: 0 20px;
}
/* line 192, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .widget-title.carousel-switcher li a {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-rendering: optimizeSpeed;
  font-size: 18px;
  color: #bebebe;
}
/* line 201, ../scss/badboy/_widget-carousel.scss */
.widget-popular-products-carousel .widget-title.carousel-switcher li.selected a {
  color: #000;
}

/* line 1, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta, .widget-collection-cta-alt {
  background-color: #ccc6c3;
  background-position: 85% top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 493px;
}
@media only screen and (min-width: 479px) {
  /* line 1, ../scss/badboy/_widget-collection-cta.scss */
  .widget-collection-cta, .widget-collection-cta-alt {
    background-position: right top;
  }
}
/* line 13, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta .container, .widget-collection-cta-alt .container {
  height: 493px;
  position: relative;
}
/* line 19, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta .cta-wrapper, .widget-collection-cta-alt .cta-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 24, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta .cta-wrapper .cta-inner, .widget-collection-cta-alt .cta-wrapper .cta-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 31, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta h2, .widget-collection-cta-alt h2 {
  color: #fff;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  /* line 40, ../scss/badboy/_widget-collection-cta.scss */
  .widget-collection-cta h2, .widget-collection-cta-alt h2 {
    font-size: 30px;
  }
}
/* line 46, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta p, .widget-collection-cta-alt p {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
}
/* line 52, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta .cta a, .widget-collection-cta-alt .cta a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color ease-out 300ms;
  -o-transition: color ease-out 300ms;
  transition: color ease-out 300ms;
}
/* line 57, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta .cta a:hover, .widget-collection-cta-alt .cta a:hover, .widget-collection-cta .cta a:active, .widget-collection-cta-alt .cta a:active, .widget-collection-cta .cta a:focus, .widget-collection-cta-alt .cta a:focus {
  color: #b70000;
}
/* line 64, ../scss/badboy/_widget-collection-cta.scss */
.widget-collection-cta .all-cta, .widget-collection-cta-alt .all-cta {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  padding-bottom: 30px;
  padding-left: 15px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 76, ../scss/badboy/_widget-collection-cta.scss */
  .widget-collection-cta .all-cta, .widget-collection-cta-alt .all-cta {
    text-align: center;
  }
}

/* line 3, ../scss/badboy/_widget-explore.scss */
.widget-explore h2 {
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.5em;
  margin-top: 2em;
  text-align: center;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.widget-explore ul:before, .widget-explore ul:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.widget-explore ul:after {
  clear: both;
}
/* line 17, ../scss/badboy/_widget-explore.scss */
.widget-explore ul li {
  border-right: solid 1px #fff;
  float: left;
  width: 33.33333%;
  padding-bottom: 33.33333%;
  position: relative;
}
/* line 26, ../scss/badboy/_widget-explore.scss */
.widget-explore ul li.bottom a .visual-effect {
  bottom: 0;
}
/* line 30, ../scss/badboy/_widget-explore.scss */
.widget-explore ul li.bottom a:hover .visual-effect,
.widget-explore ul li.bottom a:active .visual-effect,
.widget-explore ul li.bottom a:focus .visual-effect {
  border-top: solid 1px #fff;
  border-bottom: 0;
  bottom: 50%;
}
/* line 42, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a {
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}
/* line 52, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a .visual-effect {
  background: #000 none no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  -webkit-transition: padding-bottom ease-out 300ms, bottom ease-out 300ms;
  -o-transition: padding-bottom ease-out 300ms, bottom ease-out 300ms;
  transition: padding-bottom ease-out 300ms, bottom ease-out 300ms;
  z-index: 1;
}
/* line 63, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a .visual-effect:before, .widget-explore .listing a .visual-effect::before {
  background-color: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
  width: 100%;
}
/* line 76, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a .visual-effect:after, .widget-explore .listing a .visual-effect::after {
  background-color: #b70000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -moz-transform: translate(100%, 50%) rotate(45deg) scale(1, 1.42);
  -ms-transform: translate(100%, 50%) rotate(45deg) scale(1, 1.42);
  -webkit-transform: translate(100%, 50%) rotate(45deg) scale(1, 1.42);
  transform: translate(100%, 50%) rotate(45deg) scale(1, 1.42);
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
  width: 100%;
}
/* line 92, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a .text {
  display: block;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 27px;
  left: 0;
  line-height: 28px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
  width: 100%;
  z-index: 1;
}
/* line 113, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a:hover .visual-effect, .widget-explore .listing a:active .visual-effect, .widget-explore .listing a:focus .visual-effect {
  border-bottom: solid 1px #fff;
  padding-bottom: 150%;
  z-index: 2;
}
/* line 118, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a:hover .visual-effect:before, .widget-explore .listing a:hover .visual-effect::before, .widget-explore .listing a:active .visual-effect:before, .widget-explore .listing a:active .visual-effect::before, .widget-explore .listing a:focus .visual-effect:before, .widget-explore .listing a:focus .visual-effect::before {
  opacity: 0.2;
}
/* line 123, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a:hover .visual-effect:after, .widget-explore .listing a:hover .visual-effect::after, .widget-explore .listing a:active .visual-effect:after, .widget-explore .listing a:active .visual-effect::after, .widget-explore .listing a:focus .visual-effect:after, .widget-explore .listing a:focus .visual-effect::after {
  -moz-transform: translate(50%, 0) rotate(45deg) scale(1.42);
  -ms-transform: translate(50%, 0) rotate(45deg) scale(1.42);
  -webkit-transform: translate(50%, 0) rotate(45deg) scale(1.42);
  transform: translate(50%, 0) rotate(45deg) scale(1.42);
  opacity: 1;
}
/* line 130, ../scss/badboy/_widget-explore.scss */
.widget-explore .listing a:hover .text, .widget-explore .listing a:active .text, .widget-explore .listing a:focus .text {
  opacity: 1;
}
/* line 137, ../scss/badboy/_widget-explore.scss */
.widget-explore .cta {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0;
}
/* line 144, ../scss/badboy/_widget-explore.scss */
.widget-explore .cta a {
  text-decoration: none;
  -webkit-transition: color ease-out 300ms;
  -o-transition: color ease-out 300ms;
  transition: color ease-out 300ms;
}
@media only screen and (max-width: 767px) {
  /* line 152, ../scss/badboy/_widget-explore.scss */
  .widget-explore .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 157, ../scss/badboy/_widget-explore.scss */
  .widget-explore ul li {
    width: 50%;
    padding-bottom: 50%;
  }
  /* line 163, ../scss/badboy/_widget-explore.scss */
  .widget-explore .listing a .visual-effect:before {
    opacity: 0.2;
  }
  /* line 167, ../scss/badboy/_widget-explore.scss */
  .widget-explore .listing a .visual-effect .text {
    opacity: 1;
  }
  /* line 171, ../scss/badboy/_widget-explore.scss */
  .widget-explore .listing a:hover .visual-effect,
  .widget-explore .listing a:active .visual-effect,
  .widget-explore .listing a:focus .visual-effect {
    padding-bottom: 100%;
  }
  /* line 177, ../scss/badboy/_widget-explore.scss */
  .widget-explore .listing li.bottom a:hover .visual-effect,
  .widget-explore .listing li.bottom a:active .visual-effect,
  .widget-explore .listing li.bottom a:focus .visual-effect {
    bottom: 0;
  }
  /* line 183, ../scss/badboy/_widget-explore.scss */
  .widget-explore .listing a .visual-effect:after,
  .widget-explore .listing a .visual-effect::after {
    content: none;
  }
}

/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.widget-featured-content ul:before, .widget-featured-content ul:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.widget-featured-content ul:after {
  clear: both;
}
/* line 6, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content ul li {
  border-left: 1px solid #ffffff;
  float: left;
  width: 33.33333%;
}
/* line 11, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content ul li a {
  display: block;
  				/*article h1,
  				article p {
  					@include transition(color ease-out 300ms);
  				}
  
  				&:hover article h1,
  				&:hover article p,
  				&:active article h1,
  				&:active article p,
  				&:focus article h1,
  				&:focus article p {
  					color: $c-stimulus;
  				}*/
}
/* line 29, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content ul li:first-child {
  border-left: none;
}
/* line 34, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content article {
  background: #000 none no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 475px;
}
/* line 41, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content article header {
  left: 0;
  padding: 25px 35px;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 49, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content article h1,
.widget-featured-content article p {
  color: #fff;
  line-height: 1;
}
/* line 55, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content article h1 {
  color: #fff;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 25px;
  font-weight: 600;
}
/* line 62, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content article p {
  bottom: 0;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 36px;
  left: 0;
  margin-bottom: 0;
  padding: 25px 35px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
/* line 75, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content a article .background {
  background-color: #b70000;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
}
/* line 94, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content a:hover article .background {
  opacity: 1;
}

/***** Alternative version for two items *****/
/* line 104, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.items-two ul li {
  width: 50%;
}
/* line 107, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.items-two ul li article {
  padding-bottom: 370px;
}

/* line 116, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version a {
  display: table;
  width: 100%;
}
/* line 121, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version a:hover {
  text-decoration: none;
}
/* line 125, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version ul li article {
  padding-bottom: 0;
}
/* line 129, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version article {
  display: table-cell;
  height: 500px;
  padding-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
/* line 137, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version article h1 {
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 46px;
}
/* line 142, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version article p {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 23px;
  padding: 0;
  position: static;
}
/* line 149, ../scss/badboy/_widget-featured-content.scss */
.widget-featured-content.landing-version article .img-responsive {
  margin: 0 auto 0.4em;
}

@media only screen and (max-width: 767px) {
  /* line 159, ../scss/badboy/_widget-featured-content.scss */
  .widget-featured-content ul li,
  .widget-featured-content.items-two ul li {
    border-left: none;
    border-top: 1px solid #ffffff;
    width: 100%;
  }
  /* line 164, ../scss/badboy/_widget-featured-content.scss */
  .widget-featured-content ul li:first-child,
  .widget-featured-content.items-two ul li:first-child {
    border-top: none;
  }
}
/* NOTE: Some of these settings are TEMPORARY for the static HTML version */
/* line 5, ../scss/badboy/_widget-image-feed.scss */
.image-feed {
  background-color: transparent;
  margin-left: -1px;
  /* to hide left border */
}
/* line 11, ../scss/badboy/_widget-image-feed.scss */
.image-feed .slides li {
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/badboy/_widget-image-feed.scss */
.image-feed .slides a:hover {
  filter: alpha(opacity=20);
  /* IE8 and lower */
  opacity: 0.20;
}
/* line 21, ../scss/badboy/_widget-image-feed.scss */
.image-feed .slides img {
  border: 1px solid #ffffff;
  border-right: none;
}

/* line 3, ../scss/badboy/_widget-modal-international.scss */
.modal.international .modal-dialog {
  width: 770px;
}
/* line 7, ../scss/badboy/_widget-modal-international.scss */
.modal.international .modal-header {
  padding-left: 70px;
}
/* line 11, ../scss/badboy/_widget-modal-international.scss */
.modal.international .modal-body {
  padding: 30px 70px 100px;
}
/* line 15, ../scss/badboy/_widget-modal-international.scss */
.modal.international h2 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1199px) {
  /* line 20, ../scss/badboy/_widget-modal-international.scss */
  .modal.international .modal-dialog {
    width: 770px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 26, ../scss/badboy/_widget-modal-international.scss */
  .modal.international .modal-dialog {
    margin: 0;
    width: 100%;
  }
}

/*ul*/
/* line 34, ../scss/badboy/_widget-modal-international.scss */
.list-international {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  margin-bottom: 1em;
  margin-top: 3em;
  text-transform: uppercase;
}
/* line 42, ../scss/badboy/_widget-modal-international.scss */
.list-international li {
  line-height: 1;
  margin-bottom: 2em;
}
/* line 46, ../scss/badboy/_widget-modal-international.scss */
.list-international li a {
  color: inherit;
  text-decoration: none;
}
/* line 50, ../scss/badboy/_widget-modal-international.scss */
.list-international li a:before {
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 0.25em;
  vertical-align: top;
  width: 35px;
}

/***** FLAGS *****/
/*a*/
/* line 64, ../scss/badboy/_widget-modal-international.scss */
.store-br:before {
  background-image: url("../images/flag-br.png");
}

/* line 65, ../scss/badboy/_widget-modal-international.scss */
.store-eu:before {
  background-image: url("../images/flag-eu.png");
}

/* line 66, ../scss/badboy/_widget-modal-international.scss */
.store-mx:before {
  background-image: url("../images/flag-mx.png");
}

/* line 67, ../scss/badboy/_widget-modal-international.scss */
.store-us:before {
  background-image: url("../images/flag-us.png");
}

/* line 3, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-dialog {
  width: 930px;
}
/* line 9, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-header .new-product-tag {
  background-color: #000000;
  color: #fff;
  display: none;
  font-family: "Alright Sans Ultra", sans-serif;
  font-size: 11px;
  left: 40px;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
/* line 27, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .list-thumbs-nav {
  padding: 15px;
  padding-bottom: 0;
}
/* line 31, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .list-thumbs-nav li {
  display: inline-block;
  margin-right: 20px;
}
/* line 38, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body h2 {
  font-size: 28px;
  line-height: normal;
  margin: 0 0 5px;
}
/* line 43, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body h2 a {
  color: #000;
}
/* line 48, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body h3, .modal.quick-view .modal-body .recommended-product {
  font-size: 13px;
  margin: 0 0 7px;
}
/* line 53, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .price {
  display: block;
  font-weight: 700;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  color: #000000;
}
/* line 66, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .msrp-margin {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  display: block;
  margin: 0 0 10px;
}
/* line 74, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .short-description {
  font-size: 13px;
  margin: 20px 0 10px;
}
/* line 80, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .quick-view-utils {
  margin: 20px 0;
}
/* line 84, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .quick-view-utils .link-text {
  font-size: 17px;
  letter-spacing: 0.05em;
  display: inline-block;
}
/* line 89, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .quick-view-utils .link-text:first-child {
  margin-right: 25px;
}
/* line 93, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .quick-view-utils .link-text:hover, .modal.quick-view .modal-body .quick-view-utils .link-text:active, .modal.quick-view .modal-body .quick-view-utils .link-text:focus {
  text-decoration: none;
}
/* line 100, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .quick-view-utils .button {
  font-size: 18px;
  margin-right: 25px;
  letter-spacing: 0.05em;
  top: -3px;
}
/* line 112, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .product-options .button {
  /* &.button-small */
  font-size: 18px;
  padding: 12px 2em 11px;
}
/* line 118, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .product-options .fi-select,
.modal.quick-view .modal-body .product-options .fi-select > span,
.modal.quick-view .modal-body .product-options .fi-select > select {
  height: 41px;
}
/* line 124, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .product-options .fi-select {
  font-size: 18px;
}
/* line 128, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .product-options .fi-select > span {
  font-size: 18px;
  padding: 13px 15px;
}
/* line 133, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .product-options .fi-select .fi-select-arrow-wrap {
  font-size: 18px;
  margin-top: -10px;
}
/* line 141, ../scss/badboy/_widget-modal-quick-view.scss */
.modal.quick-view .modal-body .product-options dd.option-swatch-picker .input-box .fi-select {
  height: 1px;
}
@media only screen and (max-width: 1199px) {
  /* line 149, ../scss/badboy/_widget-modal-quick-view.scss */
  .modal.quick-view .modal-dialog {
    width: 770px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 155, ../scss/badboy/_widget-modal-quick-view.scss */
  .modal.quick-view .modal-dialog {
    margin: 0;
    width: 100%;
  }
}

/***** SOCIAL MENU (Uses .list-social-links in the dd) *****/
/* line 3, ../scss/badboy/_widget-social.scss */
.social-menu {
  clear: left;
  margin: 10px 0;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.social-menu:before, .social-menu:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.social-menu:after {
  clear: both;
}
/* line 8, ../scss/badboy/_widget-social.scss */
.social-menu dt, .social-menu dd {
  display: inline;
  float: left;
  margin: 0;
}
/* line 14, ../scss/badboy/_widget-social.scss */
.social-menu dt {
  font-family: "Alright Sans Black",sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin-right: 2em;
  text-transform: uppercase;
}
/* line 22, ../scss/badboy/_widget-social.scss */
.social-menu ul, .social-menu li {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Social Links
 */
/* line 34, ../scss/badboy/_widget-social.scss */
.social label {
  color: #bebebe;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 17px;
  letter-spacing: 0.090em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

/* line 44, ../scss/badboy/_widget-social.scss */
.list-social-links {
  margin-bottom: 1em;
}
/* line 47, ../scss/badboy/_widget-social.scss */
.list-social-links li {
  display: inline-block;
  margin: 0 0 1em 2em;
  padding: 0;
}
/* line 53, ../scss/badboy/_widget-social.scss */
.list-social-links li:first-child {
  margin-left: 0;
}
/* line 57, ../scss/badboy/_widget-social.scss */
.list-social-links .social-link {
  color: #bebebe;
  display: inline-block;
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  margin-top: 0;
  position: relative;
  text-decoration: none;
  width: 1em;
}
/* line 69, ../scss/badboy/_widget-social.scss */
.list-social-links a:hover {
  color: #b70000;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.list-social-links:after:before, .list-social-links:after:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.list-social-links:after:after {
  clear: both;
}

/* line 1, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items {
  padding: 30px 0;
}
/* line 6, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items header h2 {
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 1em;
}
/* line 14, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items header p {
  color: #909090;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1199px) {
  /* line 27, ../scss/badboy/_widget-popular-items.scss */
  .widget-popular-items header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 33, ../scss/badboy/_widget-popular-items.scss */
  .widget-popular-items header h2 {
    font-size: 20px;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
/* line 47, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a {
  color: #bebebe;
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 53, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a:hover, .widget-popular-items article a:active, .widget-popular-items article a:focus {
  color: #b70000;
}
/* line 60, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
}
/* line 66, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a:hover img,
.widget-popular-items article a:active img,
.widget-popular-items article a:focus img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* line 73, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article h1 {
  color: #bebebe;
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 23px;
  text-align: center;
}
/* line 80, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a h1 {
  -webkit-transition: color ease-out 300ms;
  -o-transition: color ease-out 300ms;
  transition: color ease-out 300ms;
}
/* line 84, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a:hover h1,
.widget-popular-items article a:active h1,
.widget-popular-items article a:focus h1 {
  color: #b70000;
}
/* line 95, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a .cta {
  left: 50%;
  margin-left: -102px;
  margin-top: -26px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 50%;
  -webkit-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
  transition: opacity ease-out 300ms;
}
/* line 105, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a .cta:after, .widget-popular-items article a .cta::after {
  background-color: #000000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-transform: translate(-100%) skew(45deg);
  -ms-transform: translate(-100%) skew(45deg);
  -webkit-transform: translate(-100%) skew(45deg);
  transform: translate(-100%) skew(45deg);
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  -webkit-transition: opacity ease-out 300ms, transform ease-out 300ms;
  -o-transition: opacity ease-out 300ms, transform ease-out 300ms;
  transition: opacity ease-out 300ms, transform ease-out 300ms;
}
/* line 117, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a:hover .cta,
.widget-popular-items article a:active .cta,
.widget-popular-items article a:focus .cta {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #000000;
  color: #fff;
}
/* line 125, ../scss/badboy/_widget-popular-items.scss */
.widget-popular-items article a:hover .cta:after, .widget-popular-items article a:hover .cta::after,
.widget-popular-items article a:active .cta:after,
.widget-popular-items article a:active .cta::after,
.widget-popular-items article a:focus .cta:after,
.widget-popular-items article a:focus .cta::after {
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 2, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel .slides > li article {
  padding: 0;
}
/* line 8, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a {
  position: relative;
  display: block;
}
/* line 13, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a img {
  -webkit-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}
/* line 17, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 20%;
  bottom: 0;
  right: 20%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}
/* line 29, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a .overlay h1 {
  margin-bottom: 0;
}
/* line 34, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a .overlay .price {
  display: block;
  margin-bottom: 20px;
  color: #585858;
}
/* line 40, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a .overlay .cta {
  font-size: 18px;
}
/* line 47, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a:hover, .product-carousel article a:active, .product-carousel article a:focus {
  background-color: #fff;
}
/* line 53, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a:hover img, .product-carousel article a:active img, .product-carousel article a:focus img {
  opacity: 0.1;
}
/* line 56, ../scss/badboy/_widget-product-carousel.scss */
.product-carousel article a:hover .overlay, .product-carousel article a:active .overlay, .product-carousel article a:focus .overlay {
  opacity: 1;
}

/* line 1, ../scss/badboy/_widget-secondary-collections.scss */
.widget-secondary-collections {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
}
/* line 7, ../scss/badboy/_widget-secondary-collections.scss */
.widget-secondary-collections h2 {
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 46px;
  text-align: center;
  margin-top: 0.5em;
}
/* line 14, ../scss/badboy/_widget-secondary-collections.scss */
.widget-secondary-collections h3, .widget-secondary-collections .recommended-product {
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
}
/* line 21, ../scss/badboy/_widget-secondary-collections.scss */
.widget-secondary-collections a {
  color: #fff;
}
/* line 25, ../scss/badboy/_widget-secondary-collections.scss */
.widget-secondary-collections .table-cell {
  background: #909090 none no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 500px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 36, ../scss/badboy/_widget-secondary-collections.scss */
  .widget-secondary-collections h3, .widget-secondary-collections .recommended-product {
    padding-top: 1.5em;
  }
  /* line 40, ../scss/badboy/_widget-secondary-collections.scss */
  .widget-secondary-collections .table-cell {
    display: block;
    height: 250px;
    width: auto;
  }
}

/***** MODAL with DropZone *****/
/* #uploadModal */
/* line 5, ../scss/badboy/_upload-modal.scss */
#uploadModal .row .button {
  min-width: 200px;
}
/* line 9, ../scss/badboy/_upload-modal.scss */
#uploadModal .row > .col-xs-6 .button {
  float: right;
}
/* line 13, ../scss/badboy/_upload-modal.scss */
#uploadModal .row > .col-xs-6:first-child .button {
  float: left;
}
/* line 18, ../scss/badboy/_upload-modal.scss */
#uploadModal .modal-dialog a.button,
#uploadModal .modal-dialog a.button:hover,
#uploadModal .modal-dialog a.button:active,
#uploadModal .modal-dialog a.button:focus {
  color: #ffffff;
}
/* line 25, ../scss/badboy/_upload-modal.scss */
#uploadModal .modal-dialog a.button-small {
  font-size: 18px;
  height: auto;
  line-height: 1;
  padding: 12px 2em 11px;
}
/* line 32, ../scss/badboy/_upload-modal.scss */
#uploadModal .modal-dialog .cart-cta .button {
  float: right;
}

/* line 3, ../scss/badboy/_coupon-modal.scss */
#coupon-modal h2 {
  font-size: 72px;
  text-align: center;
}
/* line 9, ../scss/badboy/_coupon-modal.scss */
#coupon-modal h3, #coupon-modal .recommended-product {
  font-size: 31px;
  margin-bottom: 1.5em;
  text-align: center;
}
/* line 16, ../scss/badboy/_coupon-modal.scss */
#coupon-modal .modal-dialog {
  width: 770px;
}
/* line 21, ../scss/badboy/_coupon-modal.scss */
#coupon-modal input[type=text], #coupon-modal input[type=email] {
  width: 100%;
}
/* line 27, ../scss/badboy/_coupon-modal.scss */
#coupon-modal .modal-footer {
  color: #a7a9ac;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 40px;
  text-align: center;
}
/* line 35, ../scss/badboy/_coupon-modal.scss */
#coupon-modal .modal-footer a {
  color: inherit;
}

@media only screen and (max-width: 991px) {
  /* line 45, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal .modal-dialog {
    margin: 0;
    width: 100%;
  }

  /* line 50, ../scss/badboy/_coupon-modal.scss */
  .coupon-form-button {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 57, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal .modal-body {
    padding: 1em;
  }
  /* line 61, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal h2 {
    font-size: 48px;
  }
  /* line 65, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal h3, #coupon-modal .recommended-product {
    font-size: 24px;
  }
  /* line 69, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal .button {
    display: block;
    width: 100%;
  }
  /* line 74, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal .btn-cart {
    margin-bottom: 1em;
  }
  /* line 78, ../scss/badboy/_coupon-modal.scss */
  #coupon-modal .modal-footer {
    padding: 1em;
  }
}
/* line 1, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart {
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 8, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-dialog {
  width: 960px;
  min-height: 580px;
}
/* line 18, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body {
  padding: 0 25px 25px;
}
/* line 21, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body h2 {
  font-size: 28px;
  line-height: normal;
  margin: 0 0 5px;
}
/* line 26, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body h2 a {
  color: #000;
}
/* line 31, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle {
  display: block;
  width: 170px;
  height: 36px;
  margin: auto;
  font-size: 13px;
  line-height: 38px;
  font-family: "Alright Sans Black", sans-serif;
  color: #fff;
  background-color: #d1d3d4;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
  clear: both;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}
/* line 49, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle:before {
  content: '';
  display: block;
  width: 50%;
  height: 36px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
/* line 68, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle span {
  position: relative;
  color: #fff;
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  /*-webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;*/
}
/* line 81, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle span:last-child {
  color: #000;
}
/* line 87, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle.active:before {
  left: 50%;
}
/* line 91, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle.active span {
  color: #000;
}
/* line 94, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body a.size-chart-toggle.active span:last-child {
  color: #fff;
}
/* line 101, ../scss/badboy/_widget-size-chart.scss */
.modal.size-chart .modal-body .images {
  padding: 25px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  /* line 109, ../scss/badboy/_widget-size-chart.scss */
  .modal.size-chart .modal-dialog {
    width: 770px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 115, ../scss/badboy/_widget-size-chart.scss */
  .modal.size-chart .modal-dialog {
    margin: 0;
    width: 100%;
  }
}

/* line 1, ../scss/badboy/_product-videos.scss */
#product-videos {
  padding-bottom: 50px;
}
/* line 4, ../scss/badboy/_product-videos.scss */
#product-videos .embed-responsive + .embed-responsive {
  margin-top: 1em;
}

/* line 3, ../scss/content/_home.scss */
body.cms-home .main-container {
  padding: 0;
}
@media only screen and (max-width: 1599px) {
  /* line 8, ../scss/content/_home.scss */
  body.cms-home .main-container {
    width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 14, ../scss/content/_home.scss */
  body.cms-home .main-container {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 20, ../scss/content/_home.scss */
  body.cms-home .main-container {
    padding: 0;
  }
}
/* line 26, ../scss/content/_home.scss */
body.cms-home .featured {
  border: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 33, ../scss/content/_home.scss */
body.cms-home .featured .flexslider {
  background-color: #000;
}
/* line 40, ../scss/content/_home.scss */
body.cms-home .featured .slides li {
  display: block;
  height: 960px;
}
/* line 44, ../scss/content/_home.scss */
body.cms-home .featured .slides li article {
  display: table;
  height: 100%;
  width: 100%;
}
/* line 49, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a {
  background: #000 none no-repeat scroll top center;
  -webkit-background-size: cover;
  background-size: cover;
  display: table-cell;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
/* line 60, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a .backdrop {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 68, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a .backdrop img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
/* line 80, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a .frontdrop {
  position: relative;
}
/* line 84, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a h1,
body.cms-home .featured .slides li article > a p {
  color: #fff;
}
/* line 89, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a h1 {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 98, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a p {
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
/* line 105, ../scss/content/_home.scss */
body.cms-home .featured .slides li article > a .tagline {
  font-size: 136px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 112, ../scss/content/_home.scss */
  body.cms-home .featured .slides li article > a h1 {
    font-size: 30px;
  }
  /* line 116, ../scss/content/_home.scss */
  body.cms-home .featured .slides li article > a p {
    font-size: 20px;
  }
  /* line 120, ../scss/content/_home.scss */
  body.cms-home .featured .slides li article > a .tagline {
    font-size: 45px;
  }
}

/***** Skip hero *****/
/* line 135, ../scss/content/_home.scss */
.skip-hero-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
/* line 142, ../scss/content/_home.scss */
.skip-hero-wrapper .skip-hero-content {
  position: relative;
}
/* line 145, ../scss/content/_home.scss */
.skip-hero-wrapper .skip-hero-content a {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 3px #fff;
  bottom: 40px;
  display: block;
  height: 45px;
  left: 25px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color ease-out 300ms, border-color ease-out 300ms;
  -o-transition: background-color ease-out 300ms, border-color ease-out 300ms;
  transition: background-color ease-out 300ms, border-color ease-out 300ms;
  width: 45px;
}
/* line 158, ../scss/content/_home.scss */
.skip-hero-wrapper .skip-hero-content a:before {
  border: solid 3px #fff;
  border-width: 0 3px 3px 0;
  display: block;
  content: '';
  height: 26px;
  margin: 7px auto 0;
  -webkit-transition: border-color ease-out 300ms;
  -o-transition: border-color ease-out 300ms;
  transition: border-color ease-out 300ms;
  width: 26px;
}
/* line 173, ../scss/content/_home.scss */
.skip-hero-wrapper .skip-hero-content a:hover, .skip-hero-wrapper .skip-hero-content a:active, .skip-hero-wrapper .skip-hero-content a:focus {
  background-color: #fff;
}
/* line 179, ../scss/content/_home.scss */
.skip-hero-wrapper .skip-hero-content a:hover:before, .skip-hero-wrapper .skip-hero-content a:active:before, .skip-hero-wrapper .skip-hero-content a:focus:before {
  border-color: #000;
}

/* Angle crop on bottom of slide image */
/* line 189, ../scss/content/_home.scss */
#featured-hero:after {
  bottom: 0;
  content: '';
  display: block;
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 10;
  /* Triangle border */
  border-style: inset;
  border-width: 0 0 160px 2600px;
  border-color: transparent transparent #ffffff transparent;
}

/*section*/
/* line 5, ../scss/content/_post.scss */
#community .social-menu {
  margin-top: 2.5em;
}

/* ============================================ *
 * ARTICLE TYPE POST FEATURED
 * ============================================ */
/* line 14, ../scss/content/_post.scss */
.post-featured#hero {
  /*h1*/
}
/* line 19, ../scss/content/_post.scss */
.post-featured#hero .post-title {
  font-size: 60px;
}
/* line 23, ../scss/content/_post.scss */
.post-featured#hero .post-cta {
  color: #ffffff;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 40px;
  letter-spacing: 0.070em;
  line-height: 1;
  text-transform: uppercase;
}

/* ============================================ *
 * ARTICLE TYPE POST
 * ============================================ */
/*article*/
/* line 38, ../scss/content/_post.scss */
.post {
  font-size: 16px;
  line-height: 2;
  padding: 1em 0 2em;
}

/*header*/
/* line 45, ../scss/content/_post.scss */
.post-header {
  text-align: center;
}
/* line 48, ../scss/content/_post.scss */
.post-header .post-date {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 1.25em;
}
/* line 54, ../scss/content/_post.scss */
.post-header .post-date .post-author {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #909090;
  font-weight: 700;
}
/* line 62, ../scss/content/_post.scss */
.post-header .post-title {
  font-size: 60px;
  margin-bottom: 0.5em;
}
/* line 67, ../scss/content/_post.scss */
.post-header .post-intro {
  margin: 0 0 2em;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  /* line 74, ../scss/content/_post.scss */
  .post-header .post-title {
    font-size: 32px;
  }
}
/*section*/
/* line 80, ../scss/content/_post.scss */
.post-hero {
  padding: 2em 0 3em;
  text-align: center;
}
/* line 84, ../scss/content/_post.scss */
.post-hero img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

/*section*/
/* line 94, ../scss/content/_post.scss */
.post-content p, .post-content ul, .post-content ol {
  margin-bottom: 2em;
}
/* line 98, ../scss/content/_post.scss */
.post-content img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 1em;
}
/* line 104, ../scss/content/_post.scss */
.post-content blockquote {
  margin-left: 5%;
  margin-right: 5%;
}
/* line 109, ../scss/content/_post.scss */
.post-content blockquote, .post-content blockquote p, .post-content p blockquote {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1em;
  maergin-top: 1em;
  text-transform: uppercase;
}

/*footer*/
/* line 123, ../scss/content/_post.scss */
.post-footer .social-menu {
  float: none;
  margin-top: 3em;
}

/* ============================================ *
 * ARTICLE TYPE POST DISPLAYED AS SEARCH RESULTS
 * ============================================ */
/* line 134, ../scss/content/_post.scss */
.search-results {
  /*article*/
  /*section*/
  /*header*/
}
/* line 137, ../scss/content/_post.scss */
.search-results .post {
  font-size: 14px;
  line-height: 1.6428;
  padding: 0 0 2em;
}
/* line 144, ../scss/content/_post.scss */
.search-results .post-hero {
  padding: 0 0 1.5em;
  text-align: center;
}
/* line 148, ../scss/content/_post.scss */
.search-results .post-hero a {
  display: block;
  position: relative;
  padding-bottom: 75%;
}
/* line 154, ../scss/content/_post.scss */
.search-results .post-hero img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
}
/* line 163, ../scss/content/_post.scss */
.search-results .post-header {
  text-align: left;
}
/* line 166, ../scss/content/_post.scss */
.search-results .post-header .post-type {
  color: #bebebe;
  font-family: "Alright Sans Black", sans-serif;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
/* line 172, ../scss/content/_post.scss */
.search-results .post-header .post-type a {
  -webkit-transition: transform ease-out 150ms, opacity ease-out 150ms;
  -o-transition: transform ease-out 150ms, opacity ease-out 150ms;
  transition: transform ease-out 150ms, opacity ease-out 150ms;
  color: inherit;
}
/* line 177, ../scss/content/_post.scss */
.search-results .post-header .post-type a:hover {
  color: inherit;
  filter: alpha(opacity=70);
  opacity: 0.70;
  text-decoration: none;
}
/* line 185, ../scss/content/_post.scss */
.search-results .post-header .post-title {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 35px;
  margin-bottom: 0.5em;
}
/* line 191, ../scss/content/_post.scss */
.search-results .post-header .post-title a {
  -webkit-transition: transform ease-out 150ms, opacity ease-out 150ms;
  -o-transition: transform ease-out 150ms, opacity ease-out 150ms;
  transition: transform ease-out 150ms, opacity ease-out 150ms;
  color: inherit;
}
/* line 196, ../scss/content/_post.scss */
.search-results .post-header .post-title a:hover {
  color: inherit;
  filter: alpha(opacity=70);
  opacity: 0.70;
  text-decoration: none;
}
/* line 204, ../scss/content/_post.scss */
.search-results .post-header .post-date {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0.75em;
}
/* line 210, ../scss/content/_post.scss */
.search-results .post-header .post-date .post-author {
  font-size: 14px;
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
}
/* line 216, ../scss/content/_post.scss */
.search-results .post-header .post-date .post-author:before {
  content: '';
  display: block;
  width: 2px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -2px;
}
/* line 229, ../scss/content/_post.scss */
.search-results .post-header .post-intro {
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 236, ../scss/content/_post.scss */
  .search-results .post-header .post-title {
    font-size: 30px;
  }
}

/* ============================================ *
 * ISOTOPE PLUGIN
 * ============================================ */
/* line 247, ../scss/content/_post.scss */
#community .search-results {
  margin-top: -2em;
  overflow: hidden;
  /* to hide border-top on article.post */
  padding-bottom: 128px;
}
/* line 255, ../scss/content/_post.scss */
#community .search-results .item article {
  border-top: 1px solid #d2d4d5;
  margin-top: -1px;
  padding-top: 3em;
}
/* line 263, ../scss/content/_post.scss */
#community .search-results #infscr-loading img {
  left: 50%;
  bottom: 0;
  margin-left: -64px;
  position: absolute;
}

/* ============================================ *
 * Teammate Detail
 * ============================================ */
/* line 5, ../scss/content/_team-detail.scss */
#hero.featured.teammate {
  height: 960px;
  /* TEMPORARY: height will be vertically responsive to browser window */
}

/* This target might need to be modified since it is based on a body class */
/* line 10, ../scss/content/_team-detail.scss */
#hero.featured.teammate .skip-hero-wrapper .skip-hero-content a {
  left: 50%;
  margin-left: -13px;
}

/* line 15, ../scss/content/_team-detail.scss */
#teammate-bio {
  padding: 6em 0;
}
/* line 19, ../scss/content/_team-detail.scss */
#teammate-bio dl {
  line-height: 1;
  margin: 0 0 3em;
}
/* line 24, ../scss/content/_team-detail.scss */
#teammate-bio dt {
  color: #bebebe;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 16px;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
/* line 32, ../scss/content/_team-detail.scss */
#teammate-bio dd {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}
/* line 40, ../scss/content/_team-detail.scss */
#teammate-bio .origin span {
  background: inherit;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  height: 24px;
  margin-left: 0.25em;
  overflow: hidden;
  width: 32px;
}
/* line 57, ../scss/content/_team-detail.scss */
#teammate-bio .description {
  margin-bottom: 3em;
}
/* line 61, ../scss/content/_team-detail.scss */
#teammate-bio .description .list-awards {
  color: #bebebe;
  float: right;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 22px;
  margin: 1em 0 0;
  text-transform: uppercase;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
#teammate-bio .description .list-awards:before, #teammate-bio .description .list-awards:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
#teammate-bio .description .list-awards:after {
  clear: both;
}
/* line 71, ../scss/content/_team-detail.scss */
#teammate-bio .description .list-awards li {
  float: right;
  margin: 0 0 0.5em 30px;
}
/* line 76, ../scss/content/_team-detail.scss */
#teammate-bio .description .list-awards img {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
/* line 86, ../scss/content/_team-detail.scss */
#teammate-bio .awards dd {
  background: url("../images/icon-award.png") no-repeat 0 0 transparent;
  background-size: 31px 31px;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin: 0 0 0.75em;
  padding-left: 40px;
}

/* line 99, ../scss/content/_team-detail.scss */
#teammate-brand {
  padding: 4em 0 2em;
}
/* line 105, ../scss/content/_team-detail.scss */
#teammate-brand .nav-above .flex-direction-nav li a.flex-next {
  right: 7px !important;
}
/* line 109, ../scss/content/_team-detail.scss */
#teammate-brand .nav-above .flex-direction-nav li a.flex-prev {
  left: 7px !important;
}
@media only screen and (max-width: 991px) {
  /* line 114, ../scss/content/_team-detail.scss */
  #teammate-brand .nav-above .flex-direction-nav li a.flex-next, #teammate-brand .nav-above .flex-direction-nav li a.flex-prev {
    top: auto;
    bottom: 120px;
  }
}

/* line 125, ../scss/content/_team-detail.scss */
#teammate-social {
  padding: 6em 0 0;
  text-align: center;
}
/* line 129, ../scss/content/_team-detail.scss */
#teammate-social h2 {
  color: #000000;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.75em;
  text-align: center;
  text-transform: uppercase;
}
/* line 119, ../scss/mixin/_typography.scss */
#teammate-social h2 a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 129, ../scss/content/_team-detail.scss */
  #teammate-social h2 {
    font-size: 22px;
  }
}
/* line 134, ../scss/content/_team-detail.scss */
#teammate-social .sharing-links li {
  margin: 0 12px;
}
/* line 137, ../scss/content/_team-detail.scss */
#teammate-social .sharing-links li a {
  font-size: 22px;
}
/* line 140, ../scss/content/_team-detail.scss */
#teammate-social .sharing-links li a:hover, #teammate-social .sharing-links li a:active, #teammate-social .sharing-links li a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  /* line 151, ../scss/content/_team-detail.scss */
  #teammate-social .nav-above .flex-direction-nav li a.flex-next, #teammate-social .nav-above .flex-direction-nav li a.flex-prev {
    top: 65px;
  }
}

/* ============================================ *
 * Team Page Template
 * ============================================ */
/*section*/
/* line 168, ../scss/content/_team-detail.scss */
#team a.athlete {
  text-decoration: none;
}
/* line 173, ../scss/content/_team-detail.scss */
#team a.athlete:hover .name {
  text-decoration: underline;
}

/* line 185, ../scss/content/_team-detail.scss */
a.athlete:hover .list-teammate .image img,
a.athlete:active .list-teammate .image img,
a.athlete:focus .list-teammate .image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 191, ../scss/content/_team-detail.scss */
.list-teammate {
  line-height: 1;
  margin: 0 0 4em;
  text-align: center;
}
/* line 14, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.list-teammate:before, .list-teammate:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/vendor/bootstrap/mixins/_clearfix.scss */
.list-teammate:after {
  clear: both;
}
/* line 197, ../scss/content/_team-detail.scss */
.list-teammate li {
  line-height: 1;
}
/* line 201, ../scss/content/_team-detail.scss */
.list-teammate .image {
  margin-bottom: 1.5em;
  overflow: hidden;
}
/* line 206, ../scss/content/_team-detail.scss */
.list-teammate .image img {
  -webkit-transition: transform 7s ease-out;
  -o-transition: transform 7s ease-out;
  transition: transform 7s ease-out;
}
/* line 210, ../scss/content/_team-detail.scss */
.list-teammate .category {
  color: #bebebe;
  font-family: "Alright Sans Black", sans-serif;
  font-size: 14px;
  margin: 0 0 1em;
  text-transform: uppercase;
}
/* line 218, ../scss/content/_team-detail.scss */
.list-teammate .name {
  color: #000000;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  /* line 228, ../scss/content/_team-detail.scss */
  .list-teammate .name {
    font-size: 24px;
  }
}
/***** TEAM FILTER *****/
/* line 236, ../scss/content/_team-detail.scss */
.filter-team {
  /*margin-top: 2.5em;*/
}

/* line 1, ../scss/content/_home-b2b.scss */
#best-selling {
  padding: 60px 0 0;
}

/* line 5, ../scss/content/_home-b2b.scss */
#recommended-order {
  padding: 30px 0;
}
/* line 8, ../scss/content/_home-b2b.scss */
#recommended-order h2 {
  font-size: 26px;
}
/* line 12, ../scss/content/_home-b2b.scss */
#recommended-order h3, #recommended-order .recommended-product {
  font-size: 12px;
  color: #909090;
  margin-top: 20px;
}
/* line 19, ../scss/content/_home-b2b.scss */
#recommended-order .big-price {
  display: block;
  font-size: 48px;
}
/* line 25, ../scss/content/_home-b2b.scss */
#recommended-order a.button {
  margin-top: 30px;
}
/* line 29, ../scss/content/_home-b2b.scss */
#recommended-order .left > div {
  padding: 0 15px 30px;
  text-align: center;
}

/* line 38, ../scss/content/_home-b2b.scss */
.b2b-lower {
  padding: 50px 0;
  margin: 25px 0 110px;
}
@media screen and (min-width: 768px) {
  /* line 38, ../scss/content/_home-b2b.scss */
  .b2b-lower {
    padding: 100px 0;
    margin: 0;
  }
}

/* line 53, ../scss/content/_home-b2b.scss */
.b2b-widget {
  margin: 50px 0;
}
/* line 56, ../scss/content/_home-b2b.scss */
.b2b-widget:first-child {
  margin-top: 0;
}
/* line 59, ../scss/content/_home-b2b.scss */
.b2b-widget:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 53, ../scss/content/_home-b2b.scss */
  .b2b-widget {
    margin: 0;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 53, ../scss/content/_home-b2b.scss */
  .b2b-widget {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 53, ../scss/content/_home-b2b.scss */
  .b2b-widget {
    padding-bottom: 100px !important;
  }
}
/* line 73, ../scss/content/_home-b2b.scss */
.b2b-widget h2 {
  border-bottom: 1px solid #d1d3d4;
  font-size: 26px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 81, ../scss/content/_home-b2b.scss */
  .b2b-widget .cta {
    position: absolute;
    bottom: 0;
  }
}
/* line 90, ../scss/content/_home-b2b.scss */
.b2b-widget#wishlist .product {
  font-size: 14px;
  color: #585858;
  border-bottom: 1px solid #d1d3d4;
  padding: 20px 0;
}
/* line 96, ../scss/content/_home-b2b.scss */
.b2b-widget#wishlist .product h1 {
  margin: 0;
}
/* line 101, ../scss/content/_home-b2b.scss */
.b2b-widget#wishlist .product:first-of-type {
  padding: 0 0 20px;
}
/* line 104, ../scss/content/_home-b2b.scss */
.b2b-widget#wishlist .product:last-of-type {
  border-bottom: none;
}
/* line 114, ../scss/content/_home-b2b.scss */
.b2b-widget#recent-order h1 {
  font-size: 27px;
  letter-spacing: 0;
}
/* line 120, ../scss/content/_home-b2b.scss */
.b2b-widget#recent-order ul {
  overflow-x: hidden;
  max-width: 40em;
}
/* line 124, ../scss/content/_home-b2b.scss */
.b2b-widget#recent-order ul li {
  margin: 0.5em 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
/* line 133, ../scss/content/_home-b2b.scss */
.b2b-widget#recent-order ul li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ " "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ " "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ " "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ";
  transform: rotate(0deg);
  position: relative;
  left: 0;
  top: 0;
  color: #d1d3d4;
  font-size: 6px;
  line-height: 23px;
}
/* line 147, ../scss/content/_home-b2b.scss */
.b2b-widget#recent-order ul li span:first-child {
  padding-right: 0.33em;
  background: #fff;
  position: relative;
}
/* line 152, ../scss/content/_home-b2b.scss */
.b2b-widget#recent-order ul li span + span {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  color: #585858;
}
/* line 167, ../scss/content/_home-b2b.scss */
.b2b-widget#order-form h2 {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 172, ../scss/content/_home-b2b.scss */
.b2b-widget#order-form a.button {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 179, ../scss/content/_home-b2b.scss */
  .b2b-widget#order-form .cta {
    width: 100%;
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 179, ../scss/content/_home-b2b.scss */
  .b2b-widget#order-form .cta {
    padding: 0 40px;
    margin: 0 -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 192, ../scss/content/_home-b2b.scss */
  .b2b-widget#order-form .cta .col-xs-6 {
    margin-top: 1em;
  }
}

/* line 206, ../scss/content/_home-b2b.scss */
.dropzone {
  border: 2px dashed #d4d6d7;
  background-color: #f6f7f7;
  border-radius: 6px;
  margin-bottom: 1em;
  padding-bottom: 40px;
  padding-top: 35px;
}
/* line 214, ../scss/content/_home-b2b.scss */
.dropzone .dz-default.dz-message {
  margin: 0;
}
/* line 217, ../scss/content/_home-b2b.scss */
.dropzone .dz-default.dz-message > span {
  font-size: 12px;
  color: #777;
}
/* line 221, ../scss/content/_home-b2b.scss */
.dropzone .dz-default.dz-message > span:before {
  color: #d4d6d7;
  content: '\EB41';
  font-family: "SSGizmo";
  font-size: 52px;
  display: block;
  line-height: 1;
}
/* line 230, ../scss/content/_home-b2b.scss */
.dropzone .dz-default.dz-message > span span {
  font-size: 16px;
  color: #000;
}
/* line 235, ../scss/content/_home-b2b.scss */
.dropzone .dz-default.dz-message > span.dz-drag-hover {
  border: 2px dashed #B70000;
}
/* line 242, ../scss/content/_home-b2b.scss */
.modal .dropzone {
  margin-top: 1em;
  margin-bottom: 30px;
}
/* line 247, ../scss/content/_home-b2b.scss */
.modal .dropzone .dz-default.dz-message {
  margin: 3em 0;
}
/* line 250, ../scss/content/_home-b2b.scss */
.modal .dropzone .dz-default.dz-message > span {
  font-size: 14px;
  color: #777;
}
/* line 254, ../scss/content/_home-b2b.scss */
.modal .dropzone .dz-default.dz-message > span:before {
  font-size: 62px;
  line-height: 1em;
}
/* line 260, ../scss/content/_home-b2b.scss */
.modal .dropzone .dz-default.dz-message > span span {
  font-size: 26px;
  color: #000;
  display: block;
  padding-bottom: 10px;
}
/* line 266, ../scss/content/_home-b2b.scss */
.modal .dropzone .dz-default.dz-message > span span + br {
  display: none;
}
/* line 270, ../scss/content/_home-b2b.scss */
.modal .dropzone .dz-default.dz-message > span.dz-drag-hover {
  border: 2px dashed #B70000;
}

/* line 281, ../scss/content/_home-b2b.scss */
#uploadModal .step2 .response {
  margin: 3em 0;
  font-size: 26px;
  color: #000;
  text-align: center;
}
/* line 287, ../scss/content/_home-b2b.scss */
#uploadModal .step2 .response > span {
  font-size: 62px;
  line-height: 1em;
  color: #00ad55;
}

/* line 294, ../scss/content/_home-b2b.scss */
.widget-collection-cta-alt {
  height: 420px;
  color: #fff;
}
/* line 299, ../scss/content/_home-b2b.scss */
.widget-collection-cta-alt .container {
  height: 420px;
}
/* line 303, ../scss/content/_home-b2b.scss */
.widget-collection-cta-alt h2 {
  padding: 0;
}
/* line 306, ../scss/content/_home-b2b.scss */
.widget-collection-cta-alt p {
  font-family: "Alright Sans Black", sans-serif;
  font-size: 24px;
}
/* line 310, ../scss/content/_home-b2b.scss */
.widget-collection-cta-alt p:first-child {
  margin-bottom: 7px;
  margin-top: 1em;
}
/* line 315, ../scss/content/_home-b2b.scss */
.widget-collection-cta-alt .cta a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  margin-top: 20px;
  font-size: 38px;
  letter-spacing: 0.07em;
}

@media only screen and (min-width: 768px) {
  /* line 325, ../scss/content/_home-b2b.scss */
  #recommended-order {
    padding: 30px 0 60px;
  }
  /* line 328, ../scss/content/_home-b2b.scss */
  #recommended-order .left, #recommended-order .right {
    float: left;
  }
  /* line 331, ../scss/content/_home-b2b.scss */
  #recommended-order .left > div {
    text-align: left;
  }
  /* line 335, ../scss/content/_home-b2b.scss */
  #recommended-order .left {
    width: calc((100% - 750px) / 2 + 350px);
    float: left;
  }
  /* line 339, ../scss/content/_home-b2b.scss */
  #recommended-order .left > div {
    width: 335px;
    float: right;
    padding: 0;
  }
  /* line 344, ../scss/content/_home-b2b.scss */
  #recommended-order .right {
    width: calc((100% - 750px) / 2 + 400px);
  }
  /* line 348, ../scss/content/_home-b2b.scss */
  #recommended-order h3, #recommended-order .recommended-product {
    margin-top: 40px;
  }
  /* line 352, ../scss/content/_home-b2b.scss */
  #recommended-order .big-price {
    font-size: 48px;
  }
  /* line 357, ../scss/content/_home-b2b.scss */
  #recommended-order a.button {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 368, ../scss/content/_home-b2b.scss */
  #recommended-order .left {
    width: calc((100% - 970px) / 2 + 324px);
    float: left;
  }
  /* line 372, ../scss/content/_home-b2b.scss */
  #recommended-order .left > div {
    width: 309px;
    float: right;
    padding: 0;
  }
  /* line 377, ../scss/content/_home-b2b.scss */
  #recommended-order .right {
    width: calc((100% - 970px) / 2 + 646px);
  }
  /* line 380, ../scss/content/_home-b2b.scss */
  #recommended-order .big-price {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 388, ../scss/content/_home-b2b.scss */
  #recommended-order .left {
    width: calc((100% - 1200px) / 2 + 400px);
    float: left;
  }
  /* line 392, ../scss/content/_home-b2b.scss */
  #recommended-order .left > div {
    width: 385px;
  }
  /* line 395, ../scss/content/_home-b2b.scss */
  #recommended-order .right {
    width: calc((100% - 1200px) / 2 + 800px);
  }
  /* line 398, ../scss/content/_home-b2b.scss */
  #recommended-order .big-price {
    font-size: 58px;
  }
}

/*# sourceMappingURL=styles.css.map */
