/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Common less file for including all less components.
   ========================================================================== */
/* Base section for defining the default styling of elements.
   ========================================================================== */
/* ==========================================================================
   Base common rules for whole shop, like colors, font style, etc.
   ========================================================================== */
/* Color and Font reset.
   ========================================================================== */
/* TODO: add all selectors from rwd theme */
html,
body,
.wrapper {
  height: 100%;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  color: #4a4a48;
  font: 11px/1.27em "Interstate WGL Light", Arial;
  margin: 0;
  padding: 0;
}
p {
  letter-spacing: 0.1rem;
}
/* Form elements reset */
textarea,
select,
input,
label {
  color: #4a4a48;
  font: 14px/1em "Interstate WGL Cond", Arial;
}
/* Headings font settings.
   ========================================================================== */
h1,
.h1 {
  font: bold 30px/1.07em 'Interstate WGL', Arial;
  letter-spacing: 0.09rem;
}
h2,
.h2 {
  font: bold 22px/1.14em 'Interstate WGL', Arial;
  letter-spacing: 0.05rem;
}
h3,
.h3 {
  letter-spacing: 0.05rem;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font: bold 14px/1.36em 'Interstate WGL Cond', Arial;
}
/* Default links styles.
   ========================================================================== */
a,
a:visited {
  color: #7d7d7d;
  font: 12px/1.17em 'Interstate WGL Cond', Arial;
  text-decoration: underline;
  text-transform: uppercase;
}
a:hover,
a:active {
  color: #000000;
}
a.no-hover:hover,
a.no-hover:active {
  color: #7d7d7d;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-view {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop-view.tablet-view {
    display: none;
  }
  .mobile-view.tablet-view {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Fonts declaration.
   ========================================================================== */
/* KnockoutHTF48-Featherweight font. Used for buttons and selectbox.
   ========================================================================== */
@font-face {
  font-family: 'KnockoutHTF48-Featherweight';
  src: url('../fonts/knockout-htf48-featherweight-webfont.eot');
  src: url('../fonts/knockout-htf48-featherweight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/knockout-htf48-featherweight-webfont.woff') format('woff'), url('../fonts/knockout-htf48-featherweight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Interstate WGL font mixins, font declarations are in external css file */
.interstatewglbold {
  font-family: "Interstate WGL";
  font-style: normal;
  font-weight: bold;
}
.interstatewglcondbold {
  font-family: "Interstate WGL Cond";
  font-style: normal;
  font-weight: bold;
}
.interstatewglcondregular {
  font-family: "Interstate WGL Cond";
  font-style: normal;
  font-weight: normal;
}
.interstatewgllight {
  font-family: "Interstate WGL Light";
  font-style: normal;
  font-weight: normal;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   The list of variables.
   ========================================================================== */
/* Color variables.
   ========================================================================== */
/* base text color */
/* base link color */
/* inputs border color */
/* base tables borders color */
/* base tables borders color */
/* base color for error state */
/* base color for error background input state */
/* hover and active link color */
/* base elements background color */
/* megadropdown and suggest search background color */
/* Colors for custom select */
/* Colors for buttons level-main */
/* Colors for buttons level1 */
/* Colors for links list */
/* Colors for custom scroll bar */
/* Mini cart */
/* Colors for footer */
/* Checkout */
/*Megadropdown colors*/
/*  Stock indicator color */
/* Breakpoints */
/* news-list */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Base common rules for form elements like input, radiobuttons, checkboxes,
   selects, textareas.
   ========================================================================== */
/**
 * Layout for radiobutton and checkboxes.
 *
 * This creates a html structure for custom radiobutton or checkboxes by jquery.uniform.min.js
 * plugin.
 *
 * Example HTML:
 *
 *   <div class="radio">
 *      <span>
 *          <input type="radio" name="radio" id="radio" value="radio">
 *      </span>
 *   </div>
 *
 *   or
 *
 *   <div class="checker">
 *      <span>
 *          <input type="checkbox" name="checker" id="checker" value="checker">
 *      </span>
 *   </div>
 */
/**
 * Radio and checkbox container
 *
 * '.radio' or '.checker' is used as holder for radiobutton and checkbox.
 *
 * 'span' - is used as display custom radiobutton or checkbox.
 *
 * 'input' - is hidden.
 *
 */
/* Radiobutton  */
.radio {
  float: left;
  /* Error state */
}
.radio > span {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -82px -41px;
  height: 17px;
  width: 18px;
  float: left;
  margin: 0 6px 0 0;
}
.radio > span > input {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: inherit;
  margin: 0 !important;
  /* !important used for override magento styles */
  width: inherit;
}
@media only screen and (min-width: 1025px) {
  .radio:hover > span {
    background-image: url('sprites.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -61px -41px;
    height: 17px;
    width: 18px;
  }
}
.radio > .checked {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -105px -89px;
  height: 17px;
  width: 18px;
}
.validation-error .radio > span {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -79px -63px;
  height: 17px;
  width: 18px;
}
/* Checkboxes */
.checker {
  float: left;
  /* Error state */
}
.checker > span {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -1px;
  height: 17px;
  width: 17px;
  float: left;
  margin: 0 6px 0 0;
}
.checker > span > input {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: inherit;
  margin: 0 !important;
  /* !important used for override magento styles */
  width: inherit;
}
@media only screen and (min-width: 1025px) {
  .checker:hover > span {
    background-image: url('sprites.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -129px -20px;
    height: 17px;
    width: 17px;
  }
}
.checker > .checked {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -58px;
  height: 17px;
  width: 17px;
}
.validation-error .checker > span {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -39px;
  height: 17px;
  width: 17px;
}
/* Magento styles overrides */
.checkbox,
.radio {
  top: 0;
}
/**
 * Layout for select.
 *
 * This creates a html structure for custom select by jquery.selectBox.min.js
 * plugin.
 *
 * Example HTML:
 *
 *  <a class="selectBox selectBox-dropdown">
 *      <span class="selectBox-label">Text</span>
 *      <span class="selectBox-arrow"></span>
 *  </a>
 *  <select class="selectBox hide" />
 *  <ul class="selectBox-dropdown-menu selectBox-options">
 *      <li><a rel="1">Alaska</a></li>
 *      <li><a rel="2">Alaska</a></li>
 *      <li><a rel="3">Alaska</a></li>
 *  </ul>
 */
/**
 * selectBox container
 *
 * '.selectBox' is used as holder for radiobutton.
 *
 * '.selectBox &:after' is used for select arrow.
 *
 * '.selectBox-label' is used for select text.
 *
 * '.selectBox-dropdown-menu' is used for select dropdown.
 */
select {
  width: auto;
}
@media only screen and (max-width: 767px) {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/icon-triangle-mobile.png) no-repeat 100% 50%;
    border: 1px solid #bebebe;
    border-radius: 4px;
    color: #7d7d7d;
    line-height: 39px;
    letter-spacing: 1px;
    padding: 0 25px 0 9px;
    text-transform: uppercase;
  }
}
select::-ms-expand {
  display: none;
}
.selectBox {
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 4px;
  color: #7d7d7d;
  cursor: pointer;
  display: block;
  height: 39px;
  margin: 0;
  outline: 0;
  position: relative;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  /* Styles for arrow */
  /* Styles for label */
  /* Styles when menu opened */
  /* selectBox error */
}
@media only screen and (max-width: 767px) {
  .selectBox {
    background: #ffffff url(../images/icon-triangle-mobile.png) no-repeat 100% 50%;
  }
}
.selectBox:hover {
  text-decoration: none;
}
.selectBox:after {
  border: solid transparent;
  border-top-color: #bebebe;
  border-width: 5px;
  content: "";
  height: 0;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}
.selectBox .selectBox-label {
  display: block;
  font: 18px KnockoutHTF48-Featherweight;
  line-height: 39px;
  height: 100%;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0 30px 0 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectBox.selectBox-menuShowing {
  background-color: #ffffff;
  border: 1px solid #7d7d7d;
  border-radius: 4px 4px 0 0;
  border-bottom-width: 0;
  outline: 0;
  z-index: 10000;
}
.selectBox.selectBox-menuShowing.selectBox-menuShowing-top {
  border-radius: 0 0 4px 4px;
  border-top: 0;
  border-bottom-width: 1px;
}
.selectBox.selectBox-menuShowing.selectBox-menuShowing-top .selectBox-label {
  margin-top: 1px;
}
.selectBox.selectBox-menuShowing:after {
  border-top-color: #7d7d7d;
}
.selectBox.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  a.selectBox {
    display: none !important;
  }
  select.selectBox {
    display: inline-block !important;
    width: 100% !important;
  }
}
.validation-error .selectBox {
  background: #ffe5e5;
  border: 1px solid #ff7f7f;
  color: #ff2222;
}
.validation-error .selectBox:after {
  border-top-color: #ff7f7f;
}
select option {
  padding: 0 4px;
}
.input-box:after,
.input-box:before {
  display: none;
}
/**
 * selectBox dropdown
 */
.selectBox-dropdown-menu {
  background: #ffffff;
  border: 1px solid #7d7d7d;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  margin: 0;
  max-height: 200px;
  min-height: 1em;
  overflow: auto;
  outline: 0;
  padding: 0;
  position: absolute;
  z-index: 9999;
  box-sizing: content-box;
}
.selectBox-dropdown-menu > li {
  background: none;
  border: 0;
  margin: 0 14px;
  padding: 0;
}
.selectBox-dropdown-menu > li:last-child {
  border: 0;
}
.selectBox-dropdown-menu > li > a {
  display: block;
  font: 18px KnockoutHTF48-Featherweight;
  line-height: 1.2em;
  padding: 7px 0 8px;
  text-align: left;
  text-decoration: none;
}
.selectBox-dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.selectBox-dropdown-menu.selectBox-options-top {
  border-radius: 4px 4px 0 0;
  margin: 1px 0 0;
}
/**
 * Layout for buttons.
 *
 * According to design used two types of button.
 *
 * Example HTML:
 *
 * <button class="button">
 *      <span>
 *          <span>Subscribe</span>
 *      </span>
 * </button>
 */
/* The most common button its level2 button and was decided to use it by default */
.button,
a.button,
button.button,
.ui-button {
  background: #000000 !important;
  border-radius: 3px !important;
  color: #ffffff !important;
  display: inline-block !important;
  height: 39px !important;
  font: 18px/39px KnockoutHTF48-Featherweight !important;
  padding: 0 15px !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  /* Button states */
}
.button span,
a.button span,
button.button span,
.ui-button span {
  color: inherit !important;
  font: inherit !important;
}
.button:hover,
a.button:hover,
button.button:hover,
.ui-button:hover,
.button:focus,
a.button:focus,
button.button:focus,
.ui-button:focus {
  background: #3d3d3d !important;
}
.button:active,
a.button:active,
button.button:active,
.ui-button:active {
  background: #a3a3a3 !important;
}
/* The second type of buttons */
/**
 * Layout for second type of buttons.
 *
 * According to design used two types of button.
 *
 * Example HTML:
 *
 * <button class="button button-level1">
 *      <span>
 *          <span>Subscribe</span>
 *      </span>
 * </button>
 */
.button-level1,
a.button-level1,
button.button-level1 {
  background: #fc6621 !important;
  border-radius: 3px !important;
  color: #ffffff !important;
  display: inline-block !important;
  height: 39px !important;
  font: 18px/39px KnockoutHTF48-Featherweight !important;
  padding: 0 15px !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  /* Button states */
}
.button-level1 span,
a.button-level1 span,
button.button-level1 span {
  color: inherit !important;
  font: inherit !important;
}
.button-level1:hover,
a.button-level1:hover,
button.button-level1:hover,
.button-level1:focus,
a.button-level1:focus,
button.button-level1:focus {
  background: #e16025 !important;
}
.button-level1:active,
a.button-level1:active,
button.button-level1:active {
  background: #ff9540 !important;
}
button.btn-cart:hover:disabled {
  background: #7d7d7d !important;
}
button.btn-cart:disabled {
  background: #7d7d7d !important;
  cursor: text;
  opacity: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .add-to-cart.disabled button.btn-cart {
    background: #7d7d7d !important;
    pointer-events: none;
    cursor: text;
  }
  .add-to-cart.disabled button.btn-cart:hover {
    background: #7d7d7d !important;
  }
}
.selectBox.super-attribute-select:disabled,
.selectBox.super-attribute-select.selectBox-disabled {
  background: #7d7d7d;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .selectBox.super-attribute-select:disabled,
  .selectBox.super-attribute-select.selectBox-disabled {
    pointer-events: none;
  }
}
.selectBox.validation-failed:disabled,
.selectBox.validation-failed.selectBox-disabled {
  background: none;
  color: #7d7d7d;
}
@media only screen and (max-width: 767px) {
  .selectBox.validation-failed:disabled,
  .selectBox.validation-failed.selectBox-disabled {
    pointer-events: none;
  }
}
.page-header .selectBox-dropdown,
.form-list .selectBox-dropdown,
.toolbar .selectBox-dropdown {
  width: auto !important;
  /* !important used for override js */
}
.page-header .selectBox-dropdown .selectBox-label,
.form-list .selectBox-dropdown .selectBox-label,
.toolbar .selectBox-dropdown .selectBox-label {
  width: auto !important;
  /* !important used for override js */
}
@media only screen and (max-width: 767px) {
  .validation-error select.selectBox,
  .validation-error select.standardSelect {
    border: 1px solid #ff7f7f;
    color: #ff2222;
    background: #ffe5e5 url(../images/icon-triangle-mobile-error.png) no-repeat 100% 50%;
  }
}
/* find-dealer class added depend on store settings for manage visibility of find
dealer button */
.find-dealer,
.find-dealer.button-level1,
button.find-dealer,
button.find-dealer.button-level1 {
  display: none !important;
}
/* ==========================================================================
   Base rules for form inputs, labels and textareas.
   ========================================================================== */
/* Local Mixin with common styles for inputs and textareas.
   ========================================================================== */
.input-mixin {
  /* Styles for focused state */
  /* Styles for failed validation state */
}
.input-mixin,
.input-mixin:invalid {
  /* Force default browser validation to use our styles */
  background-color: #ffffff !important;
  border: 1px solid #bebebe !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  outline: none !important;
}
.input-mixin:focus {
  border-color: #7d7d7d !important;
}
.input-mixin.validation-failed {
  background-color: #ffe5e5 !important;
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}
/* Styles for all standard inputs types and inputs with class="input-text".
   ========================================================================== */
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
.input-text {
  /* Styles for focused state */
  /* Styles for failed validation state */
  height: 39px !important;
  padding: 10px;
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
.input-text,
input[type="email"]:invalid,
input[type="search"]:invalid,
input[type="number"]:invalid,
input[type="password"]:invalid,
input[type="tel"]:invalid,
input[type="text"]:invalid,
.input-text:invalid {
  /* Force default browser validation to use our styles */
  background-color: #ffffff !important;
  border: 1px solid #bebebe !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  outline: none !important;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
.input-text:focus {
  border-color: #7d7d7d !important;
}
input[type="email"].validation-failed,
input[type="search"].validation-failed,
input[type="number"].validation-failed,
input[type="password"].validation-failed,
input[type="tel"].validation-failed,
input[type="text"].validation-failed,
.input-text.validation-failed {
  background-color: #ffe5e5 !important;
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.ie8 .input-text {
  width: auto;
}
/* Styles for textareas.
   ========================================================================== */
textarea {
  /* Styles for focused state */
  /* Styles for failed validation state */
  line-height: 1.5 !important;
  resize: none !important;
}
textarea,
textarea:invalid {
  /* Force default browser validation to use our styles */
  background-color: #ffffff !important;
  border: 1px solid #bebebe !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  outline: none !important;
}
textarea:focus {
  border-color: #7d7d7d !important;
}
textarea.validation-failed {
  background-color: #ffe5e5 !important;
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}
/* Styles for labels.
   ========================================================================== */
label {
  color: #4a4a48;
  font-size: 14px;
  text-transform: uppercase;
  /* Styles for failed validation state */
}
label.validation-error {
  color: #ff0000 !important;
}
/* Overrided magento styles for required star. Moved star from the end to begin of label text.
   ========================================================================== */
label.required:after,
span.required:after {
  content: "";
}
label.required:before,
span.required:before {
  color: inherit;
  /* Use the current label state color */
  content: "* ";
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Magento overrides.
   ========================================================================== */
/* Temporary styles to show MDD
 * ========================================================================== */
#header-nav:before,
#header-nav:after {
  content: " ";
  display: table;
}
#header-nav:after {
  clear: both;
}
#header-nav .mega-dropdown-categories.level-top {
  float: left;
}
/* Messages styles overriding */
.messages {
  margin: 0;
}
.messages .success-msg {
  margin-bottom: 10px;
}
/* For mixins used LESS HAT 3.0
   ========================================================================== */
/* Layout section for defining styles of elements used for components positioning.
   ========================================================================== */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Utility classes and mixins.
   ========================================================================== */
/* New css class for block hiding, previous - "no-display" was overrided by
 * magento with !important
 * ========================================================================== */
.hide-block {
  display: none;
}
/* Clearfix mixin to reset floats.
 * ========================================================================== */
/* Icon mixin for hiding text in icons.
 * ========================================================================== */
.icon {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
/* Mixin for calculation percent size of block.
 * @property - css property need to setup calculated size
 * @child-width - calculated block width in pixels
 * @parent-width - width of whole block
 * ========================================================================== */
/* Class for nowrap.
 * ========================================================================== */
.nowrap {
  white-space: nowrap;
}
/* Generic "for" Structure mixin.
   ========================================================================== */
/* Generic "for-each" Structure mixin.
   ========================================================================== */
.main-layout {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.main-container {
  max-width: 960px;
  padding: 10px;
}
.cms-index-index .main-container {
  max-width: 1200px;
  padding: 0;
}
.page {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 424px;
}
.link-responsive,
.mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  .link-mobile-content span {
    display: none;
  }
  .link-mobile-content:before {
    content: attr(data-title);
    display: inline;
  }
  .link-responsive {
    display: inline;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
}
/* Module section for defining styles of elements modular parts of design.
   ========================================================================== */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Links list.
   ========================================================================== */
/**
 * Layout for links list.
 *
 * Example HTML:
 *
 *  <ul class="module-links-list">
 *      <li><a href="#">link</a></li>
 *      <li><a href="#">link</a></li>
 *      <li><a href="#">link</a></li>
 *  </ul>
 */
.module-links-list {
  padding: 0;
  border-top: 1px solid #c6c6c6;
  font: bold 14px/1.36em 'Interstate WGL Cond', Arial;
}
.module-links-list li {
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 0;
}
.module-links-list li:before {
  display: none;
}
.module-links-list li a {
  text-transform: uppercase;
  color: #7d7d7d;
  display: block;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Text list.
   ========================================================================== */
/**
 * Layout for text list.
 *
 * Example HTML:
 *
 *  <ul class="module-text-list">
 *      <li>text</li>
 *      <li>text</li>
 *      <li>text</li>
 *  </ul>
 */
.module-text-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 11px;
}
.module-text-list li {
  position: relative;
}
.module-text-list li:before {
  background: #000000;
  border-radius: 2px;
  content: '';
  height: 4px;
  left: -11px;
  position: absolute;
  top: 6px;
  width: 4px;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @author    Elena Pikalyeva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Header layout.
   ========================================================================== */
/**
 * Layout for the header. It contains logo, location dropdowns, account links and cart link.
 *
 * Example HTML:
 *
 *  <header id="header" class="page-header">
 *      <div class="page-header-container">
            <a class="logo" href="#" />
 *          <div class="page-header-container">
 *              ...
 *          </div>
 *          <div class="page-header-user-container">
 *              ...
 *          </div>
 *      </div>
 *  </header>
 */
/**
 * Header main holder.
 *
 * Header stretched to all browser width.
 *
 */
.page-header {
  background: url(../images/bg-header.png) repeat-y 50% 0;
  max-width: none;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 40;
}
/**
 * Header centered container.
 *
 * Header content centered according to main layout.
 *
 */
.page-header-container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 10px;
  text-transform: uppercase;
}
.page-header-container:before,
.page-header-container:after {
  content: " ";
  display: table;
}
.page-header-container:after {
  clear: both;
}
/**
 * Logo.
 *
 */
.logo {
  margin: 12px 53px 0 0;
  min-height: 0;
  padding: 0;
  width: auto;
}
.logo img {
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .logo img.small {
    display: none;
  }
  .logo img.large {
    display: block;
  }
}
.logo:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .logo {
    left: 50%;
    margin: 0 0 0 -49px;
    position: absolute;
    top: 17px;
  }
}
/**
 * Language container.
 *
 * Contains switchers for location and language.
 *
 */
.header-language-container {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header-language-container {
    display: none;
  }
}
select.change_sw,
select.language_sw {
  display: none;
}
/**
 * Language container for each item.
 *
 * Contains dropdown for location and language.
 *
 */
.store-language-container {
  height: 40px;
}
.page-header-container .store-language-container {
  float: left;
  max-width: none;
  padding: 0;
}
.page-header-container .store-language-container label {
  color: #ffffff !important;
  display: block;
  float: left;
  font-size: 12px !important;
  line-height: 39px !important;
  margin: 0 7px;
}
.store-language-container .switch-wrapper,
.store-language-container .switch {
  float: left;
}
.store-language-container .selectBox {
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
}
.store-language-container .selectBox:after {
  border-top-color: #c6c6c6;
  right: 8px;
}
.store-language-container .selectBox.selectBox-menuShowing {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iTmFOJSIgc3RvcC1jb2xvcj0icmdiKDQxLCA0MSwgNDEpIiBzdG9wLW9wYWNpdHk9IjAuOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, rgba(41, 41, 41, 0.8));
  background-image: -moz-linear-gradient(top, rgba(41, 41, 41, 0.8));
  background-image: -o-linear-gradient(top, rgba(41, 41, 41, 0.8));
  background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.8));
}
.store-language-container .selectBox.selectBox-menuShowing:after {
  border-top-color: #ffffff;
}
.ie8 .store-language-container .selectBox.selectBox-menuShowing {
  background: #272727;
}
.store-language-container .selectBox-label {
  color: #c6c6c6;
  font: 12px/39px 'Interstate WGL Cond', Arial !important;
  letter-spacing: 0;
  padding: 0 26px 0 7px;
  min-width: 110px;
}
.selectBox-menuShowing .store-language-container .selectBox-label {
  color: #ffffff;
}
.store-language-container #shipCountySelect .selectBox-label {
  min-width: 110px;
}
.selectBox-dropdown-menu {
  /* Fix for iOS scrollbar disappearing */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.selectBox-dropdown-menu.language_sw-selectBox-dropdown-menu,
.selectBox-dropdown-menu.change_sw-selectBox-dropdown-menu {
  background: url(../images/bg-opacity-8.png);
  border: none;
  border-radius: 0;
  padding: 7px 0;
}
.selectBox-dropdown-menu.language_sw-selectBox-dropdown-menu > li,
.selectBox-dropdown-menu.change_sw-selectBox-dropdown-menu > li {
  border: 0;
  margin: 0 !important;
  z-index: 2;
  position: relative;
}
.selectBox-dropdown-menu.language_sw-selectBox-dropdown-menu > li > a,
.selectBox-dropdown-menu.change_sw-selectBox-dropdown-menu > li > a {
  color: #c6c6c6;
  font: 12px/1.17em 'Interstate WGL Cond', Arial !important;
  padding: 4px 7px !important;
}
.selectBox-dropdown-menu.language_sw-selectBox-dropdown-menu > li > a:hover,
.selectBox-dropdown-menu.change_sw-selectBox-dropdown-menu > li > a:hover {
  color: #ffffff;
}
.selectBox-dropdown-menu.language_sw-selectBox-dropdown-menu > li.selectBox-selected > a,
.selectBox-dropdown-menu.change_sw-selectBox-dropdown-menu > li.selectBox-selected > a {
  color: #ffffff;
}
/**
 * Container for user links.
 *
 * Contains user links like login, logout, cart.
 *
 */
.page-header-user-container {
  float: right;
}
@media only screen and (max-width: 767px) {
  .page-header-user-container {
    float: none;
    padding: 17px 0;
  }
}
.page-header-user-container .skip-links {
  clear: none;
  float: left;
  margin: 0 -10px 0 0;
}
@media only screen and (max-width: 767px) {
  .page-header-user-container .skip-links {
    border: 0;
    float: none;
    margin: 0;
  }
  .page-header-user-container .skip-links:before,
  .page-header-user-container .skip-links:after {
    content: " ";
    display: table;
  }
  .page-header-user-container .skip-links:after {
    clear: both;
  }
  .page-header-user-container .skip-links .skip-link {
    background: none;
    border: 0;
    height: auto;
    width: auto;
  }
  .page-header-user-container .skip-links .skip-nav {
    height: 15px;
    line-height: 15px;
  }
  .page-header-user-container .skip-links .skip-nav .header-nav-btn {
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    background: none;
    border-color: #7d7d7d;
    border-style: solid;
    border-width: 3px 0 0;
    height: 15px;
    outline: none;
    position: relative;
    width: 21px;
  }
  .page-header-user-container .skip-links .skip-nav .header-nav-btn:before,
  .page-header-user-container .skip-links .skip-nav .header-nav-btn:after {
    background-color: #7d7d7d;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 21px;
  }
  .page-header-user-container .skip-links .skip-nav .header-nav-btn:before {
    top: 3px;
  }
  .page-header-user-container .skip-links .skip-nav .header-nav-btn:after {
    top: 9px;
  }
  .page-header-user-container .skip-links .skip-cart {
    margin: 0 0 0 30px;
    padding: 0;
  }
  .page-header-user-container .skip-links .skip-cart .icon {
    background-size: auto;
    margin: 0;
  }
  .page-header-user-container .skip-links .skip-cart .label,
  .page-header-user-container .skip-links .skip-cart .count {
    display: none;
  }
  .page-header-user-container .skip-links .skip-search {
    float: right;
    line-height: 0;
  }
  .page-header-user-container .skip-links .skip-search .icon {
    background: url('../images/sprites/icon-search.png') no-repeat;
    height: 16px;
    width: 16px;
  }
}
.page-header .welcome-msg {
  color: #c6c6c6;
  float: right;
  font: 12px/39px 'Interstate WGL Cond', Arial !important;
  margin: 0 14px;
}
.page-header .welcome-msg a {
  color: inherit;
  text-decoration: none;
}
.page-header .welcome-msg a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .page-header .welcome-msg {
    display: none;
  }
}
.skip-account {
  display: none;
}
.header-user-account-links {
  display: block;
  float: left;
  position: static;
}
@media only screen and (max-width: 767px) {
  .header-user-account-links {
    display: none;
  }
}
.header-user-account-links#header-account {
  padding: 0;
}
.header-user-account-links#header-account a {
  color: #c6c6c6;
  line-height: 39px;
  padding: 0 14px;
  text-decoration: none;
}
.header-user-account-links#header-account a:hover {
  color: #ffffff;
}
.header-user-account-links#header-account a.top-link-cart,
.header-user-account-links#header-account a.top-link-checkout {
  display: none;
}
.header-user-account-links .list,
.header-user-account-links ul,
.header-user-account-links ul li {
  float: left;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Footer layout.
   ========================================================================== */
/**
 * Layout for the footer. It contains social links, newsletter form, corporate link and copyright.
 *
 * Example HTML:
 *
 *  <div class="footer-container">
 *      <div class="footer">
 *          <div class="block block-subscribe">
 *              ...
 *          </div>
 *          <div class="footer-social-block">
 *              ...
 *          </div>
 *          <div class="footer-corporate-block">
 *              ...
 *          </div>
 *      </div>
 *  </div>
 */
/**
 * Footer container.
 */
.footer-container {
  height: 424px;
  margin-top: -424px;
  max-width: 960px;
  padding: 58px 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-container {
    padding-top: 25px;
  }
}
/**
 * Footer main container.
 */
.footer {
  border: 0;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
/**
 * Newsletter subscribe form.
 */
.footer .block-subscribe {
  clear: right;
  float: right;
  margin: 0;
  padding: 0 10px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer .block-subscribe {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
}
.footer .block-subscribe .input-box {
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .block-subscribe .input-box {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .block-subscribe .input-box {
    width: 100%;
  }
}
.footer .block-subscribe .input-text {
  border: 1px solid #bebebe;
  padding-bottom: 12px;
  padding-top: 12px;
}
.footer .block-subscribe .actions {
  padding-left: 15px;
  width: 20%;
}
.footer .block-subscribe .actions .button {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .block-subscribe .actions {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .block-subscribe .actions {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}
.footer .block-title {
  border-top: 1px solid #c6c6c6 !important;
  /* override magento style */
  padding-top: 15px !important;
  /* override magento style */
}
.footer .block-title strong,
.footer .block-title span {
  color: #4a4a48 !important;
  /* override magento style */
  font: bold 16px/1.36em 'Interstate WGL Cond', Arial !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/**
 * Footer social links.
 */
.footer-social-block {
  float: left;
  padding: 0 10px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer-social-block {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
}
.footer-social-block h4 {
  border-top: 1px solid #c6c6c6;
  color: #4a4a48;
  font-size: 16px !important;
  letter-spacing: 1px;
  margin-bottom: 23px;
  padding-top: 15px;
}
.social-links-list {
  overflow: hidden;
  width: 100%;
}
.social-links-list li {
  float: left;
  padding: 0 13px 0 12px;
}
.social-links-list li:first-child {
  padding-left: 0;
}
.social-links-list a {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  border-radius: 50%;
  display: block;
}
.social-links-list a.facebook {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -79px -89px;
  height: 24px;
  width: 24px;
}
.social-links-list a.facebook:hover {
  background-position: -53px -89px;
}
.social-links-list a.twitter {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -103px -1px;
  height: 24px;
  width: 24px;
}
.social-links-list a.twitter:hover {
  background-position: -53px -63px;
}
.social-links-list a.youtube {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -27px -63px;
  height: 24px;
  width: 24px;
}
.social-links-list a.youtube:hover {
  background-position: -1px -63px;
}
.social-links-list a.googleplus {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -27px -89px;
  height: 24px;
  width: 24px;
}
.social-links-list a.googleplus:hover {
  background-position: -1px -89px;
}
.social-links-list a.instagram {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -103px -53px;
  height: 24px;
  width: 24px;
}
.social-links-list a.instagram:hover {
  background-position: -103px -27px;
}
/**
 * Footer corporate block contains footer logo and corporate links.
 */
.footer-corporate-block {
  clear: both;
  padding-top: 72px;
}
@media only screen and (max-width: 767px) {
  .footer-corporate-block {
    padding-top: 25px;
  }
}
.footer-logo {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -1px -1px;
  height: 60px;
  width: 58px;
  display: block;
  margin: 0 auto 73px;
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 25px;
  }
}
.footer-corporate-links {
  padding: 0;
  text-align: center;
}
.footer-corporate-links > li {
  display: inline-block;
  margin: 10px;
}
.footer-corporate-links > li > a {
  text-decoration: none;
}
.footer-corporate-links > li > address {
  border: 0;
  color: #4a4a48;
  display: inline;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.back-to-top {
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  background: #ffffff url(../images/btn-back.png) no-repeat 50% 50%;
  border: 1px solid #7d7d7d;
  border-right: 0;
  bottom: 100px;
  display: none;
  height: 75px;
  outline: none;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 75px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top:hover {
  text-decoration: none;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Home promo gallery.
   ========================================================================== */
/**
 * Layout layout for home promo gallery. Slider can contains several elements
 * which will slide by clicking on switcher on the bottom of the slider.
 *
 * Example HTML:
 *
 * All elements which have prefix "bx-" were made by JS
 *
 * <div class="promo-gallery-holder">
 *    <div class="bx-wrapper">
 *        <div class="bx-viewport">
 *            <div class="promo-gallery">
 *                <div class="item">
 *                    <img alt="" src="image.jpg">
 *
 *                    <div class="promo-gallery_description">
 *                       <h3>Title</h3>
 *                       <hr>
 *                       <p>Because for some, winning almost everything is only almost enough.</p>
 *                       <a href="#" class="button-level1">shop racing swimwear</a>
 *                    </div>
 *                </div>
 *
 *                ...
 *
 *            </div>
 *        </div>
 *        <div class="bx-controls bx-has-pager">
 *            <div class="bx-pager bx-default-pager">
 *                <div class="bx-pager-item"><a class="bx-pager-link active" data-slide-index="0" href="">1</a></div>
 *                <div class="bx-pager-item"><a class="bx-pager-link" data-slide-index="1" href="">2</a></div>
 *                <div class="bx-pager-item"><a class="bx-pager-link" data-slide-index="2" href="">3</a></div>
 *            </div>
 *        </div>
 *    </div>
 * </div>
 */
/**
 * Promo gallery holder
 */
.promo-gallery-holder {
  margin: 0 auto -41px;
  overflow: hidden;
  position: relative;
  top: -41px;
  width: 100%;
  /* RESET AND LAYOUT for bxslider */
  /* PAGER */
}
@media only screen and (max-width: 767px) {
  .promo-gallery-holder {
    margin-bottom: -50px;
    top: -50px;
  }
}
.promo-gallery-holder img {
  display: none;
}
.promo-gallery-holder .item:first-child img {
  display: block;
}
.promo-gallery-holder .bx-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.promo-gallery-holder .bx-wrapper img {
  display: block;
}
@media (max-width: 1600px) {
  .promo-gallery-holder .bx-viewport {
    height: 500px !important;
  }
}
@media only screen and (max-width: 767px) {
  .promo-gallery-holder .bx-viewport {
    height: 300px !important;
  }
}
@media (min-width: 1601px) {
  .promo-gallery-holder .bx-viewport {
    height: inherit !important;
  }
}
.promo-gallery-holder .bx-controls-direction a {
  background: url(../images/arrow-prev-product.png) no-repeat;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  left: 26px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 37px;
  outline: none;
}
.promo-gallery-holder .bx-controls-direction a.bx-next {
  background: url(../images/arrow-next-product.png) no-repeat;
  left: auto;
  right: 26px;
}
.promo-gallery {
  height: 100%;
}
.promo-gallery .item {
  height: 100%;
  overflow: hidden;
}
.promo-gallery .item img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  max-height: 100%;
  position: relative;
}
@media (min-width: 640px) and (max-width: 767px) {
  .promo-gallery .item img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-gallery .item img {
    height: 300px;
  }
}
.ie8 .promo-gallery .item img {
  left: 0;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .promo-gallery .item img {
    height: 500px !important;
  }
}
@media (min-width: 1601px) {
  .promo-gallery .item img {
    height: auto !important;
    width: 100%;
    min-height: 500px;
  }
}
.promo-gallery picture {
  display: block;
  height: 100%;
}
/**
 * Item description
 */
.promo-gallery_description {
  color: #ffffff;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 128px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .promo-gallery_description {
    left: 0;
    margin-left: 0;
    padding: 0 10%;
    top: 90px;
    width: 100%;
  }
}
.promo-gallery_description > h3 {
  color: #ffffff;
  font: bold 30px/36px 'Interstate WGL', Arial !important;
  margin: 0 0 22px;
}
@media only screen and (max-width: 767px) {
  .promo-gallery_description > h3 {
    font: bold 18px/20px 'Interstate WGL', Arial !important;
    margin: 0 0 11px;
  }
}
.promo-gallery_description > hr {
  border: 2px solid #ffffff;
  display: none;
  margin: 0 auto 27px;
  width: 86px;
}
@media only screen and (max-width: 767px) {
  .promo-gallery_description > hr {
    border-width: 1px;
    margin: 0 auto 14px;
    width: 43px;
  }
}
.promo-gallery_description > h3 + hr {
  display: block;
}
.promo-gallery_description > p {
  color: #ffffff;
  font: 14px 'Interstate WGL Light', Arial;
  letter-spacing: 1px;
  padding: 0 10px 27px;
}
@media only screen and (max-width: 767px) {
  .promo-gallery_description > p {
    font-size: 10px;
  }
}
/* ==========================================================================
   Primary home promo.
   ========================================================================== */
/**
 * Primary home promo block which stretched to all page width.
 *
 * Example HTML:
 *
 *  <div class="promo-block">
 *      <img src="image2.jpg" alt="">
 *      <div class="promo-block_holder">
 *          <div class="promo-block_description">
 *              <h3>be fast be stealth racing swimear</h3>
 *              <p>because for some winning almost everything is only almost enough</p>
 *              <a class="button-level1" href="#">shop swimwear</a>
 *          </div>
 *      </div>
 *  </div>
 */
/* Promo block main holder */
.promo-block {
  height: 500px;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-block {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .promo-block {
    height: auto;
  }
}
.ie8 .promo-block {
  max-width: 1280px;
}
.promo-block > img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  max-height: 100%;
  position: relative;
}
@media (min-width: 640px) and (max-width: 767px) {
  .promo-block > img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-block > img {
    height: 300px;
  }
}
.ie8 .promo-block > img {
  left: 0;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-block > img {
    height: 400px;
  }
}
/* Promo block holder for description */
.promo-block_holder {
  height: 100%;
  left: 50%;
  margin-left: -480px;
  position: absolute;
  top: 0;
  width: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-block_holder {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-block_holder {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* Promo block description */
.promo-block_description {
  color: #ffffff;
  left: 28px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 138px;
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-block_description {
    top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-block_description {
    left: 50%;
    margin-left: -160px;
    top: 65px;
  }
}
.promo-block_description > h3 {
  color: #ffffff;
  font: bold 22px/24px 'Interstate WGL', Arial !important;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .promo-block_description > h3 {
    font: bold 18px/20px 'Interstate WGL', Arial !important;
    margin: 0 0 11px;
  }
}
.promo-block_description > p {
  color: #ffffff;
  font: 14px 'Interstate WGL Light', Arial;
  letter-spacing: 1px;
  padding: 0 10px 27px;
}
@media only screen and (max-width: 767px) {
  .promo-block_description > p {
    font-size: 10px;
  }
}
.promo-block_description--right-position {
  color: #ffffff;
  left: 28px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 138px;
  width: 320px;
  left: auto;
  right: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-block_description--right-position {
    top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-block_description--right-position {
    left: 50%;
    margin-left: -160px;
    top: 65px;
  }
}
.promo-block_description--right-position > h3 {
  color: #ffffff;
  font: bold 22px/24px 'Interstate WGL', Arial !important;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .promo-block_description--right-position > h3 {
    font: bold 18px/20px 'Interstate WGL', Arial !important;
    margin: 0 0 11px;
  }
}
.promo-block_description--right-position > p {
  color: #ffffff;
  font: 14px 'Interstate WGL Light', Arial;
  letter-spacing: 1px;
  padding: 0 10px 27px;
}
@media only screen and (max-width: 767px) {
  .promo-block_description--right-position > p {
    font-size: 10px;
  }
}
.promo-block_description--center-position {
  color: #ffffff;
  left: 28px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 138px;
  width: 320px;
  margin-left: -160px;
  left: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-block_description--center-position {
    top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-block_description--center-position {
    left: 50%;
    margin-left: -160px;
    top: 65px;
  }
}
.promo-block_description--center-position > h3 {
  color: #ffffff;
  font: bold 22px/24px 'Interstate WGL', Arial !important;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .promo-block_description--center-position > h3 {
    font: bold 18px/20px 'Interstate WGL', Arial !important;
    margin: 0 0 11px;
  }
}
.promo-block_description--center-position > p {
  color: #ffffff;
  font: 14px 'Interstate WGL Light', Arial;
  letter-spacing: 1px;
  padding: 0 10px 27px;
}
@media only screen and (max-width: 767px) {
  .promo-block_description--center-position > p {
    font-size: 10px;
  }
}
/* ==========================================================================
   Secondary home promo
   ========================================================================== */
/**
 * Secondary home promo block contains two promo blocks.
 *
 * Example HTML:
 *
 *  <div class="secondary-promo">
 *      <div class="secondary-promo_block">
 *          <img src="image3.jpg" alt="">
 *          <div class="secondary-promo_holder">
 *              <div class="secondary-promo_description">
 *                  <h3><strong>advanced design</strong> aqua shoes</h3>
 *                  <a href="#">view more footwear</a>
 *              </div>
 *          </div>
 *      </div>
 *      <div class="secondary-promo_block"><img src="image4.jpg" alt="">
 *          <div class="secondary-promo_holder">
 *              <div class="secondary-promo_description">
 *                  <h3><strong>rogan’s choice</strong> tiger lsr</h3>
 *                  <a href="#">view more eyewear</a>
 *              </div>
 *          </div>
 *      </div>
 *  </div>
 */
/* Secondary block main holder */
.secondary-promo {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.ie8 .secondary-promo {
  max-width: 1280px;
}
/* Each children block */
.secondary-promo_block {
  float: left;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondary-promo_block {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-promo_block {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .secondary-promo_block {
    float: none;
    width: 100%;
  }
}
.secondary-promo_block:hover:after {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ie8 .secondary-promo_block:hover:after {
  background: url(../images/bg-opacity-5.png);
}
.secondary-promo_block > img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  max-height: 100%;
  position: relative;
}
@media (min-width: 640px) and (max-width: 767px) {
  .secondary-promo_block > img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-promo_block > img {
    height: 300px;
  }
}
.ie8 .secondary-promo_block > img {
  left: 0;
  margin: 0 auto;
  width: 100%;
}
/* Secondary block holder for description */
.secondary-promo_holder {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.ie8 .secondary-promo_holder {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=1);
}
/* Secondary block description */
.secondary-promo_description {
  color: #ffffff;
  float: right;
  padding: 47px 135px 50px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondary-promo_description {
    padding: 47px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-promo_description {
    float: none;
    padding: 25px 50px;
  }
}
.secondary-promo .secondary-promo_block:nth-child(2) .secondary-promo_description {
  float: left;
}
@media only screen and (max-width: 767px) {
  .secondary-promo .secondary-promo_block:nth-child(2) .secondary-promo_description {
    float: none;
  }
}
.secondary-promo_description > h3 {
  color: #ffffff;
  font: 22px/24px 'Interstate WGL Light', Arial !important;
  margin: 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .secondary-promo_description > h3 {
    font: 12px/14px 'Interstate WGL Light', Arial !important;
    margin: 0 0 18px;
  }
}
.secondary-promo_description > h3 > strong {
  color: #ffffff;
  display: block;
  font: bold 22px/24px 'Interstate WGL', Arial !important;
}
@media only screen and (max-width: 767px) {
  .secondary-promo_description > h3 > strong {
    font: 12px/14px 'Interstate WGL Light', Arial !important;
  }
}
.secondary-promo_description > span,
.secondary-promo_description > a {
  color: #ffffff;
  font: 18px 'KnockoutHTF48-Featherweight';
  letter-spacing: 2px;
  padding: 0 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .secondary-promo_description > span,
  .secondary-promo_description > a {
    font: 12px 'KnockoutHTF48-Featherweight';
    letter-spacing: 1px;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Promo list.
   ========================================================================== */
/**
 * Layout for promo list.
 *
 * Example HTML:
 *
 *  <ul class="module-text-list">
 *      <li>text</li>
 *      <li>text</li>
 *      <li>text</li>
 *  </ul>
 */
.promo-list,
.promo-list-holder {
  max-width: 960px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .promo-list {
    font-size: 0;
    max-width: none;
  }
}
.promo-list-holder {
  margin: 0 auto 28px;
  text-align: center;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-list-holder {
    font-size: 0;
  }
}
.promo-list-holder > h3 {
  font: bold 22px/1.4em 'Interstate WGL', Arial !important;
  letter-spacing: 1px;
}
.promo-list-holder > h4 {
  font: 16px/1.4em 'Interstate WGL Cond', Arial !important;
  margin: 0 0 26px;
}
.promo-list_item {
  display: inline-block;
  padding: 5px 0 68px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 25%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .promo-list_item {
    width: 50%;
  }
}
.promo-list_item .image {
  margin: 0 10px;
}
.promo-list_item .image img {
  margin: 0 auto 28px;
  position: relative;
  width: 100%;
  z-index: -1;
}
.promo-list_item .category {
  display: block;
  font: 12px/1.2em 'Interstate WGL Cond', Arial;
  letter-spacing: 1px;
  margin: 0 0 4px;
}
.promo-list_item .name {
  display: block;
  font: bold 14px/1.2em 'Interstate WGL Cond', Arial;
  margin: 0 0 3px;
}
.promo-list_item .price {
  color: #4a4a48;
  display: block;
  font: normal 12px/1.2em 'Interstate WGL Cond', Arial;
  margin: 0 0 11px;
}
.promo-list_item .btn-holder {
  bottom: 22px;
  left: 0;
  position: absolute;
  right: 0;
}
.promo-list_item:before {
  display: none;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ie8 .promo-list_item:before {
  background: url(../images/bg-opacity-5.png);
}
@media only screen and (min-width: 1025px) {
  .promo-list_item:hover:before,
  .promo-list_item:hover .description {
    display: block;
  }
  .promo-list_item:hover .category,
  .promo-list_item:hover .name,
  .promo-list_item:hover .price,
  .promo-list_item:hover .button-level1,
  .promo-list_item:hover .product-name {
    position: relative;
    z-index: 2;
  }
  .promo-list_item:hover .category,
  .promo-list_item:hover .name,
  .promo-list_item:hover .price,
  .promo-list_item:hover .product-name a {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .promo-list_item.showed .description,
  .promo-list_item.showed:before {
    display: block;
  }
  .promo-list_item.showed .category,
  .promo-list_item.showed .name,
  .promo-list_item.showed .price,
  .promo-list_item.showed .button-level1,
  .promo-list_item.showed .product-name {
    position: relative;
    z-index: 2;
  }
  .promo-list_item.showed .category,
  .promo-list_item.showed .name,
  .promo-list_item.showed .price,
  .promo-list_item.showed .product-name a {
    color: #ffffff;
  }
}
.promo-list_item .description {
  display: none;
  left: 0;
  letter-spacing: 1px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 80px;
  z-index: 2;
}
.promo-list_item .description p {
  font: 12px/1.2em 'Interstate WGL Cond', Arial;
  margin: 0 0 20px;
}
.promo-list_item .description span {
  display: block;
}
.promo-list_item .description strong {
  font: bold 12px/1.2em 'Interstate WGL', Arial;
}
.promo-list_item .description > p,
.promo-list_item .description > span,
.promo-list_item .description strong {
  color: #ffffff;
}
.promo-list-holder .bx-wrapper,
.box-up-sell .bx-wrapper,
.box-related .bx-wrapper {
  position: relative;
}
.promo-list-holder .bx-wrapper .bx-prev,
.box-up-sell .bx-wrapper .bx-prev,
.box-related .bx-wrapper .bx-prev,
.promo-list-holder .bx-wrapper .bx-next,
.box-up-sell .bx-wrapper .bx-next,
.box-related .bx-wrapper .bx-next {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  bottom: 22px;
  outline: none;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 19px;
}
.promo-list-holder .bx-wrapper .bx-prev:after,
.box-up-sell .bx-wrapper .bx-prev:after,
.box-related .bx-wrapper .bx-prev:after,
.promo-list-holder .bx-wrapper .bx-next:after,
.box-up-sell .bx-wrapper .bx-next:after,
.box-related .bx-wrapper .bx-next:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 90px;
}
.promo-list-holder .bx-wrapper .bx-prev.disabled,
.box-up-sell .bx-wrapper .bx-prev.disabled,
.box-related .bx-wrapper .bx-prev.disabled,
.promo-list-holder .bx-wrapper .bx-next.disabled,
.box-up-sell .bx-wrapper .bx-next.disabled,
.box-related .bx-wrapper .bx-next.disabled {
  display: none;
}
.promo-list-holder .bx-wrapper .bx-prev,
.box-up-sell .bx-wrapper .bx-prev,
.box-related .bx-wrapper .bx-prev {
  left: -10px;
}
.promo-list-holder .bx-wrapper .bx-prev:after,
.box-up-sell .bx-wrapper .bx-prev:after,
.box-related .bx-wrapper .bx-prev:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -61px -1px;
  height: 38px;
  width: 19px;
}
.promo-list-holder .bx-wrapper .bx-next,
.box-up-sell .bx-wrapper .bx-next,
.box-related .bx-wrapper .bx-next {
  right: -10px;
}
.promo-list-holder .bx-wrapper .bx-next:after,
.box-up-sell .bx-wrapper .bx-next:after,
.box-related .bx-wrapper .bx-next:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -82px -1px;
  height: 38px;
  width: 19px;
}
.promo-list-holder .bx-wrapper .bx-prev:after,
.promo-list-holder .bx-wrapper .bx-next:after {
  top: 38%;
}
.promo-list-holder .bx-wrapper .bx-prev {
  left: 10px;
}
.promo-list-holder .bx-wrapper .bx-next {
  right: 10px;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Elena Pikalyeva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Styles for jQuery UI popups and customized alerts/confirms.
   ========================================================================== */
.ui-widget-overlay,
.window-modal {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  background: #333333;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 201;
}
.ui-widget-header,
.window-close {
  display: none;
}
.additional-info-dialog .ui-widget-header {
  display: block;
}
.ui-dialog {
  border-radius: 0;
  color: #4a4a48;
  padding: 0;
  z-index: 202;
}
.ui-dialog .ui-dialog-buttonpane {
  border-top: 1px solid #c6c6c6;
  margin: 10px 20px;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
  border: 0;
  margin: 10px 0 10px 10px;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: -13px 0 0 0;
  right: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  height: 20px !important;
  padding: 0 10px !important;
}
.ui-dialog .ui-button-text {
  padding: 0;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-content {
  font-family: 'Interstate WGL Light', Arial;
  padding: 20px;
}
.ui-dialog .ui-dialog-content h2 {
  font-family: 'Interstate WGL Light', Arial;
  font-size: 25px;
  line-height: 1;
}
.ui-dialog .ui-dialog-content p {
  font-size: 17px;
}
.window-wrapper {
  background: #ffffff;
  color: #4a4a48;
  font-family: 'Interstate WGL Light', Arial;
  left: 50% !important;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .window-wrapper {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.window-wrapper .window-header {
  font-size: 25px;
}
.window-wrapper .window-content {
  font-size: 17px;
  padding: 20px 0;
}
.window-wrapper .window-buttons {
  border-top: 1px solid #c6c6c6;
  bottom: 20px;
  left: 20px;
  padding: 20px 0 0;
  position: absolute;
  right: 20px;
  text-align: right;
}
#addtocart-loader {
  background: #ffffff;
  border: 1px solid #7d7d7d;
  height: 60px;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 180px;
  z-index: 2;
}
#addtocart-loader .loader-holder {
  display: table;
  width: 100%;
  height: 100%;
}
#addtocart-loader .loader-img,
#addtocart-loader .loader-text {
  display: table-cell;
  vertical-align: middle;
}
#addtocart-loader .loader-img {
  text-align: center;
}
#addtocart-loader .loader-text {
  line-height: 16px;
  text-align: left;
}
#addtocart-loader img {
  display: inline-block;
  float: none;
  margin: 0 10px;
  vertical-align: middle;
}
.add-to-cart-popup {
  border: 0;
  padding: 23px 70px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup {
    padding: 23px 30px;
  }
}
.add-to-cart-popup .ui-widget-header {
  background: none;
  border: 0;
  display: block;
  padding: 0;
}
.add-to-cart-popup .ui-widget-header .ui-dialog-title {
  display: none;
}
.add-to-cart-popup .ui-widget-header .ui-dialog-titlebar-close {
  background: none !important;
  border: 0 !important;
  height: 36px;
  margin: 0;
  right: -70px !important;
  top: -16px !important;
  width: 38px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-widget-header .ui-dialog-titlebar-close {
    right: -30px !important;
  }
}
.add-to-cart-popup .ui-widget-header .ui-icon {
  background: url('../images/btn-close-ui.png') no-repeat;
  height: 12px;
  margin: 0;
  margin: -6px 0 0 -6px;
  overflow: visible;
  width: 12px;
}
.add-to-cart-popup .ui-dialog-content {
  overflow: visible;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .add-to-cart-popup .ui-dialog-content {
    min-width: 645px;
  }
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content {
    margin: 0 0 10px;
  }
}
.add-to-cart-popup .ui-dialog-content h2 {
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content h2 {
    text-align: center;
  }
}
.add-to-cart-popup .ui-dialog-content #popup-info-error {
  color: #ff0000;
  margin: -10px 0 10px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content #popup-info-error {
    text-align: center;
  }
}
.add-to-cart-popup .ui-dialog-content .last-added {
  margin-bottom: -26px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .last-added {
    margin-bottom: 0;
  }
}
.add-to-cart-popup .ui-dialog-content .item {
  padding: 0 0 0 10px;
}
.add-to-cart-popup .ui-dialog-content .item:before,
.add-to-cart-popup .ui-dialog-content .item:after {
  content: " ";
  display: table;
}
.add-to-cart-popup .ui-dialog-content .item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .item {
    padding: 0;
    text-align: center;
  }
}
.add-to-cart-popup .ui-dialog-content .image-holder {
  float: left;
  margin: 0 37px 0 0;
  width: 157px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .image-holder {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .add-to-cart-popup .ui-dialog-content .image-holder img {
    margin: 0 auto;
  }
}
.add-to-cart-popup .ui-dialog-content .product-details {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .product-details {
    display: inline-block;
  }
}
.add-to-cart-popup .ui-dialog-content .product-details .product-name {
  color: #4a4a48;
  font: bold 26px/1.2 'Interstate WGL', Arial;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .product-details .product-holder {
    display: inline-block;
    text-align: left;
  }
}
.add-to-cart-popup .ui-dialog-content .product-details .product-info {
  color: #4a4a48;
  font: bold 15px/1.2 'Interstate WGL', Arial;
  margin: 0 0 10px;
  overflow: hidden;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .product-details .product-info {
    display: inline-block;
  }
}
.add-to-cart-popup .ui-dialog-content .product-details .product-info dt {
  clear: left;
  float: left;
  margin: 0 4px 4px 0;
}
.add-to-cart-popup .ui-dialog-content .product-details .product-info dd {
  float: left;
  margin: 0 0 4px;
}
.add-to-cart-popup .ui-dialog-content .product-details .price {
  color: #4a4a48;
  font: bold 18px/1.2 'Interstate WGL', Arial;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .add-to-cart-popup .ui-dialog-content .product-details .price {
    display: block;
    margin: 0 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-content .product-details .price {
    display: block;
  }
}
.add-to-cart-popup .ui-dialog-buttonpane {
  border: 0;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .add-to-cart-popup .ui-dialog-buttonpane {
    float: left;
    margin: 0px 0 0 161px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .add-to-cart-popup .ui-dialog-buttonpane {
    float: left;
    margin: 0px 0 0 181px;
  }
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
  }
}
.add-to-cart-popup .ui-dialog-buttonpane button {
  border: 1px solid #000000;
  border-radius: 6px !important;
  margin: 10px 0 10px 43px;
  padding: 0 32px 0 15px !important;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .add-to-cart-popup .ui-dialog-buttonpane button {
    margin: 10px 0 10px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .add-to-cart-popup .ui-dialog-buttonpane button {
    display: block;
    margin: 10px 0 0;
    padding: 0 32px !important;
    width: 100%;
  }
}
.add-to-cart-popup .ui-dialog-buttonpane button:after {
  bottom: 0;
  content: '\203A';
  font: 30px/33px Arial, sans-serif;
  position: absolute;
  right: 10px;
  top: 0;
}
.add-to-cart-popup .ui-dialog-buttonpane button:first-child {
  background: none !important;
  color: #000000 !important;
  padding: 0 15px 0 32px !important;
}
.add-to-cart-popup .ui-dialog-buttonpane button:first-child:after {
  content: '\2039';
  left: 10px;
  right: auto;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Elena Pikaleva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/*
 * 404 Error 
 */
.cms-no-route .page-head-alt h3 {
  color: #4a4a48;
  font: bold 22px/1 'Interstate WGL', Arial;
  letter-spacing: 1.1px;
  margin: 0 0 34px;
}
@media only screen and (max-width: 767px) {
  .cms-no-route .page-head-alt h3 {
    text-align: center;
  }
}
.cms-no-route .disc {
  list-style: none;
}
.cms-no-route .disc li {
  background: url('../images/bullet.png') no-repeat 0 6px;
  color: #4a4a48;
  font: bold 14px/1 'Interstate WGL Cond', Arial;
  font-style: normal;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}
.cms-no-route .disc li a {
  font: bold 14px/1 'Interstate WGL Cond', Arial;
  text-decoration: none;
}
/* ==========================================================================
   Media upload.
   ========================================================================== */
.mediaupload-list-wrapper h3 {
  font: bold 14px/1.2em "Interstate WGL Cond", Arial;
  color: #4a4a48;
  margin: 0 0 12px;
}
.mediaupload-list-wrapper .mediaupload-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 8px 0;
}
.mediaupload-list-wrapper .mediaupload-list li span {
  display: inline-block;
  vertical-align: top;
}
.mediaupload-list-wrapper .mediaupload-list li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Breadcrumbs block design.
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: block;
    margin: 0;
    padding: 5px 0 15px;
  }
}
.breadcrumbs li span {
  float: none;
  padding: 0 3px 0 1px;
}
.breadcrumbs li strong {
  float: left;
}
.breadcrumbs li,
.breadcrumbs li strong,
.breadcrumbs li span {
  color: #7d7d7d;
  font: bold 12px/1.17em 'Interstate WGL Cond', Arial;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumbs li,
  .breadcrumbs li strong,
  .breadcrumbs li span {
    font-size: 11px;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Elena Pikalyeva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/*
 * Minicart
 */
@media only screen and (max-width: 767px) {
  #header-cart {
    background: #ffffff;
    border: 16px solid #292929;
  }
  #header-cart:after {
    border-bottom: 7px solid #292929;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -5px;
    top: -23px;
    width: 0;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #header-cart.skip-active {
    border: 0;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay-minicart.skip-active {
    display: block;
  }
}
.header-minicart {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header-minicart {
    float: right;
  }
}
.header-minicart .block-cart {
  display: block;
  position: absolute;
  right: 9999px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .header-minicart .block-cart {
    top: 50px;
    width: 100%;
  }
}
.header-minicart .block-cart.skip-active {
  right: 0;
}
.header-minicart .block-cart .minicart-wrapper,
.header-minicart .block-cart .minicart-message {
  background: #ffffff;
  z-index: 3;
}
.header-minicart .block-subtitle {
  color: #4a4a48;
  font: 12px/1.17 'Interstate WGL Cond', Arial;
  padding: 13px 20px;
  text-align: left;
}
.header-minicart .block-subtitle .close {
  color: #7d7d7d;
  font: 20px/1.8 Arial;
  right: 0;
  text-align: center;
  top: 0;
}
.header-minicart .empty {
  background: #eeeeee;
  font: bold 12px/17px 'Interstate WGL Cond', Arial;
  padding: 11px 70px 21px;
  text-align: center;
}
.header-minicart .bx-wrapper {
  padding: 0 20px;
  position: relative;
  /* Styles for minicart gallery with product with unavailable stock */
}
@media only screen and (max-width: 767px) {
  .header-minicart .bx-wrapper {
    width: 288px;
  }
}
@media only screen and (max-width: 767px) {
  .header-minicart .bx-wrapper .mini-products-list {
    margin: auto;
    width: auto;
  }
}
.header-minicart .bx-wrapper .mini-products-list li {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .header-minicart .bx-wrapper .mini-products-list li {
    width: 280px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-minicart .bx-wrapper .mini-products-list li {
    width: 248px !important;
  }
}
.header-minicart .bx-wrapper .bx-prev,
.header-minicart .bx-wrapper .bx-next {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  bottom: 22px;
  outline: none;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 19px;
}
.header-minicart .bx-wrapper .bx-prev:after,
.header-minicart .bx-wrapper .bx-next:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 65px;
}
.header-minicart .bx-wrapper .bx-prev {
  left: 20px;
}
.header-minicart .bx-wrapper .bx-prev:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -61px -1px;
  height: 38px;
  width: 19px;
}
.header-minicart .bx-wrapper .bx-next {
  right: 20px;
}
.header-minicart .bx-wrapper .bx-next:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -82px -1px;
  height: 38px;
  width: 19px;
}
.header-minicart .bx-wrapper.stock-unavailable-wrapper .bx-prev,
.header-minicart .bx-wrapper.stock-unavailable-wrapper .bx-next {
  top: 5px;
}
.header-minicart .bx-wrapper.stock-unavailable-wrapper .bx-prev {
  left: 25px;
}
.header-minicart .bx-wrapper.stock-unavailable-wrapper .bx-next {
  right: 25px;
}
.header-minicart .bx-wrapper.stock-unavailable-wrapper .product-btn-links {
  padding: 0 10px;
}
.header-minicart .mini-products-list {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-minicart .mini-products-list {
    margin: 0 auto;
    width: 288px;
  }
}
.header-minicart .mini-products-list li {
  border: 0;
  clear: none;
  margin: 0;
  padding: 8px 20px;
  width: 320px;
}
.ie8 .header-minicart .mini-products-list li {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .header-minicart .mini-products-list li {
    width: 288px;
  }
}
.header-minicart .mini-products-list li.stock-unavailable:before {
  border: 5px solid #ff0000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header-minicart .mini-products-list .product-image {
  border: 0;
  float: none;
  margin: 0 0 22px;
}
.header-minicart .mini-products-list .product-image img {
  margin: 0 auto;
}
.header-minicart .mini-products-list .product-details {
  margin: 0;
  text-align: center;
}
.header-minicart .mini-products-list .product-details .product-name {
  margin: 0 0 9px;
}
.header-minicart .mini-products-list .product-details .product-name a {
  color: #4a4a48;
  font: 14px/1.17 'Interstate WGL Cond', Arial;
  text-decoration: none;
}
.header-minicart .mini-products-list .product-details .product-info {
  margin: 0 0 16px;
}
.header-minicart .mini-products-list .product-details .product-info dt,
.header-minicart .mini-products-list .product-details .product-info dd,
.header-minicart .mini-products-list .product-details .product-info .price {
  display: inline;
  font: 16px/1.17 'Interstate WGL Cond', Arial;
}
.header-minicart .mini-products-list .product-details .product-info .price {
  margin: 0 5px 0 0;
}
.header-minicart .mini-products-list .product-details .product-btn-links:before,
.header-minicart .mini-products-list .product-details .product-btn-links:after {
  content: " ";
  display: table;
}
.header-minicart .mini-products-list .product-details .product-btn-links:after {
  clear: both;
}
.header-minicart .mini-products-list .product-details .product-btn-links .btn-edit {
  float: left;
}
.header-minicart .mini-products-list .product-details .product-btn-links .remove {
  float: right;
}
.header-minicart .mini-products-list .product-details .product-btn-links span.remove {
  color: #7d7d7d;
  font: 12px/1.17em 'Interstate WGL Cond', Arial;
}
.header-minicart .subtotal {
  background: #eeeeee;
  padding: 11px 0 0;
  text-transform: uppercase;
}
.header-minicart .subtotal .label {
  color: #4a4a48;
  font: 16px/2 'Interstate WGL Cond', Arial;
}
.header-minicart .subtotal .price {
  color: #4a4a48;
  font: 16px/2 'Interstate WGL Cond', Arial;
}
.header-minicart .minicart-actions {
  background-color: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .header-minicart .minicart-actions {
    padding-bottom: 14px;
  }
}
.header-minicart .minicart-actions .checkout-types {
  float: none;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-types li {
  margin: 0 0 15px;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 98px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .header-minicart .minicart-actions .checkout-button {
    min-width: 248px;
  }
}
.header-minicart .minicart-actions .free-shipping-message {
  color: #7d7d7d;
  font: 12px/1.17 'Interstate WGL Cond', Arial;
  margin: 0 auto 14px;
  max-width: 182px;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .header-minicart .minicart-actions .free-shipping-message {
    margin-bottom: 7px;
  }
}
.header-minicart .minicart-actions .cart-link {
  color: #7d7d7d;
  font: 12px/2 'Interstate WGL Cond', Arial;
  height: auto;
  position: static;
  text-align: center;
}
.header-minicart .minicart-actions .cart-link:hover {
  color: #000000;
}
.header-minicart .truncated {
  display: inline-block;
}
.header-minicart .truncated a.details {
  display: inline-block;
  line-height: 14px;
}
.header-minicart .truncated a.details:hover {
  text-decoration: underline;
}
.header-minicart .truncated .truncated_full_value {
  left: 50%;
  top: -80px;
}
.header-minicart .truncated .truncated_full_value .item-options {
  background: #f6f6f6;
  border: 1px solid #c6c6c6;
  display: none;
  left: auto;
  padding: 8px 8px 2px;
  position: absolute;
  right: -60px;
  top: -8px;
  width: 200px;
  z-index: 300;
}
.header-minicart .truncated .truncated_full_value .item-options:after {
  border-color: #c6c6c6 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  content: "";
  display: block;
  height: 0;
  left: 97px;
  position: absolute;
  top: 100%;
  width: 0;
}
.header-minicart .truncated .truncated_full_value .item-options dt {
  font: bold 12px/1 'Interstate WGL Cond', Arial;
}
.header-minicart .truncated .truncated_full_value .item-options dd {
  font: 12px/1 'Interstate WGL Cond', Arial;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .header-minicart .truncated .truncated_full_value.active .item-options {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .header-minicart .truncated:hover .truncated_full_value .item-options {
    display: block;
  }
}
a.skip-cart {
  background: none;
  float: right;
  height: 40px;
  margin: 0 0 0 4px;
  padding: 0 20px 0 10px;
  position: static;
  /* Styles for empty cart label */
}
a.skip-cart:hover span {
  color: #ffffff;
}
a.skip-cart:hover:not(.skip-active) {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
a.skip-cart:hover:not(.skip-active) .icon {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -19px -115px;
  height: 14px;
  width: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  a.skip-cart:hover:not(.skip-active) .icon {
    background-position: -70px -115px;
  }
}
a.skip-cart:hover.skip-active:not(.no-count) .icon {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -19px -115px;
  height: 14px;
  width: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  a.skip-cart:hover.skip-active:not(.no-count) .icon {
    background-position: -19px -115px;
  }
}
a.skip-cart:hover:not(.no-count) .icon {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -70px -115px;
  height: 14px;
  width: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  a.skip-cart:hover:not(.no-count) .icon {
    background-position: -19px -115px;
  }
}
a.skip-cart.skip-active {
  position: relative;
  z-index: 3;
  background: #ffffff;
}
a.skip-cart.skip-active .label,
a.skip-cart.skip-active .count {
  color: #7d7d7d;
}
a.skip-cart .icon {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-position: -19px -115px;
  background-size: auto;
  float: right;
  height: 14px;
  margin: 11px 0 0 5px;
  width: 15px;
}
a.skip-cart .label,
a.skip-cart .count {
  color: #c6c6c6;
  float: left;
  font: 12px/39px 'Interstate WGL Cond', Arial !important;
}
a.skip-cart .label > .price,
a.skip-cart .count > .price {
  color: inherit;
  font: inherit;
  line-height: 10px;
}
a.skip-cart.no-count .label,
a.skip-cart.no-count .count {
  display: none;
}
a.skip-cart.no-count .icon {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -70px -115px;
  height: 14px;
  width: 15px;
}
a.skip-cart.no-count.skip-active .icon {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -19px -115px;
  height: 14px;
  width: 15px;
}
@media only screen and (max-width: 767px) {
  a.skip-cart.no-count.skip-active .icon {
    background-position: -70px -115px;
  }
}
.overlay-minicart {
  background: #000000;
  bottom: 0;
  display: none;
  filter: alpha(opacity=25);
  left: 0;
  opacity: .25;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .overlay-minicart {
    display: none !important;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Elena Pikalyeva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Category products
   ========================================================================== */
.category-products .toolbar {
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  margin-bottom: 5px;
  padding: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .category-products .toolbar {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar {
    background: #ffffff;
    display: none;
    height: auto;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
  }
}
.category-products .toolbar:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
}
.category-products .toolbar .view-mode {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .view-mode {
    float: left;
    margin: 0 0 10px;
    width: 100%;
  }
}
.category-products .toolbar .view-mode .grid,
.category-products .toolbar .view-mode .list {
  color: #7d7d7d;
  float: left;
  font: 12px/2 'Interstate WGL Cond', Arial;
  margin: 0 15px 0 0;
}
.category-products .toolbar .view-mode a.grid:hover,
.category-products .toolbar .view-mode a.list:hover {
  color: #000000;
}
.category-products .toolbar .sort-by {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .category-products .toolbar .sort-by label {
    display: table-cell;
  }
  .category-products .toolbar .sort-by a.selectBox {
    display: table-cell !important;
  }
  .category-products .toolbar .sort-by a.selectBox .selectBox-label {
    min-width: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .sort-by {
    display: block;
    margin-top: 10px;
  }
  .category-products .toolbar .sort-by select.selectBox {
    width: auto !important;
  }
}
.category-products .toolbar .pages {
  display: inline-block;
  float: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  vertical-align: top;
}
.category-products .toolbar .pages ol {
  line-height: inherit;
}
.category-products .toolbar .pages li,
.category-products .toolbar .pages a {
  color: #7d7d7d;
  display: inline-block;
  float: none;
  font: bold 12px/24px "Interstate WGL Cond", Arial;
  height: 24px;
  vertical-align: bottom;
}
.category-products .toolbar .pages li.current,
.category-products .toolbar .pages a.current {
  border: 0;
  font-weight: bold;
}
.category-products .toolbar .pages li.next,
.category-products .toolbar .pages a.next,
.category-products .toolbar .pages li.previous,
.category-products .toolbar .pages a.previous {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
.category-products .toolbar .pages li.next:before,
.category-products .toolbar .pages a.next:before,
.category-products .toolbar .pages li.previous:before,
.category-products .toolbar .pages a.previous:before {
  border-left-color: #7d7d7d;
  margin-top: -4px;
}
.category-products .toolbar .pages li.previous:before,
.category-products .toolbar .pages a.previous:before {
  border-right-color: #7d7d7d;
}
.category-products .toolbar .pages a:hover {
  border: 0;
  color: #000000;
}
.category-products .toolbar .count-container {
  display: inline-block;
}
.category-products .toolbar .count-container .amount {
  color: #4a4a48;
  float: left;
  font: bold 12px/2 "Interstate WGL Cond", Arial;
  margin: 0 14px 0 0;
  text-transform: uppercase;
}
.category-products .toolbar .count-container .amount strong {
  font-family: 'Interstate WGL Cond', Arial;
  font-weight: normal;
}
.category-products .toolbar .count-container .limiter {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .category-products .toolbar .count-container .limiter label {
    display: table-cell;
  }
  .category-products .toolbar .count-container .limiter a.selectBox {
    display: table-cell !important;
  }
  .category-products .toolbar .count-container .limiter a.selectBox .selectBox-label {
    min-width: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .count-container .limiter select.selectBox {
    width: auto !important;
  }
}
.category-products .toolbar label {
  font-size: 12px !important;
  line-height: 2;
  padding: 0 14px 0 0;
  vertical-align: top;
}
.category-products .ratings .rating-box {
  background: url(../images/small-rating-empty.png) no-repeat;
  display: inline-block;
  height: 13px;
  margin: 5px 14px 5px 0;
  width: 85px;
}
@media only screen and (max-width: 767px) {
  .category-products .ratings .rating-box {
    margin-right: 0;
  }
}
.category-products .ratings .rating-box .rating {
  background: url(../images/small-rating-full.png) no-repeat;
}
.category-products .ratings .amount {
  display: inline-block;
  margin: 6px 0 5px;
  vertical-align: top;
}
.category-products .ratings .amount a {
  text-decoration: none;
}
.category-products .product-image .product-badge {
  background-image: url('../images/sprite-of-badges.png');
  background-repeat: no-repeat;
  height: 108px;
  position: absolute;
  width: 108px;
  bottom: -35px;
  right: -30px;
}
.category-products .product-image .product-badge.percent-20 {
  background-position: 0 0px;
}
.category-products .product-image .product-badge.percent-21 {
  background-position: 0 -119px;
}
.category-products .product-image .product-badge.percent-22 {
  background-position: 0 -238px;
}
.category-products .product-image .product-badge.percent-23 {
  background-position: 0 -357px;
}
.category-products .product-image .product-badge.percent-24 {
  background-position: 0 -476px;
}
.category-products .product-image .product-badge.percent-25 {
  background-position: 0 -595px;
}
.category-products .product-image .product-badge.percent-26 {
  background-position: 0 -714px;
}
.category-products .product-image .product-badge.percent-27 {
  background-position: 0 -833px;
}
.category-products .product-image .product-badge.percent-28 {
  background-position: 0 -952px;
}
.category-products .product-image .product-badge.percent-29 {
  background-position: 0 -1071px;
}
.category-products .product-image .product-badge.percent-30 {
  background-position: 0 -1190px;
}
.category-products .product-image .product-badge.percent-31 {
  background-position: 0 -1309px;
}
.category-products .product-image .product-badge.percent-32 {
  background-position: 0 -1428px;
}
.category-products .product-image .product-badge.percent-33 {
  background-position: 0 -1547px;
}
.category-products .product-image .product-badge.percent-34 {
  background-position: 0 -1666px;
}
.category-products .product-image .product-badge.percent-35 {
  background-position: 0 -1785px;
}
.category-products .product-image .product-badge.percent-36 {
  background-position: 0 -1904px;
}
.category-products .product-image .product-badge.percent-37 {
  background-position: 0 -2023px;
}
.category-products .product-image .product-badge.percent-38 {
  background-position: 0 -2142px;
}
.category-products .product-image .product-badge.percent-39 {
  background-position: 0 -2261px;
}
.category-products .product-image .product-badge.percent-40 {
  background-position: 0 -2380px;
}
.category-products .product-image .product-badge.percent-41 {
  background-position: 0 -2499px;
}
.category-products .product-image .product-badge.percent-42 {
  background-position: 0 -2618px;
}
.category-products .product-image .product-badge.percent-43 {
  background-position: 0 -2737px;
}
.category-products .product-image .product-badge.percent-44 {
  background-position: 0 -2856px;
}
.category-products .product-image .product-badge.percent-45 {
  background-position: 0 -2975px;
}
.category-products .product-image .product-badge.percent-46 {
  background-position: 0 -3094px;
}
.category-products .product-image .product-badge.percent-47 {
  background-position: 0 -3213px;
}
.category-products .product-image .product-badge.percent-48 {
  background-position: 0 -3332px;
}
.category-products .product-image .product-badge.percent-49 {
  background-position: 0 -3451px;
}
.category-products .product-image .product-badge.percent-50 {
  background-position: 0 -3570px;
}
.category-products .product-image .product-badge.percent-51 {
  background-position: 0 -3689px;
}
.category-products .product-image .product-badge.percent-52 {
  background-position: 0 -3808px;
}
.category-products .product-image .product-badge.percent-53 {
  background-position: 0 -3927px;
}
.category-products .product-image .product-badge.percent-54 {
  background-position: 0 -4046px;
}
.category-products .product-image .product-badge.percent-55 {
  background-position: 0 -4165px;
}
.category-products .product-image .product-badge.percent-56 {
  background-position: 0 -4284px;
}
.category-products .product-image .product-badge.percent-57 {
  background-position: 0 -4403px;
}
.category-products .product-image .product-badge.percent-58 {
  background-position: 0 -4522px;
}
.category-products .product-image .product-badge.percent-59 {
  background-position: 0 -4641px;
}
.category-products .product-image .product-badge.percent-60 {
  background-position: 0 -4760px;
}
.category-products .product-image .product-badge.percent-61 {
  background-position: 0 -4878px;
}
.category-products .product-image .product-badge.percent-62 {
  background-position: 0 -4996px;
}
.category-products .product-image .product-badge.percent-63 {
  background-position: 0 -5114px;
}
.category-products .product-image .product-badge.percent-64 {
  background-position: 0 -5232px;
}
.category-products .product-image .product-badge.percent-65 {
  background-position: 0 -5350px;
}
.category-products .product-image .product-badge.percent-66 {
  background-position: 0 -5468px;
}
.category-products .product-image .product-badge.percent-67 {
  background-position: 0 -5586px;
}
.category-products .product-image .product-badge.percent-68 {
  background-position: 0 -5704px;
}
.category-products .product-image .product-badge.percent-69 {
  background-position: 0 -5822px;
}
.category-products .product-image .product-badge.percent-70 {
  background-position: 0 -5940px;
}
.category-products .product-image .product-badge.percent-71 {
  background-position: 0 -6058px;
}
.category-products .product-image .product-badge.percent-72 {
  background-position: 0 -6176px;
}
.category-products .product-image .product-badge.percent-73 {
  background-position: 0 -6294px;
}
.category-products .product-image .product-badge.percent-74 {
  background-position: 0 -6412px;
}
.category-products .product-image .product-badge.percent-75 {
  background-position: 0 -6530px;
}
.category-products .product-image .product-badge.percent-76 {
  background-position: 0 -6648px;
}
.category-products .product-image .product-badge.percent-77 {
  background-position: 0 -6766px;
}
.category-products .product-image .product-badge.percent-78 {
  background-position: 0 -6884px;
}
.category-products .product-image .product-badge.percent-79 {
  background-position: 0 -7002px;
}
.category-products .product-image .product-badge.percent-80 {
  background-position: 0 -7120px;
}
.category-products .products-grid .product-info {
  padding-bottom: 0;
  overflow: hidden;
}
.category-products .products-grid > li {
  /*margin: 0 8% 41px 0;*/
  margin: 0 5.2% 41px 0;
  /*width: 28%;*/
  width: 21.1%;
}
@media only screen and (max-width: 767px) {
  .category-products .products-grid > li {
    margin: 0 6.8% 16px 0;
    width: 46.6%;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-products .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
.category-products .products-grid > li.slvzr-nth-child403n41 {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .category-products .products-grid > li:nth-child(2n) {
    margin-right: 0;
  }
  .category-products .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
.category-products .products-grid .product-name a {
  color: #4a4a48;
  font: bold 14px/1 'Interstate WGL Cond', Arial;
  text-decoration: none;
}
.category-products .products-grid .product-name a:hover {
  color: #000000;
}
.category-products .products-grid .price-box .special-price .price {
  font-weight: bold;
}
.category-products .products-grid .stock-indicator-wrapper {
  font: 14px/1 'Interstate WGL Cond', Arial;
  margin-bottom: 5px;
}
.category-products .products-grid .price-box {
  font-size: 14px;
  line-height: 1.21;
}
.category-products .products-grid .price-box .price {
  color: #4a4a48;
  font: 12px/1 'Interstate WGL Cond', Arial;
}
.category-products .products-grid .price-box .special-price .price {
  font-weight: bold;
}
.category-products .products-grid .add-to-links:before,
.category-products .products-grid .add-to-links:after {
  content: " ";
  display: table;
}
.category-products .products-grid .add-to-links:after {
  clear: both;
}
.category-products .products-grid .add-to-links li {
  float: right;
  width: 50%;
}
.category-products .products-grid .add-to-links li:first-child {
  float: left;
}
.category-products .products-grid .actions {
  min-height: 0;
  position: static;
}
.category-products .products-grid .actions .availability {
  padding-bottom: 46px;
}
.category-products .products-grid .actions .button {
  margin: 0 0 23px;
}
.category-products .products-grid .ratings {
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .category-products .products-grid .ratings .amount {
    margin-top: 0;
    width: 100%;
  }
}
.category-products .products-grid .colors-list {
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 18px;
  padding: 5px 0 0;
  text-align: center;
}
.category-products .products-grid .colors-list li {
  display: inline-block;
  margin: 0 2px 3px;
}
.category-products .products-list > li {
  border: 0;
}
.category-products .products-list .product-primary,
.category-products .products-list .product-secondary {
  float: none;
  text-align: left;
  width: 100%;
}
.category-products .products-list .product-primary {
  margin: 0 0 26px;
}
.category-products .products-list .product-secondary {
  overflow: hidden;
}
.category-products .products-list .product-name {
  margin: 0 0 4px;
}
.category-products .products-list .product-name a {
  font: bold 14px/1 'Interstate WGL Cond', Arial;
  text-decoration: none;
}
.category-products .products-list .product-name a:hover {
  color: #000000;
}
.category-products .products-list .price-box .special-price .price {
  font-weight: bold;
}
.category-products .products-list .product-shop .price {
  color: #4a4a48;
  font: 12px/1 'Interstate WGL Cond', Arial;
}
.category-products .products-list .colors-list {
  margin: 0 0 4px;
}
.category-products .products-list .colors-list li {
  display: inline-block;
  margin: 0 2px 3px;
}
.category-products .products-list .colors {
  color: #7d7d7d;
  font: 12px/1 'Interstate WGL Cond', Arial;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.category-products .products-list .desc {
  margin-bottom: 30px;
}

.mega-dropdown-categories .sub-textlinks {
  display: none !important;
}

.mega-dropdown-categories.top-level-menu-news .sub-textlinks {
  display: inline-block !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-products .products-list .desc {
    float: none;
    width: 100%;
  }
}
.category-products .products-list .desc-text {
  font-size: 14px;
  line-height: 1.14;
  margin: 0 0 9px;
}
.category-products .products-list .action {
  float: left;
  margin: 17px 32px 7px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .category-products .products-list .action {
    float: none;
    margin-top: 0;
  }
}
.category-products .products-list .add-to-links {
  float: left;
  margin: 17px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .category-products .products-list .add-to-links {
    float: none;
  }
}
.category-products .products-list .add-to-links li {
  float: left;
  margin: 0;
}
.category-products .products-list .add-to-links li:first-child {
  margin: 0 32px 0 0;
}
.category-products.ski-view .products-list {
  margin: 0;
}
.category-products.ski-view .products-list > li {
  position: relative;
  margin-bottom: 51px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-products.ski-view .products-list > li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list > li {
    margin-bottom: 24px;
  }
}
.category-products.ski-view .products-list .product-shop {
  float: none;
  padding: 0;
  width: 100%;
}
.category-products.ski-view .products-list .product-primary {
  margin: 0;
  padding: 0;
}
.category-products.ski-view .products-list .product-name {
  padding: 0 100px 0 0;
  margin: 0 0 17px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .product-name {
    padding: 0;
    margin: 0 0 8px;
  }
}
.category-products.ski-view .products-list .product-name a {
  color: #4a4a48;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .product-name a {
    font-size: 20px;
  }
}
.category-products.ski-view .products-list .product-name a:hover {
  color: #000000;
}
.category-products.ski-view .products-list .price-box {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .price-box {
    position: relative;
    margin: 0 0 22px;
  }
}
.category-products.ski-view .products-list .price-box span {
  font: bold 26px/1 'Interstate WGL Cond', Arial;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .price-box span {
    font-size: 20px;
  }
}
.category-products.ski-view .products-list .no-rating,
.category-products.ski-view .products-list .ratings {
  margin: 0 0 22px;
}
.category-products.ski-view .products-list .no-rating:before,
.category-products.ski-view .products-list .ratings:before,
.category-products.ski-view .products-list .no-rating:after,
.category-products.ski-view .products-list .ratings:after {
  content: " ";
  display: table;
}
.category-products.ski-view .products-list .no-rating:after,
.category-products.ski-view .products-list .ratings:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .no-rating,
  .category-products.ski-view .products-list .ratings {
    margin: 0 0 5px;
  }
}
.category-products.ski-view .products-list .no-rating a,
.category-products.ski-view .products-list .ratings a {
  color: #7d7d7d;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .no-rating a,
  .category-products.ski-view .products-list .ratings a {
    font-size: 11px;
  }
}
.category-products.ski-view .products-list .no-rating a:hover,
.category-products.ski-view .products-list .ratings a:hover {
  color: #000000;
}
.category-products.ski-view .products-list .rating-box {
  float: none;
  display: block;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .rating-links {
    float: none;
  }
}
.category-products.ski-view .products-list .product-image {
  float: none;
  width: 100%;
  margin: 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .product-image {
    margin: 0 0 20px;
  }
}
.category-products.ski-view .products-list .product-secondary {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .product-secondary {
    text-align: center;
  }
}
.category-products.ski-view .products-list .add-to-links {
  float: none;
  margin: 0;
  border-top: 1px solid #c6c6c6;
  padding: 12px 0 5px;
  margin: 2px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .add-to-links {
    margin: 0;
    padding: 9px 0;
  }
}
.category-products.ski-view .products-list .add-to-links li {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .add-to-links li {
    display: inline-block;
    float: none;
    margin: 0 8px;
  }
}
.category-products.ski-view .products-list .add-to-links a {
  color: #7d7d7d;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .add-to-links a {
    font-size: 11px;
  }
}
.category-products.ski-view .products-list .add-to-links a:hover {
  color: #000000;
}
.category-products.ski-view .products-list .action {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 10px solid #ffffff;
  margin: 0;
}
.category-products.ski-view .products-list .action > span {
  display: block;
  font-size: 14px;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-list .action {
    position: relative;
    border: 0;
  }
  .category-products.ski-view .products-list .action > span {
    font-size: 11px;
    margin: 0;
  }
}
.category-products.ski-view .products-grid > li {
  float: none;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 71px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-products.ski-view .products-grid > li {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid > li {
    margin-bottom: 44px;
  }
}
.category-products.ski-view .products-grid .product-shop {
  float: none;
  padding: 0;
  width: 100%;
}
.category-products.ski-view .products-grid .product-primary {
  margin: 0;
  padding: 0;
}
.category-products.ski-view .products-grid .product-name {
  padding: 0 100px 0 0;
  margin: 0 0 17px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .product-name {
    padding: 0;
    margin: 0 0 8px;
  }
}
.category-products.ski-view .products-grid .product-name a {
  color: #4a4a48;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .product-name a {
    font-size: 20px;
  }
}
.category-products.ski-view .products-grid .product-name a:hover {
  color: #000000;
}
.category-products.ski-view .products-grid .price-box {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .price-box {
    position: relative;
    margin: 0 0 22px;
  }
}
.category-products.ski-view .products-grid .price-box span {
  font: bold 26px/1 'Interstate WGL Cond', Arial;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .price-box span {
    font-size: 20px;
  }
}
.category-products.ski-view .products-grid .no-rating,
.category-products.ski-view .products-grid .ratings {
  margin: 0 0 22px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .no-rating,
  .category-products.ski-view .products-grid .ratings {
    margin: 0 0 5px;
  }
}
.category-products.ski-view .products-grid .no-rating a,
.category-products.ski-view .products-grid .ratings a {
  color: #7d7d7d;
  font-size: 14px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .no-rating a,
  .category-products.ski-view .products-grid .ratings a {
    font-size: 11px;
    margin: 0 15px 0 0;
  }
}
.category-products.ski-view .products-grid .no-rating a:hover,
.category-products.ski-view .products-grid .ratings a:hover {
  color: #000000;
}
.category-products.ski-view .products-grid .rating-box {
  float: none;
  display: block;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .rating-links {
    float: none;
  }
}
.category-products.ski-view .products-grid .rating-links .separator {
  display: none;
}
.category-products.ski-view .products-grid .product-description {
  margin: 0 0 32px;
}
.category-products.ski-view .products-grid .product-description:before,
.category-products.ski-view .products-grid .product-description:after {
  content: " ";
  display: table;
}
.category-products.ski-view .products-grid .product-description:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .product-description {
    margin: 0;
  }
}
.category-products.ski-view .products-grid .product-image {
  float: left;
  width: 50%;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .product-image {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.category-products.ski-view .products-grid .product-secondary {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .product-secondary {
    text-align: center;
  }
}
.category-products.ski-view .products-grid .add-to-links {
  float: none;
  margin: 0;
  border-top: 1px solid #c6c6c6;
  padding: 12px 0 5px;
  margin: 2px 0 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .add-to-links {
    margin: 0;
    padding: 9px 0;
  }
}
.category-products.ski-view .products-grid .add-to-links li {
  float: left;
  width: auto;
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .add-to-links li {
    display: inline-block;
    float: none;
    margin: 0 8px;
  }
}
.category-products.ski-view .products-grid .add-to-links a {
  color: #7d7d7d;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .add-to-links a {
    font-size: 11px;
  }
}
.category-products.ski-view .products-grid .add-to-links a:hover {
  color: #000000;
}
.category-products.ski-view .products-grid .action {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 10px solid #ffffff;
  margin: 0;
}
.category-products.ski-view .products-grid .action > span {
  display: block;
  font-size: 14px;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-products.ski-view .products-grid .action {
    position: relative;
    border: 0;
  }
  .category-products.ski-view .products-grid .action > span {
    font-size: 11px;
    margin: 0;
  }
}
.catalogsearch-result-index .category-view .selectBox,
.catalogsearch-result-index .category-products .selectBox {
  height: 25px;
  line-height: 24px;
}
.catalogsearch-result-index .category-view .selectBox .selectBox-label,
.catalogsearch-result-index .category-products .selectBox .selectBox-label {
  font: bold 13px/1.8 'Interstate WGL Cond', Arial;
  padding: 0 27px 0 11px;
}
.catalogsearch-result-index .category-view .selectBox:after,
.catalogsearch-result-index .category-products .selectBox:after {
  right: 10px;
}
.catalogsearch-result-index .selectBox-dropdown-menu > li {
  margin: 0 11px;
}
.catalogsearch-result-index .selectBox-dropdown-menu > li a {
  font: bold 13px/1.5 'Interstate WGL Cond', Arial;
  padding: 0;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @author    Elena Pikaleva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Product details block.
   ========================================================================== */
.product-view .product-shop,
.set-product-type .product-shop,
.product-view .add-to-cart-wrapper,
.set-product-type .add-to-cart-wrapper {
  padding: 0;
  width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .product-shop,
  .set-product-type .product-shop,
  .product-view .add-to-cart-wrapper,
  .set-product-type .add-to-cart-wrapper {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop,
  .set-product-type .product-shop,
  .product-view .add-to-cart-wrapper,
  .set-product-type .add-to-cart-wrapper {
    width: 100%;
  }
}
.product-view .product-shop .product-name,
.set-product-type .product-shop .product-name {
  float: none;
  margin: 0 0 17px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .product-name,
  .set-product-type .product-shop .product-name {
    display: block;
  }
}
.product-view .product-shop .product-name .h1,
.set-product-type .product-shop .product-name .h1,
.product-view .product-shop .product-name .h1 a,
.set-product-type .product-shop .product-name .h1 a {
  color: #4a4a48;
  float: none;
  font: bold 30px/1.2em "Interstate WGL", Arial;
  letter-spacing: 1px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .product-shop .product-name .h1,
  .set-product-type .product-shop .product-name .h1,
  .product-view .product-shop .product-name .h1 a,
  .set-product-type .product-shop .product-name .h1 a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .product-name .h1,
  .set-product-type .product-shop .product-name .h1,
  .product-view .product-shop .product-name .h1 a,
  .set-product-type .product-shop .product-name .h1 a {
    font-size: 15px;
  }
}
.product-view .product-shop .extra-info,
.set-product-type .product-shop .extra-info {
  float: none;
  max-width: 100%;
}
.product-view .product-shop .extra-info .ratings,
.set-product-type .product-shop .extra-info .ratings,
.product-view .product-shop .extra-info .ratings-table,
.set-product-type .product-shop .extra-info .ratings-table {
  margin-bottom: 0;
}
.product-view .product-shop .extra-info .ratings .rating-links,
.set-product-type .product-shop .extra-info .ratings .rating-links,
.product-view .product-shop .extra-info .ratings-table .rating-links,
.set-product-type .product-shop .extra-info .ratings-table .rating-links {
  clear: none;
  line-height: 16px;
}
.product-view .product-shop .extra-info .ratings .rating-links a,
.set-product-type .product-shop .extra-info .ratings .rating-links a,
.product-view .product-shop .extra-info .ratings-table .rating-links a,
.set-product-type .product-shop .extra-info .ratings-table .rating-links a {
  display: inline-block;
  margin: 2px 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .extra-info .ratings .rating-links a,
  .set-product-type .product-shop .extra-info .ratings .rating-links a,
  .product-view .product-shop .extra-info .ratings-table .rating-links a,
  .set-product-type .product-shop .extra-info .ratings-table .rating-links a {
    font-size: 11px;
    margin-top: 4px;
  }
}
.product-view .product-shop .extra-info .ratings .rating-links a:first-child,
.set-product-type .product-shop .extra-info .ratings .rating-links a:first-child,
.product-view .product-shop .extra-info .ratings-table .rating-links a:first-child,
.set-product-type .product-shop .extra-info .ratings-table .rating-links a:first-child {
  color: #4a4a48;
  text-decoration: none;
}
.product-view .product-shop .extra-info .ratings .rating-links .separator,
.set-product-type .product-shop .extra-info .ratings .rating-links .separator,
.product-view .product-shop .extra-info .ratings-table .rating-links .separator,
.set-product-type .product-shop .extra-info .ratings-table .rating-links .separator {
  display: none;
}
.product-view .product-shop .extra-info .ratings .rating-box,
.set-product-type .product-shop .extra-info .ratings .rating-box,
.product-view .product-shop .extra-info .ratings-table .rating-box,
.set-product-type .product-shop .extra-info .ratings-table .rating-box {
  background: url(../images/rating-empty.png) no-repeat;
  height: 16px;
  margin: 0 14px 0 2px;
  width: 105px;
}
.product-view .product-shop .extra-info .ratings .rating-box .rating,
.set-product-type .product-shop .extra-info .ratings .rating-box .rating,
.product-view .product-shop .extra-info .ratings-table .rating-box .rating,
.set-product-type .product-shop .extra-info .ratings-table .rating-box .rating {
  background: url(../images/rating-full.png) no-repeat;
  height: inherit;
}
.product-view .product-shop .extra-info .ratings-table,
.set-product-type .product-shop .extra-info .ratings-table {
  float: left;
}
.product-view .product-shop .extra-info .ratings-table th,
.set-product-type .product-shop .extra-info .ratings-table th {
  display: none;
}
.product-view .product-shop .extra-info > a,
.set-product-type .product-shop .extra-info > a {
  color: #4a4a48;
  display: inline-block;
  margin: 2px 15px 0 0;
  text-decoration: none;
}
.product-view .product-shop .price-info,
.set-product-type .product-shop .price-info {
  color: #4a4a48;
  float: none;
  max-width: none;
  padding: 0;
  text-align: left;
}
.product-view .product-shop .price-info .price-label,
.set-product-type .product-shop .price-info .price-label {
  color: #4a4a48;
  display: none;
  text-transform: uppercase;
}
.product-view .product-shop .price-info .regular-price,
.set-product-type .product-shop .price-info .regular-price,
.product-view .product-shop .price-info .special-price,
.set-product-type .product-shop .price-info .special-price {
  color: #4a4a48;
  font: bold 18px/1.2em "Interstate WGL", Arial;
  margin-bottom: 5px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .price-info .regular-price,
  .set-product-type .product-shop .price-info .regular-price,
  .product-view .product-shop .price-info .special-price,
  .set-product-type .product-shop .price-info .special-price {
    margin-bottom: 18px;
  }
}
.product-view .product-shop .price-info .regular-price .price,
.set-product-type .product-shop .price-info .regular-price .price,
.product-view .product-shop .price-info .special-price .price,
.set-product-type .product-shop .price-info .special-price .price {
  color: inherit;
  font: inherit;
}
.product-view .product-shop .price-info .regular-price .price-label,
.set-product-type .product-shop .price-info .regular-price .price-label,
.product-view .product-shop .price-info .special-price .price-label,
.set-product-type .product-shop .price-info .special-price .price-label {
  font: inherit;
}
.product-view .product-shop .price-info .price-box,
.set-product-type .product-shop .price-info .price-box {
  display: inline;
  position: relative;
}
.product-view .product-shop .price-info .product-badge,
.set-product-type .product-shop .price-info .product-badge {
  background-image: url('../images/sprite-of-badges.png');
  background-repeat: no-repeat;
  height: 108px;
  width: 108px;
  position: absolute;
  top: -54px;
}
.product-view .product-shop .price-info .product-badge.percent-20,
.set-product-type .product-shop .price-info .product-badge.percent-20 {
  background-position: 0 0px;
}
.product-view .product-shop .price-info .product-badge.percent-21,
.set-product-type .product-shop .price-info .product-badge.percent-21 {
  background-position: 0 -119px;
}
.product-view .product-shop .price-info .product-badge.percent-22,
.set-product-type .product-shop .price-info .product-badge.percent-22 {
  background-position: 0 -238px;
}
.product-view .product-shop .price-info .product-badge.percent-23,
.set-product-type .product-shop .price-info .product-badge.percent-23 {
  background-position: 0 -357px;
}
.product-view .product-shop .price-info .product-badge.percent-24,
.set-product-type .product-shop .price-info .product-badge.percent-24 {
  background-position: 0 -476px;
}
.product-view .product-shop .price-info .product-badge.percent-25,
.set-product-type .product-shop .price-info .product-badge.percent-25 {
  background-position: 0 -595px;
}
.product-view .product-shop .price-info .product-badge.percent-26,
.set-product-type .product-shop .price-info .product-badge.percent-26 {
  background-position: 0 -714px;
}
.product-view .product-shop .price-info .product-badge.percent-27,
.set-product-type .product-shop .price-info .product-badge.percent-27 {
  background-position: 0 -833px;
}
.product-view .product-shop .price-info .product-badge.percent-28,
.set-product-type .product-shop .price-info .product-badge.percent-28 {
  background-position: 0 -952px;
}
.product-view .product-shop .price-info .product-badge.percent-29,
.set-product-type .product-shop .price-info .product-badge.percent-29 {
  background-position: 0 -1071px;
}
.product-view .product-shop .price-info .product-badge.percent-30,
.set-product-type .product-shop .price-info .product-badge.percent-30 {
  background-position: 0 -1190px;
}
.product-view .product-shop .price-info .product-badge.percent-31,
.set-product-type .product-shop .price-info .product-badge.percent-31 {
  background-position: 0 -1309px;
}
.product-view .product-shop .price-info .product-badge.percent-32,
.set-product-type .product-shop .price-info .product-badge.percent-32 {
  background-position: 0 -1428px;
}
.product-view .product-shop .price-info .product-badge.percent-33,
.set-product-type .product-shop .price-info .product-badge.percent-33 {
  background-position: 0 -1547px;
}
.product-view .product-shop .price-info .product-badge.percent-34,
.set-product-type .product-shop .price-info .product-badge.percent-34 {
  background-position: 0 -1666px;
}
.product-view .product-shop .price-info .product-badge.percent-35,
.set-product-type .product-shop .price-info .product-badge.percent-35 {
  background-position: 0 -1785px;
}
.product-view .product-shop .price-info .product-badge.percent-36,
.set-product-type .product-shop .price-info .product-badge.percent-36 {
  background-position: 0 -1904px;
}
.product-view .product-shop .price-info .product-badge.percent-37,
.set-product-type .product-shop .price-info .product-badge.percent-37 {
  background-position: 0 -2023px;
}
.product-view .product-shop .price-info .product-badge.percent-38,
.set-product-type .product-shop .price-info .product-badge.percent-38 {
  background-position: 0 -2142px;
}
.product-view .product-shop .price-info .product-badge.percent-39,
.set-product-type .product-shop .price-info .product-badge.percent-39 {
  background-position: 0 -2261px;
}
.product-view .product-shop .price-info .product-badge.percent-40,
.set-product-type .product-shop .price-info .product-badge.percent-40 {
  background-position: 0 -2380px;
}
.product-view .product-shop .price-info .product-badge.percent-41,
.set-product-type .product-shop .price-info .product-badge.percent-41 {
  background-position: 0 -2499px;
}
.product-view .product-shop .price-info .product-badge.percent-42,
.set-product-type .product-shop .price-info .product-badge.percent-42 {
  background-position: 0 -2618px;
}
.product-view .product-shop .price-info .product-badge.percent-43,
.set-product-type .product-shop .price-info .product-badge.percent-43 {
  background-position: 0 -2737px;
}
.product-view .product-shop .price-info .product-badge.percent-44,
.set-product-type .product-shop .price-info .product-badge.percent-44 {
  background-position: 0 -2856px;
}
.product-view .product-shop .price-info .product-badge.percent-45,
.set-product-type .product-shop .price-info .product-badge.percent-45 {
  background-position: 0 -2975px;
}
.product-view .product-shop .price-info .product-badge.percent-46,
.set-product-type .product-shop .price-info .product-badge.percent-46 {
  background-position: 0 -3094px;
}
.product-view .product-shop .price-info .product-badge.percent-47,
.set-product-type .product-shop .price-info .product-badge.percent-47 {
  background-position: 0 -3213px;
}
.product-view .product-shop .price-info .product-badge.percent-48,
.set-product-type .product-shop .price-info .product-badge.percent-48 {
  background-position: 0 -3332px;
}
.product-view .product-shop .price-info .product-badge.percent-49,
.set-product-type .product-shop .price-info .product-badge.percent-49 {
  background-position: 0 -3451px;
}
.product-view .product-shop .price-info .product-badge.percent-50,
.set-product-type .product-shop .price-info .product-badge.percent-50 {
  background-position: 0 -3570px;
}
.product-view .product-shop .price-info .product-badge.percent-51,
.set-product-type .product-shop .price-info .product-badge.percent-51 {
  background-position: 0 -3689px;
}
.product-view .product-shop .price-info .product-badge.percent-52,
.set-product-type .product-shop .price-info .product-badge.percent-52 {
  background-position: 0 -3808px;
}
.product-view .product-shop .price-info .product-badge.percent-53,
.set-product-type .product-shop .price-info .product-badge.percent-53 {
  background-position: 0 -3927px;
}
.product-view .product-shop .price-info .product-badge.percent-54,
.set-product-type .product-shop .price-info .product-badge.percent-54 {
  background-position: 0 -4046px;
}
.product-view .product-shop .price-info .product-badge.percent-55,
.set-product-type .product-shop .price-info .product-badge.percent-55 {
  background-position: 0 -4165px;
}
.product-view .product-shop .price-info .product-badge.percent-56,
.set-product-type .product-shop .price-info .product-badge.percent-56 {
  background-position: 0 -4284px;
}
.product-view .product-shop .price-info .product-badge.percent-57,
.set-product-type .product-shop .price-info .product-badge.percent-57 {
  background-position: 0 -4403px;
}
.product-view .product-shop .price-info .product-badge.percent-58,
.set-product-type .product-shop .price-info .product-badge.percent-58 {
  background-position: 0 -4522px;
}
.product-view .product-shop .price-info .product-badge.percent-59,
.set-product-type .product-shop .price-info .product-badge.percent-59 {
  background-position: 0 -4641px;
}
.product-view .product-shop .price-info .product-badge.percent-60,
.set-product-type .product-shop .price-info .product-badge.percent-60 {
  background-position: 0 -4760px;
}
.product-view .product-shop .price-info .product-badge.percent-61,
.set-product-type .product-shop .price-info .product-badge.percent-61 {
  background-position: 0 -4878px;
}
.product-view .product-shop .price-info .product-badge.percent-62,
.set-product-type .product-shop .price-info .product-badge.percent-62 {
  background-position: 0 -4996px;
}
.product-view .product-shop .price-info .product-badge.percent-63,
.set-product-type .product-shop .price-info .product-badge.percent-63 {
  background-position: 0 -5114px;
}
.product-view .product-shop .price-info .product-badge.percent-64,
.set-product-type .product-shop .price-info .product-badge.percent-64 {
  background-position: 0 -5232px;
}
.product-view .product-shop .price-info .product-badge.percent-65,
.set-product-type .product-shop .price-info .product-badge.percent-65 {
  background-position: 0 -5350px;
}
.product-view .product-shop .price-info .product-badge.percent-66,
.set-product-type .product-shop .price-info .product-badge.percent-66 {
  background-position: 0 -5468px;
}
.product-view .product-shop .price-info .product-badge.percent-67,
.set-product-type .product-shop .price-info .product-badge.percent-67 {
  background-position: 0 -5586px;
}
.product-view .product-shop .price-info .product-badge.percent-68,
.set-product-type .product-shop .price-info .product-badge.percent-68 {
  background-position: 0 -5704px;
}
.product-view .product-shop .price-info .product-badge.percent-69,
.set-product-type .product-shop .price-info .product-badge.percent-69 {
  background-position: 0 -5822px;
}
.product-view .product-shop .price-info .product-badge.percent-70,
.set-product-type .product-shop .price-info .product-badge.percent-70 {
  background-position: 0 -5940px;
}
.product-view .product-shop .price-info .product-badge.percent-71,
.set-product-type .product-shop .price-info .product-badge.percent-71 {
  background-position: 0 -6058px;
}
.product-view .product-shop .price-info .product-badge.percent-72,
.set-product-type .product-shop .price-info .product-badge.percent-72 {
  background-position: 0 -6176px;
}
.product-view .product-shop .price-info .product-badge.percent-73,
.set-product-type .product-shop .price-info .product-badge.percent-73 {
  background-position: 0 -6294px;
}
.product-view .product-shop .price-info .product-badge.percent-74,
.set-product-type .product-shop .price-info .product-badge.percent-74 {
  background-position: 0 -6412px;
}
.product-view .product-shop .price-info .product-badge.percent-75,
.set-product-type .product-shop .price-info .product-badge.percent-75 {
  background-position: 0 -6530px;
}
.product-view .product-shop .price-info .product-badge.percent-76,
.set-product-type .product-shop .price-info .product-badge.percent-76 {
  background-position: 0 -6648px;
}
.product-view .product-shop .price-info .product-badge.percent-77,
.set-product-type .product-shop .price-info .product-badge.percent-77 {
  background-position: 0 -6766px;
}
.product-view .product-shop .price-info .product-badge.percent-78,
.set-product-type .product-shop .price-info .product-badge.percent-78 {
  background-position: 0 -6884px;
}
.product-view .product-shop .price-info .product-badge.percent-79,
.set-product-type .product-shop .price-info .product-badge.percent-79 {
  background-position: 0 -7002px;
}
.product-view .product-shop .price-info .product-badge.percent-80,
.set-product-type .product-shop .price-info .product-badge.percent-80 {
  background-position: 0 -7120px;
}
.product-view .product-shop .price-info .old-price,
.set-product-type .product-shop .price-info .old-price {
  font: bold 14px/1.2em "Interstate WGL", Arial;
}
.product-view .product-shop .price-info .old-price .price,
.set-product-type .product-shop .price-info .old-price .price {
  color: inherit;
  font: inherit;
}
.product-view .product-shop .price-info .old-price .price-label,
.set-product-type .product-shop .price-info .old-price .price-label {
  font: inherit;
}
.product-view .availability,
.set-product-type .availability {
  clear: both;
  padding-left: 0;
  padding-top: 8px;
}
.product-view .availability .label,
.set-product-type .availability .label {
  color: #4a4a48;
  display: inline-block;
}
.product-view .delivery-time-block,
.set-product-type .delivery-time-block {
  font: 14px/1.4285em "Interstate WGL Cond", Arial;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.product-view .add-to-cart,
.set-product-type .add-to-cart {
  border: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .add-to-cart-buttons,
  .set-product-type .add-to-cart .add-to-cart-buttons {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .add-to-cart .add-to-cart-buttons,
  .set-product-type .add-to-cart .add-to-cart-buttons {
    position: relative;
  }
  .product-view .add-to-cart .add-to-cart-buttons .title,
  .set-product-type .add-to-cart .add-to-cart-buttons .title {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 300px;
  }
}
.product-view .add-to-cart .button,
.set-product-type .add-to-cart .button {
  min-width: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .button,
  .set-product-type .add-to-cart .button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .qty-wrapper,
  .set-product-type .add-to-cart .qty-wrapper {
    float: none;
    margin: 0 0 12px;
  }
}
.product-view .add-to-cart .qty-wrapper select,
.set-product-type .add-to-cart .qty-wrapper select,
.product-view .add-to-cart .qty-wrapper .selectBox,
.set-product-type .add-to-cart .qty-wrapper .selectBox {
  min-width: 116px !important;
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .qty-wrapper select,
  .set-product-type .add-to-cart .qty-wrapper select,
  .product-view .add-to-cart .qty-wrapper .selectBox,
  .set-product-type .add-to-cart .qty-wrapper .selectBox {
    font-size: 16px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .find-dealer,
  .set-product-type .find-dealer {
    width: 100%;
  }
}
.product-view .product-options-bottom,
.set-product-type .product-options-bottom {
  background: none;
  border: 0;
  padding: 0;
}
.product-view .product-options,
.set-product-type .product-options {
  border: 0;
}
.product-view .product-options dl,
.set-product-type .product-options dl {
  visibility: hidden;
}
.product-view .product-options dl dt.hide-for-non-transactional,
.set-product-type .product-options dl dt.hide-for-non-transactional,
.product-view .product-options dl dd.hide-for-non-transactional,
.set-product-type .product-options dl dd.hide-for-non-transactional {
  display: none !important;
}
.product-view .product-options p.required,
.set-product-type .product-options p.required {
  display: none;
}
.product-view .product-options .product-loader,
.set-product-type .product-options .product-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  width: 48px;
  height: 48px;
}
.product-view .iconoptions-enable,
.set-product-type .iconoptions-enable {
  border: 0;
  margin: 10px 0;
  padding: 0;
}
.product-view .iconoptions-enable:before,
.set-product-type .iconoptions-enable:before,
.product-view .iconoptions-enable:after,
.set-product-type .iconoptions-enable:after {
  content: " ";
  display: table;
}
.product-view .iconoptions-enable:after,
.set-product-type .iconoptions-enable:after {
  clear: both;
}
.product-view .iconoptions-enable dl,
.set-product-type .iconoptions-enable dl {
  visibility: visible;
}
.product-view .iconoptions-enable .product-loader,
.set-product-type .iconoptions-enable .product-loader {
  display: none;
}
.product-view .iconoptions-enable p.required,
.set-product-type .iconoptions-enable p.required {
  display: none;
}
.product-view .iconoptions-enable label:before,
.set-product-type .iconoptions-enable label:before {
  display: none;
}
.product-view .iconoptions-enable .block-additional-info,
.set-product-type .iconoptions-enable .block-additional-info {
  float: right;
}
.product-view .iconoptions-enable .block-additional-info .block-title,
.set-product-type .iconoptions-enable .block-additional-info .block-title {
  margin: 0;
}
.product-view .iconoptions-enable .block-additional-info .additional-info-link,
.set-product-type .iconoptions-enable .block-additional-info .additional-info-link {
  border: 0;
  font: 12px/1.4em 'Interstate WGL Cond', Arial;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: underline;
}
.product-view .iconoptions-enable .block-additional-info .block-content,
.set-product-type .iconoptions-enable .block-additional-info .block-content {
  margin: 0;
}
.product-view .iconoptions-enable dd,
.set-product-type .iconoptions-enable dd {
  border: 0;
}
.product-view .add-to-links,
.set-product-type .add-to-links {
  float: none;
  margin-bottom: 31px;
}
.product-view .add-to-links a,
.set-product-type .add-to-links a {
  border: 0;
}
.product-view .sharing-links,
.set-product-type .sharing-links {
  float: none;
  margin: 30px 0 10px;
}
.product-view .sharing-links:before,
.set-product-type .sharing-links:before,
.product-view .sharing-links:after,
.set-product-type .sharing-links:after {
  content: " ";
  display: table;
}
.product-view .sharing-links:after,
.set-product-type .sharing-links:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .product-view .sharing-links,
  .set-product-type .sharing-links {
    margin: 12px 0;
    text-align: right;
  }
}
.product-view .sharing-links .share,
.set-product-type .sharing-links .share {
  color: #4a4a48;
  font: bold 14px/24px "Interstate WGL Cond", Arial;
  padding-left: 0;
  padding-right: 13px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-view .sharing-links .share,
  .set-product-type .sharing-links .share {
    float: left;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .sharing-links li,
  .set-product-type .sharing-links li {
    display: inline-block;
    float: none;
    padding-bottom: 0;
    vertical-align: top;
  }
}
.product-view .sharing-links a,
.set-product-type .sharing-links a {
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  display: block;
  font: 0/0 serif;
  height: 24px;
  width: 24px;
}
.product-view .sharing-links a.link-email-friend,
.set-product-type .sharing-links a.link-email-friend {
  background: url(../images/icon-email-product.png) no-repeat;
}
.product-view .sharing-links a.link-facebook,
.set-product-type .sharing-links a.link-facebook {
  background: url(../images/icon-facebook-prod.png) no-repeat;
}
.product-view .sharing-links a.link-twitter,
.set-product-type .sharing-links a.link-twitter {
  background: url(../images/icon-twitter-prod.png) no-repeat;
}
.product-view .sharing-links a.link-google-plus,
.set-product-type .sharing-links a.link-google-plus {
  background: url(../images/icon-googleplus-prod.png) no-repeat;
}
.product-view .description,
.set-product-type .description {
  font: 14px/1.2em "Interstate WGL Light", Arial;
  padding: 27px 0 38px;
}
@media only screen and (max-width: 767px) {
  .product-view .description,
  .set-product-type .description {
    padding: 0;
  }
}
.product-view .description h3,
.set-product-type .description h3 {
  color: #4a4a48;
  font: bold 14px/1.2em "Interstate WGL Cond", Arial;
}
.product-view .block-related,
.set-product-type .block-related,
.product-view .box-up-sell,
.set-product-type .box-up-sell {
  clear: both;
  float: none;
  margin: 0 -10px 10px;
  padding: 0 0 6px;
  width: auto;
}
.product-view .block-related h2,
.set-product-type .block-related h2,
.product-view .box-up-sell h2,
.set-product-type .box-up-sell h2 {
  color: #4a4a48;
  font: bold 22px/24px "Interstate WGL", Arial;
  margin: 8px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-view .block-related h2,
  .set-product-type .block-related h2,
  .product-view .box-up-sell h2,
  .set-product-type .box-up-sell h2 {
    font-size: 15px;
  }
}
.product-view .block-related .block-title,
.set-product-type .block-related .block-title,
.product-view .box-up-sell .block-title,
.set-product-type .box-up-sell .block-title {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .product-view .block-related .block-title,
  .set-product-type .block-related .block-title,
  .product-view .box-up-sell .block-title,
  .set-product-type .box-up-sell .block-title {
    margin: 0 10px;
  }
}
.product-view .block-related .block-subtitle,
.set-product-type .block-related .block-subtitle,
.product-view .box-up-sell .block-subtitle,
.set-product-type .box-up-sell .block-subtitle {
  font: 16px/1.2em "Interstate WGL Cond", Arial;
  margin: 14px 0 26px;
  text-align: center;
  text-transform: uppercase;
}
.product-view .block-related > h3,
.set-product-type .block-related > h3,
.product-view .box-up-sell > h3,
.set-product-type .box-up-sell > h3 {
  color: #4a4a48;
  font: bold 22px/24px "Interstate WGL", Arial;
  margin: 0 0 13px;
  text-align: center;
}
.product-view .block-related .mini-products-list,
.set-product-type .block-related .mini-products-list,
.product-view .box-up-sell .mini-products-list,
.set-product-type .box-up-sell .mini-products-list,
.product-view .block-related ul,
.set-product-type .block-related ul,
.product-view .box-up-sell ul,
.set-product-type .box-up-sell ul {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.product-view .block-related .mini-products-list li,
.set-product-type .block-related .mini-products-list li,
.product-view .box-up-sell .mini-products-list li,
.set-product-type .box-up-sell .mini-products-list li,
.product-view .block-related ul li,
.set-product-type .block-related ul li,
.product-view .box-up-sell ul li,
.set-product-type .box-up-sell ul li {
  clear: none;
  display: inline-block;
  margin: 0;
  padding-bottom: 79px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .product-view .block-related .mini-products-list li,
  .set-product-type .block-related .mini-products-list li,
  .product-view .box-up-sell .mini-products-list li,
  .set-product-type .box-up-sell .mini-products-list li,
  .product-view .block-related ul li,
  .set-product-type .block-related ul li,
  .product-view .box-up-sell ul li,
  .set-product-type .box-up-sell ul li {
    width: 50%;
  }
}
.product-view .block-related .mini-products-list .product-image,
.set-product-type .block-related .mini-products-list .product-image,
.product-view .box-up-sell .mini-products-list .product-image,
.set-product-type .box-up-sell .mini-products-list .product-image,
.product-view .block-related ul .product-image,
.set-product-type .block-related ul .product-image,
.product-view .box-up-sell ul .product-image,
.set-product-type .box-up-sell ul .product-image {
  display: block;
  float: none;
  margin: 0 10px 20px;
  width: auto;
}
.product-view .block-related .mini-products-list .product-image img,
.set-product-type .block-related .mini-products-list .product-image img,
.product-view .box-up-sell .mini-products-list .product-image img,
.set-product-type .box-up-sell .mini-products-list .product-image img,
.product-view .block-related ul .product-image img,
.set-product-type .block-related ul .product-image img,
.product-view .box-up-sell ul .product-image img,
.set-product-type .box-up-sell ul .product-image img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.product-view .block-related .mini-products-list#upsell-product-table li,
.set-product-type .block-related .mini-products-list#upsell-product-table li,
.product-view .box-up-sell .mini-products-list#upsell-product-table li,
.set-product-type .box-up-sell .mini-products-list#upsell-product-table li,
.product-view .block-related ul#upsell-product-table li,
.set-product-type .block-related ul#upsell-product-table li,
.product-view .box-up-sell ul#upsell-product-table li,
.set-product-type .box-up-sell ul#upsell-product-table li {
  float: none;
  padding-bottom: 0;
}
.product-view .block-related .product,
.set-product-type .block-related .product,
.product-view .box-up-sell .product,
.set-product-type .box-up-sell .product {
  margin-left: 0;
  text-align: center;
}
.product-view .block-related .checker,
.set-product-type .block-related .checker,
.product-view .box-up-sell .checker,
.set-product-type .box-up-sell .checker {
  display: inline-block;
  float: none;
}
.product-view .block-related .product-details,
.set-product-type .block-related .product-details,
.product-view .box-up-sell .product-details,
.set-product-type .box-up-sell .product-details {
  margin-left: 0;
}
.product-view .block-related .product-name,
.set-product-type .block-related .product-name,
.product-view .box-up-sell .product-name,
.set-product-type .box-up-sell .product-name {
  margin: 0;
  padding: 10px 0 3px;
}
.product-view .block-related .product-name a,
.set-product-type .block-related .product-name a,
.product-view .box-up-sell .product-name a,
.set-product-type .box-up-sell .product-name a {
  color: #4a4a48;
  font: bold 14px/1.2em "Interstate WGL Cond", Arial;
  text-decoration: none;
}
.product-view .block-related .price-box,
.set-product-type .block-related .price-box,
.product-view .box-up-sell .price-box,
.set-product-type .box-up-sell .price-box {
  text-align: center;
}
.product-view .block-related .price-box span,
.set-product-type .block-related .price-box span,
.product-view .box-up-sell .price-box span,
.set-product-type .box-up-sell .price-box span {
  float: none;
}
.product-view .block-related .price-box .price,
.set-product-type .block-related .price-box .price,
.product-view .box-up-sell .price-box .price,
.set-product-type .box-up-sell .price-box .price {
  color: #4a4a48;
  float: none;
  font: bold 12px/1.2em "Interstate WGL Cond", Arial;
}
.product-view .block-related .price-box p,
.set-product-type .block-related .price-box p,
.product-view .box-up-sell .price-box p,
.set-product-type .box-up-sell .price-box p {
  float: none;
}
.product-view .block-related .link-wishlist,
.set-product-type .block-related .link-wishlist,
.product-view .box-up-sell .link-wishlist,
.set-product-type .box-up-sell .link-wishlist {
  display: block;
}
.product-view .block-related .actions,
.set-product-type .block-related .actions,
.product-view .box-up-sell .actions,
.set-product-type .box-up-sell .actions {
  bottom: 0;
  left: 0;
  margin: 13px 0 0;
  position: absolute;
  right: 0;
}
.product-view .block-related .actions p,
.set-product-type .block-related .actions p,
.product-view .box-up-sell .actions p,
.set-product-type .box-up-sell .actions p {
  margin: inherit;
}
.product-view .block-related .no-rating,
.set-product-type .block-related .no-rating,
.product-view .box-up-sell .no-rating,
.set-product-type .box-up-sell .no-rating {
  line-height: 16px;
  margin: 9px 0 27px;
}
.product-view .block-related .no-rating a,
.set-product-type .block-related .no-rating a,
.product-view .box-up-sell .no-rating a,
.set-product-type .box-up-sell .no-rating a {
  display: inline-block;
  margin-top: 2px;
}
.product-view .block-related .ratings,
.set-product-type .block-related .ratings,
.product-view .box-up-sell .ratings,
.set-product-type .box-up-sell .ratings {
  display: block;
  margin: 9px 0 25px;
}
.product-view .block-related .ratings .rating-links,
.set-product-type .block-related .ratings .rating-links,
.product-view .box-up-sell .ratings .rating-links,
.set-product-type .box-up-sell .ratings .rating-links {
  clear: none;
  float: none;
  line-height: 16px;
  text-align: center;
}
.product-view .block-related .ratings .rating-links a,
.set-product-type .block-related .ratings .rating-links a,
.product-view .box-up-sell .ratings .rating-links a,
.set-product-type .box-up-sell .ratings .rating-links a {
  display: inline-block;
  margin: 2px 7px 0;
}
.product-view .block-related .ratings .rating-links a:first-child,
.set-product-type .block-related .ratings .rating-links a:first-child,
.product-view .box-up-sell .ratings .rating-links a:first-child,
.set-product-type .box-up-sell .ratings .rating-links a:first-child {
  color: #4a4a48;
  text-decoration: none;
}
.product-view .block-related .ratings .rating-links .separator,
.set-product-type .block-related .ratings .rating-links .separator,
.product-view .box-up-sell .ratings .rating-links .separator,
.set-product-type .box-up-sell .ratings .rating-links .separator {
  display: none;
}
.product-view .block-related .ratings .rating-box,
.set-product-type .block-related .ratings .rating-box,
.product-view .box-up-sell .ratings .rating-box,
.set-product-type .box-up-sell .ratings .rating-box {
  background: url(../images/rating-empty.png) no-repeat;
  height: 16px;
  margin: 0 auto 11px;
  width: 105px;
}
.product-view .block-related .ratings .rating-box .rating,
.set-product-type .block-related .ratings .rating-box .rating,
.product-view .box-up-sell .ratings .rating-box .rating,
.set-product-type .box-up-sell .ratings .rating-box .rating {
  background: url(../images/rating-full.png) no-repeat;
  height: inherit;
}
.product-view .block-related .price-holder,
.set-product-type .block-related .price-holder,
.product-view .box-up-sell .price-holder,
.set-product-type .box-up-sell .price-holder {
  color: #7d7d7d;
  font: 14px/1.2em "Interstate WGL Cond", Arial;
  text-transform: uppercase;
}
.product-view .block-related .price-holder .price-box,
.set-product-type .block-related .price-holder .price-box,
.product-view .box-up-sell .price-holder .price-box,
.set-product-type .box-up-sell .price-holder .price-box {
  color: inherit;
  display: inline-block;
  font: inherit;
}
.product-view .block-related .price-holder .price-box span,
.set-product-type .block-related .price-holder .price-box span,
.product-view .box-up-sell .price-holder .price-box span,
.set-product-type .box-up-sell .price-holder .price-box span {
  color: inherit;
  font: inherit;
}
.product-view .block-related .price-holder .price-box span.price,
.set-product-type .block-related .price-holder .price-box span.price,
.product-view .box-up-sell .price-holder .price-box span.price,
.set-product-type .box-up-sell .price-holder .price-box span.price {
  color: #7d7d7d;
}
.additional-info-dialog {
  border: 0;
  border-radius: 0;
}
.additional-info-dialog .ui-dialog-buttonpane {
  display: none;
}
.additional-info-dialog .ui-widget-header {
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.additional-info-dialog .ui-widget-header .ui-dialog-titlebar-close {
  background: url(../images/btn-close-ui.png) no-repeat 50% 50% !important;
  border: 0 !important;
}
.additional-info-dialog .ui-widget-header .ui-dialog-titlebar-close:focus {
  outline: none;
}
.additional-info-dialog .ui-dialog-content {
  max-width: 920px;
}
.additional-info-dialog .additional-info {
  width: 905px;
}
.additional-info-dialog .additional-info .title {
  color: #4a4a48;
  font: bold 14px/1.2em "Interstate WGL Cond", Arial;
  text-transform: uppercase;
}
.additional-info-dialog .additional-info img {
  margin: 0 auto;
}
.additional-info-dialog .additional-info p {
  font: 12px/1.2em "Interstate WGL Light", Arial;
}
.additional-info-link {
  border: solid #c6c6c6;
  border-width: 1px 0;
  color: #7d7d7d;
  display: block;
  font: bold 14px/1.2em "Interstate WGL Cond", Arial;
  margin-top: -1px;
  padding: 10px 0;
  text-decoration: none;
}
.block-additional-info {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-additional-info {
    border: solid #c6c6c6;
    border-width: 1px 0;
    margin-top: -1px;
    max-height: 48px;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: all;
  }
}
@media only screen and (max-width: 767px) {
  .block-additional-info .block-content {
    margin: 0;
    padding: 10px;
  }
  .block-additional-info .block-content .hide-block {
    display: block;
  }
  .block-additional-info .block-content .hide-block img {
    width: 100%;
  }
}
.block-additional-info .block-title {
  border: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-additional-info .block-title {
    color: #7d7d7d;
    font: 14px/1.4em "Interstate WGL Light", Arial;
    margin: 0;
    padding: 16px 10px;
    position: relative;
  }
  .block-additional-info .block-title a,
  .block-additional-info .block-title h3 {
    color: inherit;
  }
  .block-additional-info .block-title:after {
    border: 4px solid #7d7d7d;
    border-color: #7d7d7d transparent transparent;
    content: '';
    left: auto;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .block-additional-info .block-title:before {
    bottom: 0;
    content: "";
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .block-additional-info .block-title .additional-info-link {
    border: 0;
    padding: 0;
  }
}
.block-additional-info.mobile-sub-menu-opened {
  max-height: 900px;
}
.block-additional-info.mobile-sub-menu-opened .block-title a,
.block-additional-info.mobile-sub-menu-opened .block-title h3 {
  color: #000000;
}
.block-additional-info.mobile-sub-menu-opened .block-title:after {
  border-color: #000000 transparent transparent;
  margin-top: -6px;
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.technologies .technologies-list {
  font: 14px/1.4 "Interstate WGL Light", Arial;
}
.technologies .technologies-list-item {
  margin: 20px 0 0;
}
.technologies .technologies-list-item:before,
.technologies .technologies-list-item:after {
  content: " ";
  display: table;
}
.technologies .technologies-list-item:after {
  clear: both;
}
.technologies .technologies-list-item:first-child {
  margin: 0;
}
.technologies .technologies-list-item-holder {
  float: left;
  width: 80px;
  margin-right: 20px;
}
.technologies .technologies-list-item-description {
  overflow: hidden;
}
.technologies .technologies-list-item-logo img {
  max-width: 80px;
  height: auto;
}
.technologies .technologies-list-item-title {
  margin: 0 0 10px;
}
.technologies .technologies-list-item-title span,
.technologies .technologies-list-item-title a {
  color: #4a4a48;
  font: 14px/1.17em 'Interstate WGL Cond', Arial;
  text-transform: uppercase;
  text-decoration: none;
}
.technologies .technologies-list-item-title a:hover {
  color: #000000;
}
.availability {
  font: bold 12px/1.4em "Interstate WGL Cond", Arial !important;
}
.availability span.green {
  color: #11b400;
}
.availability span.red,
.out-of-stock.availability span {
  color: #ff0000;
}
.availability span.yellow {
  color: #ff9c01;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .bx-wrapper .bx-has-controls-direction {
    display: none;
  }
  .minicart-wrapper .bx-wrapper .bx-has-controls-direction {
    display: block;
  }
}
.accordion {
  border-bottom: 1px solid #c6c6c6;
}
.accordion .accordion-heading {
  border-top: 1px solid #c6c6c6;
  color: #4a4a48;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-heading {
    padding: 10px 0 10px 10px;
  }
}
.accordion .accordion-heading:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/arrow-accordion.png) no-repeat;
  content: "";
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-heading:before {
    background: url(../images/sprites/icon-arrow-ddm.png) no-repeat;
    height: 5px;
    margin-top: -3px;
    width: 8px;
  }
}
.accordion .accordion-heading.opened:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-heading.opened:before {
    background: url(../images/sprites/icon-arrow-ddm-dark.png) no-repeat;
  }
}
.accordion .accordion-content {
  display: none;
  padding: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-content {
    padding: 0 0 16px 10px;
  }
  .accordion .accordion-content img {
    width: 100%;
  }
}
.accordion .accordion-content p {
  font-size: 14px;
  line-height: 1.4;
}
#attribute-icons {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  #attribute-icons {
    margin: 0 0 10px 10px;
  }
}
#attribute-icons .attribute-icon-row {
  display: inline-block;
  margin: 0 28px 6px 0;
  vertical-align: middle;
}
#attribute-icons .attribute-icon-row span {
  display: inline-block;
  font: bold 14px/1.2em "Interstate WGL Cond", Arial;
  margin: 0 9px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
#attribute-icons .attribute-icon-row img {
  display: inline-block;
  vertical-align: middle;
}
.product-view.courses-view .button-level1,
.product-view.courses-view a.button-level1,
.product-view.courses-view button.button-level1 {
  background-color: #e51f0a !important;
}
.product-view.courses-view .button-level1:hover,
.product-view.courses-view a.button-level1:hover,
.product-view.courses-view button.button-level1:hover {
  background-color: #f6402c !important;
}
.product-view .product-shop .divessi-buttons button {
  float: left;
  margin-bottom: 15px;
  margin-left: 0;
  text-align: left;
  width: 312px;
}
.product-view .product-shop .divessi-buttons button:before {
  content: '';
  display: inline-block;
  line-height: 39px;
  margin-right: 15px;
  vertical-align: middle;
}
.product-view .product-shop .divessi-buttons button.find-dive-btn:before {
  background: url(../images/standart.png) no-repeat;
  height: 22px;
  width: 21px;
}
.product-view .product-shop .divessi-buttons button.find-course-btn:before {
  background: url(../images/calendar.png) no-repeat;
  height: 22px;
  margin-right: 7px;
  width: 29px;
}
.product-view .product-shop .divessi-buttons button.get-preview-btn:before {
  background: url(../images/preview.png) no-repeat;
  height: 22px;
  margin-right: 10px;
  width: 21px;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Product images gallery.
   ========================================================================== */
/**
 * Layout layout for product images gallery. Slider can contains several elements
 * which will slide by clicking on direction arrows.
 *
 * Example HTML:
 *
 * All elements which have prefix "bx-" were made by JS
 *
 * <div class="product-image product-image-zoom">
 *    <div class="bx-wrapper">
 *        <div class="bx-viewport">
 *            <div class="product-gallery">
 *                <div class="item">
 *                    <img alt="" src="image.jpg">
 *                </div>
 *
 *                ...
 *
 *            </div>
 *        </div>
 *        <div class="bx-controls bx-has-controls-direction">
 *            <div class="bx-controls-direction">
 *                <a class="bx-prev" href="">Prev</a>
 *                <a class="bx-next" href="">Next</a>
 *            </div>
 *        </div>
 *    </div>
 * </div>
 */
.product-img-box {
  width: 470px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-img-box {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .product-img-box {
    width: 100%;
  }
  .product-img-box .product-name {
    display: none;
  }
}
.product-img-box .product-image img {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .product-img-box .product-image img {
    max-height: 390px;
    width: 390px;
  }
}
.product-image {
  border: 0;
}
.product-img-box .product-image {
  padding: 0 40px;
}
.product-image .bx-controls-direction a {
  background: url(../images/arrow-prev-product.png) no-repeat;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  left: 0;
  margin-top: -30px;
  outline: 0;
  position: absolute;
  top: 50%;
  width: 37px;
}
.product-image .bx-controls-direction a.bx-next {
  background: url(../images/arrow-next-product.png) no-repeat;
  left: auto;
  right: 0;
}
.product-image:hover {
  border: 0 !important;
}
.zoomContainer .zoomLens {
  background: none !important;
  border: 2px solid #7d7d7d !important;
  opacity: 1 !important;
}
.zoomContainer .zoomLens:before {
  background-position: -129px -77px;
  bottom: 3px;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 3px;
  width: 16px;
  z-index: 10;
}
.zoomContainer .zoomWindow {
  margin: 80px 0 0 80px;
}
.more-views h2 {
  font: 14px/1.4em "Interstate WGL Cond", Arial;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .more-views h2 {
    display: none;
  }
}
.product-image-thumbs {
  overflow: hidden;
}
.product-image-thumbs > li {
  float: left;
  margin: 0;
}
.product-image-thumbs > li > a {
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-image-thumbs {
    width: 100%;
  }
  .product-image-thumbs > li {
    width: 33.3%;
  }
  .product-image-thumbs > li:first-child {
    margin: 0;
  }
  .product-image-thumbs > li > a,
  .product-image-thumbs > li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .product-image-thumbs {
    width: 100%;
    text-align: center;
  }
  .product-image-thumbs > li {
    display: inline-block;
    float: none;
  }
  .product-image-thumbs > li > a {
    background: #7d7d7d;
    border-radius: 4px;
    display: block;
    height: 8px;
    line-height: 8px;
    margin: 0 7px;
    outline: 0;
    text-indent: -9999px;
    width: 8px;
  }
  .product-image-thumbs > li > a.active {
    background: #bebebe;
  }
  .product-image-thumbs > li img {
    display: none;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yuriy Muravitskiy <yuriy.muravitskiy@symmetrics.de>
 * @author    Elena Pikalyeva <elena.pikaleva@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Mega dropdown.
   ========================================================================== */
/**
 * Main layout for navigation holder. Contains megadropdown and search form.
 *
 * Example HTML:
 *
 *  <div id="header-nav" class="skip-content header-nav-holder">
 *      <div class="header-nav-wrapper">
 *          <div class="nav-container">
 *             ...
 *          </div>
 *          <form id="search_mini_form" method="get" action="http://head-swim-eu.shop/catalogsearch/result/">
 *              ...
 *          </form>
 *      </div>
 *  </div>
 */
.header-nav {
  background: #f1f1f1;
  margin: 0 0 27px;
  width: 100%;
  z-index: 6;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav {
    position: relative;
  }
  .header-nav #header-nav {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav {
    position: absolute;
    top: 0;
    z-index: 41;
  }
}
@media only screen and (max-width: 767px) {
  #header-nav {
    background: #f1f1f1;
    display: block;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    transition-duration: 0.5s;
    transition-property: max-height;
  }
  #header-nav.skip-active {
    max-height: 2000px;
  }
  #header-nav:after {
    border-bottom: 7px solid #f1f1f1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: -7px;
    width: 0;
  }
}
.header-nav-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
.header-nav-wrapper:before,
.header-nav-wrapper:after {
  content: " ";
  display: table;
}
.header-nav-wrapper:after {
  clear: both;
}
.nav-container {
  float: left;
}
@media only screen and (max-width: 767px) {
  .nav-container {
    float: none;
  }
}
/**
 * Mega dropdown.
 */
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-section {
    display: none;
  }
}
li.module-megadropdown_level-top {
  float: left;
}
@media only screen and (max-width: 767px) {
  li.module-megadropdown_level-top {
    border-bottom: 1px solid #dcdcdc;
    float: none;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  li.module-megadropdown_level-top:hover .mega-dropdown-section,
  li.module-megadropdown_level-top.hover .mega-dropdown-section {
    display: block;
  }
}
a.module-megadropdown_level-top {
  display: block;
  height: 50px;
  padding: 0 28px 0 10px;
  position: relative;
  text-decoration: none;
}
.module-megadropdown-no-subcategories a.module-megadropdown_level-top {
  padding-right: 10px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  a.module-megadropdown_level-top:after {
    border: 5px solid transparent;
    border-top-color: #929292;
    content: "";
    height: 0;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
  }
  .module-megadropdown-no-subcategories a.module-megadropdown_level-top:after {
    display: none;
  }
}
a.module-megadropdown_level-top > span {
  color: #4a4a48;
  font: 18px/50px KnockoutHTF48-Featherweight;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  li.module-megadropdown_level-top:hover a.module-megadropdown_level-top,
  li.module-megadropdown_level-top.hover a.module-megadropdown_level-top {
    background-color: #292929;
  }
  li.module-megadropdown_level-top:hover a.module-megadropdown_level-top > span,
  li.module-megadropdown_level-top.hover a.module-megadropdown_level-top > span {
    color: #ffffff;
  }
}
.mega-dropdown-section {
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-section {
    position: static;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-section:after {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #000000;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .ie8 .mega-dropdown-section:after {
    background: url(../../images/bg-opacity-8.png);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .touch-remove .mega-dropdown-section {
    display: none;
  }
}
.mega-dropdown-items {
  display: block;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
  width: 960px;
  z-index: 2;
}
.mega-dropdown-item {
  overflow: hidden;
  position: relative;
}
.mega-dropdown-item > ul {
  width: auto;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-item > ul > li {
    float: left;
    padding: 0 10px;
  }
  .mega-dropdown-item > ul > li:before {
    background-color: #5b5b5b;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    padding: 0 0 9999px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-item ul {
    width: 160px;
  }
}
.mega-dropdown-item ul > li.category-title a {
  font-size: 18px;
  margin-bottom: 2px;
}
.mega-dropdown-item ul > li > a,
.mega-dropdown-item ul > li > span {
  color: #7a7a7a;
  display: block;
  font: 15px/1.4em 'Interstate WGL Cond', Arial;
  letter-spacing: 1px;
  padding: 0px 20px 1px 0;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-item ul > li > a:hover,
  .mega-dropdown-item ul > li > span:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
.mega-dropdown-item ul > li > a.cart-icon:hover:after,
.mega-dropdown-item ul > li > span.cart-icon:hover:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -36px -115px;
  height: 14px;
  width: 15px;
}
.mega-dropdown-item ul > li > a.cart-icon:after,
.mega-dropdown-item ul > li > span.cart-icon:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -53px -115px;
  height: 14px;
  width: 15px;
}
.mega-dropdown-item ul > li > a.cart-icon:after,
.mega-dropdown-item ul > li > span.cart-icon:after {
  content: '';
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item ul > li > a.cart-icon:after,
  .mega-dropdown-item ul > li > span.cart-icon:after {
    display: none;
  }
}
/**
 * Search form
 */
#header-search {
  border-bottom: 1px solid #bebebe;
  float: right;
  height: 35px;
  margin: 7px 10px 0 0;
  position: relative;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  width: 190px;
}
@media only screen and (max-width: 767px) {
  #header-search {
    background: #292929;
    border: 16px solid #292929;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  #header-search:after {
    border-bottom: 7px solid #292929;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 43px;
    top: -23px;
    width: 0;
  }
  #header-search #search {
    background: #fff !important;
    font-family: 'Interstate WGL Light', Arial;
    padding-left: 10px !important;
    text-transform: inherit;
  }
  #header-search .search-button {
    display: none !important;
  }
  #header-search .close {
    color: #7d7d7d;
    font: 30px/1.3 Arial;
    padding: 0 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
  }
}
#header-search .validation-advice {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header-search {
    margin: 7px 10px 7px 0;
    width: 17%;
  }
}
#search {
  background: none !important;
  border: 0 !important;
  font: 14px/14px "Interstate WGL Cond", Arial;
  height: 34px;
  padding-bottom: 12px;
  padding-left: 0 !important;
  padding-top: 16px;
  text-transform: uppercase;
}
#search_mini_form button.search-button {
  background: none !important;
  height: 16px;
  padding: 0 !important;
  width: 16px;
}
#search_mini_form button.search-button:before {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -77px;
  height: 16px;
  width: 16px;
}
#search_mini_form button.search-button:hover,
#search_mini_form button.search-button:focus {
  background: none !important;
}
#search_mini_form button.search-button:before {
  background-size: auto;
  margin: -8px 0 0 -8px;
}
#search_mini_form button.search-button:active:before {
  margin: -8px 0 0 -8px;
}
.autocomplete-indicator {
  display: none;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-megadropdown .mega-dropdown-account,
  .module-megadropdown .switch-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .module-megadropdown .mega-dropdown-categories {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: .5s;
    transition-property: all;
  }
  .module-megadropdown .mega-dropdown-categories .mdd-arrow {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }
  .module-megadropdown .mega-dropdown-categories .mdd-arrow:after {
    background: url(../images/sprites/icon-arrow-ddm.png) no-repeat;
    content: "";
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 24px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 8px;
  }
  .module-megadropdown .mega-dropdown-categories .mega-dropdown-section {
    position: relative;
  }
  .module-megadropdown .mega-dropdown-categories .mega-dropdown-section a {
    color: #ffffff;
    padding: 4px 10px 5px;
  }
  .module-megadropdown .mega-dropdown-categories.mobile-sub-menu-opened {
    background: #292929;
    border-color: #292929;
    max-height: 900px;
  }
  .module-megadropdown .mega-dropdown-categories.mobile-sub-menu-opened span {
    color: #ffffff;
  }
  .module-megadropdown .mega-dropdown-categories.mobile-sub-menu-opened .mdd-arrow:after {
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .module-megadropdown .mega-dropdown-categories.module-megadropdown-no-subcategories .mdd-arrow {
    display: none;
  }
  .module-megadropdown .mega-dropdown-account {
    background: #4a4a48;
  }
  .module-megadropdown .mega-dropdown-account li,
  .module-megadropdown .mega-dropdown-account .welcome-msg {
    border-bottom: 1px solid #3b3b3b;
  }
  .module-megadropdown .mega-dropdown-account li span,
  .module-megadropdown .mega-dropdown-account .welcome-msg span {
    color: #c6c6c6;
    float: left;
    font: 18px/50px 'KnockoutHTF48-Featherweight', sans-serif;
    letter-spacing: 1px;
    padding: 0 10px;
    text-transform: uppercase;
  }
  .module-megadropdown .mega-dropdown-account a {
    border: 0 !important;
    color: #c6c6c6;
    display: block;
    font: 18px/50px 'KnockoutHTF48-Featherweight', sans-serif !important;
    letter-spacing: 1px;
    padding: 0 28px 0 10px !important;
    position: relative;
    text-decoration: none;
  }
  .module-megadropdown .mega-dropdown-account .header-user-account-links {
    display: block;
    float: none;
  }
  .module-megadropdown .mega-dropdown-account .header-user-account-links ul {
    float: none;
  }
  .module-megadropdown .mega-dropdown-account .header-user-account-links ul li {
    border: 0;
    float: none;
  }
  .module-megadropdown .mega-dropdown-account .header-user-account-links ul li a {
    border-bottom: 1px solid #3b3b3b !important;
  }
  .module-megadropdown .mega-dropdown-account .header-user-account-links ul li a:hover {
    background: none !important;
    color: #c6c6c6 !important;
  }
  .module-megadropdown .switch-wrapper {
    background: #4a4a48;
    border-bottom: 1px solid #3b3b3b;
  }
  .module-megadropdown .switch-wrapper .module-megadropdown_level-top span {
    color: #c6c6c6;
  }
  .module-megadropdown .switch-wrapper .mdd-arrow {
    width: 100%;
  }
  .module-megadropdown .switch-wrapper .mega-dropdown-section a {
    color: #c6c6c6;
  }
  .module-megadropdown .switch-wrapper .mega-dropdown-section span {
    color: #ffffff;
    padding: 4px 10px 5px;
    text-transform: uppercase;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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  Symmetrics
 * @package   Symmetrics_Head
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @copyright 2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
/* ==========================================================================
   Styles for generated typo3 content.
   ========================================================================== */
h1,
h2,
h3 {
  color: #4a4a48;
  font-family: 'Interstate WGL', Arial;
  font-weight: bold;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 14px;
}
p {
  font-size: 14px;
  line-height: 1.21;
}
button.button-level1 {
  border: none;
  text-transform: uppercase;
}
a.clickable {
  display: block;
}
a:focus {
  outline: 0;
}
.page #content {
  max-width: 1200px;
  margin: 0 auto;
}
.page #content .csc-header {
  font-family: 'Interstate WGL Light', Arial;
  font-size: 12px;
}
.page .narrow {
  max-width: 960px;
  padding: 0 10px !important;
  margin: 0 auto !important;
}
/* ==========================================================================
   Styles for video mdd section on typo3.
   ========================================================================== */
.videos-container {
  position: relative;
}
.videos-container video {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.mega-dropdown-item > ul {
  float: left;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item > ul {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.mega-dropdown-item > ul > li {
  float: none;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item > ul > li {
    width: 100%;
  }
}
.mega-dropdown-item > ul > li > ul > li {
  float: none;
  display: block;
}
.mega-dropdown-items {
  padding: 10px 0;
}
.mega-dropdown-items ul li.category-title a {
  color: #ffffff;
  font: 14px/1.4em 'Interstate WGL Cond', Arial;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-items ul li.category-title a {
    margin-bottom: 5px;
  }
}
.mega-dropdown-item.video-links {
  margin: -10px 0;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.video-links {
    margin: 0;
  }
}
.mega-dropdown-item.video-links ul {
  width: auto;
  position: relative;
  z-index: 1;
}
.mega-dropdown-item.video-links ul li {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.video-links ul li {
    display: block;
  }
}
.mega-dropdown-item.video-links ul li:before {
  height: 0;
  width: 0;
}
.mega-dropdown-item.video-links ul li a {
  display: inline-block;
  height: 250px;
  line-height: 250px;
  padding: 0 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.video-links ul li a {
    height: auto;
    line-height: 1.4;
    padding: 0;
  }
}
.mega-dropdown-item.video-links ul li a:after {
  display: none;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-item.image-links {
    display: table;
    width: 100%;
  }
}
.mega-dropdown-item.image-links ul {
  float: none;
  width: auto;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-item.image-links ul {
    display: table-cell;
  }
}
.mega-dropdown-item.image-links ul li {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.image-links ul li {
    display: block;
  }
}
.mega-dropdown-item.image-links ul li:before {
  height: 0;
  width: 0;
}
.mega-dropdown-item.image-links ul li a {
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.image-links ul li a {
    text-align: left;
    height: auto;
    line-height: 1.4;
    padding: 0;
  }
}
.mega-dropdown-item.image-links ul li a:after {
  display: none;
}
.mega-dropdown-item.image-links ul li a img {
  margin: 0 auto 20px;
  display: none;
}
.mega-dropdown-item.image-links ul li a img:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.image-links ul li a img:first-child {
    display: none;
  }
}
.mega-dropdown-item.image-links ul li a:hover img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mega-dropdown-item.image-links ul li a:hover img {
    display: none;
  }
}
.mega-dropdown-item.image-links ul li a:hover img:first-child {
  display: none;
}
.page-header .page-header-user-container .welcome-msg {
  float: left;
}
.colors-list {
  text-align: center;
  font-size: 0;
  padding: 5px 0 0;
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 1px 0;
}
.colors-list li {
  display: inline-block;
  font-size: 11px;
  margin: 0 3px;
}
.ie8 .colors-list {
  padding: 5px;
}
.ie8 .colors-list li {
  vertical-align: top;
}
.main-container {
  max-width: 1200px;
  padding: 0;
}
.ie8 .category-products .products-grid .colors-list {
  padding: 5px;
}
.ie8 .category-products .products-grid .colors-list li {
  vertical-align: top;
}
.category-products .products-list .product-secondary:before,
.category-products .products-list .product-secondary:after {
  content: "";
  display: table;
}
.category-products .products-list .product-secondary:after {
  clear: both;
}
.zoomContainer .zoomLens:before {
  background-image: url('../sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
}
.product-view .availability span.green,
.set-product-type .availability span.green {
  color: #11b400;
}
.product-view .availability span.red,
.set-product-type .availability span.red {
  color: #ff0000;
}
.product-view .availability span.yellow,
.set-product-type .availability span.yellow {
  color: #ff9c01;
}
/* search */
#ke_search_sword {
  background: none !important;
  border: 0 !important;
  font: 14px/1 "Interstate WGL Cond", Arial;
  height: 39px;
  padding: 12px 0 8px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #ke_search_sword {
    background: #ffffff !important;
    font-family: 'Interstate WGL Light', Arial;
    padding: 12px 40px 12px 10px !important;
    padding-right: 40px;
    text-transform: inherit;
    width: 100%;
  }
}
#kesearch_submit {
  background: none !important;
  border: 0 !important;
  height: 39px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  text-indent: -9999px;
  outline: none;
}
#kesearch_submit:before {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -77px;
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 767px) {
  #kesearch_submit {
    display: none;
  }
}
#kesearch_submit:hover,
#kesearch_submit:focus {
  background: none !important;
}
#kesearch_submit:before {
  background-size: auto;
  content: '';
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#kesearch_submit:active:before {
  margin: -8px 0 0 -8px;
}
/* news */
.news-list-container,
.news-single-item {
  background: #1b1b1b;
  margin: 0 auto;
  max-width: 1200px;
}
.news-list-container .image-holder img,
.news-single-item .image-holder img {
  height: auto;
  width: 100%;
}
.news-list-container .news-content,
.news-single-item .news-content {
  color: #ffffff;
  margin: 0 auto;
  max-width: 960px;
  padding: 57px 0 46px 30%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-list-container .news-content,
  .news-single-item .news-content {
    padding: 20px 20px 20px 38%;
  }
}
@media only screen and (max-width: 767px) {
  .news-list-container .news-content,
  .news-single-item .news-content {
    padding: 20px 10px;
  }
}
.news-list-container .news-content h1,
.news-single-item .news-content h1 {
  color: #ffffff;
  font: bold 28px/1.2 "Interstate WGL", Arial;
}
.news-list-container .news-content h2,
.news-single-item .news-content h2 {
  margin: 0 0 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .news-list-container .news-content h2,
  .news-single-item .news-content h2 {
    margin: 0 0 12px;
  }
}
.news-list-container .news-content h2 a,
.news-single-item .news-content h2 a {
  color: #ffffff;
  font: bold 28px/1.1 "Interstate WGL", Arial;
  text-decoration: none;
}
.news-list-container .news-content time,
.news-single-item .news-content time {
  display: block;
  font: 18px/1 "Expressway Regular", Arial;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.news-list-container .news-content .category,
.news-single-item .news-content .category {
  color: #7a7a7a;
  display: block;
  font: 18px/1 "Interstate WGL Cond", Arial;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .news-list-container .news-content .category,
  .news-single-item .news-content .category {
    margin: 0 0 34px;
  }
}
.news-list-container .news-content p,
.news-single-item .news-content p {
  font: 20px/1.15 "Interstate WGL Light", Arial;
  margin: 0 0 32px;
}
.news-list-container .news-content .news-list-morelink a,
.news-single-item .news-content .news-list-morelink a {
  color: #7a7a7a;
  display: inline-block;
  font: 24px/1 "KnockoutHTF48-Featherweight", sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
}
.news-list-container .news-content .news-list-morelink a:hover,
.news-single-item .news-content .news-list-morelink a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .news-list-container .news-date-publication,
  .news-single-item .news-date-publication {
    left: 0;
    position: absolute;
    top: 65px;
    width: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-list-container .news-date-publication,
  .news-single-item .news-date-publication {
    padding-left: 20px;
    top: 28px;
    width: 38%;
  }
}
.news-single-item .news-content p {
  font-size: 16px;
  line-height: 1.2;
}
.news-single-item .news-link-buy > a {
  display: none;
}
.news-single-item .news-link-buy a {
  display: inline-block;
  padding: 0 25px;
  font: 18px/2 "KnockoutHTF48-Featherweight", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-decoration: none;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .news-single-item .news-link-buy a {
    margin: 0 0 34px;
  }
}
.news-gallery-holder {
  position: relative;
}
.news-gallery-holder .bx-controls {
  bottom: 8%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news-gallery-holder .bx-controls {
    bottom: 6%;
    line-height: 16px;
  }
}
.news-gallery-holder .bx-pager-item,
.news-gallery-holder .bx-controls-auto-item {
  display: inline-block;
}
.news-gallery-holder .bx-pager-link {
  background: rgba(58, 78, 130, 0.5);
  -webkit-border-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 17px;
  -moz-background-clip: padding;
  border-radius: 17px;
  background-clip: padding-box;
  display: block;
  height: 34px;
  margin: 0 7px;
  outline: 0;
  text-indent: -9999px;
  width: 34px;
}
@media only screen and (max-width: 767px) {
  .news-gallery-holder .bx-pager-link {
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    height: 16px;
    line-height: 16px;
    margin: 0 5px;
    width: 16px;
  }
}
.ie8 .news-gallery-holder .bx-pager-link {
  background: #606a84;
}
.news-gallery-holder .bx-wrapper .bx-pager.bx-default-pager a:hover,
.news-gallery-holder .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}
.news-gallery-holder .news-gallery img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .skip-nav {
    display: none;
  }
}
/* promo-list */
.promo-list {
  font-size: 0;
  max-width: none;
  margin: 0 0 28px;
  text-align: center;
}
.promo-list_item {
  padding-bottom: 22px;
}
.promo-list_item .price-box {
  overflow: hidden;
}
.promo-list_item .btn-holder {
  position: relative;
  bottom: 0;
}
/* social-stream */
#social-stream {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #social-stream {
    padding: 28px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #social-stream {
    padding: 10px 5px 0;
  }
}
#social-stream .stream li {
  padding: 115px 0 0;
}
@media only screen and (min-width: 1025px) {
  #social-stream .stream li {
    width: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #social-stream .stream li {
    margin: 0 1% 12px;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #social-stream .stream li {
    margin: 0 0 12px;
    width: 100%;
  }
}
#social-stream .stream li.dcsns-facebook {
  background: #3a4e81;
}
#social-stream .stream li.dcsns-youtube {
  background: #df1f1c;
}
#social-stream .stream li.dcsns-instagram {
  background: #413a33;
  padding-bottom: 0;
}
#social-stream .stream li.dcsns-twitter {
  background: #4ec2dc;
}
#social-stream .stream li.dcsns-twitter .section-thumb {
  float: left;
  margin: 0 7px 0 0;
}
#social-stream .stream li.dcsns-google {
  background: #2d2d2d;
}
#social-stream .stream li .inner {
  background: #ffffff;
  padding: 10px 15px;
}
#social-stream .stream li .inner a {
  color: #000000;
  text-transform: none;
}
#social-stream .stream li .section-intro {
  position: absolute;
  top: 83px;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font: 11px/1 Arial, sans-serif;
}
#social-stream .stream li .section-intro a {
  margin: 0 !important;
}
#social-stream .stream li > a {
  position: absolute;
  top: 22px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: 24px;
  height: 24px;
}
#social-stream .stream li .icon {
  left: 0;
}
#social-stream .stream li.dcsns-li .section-user,
#social-stream .stream li.dcsns-li .twitter-user {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 2px;
}
#social-stream .stream li.dcsns-li .section-user a,
#social-stream .stream li.dcsns-li .twitter-user a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#social-stream .stream li.dcsns-li .section-user strong,
#social-stream .stream li.dcsns-li .twitter-user strong {
  display: none;
}
#social-stream .stream li .section-text img {
  width: 100%;
  height: auto !important;
}
.loader {
  background: #ffffff url(../images/ajax-loader.gif) no-repeat 100% 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .promo-gallery .item img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .promo-gallery-holder {
    margin-bottom: -20px;
  }
}
.teaser {
  overflow: hidden;
  position: relative;
  /* video */
}
@media only screen and (min-width: 1025px) {
  .teaser {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .teaser {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .teaser {
    height: 300px;
  }
}
.teaser img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  max-height: 100%;
  position: relative;
  height: 100%;
}
@media (min-width: 640px) and (max-width: 767px) {
  .teaser img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .teaser img {
    height: 300px;
  }
}
.ie8 .teaser img {
  left: 0;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .teaser img {
    width: 100%;
  }
}
.teaser .promo-block_holder {
  z-index: 2;
}
.teaser.video {
  cursor: pointer;
}
.teaser.video [class*=promo-block_description] {
  margin: 230px auto 0;
  position: static;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .teaser.video [class*=promo-block_description] {
    margin: 180px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .teaser.video [class*=promo-block_description] {
    margin: 120px auto 0;
  }
}
.teaser.video [class*=promo-block_description] h3 {
  font: bold 16px/18px 'Interstate WGL', Arial !important;
  margin-bottom: 0;
}
.teaser.video [class*=promo-block_description] p {
  padding-bottom: 5px;
}
.teaser.video [class*=promo-block_description]:after {
  background: url(../images/video-icon.png) no-repeat 0 0;
  content: '';
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: relative;
  width: 40px;
}
.teaser.video .promo-block_holder.dark-theme div:after {
  background-position: 0 -40px;
}
.teaser.video iframe,
.teaser.video video {
  border: none;
  display: none;
  left: 50%;
  margin-left: -375px;
  margin-top: -250px;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.teaser.video.active:after {
  background: #000;
  content: '';
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.teaser.video.active iframe,
.teaser.video.active video {
  display: block;
}
/* secondary-promo */
.secondary-promo_img {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .secondary-promo_img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondary-promo_img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-promo_img {
    height: 300px;
  }
}
.secondary-promo_img img {
  position: relative;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* news-teaser */
.news-teaser {
  background: #000;
  padding: 24px 0;
}
.news-teaser:before,
.news-teaser:after {
  content: " ";
  display: table;
}
.news-teaser:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser {
    padding: 0;
  }
}
.news-teaser .news-teaser-holder {
  max-width: 960px;
  margin: 0 auto;
}
.news-teaser .news-promo-blocks {
  float: left;
  width: 50%;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser .news-promo-blocks {
    float: none;
    width: 100%;
    padding: 0;
  }
  .news-teaser .news-promo-blocks:before,
  .news-teaser .news-promo-blocks:after {
    content: " ";
    display: table;
  }
  .news-teaser .news-promo-blocks:after {
    clear: both;
  }
}
.news-teaser .news-promo-blocks .news-block {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .news-teaser .news-promo-blocks .news-block {
    height: 235px;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description {
    top: 74px;
    width: 56%;
    padding: 0 25px;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description.news-block_description-left {
    left: 0;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description.news-block_description-center {
    left: 50%;
    margin-left: -28%;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description.news-block_description-right {
    left: auto;
    right: 0;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description h2 {
    font-size: 16px;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description h3 {
    font-size: 16px;
  }
  .news-teaser .news-promo-blocks .news-block .news-block_description img {
    height: 100%;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block {
    height: 470px;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block .news-block_description {
    top: 174px;
    width: 74%;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block .news-block_description.news-block_description-left {
    left: 0;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block .news-block_description.news-block_description-center {
    left: 50%;
    margin-left: -37%;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block .news-block_description.news-block_description-right {
    left: auto;
    right: 0;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block .news-block_description h2 {
    font-size: 22px;
  }
  .news-teaser .news-promo-blocks .news-block.double-news-block .news-block_description h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-teaser .news-promo-blocks .news-block {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser .news-promo-blocks .news-block .news-block_description * {
    color: #ffffff !important;
  }
}
.news-teaser .news-promo-blocks .news-block_img img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser .news-promo-blocks .news-block_img img {
    width: 100%;
    height: auto;
  }
}
.news-teaser .news-promo-blocks .news-block_description {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser .news-promo-blocks .news-block_description {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px;
    bottom: 0;
  }
}
.news-teaser .news-promo-blocks .news-block_description h2 {
  color: #fff;
  margin: 0 0 4px;
}
.news-teaser .news-promo-blocks .news-block_description h3 {
  font: 22px/1 "Interstate WGL Light", Arial;
  color: #fff;
  margin: 0 0 28px;
}
.news-teaser .news-promo-blocks .news-block_description a,
.news-teaser .news-promo-blocks .news-block_description span {
  font: 18px/1.1 "KnockoutHTF48-Featherweight", Arial;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser .news-promo-blocks .clickable .news-block_description {
    background: none;
  }
}
.news-teaser .news-list {
  float: right;
  width: 50%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  .news-teaser .news-list {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .news-teaser .news-list:before,
  .news-teaser .news-list:after {
    content: " ";
    display: table;
  }
  .news-teaser .news-list:after {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .news-teaser .news-list {
    padding: 10px 10px 0;
  }
}
.news-teaser .news-list .news:before,
.news-teaser .news-list .news:after {
  content: " ";
  display: table;
}
.news-teaser .news-list .news:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .news-teaser .news-list .news {
    height: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-teaser .news-list .news {
    float: left;
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .news-teaser .news-list .news {
    margin-bottom: 10px;
  }
}
.news-teaser .news-list .news-img {
  float: left;
  width: 50%;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-teaser .news-list .news-img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news-teaser .news-list .news-img {
    width: 26%;
  }
}
.news-teaser .news-list .news-img img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-teaser .news-list .news-content {
    padding: 10px 10px 0;
  }
}
.news-teaser .news-list .news-content h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 3px;
}
.news-teaser .news-list .news-content h2 a {
  font: 18px/1.2 "KnockoutHTF48-Featherweight", sans-serif;
  color: #c7c6c6;
  text-decoration: none;
}
.news-teaser .news-list .news-content time {
  display: block;
  text-transform: uppercase;
  font: 11px/1 "Expressway Regular", Arial;
  margin: 0 0 19px;
}
/* teasers-list */
.teasers-list_heading {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .teasers-list_heading .teasers-list_img {
    height: 400px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .teasers-list_heading .teasers-list_img {
    height: 300px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .teasers-list_heading .teasers-list_img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .teasers-list_heading .teasers-list_img img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.teasers-list_heading .teasers-list_description {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 320px;
  text-align: center;
}
.teasers-list_heading .teasers-list_description.right-position {
  right: 0;
}
.teasers-list_heading .teasers-list_description.center-position {
  left: 50%;
  margin-left: -160px;
}
.teasers-list_heading .teasers-list_description h2 {
  font: bold 30px/1 "Interstate WGL", Arial;
  position: relative;
  padding-bottom: 17px;
}
.teasers-list_heading .teasers-list_description h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 70px;
  margin: 0 0 0 -35px;
  background-color: #4a4a48;
}
.teasers-list_heading .teasers-list_description h2.dark-theme:after {
  background-color: #000000;
}
.teasers-list_heading .teasers-list_description h2.bright-theme:after {
  background-color: #ffffff;
}
.teasers-list_heading .teasers-list_arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -16px;
  cursor: pointer;
}
.teasers-list_heading .teasers-list_arrow:after {
  font-family: "fontello";
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: '\e800';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teasers-list_heading .teasers-list_arrow:hover:after {
  color: #272727;
}
.teasers-list_heading .teasers-list_wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.teasers-list_heading .teasers-list_holder {
  display: table-cell;
  vertical-align: middle;
}
.teasers-list_heading.opened .teasers-list_arrow:after {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.teasers-list_content {
  display: none;
}
.breadcrumbs {
  max-width: 960px;
  padding: 0 10px;
  margin: -15px auto 15px;
}
.promo-product {
  position: relative;
  padding: 40px 0;
}
.promo-product:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background: radial-gradient(circle at 40% 30%, #ffffff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.1) 100%);
}
.promo-product_holder {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.promo-product_holder:before,
.promo-product_holder:after {
  content: " ";
  display: table;
}
.promo-product_holder:after {
  clear: both;
}
.promo-product_description {
  float: right;
  width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-product_description {
    width: 49%;
  }
  .promo-product_description .product-shop,
  .promo-product_description .add-to-cart-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-product_description {
    float: none;
    width: 100%;
  }
}
.promo-product_image {
  float: left;
  width: 540px;
  /* PAGER */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-product_image {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-product_image {
    float: none;
    width: 100%;
  }
}
.promo-product_image img {
  width: 100%;
}
.promo-product_image .bx-controls {
  display: block !important;
}
.promo-product_image .bx-pager {
  bottom: 16%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-product_image .bx-pager {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .promo-product_image .bx-pager {
    bottom: 6%;
    line-height: 8px;
  }
}
.promo-product_image .bx-pager-item,
.promo-product_image .bx-controls-auto-item {
  display: inline-block;
}
.promo-product_image .bx-pager-link {
  background: rgba(58, 78, 130, 0.5);
  border-radius: 8px;
  display: block;
  height: 16px;
  margin: 0 3px;
  outline: 0;
  text-indent: -9999px;
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .promo-product_image .bx-pager-link {
    border-radius: 4px;
    height: 8px;
    line-height: 8px;
    margin: 0 7px;
    width: 8px;
  }
}
.ie8 .promo-product_image .bx-pager-link {
  background: #606a84;
}
.promo-product_image .bx-wrapper .bx-pager.bx-default-pager a:hover,
.promo-product_image .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .promo-product_image .bx-controls-direction {
    display: none;
  }
}
.product-collateral {
  display: none;
}
.accordion {
  margin: 0;
}
.find-dealer,
.find-dealer.button-level1,
button.find-dealer,
button.find-dealer.button-level1 {
  display: inline-block !important;
}
.dark-theme {
  color: #000000 !important;
}
.bright-theme {
  color: #ffffff !important;
}
/* Autogenerated glue sprites including.
   ========================================================================== */
/* glue: 0.9.4 hash: 94ece744ea */
.sym-sprites,
.zoomContainer .zoomLens:before {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
}
.sym-sprites-footer-logo {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -1px -1px;
  height: 60px;
  width: 58px;
}
.sym-sprites-arrow-prev:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -61px -1px;
  height: 38px;
  width: 19px;
}
.sym-sprites-arrow-next:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -82px -1px;
  height: 38px;
  width: 19px;
}
.sym-sprites-icon-youtube {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -27px -63px;
  height: 24px;
  width: 24px;
}
.sym-sprites-icon-twitter {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -103px -1px;
  height: 24px;
  width: 24px;
}
.sym-sprites-icon-instagram {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -103px -53px;
  height: 24px;
  width: 24px;
}
.sym-sprites-icon-googleplus {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -27px -89px;
  height: 24px;
  width: 24px;
}
.sym-sprites-icon-facebook {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -79px -89px;
  height: 24px;
  width: 24px;
}
.sym-sprites-radiobutton {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -82px -41px;
  height: 17px;
  width: 18px;
}
.sym-sprites-radiobutton-hover {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -61px -41px;
  height: 17px;
  width: 18px;
}
.sym-sprites-radiobutton-error {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -79px -63px;
  height: 17px;
  width: 18px;
}
.sym-sprites-radiobutton-checked {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -105px -89px;
  height: 17px;
  width: 18px;
}
.sym-sprites-checkbox {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -1px;
  height: 17px;
  width: 17px;
}
.sym-sprites-checkbox-hover {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -20px;
  height: 17px;
  width: 17px;
}
.sym-sprites-checkbox-error {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -39px;
  height: 17px;
  width: 17px;
}
.sym-sprites-checkbox-checked {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -58px;
  height: 17px;
  width: 17px;
}
.sym-sprites-icon-search:before {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -77px;
  height: 16px;
  width: 16px;
}
.sym-sprites-btn-close:hover {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -129px -95px;
  height: 16px;
  width: 16px;
}
.sym-sprites-btn-close {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -1px -115px;
  height: 16px;
  width: 16px;
}
.sym-sprites-icon-cart {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -19px -115px;
  height: 14px;
  width: 15px;
}
.sym-sprites-icon-cart-mdd:hover:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -36px -115px;
  height: 14px;
  width: 15px;
}
.sym-sprites-icon-cart-mdd:after {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -53px -115px;
  height: 14px;
  width: 15px;
}
.sym-sprites-icon-cart-empty {
  background-image: url('sprites.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -70px -115px;
  height: 14px;
  width: 15px;
}
