/**
 * 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    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * General Enterprise Styles
 * ============================================ */
.global-site-notice div.notice-inner {
  background-image: url("http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/enterprise/images/demo-logo.png");
}

/* ============================================ *
 * RMA List
 * ============================================ */
@media only screen and (max-width: 599px) {
  #my-returns-table .ship-from,
  #my-returns-table .number {
    display: none;
  }
}
/* ============================================ *
 * RMA Create
 * ============================================ */
#rma_create_form .form-list li {
  border-bottom: 1px solid #cccccc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
}
#rma_create_form .form-list li:last-child {
  border-bottom: none;
}
#rma_create_form .form-list li h5 {
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
  text-transform: none;
}
#rma_create_form .form-list li h5.rma-email {
  text-transform: none;
}
#rma_create_form .fieldset {
  margin: 20px 0;
}
#rma_create_form .fieldset #registrant_options .field .input-box {
  margin-bottom: 10px;
}
#rma_create_form .buttons-set {
  border-top: none;
}

/* ============================================ *
 * RMA View
 * ============================================ */
.rma-view.col-2 {
  text-align: right;
}
.rma-view h3 {
  font-weight: 600;
}

body.enterprise-rma-return-view .box-content {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
  margin-bottom: 20px;
}

#my-returns-items-table th,
#my-returns-items-table td {
  font-size: 13px;
}

#rma_comment .box-content label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
  font-weight: 400;
}
#rma_comment .buttons-set {
  border-top: none;
}
#rma_comment .note-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
  font-weight: 400;
}
#rma_comment .note-list li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
#rma_comment .note-list li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .rma-view.col-2 {
    text-align: left;
  }
  .rma-view.col-1, .rma-view.col-2 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .rma-view.col-1 h3, .rma-view.col-2 h3 {
    margin-bottom: 0;
  }
}
/* ============================================ *
 * Store credit
 * ============================================ */
.storecredit .account-balance {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

body.customer-account .storecredit .data-table td.last {
  padding: 10px;
}

@media only screen and (max-width: 420px) {
  .storecredit th,
  .storecredit td {
    font-size: 12px;
    padding: 5px;
  }

  body.customer-account .storecredit .data-table td.last {
    padding: 5px;
  }
}
/* ============================================ *
 * Gift Registry
 * ============================================ */
.btn-gift-registry {
  padding: 3px 0 0 33px;
}

.btn-gift-registry .input-box {
  margin: 0 0 7px;
}

.btn-gift-registry select {
  width: 100%;
}

/* ============================================ *
 * Reward
 * ============================================ */
.rewards {
  margin-bottom: 30px;
}

.reward-message {
  background-color: #3399cc;
  display: block;
  margin: 5px 0;
  padding: 3px 10px;
  color: #e6e6e6;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.reward-message.reward-checkout {
  margin-bottom: 10px;
}
.reward-message p {
  display: inline;
  font-size: 13px;
}
.reward-message p.limit {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.reward-message a {
  color: #e6e6e6;
  text-decoration: underline;
}

.my-rewards h2 {
  position: relative;
}
.my-rewards h2 .separator {
  display: none;
}
.my-rewards h2 a {
  font-size: 14px;
  margin-left: 30px;
  white-space: nowrap;
  position: absolute;
  top: 10px;
}
.my-rewards .box {
  margin-bottom: 20px;
}
.my-rewards .box.info-box {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.my-rewards .box.info-box dt {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: none;
}
@media only screen and (max-width: 979px) {
  .my-rewards h2 {
    padding-right: 120px;
  }
  .my-rewards h2 a {
    margin-left: 0;
    right: 0;
  }
  .my-rewards #reward-history small.nobr {
    white-space: normal;
  }
}
@media only screen and (max-width: 599px) {
  .my-rewards #reward-history small {
    display: none;
  }
  .my-rewards #reward-history th.balance,
  .my-rewards #reward-history td.balance,
  .my-rewards #reward-history th.date,
  .my-rewards #reward-history td.date {
    display: none;
  }
}
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
* @package     BlueAcorn // Green Pistachio
* @version     0.2.0
* @author      Blue Acorn, Inc. <code@blueacorn.com>
* @copyright   Copyright © 2014 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.eot');
  src: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.woff') format('woff'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.ttf') format('truetype'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
#grid {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  pointer-events: none; }
#grid .mobile, #grid .tablet, #grid .desktop {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  border-top: 1px solid #d85379;
  border-bottom: 1px solid #d85379; }
#grid .mobile div, #grid .tablet div, #grid .desktop div {
  float: left;
  height: 100%;
  border-left: 1px solid #d85379;
  border-right: 1px solid #d85379;
  background: rgba(255, 213, 0, 0.25); }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #grid .mobile {
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #grid .tablet {
    display: block; } }
#grid .desktop {
  float: none;
  margin: 0 auto;
  width: 1024px; }
@media only screen and (min-width: 1024px) {
  #grid .desktop {
    display: block; } }

.m-1 {
  width: 1.25%; }

.t-1 {
  width: 3.90625%; }

.d-1 {
  width: 7.61719%; }

.m-2 {
  margin-left: 6.25%;
  width: 15.625%; }

.t-2 {
  margin-left: 3.90625%;
  width: 11.97917%; }

.d-2 {
  margin-left: 2.44141%;
  width: 14.45312%; }

.m-3 {
  margin-left: 6.25%;
  width: 17.5%; }

.t-3 {
  margin-left: 3.90625%;
  width: 9.63542%; }

.d-3 {
  margin-left: 2.44141%;
  width: 8.10547%; }

.m-4 {
  margin-left: 6.25%;
  width: 17.5%; }

.t-4 {
  margin-left: 3.90625%;
  width: 10.80729%; }

.d-4 {
  margin-left: 2.44141%;
  width: 11.23047%; }

.m-5 {
  margin-left: 6.25%;
  width: 15.625%; }

.t-5 {
  margin-left: 3.90625%;
  width: 10.80729%; }

.d-5 {
  margin-left: 2.44141%;
  width: 11.32812%; }

.m-6 {
  margin-left: 6.25%;
  width: 1.25%; }

.t-6 {
  margin-left: 3.90625%;
  width: 9.63542%; }

.d-6 {
  margin-left: 2.44141%;
  width: 8.10547%; }

.t-7 {
  margin-left: 3.90625%;
  width: 11.97917%; }

.d-7 {
  margin-left: 2.44141%;
  width: 14.45312%; }

.t-8 {
  margin-left: 3.90625%;
  width: 3.90625%; }

.d-8 {
  margin-left: 2.44141%;
  width: 7.61719%; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) {
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) {
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) {
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) {
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Reset
 * ============================================ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

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

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

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

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

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

address {
  font-style: normal; }

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

img {
  display: block; }

ol, ul {
  list-style: none; }

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

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

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

* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body, button, input, select, table, textarea {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

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

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

a:focus {
  outline-color: #e91228;
  color: #670812; }

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #b36f4d;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

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

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

.availability .label {
  display: none; }

.availability.in-stock {
  color: #5a5a5a; }

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

.availability-only {
  color: #ed1b2f;
  margin-bottom: 10px; }

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase; }

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

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

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

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

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

.block-content {
  margin-top: 5px; }

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

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

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

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

.col-left .block .actions .button ~ a, .col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px; }

@media only screen and (max-width: 979px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ed1b2f;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4; }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ed1b2f;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC; }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC; }
  .sidebar .block-account .block-title > strong span:after, .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu'; } }

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title, .block-cms-menu .block-title {
  padding-top: 0;
  border-top: none; }
.block-account li, .block-cms-menu li {
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin: 7px 0; }
.block-account li strong, .block-cms-menu li strong {
  font-weight: 400;
  color: #ed1b2f; }
.block-account li a, .block-cms-menu li a {
  color: #333333; }
.block-account li a:hover, .block-cms-menu li a:hover {
  color: #ed1b2f; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button, .cart-table .button, .sidebar .actions .button, .button.button-secondary {
  background: #cccccc;
  color: #333333;
  padding: 7px 15px; }
.cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover, .button.button-secondary:hover {
  background: #bfbfbf;
  cursor: pointer; }
.cart .buttons-set .button:active, .cart-table .button:active, .sidebar .actions .button:active, .button.button-secondary:active {
  background: #b3b3b3;
  color: #333333; }
.cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus, .button.button-secondary:focus {
  color: #333333;
  background: #b3b3b3;
  outline: none; }

/* Primary Buttons */
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
  background: #ed1b2f;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
  background: #dd1126;
  cursor: pointer; }
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active {
  background: #c51022;
  color: #FFFFFF; }
.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus {
  background-color: #c51022;
  outline: none;
  color: #FFFFFF; }

a.button {
  text-decoration: none; }

a.button:hover {
  color: #FFFFFF; }

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

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

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

.button2:focus {
  outline: none; }

.button2 span, .button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #ed1b2f;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.button2 span:hover, .button2 span span:hover {
  text-decoration: none;
  color: #ae0e1e; }

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

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

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

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

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

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

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

.paypal-button img {
  display: inline; }

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

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

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid, .sorter > .view-mode .list, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4/2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid, .sorter > .view-mode .list, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px; }

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-transform: uppercase; }

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

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

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

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

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

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove, .btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }
.btn-remove:hover, .btn-previous:hover {
  background-color: #ed1b2f;
  border-color: #ed1b2f; }

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

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top; }
.btn-remove2:after {
  display: none; }
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

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

.block-layered-nav .currently .btn-remove, .block-layered-nav .currently .btn-previous, .mini-products-list .btn-remove, .mini-products-list .btn-previous, #compare-items .btn-remove, #compare-items .btn-previous {
  float: right;
  margin-left: 6px; }

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

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

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

/* -------------------------------------------- *
 * Container
 */
.main-container, .footer-container {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px; }
.main-container:after, .footer-container:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (min-width: 480px) {
  .main-container, .footer-container {
    padding: 30px; } }

.footer-container {
  background: #000;
  padding: 0; }

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

.col-left, .col-right, .col-main {
  padding: 0 10px; }

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }
.col-left img {
  max-width: 100%; }

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */ }
.col-right img {
  max-width: 100%; }

.col-main {
  float: left;
  width: 75%; }

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */ }

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */ }

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */ }

.col3-layout .col-right {
  width: 20.83333%; }
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%; }
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%; }
.col3-layout .col-wrapper .col-left {
  width: 26.31579%; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%; }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%; }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%; }
  .col3-layout .col-wrapper .col-left {
    width: 25%; } }

@media only screen and (max-width: 767px) {
  .col-left, .col-right, .col-main, .col1-layout .col-left, .col1-layout .col-right, .col1-layout .col-main, .col2-left-layout .col-left, .col2-left-layout .col-right, .col2-left-layout .col-main, .col2-right-layout .col-left, .col2-right-layout .col-right, .col2-right-layout .col-main, .col3-layout .col-wrapper .col-left, .col3-layout .col-right, .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; }
  .col3-layout .col-wrapper {
    float: none;
    width: auto; }
  .col-main {
    float: none;
    width: auto; }
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ } }

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

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

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #ae0e1e;
  color: #e6e6e6;
  font-size: 11px; }
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/demo-logo.png');
  background-position: left;
  background-repeat: no-repeat; }
.global-site-notice p {
  margin-bottom: 0; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #ed1b2f;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }

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

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #5a5a5a; }

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

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

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

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4; }

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

.messages .error-msg li {
  border-left: 5px solid #ed1b2f; }

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ed1b2f;
  border-right: none; }

.messages .notice-msg li {
  border-left: 5px solid #f3753b; }

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f3753b;
  border-right: none; }

.messages .success-msg li {
  border-left: 5px solid #5a5a5a; }

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #5a5a5a;
  border-right: none; }

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

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto; }

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

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

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

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

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

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px; }

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px; }

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

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

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

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

.price-notice {
  color: #808080; }

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

.price-box .price, .price {
  white-space: nowrap;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

.price-box .price-label {
  color: #808080;
  white-space: nowrap;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }

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

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price, .price-box .special-price {
  display: inline-block; }
.price-box .old-price .price-label, .price-box .special-price .price-label {
  display: none; }
.price-box .old-price .price, .price-box .special-price .price {
  display: inline-block; }

.price-box .old-price .price {
  color: #808080;
  text-decoration: line-through; }

.price-box .special-price {
  color: #ed1b2f;
  padding-left: 1em; }
.price-box .special-price .price-label {
  color: #D84D3C; }

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

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing, .tier-prices, .tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px; }
.product-pricing li, .tier-prices li, .tier-prices-grouped li {
  font-size: 12px; }
.product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit {
  font-style: italic; }
.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
  font-weight: bold; }

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.item-options:after {
  content: '';
  display: table;
  clear: both; }
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic; }
.item-options dt:after {
  content: ': '; }
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px; }

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

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

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

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #ed1b2f;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px; }
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ed1b2f;
  border-top: none;
  left: 97px;
  top: -7px; }

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

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

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

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

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

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

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

.no-touch .product-image:hover {
  border-color: #ed1b2f; }

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0 10px; }
.toolbar:after {
  content: '';
  display: table;
  clear: both; }

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

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

.toolbar, .pager {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #333333;
  line-height: 30px;
  font-size: 12px; }

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

.sorter {
  float: left;
  margin-bottom: 5px; }
.sorter label {
  float: left;
  margin-right: 5px; }
.sorter label:after {
  content: ':'; }

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px; }
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block; }
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px; }
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px; }
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px; }
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px; }

.sorter > .view-mode {
  float: right; }
.sorter > .view-mode .grid, .sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px; }
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px; }
.sorter > .view-mode strong.grid, .sorter > .view-mode a.grid:hover {
  background-position: -42px -492px; }
.sorter > .view-mode .list {
  background-position: 11px -517px; }
.sorter > .view-mode strong.list, .sorter > .view-mode a.list:hover {
  background-position: -39px -517px; }

.pager {
  float: right;
  overflow: hidden; }
.pager > .count-container {
  float: left; }
.pager .amount {
  float: left;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0; }
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px; }
.pager .limiter > label {
  padding-right: 5px; }
.pager .limiter > label:after {
  content: ':'; }
.pager .amount, .pager .limiter, .pager .pages {
  margin-bottom: 5px; }

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

.pages li {
  float: left; }

.pages a, .pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #ed1b2f;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

.pages .current, .pages .current:hover {
  color: #333333;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default; }

.pages .next, .pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative; }
.pages .next:hover, .pages .previous:hover {
  border: 1px solid #ed1b2f; }

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ed1b2f;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px; }
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ae0e1e;
  border-right: none; }

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ed1b2f;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px; }
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ae0e1e;
  border-left: none; }

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none; }
  .pages {
    float: left; }
  .limiter label {
    display: none; } }

@media only screen and (max-width: 767px) {
  .col1-layout .sorter, .col1-layout .pager {
    width: 100%; }
  .col1-layout .pager {
    float: left;
    clear: both; }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0; }
  .col1-layout .pager .count-container {
    float: right; } }

@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter, .col2-left-layout .pager, .col2-right-layout .sorter, .col2-right-layout .pager, .col3-layout .sorter, .col3-layout .pager {
    width: 100%; }
  .col2-left-layout .pager, .col2-right-layout .pager, .col3-layout .pager {
    float: left;
    clear: both; }
  .col2-left-layout .pager .pages, .col2-right-layout .pager .pages, .col3-layout .pager .pages {
    float: left;
    margin-left: 0; }
  .col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
    float: right; } }

@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none; } }

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

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

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%; }

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

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

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

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

.width-full {
  width: 100%; }

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

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px; }
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0; }

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

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED; }

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

label.required:after, span.required:after {
  content: ' *';
  color: #ed1b2f;
  font-weight: normal;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px; }

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

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

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

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

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

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px; }

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

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

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

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

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

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select {
    font-size: 16px;
    /* Prevent from zooming on focus */ } }

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

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

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

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

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

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

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

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

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control div.input-box, .sp-methods dt div.input-box, #checkout-shipping-method-load .sp-methods dd div.input-box, #co-shipping-method-form .sp-methods dd div.input-box, .product-options ul.options-list div.input-box {
  display: inline;
  float: left; }
.form-list .control div.input-box:after, .sp-methods dt div.input-box:after, #checkout-shipping-method-load .sp-methods dd div.input-box:after, #co-shipping-method-form .sp-methods dd div.input-box:after, .product-options ul.options-list div.input-box:after {
  display: none; }
.form-list .control input.radio, .form-list .control input.checkbox, .sp-methods dt input.radio, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.radio, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px; }
.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
  color: #333333;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px; }
.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
  background-color: shade(#F4F4F4, 5%); }
.form-list .control .no-display + label, .sp-methods dt .no-display + label, #checkout-shipping-method-load .sp-methods dd .no-display + label, #co-shipping-method-form .sp-methods dd .no-display + label, .product-options ul.options-list .no-display + label {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
  padding-left: 10px;
  background-color: transparent; }
.form-list .control .no-display + label:hover, .sp-methods dt .no-display + label:hover, #checkout-shipping-method-load .sp-methods dd .no-display + label:hover, #co-shipping-method-form .sp-methods dd .no-display + label:hover, .product-options ul.options-list .no-display + label:hover {
  background-color: transparent; }

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

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

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

form .form-instructions {
  font-style: italic;
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  color: #808080; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px; }

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

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

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap; }

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

.data-table tbody td, .data-table tfoot td {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif; }

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

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

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

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

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

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

.input-custom {
  position: absolute;
  left: -9999px; }

.select-custom {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-appearance: menulist-button;
  width: 100%;
  height: 40px; }

.select-container.validation-error .custom-shiv {
  color: #fff !important; }

.custom-shiv {
  float: left;
  clear: both;
  width: 100%;
  border: solid 1px #dddddd;
  background-color: #f8f8f8;
  box-shadow: none;
  color: #5d5d5d;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  height: 40px;
  padding-top: 9px;
  padding-left: 18px;
  font-weight: 400;
  font-style: normal;
  position: relative; }
.custom-shiv span:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  content: '';
  font-family: "SSStandard";
  line-height: 36px;
  display: block;
  text-align: center;
  content: "";
  background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sort_arrows.png) no-repeat;
  right: 8px;
  top: 13px;
  width: 10px;
  height: 15px; }

.select-container {
  padding-top: 0;
  position: relative;
  display: inline-block; }
.select-container.validation-error .custom-shiv {
  background: #cf5050;
  box-shadow: inset 1px 1px 0 #da7878;
  border-color: #7d2222; }

label.radio-label, label.checkbox-label {
  padding-left: 50px;
  position: relative;
  line-height: 40px;
  cursor: pointer; }
label.radio-label:before, label.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #808080;
  color: #ed1b2f;
  font-family: "SSStandard";
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  text-indent: 1px;
  -ms-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75); }
label.radio-label:hover:before, label.checkbox-label:hover:before {
  background-color: #f2f2f2; }
label.radio-label.disabled, label.checkbox-label.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }
label.radio-label.disabled:before, label.checkbox-label.disabled:before {
  background-color: #f2f2f2; }

label.radio-label:before {
  border-radius: 50%; }
label.radio-label.checked:before {
  content: '●'; }

label.checkbox-label.checked:before {
  content: '␡'; }

/* input[type="email"], input[type="password"] {
    position: relative;
    padding-left: 40px;
}
input[type="email"] + i.ss-mail, input[type="password"] + i.ss-lock {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    margin-top: -8px;
}
input[type="email"].empty + i.ss-mail, input[type="password"].empty + i.ss-lock {
    @include opacity(0.5);
} */
.select-container.small .select-custom {
  height: 24px; }
.select-container.small .custom-shiv {
  height: 24px;
  line-height: 24px;
  font-size: 1em;
  text-transform: none;
  padding-right: 35px; }
.select-container.small .custom-shiv span:after {
  width: 26px;
  height: 18px;
  font-size: 14px;
  line-height: 26px; }

.form-list .select-container {
  display: block;
  clear: both; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Global
 * ============================================ */
html, body {
  height: 100%; }

a {
  outline: none !important; }

a:focus {
  outline: none !important; }

.main-container .main .cart-empty {
  min-height: 500px;
  margin-top: 200px;
  text-align: center;
  font-size: 26px; }

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

dd.caliber_filters ol li.break_word {
  word-wrap: break-word; }

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

div.global-site-notice {
  display: none; }

.cms-no-route div.page-head-alt {
  margin-top: 50px;
  text-align: left;
  width: 95%;
  margin-left: 2.5%; }
.cms-no-route div.page-head-alt h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px; }
.cms-no-route ul.products-grid {
  display: none; }
.cms-no-route ul.disc {
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 175px; }
.cms-no-route ul.disc li {
  list-style-type: none;
  margin-left: 0px;
  font-style: normal;
  font-size: 12px; }

.catalog-product-compare-index .data-table thead th, .catalog-product-compare-index .data-table tbody td {
  border: none !important; }
.catalog-product-compare-index .page-title {
  margin-bottom: 20px !important; }

div.breadcrumbs {
  margin: 20px auto 19px auto;
  max-width: 1290px; }
div.breadcrumbs li {
  font-size: 14px;
  color: #888888;
  cursor: default; }
div.breadcrumbs li span {
  display: none; }
div.breadcrumbs li a:after {
  background: url('http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/svg/arrow.svg') no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 10px;
  margin-top: 2px; }
div.breadcrumbs li a {
  color: #888888;
  margin-right: 37px; }
div.breadcrumbs li strong {
  color: #888888; }

@media only screen and (max-width: 979px) {
  div.pager {
    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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 980px) {
  .page-header-container {
    position: relative;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0;
    z-index: 999999; } }

.page-header {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  background: #000; }
.page-header:after {
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 34.375%;
  min-width: 100px;
  min-height: 44px;
  max-height: 120px;
  text-align: center;
  padding: 15px 0;
  background: #ed1b2f; }
.logo img {
  max-width: 100%;
  padding: 0 6.66667%; }
.logo .small {
  display: block; }
.logo .large {
  display: none; }
@media only screen and (min-width: 980px) {
  .logo {
    max-height: 60px;
    max-width: 180px;
    padding: 7px 27px 7px 29px; } }

.ie8 .logo .large {
  width: 124px; }

@media only screen and (min-width: 980px) {
  .logo .small {
    display: none; }
  .logo .large {
    display: block;
    padding: 0; } }

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  overflow: hidden;
  width: 65.625%;
  padding-left: 12px; }
@media only screen and (min-width: 480px) {
  .skip-links {
    padding-left: 18px; } }
.skip-links:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  max-height: 120px;
  min-height: 44px;
  color: #333333;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 0 0 9px; }
@media only screen and (max-width: 479px) {
  .skip-link {
    width: 20%; } }
@media only screen and (min-width: 480px) {
  .skip-link {
    margin: 0 0 0 11px; } }

a.skip-link {
  text-decoration: none; }

/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 980px) {
  .skip-search.skip-active, .skip-nav.skip-active {
    display: block; } }

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  float: left;
  display: inline-block;
  width: 100%;
  height: auto; }
.skip-link .icon img {
  max-width: 30px;
  height: 25px;
  display: inline-block; }
@media only screen and (min-width: 480px) {
  .skip-link .icon img {
    max-width: 44px;
    height: 38px; } }
@media only screen and (min-width: 980px) {
  .skip-link .icon img {
    display: none; } }

@media only screen and (max-width: 479px) {
  .skip-link {
    margin-left: 4.6875%; } }

@media only screen and (min-width: 980px) {
  .skip-link .icon {
    position: relative;
    margin: 0;
    width: 40px;
    height: 40px;
    float: left;
    background: #5d5d5d; }
  .skip-link .icon:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000; }
  .skip-link:hover .icon {
    background: #ed1b2f; }
  .skip-link:hover .icon:after {
    color: #fff; }
  .skip-link:hover .label {
    color: #fff; } }

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  clear: both;
  width: 100%;
  display: inline-block;
  line-height: 20px;
  font-size: 0.71429em;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #5d5d5d;
  text-transform: uppercase; }
@media only screen and (min-width: 479px) {
  .skip-link .label {
    font-size: 0.85714em; } }
@media only screen and (min-width: 979px) {
  .skip-link .label {
    font-size: 1em; } }

@media only screen and (min-width: 980px) {
  .skip-link .label {
    clear: none;
    float: left;
    width: auto;
    padding-left: 10px;
    line-height: 40px;
    font-size: 1.07143em;
    font-weight: 300;
    color: #5d5d5d;
    text-transform: none; } }

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }

.skip-content.skip-active {
  display: block; }

.skip-sidebar.mobile-ready {
  background: #000;
  position: fixed;
  width: 85.9375%;
  right: -100%;
  height: 100%;
  z-index: 999; }
.skip-sidebar.mobile-ready.open {
  overflow-y: scroll; }

.page.mobile-ready {
  position: relative;
  left: 0; }
.page.mobile-ready.open {
  width: 100%;
  position: fixed;
  height: 100%; }
.page.mobile-ready.open .sidebar-close {
  position: absolute;
  display: block;
  width: 14.0625%;
  height: 120px;
  background: #000;
  right: 0;
  top: 0;
  z-index: 999; }
.page.mobile-ready.open .sidebar-close:before {
  position: absolute;
  display: block;
  content: '';
  width: 64.44444%;
  height: 48.33333%;
  max-height: 58px;
  background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/menu_close.png') 0 0 no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin-left: -32.22222%;
  margin-top: -24.16667%; }

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 979px) {
  #header-account li a, .nav-primary a.level0 {
    padding: 0 22px 0 15px;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    line-height: 30px; }
  #header-account li:last-child a, .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; }
  .no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */

.minicart-wrapper .view_cart_minicart {
  text-transform: uppercase !important; }

ol.nav-primary li.level0 ul.discover_menu_interior.mobile_discover {
  display: block !important;
  margin-top: -15px !important;
  margin-bottom: 15px; }
ol.nav-primary li.level0 ul.discover_menu_interior.mobile_discover li {
  width: 100% !important; }
ol.nav-primary li.level0 ul.discover_menu_interior.mobile_discover li a {
  display: none !important; }

.level0.nav-2.mobile_active_discover {
  position: relative; }

.level0.nav-2.mobile_active_discover:after {
  background: url("http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/mega_menu_arrows.png") 0 -10px no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 7px;
  display: inline-block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 22px;
  z-index: 99999999999;
  display: block;
  top: 20px; }

.awaiting_redirect {
  visibility: visible !important; }

.active_color {
  color: #ed1b2f !important; }

.nav-primary li.level1 ul li {
  width: 145px !important; }

.nav-primary li.level1 a.level1 {
  z-index: 999999999; }

ol.nav-primary li.level0 ul.large_nav_links li span {
  font-size: 11px !important; }

.level0.nav-2.mobile_active_discover {
  cursor: pointer; }

.active_discover_link:after {
  -ms-transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important; }

ol.nav-primary li.level0 ul.discover_menu_interior.mobile_discover li:after {
  text-decoration: none;
  position: relative;
  display: block;
  color: #888888;
  line-height: 60px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 30px;
  float: left;
  height: 50px;
  text-shadow: 1px 1px 3px #555555;
  font-size: 18px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  content: attr(data-title);
  width: 100%;
  bottom: 0px;
  margin-bottom: -4px;
  font-size: 16px; }

.skip-cart.skip-active span.minicart_drop_arrow {
  display: block !important; }
.skip-cart.skip-active span.icon {
  background-color: #fff; }
.skip-cart.skip-active span.label {
  color: #ed1b2f; }

li.active_nav_bg > a.discover_toggle {
  color: #fff !important;
  background-color: #000 !important; }

.skip-cart.skip-active .icon:after {
  background: url('http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/minicart_hover.png') no-repeat !important; }

a.skip-cart span.count {
  position: absolute !important;
  top: 0 !important;
  -o-border-radius: 12px !important;
  border-radius: 12px !important;
  display: inline-block;
  top: -8px !important;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(237, 27, 47, 0.9) !important;
  color: #FFFFFF !important;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-left: -80px !important; }

.skip-cart .count:before {
  display: none !important; }

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

.mini-products-list .qty_count {
  position: absolute;
  right: 20%;
  top: 29px;
  font-size: 12px;
  color: #666; }

@media only screen and (max-width: 979px) {
  a.skip-cart span.count {
    margin-left: -12px !important;
    top: 5px !important; }
  .mini-products-list .qty_count {
    position: static;
    display: block;
    margin-bottom: 10px; } }

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%; } }

@media only screen and (min-width: 980px) {
  .skip-nav {
    display: none; } }

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 979px) {
  .highlight_primary {
    color: #ed1b2f !important; }
  .highlight_white {
    background-color: #fff !important; }
  .highlight_black {
    background-color: #000 !important; }
  #header-nav {
    padding: 5px 0; } }

@media only screen and (min-width: 980px) {
  #header-nav {
    display: block;
    /* Force visibility */ } }

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

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.skip-link .icon img {
  max-width: 100px !important; }

@media only screen and (min-width: 480px) {
  .skip-link .icon img {
    padding-top: 12px !important;
    height: 38px !important; } }

#search_mini_form .input-box:hover {
  outline: none !important; }

.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #888888;
  line-height: 60px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
.nav-primary li {
  position: relative; }

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

.nav-primary li.level0 > a {
  text-transform: uppercase;
  font-size: 1.42857em;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #fff;
  font-weight: bold; }
@media only screen and (min-width: 600px) {
  .nav-primary li.level0 > a {
    font-size: 1.14286em; } }

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (min-width: 980px) {
  div#header-account.skip-active {
    min-width: 161px;
    width: auto; } }

@media only screen and (max-width: 979px) {
  ol.nav-primary li.level0 li.level1 > a.not-a-link:hover {
    color: #888 !important; }
  .header-minicart .icon {
    background-color: #000 !important; }
  .header-minicart .skip-cart.skip-active span.minicart_drop_arrow {
    display: none !important; }
  .header-minicart .subtotal {
    font-size: 14px !important;
    line-height: 33px !important;
    text-align: right !important; }
  .header-minicart .mini-products-list .product-details {
    margin-left: 120px !important; }
  .header-minicart .breadcrumbs {
    display: none !important; }
  .header-minicart #header-cart .info-wrapper span.price {
    margin-top: -13px !important; }
  .header-minicart #header-cart #cart-sidebar li .product-image {
    float: left !important; }
  #header-cart {
    position: absolute;
    top: 4.5%;
    z-index: 9999999;
    background-color: #fff;
    left: 0%;
    width: 95% !important;
    margin-left: 2.5%;
    padding: 3px;
    box-shadow: 0px 4px 15px -3px #888 !important; }
  #header-cart .view_cart_minicart {
    /*width: 30% !important;
      padding: 7px 5% !important;*/ }
  #header-cart .minicart .checkout-button {
    min-width: 0px !important;
    padding-left: 18% !important;
    padding-right: 18% !important;
    width: auto !important; }
  #header-cart p.empty {
    font-size: 14px; }
  .logo {
    width: 27.375%; }
  div.skip-links {
    width: 72.625%; }
  .nav-primary a.level0, .nav-primary a {
    line-height: 45px; }
  .nav-primary li.level0 ul {
    display: none; }
  .nav-primary li.level1 a {
    padding: 0 36px 0 30px;
    line-height: 42px; }
  .nav-primary li.level2 a {
    padding: 0 36px 0 35px; }
  .nav-primary li.level2 a:active {
    color: #ed1b2f; }
  .nav-primary li.parent > a:after {
    display: block;
    content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 22px;
    margin-top: -5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain; }
  .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 980px) {
  #header-account .links {
    padding: 7px 30px 10px 30px !important; }
  .nav-primary a.level0 {
    float: left;
    padding: 0 29px;
    line-height: 60px;
    color: #fff; }
  .nav-primary a.level0:hover {
    background: #fff; }
  .nav-primary li.level0, .nav-primary a.level0 {
    display: inline-block; }
  .nav-primary li:last-child > a {
    border-bottom: none; }
  .nav-primary a:hover, .nav-primary li:hover > a {
    color: #ed1b2f;
    text-decoration: none; }
  .nav-primary .menu-active, .nav-primary li.level0:hover {
    z-index: 200;
    background-color: #fff; }
  .nav-primary li.level0 ul {
    /* Default styles for 1+ drop-down menus */
    background: #fefefe;
    border: solid 1px #CCCCCC;
    position: absolute;
    left: 0;
    top: 60px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 885px;
    height: 310px;
    padding-left: 30px;
    padding-right: 10px;
    border: none;
    display: none;
    /* Hide until displayed. */ }
  .nav-primary li.level1 ul {
    /* Level 2+ */
    left: 0px;
    top: 40px;
    display: block;
    width: 125px;
    padding-left: 0px;
    padding-right: 0px;
    height: 255px;
    border: none; }
  .nav-primary li.level1 ul li {
    height: 40px; }
  .nav-primary li.level1 ul li a {
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: 400;
    color: #5d5d5d; }
  .nav-primary li.level1 ul li a:hover {
    color: #ed1b2f; }
  .nav-primary li.level1 {
    width: auto;
    float: left;
    margin-right: 79px;
    top: -2px; }
  .nav-primary li.level1 a {
    color: #ed1b2f;
    font-weight: bold;
    cursor: pointer; }
  .nav-primary li.nav-1:hover > ul {
    /* Styles that only show when the menu is visible */
    display: block;
    /* Force display */ }
  .nav-primary li.nav-2:hover > ul {
    /* Styles that only show when the menu is visible */
    display: block;
    /* Force display */ }
  .nav-primary li.level0 ul.level0.position-test {
    /* Class for js to add briefly to evaluate element positioning. */
    display: block; }
  .nav-primary li.level0 ul.level0.spill {
    /* Correct menus that will hang off the page (class added by js) */
    right: 0;
    left: auto; }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px; }
  .nav-primary li.level0 li.parent > a {
    /* Level 1+ */
    position: relative;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    z-index: 999999999; }
  .nav-primary li.level0.first > a {
    box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.15); } }

.skip-account.skip-active .large {
  color: #fff; }

.skip-account.skip-active .icon {
  background-color: #ed1b2f; }

.skip-account.skip-active .icon:after {
  background-position: -60px -160px; }

div.mega_menu_bg {
  width: 100%;
  position: absolute;
  top: 60px;
  height: 470px;
  background-color: #fff;
  z-index: 200;
  visibility: hidden;
  box-shadow: 0 -3px 20px 5px #444;
  -webkit-box-shadow: 0 -3px 20px 5px #444;
  -moz-box-shadow: 0 -3px 20px 5px #444; }

div.discover_menu_bg {
  width: 100%;
  position: absolute;
  top: 60px;
  height: 235px;
  background-color: #fff;
  z-index: 200;
  box-shadow: 0 -3px 20px 5px #444;
  -webkit-box-shadow: 0 -3px 20px 5px #444;
  -moz-box-shadow: 0 -3px 20px 5px #444;
  visibility: hidden; }

ul.discover_menu_interior {
  height: 200px !important;
  margin-top: 25px; }
ul.discover_menu_interior li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  position: relative !important;
  width: 234px; }
ul.discover_menu_interior li:hover:after {
  background-color: #ed1b2f; }
ul.discover_menu_interior li:after {
  display: block;
  content: attr(data-title);
  width: 100%;
  bottom: 0px;
  position: absolute;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
  color: white;
  text-transform: uppercase;
  text-align: center; }
ul.discover_menu_interior li:last-child {
  margin-right: 0px; }

.level0.nav-1.first.parent:hover > div.mega_menu_bg {
  visibility: visible; }

.level0.nav-2:hover > div.discover_menu_bg {
  visibility: visible; }

ol.nav-primary li {
  position: static; }

ol.nav-primary li.level0 ul {
  z-index: 999999;
  width: 100%;
  left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  height: 458px;
  overflow: hidden; }

img.menu_banner_ad {
  float: right;
  margin-top: 25px; }

ol.nav-primary li.level0 {
  float: left; }

ol.nav-primary li.level0 ul ul {
  width: 98px;
  position: relative;
  margin-top: -65px;
  overflow: visible; }

.active_drop {
  display: block !important; }

.active_nav_li {
  background-color: #fff; }

.active_nav_anchor {
  color: #ed1b2f !important; }

.nav-primary li.level0 li.parent > a:hover {
  color: #ed1b2f !important; }

.nav-primary li.level0 li.parent > a:hover:after {
  background-position: 0 0; }

.nav-primary li.level0 li.parent > a:after {
  background: url("http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/mega_menu_arrows.png") 0 -10px no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 7px;
  display: inline-block; }

.hidden {
  display: none; }

.show {
  display: block; }

li.active_nav_bg {
  background-color: #fff; }

li.active_nav_bg > a {
  color: #ed1b2f !important; }

ol.nav-primary li.level0 ul.large_nav_links {
  display: block;
  width: 850px;
  float: left;
  position: absolute;
  top: 335px;
  padding-top: 29px;
  border-top: solid 1px #dddddd;
  height: 190px; }
ol.nav-primary li.level0 ul.large_nav_links li {
  width: 162px;
  height: 160px;
  float: left;
  margin-right: 132px;
  text-align: center;
  position: relative;
  padding-top: 83px;
  cursor: pointer; }
ol.nav-primary li.level0 ul.large_nav_links li h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #5d5d5d;
  margin-bottom: 1px;
  line-height: 22px; }
ol.nav-primary li.level0 ul.large_nav_links li span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #666666;
  line-height: 20px;
  display: inline-block; }
ol.nav-primary li.level0 ul.large_nav_links li:hover h3 {
  color: #ed1b2f; }
ol.nav-primary li.level0 ul.large_nav_links li:hover span {
  color: #ed1b2f; }
ol.nav-primary li.level0 ul.large_nav_links li:before {
  content: "";
  background: url("http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/mega_menu_sprite.png") no-repeat -77px 0;
  width: 77px;
  height: 77px;
  display: block;
  top: 0;
  left: 50%;
  position: absolute;
  margin-left: -38.5px; }
ol.nav-primary li.level0 ul.large_nav_links li:hover:before {
  background-position: -77px -78px; }
ol.nav-primary li.level0 ul.large_nav_links li:first-child {
  margin-left: 50px; }
ol.nav-primary li.level0 ul.large_nav_links li:last-child {
  margin-right: 0px; }
ol.nav-primary li.level0 ul.large_nav_links li:last-child span:last-child {
  width: 90px; }
ol.nav-primary li.level0 ul.large_nav_links li:first-child:before {
  background-position: 0 0; }
ol.nav-primary li.level0 ul.large_nav_links li:first-child:hover:before {
  background-position: 0 -78px; }
ol.nav-primary li.level0 ul.large_nav_links li:last-child:before {
  background-position: -154px 0;
  width: 106px;
  margin-left: -53px; }
ol.nav-primary li.level0 ul.large_nav_links li:last-child:hover:before {
  background-position: -154px -78px; }

@media only screen and (max-width: 1350px) {
  .nav-primary li.level1 {
    margin-left: 37px; } }

@media only screen and (min-width: 979px) {
  div#header-account ul li a {
    text-align: center; } }

@media only screen and (max-width: 1290px) {
  div.mega_menu_bg {
    height: 475px; }
  .discover_menu_interior {
    padding-top: 0px !important; }
  ol.nav-primary li.level0.first ul.level0 {
    width: 885px;
    left: 180px;
    height: 475px; }
  ol.nav-primary li.level0 ul.large_nav_links {
    width: 100%; }
  ol.nav-primary li.level0 ul.large_nav_links li {
    margin-right: 152px; } }

@media only screen and (max-width: 1070px) {
  div.mega_menu_bg {
    visibility: hidden !important; }
  .nav-primary li.level0 ul.level0 li.level1 ul {
    right: auto;
    top: 40px; }
  .nav-primary li.level1 {
    margin-right: 55px; }
  ol.nav-primary li.level0 ul.large_nav_links li {
    margin-right: 93px; }
  ol.nav-primary li.level0.first ul.level0 {
    width: 765px;
    border-top: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-left: -1px; } }

@media only screen and (max-width: 979px) {
  ol.nav-primary li.level0.first ul.level0 {
    border: none !important; }
  body.no-svg a.logo .small {
    display: none; }
  body.no-svg a.logo .large {
    display: block; }
  a.logo {
    display: inline-block; }
  a.logo img.small {
    width: 100%; }
  ul.large_nav_links {
    display: none !important; }
  ol.nav-primary li.level0 li.parent > a {
    font-size: 16px; }
  ol.nav-primary li.level1 ul li a {
    font-size: 16px; }
  ol.nav-primary li.level0 > a {
    font-size: 1.42857em !important; }
  ol.nav-primary li.level0.first ul.level0 {
    width: 100% !important;
    background-color: #000;
    padding-top: 0px; }
  ol.nav-primary li.level2 a {
    padding: 0 36px 0 33px; }
  ol.nav-primary li.level0 li.parent > a:hover:after {
    background-position: 0 -10px; }
  .nav-primary li.level0 li.parent > a:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  ol.nav-primary li.level0 li.sub-menu-active > a:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .active_drop {
    display: block !important; }
  .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent > a:after {
    background: url("http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/mega_menu_arrows.png") 0 -10px no-repeat;
    content: ' ';
    width: 10px;
    height: 10px;
    margin-left: 7px;
    display: inline-block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  ol.nav-primary li.level0 ul.level0 li.level1 ul {
    right: auto;
    top: 55px;
    margin-left: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 55px; }
  ol.nav-primary li.level0 ul.level0 li.level1 ul li {
    width: 100%; }
  nav ol.nav-primary li.level0 ul.discover_menu_interior.open_discover.mobile_discover_menu li {
    display: block !important; }
  ol.nav-primary ul.level0 {
    height: auto !important; }
  ol.nav-primary li.level1 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .nav-primary li.level0 > a {
    background-color: #000 !important;
    color: #fff !important; }
  .nav-primary li.level1 a {
    background-color: #000 !important;
    color: #888888 !important; }
  ol.nav-primary li.level0 li.parent > a:hover {
    color: #888888 !important; }
  img.menu_banner_ad {
    display: none !important; }
  ol.nav-primary li.level0 {
    float: none !important; }
  .skip-account.skip-active .icon {
    background-color: #000 !important; }
  #header-account .links {
    padding: 0px !important; }
  #header-account .links ul li {
    padding: 0px !important;
    background-color: #000 !important; }
  #header-account .links ul li a {
    padding: 5px 0 5px 15px !important; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header-minicart #header-cart {
    top: 10% !important; } }

@media only screen and (min-width: 955px) and (max-width: 1165px) {
  .nav-primary li.level0 > a {
    font-size: 12px; }
  .nav-primary li.level0 ul {
    width: 600px;
    overflow: hidden; }
  .nav-primary a.level0 {
    padding: 0 18px; }
  .nav-primary li.level0 li.parent > a {
    font-size: 12px; }
  .nav-primary li.level1 ul li a {
    font-size: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  div.skip-links {
    padding-top: 15px; }
  .logo {
    padding: 20px 0; }
  ul.promos span {
    font-size: 18px; } }

@media only screen and (min-width: 479px) and (max-width: 768px) {
  .skip-link .label {
    font-size: 0.71429em; }
  div.skip-links {
    padding-top: 0px; }
  .skip-link .icon img {
    max-width: 35px; }
  .skip-link .icon {
    margin-bottom: -5px; }
  .logo {
    min-height: auto !important;
    max-height: auto !important;
    max-width: auto !important; } }

@media only screen and (max-width: 1290px) {
  ul.discover_menu_interior li {
    width: 18.4%;
    margin-right: 2%; }
  ul.discover_menu_interior li img {
    width: 100%; }
  ul.discover_menu_interior {
    margin-top: 30px !important; } }

@media only screen and (max-width: 979px) {
  ul.discover_menu_interior {
    display: none !important; }
  div.discover_menu_bg {
    display: none !important;
    visibility: hidden !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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Search - Skip Link
 * ============================================ */

@media only screen and (min-width: 980px) {
  .skip-search {
    display: none; } }

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px; }

@-webkit-keyframes ExpandSearch {
  from {
    width: 142px; }

  to {
    width: 310px; } }

@keyframes ExpandSearch {
  from {
    width: 142px; }

  to {
    width: 310px; } }

@-webkit-keyframes CollapseSearch {
  from {
    width: 310px; }

  to {
    width: 142px; } }

@keyframes CollapseSearch {
  from {
    width: 310px; }

  to {
    width: 142px; } }

@media only screen and (min-width: 980px) {
  #header-search {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 142px;
    height: 50px;
    padding: 0; }
  .search-active #header-search {
    -webkit-animation: ExpandSearch 0.2s 1;
    animation: ExpandSearch 0.2s 1;
    width: 310px; }
  .search-blur #header-search {
    -webkit-animation: CollapseSearch 0.2s 1;
    animation: CollapseSearch 0.2s 1;
    width: 142px; } }

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  outline: 0; }
#search_mini_form .input-box:hover {
  outline: 1px solid #ed1b2f; }
@media only screen and (max-width: 979px) {
  #search_mini_form .input-box:hover {
    outline: 0; } }

.search-active #search_mini_form .input-box:hover {
  outline: 0; }

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  line-height: 40px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  background: #2f2f2f;
  border: 0;
  color: #5d5d5d; }
@media only screen and (max-width: 980px) {
  #search:focus {
    background: #e5e5e5;
    -ms-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3); } }

#search::-webkit-input-placeholder {
  text-transform: uppercase; }

#search:-moz-placeholder {
  text-transform: uppercase; }

#search::-moz-placeholder {
  text-transform: uppercase; }

#search:-ms-input-placeholder {
  text-transform: uppercase; }

.search-active #search {
  background: #fff;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3); }
.search-active #search:focus {
  outline: 0;
  color: #5d5d5d; }

#search_mini_form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: #5d5d5d;
  text-indent: -999em; }
#search_mini_form .search-button:hover {
  background: #ed1b2f; }

#search_mini_form .search-button:before {
  content: '';
  background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/main.png') no-repeat -115px -70px;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4/2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  #search_mini_form .search-button:before {
    background: url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/svg/search-black.svg') no-repeat 0 0;
    background-size: contain; } }

#search_mini_form .search-button:hover:before {
  background-position: -135px -70px; }
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4/2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  #search_mini_form .search-button:hover:before {
    background: url('http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/svg/search-white.svg') no-repeat 0 0; } }

#search_mini_form .validation-advice {
  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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account .large {
  display: none; }

@-webkit-keyframes HideText {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes HideText {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes ShowText {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes ShowText {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@media only screen and (min-width: 980px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 269px;
    width: 161px;
    padding: 0;
    margin: 10px 0 0; }
  .skip-account .small {
    display: none; }
  .skip-account .large {
    width: 120px;
    display: block;
    position: absolute;
    left: 40px;
    top: 0px;
    text-transform: none;
    text-align: left; }
  .skip-account .icon:after {
    content: '';
    position: absolute;
    background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/main.png') no-repeat 0 -160px;
    width: 22px;
    height: 19px;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -9px; }
  @media only screen and (min-width: 979px) {
    .skip-account .icon:after {
      display: block; } }
  .skip-account:hover .icon:after {
    background-position: -60px -160px; }
  #header-account.skip-active {
    display: block;
    position: absolute;
    z-index: 200;
    top: 60px;
    right: 250px;
    width: 161px; }
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #333333;
    line-height: 2; }
  #header-account a:hover {
    color: #ed1b2f; }
  .search-active .skip-account {
    width: 40px;
    overflow: visible;
    right: 390px; }
  .search-active .skip-account .large {
    -webkit-animation: HideText 0.25s 1;
    animation: HideText 0.25s 1;
    opacity: 0; }
  .search-blur .skip-account .large {
    -webkit-animation: ShowText 0.2s 1;
    animation: ShowText 0.2s 1; } }

/* -------------------------------------------- *
 * Account Links
 */
#header-account .links {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 14.0625%;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
@media only screen and (min-width: 980px) {
  #header-account .links {
    padding: 7px 30px 23px; } }
#header-account ul li {
  padding: 0 16.66667%;
  border-bottom: 1px solid #5d5d5d; }
#header-account ul li:last-child {
  border: 0; }
#header-account ul li a {
  padding: 0;
  width: 100%;
  text-align: left;
  line-height: 40px;
  color: #5d5d5d; }
@media only screen and (min-width: 979px) {
  #header-account ul li {
    border-bottom: 0;
    padding: 0; }
  #header-account ul li a {
    line-height: 40px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    color: #000;
    text-decoration: none; } }

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px; }

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */

@-webkit-keyframes HideText {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes HideText {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes ShowText {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes ShowText {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes MoveIcon {
  0% {
    right: 160px;
    width: 109px; }

  100% {
    right: 340px;
    width: 40px; } }

@keyframes MoveIcon {
  0% {
    right: 160px;
    width: 109px; }

  100% {
    right: 340px;
    width: 40px; } }

@-webkit-keyframes ResetIcon {
  0% {
    right: 340px;
    width: 40px; }

  100% {
    right: 160px;
    width: 109px; } }

@keyframes ResetIcon {
  0% {
    right: 340px;
    width: 40px; }

  100% {
    right: 160px;
    width: 109px; } }

@media only screen and (min-width: 980px) {
  .skip-cart {
    position: absolute;
    top: 0;
    right: 160px;
    width: 109px;
    padding: 0;
    margin: 10px 0 0; }
  .skip-cart .label {
    position: absolute;
    opacity: 1;
    left: 40px;
    top: 0; }
  .skip-cart .icon:after {
    content: '';
    display: block;
    position: absolute;
    background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/main.png') no-repeat -33px -162px;
    width: 19px;
    height: 15px;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -7px; }
  .skip-cart:hover .icon:after {
    background-position: -93px -163px; }
  #header-cart.skip-active {
    background: #fefefe;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 60px;
    right: 0;
    width: 320px;
    background: white; }
  .search-active .skip-cart {
    -webkit-animation: MoveIcon 0.2s 1;
    animation: MoveIcon 0.2s 1;
    right: 340px;
    width: 40px;
    overflow: visible; }
  .search-active .skip-cart .label {
    -webkit-animation: HideText 0.25s 1;
    animation: HideText 0.25s 1;
    opacity: 0;
    display: none; }
  .search-blur .skip-cart {
    overflow: visible;
    -webkit-animation: ResetIcon 0.2s 1;
    animation: ResetIcon 0.2s 1; }
  .search-blur .skip-cart .label {
    -webkit-animation: ShowText 0.2s 1;
    animation: ShowText 0.2s 1; } }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(237, 27, 47, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

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


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

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px; } }

@media only screen and (min-width: 768px) {
  .skip-cart {
    color: #ed1b2f; }
  .skip-cart:hover {
    text-decoration: none; }
  .skip-cart .count {
    -o-border-radius: 0;
    border-radius: 0;
    color: #ed1b2f;
    position: static;
    background: none;
    margin-left: 0;
    font-size: 14px; }
  .skip-cart .count:before {
    content: '('; }
  .skip-cart .count:after {
    content: ')'; } }

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

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

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

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

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

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2; }

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

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35; }

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

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

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

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* :::::  Desktop Footer Updates  ::::: */
@media only screen and (min-width: 767px) {
  div.footer {
    padding-top: 0px; }
  div.footer .links.social-media {
    width: 31.74603%;
    margin-right: 2.38095%;
    margin-bottom: 0px;
    padding: 6px 0 2px 0; }
  div.footer .links.social-media li {
    width: auto;
    margin-right: 12px; }
  div.footer .links.social-media li a {
    width: 20px;
    height: 20px; }
  div.footer .links.social-media li a img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  div.footer .links.social-media li:first-child img {
    width: 11px; }
  div.footer div.footer-top {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px; }
  @media only screen and (min-width: 1290px) {
    div.footer div.footer-top {
      padding: 0; } }
  div.footer div.footer-top .footer-contact {
    width: 31.74603%;
    line-height: inherit;
    padding-top: 11px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  div.footer div.footer-top span.lang {
    font-size: 14px;
    float: right;
    margin-top: 11px;
    color: #fff; }
  div.footer div.footer-top span.lang i.flag {
    margin-top: -9px;
    margin-left: 8px;
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url("http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/main.png") no-repeat -86px -70px;
    top: 50%; }
  div.footer div.footer-mid .footer-links {
    padding: 48px 0 0 0;
    margin-bottom: 26px; }
  div.footer div.footer-mid .footer-links li {
    width: 125px;
    margin: 0px 2.75% 27px 2.75%; }
  div.footer div.footer-mid .footer-links li a h4 {
    font-size: 15px;
    margin-bottom: 2px; }
  div.footer div.footer-mid .footer-links li p {
    font-size: 12px; }
  div.footer div.footer-mid div.block-subscribe {
    width: 100%;
    margin-bottom: 47px; }
  div.footer div.footer-mid div.block-subscribe form#newsletter-validate-detail {
    width: 270px;
    margin: 0 auto 0 auto; }
  div.footer div.footer-mid div.block-subscribe form#newsletter-validate-detail .input-text {
    height: 40px; }
  div.footer div.footer-mid div.block-subscribe form#newsletter-validate-detail .actions .button {
    height: 40px;
    width: 40px; }
  div.footer div.footer-bottom {
    background-color: #1e1e1e;
    margin: 0 auto 0 auto; }
  div.footer div.footer-bottom div.links {
    padding: 0px; }
  div.footer div.footer-bottom div.links ul {
    float: none;
    margin: 0 auto;
    display: inline;
    padding: 30px 0 20px 0;
    border-top: solid 1px #373736;
    border-bottom: solid 1px #373736;
    border-right: none;
    font-size: 0px;
    /* :::  li whitespace fix  ::: */ }
  div.footer div.footer-bottom div.links ul li {
    display: inline;
    text-transform: capitalize;
    padding-right: 31px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding-top: 31px;
    padding-bottom: 19px; }
  div.footer div.footer-bottom div.links ul li a {
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  div.footer div.footer-bottom div.links ul:first-child li:first-child {
    padding-left: 31px; }
  div.footer div.footer-copyright {
    background-color: #1e1e1e;
    padding-bottom: 150px; }
  div.footer div.footer-copyright address.copyright {
    margin-top: 0px;
    padding: 0 0 30px 0; } }

footer.footer-container {
  width: 100%;
  max-width: 100%; }

.footer-copyright .lang {
  display: none !important; }

@media only screen and (max-width: 1271px) {
  div.footer div.footer-bottom div.links ul li {
    padding-right: 15px; }
  div.footer div.footer-bottom div.links ul li a {
    font-size: 12px; }
  div.footer div.footer-bottom div.links ul:first-child li:first-child {
    padding-left: 15px; } }

@media only screen and (max-width: 980px) {
  .nav-primary a:hover {
    background-color: #fff !important;
    color: #ed1b2f !important; }
  div.footer div.footer-bottom div.links ul li {
    padding-right: 10px; }
  div.footer div.footer-bottom div.links ul li a {
    font-size: 12px; }
  div.footer div.footer-bottom div.links ul:first-child li:first-child {
    padding-left: 10px; } }

@media only screen and (max-width: 768px) {
  div.footer div.footer-top span.lang {
    display: none; }
  div.footer-copyright .lang {
    display: inline-block !important; }
  div.footer div.footer-top span.footer-contact {
    margin-top: 0px;
    font-size: 11px; } }

@media only screen and (min-width: 767px) and (max-width: 980px) {
  div.footer div.footer-bottom div.links ul {
    width: 75%;
    display: block;
    border: none;
    padding: 20px 0 0 0; }
  div.footer div.footer-bottom div.links ul li {
    padding-right: 20px;
    border: none; }
  div.footer div.footer-bottom div.links ul li:first-child {
    padding-left: 20px; }
  div.footer div.footer-bottom div.links ul:last-child li:first-child {
    padding-left: 10px; }
  div.footer div.footer-mid .footer-links li {
    margin: 0px 1.25% 27px 1.25%; }
  div.footer div.footer-top span.footer-contact {
    font-size: 10px;
    padding-top: 12px; }
  div.footer div.footer-top span.lang {
    font-size: 11px;
    margin-top: 12px; }
  div.footer div.footer-mid div.block-subscribe {
    margin-bottom: 10px; }
  div.footer div.footer-mid .footer-links li a h4 {
    font-size: 13px; }
  div.footer div.footer-mid .footer-links li p {
    font-size: 11px; } }

.footer, .footer button {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }

.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  /* -------------------------------------------- *
     * Social icons
     */ }
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px; } }
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0; }
.footer .block-title strong {
  font-weight: normal; }
.footer .block-title, .footer address {
  color: #5d5d5d; }
.footer .block-title a, .footer address a {
  padding-left: 16px;
  color: #5d5d5d; }
.footer .block-title a:hover, .footer address a:hover {
  color: #ed1b2f; }
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px; }
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0; }
.footer .links a {
  color: #5d5d5d; }
.footer .links a:hover {
  color: #ed1b2f; }
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px; }
.footer .links, .footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px; }
.footer .form-subscribe-header {
  display: none; }
.footer .links.social-media {
  width: 100%;
  padding-top: 4px; }
.footer .links.social-media li {
  float: left;
  width: 25%;
  text-align: center; }
.footer .links.social-media li img, .footer .links.social-media li a {
  display: block;
  max-width: 40px;
  max-height: 30px;
  margin: 0 auto;
  cursor: pointer; }
.footer .links.social-media li i {
  display: none; }
.footer .block-subscribe .input-box {
  float: left;
  width: 86.77686%;
  padding-top: 0; }
.footer .block-subscribe .input-text {
  width: 100%;
  border: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 900;
  font-size: 0.92857em;
  text-transform: uppercase;
  background: #2f2f2e;
  color: #5d5d5d;
  padding: 0 12px; }
.footer .block-subscribe .input-text:focus {
  background: #e5e5e5;
  outline: 0;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3); }
.footer .block-subscribe .block-content {
  width: 100%; }
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both; }
.footer .block-subscribe .actions {
  float: left;
  width: 13.22314%;
  margin: 0; }
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
  background: #4f4f4d;
  position: relative;
  cursor: pointer; }
.footer .block-subscribe .actions .button span {
  text-indent: -999em;
  display: block; }
.footer .block-subscribe .actions .button:after {
  display: block;
  content: '';
  width: 16px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
  background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/main.png') no-repeat 0 -70px; }
.footer .block-subscribe .actions .button:hover {
  background: #ed1b2f; }
.footer .block-subscribe .actions .button:hover:after {
  background-position: -39px -70px; }
.footer .bugs, .footer address {
  clear: both; }
.footer .bugs {
  display: none; }
.footer .form-language, .footer .currency-switcher, .footer .store-switcher {
  clear: both;
  margin-bottom: 10px; }
.footer .form-language, .footer .currency-switcher {
  display: none; }
.footer address {
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0; }
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%; }
  .footer .links:nth-child(4) {
    margin-right: 0; }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto; } }
@media only screen and (max-width: 767px) {
  .footer .form-language, .footer .currency-switcher {
    display: block; } }
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0; }
  .footer .footer-bototm .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both; }
  .footer .block-subscribe {
    clear: both;
    display: inline-block;
    width: 75.625%; }
  .footer .block-subscribe input {
    text-align: left; }
  .footer .links.social-media {
    width: 100%;
    margin: 0; } }

.footer-contact {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 0.92857em;
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  line-height: 58px;
  color: #fff; }
.footer-contact a {
  color: #fff;
  text-decoration: underline; }
.footer-contact .large {
  display: none; }
@media only screen and (min-width: 768px) {
  .footer-contact .small {
    display: none; }
  .footer-contact .large {
    display: inline; } }

.footer-mid {
  float: left;
  width: 100%;
  background: #1e1e1e;
  text-align: center; }
.footer-mid .footer-links {
  padding: 23px 0 0 0; }
.footer-mid .footer-links li {
  display: inline-block;
  width: 49%;
  margin: 0 0 27px; }
.footer-mid .footer-links h4 {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 0.71429em;
  clear: both;
  margin: 0; }
.footer-mid .footer-links p {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #5d5d5d;
  font-size: 0.71429em; }
.footer-mid .footer-links a, .footer-mid .footer-links a:hover {
  text-decoration: none; }
.footer-mid i {
  background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/media/wysiwyg/footer_icons_sprite.png) no-repeat -4px -2px;
  margin: 0 0 4px;
  display: inline-block;
  text-align: center;
  height: 53px; }
.footer-mid .manuals i {
  width: 36px; }
.footer-mid .custom-shop i {
  width: 51px;
  background-position: -51px -2px; }
.footer-mid .media-center i {
  width: 47px;
  background-position: -115px 0; }
.footer-mid .outlet-store i {
  width: 69px;
  background-position: -174px 0; }
.footer-mid .contact i {
  width: 40px;
  background-position: -255px -4px; }

.footer-bottom {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0; }
.footer-bottom .links {
  width: 100%; }
.footer-bottom ul {
  float: left;
  width: 50%;
  font-size: 0.71429em;
  line-height: 30px; }
.footer-bottom ul:first-child {
  border-right: 1px solid #2b2b2b; }

.footer-copyright {
  float: left;
  width: 100%;
  text-align: center; }
.footer-copyright .lang {
  display: inline-block;
  font-size: 0.64286em;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #fff;
  position: relative;
  padding-right: 17px; }
.footer-copyright .lang i {
  margin-left: 8px;
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/main.png') no-repeat -86px -70px;
  position: absolute;
  top: 50%;
  margin-top: -7px; }

@media only screen and (max-width: 480px) {
  header#header div.page-header-container a.logo {
    width: 34%; }
  header#header div.page-header-container div.skip-links {
    width: 62.625%;
    margin-bottom: -2px;
    padding-top: 4px; }
  header#header div.page-header-container div.skip-links a.skip-link img {
    margin-top: -3px; }
  header#header div.page-header-container div.skip-links span.label {
    font-size: 0.6em; }
  div.footer div.footer-bottom div.links ul li a {
    font-size: 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1, body.catalogsearch-result-index .page-title h1 {
  border-bottom: none; }

.category-image {
  margin-bottom: 1.5em; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4; }
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
  color: #333333; }
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
  color: #ed1b2f;
  text-decoration: none; }

.products-grid .product-name, .products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.products-grid .product-name a, .products-list .product-name a {
  font-weight: 500; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative; }

.products-grid:after {
  content: '';
  display: table;
  clear: both; }

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
.products-grid > li:after {
  content: '';
  display: table;
  clear: both; }

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px; }

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

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

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

.products-grid .ratings .rating-box {
  margin: 0 auto; }

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

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

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

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%; }

.products-grid > li:nth-child(odd) {
  clear: left; }

.products-grid > li:nth-child(even) {
  margin-right: 0; }

.products-grid .product-image {
  margin-bottom: 5px; }
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
.products-grid .product-image:after {
  background-image: url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/opc-ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
.products-grid .product-image.loading {
  position: relative; }
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block; }

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid > li:nth-child(odd) {
    clear: none; }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%; }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%; }
  .products-grid > li:nth-child(3n+1) {
    clear: left; }
  .products-grid > li:nth-child(3n) {
    margin-right: 0; } }

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

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED; }
.products-list > li:after {
  content: '';
  display: table;
  clear: both; }
.products-list > li .product-image {
  float: left;
  width: 33.33333%; }
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%; }
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px; }
.products-list .product-shop .product-name {
  margin-bottom: 0; }
.products-list .product-shop .ratings {
  margin: 0; }
.products-list .product-shop .ratings .rating-box, .products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px; }
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px; }
.products-list .product-shop .price-box {
  margin-top: 0; }
.products-list .product-shop .price-box .price {
  font-size: 18px; }
.products-list .product-shop .action {
  margin: 7px 0; }
.products-list .product-shop .desc {
  margin-top: 7px; }
.products-list .product-shop .product-primary, .products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden; }
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right; }

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

@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary, .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }
  .products-list .product-shop .product-primary, .products-list .product-shop .product-secondary, .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px; }
.mini-products-list .product-details {
  margin-left: 60px; }
.mini-products-list .product-details .product-name {
  padding-top: 10px; }
.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both; }

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

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px; }
.category-image img {
  width: 100%;
  max-width: 100%; }
.category-image img:hidden {
  display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer; }
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ed1b2f;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px; }

.block-layered-nav .block-content .toggle-tabs {
  display: none; }
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block; }
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ed1b2f;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px; }
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC; }
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px; }
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block; }
.block-layered-nav dl dd ol > li > a .count {
  color: #808080; }

@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px; }
  .block-layered-nav .block-content > dl > dt:after {
    display: none; } }

@media only screen and (max-width: 767px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }
  .block-layered-nav--no-filters .block-title {
    display: none; }
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px; }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #ed1b2f; }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ed1b2f;
    border-right: none; }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px; }
  .block-layered-nav .block-content > dl > dd {
    display: none; }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ed1b2f;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px; }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block; }
  .block-layered-nav .block-subtitle--filter {
    background-color: #ed1b2f;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF; }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px; }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #dd1126;
    color: #FFFFFF; }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px; }
  #narrow-by-list, #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0; }
  .block-layered-nav dl ol > li > a, .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px; }
  .block-layered-nav dl ol > li > a {
    color: #333333;
    background-color: #F4F4F4;
    padding: 5px 10px; }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: shade(#F4F4F4, 5%); } }

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px; }
.block-layered-nav .currently ol li {
  margin-bottom: 5px; }
.block-layered-nav .currently ol li .label {
  font-weight: bold; }
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both; }

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px; }

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #ed1b2f;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px; }
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ed1b2f;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px; }
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important; }
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto; }
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0; }
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none; }
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px; }
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto; }
.event-container .event-dates div, .event-container .event-dates p {
  display: inline; }
.event-container .event-dates .time-part {
  font-size: 14px; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box, .product-view .product-essential .extra-info .ratings .amount {
  float: left; }
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px; }
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both; }
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }
.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
  color: #ed1b2f;
  margin-bottom: 10px;
  border: 0; }
.product-view .product-shop {
  width: 50%;
  float: right; }
.product-view .product-shop .product-name {
  display: none;
  float: left; }
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px; }
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left; }
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right; }
.product-view .product-shop .extra-info, .product-view .product-shop .price-info {
  max-width: 50%;
  margin-bottom: 10px; }
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both; }
.product-view .product-shop .ratings {
  margin-bottom: 8px; }
.product-view .product-shop .availability {
  font-size: 16px; }
.product-view .product-shop .price-box {
  margin-top: 0; }
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2; }
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #ed1b2f;
  font-size: 24px; }
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase; }
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2; }
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300; }
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px; }
.product-view .old-price .price-label {
  display: none; }
.product-view .add-to-cart-wrapper, .product-view .block-related {
  width: 50%;
  float: right;
  clear: right; }

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

@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }
  .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; }
  .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px; } }

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px; }
  .product-view .product-shop .price-box .price-excluding-tax span, .product-view .product-shop .price-box .price-including-tax span {
    display: block; } }

.product-img-box {
  width: 50%;
  float: left; }
.product-img-box .product-name h1 {
  border: 0; }
.product-img-box .product-image {
  margin-bottom: 10px; }
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto; }

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px; } }

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

.product-image-thumbs li {
  display: inline-block; }
.product-image-thumbs li:first-child {
  margin-left: -1px; }
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent; }

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

.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related {
  padding-left: 15px; }

.product-img-box {
  padding-right: 15px; }

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

.product-view .add-to-box:after, .product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both; }
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC; }
.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons {
  min-height: 40px; }
.product-view .product-options-bottom .price-box, .product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px; }
.product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left; }
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px; }
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px; }
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px; }
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center; }
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px; }
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto; }
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center; }
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center; }
.product-view .add-to-cart-buttons .button {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px;
  float: left;
  min-width: 160px;
  width: 100%; }

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px; }
  .product-view .add-to-cart-buttons .paypal-logo, .product-view .add-to-cart-buttons .paypal-or, .product-view .add-to-cart-buttons .paypal-button, .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }

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

.product-view .add-to-links {
  clear: both;
  margin-top: 0;
  margin-right: 15px;
  float: left; }
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both; }
.product-view .add-to-links li {
  float: left; }
.product-view .add-to-links a {
  padding: 2px 7px 2px 0;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC; }
.product-view .add-to-links li:first-child a {
  margin-left: 0; }
.product-view .add-to-links li:last-child a {
  border-right: 0; }

.product-view .sharing-links {
  float: left; }
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both; }
.product-view .sharing-links li {
  float: left;
  padding: 0 7px 7px; }
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px; }
.product-view .sharing-links a:hover {
  opacity: 0.8; }
.product-view .sharing-links a.link-wishlist {
  background-position: 0 -225px; }
.product-view .sharing-links a.link-compare {
  background-position: 0 -250px; }
.product-view .sharing-links a.link-email-friend {
  background-position: 0 -322px; }
.product-view .sharing-links a.link-facebook {
  background-position: 0 -425px; }
.product-view .sharing-links a.link-twitter {
  background-position: 0 -372px; }

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

.product-collateral {
  clear: both; }

.box-collateral {
  clear: both; }

@media only screen and (min-width: 768px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4; }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent; }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px; }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC; }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5; }
  .product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span {
    color: #ed1b2f; }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none; }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both; }
  .product-collateral > dl {
    width: 100%; }
  .product-collateral > dl > dt {
    display: none; }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0; }
  .product-collateral > dl > dd.current {
    display: block; } }

@media only screen and (max-width: 767px) {
  .product-collateral .toggle-tabs {
    display: none; }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block; }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ed1b2f;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC; }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px; }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }
  .product-collateral > dl > dt:hover {
    color: #ed1b2f; }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ed1b2f;
    border-right: none; }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px; }
  .product-collateral > dl > dd {
    display: none; }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ed1b2f;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px; }
  .product-collateral.accordion-open > dl > dd.current {
    display: block; } }

@media only screen and (max-width: 767px) {
  .product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-img-box, .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0; } }

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

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

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

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0; }
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0; }
@media only screen and (min-width: 980px) and (max-width: 1325px) {
  #product-attribute-specs-table {
    width: 48%; } }

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

.grouped-items-table .name-wrapper {
  color: #ed1b2f;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.grouped-items-table .qty-wrapper {
  padding-top: 7px; }
.grouped-items-table .qty-label {
  margin-left: 7px; }
.grouped-items-table td {
  padding: 4px; }

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

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px; }

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

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

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

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

.product-options dd .qty-holder label {
  vertical-align: middle; }

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

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED; }

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

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

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

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

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle; }

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

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

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

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

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

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

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

.product-options ul.options-list label {
  font-weight: normal; }

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

.product-options-bottom {
  background-color: #F4F4F4;
  padding: 15px 20px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin-bottom: 10px; }

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

.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #333333; }
@media only screen and (max-width: 479px) {
  .product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC; } }

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

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

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

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

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

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px; }
.block-related .block-title {
  border-bottom: none; }
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0; }
.block-related .block-subtitle {
  margin-bottom: 7px; }
.block-related .product {
  margin-left: 20px;
  position: relative; }
.block-related .checkbox {
  float: left;
  margin-top: 36px; }
.block-related .product-details {
  margin-left: 90px; }
.block-related .product-name {
  margin-bottom: 3px; }
.block-related .product-details .price-box {
  margin: 2px 0 3px; }
.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span {
  float: left;
  margin-left: 3px; }
.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child {
  margin-left: 0; }
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both; }
.block-related .link-wishlist {
  display: none; }

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px; }
.box-up-sell .ratings {
  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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both; }

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%; }

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

.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC; }

.cart-table, .cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
  margin-bottom: 20px; }

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

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

@media only screen and (max-width: 979px) {
  .product-cart-sku {
    display: none; }
  .display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell, .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; } }

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

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

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

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

.cart-table {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.cart-table th, .cart-table td, .cart-table tbody td {
  border-bottom: none;
  vertical-align: top; }
.cart-table h2 {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0; }
.cart-table thead th, .cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.cart-table .product-cart-info, .cart-table .product-cart-actions {
  padding-left: 15px; }
.cart-table tr {
  border-bottom: 1px solid #C0C0C0; }
.cart-table tfoot tr {
  background: none; }
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both; }
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove, .cart-table .product-cart-actions .button {
  display: none; }
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0; }
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%; }
.cart-table .product-cart-image a.cart-edit {
  display: none; }
.cart-table .product-cart-sku {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px; }
.cart-table .product-cart-sku .label {
  font-weight: 600; }
.cart-table .btn-empty {
  float: left; }
.cart-table .product-cart-total, .cart-table .product-cart-price {
  text-align: center; }
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer; }
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ed1b2f;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px; }
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ed1b2f;
  border-bottom: none;
  right: -15px;
  top: 6px; }
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px; }
.cart-table .cart-links > li > a {
  display: block; }
.cart-table .cart-links > li:last-child {
  margin-bottom: 0; }
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center; }
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #C0C0C0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em; }
.cart-table .product-cart-actions .button {
  margin-bottom: 5px; }
.cart-table .item-options {
  padding-left: 15px; }

@media only screen and (max-width: 767px) {
  .cart-table th {
    font-size: 12px; }
  .cart-table th, .cart-table td {
    padding: 7px 6px; }
  .cart-table .product-cart-actions > li {
    white-space: inherit; } }

@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head, .display-both-prices .cart-table td.product-cart-total {
    display: none; } }

@media only screen and (max-width: 979px) {
  .cart-table colgroup, .cart-table thead {
    display: none; }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both; }
  .cart-table tr:last-child {
    margin-bottom: 0; }
  .cart-table tfoot tr {
    padding-bottom: 0; }
  .cart-table td {
    border: none;
    display: block; }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px; }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal; }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase; }
  .cart-table td.product-cart-price {
    text-align: left; }
  .cart-table h2 {
    font-size: 12px; }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center; }
  .cart-table .cart-links > li > a {
    padding: 2px 0; }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px; }
  .cart-table .cart-tax-info .price {
    font-size: 13px; }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase; }
  .cart-table .product-cart-info, .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }
  .cart-table .product-cart-actions, .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; }
  .cart-table .product-cart-remove, .cart-table .product-cart-total, .cart-table .product-cart-actions .cart-links {
    display: none; }
  .cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove {
    display: block; }
  .cart-table .product-cart-actions .button {
    display: none; }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0 2px 7px; }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; }
  .cart-table .product-cart-actions {
    text-align: left; }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px; }
  .cart-table .price, .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right; }
  .cart-table .cart-footer-actions .btn-continue {
    float: left; }
  .cart-table .cart-footer-actions .btn-update, .cart-table .cart-footer-actions span.or {
    display: none; }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px; }
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0; }
.shipping select.validation-failed {
  border-color: #ed1b2f; }
.shipping .shipping-desc {
  display: none; }
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0; }
.shipping .form-list .shipping-country {
  width: 37%; }
.shipping .form-list .shipping-region {
  width: 41%; }
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%; }
.shipping .form-list .shipping-postcode input {
  margin-top: 4px; }
.shipping .form-list .input-box {
  padding-top: 0; }
.shipping .form-list input {
  height: 30px;
  margin-top: 4px; }
.shipping .form-list label {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }
.shipping .sp-methods dd {
  margin-bottom: 10px; }
.shipping .sp-methods label {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px; }
.shipping .sp-methods label span {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal; }
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: shade(#F4F4F4, 5%);
  min-width: 220px; }
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: shade(#F4F4F4, 10%); }

@media only screen and (max-width: 767px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }
  .shipping .shipping-form .form-list > li label {
    display: block; }
  .shipping .shipping-form .form-list > li input, .shipping .shipping-form .form-list > li select {
    width: 100%; } }

.cart .cart-totals {
  text-align: right; }
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both; }
.cart .cart-totals table {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%; }
.cart .cart-totals table td {
  padding: 2px 0; }
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px; }
.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px; }
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top; }
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.cart .cart-totals table tfoot strong {
  font-weight: 400; }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }

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

#discount-coupon-form, .cart .giftcard {
  width: 100%; }
#discount-coupon-form h2, .cart .giftcard h2 {
  display: none; }
#discount-coupon-form label, .cart .giftcard label {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px; }
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
  display: inline-block; }
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
  display: inline; }
#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom; }
#discount-coupon-form .button-wrapper > button, .cart .giftcard .button-wrapper > button {
  float: left; }
#discount-coupon-form .input-text, .cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px; }

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

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

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #ed1b2f; }
.crosssell #crosssell-products-list .button, .crosssell #crosssell-products-list .add-to-links {
  display: none; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell .products-grid > li:nth-child(even), .crosssell .products-grid > li:nth-child(3n), .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%; }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left; }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0; }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none; } }

@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0 40px; }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.checkout-onepage-index .col-right, .checkout-onepage-index .col-left {
  display: none; }

.checkout-onepage-index .col-main {
  width: auto;
  float: none; }

.checkout-onepage-index #remember-me-popup-address-validation_co-billing-form a.remember-me-popup-close_button {
  background-color: #ed1b2f;
  border: none;
  padding: 10px;
  height: 37px;
  text-transform: uppercase; }

.checkout-onepage-index #remember-me-popup-address-notice_co-billing-form {
  position: fixed;
  top: 275px; }

.checkout-onepage-index .remember-me-popup-head h3 {
  background-color: #fff; }

.checkout-onepage-index .remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  text-indent: 0em;
  color: #555;
  margin-right: 20px;
  margin-top: -10px; }

.checkout-onepage-index .remember-me-popup h3 {
  text-align: left; }

.checkout-onepage-index #checkout-review-table tr td {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }
  .checkout-onepage-index .col-right, .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; }
  .checkout-onepage-index .col-right {
    padding-left: 0; } }

.opc select {
  width: 365px; }

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both; }

.opc .section.allow:not(.active) .step-title {
  cursor: pointer; }

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4; }

.opc .section.active .step-title {
  border-bottom: 1px solid #e6e6e6; }

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

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

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

.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #ed1b2f;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px; }

.opc .section.allow .step-title .number {
  background-color: tint(#ed1b2f, 50%); }

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

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

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

.opc .section .step {
  padding: 20px; }
.opc .section .step:after {
  content: '';
  display: table;
  clear: both; }
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px; } }

.opc h3 {
  font-weight: 500; }

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

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

.opc #opc-login .step {
  padding: 0; }
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px; }
.opc #opc-login .buttons-set .page-title h1 {
  font-size: 20px;
  font-size: 23px;
  margin-bottom: 10px; }

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

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

.checkout-onepage-index #shipping-method-buttons-container a.go_back {
  background: #ed1b2f;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }

@media only screen and (max-width: 479px) {
  .checkout-onepage-index #checkout-review-table-wrapper th.btn_remove_header {
    width: 60%;
    float: left; } }

.checkout-onepage-index #checkoutSteps #checkout-step-review .order-review .buttons-set .page-title h1 {
  font-size: 22px; }

@media only screen and (max-width: 767px) {
  .checkout-onepage-index #shipping-method-buttons-container a.go_back {
    margin-top: 25px;
    width: 100%; }
  .checkout-onepage-index #shipping-method-buttons-container button.button {
    width: 100%; } }

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title, .opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0; }

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear 0;
  transition: width 80ms linear 0; }

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0; }

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

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0;
  overflow: hidden; }

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0; }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px; }
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold; }
.sp-methods dt:first-child {
  margin: 0 0 5px; }
.sp-methods dd li {
  margin: 5px 0; }
.sp-methods label img {
  float: left; }
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px; }
.sp-methods .price {
  font-weight: bold; }
.sp-methods .form-list {
  padding-left: 20px; }
.sp-methods .form-list li {
  margin: 0 0 8px; }
.sp-methods select.month {
  width: 120px;
  margin-right: 10px; }
.sp-methods select.year {
  width: 96px; }
.sp-methods input.cvv {
  width: 4em !important; }
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both; }
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left; }
.sp-methods .checkmo-list address {
  float: left; }
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0; }
  .sp-methods .checkmo-list label {
    width: 135px; } }
.sp-methods .release-amounts {
  margin: 0.5em 0; }
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

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

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

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

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

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

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

#checkout-step-review .centinel > p {
  margin-bottom: 10px; }
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px; }
.gift-messages-form .item h5 {
  font-weight: bold; }
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px; }
.gift-messages-form .item .details {
  float: left; }

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px; }
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px; }
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }
.gift-message-form .gift-wrapping-form img {
  float: left; }
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both; }
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px; }
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6; }
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both; }
.gift-message-form .gift-item .product-img-box {
  width: 200px; }
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto; }
.gift-message-form .gift-item .product-img-box .product-name {
  display: block; }
.gift-message-form .gift-item .fieldset {
  margin-left: 200px; }

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

.opc-has-progressed-from-login .step-title {
  display: block !important; }

.checkout-onepage-index label[for=use_customer_balance] {
  left: -50px !important;
  top: 4px !important;
  padding-left: 55px !important;
  display: block;
  padding-top: 2px; }
.checkout-onepage-index .opc-firststep-login .remember-me-box input[type="checkbox"] {
  display: none !important; }
.checkout-onepage-index .opc-firststep-login p.social_details {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
  color: #acacac !important;
  font-size: 14px !important;
  font-style: normal !important;
  margin-bottom: 20px !important; }
.checkout-onepage-index .opc-firststep-login #login-form p {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
  color: #acacac !important;
  font-size: 14px !important;
  font-style: normal !important; }
.checkout-onepage-index .opc-firststep-login .col2-set {
  margin-top: 40px; }
.checkout-onepage-index .opc-firststep-login .radio-label {
  padding-top: 5px;
  display: block;
  font-size: 16px !important; }
.checkout-onepage-index .opc-firststep-login .col-1 {
  width: 30%;
  padding: 0px;
  margin-right: 7%; }
.checkout-onepage-index .opc-firststep-login .col-1 h4 {
  border: none;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.checkout-onepage-index .opc-firststep-login .social_login_section {
  width: 30%;
  margin-right: 5%;
  float: left;
  border: none;
  margin-top: 3px; }
.checkout-onepage-index .opc-firststep-login .social_login_section h2 {
  border: none;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.checkout-onepage-index .opc-firststep-login .social_login_section img {
  margin-bottom: 10px;
  cursor: pointer; }
.checkout-onepage-index .opc-firststep-login .social_login_section img:hover {
  opacity: 0.8; }
.checkout-onepage-index .opc-firststep-login .col-2 {
  margin-right: 0px;
  width: 25%;
  padding: 0px;
  border: none; }
.checkout-onepage-index .opc-firststep-login .col-2 p {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
  color: #acacac !important;
  font-size: 14px !important;
  font-style: normal !important; }
.checkout-onepage-index .opc-firststep-login .col-2 h4 {
  border: none;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
@media only screen and (min-width: 979px) {
  .checkout-onepage-index .opc-firststep-login #login-form p {
    margin-bottom: 30px !important; }
  .checkout-onepage-index .opc-firststep-login .col-2 p {
    margin-bottom: 30px !important; } }
@media only screen and (max-width: 979px) {
  .checkout-onepage-index .opc-firststep-login input[type="text"] {
    width: 100%; }
  .checkout-onepage-index .opc-firststep-login input[type="password"] {
    width: 100%; }
  .checkout-onepage-index .opc-firststep-login .col-1 {
    width: 100%;
    margin-bottom: 25px; }
  .checkout-onepage-index .opc-firststep-login .social_login_section {
    width: 100%;
    margin-bottom: 25px; }
  .checkout-onepage-index .opc-firststep-login .col-2 {
    width: 100%;
    margin-bottom: 25px; } }
@media screen and (min-width: 979px) and (max-width: 1200px) {
  .checkout-onepage-index .opc-firststep-login .social_login_section h2 {
    border: none;
    color: #5d5d5d;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  .checkout-onepage-index .opc-firststep-login .col-2 h4 {
    border: none;
    color: #5d5d5d;
    font-weight: bold;
    font-size: 20px; }
  .checkout-onepage-index .opc-firststep-login .col-1 h4 {
    border: none;
    color: #5d5d5d;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  .checkout-onepage-index .opc-firststep-login #login-form input {
    width: 235px; } }
.checkout-onepage-index .step-title {
  display: none; }
.checkout-onepage-index .section {
  display: none; }
.checkout-onepage-index .section.allow {
  display: block !important; }
.checkout-onepage-index .main-container {
  padding: 0px; }
.checkout-onepage-index .main-container .col-right.sidebar {
  position: absolute;
  top: 35px;
  right: 0; }
.checkout-onepage-index .main-container #checkout-payment-method-load dt label {
  margin-left: 0px !important;
  margin-bottom: -15px !important; }
.checkout-onepage-index .main-container #checkout-shipping-method-load .sp-methods label {
  margin-bottom: -15px !important; }
.checkout-onepage-index .main-container label {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  font-size: 14px !important; }
.checkout-onepage-index .main-container .opc-block-progress dl {
  padding-bottom: 50px; }
.checkout-onepage-index .main-container .col-main {
  width: 100%;
  min-height: 600px; }
.checkout-onepage-index .main-container .col-main .page-title h1 {
  margin-top: 25px;
  border-bottom: none;
  border: none;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-bottom: 25px; }
.checkout-onepage-index .main-container .col-main #onepage-guest-register-button {
  margin-top: 5px; }
.checkout-onepage-index .main-container .col-main #buttons-set .page-title h1 {
  font-size: 22px !important; }
.checkout-onepage-index .main-container .col-main .section.allow span.number {
  opacity: 0.5;
  left: 0px !important; }
.checkout-onepage-index .main-container .col-main .section.allow.active span.number {
  opacity: 1; }
.checkout-onepage-index .main-container .col-main .section.allow .step-title h2 {
  color: #808080 !important;
  margin-left: 35px !important; }
.checkout-onepage-index .main-container .col-main li.section.active .step-title {
  margin-bottom: 20px; }
.checkout-onepage-index .main-container .col-main li.section.active .step-title h2 {
  color: #ed1b2f !important; }
.checkout-onepage-index .main-container .col-main .step-title {
  width: 67.5%;
  background-color: #fff !important; }
@media only screen and (max-width: 979px) {
  .checkout-onepage-index .main-container .col-main .step-title {
    width: 100%; } }
.checkout-onepage-index .main-container .col-main .radio-label {
  background-color: #fff;
  padding-left: 40px; }
.checkout-onepage-index .main-container .col-main .step-title a {
  display: none !important; }
.checkout-onepage-index .main-container .col-main .radio-label:hover {
  background-color: #fff; }
.checkout-onepage-index .main-container .col-main .radio-label:before {
  margin-top: 5px;
  text-indent: 0px;
  line-height: 26px;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 13px; }
.checkout-onepage-index .main-container .col-main .radio-label.checked:before {
  font-size: 9px;
  padding-left: 0px;
  padding-top: 0px; }
.checkout-onepage-index .main-container .col-main .select-container {
  width: 365px; }
.checkout-onepage-index .main-container .col-main .select-container select {
  width: 100% !important; }
.checkout-onepage-index .main-container .col-main .fieldset {
  position: relative; }
.checkout-onepage-index .main-container .col-main .fieldset p.required {
  position: absolute;
  left: 272px;
  bottom: -5px; }
.checkout-onepage-index .main-container .col-main #billing-buttons-container {
  border-top: none;
  margin-bottom: 25px;
  margin-top: 20px; }
.checkout-onepage-index .main-container .col-main #co-billing-form .fieldset p.required {
  display: none; }
.checkout-onepage-index .main-container .col-main .add-gift-message h3 {
  text-transform: none;
  font-size: 16px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: bold; }
.checkout-onepage-index .main-container .col-main #co-payment-form .sp-methods ul.form-list {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: -10px; }
.checkout-onepage-index .data-table th {
  background-color: #fff; }
.checkout-onepage-index .data-table tfoot tr {
  background-color: #fff; }
.checkout-onepage-index .opc .section .step {
  padding: 10px 0px 50px 0px; }
.checkout-onepage-index .opc #opc-login .step {
  margin-bottom: 50px; }
.checkout-onepage-index .opc .buttons-set {
  border: none; }
.checkout-onepage-index .back-link {
  position: absolute;
  top: 10px;
  right: 0px; }
.checkout-onepage-index .back-link small {
  display: none; }
.checkout-onepage-index #co-payment-form {
  margin-top: -20px; }
.checkout-onepage-index .main {
  margin-bottom: 50px; }
.checkout-onepage-index .remember-me-box label {
  padding-left: 25px !important;
  background-color: #fff;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 15px;
  cursor: pointer; }
.checkout-onepage-index .remember-me-box input.input-custom {
  position: relative;
  left: 0px;
  margin-left: 0px;
  margin-top: 15px; }
.checkout-onepage-index .block-progress dd address {
  font-style: normal;
  color: #555;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.checkout-onepage-index .block-progress dd {
  font-style: normal;
  color: #555;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.checkout-onepage-index #checkout-progress-wrapper .block-title strong span {
  font-size: 20px; }
.checkout-onepage-index .sp-methods dt label {
  font-size: 18px;
  padding-left: 0px;
  font-weight: normal; }
.checkout-onepage-index .sp-methods div p.note {
  padding-left: 0px !important; }
.checkout-onepage-index .gift-item .product-image {
  width: 100%; }
.checkout-onepage-index #checkout-review-table-wrapper {
  width: 65%; }
.checkout-onepage-index #checkout-shipping-method-load .sp-methods dt {
  font-size: 16px;
  padding-left: 0px; }
.checkout-onepage-index #checkout-shipping-method-load .sp-methods dd {
  margin-bottom: 25px; }
.checkout-onepage-index #checkout-shipping-method-load .sp-methods li label {
  background-color: #fff; }
.checkout-onepage-index li.control {
  margin-bottom: -15px; }
.checkout-onepage-index li.control .checkbox-label {
  background-color: #fff !important;
  padding: 9px 9px 6px 40px !important; }
.checkout-onepage-index li.control label.checkbox-label:before {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 29px;
  margin-top: 15px; }
.checkout-onepage-index li.control label.checkbox-label.checked:before {
  content: '✓';
  border: none;
  display: inline-block;
  margin-top: 15px;
  border: solid 1px grey;
  font-size: 16px; }
.checkout-onepage-index #co-billing-form .wide label {
  margin-bottom: 15px;
  font-size: 14px; }
.checkout-onepage-index #co-billing-form .control {
  margin-top: 10px;
  margin-bottom: -20px; }
.checkout-onepage-index .form-list .control {
  margin-top: 0px; }
.checkout-onepage-index #co-shipping-form .wide label {
  margin-bottom: 15px;
  font-size: 14px; }
.checkout-onepage-index #co-shipping-form .control {
  margin-top: 10px;
  margin-bottom: -20px; }

@media screen and (min-width: 800px) and (max-width: 1310px) {
  .checkout-onepage-index .wrapper {
    overflow: hidden; }
  .checkout-onepage-index .wrapper div.col-main {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .checkout-onepage-index .wrapper div.col-main p.required {
    width: 100px; } }

@media only screen and (max-width: 799px) {
  .back-link {
    display: none !important; }
  .col-main {
    min-height: 400px; }
  .checkout-onepage-index .wrapper {
    overflow: hidden; }
  .checkout-onepage-index .wrapper div.col-main {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .checkout-onepage-index .wrapper div.col-main .opc h3 {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2 {
    width: 100%;
    margin-bottom: 25px; }
  .checkout-onepage-index #checkout-review-table-wrapper {
    width: 100%;
    float: left;
    margin-top: 35px; }
  .checkout-onepage-index .opc .buttons-set button.button {
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    font-size: 15px; }
  .checkout-onepage-index input[type=email], .checkout-onepage-index input[type=search], .checkout-onepage-index input[type=number], .checkout-onepage-index input[type=password], .checkout-onepage-index input[type=tel], .checkout-onepage-index input[type=text] {
    width: 100%; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .production_title {
  position: absolute;
  top: 330px;
  font-weight: bold;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-left: 0px;
  color: #ed1b2f;
  width: 325px; }
.checkout-onepage-success .production_number {
  position: absolute;
  top: 330px;
  font-weight: bold;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-left: 305px;
  color: #555;
  width: 320px; }
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
  width: 625px;
  margin: 0 auto; }
.checkout-onepage-success .col-main p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 22px; }
.checkout-onepage-success .col-main .buttons-set {
  margin: 10px 0;
  text-align: center; }
.checkout-onepage-success .col-main .buttons-set button {
  float: none; }
.checkout-onepage-success .col-main .page-title h1 {
  margin-top: 50px;
  padding-bottom: 9px; }
.checkout-onepage-success .col-main h2.sub-title {
  font-weight: bold;
  color: #ed1b2f;
  margin-bottom: 26px;
  margin-top: -7px; }
.checkout-onepage-success .buttons-set {
  margin: 15px 0px 0px 0px;
  padding-top: 20px; }
.checkout-onepage-success #AddShoppersRefer {
  display: none; }
.checkout-onepage-success #share-buttons-footer {
  display: none; }
.checkout-onepage-success .share-buttons #share-buttons-box-msg {
  background-color: #fff;
  padding: 0px;
  height: 130px;
  overflow: hidden;
  width: 573px; }
.checkout-onepage-success .widget-close {
  display: none; }
.checkout-onepage-success #share-buttons-box-error {
  display: none; }
.checkout-onepage-success span#twitter-counter {
  display: none !important; }
.checkout-onepage-success .share-buttons .shbtn {
  display: none; }
.checkout-onepage-success .share-main-panel {
  display: none !important; }
.checkout-onepage-success #share-buttons-overlay {
  display: none !important; }
.checkout-onepage-success #share-buttons-box-msg-textarea {
  border: none;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
  color: #888888 !important;
  overflow: auto;
  outline: none;
  box-shadow: none; }
.checkout-onepage-success #share-buttons-box {
  position: absolute;
  display: block;
  top: 985px;
  border: none;
  margin-left: -287px; }
.checkout-onepage-success #share-buttons-box div.share-buttons-product {
  display: none; }
.checkout-onepage-success #share-buttons-box div.share-buttons-center {
  display: none; }
.checkout-onepage-success div.arrow-up {
  display: none !important; }
.checkout-onepage-success .tell_friends_form {
  width: 100%;
  background-color: #f0f0f0;
  height: 735px;
  position: absolute;
  margin-top: 386px;
  z-index: 9999999999; }
.checkout-onepage-success .tell_friends_form .tell_your_friends {
  width: 625px;
  margin: 0 auto; }
.checkout-onepage-success .tell_friends_form .tell_your_friends h2 {
  color: #5d5d5d;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 5px;
  font-size: 22px; }
.checkout-onepage-success .tell_friends_form .tell_your_friends p {
  text-align: center;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 26px; }
.checkout-onepage-success .tell_friends_form .tell_your_friends .details_box {
  width: 100%;
  height: 444px;
  background-color: white;
  border: solid 1px #9c9c9c; }
.checkout-onepage-success .tell_friends_form .tell_your_friends .details_box textarea {
  margin: 0px;
  height: 442px;
  width: 656px;
  border: none;
  overflow: auto;
  outline: none;
  box-shadow: none;
  padding: 35px; }
.checkout-onepage-success .buttons-set {
  margin-bottom: 779px !important; }
.checkout-onepage-success .standard_icon {
  opacity: 1 !important; }
.checkout-onepage-success .social_icon_wrap {
  width: 152px;
  margin: 0 auto;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 12px; }
.checkout-onepage-success .social_icon_wrap img {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.25; }
.checkout-onepage-success .social_icon_wrap img:last-child {
  margin-right: 0px; }
.checkout-onepage-success .details_box {
  position: relative; }
.checkout-onepage-success .details_box span.down_arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f0f0f0;
  display: inline-block;
  margin-left: 237px;
  margin-top: -1px;
  z-index: 999999999999;
  position: absolute; }
.checkout-onepage-success .details_box span.down_arrow_bg {
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #5d5d5d;
  display: inline-block;
  margin-left: 236px;
  top: 0px;
  margin-top: -1px;
  position: absolute;
  z-index: 2; }
.checkout-onepage-success .social_submit {
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  background: #ed1b2f;
  padding: 10px 15px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }
.checkout-onepage-success .social_submit:hover {
  background-color: #dd1125;
  cursor: pointer; }

@media only screen and (max-width: 825px) {
  .checkout-onepage-success div.production_title {
    display: none; }
  .checkout-onepage-success div.production_number {
    display: none; }
  .checkout-onepage-success #share-buttons-box-msg {
    display: none; }
  .checkout-onepage-success div.main {
    width: 100% !important; }
  .checkout-onepage-success div.main div.col-main {
    width: 100% !important; }
  .checkout-onepage-success form.tell_friends_form {
    display: none !important; }
  .checkout-onepage-success .buttons-set {
    margin-bottom: 50px !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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0; }

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3; }

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both; }

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px; }

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

.swatch-link img {
  border-radius: 3px; }

.swatch-link, .swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px; }

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0; }

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px; }

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef; }

.swatch-link:hover {
  cursor: pointer; }

.currently .swatch-link:hover {
  cursor: default; }

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/bg_x.png) center no-repeat transparent;
  z-index: 10; }

.configurable-swatch-list .not-available .x {
  display: block; }

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative; }

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff; }

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative; }

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0; }

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40); }

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

.currently .swatch-link:hover {
  border-color: #bbbbbb; }

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px; }

.configurable-swatch-box {
  background: none !important; }

.configurable-swatch-box select.swatch-select {
  display: none; }

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px; }

/* CUSTOM */
.availability.out-of-stock span {
  color: #333; }

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

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

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

.product-options dt.swatch-attr label, .product-options dt.swatch-attr .select-label {
  font-size: 12px; }

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px; }
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0; }
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0; }
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px; }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px; }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED; } }
@media only screen and (min-width: 767px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0; }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED; } }
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px; }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED; } }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set p.required {
    display: none; } }

.customer-account-create .scaffold-form label:first-child {
  width: 140px; }

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  color: #808080; }

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

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative; }
.remember-me-popup.show {
  display: block; }
.remember-me-popup p {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px; }
.remember-me-popup .remember-me-popup-close-button {
  display: none; }

.customer-account-create .buttons-set {
  max-width: 455px; }
.customer-account-create .fieldset, .customer-account-create .buttons-set {
  margin-left: 30px; }
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset, .customer-account-create .buttons-set {
    margin-left: 0; } }
.customer-account-create .fieldset .hidden {
  display: none; }
.customer-account-create #remember-me-popup {
  max-width: 455px; }

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

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left; }
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
body.customer-account .my-account .title-buttons h1 {
  text-align: left; }
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0; }
body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px; }
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block; }
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600; }
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px; }
body.customer-account .data-table {
  margin-top: 5px; }
body.customer-account .data-table td a {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px; }
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0; }
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px; }
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0; }

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

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px; }
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0; }
.dashboard .box-head a {
  padding: 10px; }
.dashboard .box-title a, .dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px; }
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px; }
.dashboard .box-account p, .dashboard .box-account address {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-style: italic; }
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }
.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px; }
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0; }
.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px; }
.dashboard .box-reviews.box-account {
  padding-bottom: 0; }
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED; }
.dashboard .box-reviews li:first-child {
  border-top: 0; }
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px; }
.dashboard .box-reviews li .details {
  margin-left: 20px; }
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0; }
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px; }
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif; }
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
  padding-bottom: 0; }
.my-account .addresses-list .item {
  margin: 0 0 30px 0; }
.my-account .addresses-list .item p {
  margin-top: 10px; }
@media only screen and (max-width: 767px) {
  .my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .my-account .addresses-list .col-1 li.empty, .my-account .addresses-list .col-2 li.empty {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap; } }

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

.order-date {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-transform: uppercase; }

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED; }
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%; }
.order-info-box .col-2 {
  width: 52%; }
.order-info-box .col-1, .order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left; }
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5; }
.order-info-box .box-title h2:after {
  content: ':'; }
.order-info-box .box-content {
  float: left;
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif; }
.order-info-box .box-content td, .order-info-box .box-content th {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  line-height: 1.3; }
.order-info-box .box-content th {
  padding-top: 10px; }
.order-info-box .box-content td {
  padding-left: 15px; }
.order-info-box .box-content strong {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

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

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
ol#cart-sidebar-reorder li input {
  margin-right: 10px; }
ol#cart-sidebar-reorder p.product-name {
  display: inline; }

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

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

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

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

@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }
  body.customer-account .my-account .title-buttons span.separator, body.customer-account .my-account .title-buttons a {
    top: -12px; }
  .data-table span.nobr {
    white-space: normal; }
  .data-table span.nobr a {
    white-space: nowrap; }
  .data-table .separator {
    display: none; }
  .dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none; }
  .order-info-box .box-content {
    clear: left; }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }
  .order-info dt {
    display: none; }
  .dashboard .page-title {
    margin-top: 20px; }
  .dashboard .page-title h1 {
    margin-top: 0; }
  .dashboard .welcome-msg {
    font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif; }
  .dashboard .welcome-msg .hello {
    font-style: italic; }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; }
  .dashboard .col2-set .col-2 {
    float: right; } }

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

@media only screen and (max-width: 530px) {
  .data-table.orders td.status, .data-table.orders th.status {
    display: none; } }

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

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px; }
.contacts-index-index .buttons-set p.required {
  float: left; }
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0; }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0; }
  .contacts-index-index .buttons-set p.required {
    float: right; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 867px) {
  @media only screen and (min-width: 768px) {
    .paypal-review-order .col2-set .col-1, .paypal-review-order .col2-set .col-2 {
      padding: 0; } } }
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED; }
.paypal-review-order .buttons-set {
  margin-top: 0;
  padding-top: 0;
  border: 0; }
.paypal-review-order .buttons-set button {
  margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0; }
  .paypal-review-order .field.inactive {
    display: none; } }

.bml-ad {
  display: none; }
.bml-ad.small img {
  margin: auto;
  max-width: 100%; }

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

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

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

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none; }
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px; }
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both; }
#customer-reviews .review-heading h2 {
  float: left;
  display: block; }
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto; }
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0; }
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase; }
#customer-reviews .review-heading .pager .amount {
  display: none; }
#customer-reviews h2 {
  color: #ed1b2f;
  font-size: 12px;
  text-transform: uppercase; }
#customer-reviews h2 span {
  color: #333333; }
#customer-reviews h3 {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase; }
#customer-reviews h3 span {
  color: #ed1b2f; }
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px; }
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase; }
#customer-reviews .fieldset h4 em {
  display: none; }
#customer-reviews .fieldset .form-list {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px; }
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both; }
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal; }
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none; }
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0; }
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%; }
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px; }
#customer-reviews dl {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px; }
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase; }
#customer-reviews dl dd {
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  margin: 10px 0; }
#customer-reviews dl dd .ratings-table {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%; }
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px; }
#customer-reviews dl dd table {
  margin: 15px 0; }
#customer-reviews dl dd .review-meta {
  color: #ed1b2f;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase; }
#customer-reviews .write-review-btn {
  padding: 12px;
  display: block;
  text-align: center;
  background-color: #d5d5d5;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5d5d5d;
  font-size: 13px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  cursor: pointer;
  border: 0; }
#customer-reviews .write-review-btn:hover {
  background: #ed1b2f;
  color: #fff; }

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px; }
.review-summary-table thead {
  background: transparent; }
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px; }
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px; }
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0; }
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0; }
.review-summary-table .rating-box .rating-number {
  display: none; }
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0 -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px; }
.review-summary-table .input-custom {
  position: relative;
  left: 0; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
.ratings-table th {
  padding-right: 10px; }
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px; }
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px; }

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

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%; }
  #customer-reviews .fieldset .form-list {
    width: 100%; }
  #customer-reviews .fieldset .form-list .inline-label label, #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none; }
  #customer-reviews .buttons-set {
    width: 100%; }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0;
    padding-right: 0; }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0;
    padding-right: 0; }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0; }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%; }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none; }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block; } }

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

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
.review-product-view .product-review .product-img-box > a {
  width: 100%; }
.review-product-view .product-review .product-img-box .product-image {
  width: 100%; }

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0; }
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0; }
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0; }
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100; }
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%; }

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

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

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

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

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center; }
#wishlist-table.clean-table {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%; }
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0; }
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top; }
#wishlist-table.clean-table thead th {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
#wishlist-table .product-name {
  font-size: 16px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }
#wishlist-table .product-name a {
  color: #ed1b2f; }
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin: 5px 0; }
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase; }
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase; }
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase; }
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase; }
#wishlist-table textarea:focus {
  border: 1px solid #b36f4d; }
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px; }
#wishlist-table .cart-cell {
  text-align: center; }
#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%; }
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px; }
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0; }
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center; }
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top; }
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }
#wishlist-table .price-box {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px; }
#wishlist-table .price-box .price {
  color: #333333; }
#wishlist-table .giftregisty-add {
  margin-top: 5px; }
#wishlist-table .giftregisty-add .change {
  display: none; }
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #ed1b2f;
  margin-bottom: 3px; }
#wishlist-table .truncated .details {
  background: none;
  color: #ed1b2f; }

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

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

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

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

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

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }
.block-wishlist .price-box {
  float: left;
  margin: 0; }
.block-wishlist .price-box, .block-wishlist .price-box .price, .block-wishlist .link-cart {
  font-size: 12px; }
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px; }
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative; }
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
.header-minicart .minicart-wrapper:after {
  background-image: url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/opc-ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
.header-minicart .minicart-wrapper.loading {
  position: relative; }
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block; }
.header-minicart .block-cart {
  display: none; }
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px; }
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0; }
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative; }
.header-minicart .mini-products-list li.last {
  border: none; }
.header-minicart .mini-products-list li .product-details {
  position: relative; }
.header-minicart .product-details .product-name {
  padding-top: 0;
  font-weight: bold; }
.header-minicart .product-details .product-name a {
  color: #ed1b2f; }
.header-minicart .info-wrapper {
  margin-bottom: 0.5em; }
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px; }
.header-minicart .info-wrapper td {
  color: #ed1b2f;
  clear: right; }
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px; }
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px; }
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms; }
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default; }
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1; }
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em; }
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase; }
.header-minicart .subtotal .price {
  color: #ed1b2f; }
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0;
  overflow: hidden;
  position: relative; }
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px; }
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute; }
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6; }
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none; }
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none; }
.header-minicart .jcarousel-control-prev, .header-minicart .jcarousel-control-next {
  display: none; }

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

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

@media only screen and (max-width: 767px) {
  .header-minicart .subtotal .label {
    color: #333333; }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED; }
  .header-minicart .quantity-button {
    float: none; }
  .header-minicart .header-minicart .block-cart {
    padding: 15px; }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px; }
  .header-minicart .minicart-actions {
    padding-bottom: 33px; }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto; }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px; } }

@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or, .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
.search-autocomplete ul {
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #ed1b2f;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #ed1b2f;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left; }
.search-autocomplete ul li:hover {
  color: #dd1126; }
.search-autocomplete ul li.selected {
  background-color: #ed1b2f;
  color: white; }
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold; }
.search-autocomplete ul li:last-child {
  border-bottom: none; }
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ed1b2f;
  border-top: none;
  left: 50%;
  top: -7px; }

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

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

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }
.product-review .product-img-box .rating-box {
  margin: 15px 0; }
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  padding-bottom: 10px; }
.product-review .ratings-table {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.product-review .ratings-table th {
  padding-right: 10px; }
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase; }
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
.product-review .ratings-description dd {
  color: #737373;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 13px; }

@media only screen and (min-width: 768px) {
  .product-review .ratings-table tr {
    float: none; } }

@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px; } }

@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .main-container, .cms-no-route .main-container, .catalog-category-view .main-container {
  padding: 0;
  padding: 0 0 20px; }
@media only screen and (min-width: 767px) {
  .cms-page-view .main-container, .cms-no-route .main-container, .catalog-category-view .main-container {
    padding: 0 20px 20px; } }
@media only screen and (min-width: 1290px) {
  .cms-page-view .main-container, .cms-no-route .main-container, .catalog-category-view .main-container {
    padding: 0 0 20px; } }
.cms-page-view .breadcrumbs, .cms-no-route .breadcrumbs, .catalog-category-view .breadcrumbs {
  display: block; }
.cms-page-view .col-left, .cms-no-route .col-left, .catalog-category-view .col-left {
  display: none; }
@media only screen and (min-width: 767px) {
  .cms-page-view .col-left, .cms-no-route .col-left, .catalog-category-view .col-left {
    display: block; } }
.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-no-route .page-head h1, .cms-no-route .page-head h3, .catalog-category-view .page-title h1, .catalog-category-view .page-title h3, .catalog-category-view .page-head h1, .catalog-category-view .page-head h3 {
  border: none; }
@media only screen and (min-width: 767px) {
  .cms-page-view .col2-left-layout .col-left, .cms-no-route .col2-left-layout .col-left, .catalog-category-view .col2-left-layout .col-left {
    width: 17.67442%;
    padding: 0;
    float: left; }
  .cms-page-view .col2-left-layout .col-main, .cms-no-route .col2-left-layout .col-main, .catalog-category-view .col2-left-layout .col-main {
    padding: 0;
    width: 80%;
    float: right; } }
@media only screen and (max-width: 767px) {
  .cms-page-view .col-main, .cms-no-route .col-main, .catalog-category-view .col-main {
    margin-top: 20px; } }
.cms-page-view .std img, .cms-page-view .catalog-category-parent-view img, .cms-no-route .std img, .cms-no-route .catalog-category-parent-view img, .catalog-category-view .std img, .catalog-category-view .catalog-category-parent-view img {
  max-width: 100%; }
.cms-page-view .std p, .cms-page-view .catalog-category-parent-view p, .cms-no-route .std p, .cms-no-route .catalog-category-parent-view p, .catalog-category-view .std p, .catalog-category-view .catalog-category-parent-view p {
  color: #333333;
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px; }
.cms-page-view .std h1, .cms-page-view .catalog-category-parent-view h1, .cms-no-route .std h1, .cms-no-route .catalog-category-parent-view h1, .catalog-category-view .std h1, .catalog-category-view .catalog-category-parent-view h1 {
  color: #ed1b2f; }
.cms-page-view .std h2, .cms-page-view .catalog-category-parent-view h2, .cms-no-route .std h2, .cms-no-route .catalog-category-parent-view h2, .catalog-category-view .std h2, .catalog-category-view .catalog-category-parent-view h2 {
  color: #ed1b2f; }
.cms-page-view .std li, .cms-page-view .catalog-category-parent-view li, .cms-no-route .std li, .cms-no-route .catalog-category-parent-view li, .catalog-category-view .std li, .catalog-category-view .catalog-category-parent-view li {
  color: #333333;
  font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px; }
.cms-page-view .col-left:after, .cms-no-route .col-left:after, .catalog-category-view .col-left:after {
  content: '';
  display: table;
  clear: both; }
.cms-page-view .std header, .cms-page-view .catalog-category-parent-view header, .cms-no-route .std header, .cms-no-route .catalog-category-parent-view header, .catalog-category-view .std header, .catalog-category-view .catalog-category-parent-view header {
  float: left;
  width: 100%;
  position: relative; }
.cms-page-view .std header h1, .cms-page-view .catalog-category-parent-view header h1, .cms-no-route .std header h1, .cms-no-route .catalog-category-parent-view header h1, .catalog-category-view .std header h1, .catalog-category-view .catalog-category-parent-view header h1 {
  color: #fff;
  font: bold 24px/24px 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 24px 27px; }
@media only screen and (min-width: 599px) {
  .cms-page-view .std header h1, .cms-page-view .catalog-category-parent-view header h1, .cms-no-route .std header h1, .cms-no-route .catalog-category-parent-view header h1, .catalog-category-view .std header h1, .catalog-category-view .catalog-category-parent-view header h1 {
    font-size: 48px;
    line-height: 48px; } }
.cms-page-view .std header img, .cms-page-view .catalog-category-parent-view header img, .cms-no-route .std header img, .cms-no-route .catalog-category-parent-view header img, .catalog-category-view .std header img, .catalog-category-view .catalog-category-parent-view header img {
  float: left;
  width: 100%;
  max-width: 100%;
  height: auto; }
.cms-page-view .std h2, .cms-page-view .catalog-category-parent-view h2, .cms-no-route .std h2, .cms-no-route .catalog-category-parent-view h2, .catalog-category-view .std h2, .catalog-category-view .catalog-category-parent-view h2 {
  font: bold 17px/17px 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin: 0 0 7px;
  color: #5d5d5d; }
@media only screen and (min-width: 599px) {
  .cms-page-view .std h2, .cms-page-view .catalog-category-parent-view h2, .cms-no-route .std h2, .cms-no-route .catalog-category-parent-view h2, .catalog-category-view .std h2, .catalog-category-view .catalog-category-parent-view h2 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 14px; } }
@media only screen and (min-width: 767px) {
  .cms-page-view .std h2, .cms-page-view .catalog-category-parent-view h2, .cms-no-route .std h2, .cms-no-route .catalog-category-parent-view h2, .catalog-category-view .std h2, .catalog-category-view .catalog-category-parent-view h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 4px 0; } }
.cms-page-view .std p, .cms-page-view .catalog-category-parent-view p, .cms-no-route .std p, .cms-no-route .catalog-category-parent-view p, .catalog-category-view .std p, .catalog-category-view .catalog-category-parent-view p {
  font: 300 12px/18px 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  margin: 0 0 4px;
  color: #888888; }
@media only screen and (min-width: 599px) {
  .cms-page-view .std p, .cms-page-view .catalog-category-parent-view p, .cms-no-route .std p, .cms-no-route .catalog-category-parent-view p, .catalog-category-view .std p, .catalog-category-view .catalog-category-parent-view p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 767px) {
  .cms-page-view .std p, .cms-page-view .catalog-category-parent-view p, .cms-no-route .std p, .cms-no-route .catalog-category-parent-view p, .catalog-category-view .std p, .catalog-category-view .catalog-category-parent-view p {
    font-size: 14px;
    line-height: 24px; } }
.cms-page-view .std .cta, .cms-page-view .catalog-category-parent-view .cta, .cms-no-route .std .cta, .cms-no-route .catalog-category-parent-view .cta, .catalog-category-view .std .cta, .catalog-category-view .catalog-category-parent-view .cta {
  display: inline-block;
  font: 300 12px/12px 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  background: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/cms/arrows.png') no-repeat right -57px;
  margin: 0 0 9px 0;
  padding: 0 11px 0 0;
  text-transform: uppercase; }
@media only screen and (min-width: 599px) {
  .cms-page-view .std .cta, .cms-page-view .catalog-category-parent-view .cta, .cms-no-route .std .cta, .cms-no-route .catalog-category-parent-view .cta, .catalog-category-view .std .cta, .catalog-category-view .catalog-category-parent-view .cta {
    background-position: right 4px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 17px;
    padding-right: 20px; } }
@media only screen and (min-width: 767px) {
  .cms-page-view .std .cta, .cms-page-view .catalog-category-parent-view .cta, .cms-no-route .std .cta, .cms-no-route .catalog-category-parent-view .cta, .catalog-category-view .std .cta, .catalog-category-view .catalog-category-parent-view .cta {
    font-size: 14px;
    line-height: 24px;
    background-position: right -51px;
    padding-right: 11px; } }
.cms-page-view .std section, .cms-page-view .catalog-category-parent-view section, .cms-no-route .std section, .cms-no-route .catalog-category-parent-view section, .catalog-category-view .std section, .catalog-category-view .catalog-category-parent-view section {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
.cms-page-view .std section.full, .cms-page-view .catalog-category-parent-view section.full, .cms-no-route .std section.full, .cms-no-route .catalog-category-parent-view section.full, .catalog-category-view .std section.full, .catalog-category-view .catalog-category-parent-view section.full {
  padding: 20px; }
.cms-page-view .std section .left, .cms-page-view .std section .right, .cms-page-view .catalog-category-parent-view section .left, .cms-page-view .catalog-category-parent-view section .right, .cms-no-route .std section .left, .cms-no-route .std section .right, .cms-no-route .catalog-category-parent-view section .left, .cms-no-route .catalog-category-parent-view section .right, .catalog-category-view .std section .left, .catalog-category-view .std section .right, .catalog-category-view .catalog-category-parent-view section .left, .catalog-category-view .catalog-category-parent-view section .right {
  padding: 20px;
  float: left;
  width: 100%;
  clear: both; }
.cms-page-view .std section .left, .cms-page-view .catalog-category-parent-view section .left, .cms-no-route .std section .left, .cms-no-route .catalog-category-parent-view section .left, .catalog-category-view .std section .left, .catalog-category-view .catalog-category-parent-view section .left {
  padding-top: 0; }
.cms-page-view .std section .right, .cms-page-view .catalog-category-parent-view section .right, .cms-no-route .std section .right, .cms-no-route .catalog-category-parent-view section .right, .catalog-category-view .std section .right, .catalog-category-view .catalog-category-parent-view section .right {
  padding-bottom: 0; }
.cms-page-view .std section.two-up .left, .cms-page-view .catalog-category-parent-view section.two-up .left, .cms-no-route .std section.two-up .left, .cms-no-route .catalog-category-parent-view section.two-up .left, .catalog-category-view .std section.two-up .left, .catalog-category-view .catalog-category-parent-view section.two-up .left {
  border-bottom: 1px solid #ddd; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.two-up.left-one .left, .cms-page-view .catalog-category-parent-view section.two-up.left-one .left, .cms-no-route .std section.two-up.left-one .left, .cms-no-route .catalog-category-parent-view section.two-up.left-one .left, .catalog-category-view .std section.two-up.left-one .left, .catalog-category-view .catalog-category-parent-view section.two-up.left-one .left {
    width: 47.09302%;
    float: left;
    border-bottom: 0; }
  .cms-page-view .std section.two-up.left-one .right, .cms-page-view .catalog-category-parent-view section.two-up.left-one .right, .cms-no-route .std section.two-up.left-one .right, .cms-no-route .catalog-category-parent-view section.two-up.left-one .right, .catalog-category-view .std section.two-up.left-one .right, .catalog-category-view .catalog-category-parent-view section.two-up.left-one .right {
    clear: none;
    float: right;
    width: 50%; } }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.two-up.right-one .right, .cms-page-view .catalog-category-parent-view section.two-up.right-one .right, .cms-no-route .std section.two-up.right-one .right, .cms-no-route .catalog-category-parent-view section.two-up.right-one .right, .catalog-category-view .std section.two-up.right-one .right, .catalog-category-view .catalog-category-parent-view section.two-up.right-one .right {
    clear: none;
    width: 47.09302%;
    float: right; }
  .cms-page-view .std section.two-up.right-one .left, .cms-page-view .catalog-category-parent-view section.two-up.right-one .left, .cms-no-route .std section.two-up.right-one .left, .cms-no-route .catalog-category-parent-view section.two-up.right-one .left, .catalog-category-view .std section.two-up.right-one .left, .catalog-category-view .catalog-category-parent-view section.two-up.right-one .left {
    float: left;
    width: 50%; } }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.two-up.left-one .left header, .cms-page-view .std section.two-up.right-one .right header, .cms-page-view .catalog-category-parent-view section.two-up.left-one .left header, .cms-page-view .catalog-category-parent-view section.two-up.right-one .right header, .cms-no-route .std section.two-up.left-one .left header, .cms-no-route .std section.two-up.right-one .right header, .cms-no-route .catalog-category-parent-view section.two-up.left-one .left header, .cms-no-route .catalog-category-parent-view section.two-up.right-one .right header, .catalog-category-view .std section.two-up.left-one .left header, .catalog-category-view .std section.two-up.right-one .right header, .catalog-category-view .catalog-category-parent-view section.two-up.left-one .left header, .catalog-category-view .catalog-category-parent-view section.two-up.right-one .right header {
    margin-bottom: 25px; } }
.cms-page-view .std section.left-three .left, .cms-page-view .std section.right-three .right, .cms-page-view .std section.three-up, .cms-page-view .catalog-category-parent-view section.left-three .left, .cms-page-view .catalog-category-parent-view section.right-three .right, .cms-page-view .catalog-category-parent-view section.three-up, .cms-no-route .std section.left-three .left, .cms-no-route .std section.right-three .right, .cms-no-route .std section.three-up, .cms-no-route .catalog-category-parent-view section.left-three .left, .cms-no-route .catalog-category-parent-view section.right-three .right, .cms-no-route .catalog-category-parent-view section.three-up, .catalog-category-view .std section.left-three .left, .catalog-category-view .std section.right-three .right, .catalog-category-view .std section.three-up, .catalog-category-view .catalog-category-parent-view section.left-three .left, .catalog-category-view .catalog-category-parent-view section.right-three .right, .catalog-category-view .catalog-category-parent-view section.three-up {
  padding: 0;
  border-bottom: 0; }
.cms-page-view .std section.left-three .left ul, .cms-page-view .std section.right-three .right ul, .cms-page-view .std section.three-up ul, .cms-page-view .catalog-category-parent-view section.left-three .left ul, .cms-page-view .catalog-category-parent-view section.right-three .right ul, .cms-page-view .catalog-category-parent-view section.three-up ul, .cms-no-route .std section.left-three .left ul, .cms-no-route .std section.right-three .right ul, .cms-no-route .std section.three-up ul, .cms-no-route .catalog-category-parent-view section.left-three .left ul, .cms-no-route .catalog-category-parent-view section.right-three .right ul, .cms-no-route .catalog-category-parent-view section.three-up ul, .catalog-category-view .std section.left-three .left ul, .catalog-category-view .std section.right-three .right ul, .catalog-category-view .std section.three-up ul, .catalog-category-view .catalog-category-parent-view section.left-three .left ul, .catalog-category-view .catalog-category-parent-view section.right-three .right ul, .catalog-category-view .catalog-category-parent-view section.three-up ul {
  list-style: none;
  margin: 0; }
.cms-page-view .std section.left-three .left ul li, .cms-page-view .std section.right-three .right ul li, .cms-page-view .std section.three-up ul li, .cms-page-view .catalog-category-parent-view section.left-three .left ul li, .cms-page-view .catalog-category-parent-view section.right-three .right ul li, .cms-page-view .catalog-category-parent-view section.three-up ul li, .cms-no-route .std section.left-three .left ul li, .cms-no-route .std section.right-three .right ul li, .cms-no-route .std section.three-up ul li, .cms-no-route .catalog-category-parent-view section.left-three .left ul li, .cms-no-route .catalog-category-parent-view section.right-three .right ul li, .cms-no-route .catalog-category-parent-view section.three-up ul li, .catalog-category-view .std section.left-three .left ul li, .catalog-category-view .std section.right-three .right ul li, .catalog-category-view .std section.three-up ul li, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li, .catalog-category-view .catalog-category-parent-view section.three-up ul li {
  margin: 0;
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 20px; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.left-three .left ul li, .cms-page-view .std section.right-three .right ul li, .cms-page-view .std section.three-up ul li, .cms-page-view .catalog-category-parent-view section.left-three .left ul li, .cms-page-view .catalog-category-parent-view section.right-three .right ul li, .cms-page-view .catalog-category-parent-view section.three-up ul li, .cms-no-route .std section.left-three .left ul li, .cms-no-route .std section.right-three .right ul li, .cms-no-route .std section.three-up ul li, .cms-no-route .catalog-category-parent-view section.left-three .left ul li, .cms-no-route .catalog-category-parent-view section.right-three .right ul li, .cms-no-route .catalog-category-parent-view section.three-up ul li, .catalog-category-view .std section.left-three .left ul li, .catalog-category-view .std section.right-three .right ul li, .catalog-category-view .std section.three-up ul li, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li, .catalog-category-view .catalog-category-parent-view section.three-up ul li {
    padding: 20px 0; } }
.cms-page-view .std section.left-three .left ul li:last-child, .cms-page-view .std section.left-three .left ul li.last-child, .cms-page-view .std section.right-three .right ul li:last-child, .cms-page-view .std section.right-three .right ul li.last-child, .cms-page-view .std section.three-up ul li:last-child, .cms-page-view .std section.three-up ul li.last-child, .cms-page-view .catalog-category-parent-view section.left-three .left ul li:last-child, .cms-page-view .catalog-category-parent-view section.left-three .left ul li.last-child, .cms-page-view .catalog-category-parent-view section.right-three .right ul li:last-child, .cms-page-view .catalog-category-parent-view section.right-three .right ul li.last-child, .cms-page-view .catalog-category-parent-view section.three-up ul li:last-child, .cms-page-view .catalog-category-parent-view section.three-up ul li.last-child, .cms-no-route .std section.left-three .left ul li:last-child, .cms-no-route .std section.left-three .left ul li.last-child, .cms-no-route .std section.right-three .right ul li:last-child, .cms-no-route .std section.right-three .right ul li.last-child, .cms-no-route .std section.three-up ul li:last-child, .cms-no-route .std section.three-up ul li.last-child, .cms-no-route .catalog-category-parent-view section.left-three .left ul li:last-child, .cms-no-route .catalog-category-parent-view section.left-three .left ul li.last-child, .cms-no-route .catalog-category-parent-view section.right-three .right ul li:last-child, .cms-no-route .catalog-category-parent-view section.right-three .right ul li.last-child, .cms-no-route .catalog-category-parent-view section.three-up ul li:last-child, .cms-no-route .catalog-category-parent-view section.three-up ul li.last-child, .catalog-category-view .std section.left-three .left ul li:last-child, .catalog-category-view .std section.left-three .left ul li.last-child, .catalog-category-view .std section.right-three .right ul li:last-child, .catalog-category-view .std section.right-three .right ul li.last-child, .catalog-category-view .std section.three-up ul li:last-child, .catalog-category-view .std section.three-up ul li.last-child, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li:last-child, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li.last-child, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li:last-child, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li.last-child, .catalog-category-view .catalog-category-parent-view section.three-up ul li:last-child, .catalog-category-view .catalog-category-parent-view section.three-up ul li.last-child {
  border: 0;
  padding-bottom: 0; }
.cms-page-view .std section.left-three .left ul li header, .cms-page-view .std section.right-three .right ul li header, .cms-page-view .std section.three-up ul li header, .cms-page-view .catalog-category-parent-view section.left-three .left ul li header, .cms-page-view .catalog-category-parent-view section.right-three .right ul li header, .cms-page-view .catalog-category-parent-view section.three-up ul li header, .cms-no-route .std section.left-three .left ul li header, .cms-no-route .std section.right-three .right ul li header, .cms-no-route .std section.three-up ul li header, .cms-no-route .catalog-category-parent-view section.left-three .left ul li header, .cms-no-route .catalog-category-parent-view section.right-three .right ul li header, .cms-no-route .catalog-category-parent-view section.three-up ul li header, .catalog-category-view .std section.left-three .left ul li header, .catalog-category-view .std section.right-three .right ul li header, .catalog-category-view .std section.three-up ul li header, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li header, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li header, .catalog-category-view .catalog-category-parent-view section.three-up ul li header {
  max-width: 38.33333%;
  padding: 5px 0 0;
  clear: both; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.left-three .left ul li header, .cms-page-view .std section.right-three .right ul li header, .cms-page-view .std section.three-up ul li header, .cms-page-view .catalog-category-parent-view section.left-three .left ul li header, .cms-page-view .catalog-category-parent-view section.right-three .right ul li header, .cms-page-view .catalog-category-parent-view section.three-up ul li header, .cms-no-route .std section.left-three .left ul li header, .cms-no-route .std section.right-three .right ul li header, .cms-no-route .std section.three-up ul li header, .cms-no-route .catalog-category-parent-view section.left-three .left ul li header, .cms-no-route .catalog-category-parent-view section.right-three .right ul li header, .cms-no-route .catalog-category-parent-view section.three-up ul li header, .catalog-category-view .std section.left-three .left ul li header, .catalog-category-view .std section.right-three .right ul li header, .catalog-category-view .std section.three-up ul li header, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li header, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li header, .catalog-category-view .catalog-category-parent-view section.three-up ul li header {
    width: 44.57364%;
    margin: 0; } }
.cms-page-view .std section.left-three .left ul li .content, .cms-page-view .std section.right-three .right ul li .content, .cms-page-view .std section.three-up ul li .content, .cms-page-view .catalog-category-parent-view section.left-three .left ul li .content, .cms-page-view .catalog-category-parent-view section.right-three .right ul li .content, .cms-page-view .catalog-category-parent-view section.three-up ul li .content, .cms-no-route .std section.left-three .left ul li .content, .cms-no-route .std section.right-three .right ul li .content, .cms-no-route .std section.three-up ul li .content, .cms-no-route .catalog-category-parent-view section.left-three .left ul li .content, .cms-no-route .catalog-category-parent-view section.right-three .right ul li .content, .cms-no-route .catalog-category-parent-view section.three-up ul li .content, .catalog-category-view .std section.left-three .left ul li .content, .catalog-category-view .std section.right-three .right ul li .content, .catalog-category-view .std section.three-up ul li .content, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li .content, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li .content, .catalog-category-view .catalog-category-parent-view section.three-up ul li .content {
  width: 58.33333%;
  float: right; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.left-three .left ul li .content, .cms-page-view .std section.right-three .right ul li .content, .cms-page-view .std section.three-up ul li .content, .cms-page-view .catalog-category-parent-view section.left-three .left ul li .content, .cms-page-view .catalog-category-parent-view section.right-three .right ul li .content, .cms-page-view .catalog-category-parent-view section.three-up ul li .content, .cms-no-route .std section.left-three .left ul li .content, .cms-no-route .std section.right-three .right ul li .content, .cms-no-route .std section.three-up ul li .content, .cms-no-route .catalog-category-parent-view section.left-three .left ul li .content, .cms-no-route .catalog-category-parent-view section.right-three .right ul li .content, .cms-no-route .catalog-category-parent-view section.three-up ul li .content, .catalog-category-view .std section.left-three .left ul li .content, .catalog-category-view .std section.right-three .right ul li .content, .catalog-category-view .std section.three-up ul li .content, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li .content, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li .content, .catalog-category-view .catalog-category-parent-view section.three-up ul li .content {
    width: 49.6124%; } }
.cms-page-view .std section.left-three .left ul li h2, .cms-page-view .std section.left-three .left ul li p, .cms-page-view .std section.left-three .left ul li a, .cms-page-view .std section.right-three .right ul li h2, .cms-page-view .std section.right-three .right ul li p, .cms-page-view .std section.right-three .right ul li a, .cms-page-view .std section.three-up ul li h2, .cms-page-view .std section.three-up ul li p, .cms-page-view .std section.three-up ul li a, .cms-page-view .catalog-category-parent-view section.left-three .left ul li h2, .cms-page-view .catalog-category-parent-view section.left-three .left ul li p, .cms-page-view .catalog-category-parent-view section.left-three .left ul li a, .cms-page-view .catalog-category-parent-view section.right-three .right ul li h2, .cms-page-view .catalog-category-parent-view section.right-three .right ul li p, .cms-page-view .catalog-category-parent-view section.right-three .right ul li a, .cms-page-view .catalog-category-parent-view section.three-up ul li h2, .cms-page-view .catalog-category-parent-view section.three-up ul li p, .cms-page-view .catalog-category-parent-view section.three-up ul li a, .cms-no-route .std section.left-three .left ul li h2, .cms-no-route .std section.left-three .left ul li p, .cms-no-route .std section.left-three .left ul li a, .cms-no-route .std section.right-three .right ul li h2, .cms-no-route .std section.right-three .right ul li p, .cms-no-route .std section.right-three .right ul li a, .cms-no-route .std section.three-up ul li h2, .cms-no-route .std section.three-up ul li p, .cms-no-route .std section.three-up ul li a, .cms-no-route .catalog-category-parent-view section.left-three .left ul li h2, .cms-no-route .catalog-category-parent-view section.left-three .left ul li p, .cms-no-route .catalog-category-parent-view section.left-three .left ul li a, .cms-no-route .catalog-category-parent-view section.right-three .right ul li h2, .cms-no-route .catalog-category-parent-view section.right-three .right ul li p, .cms-no-route .catalog-category-parent-view section.right-three .right ul li a, .cms-no-route .catalog-category-parent-view section.three-up ul li h2, .cms-no-route .catalog-category-parent-view section.three-up ul li p, .cms-no-route .catalog-category-parent-view section.three-up ul li a, .catalog-category-view .std section.left-three .left ul li h2, .catalog-category-view .std section.left-three .left ul li p, .catalog-category-view .std section.left-three .left ul li a, .catalog-category-view .std section.right-three .right ul li h2, .catalog-category-view .std section.right-three .right ul li p, .catalog-category-view .std section.right-three .right ul li a, .catalog-category-view .std section.three-up ul li h2, .catalog-category-view .std section.three-up ul li p, .catalog-category-view .std section.three-up ul li a, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li h2, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li p, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li a, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li h2, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li p, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li a, .catalog-category-view .catalog-category-parent-view section.three-up ul li h2, .catalog-category-view .catalog-category-parent-view section.three-up ul li p, .catalog-category-view .catalog-category-parent-view section.three-up ul li a {
  float: left;
  clear: both;
  width: 100%; }
.cms-page-view .std section.left-three .left ul li a, .cms-page-view .std section.right-three .right ul li a, .cms-page-view .std section.three-up ul li a, .cms-page-view .catalog-category-parent-view section.left-three .left ul li a, .cms-page-view .catalog-category-parent-view section.right-three .right ul li a, .cms-page-view .catalog-category-parent-view section.three-up ul li a, .cms-no-route .std section.left-three .left ul li a, .cms-no-route .std section.right-three .right ul li a, .cms-no-route .std section.three-up ul li a, .cms-no-route .catalog-category-parent-view section.left-three .left ul li a, .cms-no-route .catalog-category-parent-view section.right-three .right ul li a, .cms-no-route .catalog-category-parent-view section.three-up ul li a, .catalog-category-view .std section.left-three .left ul li a, .catalog-category-view .std section.right-three .right ul li a, .catalog-category-view .std section.three-up ul li a, .catalog-category-view .catalog-category-parent-view section.left-three .left ul li a, .catalog-category-view .catalog-category-parent-view section.right-three .right ul li a, .catalog-category-view .catalog-category-parent-view section.three-up ul li a {
  width: auto; }
.cms-page-view .std section.two-up.left-three ul li:first-child, .cms-page-view .std section.two-up.left-three ul li.first-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three ul li:first-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three ul li.first-child, .cms-no-route .std section.two-up.left-three ul li:first-child, .cms-no-route .std section.two-up.left-three ul li.first-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three ul li:first-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three ul li.first-child, .catalog-category-view .std section.two-up.left-three ul li:first-child, .catalog-category-view .std section.two-up.left-three ul li.first-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three ul li:first-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three ul li.first-child {
  padding-top: 0; }
.cms-page-view .std section.two-up.left-three ul li:last-child, .cms-page-view .std section.two-up.left-three ul li.last-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three ul li:last-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three ul li.last-child, .cms-no-route .std section.two-up.left-three ul li:last-child, .cms-no-route .std section.two-up.left-three ul li.last-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three ul li:last-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three ul li.last-child, .catalog-category-view .std section.two-up.left-three ul li:last-child, .catalog-category-view .std section.two-up.left-three ul li.last-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three ul li:last-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three ul li.last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.two-up.left-three ul li:last-child, .cms-page-view .std section.two-up.left-three ul li.last-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three ul li:last-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three ul li.last-child, .cms-no-route .std section.two-up.left-three ul li:last-child, .cms-no-route .std section.two-up.left-three ul li.last-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three ul li:last-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three ul li.last-child, .catalog-category-view .std section.two-up.left-three ul li:last-child, .catalog-category-view .std section.two-up.left-three ul li.last-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three ul li:last-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three ul li.last-child {
    border: 0;
    padding-bottom: 0; } }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.two-up.left-one.right-one .left, .cms-page-view .std section.two-up.left-one.right-one .right, .cms-page-view .std section.two-up.left-three.right-three .left, .cms-page-view .std section.two-up.left-three.right-three .right, .cms-page-view .catalog-category-parent-view section.two-up.left-one.right-one .left, .cms-page-view .catalog-category-parent-view section.two-up.left-one.right-one .right, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .left, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right, .cms-no-route .std section.two-up.left-one.right-one .left, .cms-no-route .std section.two-up.left-one.right-one .right, .cms-no-route .std section.two-up.left-three.right-three .left, .cms-no-route .std section.two-up.left-three.right-three .right, .cms-no-route .catalog-category-parent-view section.two-up.left-one.right-one .left, .cms-no-route .catalog-category-parent-view section.two-up.left-one.right-one .right, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .left, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right, .catalog-category-view .std section.two-up.left-one.right-one .left, .catalog-category-view .std section.two-up.left-one.right-one .right, .catalog-category-view .std section.two-up.left-three.right-three .left, .catalog-category-view .std section.two-up.left-three.right-three .right, .catalog-category-view .catalog-category-parent-view section.two-up.left-one.right-one .left, .catalog-category-view .catalog-category-parent-view section.two-up.left-one.right-one .right, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .left, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right {
    width: 48.54651%;
    padding-top: 0;
    padding-bottom: 0; } }
.cms-page-view .std section.two-up.left-one.right-one .right, .cms-page-view .std section.two-up.left-three.right-three .right, .cms-page-view .catalog-category-parent-view section.two-up.left-one.right-one .right, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right, .cms-no-route .std section.two-up.left-one.right-one .right, .cms-no-route .std section.two-up.left-three.right-three .right, .cms-no-route .catalog-category-parent-view section.two-up.left-one.right-one .right, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right, .catalog-category-view .std section.two-up.left-one.right-one .right, .catalog-category-view .std section.two-up.left-three.right-three .right, .catalog-category-view .catalog-category-parent-view section.two-up.left-one.right-one .right, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right {
  float: right;
  clear: none; }
.cms-page-view .std section.two-up.left-three.right-three .right ul li:first-child, .cms-page-view .std section.two-up.left-three.right-three .right ul li.first-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:first-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.first-child, .cms-no-route .std section.two-up.left-three.right-three .right ul li:first-child, .cms-no-route .std section.two-up.left-three.right-three .right ul li.first-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:first-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.first-child, .catalog-category-view .std section.two-up.left-three.right-three .right ul li:first-child, .catalog-category-view .std section.two-up.left-three.right-three .right ul li.first-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:first-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.first-child {
  padding-top: 20px; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.two-up.left-three.right-three .right ul li:first-child, .cms-page-view .std section.two-up.left-three.right-three .right ul li.first-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:first-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.first-child, .cms-no-route .std section.two-up.left-three.right-three .right ul li:first-child, .cms-no-route .std section.two-up.left-three.right-three .right ul li.first-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:first-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.first-child, .catalog-category-view .std section.two-up.left-three.right-three .right ul li:first-child, .catalog-category-view .std section.two-up.left-three.right-three .right ul li.first-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:first-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.first-child {
    padding-top: 0; } }
.cms-page-view .std section.two-up.left-three.right-three .right ul li:last-child, .cms-page-view .std section.two-up.left-three.right-three .right ul li.last-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:last-child, .cms-page-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.last-child, .cms-no-route .std section.two-up.left-three.right-three .right ul li:last-child, .cms-no-route .std section.two-up.left-three.right-three .right ul li.last-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:last-child, .cms-no-route .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.last-child, .catalog-category-view .std section.two-up.left-three.right-three .right ul li:last-child, .catalog-category-view .std section.two-up.left-three.right-three .right ul li.last-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li:last-child, .catalog-category-view .catalog-category-parent-view section.two-up.left-three.right-three .right ul li.last-child {
  padding-bottom: 0;
  border: 0; }
@media only screen and (min-width: 767px) {
  .cms-page-view .std section.three-up ul li, .cms-page-view .catalog-category-parent-view section.three-up ul li, .cms-no-route .std section.three-up ul li, .cms-no-route .catalog-category-parent-view section.three-up ul li, .catalog-category-view .std section.three-up ul li, .catalog-category-view .catalog-category-parent-view section.three-up ul li {
    float: left;
    width: 31.39535%;
    clear: none;
    margin-left: 2.90698%;
    border: 0; }
  .cms-page-view .std section.three-up ul li:first-child, .cms-page-view .std section.three-up ul li.first-child, .cms-page-view .catalog-category-parent-view section.three-up ul li:first-child, .cms-page-view .catalog-category-parent-view section.three-up ul li.first-child, .cms-no-route .std section.three-up ul li:first-child, .cms-no-route .std section.three-up ul li.first-child, .cms-no-route .catalog-category-parent-view section.three-up ul li:first-child, .cms-no-route .catalog-category-parent-view section.three-up ul li.first-child, .catalog-category-view .std section.three-up ul li:first-child, .catalog-category-view .std section.three-up ul li.first-child, .catalog-category-view .catalog-category-parent-view section.three-up ul li:first-child, .catalog-category-view .catalog-category-parent-view section.three-up ul li.first-child {
    margin-left: 0; }
  .cms-page-view .std section.three-up ul li header, .cms-page-view .catalog-category-parent-view section.three-up ul li header, .cms-no-route .std section.three-up ul li header, .cms-no-route .catalog-category-parent-view section.three-up ul li header, .catalog-category-view .std section.three-up ul li header, .catalog-category-view .catalog-category-parent-view section.three-up ul li header {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
  .cms-page-view .std section.three-up ul li .content, .cms-page-view .catalog-category-parent-view section.three-up ul li .content, .cms-no-route .std section.three-up ul li .content, .cms-no-route .catalog-category-parent-view section.three-up ul li .content, .catalog-category-view .std section.three-up ul li .content, .catalog-category-view .catalog-category-parent-view section.three-up ul li .content {
    float: left;
    width: 100%;
    clear: both; } }
.cms-page-view div.mobile_layered_button, .cms-no-route div.mobile_layered_button, .catalog-category-view div.mobile_layered_button {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 12px;
  border: solid 1px #dddddd;
  display: none; }
@media only screen and (max-width: 767px) {
  .cms-page-view div.mobile_layered_button, .cms-no-route div.mobile_layered_button, .catalog-category-view div.mobile_layered_button {
    display: block; } }
.cms-page-view div.mobile_layered_button span, .cms-no-route div.mobile_layered_button span, .catalog-category-view div.mobile_layered_button span {
  color: #888888;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px; }
.cms-page-view div.mobile_layered_button span.results_expander, .cms-no-route div.mobile_layered_button span.results_expander, .catalog-category-view div.mobile_layered_button span.results_expander {
  height: 45px;
  width: 45px;
  display: inline-block;
  float: right;
  margin-top: -12px;
  margin-right: -12px;
  background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/results_sprite.jpg) no-repeat 0 0;
  background-size: 47px;
  cursor: pointer; }
.cms-page-view div.mobile_layered_button span.results_expander.results_drop, .cms-no-route div.mobile_layered_button span.results_expander.results_drop, .catalog-category-view div.mobile_layered_button span.results_expander.results_drop {
  background-position: 0 -48px !important; }
.cms-page-view div.col-left-active, .cms-no-route div.col-left-active, .catalog-category-view div.col-left-active {
  display: block;
  width: 95%;
  margin: 0 auto; }
.cms-page-view div.col-left-active li li a, .cms-page-view div.col-left-active strong, .cms-no-route div.col-left-active li li a, .cms-no-route div.col-left-active strong, .catalog-category-view div.col-left-active li li a, .catalog-category-view div.col-left-active strong {
  border-left: 1px solid #dddddd;
  padding-left: 12px; }

.cms-no-route .std img {
  width: 100%; }

.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages, .catalog-category-parent-view .messages {
  margin-bottom: 10px; }
.cms-page-view .std .messages ul, .cms-home .std .messages ul, .cms-no-route .std .messages ul, .catalog-category-parent-view .messages ul {
  margin-bottom: 0; }
.cms-page-view .std .messages li, .cms-home .std .messages li, .cms-no-route .std .messages li, .catalog-category-parent-view .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

#accordion .toggle-tabs {
  display: none; }
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block; }
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ed1b2f;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px; }
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC; }
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }
#accordion li {
  position: relative;
  overflow: hidden; }
#accordion li .plusimage h2 {
  margin-right: 10px; }

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

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

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

@media only screen and (max-width: 767px) {
  .cms-page-view .breadcrumbs {
    width: 95%; }
  #contactForm {
    padding-left: 0; } }

.cms-menu {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%; }
.cms-menu > li.parent {
  border: 0; }
.cms-menu > li.parent > a {
  display: none; }
.cms-menu li {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0; }
.cms-menu li strong, .cms-menu li a {
  float: left;
  width: 100%;
  font: normal 1em/40px 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #ed1b2f;
  text-transform: uppercase; }
.cms-menu li strong {
  border-right: 3px solid #ed1b2f; }
.cms-menu li a {
  color: #888; }
.cms-menu li a:hover {
  color: #ed1b2f;
  text-decoration: none; }
.cms-menu .parent .parent ul {
  display: none;
  float: left;
  width: 100%;
  clear: both; }
.cms-menu .parent .parent ul li {
  border-right: 0; }
.cms-menu .parent .parent > a {
  padding-right: 40px;
  position: relative; }
.cms-menu .parent .parent > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #a6a6a6;
  background-image: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/cms/more.png');
  background-repeat: no-repeat;
  background-position: 13px 13px; }
.cms-menu .parent .parent > a:hover:after {
  background-color: #ed1b2f; }
.cms-menu .parent .parent.active > a:after {
  background-position: -31px 13px; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none; }
.price-box .minimal-price-link .label {
  color: #60c0c0;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both; }
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3; }
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%; } }

@media only screen and (max-width: 767px) {
  .notice-cookie {
    padding: 0 20px; }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0; } }

@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px; }
  .notice-cookie .notice-inner {
    background-position: left 10px; }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0; }
  .notice-cookie .actions {
    text-align: left; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
.header-minicart .breadcrumbs {
  display: none; }
.header-minicart p.empty {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center; }
.header-minicart .minicart_drop_arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 40px;
  left: 11px;
  display: none; }
.header-minicart #minicart-success-message {
  background-color: #f0f0f0; }
.header-minicart .subtotal {
  background-color: #fff;
  position: absolute;
  right: 2.5%;
  font-weight: bold;
  font-size: 16px; }
.header-minicart .subtotal .price {
  color: #000;
  margin-top: -10px;
  display: inline-block; }
.header-minicart .subtotal .price:before {
  content: "Subtotal";
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 200;
  display: block;
  margin-left: 15px;
  margin-bottom: -15px; }
.header-minicart .minicart {
  float: left; }
.header-minicart .view_cart_minicart {
  background: #888888;
  display: inline-block;
  padding: 7px 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  width: 155px;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
  margin-right: 2.5%; }
.header-minicart .view_cart_minicart:hover {
  background-color: #5d5d5d; }
.header-minicart #header-cart {
  right: 140px;
  width: 515px;
  box-shadow: 0px 1px 9px -4px #111;
  border-top: none;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid solid 1px #CCCCCC; }
.header-minicart #header-cart .block-subtitle {
  display: none; }
.header-minicart #header-cart .minicart-actions {
  padding: 0px; }
.header-minicart #header-cart .minicart-actions .checkout-button {
  width: 155px; }
.header-minicart #header-cart #cart-sidebar {
  padding: 0px; }
.header-minicart #header-cart #cart-sidebar li {
  padding: 0px;
  border-bottom: solid 1px #d8d8d8;
  position: relative;
  margin-bottom: 0px; }
.header-minicart #header-cart #cart-sidebar li .product-image {
  width: 30%;
  border: none;
  padding-right: 5%;
  padding-left: 2.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 9999999; }
.header-minicart #header-cart #cart-sidebar li .product-image img {
  max-height: 75px;
  max-width: 100%; }
.header-minicart #header-cart #cart-sidebar li .product-name a {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 500; }
.header-minicart #header-cart .info-wrapper {
  position: absolute;
  width: 100%;
  z-index: -1; }
.header-minicart #header-cart .info-wrapper .qty-wrapper {
  display: none; }
.header-minicart #header-cart .info-wrapper span.price {
  color: #5d5d5d;
  position: absolute;
  right: 2.5%;
  margin-top: -25px;
  font-size: 16px;
  display: block; }
.header-minicart #header-cart .product-details .truncated {
  display: none !important; }
.header-minicart #header-cart a.remove {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: -5px 0 18px;
  color: #888888;
  display: block;
  text-decoration: underline;
  z-index: 99999; }
.header-minicart #header-cart h3.free_shipping_details {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ed1b2f;
  font-weight: 500;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -5px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 2.5%; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate; }
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none; }/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.eot');
  src: url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.woff') format('woff'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.ttf') format('truetype'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/fonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
#grid {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  pointer-events: none; }
  #grid .mobile, #grid .tablet, #grid .desktop {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    border-top: 1px solid #d85379;
    border-bottom: 1px solid #d85379; }
    #grid .mobile div, #grid .tablet div, #grid .desktop div {
      float: left;
      height: 100%;
      border-left: 1px solid #d85379;
      border-right: 1px solid #d85379;
      background: rgba(255, 213, 0, 0.25); }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    #grid .mobile {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #grid .tablet {
      display: block; } }
  #grid .desktop {
    float: none;
    margin: 0 auto;
    width: 1024px; }
    @media only screen and (min-width: 1024px) {
      #grid .desktop {
        display: block; } }

.m-1 {
  width: 1.25%; }

.t-1 {
  width: 3.90625%; }

.d-1 {
  width: 7.61719%; }

.m-2 {
  margin-left: 6.25%;
  width: 15.625%; }

.t-2 {
  margin-left: 3.90625%;
  width: 11.97917%; }

.d-2 {
  margin-left: 2.44141%;
  width: 14.45312%; }

.m-3 {
  margin-left: 6.25%;
  width: 17.5%; }

.t-3 {
  margin-left: 3.90625%;
  width: 9.63542%; }

.d-3 {
  margin-left: 2.44141%;
  width: 8.10547%; }

.m-4 {
  margin-left: 6.25%;
  width: 17.5%; }

.t-4 {
  margin-left: 3.90625%;
  width: 10.80729%; }

.d-4 {
  margin-left: 2.44141%;
  width: 11.23047%; }

.m-5 {
  margin-left: 6.25%;
  width: 15.625%; }

.t-5 {
  margin-left: 3.90625%;
  width: 10.80729%; }

.d-5 {
  margin-left: 2.44141%;
  width: 11.32812%; }

.m-6 {
  margin-left: 6.25%;
  width: 1.25%; }

.t-6 {
  margin-left: 3.90625%;
  width: 9.63542%; }

.d-6 {
  margin-left: 2.44141%;
  width: 8.10547%; }

.t-7 {
  margin-left: 3.90625%;
  width: 11.97917%; }

.d-7 {
  margin-left: 2.44141%;
  width: 14.45312%; }

.t-8 {
  margin-left: 3.90625%;
  width: 3.90625%; }

.d-8 {
  margin-left: 2.44141%;
  width: 7.61719%; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) {
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) {
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) {
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) {
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home ul.messages li {
  margin-bottom: -10px; }
body.cms-home .main-container {
  padding: 0;
  max-width: 100%; }
body.cms-home .slideshow-container {
  margin-top: 0; }
  body.cms-home .slideshow-container span.slideshow-prev:before {
    background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/slider_left.png) no-repeat;
    border: none;
    width: 80px;
    height: 115px;
    top: 42%;
    cursor: pointer; }
  body.cms-home .slideshow-container span.slideshow-next:before {
    background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/slider_right.png) no-repeat;
    border: none;
    width: 80px;
    height: 115px;
    top: 42%;
    cursor: pointer; }

.slideshow .banner-msg {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #040404;
  background-color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 0 #000;
  color: #fff;
  padding: 20px 9.375%; }
  .slideshow .banner-msg h3 {
    color: #fff;
    float: left;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: none; }
  .slideshow .banner-msg strong {
    clear: both;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }

@media only screen and (min-width: 768px) {
  .slideshow-container {
    max-height: 530px;
    overflow: hidden; }
    .slideshow-container .slideshow {
      margin-top: -18%; }
  .slideshow .banner-msg {
    width: auto !important;
    max-width: 450px;
    bottom: auto;
    left: 26.1%;
    padding: 20px; }
    .slideshow .banner-msg h3 {
      font-size: 1.28571em;
      line-height: 26px;
      padding-left: 20px; }
    .slideshow .banner-msg strong {
      font-size: 16px;
      line-height: 26px;
      padding-left: 20px; }
    .slideshow .banner-msg:before, .slideshow .banner-msg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border: 92px solid transprent; } }

@media only screen and (max-width: 768px) {
  ul.promos {
    margin-top: 9px;
    margin-bottom: 9px; }
  body.cms-home .slideshow-container span.slideshow-prev:before {
    background-size: 40px;
    width: 40px; }
  body.cms-home .slideshow-container span.slideshow-next:before {
    background-size: 40px;
    width: 40px; } }

@media only screen and (min-width: 767px) {
  .slideshow-container .slideshow > li {
    top: 135px !important; }
  .slideshow .banner-msg {
    margin-top: -335px; } }

@media only screen and (min-width: 979px) {
  .slideshow .banner-msg {
    width: auto;
    max-width: 650px;
    padding-left: 5px;
    bottom: 37% !important; }
    .slideshow .banner-msg h3 {
      font-family: Roboto, Arial, Helvetica, sans-serif;
      font-size: 1.92857em;
      font-weight: 700; }
    .slideshow .banner-msg strong {
      font-size: 22px; } }

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 30px auto 10px auto;
  padding: 0;
  width: 100%;
  max-width: 1290px; }

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

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 9px 0;
  list-style: none;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.promos > li:last-child {
  margin-bottom: 0; }

.promos img {
  max-width: 100%;
  width: 100%; }

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 2%;
  padding-bottom: 2%;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555; }

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block; }

@media only screen and (min-width: 768px) {
  /* Config: Three columns + flexible gutter */
  .promos strong {
    font-size: 17px; }
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%; }
  .promos > li:nth-child(3n) {
    margin-right: 0;
    float: right; } }

@media only screen and (min-width: 880px) {
  .promos strong {
    font-size: 24px; } }

@media screen and (min-width: 767px) and (max-width: 979px) {
  .slideshow .banner-msg {
    padding-left: 0px;
    width: 500px !important; } }

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings, .cms-index-index .products-grid .actions, .cms-index-noroute .products-grid .ratings, .cms-index-noroute .products-grid .actions {
  display: none; }

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #ed1b2f;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }

.cms-index-noroute h2.subtitle {
  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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* :::::  Category Landing Page Updates  :::::  */
body.category-landing-page div.mobile_layered_button {
  display: none; }
body.category-landing-page div.scroll-category-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1290px;
  display: none;
  padding-top: 25px;
  border-top: solid 1px #cccccc;
  padding-bottom: 10px; }
  body.category-landing-page div.scroll-category-container div.category-wrapper {
    margin: 0 auto;
    overflow: hidden; }
  body.category-landing-page div.scroll-category-container h2.best_sellers_title {
    text-align: center;
    font-size: 20px;
    color: #5d5d5d;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0px; }
  body.category-landing-page div.scroll-category-container ul.products-grid {
    position: relative;
    padding: 0;
    left: 0;
    top: 0; }
    body.category-landing-page div.scroll-category-container ul.products-grid li.item {
      position: relative;
      padding: 10px;
      width: 235px;
      height: 265px;
      margin-right: 15px;
      margin-left: 18px; }
      body.category-landing-page div.scroll-category-container ul.products-grid li.item:last-child {
        margin-right: 0; }
      body.category-landing-page div.scroll-category-container ul.products-grid li.item a {
        border: none !important;
        margin-top: 20px; }
      body.category-landing-page div.scroll-category-container ul.products-grid li.item p.price_details {
        font-weight: bold; }
      body.category-landing-page div.scroll-category-container ul.products-grid li.item p.product-name {
        margin-bottom: 0px; }
        body.category-landing-page div.scroll-category-container ul.products-grid li.item p.product-name a {
          font-size: 14px;
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
          font-weight: bold;
          text-transform: capitalize;
          height: 20px;
          overflow: hidden;
          display: inline-block;
          margin-top: 0px;
          width: 100%; }
      body.category-landing-page div.scroll-category-container ul.products-grid li.item p.short-description {
        font-size: 12px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: 400;
        color: #888888;
        height: 20px;
        overflow: hidden; }
      body.category-landing-page div.scroll-category-container ul.products-grid li.item p.add-to-cart-btn {
        display: none; }
body.category-landing-page .icon-left {
  width: 30px;
  height: 46px;
  display: block;
  background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/best_left.png) no-repeat;
  position: absolute;
  top: 43%; }
body.category-landing-page .icon-right {
  width: 30px;
  height: 46px;
  display: block;
  background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/best_right.png) no-repeat;
  position: absolute;
  top: 43%;
  right: 0px; }
body.category-landing-page .products-grid > li:nth-child(3n+1) {
  clear: none; }
body.category-landing-page .products-grid > li:nth-child(3n) {
  margin-right: 20px; }
body.category-landing-page .products-grid > li:last-child {
  margin-right: 0; }
body.category-landing-page div.main-container {
  max-width: none;
  padding: 0px; }
  body.category-landing-page div.main-container div.slideshow-container {
    display: none !important; }
  body.category-landing-page div.main-container div.main div.col-main {
    padding: 0px; }
    body.category-landing-page div.main-container div.main div.col-main div.page-title {
      display: none; }
    body.category-landing-page div.main-container div.main div.col-main div.category-image {
      border: none;
      padding: 0px;
      margin-bottom: 30px; }
    body.category-landing-page div.main-container div.main div.col-main ul.catblocks {
      float: none;
      max-width: 1290px;
      margin: 0 auto; }
      body.category-landing-page div.main-container div.main div.col-main ul.catblocks li {
        border-top: none;
        border-left: none;
        border-bottom: none; }
        body.category-landing-page div.main-container div.main div.col-main ul.catblocks li a img {
          margin-top: 10px; }
        body.category-landing-page div.main-container div.main div.col-main ul.catblocks li a span {
          background-color: #fff;
          bottom: inherit;
          top: 0;
          font-size: 20px;
          color: #5d5d5d;
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
      body.category-landing-page div.main-container div.main div.col-main ul.catblocks li:hover {
        border-right: 1px solid #cccccc; }
      body.category-landing-page div.main-container div.main div.col-main ul.catblocks li:last-child {
        border-right: none; }
    body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos {
      width: 100%;
      max-width: 1290px;
      margin: 0 auto; }
      body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos {
        float: left;
        border-top: 1px solid #cccccc;
        margin-top: 19px;
        margin-bottom: 5px;
        padding-top: 31px; }
        body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos img.promo_icon {
          width: 80px;
          height: 80px;
          top: 50%;
          left: 50%;
          position: absolute;
          margin-top: -22px;
          margin-left: -40px; }
        body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos li:last-child img.promo_icon {
          width: 110px;
          margin-left: -55px; }
      body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promo_descriptions li {
        float: left;
        width: 31.74603%;
        margin-right: 2.38095%;
        margin-bottom: 25px;
        text-align: center;
        color: #666666;
        font-size: 14px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
      body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promo_descriptions li:last-child {
        margin-right: 0px; }
    body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands {
      width: 100%;
      max-width: 1290px;
      margin: 0 auto;
      clear: left;
      border-top: 1px solid #cccccc;
      padding-top: 24px; }
      body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands h2 {
        text-align: center;
        font-size: 20px;
        color: #5d5d5d;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: bold;
        margin-bottom: 26px; }
      body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images li {
        float: left;
        width: 23%;
        margin-right: 2.666%;
        margin-bottom: 5%; }
        body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images li img {
          width: 100%; }
      body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images li:last-child {
        margin-right: 0px; }

/* :::::  Category Landing Page Responsive Tweaks  ::::: */
@media only screen and (max-width: 1225px) {
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos img.promo_icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -10px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos li:last-child img.promo_icon {
    width: 80px;
    margin-left: -40px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos span {
    font-size: 20px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promo_descriptions li {
    font-size: 12px; } }

@media only screen and (max-width: 1025px) {
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos img.promo_icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -5px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos li:last-child img.promo_icon {
    width: 70px;
    margin-left: -35px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos span {
    font-size: 18px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promo_descriptions li {
    font-size: 10px; } }

@media only screen and (max-width: 979px) {
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images li {
    width: 95% !important;
    margin-left: 2.5% !important; }
  body.category-landing-page ul.catblocks li {
    border: none !important; } }

@media only screen and (max-width: 940px) {
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos img.promo_icon {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -5px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos li:last-child img.promo_icon {
    width: 50px;
    margin-left: -25px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos span {
    font-size: 16px; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promo_descriptions li {
    font-size: 9px; } }

@media only screen and (max-width: 768px) {
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promos img.promo_icon {
    display: none; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_promos ul.promo_descriptions li {
    display: none; }
  body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands {
    border-top: none;
    padding-top: 20px; }
    body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images li {
      width: 100%; } }

/* :::::  Standard Category Page Updates  ::::: */
body.catalog-category-view:not(.category-landing-page) .remove_activity_text.activities_filters:after {
  visibility: hidden !important; }
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters.stay_open:after {
  visibility: visible !important; }
body.catalog-category-view:not(.category-landing-page) div.block-layered-nav .block-content > dl > dd.stay_open ol {
  display: block !important; }
body.catalog-category-view:not(.category-landing-page) div.block-layered-nav dt.amshopby-collapsed {
  background: none !important; }
body.catalog-category-view:not(.category-landing-page) div.col-main .category-view p.note-msg {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 18px;
  width: 95%;
  margin-left: 2.5%; }
body.catalog-category-view:not(.category-landing-page) div.slideshow-container .slideshow > li {
  top: 0px !important; }
body.catalog-category-view:not(.category-landing-page) .aw-auction-category-view {
  display: none; }
body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol.mobile_activities {
  width: 100% !important; }
body.catalog-category-view:not(.category-landing-page) dt.expanded_filter + dd {
  display: block !important; }
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol.mobile_activities li {
  width: 100% !important;
  z-index: 999999; }
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid.no_slider {
  margin-top: 100px !important; }
body.catalog-category-view:not(.category-landing-page) img.best_seller_icon {
  position: absolute;
  top: 0px; }
body.catalog-category-view:not(.category-landing-page) div.desc.std {
  position: relative; }
body.catalog-category-view:not(.category-landing-page) div.scroll-category-container {
  display: none; }
body.catalog-category-view:not(.category-landing-page) div.mobile_layered_nav {
  display: none; }
body.catalog-category-view:not(.category-landing-page) div.main-container {
  padding: 0px; }
  body.catalog-category-view:not(.category-landing-page) div.main-container span.slideshow-prev {
    background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/slider_left.png) no-repeat;
    border: none;
    width: 80px;
    height: 115px;
    top: 45%;
    cursor: pointer;
    background-size: 30px;
    margin-left: 10px; }
  body.catalog-category-view:not(.category-landing-page) div.main-container span.slideshow-prev:before {
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.main-container span.slideshow-next {
    background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/slider_right.png) no-repeat;
    border: none;
    width: 50px;
    height: 115px;
    top: 45%;
    cursor: pointer;
    background-size: 30px;
    margin-right: -11px; }
  body.catalog-category-view:not(.category-landing-page) div.main-container span.slideshow-next:before {
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.slideshow-container ul.slideshow {
    margin-top: 0px; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.slideshow-container {
    position: absolute;
    top: 58px; }
  body.catalog-category-view:not(.category-landing-page) div.main-container p.category-image img {
    visibility: hidden; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main {
    min-height: 1250px;
    margin-bottom: 50px; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left {
      width: 239px;
      margin-bottom: 20px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.amshopby-filters-left .block-content .block-subtitle {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.amshopby-filters-left .block-content .actions {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li a.amshopby-attr-selected {
        margin-top: -5px;
        margin-left: 3px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li a.amshopby-attr-selected img {
          padding: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters li a.amshopby-attr-selected {
        background: none !important;
        padding-bottom: 0px !important; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters li a.amshopby-attr-selected img {
          width: 35px;
          margin-left: -5px;
          margin-bottom: -10px;
          margin-right: 5px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.block-title {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.block-content {
        margin-top: 0px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.block-content dd {
          border-left: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.block-content dt {
          border-left: none;
          border-bottom: none;
          background-color: #fff;
          text-transform: capitalize;
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
          color: #000;
          font-weight: bold;
          font-size: 14px;
          padding-top: 16px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.handle {
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/layered_nav_slider_button.png) no-repeat 0 0;
        width: 22px;
        height: 23px;
        top: -2px;
        margin-left: -1px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.amshopby-slider:after {
        content: "";
        width: 100%;
        height: 6px;
        background-color: #cecece;
        position: absolute;
        margin-top: 6px;
        border-radius: 5px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav span.amshopby-slider-bar {
        background-color: #ed1b2f; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.amshopby-slider-price-from {
        width: 50%;
        text-align: right;
        color: #000;
        margin-bottom: 5px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.amshopby-slider-price-from span {
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
          font-size: 14px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.amshopby-slider-price-from:after {
        content: "-"; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.amshopby-slider-price-to {
        width: 50%;
        text-align: left;
        color: #000; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav div.amshopby-slider-price-to span {
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
          font-size: 14px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.velocity_filters div.amshopby-slider-price-to {
        width: 57%;
        margin-bottom: 5px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.velocity_filters div.amshopby-slider-price-from {
        width: 43%; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav #amshopby-velocity-to-slider:after {
        content: " fps"; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters.active_filter:after {
        color: #acacac; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters {
        position: relative; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters:after {
        content: attr(data-title);
        width: 110px;
        display: block;
        text-align: center;
        position: absolute;
        top: 89px;
        left: 64px;
        color: #ed1b2f;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: 600; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters.competition:after {
        top: 101px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol {
        position: relative;
        height: 215px;
        margin-left: 20px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li a {
        background: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li a img {
          max-width: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters a.amshopby-attr-selected {
        width: 50px;
        height: 45px;
        padding: 0px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters a.amshopby-attr-selected img {
          width: 53px;
          height: 50px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters a.amshopby-attr:hover:first-child {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol:first-child a.amshopby-attr.icon_0:first-child:hover:last-child {
        display: inline-block;
        position: absolute;
        left: -20px;
        top: -25px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol:first-child a.amshopby-attr.icon_1:first-child:hover:last-child {
        display: inline-block;
        position: absolute;
        left: -29px;
        top: -36px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol:first-child a.amshopby-attr.icon_2:first-child:hover:last-child {
        display: inline-block;
        margin-left: 0px;
        margin-top: -21px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol:first-child a.amshopby-attr.icon_3:first-child:hover:last-child {
        display: inline-block;
        position: absolute;
        left: -29px;
        top: -11px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol:first-child a.amshopby-attr.icon_4:first-child:hover:last-child {
        display: inline-block;
        margin-left: 0px;
        margin-top: -11px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol:first-child a.amshopby-attr.icon_5:first-child:hover:last-child {
        display: inline-block;
        position: absolute;
        left: -20px;
        top: -15px;
        z-index: 9999999999; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters a.amshopby-attr:first-child {
        width: 50px;
        height: 45px;
        color: #fff;
        padding: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li:first-child {
        position: absolute;
        margin-left: 60px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li:nth-child(2) {
        position: absolute;
        top: 41px;
        left: -8px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li:nth-child(3) {
        position: absolute;
        top: 41px;
        right: 10px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li:nth-child(4) {
        position: absolute;
        top: 118px;
        left: -8px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li:nth-child(5) {
        position: absolute;
        top: 118px;
        right: 10px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left div.block-layered-nav dd.activities_filters ol li:last-child {
        position: absolute;
        top: 162px;
        margin-left: 61px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters {
        padding-left: 0px;
        padding-top: 5px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters ol {
          margin-bottom: 15px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters ol li a.amshopby-attr {
          background: none;
          padding-left: 10px;
          color: #000;
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
          font-weight: 200;
          text-decoration: none;
          padding-bottom: 0px;
          margin-bottom: -9px; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters ol li a.amshopby-attr img {
            margin-right: 5px;
            max-width: 35px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters ol li a.amshopby-attr:hover {
          color: #ed1b2f;
          font-weight: 500; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.brand_filters {
        padding-top: 0px;
        padding-bottom: 18px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.brand_filters ol li a {
        padding-left: 25px;
        color: #000;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: 200;
        text-decoration: none;
        margin-left: 5px;
        margin-bottom: -6px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.brand_filters ol li a.amshopby-attr-selected {
        color: #ed1b2f;
        font-weight: 500; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.brand_filters ol li a:hover {
        color: #ed1b2f;
        background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/custom_checkbox_hover.png) no-repeat left center;
        font-weight: 500; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.gun {
        padding-top: 0px;
        padding-bottom: 18px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.gun ol li a {
        padding-left: 25px;
        color: #000;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: 200;
        text-decoration: none;
        margin-left: 5px;
        margin-bottom: -6px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.gun ol li a.amshopby-attr-selected {
        color: #ed1b2f;
        font-weight: 500; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.gun ol li a:hover {
        color: #ed1b2f;
        background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/custom_checkbox_hover.png) no-repeat left center;
        font-weight: 500; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters {
        margin-top: -15px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol {
        height: 25px;
        margin-top: 65px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li {
          float: left;
          width: 42px;
          height: 53px;
          padding: 0px;
          margin-right: 12px;
          position: relative; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li a {
            background: none;
            padding: 0px;
            position: relative;
            width: 60px; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li a img {
              position: absolute;
              bottom: 0; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li:after {
          display: block;
          content: attr(data-caliber);
          clear: both;
          position: absolute;
          margin-top: 5px;
          font-size: 14px;
          line-height: inherit;
          height: auto;
          overflow: auto;
          width: 100%;
          text-align: center; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber="BB"]:after {
          margin-left: -5px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber=".177"]:after {
          margin-left: -7px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber=".22"]:after {
          margin-left: -5px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber=".25"]:after {
          margin-left: -4px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol:first-child a.amshopby-attr:first-child:hover:last-child {
        margin-top: 8px;
        margin-left: -10px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol:first-child a.amshopby-attr.icon_8:first-child:hover:last-child {
        margin-top: 8px;
        margin-left: -8px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol:first-child a.amshopby-attr.icon_9:first-child:hover:last-child {
        margin-top: 8px;
        margin-left: -7px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li:last-child {
        margin-right: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left ol.currently {
        display: none; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.category_content_wrapper {
      width: 100%; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.active_mobile_nav {
      margin-left: 0px !important;
      width: 100%;
      display: none; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main {
      width: 79%;
      padding: 0px;
      position: relative; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.page-title {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.toolbar {
        background-color: #fff;
        border: none;
        /*position: absolute;*/
        top: -15px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main p.category-image {
        border: none;
        padding: 0 0 10px 0;
        margin-top: 69px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li div.product-shop {
        position: relative; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li a {
        border: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li h2.product-name {
        font-size: 14px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: 400;
        text-transform: capitalize; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li div.rating-box {
        position: static; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li p.rating-links {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li ul.add-to-links {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li p.old-price span.price {
        font-size: 12px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li p.special-price {
        padding-left: 1px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li p.special-price span.price {
          font-size: 14px;
          color: #000;
          font-weight: bold; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ol.products-list li span.regular-price span.price {
        font-size: 14px;
        color: #000;
        font-weight: bold; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid {
        margin-top: 450px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid div.product-info {
          position: static;
          padding-bottom: 170px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li {
          width: 46.5%;
          margin-right: 7%;
          max-height: 350px; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li h2.product-name {
            text-align: left;
            margin-bottom: 1px; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li h2.product-name a {
              font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
              text-transform: capitalize;
              font-size: 16px;
              color: #000;
              font-weight: 500; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li a {
            border: none; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li a.product-image {
            height: 200px;
            border-bottom: solid 1px #dddddd;
            margin-bottom: 4px; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li a.product-image img {
              height: auto !important;
              max-height: 155px !important;
              max-width: 100% !important;
              width: auto !important;
              margin: 0 auto !important;
              padding-top: 40px !important; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.price-box {
            position: absolute;
            top: 173px; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.price-box p.special-price {
              padding-left: 1px; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.price-box p.old-price span.price {
              font-size: 13px;
              color: #888888; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.price-box span.price {
              color: #000;
              font-weight: 500; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li.odd {
          margin-right: 0px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid div.actions {
          display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.rating-box {
        position: absolute;
        top: 173px;
        right: 2px;
        width: 113px;
        height: 50px;
        background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/reviews_sprite.png);
        background-position: 0 -31px;
        background-repeat: no-repeat; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.rating-box div.rating {
          background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/reviews_sprite.png);
          background-position: 0 0;
          height: 22px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.desc {
        font-size: 14px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: 400;
        color: #888888;
        text-align: left; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.mobile_desc {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sorter strong.list {
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/toolbar.png) no-repeat 0 0;
        width: 40px;
        height: 50px;
        cursor: pointer;
        margin-right: 5px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sorter a.grid {
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/toolbar.png) no-repeat -45px 0;
        width: 40px;
        height: 50px;
        cursor: pointer;
        margin-right: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sorter strong.grid {
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/toolbar.png) no-repeat -45px 0;
        width: 40px;
        height: 50px;
        cursor: pointer;
        margin-right: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sorter strong.grid:hover {
        background-position: -95px 0; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sorter a.list {
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/toolbar.png) no-repeat 0 0;
        width: 40px;
        height: 50px;
        cursor: pointer;
        margin-right: 5px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sort-by label {
        font-size: 13px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        color: #82827f;
        text-transform: capitalize;
        margin-right: 14px;
        margin-top: 5px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sort-by label:after {
        content: ""; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sort-by div.select-container {
        width: 200px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sort-by div.select-container span.custom-shiv {
          border: solid 1px #dddddd;
          background-color: #f8f8f8;
          box-shadow: none;
          color: #5d5d5d;
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
          font-size: 13px;
          letter-spacing: 0px;
          height: 40px;
          padding-top: 4px;
          padding-left: 18px;
          font-weight: 400; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sort-by div.select-container span.custom-shiv span:after {
            content: "";
            background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sort_arrows.png) no-repeat;
            right: 8px;
            top: 13px;
            width: 10px;
            height: 15px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.sort-by a.sort-by-switcher {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li {
        width: 40px;
        height: 40px;
        border: solid 1px #dddddd;
        background-color: #f8f8f8;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-right: 4px;
        padding: 4px 5px 5px 5px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a.next {
          background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/toolbar_arrows.png) no-repeat 0 0;
          width: 10px;
          height: 15px;
          margin-left: 11px;
          margin-top: 1px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a.next:hover {
          border: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a.next:before {
          display: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a.previous {
          background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/toolbar_arrows.png) no-repeat 0 -15px;
          width: 10px;
          height: 15px;
          margin-left: 11px;
          margin-top: 1px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a.previous:hover {
          border: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a.previous:before {
          display: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a {
          width: 30px;
          height: 40px;
          color: #888888;
          padding-right: 1px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li a:hover {
          text-decoration: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.pager ol li.current {
        width: 40px;
        height: 40px;
        border: solid 1px #dddddd;
        background-color: #ed1b2f;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding-top: 5px;
        padding-left: 7px;
        border: none;
        box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.5); }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products p.amount {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products p.view-mode {
        position: absolute;
        right: 0;
        display: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products p.view-mode label {
          display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.limiter {
        height: 40px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.limiter label {
          display: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.limiter div.select-container {
          width: auto;
          height: 40px; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.limiter div.select-container select {
            width: 70px !important;
            height: 40px; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.limiter div.select-container span.custom-shiv {
            border: solid 1px #dddddd;
            background-color: #f8f8f8;
            box-shadow: none;
            color: #5d5d5d;
            font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
            font-size: 13px;
            letter-spacing: 0px;
            width: 70px;
            height: 40px;
            padding-top: 4px;
            padding-left: 18px;
            font-weight: 400; }
            body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.limiter div.select-container span.custom-shiv span:after {
              content: "";
              background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sort_arrows.png) no-repeat;
              right: 8px;
              top: 13px;
              width: 10px;
              height: 15px; }

body.catalogsearch-result-index .amshopby-slider-bar {
  width: 205px !important; }
body.catalogsearch-result-index .block-layered-nav .block-content > dl > dd {
  width: 100%; }
body.catalogsearch-result-index div.handle {
  left: 92% !important; }
body.catalogsearch-result-index div.handle.selected {
  left: 0px !important; }
body.catalogsearch-result-index .col-main .note-msg {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 25px; }

@media only screen and (max-width: 979px) {
  div.product-collateral.toggle-content.no_activities_listed {
    margin-top: 100px !important; }
  body.catalogsearch-result-index .page div.main-container div.main div.col-main div.category-products ul.products-grid.no_slider {
    margin-top: 50px !important; } }

body.catalog-category-view:not(.category-landing-page) div.mobile_layered_button {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 12px;
  border: solid 1px #dddddd;
  display: none; }
  body.catalog-category-view:not(.category-landing-page) div.mobile_layered_button span {
    color: #888888;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px; }
  body.catalog-category-view:not(.category-landing-page) div.mobile_layered_button span.results_expander {
    height: 45px;
    width: 45px;
    display: inline-block;
    float: right;
    margin-top: -12px;
    margin-right: -12px;
    background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/results_sprite.jpg) no-repeat 0 0;
    background-size: 47px;
    cursor: pointer; }

@media only screen and (min-width: 979px) {
  body.catalog-category-view:not(.category-landing-page) .block-layered-nav .block-content > dl > dt {
    border-right: none !important; }
  body.catalog-category-view:not(.category-landing-page) .block-layered-nav .block-content > dl > dd {
    border-right: none !important; }
  body.catalog-category-view:not(.category-landing-page) #narrow-by-list {
    border-right: solid 1px #ccc !important; }
  body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom {
    position: absolute;
    bottom: 50px;
    width: 100%; }
    body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom .sorter {
      display: none; }
    body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom .limiter {
      display: none; }
  body.catalog-category-view:not(.category-landing-page) ol.currently {
    display: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.brand_filters li {
    font-size: 11px;
    display: block;
    margin-top: 10px;
    font-style: italic; }
    body.catalog-category-view:not(.category-landing-page) dd.brand_filters li a {
      font-size: 14px;
      float: left;
      margin-top: -8px;
      margin-right: -5px;
      font-style: normal; } }

@media only screen and (max-width: 1300px) {
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid {
    margin-top: 50%; }
  body.catalog-category-view:not(.category-landing-page) div.breadcrumbs {
    margin-left: 25px; }
  body.catalog-category-view:not(.category-landing-page) div.sort-by {
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main {
    width: 66%;
    margin-right: 8%; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left {
    margin-left: 25px; } }

html.ie8 div.sort-by {
  display: block !important; }

@media only screen and (max-width: 1165px) {
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main {
    width: 65%;
    margin-right: 5%; } }

@media only screen and (max-width: 979px) {
  body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom {
    display: block !important; }
    body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom .toolbar {
      width: auto !important;
      float: right;
      margin-right: 2.5%; }
    body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom div.pager {
      display: block !important;
      height: 75px !important; }
  body.catalog-category-view:not(.category-landing-page) ol.currently li a.btn-remove {
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main {
    width: 65%;
    margin-right: 0px; }
  body.catalog-category-view:not(.category-landing-page) div.slideshow-container {
    display: none !important; }
  body.catalog-category-view:not(.category-landing-page) div.slideshow-container ul.slideshow {
    display: none !important; }
  body.catalog-category-view:not(.category-landing-page) ol.currently {
    display: block !important; }
    body.catalog-category-view:not(.category-landing-page) ol.currently li {
      width: 95%;
      margin-left: 2.5%;
      padding: 12px 12px 12px 3%;
      background-color: #ed1b2f;
      margin-bottom: 5px;
      color: #fff;
      cursor: pointer; }
      body.catalog-category-view:not(.category-landing-page) ol.currently li span.label {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) ol.currently li .btn-remove-inline {
        display: none; }
    body.catalog-category-view:not(.category-landing-page) ol.currently li:after {
      content: "";
      background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/close_btn_nav.png) no-repeat 0 0;
      width: 20px;
      height: 20px;
      float: right;
      background-size: 19px;
      margin-top: 2px; }
    body.catalog-category-view:not(.category-landing-page) ol.currently li:first-child {
      margin-top: 5px; }
    body.catalog-category-view:not(.category-landing-page) ol.currently li:last-child {
      margin-bottom: 10px; }
  body.catalog-category-view:not(.category-landing-page) ol.currently:before {
    content: "Currently shopping by:";
    width: 90%;
    height: 20px;
    margin-left: 2.5%;
    font-weight: bold;
    color: #5d5d5d;
    font-size: 16px; }
  body.catalog-category-view:not(.category-landing-page) div.col-left {
    margin-bottom: 0px !important;
    margin-top: -1px !important;
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.col-left-active {
    display: block; }
  body.catalog-category-view:not(.category-landing-page) .block-layered-nav .block-content > dl > dt:after {
    content: "";
    height: 41px;
    width: 45px;
    display: inline-block;
    float: right;
    margin-top: -12px;
    margin-right: -19px;
    background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/filter_arrows.jpg) no-repeat 0 -33px;
    background-size: 33px;
    cursor: pointer;
    position: static;
    border: none; }
  body.catalog-category-view:not(.category-landing-page) .block-layered-nav .block-content > dl > dt.expanded_filter:after {
    background-position: 0 0; }
  body.catalog-category-view:not(.category-landing-page) div.block-layered-nav {
    border-top: solid 1px #dddddd;
    border-bottom: none; }
  body.catalog-category-view:not(.category-landing-page) .block-layered-nav dl ol > li > a, body.catalog-category-view:not(.category-landing-page) .block-layered-nav dl ol > li > span {
    margin: 0px !important; }
  body.catalog-category-view:not(.category-landing-page) div.block-layered-nav .block-content > dl > dt {
    padding: 12px !important;
    border-left: solid 1px #dddddd !important;
    border-bottom: solid 1px #dddddd !important;
    border-right: solid 1px #dddddd !important;
    border-top: none;
    color: #5d5d5d !important; }
  body.catalog-category-view:not(.category-landing-page) div.block-layered-nav .block-content > dl > dt.amshopby-collapsed {
    border-top: none; }
  body.catalog-category-view:not(.category-landing-page) div.block-layered-nav dt.amshopby-collapsed {
    background: none !important; }
  body.catalog-category-view:not(.category-landing-page) div.main div.col-left dd.caliber_filters {
    margin-top: 0px !important; }
  body.catalog-category-view:not(.category-landing-page) .block-layered-nav .block-content > dl > dd {
    padding: 0px;
    border-right: solid 1px #dddddd; }
  body.catalog-category-view:not(.category-landing-page) div.block-layered-nav dd.activities_filters a.amshopby-attr {
    height: 45px !important;
    color: #5d5d5d !important;
    padding: 12px 12px 12px 25px !important;
    background-color: #dddddd !important;
    width: 100% !important;
    font-weight: 200; }
  body.catalog-category-view:not(.category-landing-page) dd.activities_filters.active_filter:after {
    display: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol:first-child a.amshopby-attr:first-child:hover:last-child {
    position: static !important; }
  body.catalog-category-view:not(.category-landing-page) dd ol {
    border-bottom: solid 1px #dddddd; }
  body.catalog-category-view:not(.category-landing-page) dd ol li {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  body.catalog-category-view:not(.category-landing-page) dt {
    cursor: pointer !important; }
  body.catalog-category-view:not(.category-landing-page) dd {
    border-left: solid 1px #dddddd !important; }
    body.catalog-category-view:not(.category-landing-page) dd a {
      cursor: default !important; }
  body.catalog-category-view:not(.category-landing-page) dd.caliber_filters ol {
    height: auto !important;
    width: 100% !important;
    margin-top: 0px !important; }
    body.catalog-category-view:not(.category-landing-page) dd.caliber_filters ol li {
      width: 100% !important;
      float: none !important;
      background-color: #dddddd;
      margin-left: 0px !important;
      margin-right: 0px !important;
      border-bottom: solid 3px #fff !important;
      height: 48px !important; }
      body.catalog-category-view:not(.category-landing-page) dd.caliber_filters ol li a {
        color: #5d5d5d !important;
        padding: 12px 12px 12px 25px !important;
        font-weight: 200;
        width: 100% !important;
        text-decoration: none !important; }
      body.catalog-category-view:not(.category-landing-page) dd.caliber_filters ol li a:after {
        content: "";
        height: 36px;
        width: 45px;
        display: inline-block;
        float: right;
        margin-top: -11px;
        margin-right: -14px;
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/filter_icon.jpg) no-repeat 0 0;
        background-size: 40px;
        cursor: pointer; }
    body.catalog-category-view:not(.category-landing-page) dd.caliber_filters ol li:after {
      display: none !important; }
    body.catalog-category-view:not(.category-landing-page) dd.caliber_filters ol li:last-child {
      border-bottom: none !important; }
  body.catalog-category-view:not(.category-landing-page) a.amshopby-attr-selected {
    display: none !important; }
  body.catalog-category-view:not(.category-landing-page) div.block-layered-nav dd a.amshopby-attr {
    background: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.brand_filters li {
    width: 100%;
    background-color: #dddddd;
    padding: 12px 12px 12px 25px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: solid 3px #fff !important; }
    body.catalog-category-view:not(.category-landing-page) dd.brand_filters li a {
      padding: 0px !important;
      color: #5d5d5d !important;
      width: 100% !important;
      font-weight: 200 !important; }
    body.catalog-category-view:not(.category-landing-page) dd.brand_filters li a:hover {
      text-decoration: none !important; }
    body.catalog-category-view:not(.category-landing-page) dd.brand_filters li a:after {
      content: "";
      height: 36px;
      width: 45px;
      display: inline-block;
      float: right;
      margin-top: -11px;
      margin-right: -14px;
      background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/filter_icon.jpg) no-repeat 0 0;
      background-size: 40px;
      cursor: pointer; }
  body.catalog-category-view:not(.category-landing-page) dd.brand_filters li:last-child {
    border-bottom: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.gun li {
    width: 100%;
    background-color: #dddddd;
    padding: 12px 12px 12px 25px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: solid 3px #fff !important; }
    body.catalog-category-view:not(.category-landing-page) dd.gun li a {
      padding: 0px !important;
      color: #5d5d5d !important;
      width: 100% !important;
      font-weight: 200 !important; }
    body.catalog-category-view:not(.category-landing-page) dd.gun li a:after {
      content: "";
      height: 36px;
      width: 45px;
      display: inline-block;
      float: right;
      margin-top: -11px;
      margin-right: -14px;
      background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/filter_icon.jpg) no-repeat 0 0;
      background-size: 40px;
      cursor: pointer; }
    body.catalog-category-view:not(.category-landing-page) dd.gun li a:hover {
      text-decoration: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.gun li:last-child {
    border-bottom: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.powerplant_filters ol {
    height: auto !important; }
    body.catalog-category-view:not(.category-landing-page) dd.powerplant_filters ol li {
      margin-left: 0px !important;
      margin-right: 0px !important;
      background-color: #dddddd !important;
      padding: 11px 12px 12px 25px !important;
      border-bottom: solid 3px #fff !important; }
      body.catalog-category-view:not(.category-landing-page) dd.powerplant_filters ol li a {
        color: #5d5d5d !important;
        font-weight: 200;
        padding: 0px !important;
        width: 100% !important; }
      body.catalog-category-view:not(.category-landing-page) dd.powerplant_filters ol li a:after {
        content: "";
        height: 36px;
        width: 45px;
        display: inline-block;
        float: right;
        margin-top: -11px;
        margin-right: -14px;
        background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/filter_icon.jpg) no-repeat 0 0;
        background-size: 40px;
        cursor: pointer; }
      body.catalog-category-view:not(.category-landing-page) dd.powerplant_filters ol li a:hover {
        font-weight: 200 !important; }
    body.catalog-category-view:not(.category-landing-page) dd.powerplant_filters ol li:last-child {
      border-bottom: none !important; }
  body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol {
    margin-left: 0px !important;
    height: auto !important; }
    body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol li {
      width: 100% !important;
      margin-left: 0px !important;
      position: static !important;
      border-bottom: solid 3px #fff; }
    body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol li a {
      text-decoration: none; }
    body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol li a:after {
      content: "";
      height: 45px;
      width: 45px;
      display: inline-block;
      float: right;
      margin-top: -11px;
      margin-right: -14px;
      background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/filter_icon.jpg) no-repeat 0 0;
      background-size: 40px;
      cursor: pointer; }
    body.catalog-category-view:not(.category-landing-page) dd.activities_filters ol li:last-child {
      border-bottom: none !important; }
  body.catalog-category-view:not(.category-landing-page) .velocity_filters div.amshopby-slider-price-from {
    width: 48% !important; }
  body.catalog-category-view:not(.category-landing-page) .velocity_filters div.amshopby-slider-price-to {
    width: 52% !important; }
  body.catalog-category-view:not(.category-landing-page) dd.price_filters ol {
    padding-top: 20px !important;
    background-color: #dddddd;
    padding-bottom: 10px; }
  body.catalog-category-view:not(.category-landing-page) dd.velocity_filters ol {
    padding-top: 20px !important;
    background-color: #dddddd;
    padding-bottom: 10px; }
  body.catalog-category-view:not(.category-landing-page) div.col-left dd.powerplant_filters {
    padding-top: 0px !important; }
  body.catalog-category-view:not(.category-landing-page) div.col-left dd.brand_filters {
    padding-bottom: 0px !important; }
  body.catalog-category-view:not(.category-landing-page) div.col-left dd.gun {
    padding-bottom: 0px !important; }
  body.catalog-category-view:not(.category-landing-page) #narrow-by-list, body.catalog-category-view:not(.category-landing-page) #narrow-by-list2 {
    padding: 0px;
    border: none; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main {
    min-height: 100px;
    margin-bottom: 0px; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.layered_drop {
      display: block !important; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_layered_button {
      display: block; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left-first .block-layered-nav .block-content > dl > dd {
      display: block; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left {
      width: 95%;
      margin-bottom: 20px;
      padding: 0px;
      margin-left: 2.5%; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left {
      display: none;
      border-top: none;
      border-bottom: none;
      border-left: solid 1px #dddddd;
      border-right: solid 1px #dddddd;
      width: 95%;
      margin-left: 2.5%; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left div.mobile_layered_nav {
        padding-top: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left div.block-content {
        margin-top: 0px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left div.block-title {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left p.block-subtitle {
        display: none; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list {
        border-left: none;
        border-bottom: none;
        border-right: none;
        padding: 0px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list .amshopby-slider-price {
          display: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd ol li {
          padding: 12px;
          background-color: #dddddd;
          border-bottom: solid 3px #fff;
          cursor: pointer; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd ol li a {
            color: #5d5d5d;
            font-weight: 200;
            font-size: 14px;
            text-decoration: none; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd ol li img {
            display: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd ol li:after {
          content: "";
          height: 45px;
          width: 45px;
          display: inline-block;
          float: right;
          margin-top: -11px;
          margin-right: -14px;
          background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/filter_icon.jpg) no-repeat 0 0;
          background-size: 40px;
          cursor: pointer; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd ol li:last-child {
          margin-bottom: -4px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd:last-child ol li:last-child {
          border-bottom: none !important; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dt {
          padding: 12px;
          border-top: solid 1px #dddddd;
          border-bottom: solid 1px #dddddd;
          font-weight: bold;
          margin-top: -1px;
          cursor: pointer;
          color: #5d5d5d; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dt:after {
          content: "";
          height: 45px;
          width: 45px;
          display: inline-block;
          float: right;
          margin-top: -12px;
          margin-right: -19px;
          background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/filter_arrows.jpg) no-repeat 0 -33px;
          background-size: 33px;
          cursor: pointer; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dd.velocity_filters ol li:after {
          content: none; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.mobile_left dl#narrow-by-list dt.expanded_filter:after {
          background-position: 0 0; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main {
      margin-left: 0px;
      width: 100%;
      position: static; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.toolbar {
        position: static;
        margin-left: 2.5%;
        margin-top: 15px;
        width: 95%; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.toolbar div.pager {
          height: 25px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.toolbar div.sort-by label {
          width: 12%;
          margin-right: 2%;
          margin-top: 5px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.toolbar div.sort-by {
          width: 100%; }
          body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.toolbar div.sort-by div.select-container {
            width: 86%; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.category-products ul.products-grid {
      margin-top: 25px !important; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.category-products ul.products-grid li {
        margin-bottom: 25px; }
        body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.category-products ul.products-grid li a.product-image {
          height: auto !important;
          border: none !important; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.category-products ul.products-grid li:last-child {
        border: none !important;
        margin-bottom: 0px !important; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.category-products ul.products-grid img {
        margin-bottom: 25px; }
  body.catalog-category-view:not(.category-landing-page) span.results_expander.results_drop {
    background-position: 0 -48px !important; }
  body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom {
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.limiter div.select-container {
    display: none !important; }
  body.catalog-category-view:not(.category-landing-page) p.category-image {
    display: none; }
  body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li {
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 50px;
    border-bottom: solid 1px #dddddd; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.desc {
      display: none; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.mobile_desc {
      font-size: 11px;
      font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-weight: 400;
      color: #888888;
      text-align: left;
      width: 65%;
      display: block; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.price-box .price {
      font-size: 14px; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.rating-box {
      top: auto;
      right: 0px;
      bottom: 15px;
      width: 90px;
      background-size: 90px;
      height: 17px;
      background-position: 0 -24px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.rating-box div.rating {
        background-size: 90px;
        height: 17px; }
    body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.product-info {
      bottom: 0;
      padding-bottom: 0px;
      min-height: none;
      width: 100%;
      height: 73px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.product-info div.price-box {
        position: absolute;
        top: auto;
        right: 0px;
        bottom: 45px; }
      body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.product-info h2.product-name a {
        width: 64%;
        display: inline-block;
        margin-top: 3px;
        font-size: 14px;
        line-height: 18px; }
  body.catalog-category-view:not(.category-landing-page) div.breadcrumbs {
    display: block;
    margin-left: 2.5%;
    margin-top: 15px;
    margin-bottom: 10px; }
  div.mobile_layered_nav {
    display: block !important;
    padding-top: 4px; } }

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative; }

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px; }

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%; }

.catblocks li {
  position: relative;
  float: left !important;
  width: 25% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px; }

.catblocks li:hover {
  border-color: #ed1b2f; }

@media only screen and (max-width: 767px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important; }
  .catblocks li:nth-child(even) {
    margin-right: 0 !important; } }

@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none; } }

.catblocks li:last-child {
  margin-right: 0 !important; }

.catblocks li img {
  width: 100%;
  max-width: 100%; }

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px; }

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none; }

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px; }

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center; }

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px; }

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important; }

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px; }

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover, .cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text, .catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px; }

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots, .catalog-category-view div.categoryland-caption span.three-dots {
  background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc, .catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565; }

body.catalog-product-view div.breadcrumbs li:last-child, body.review-product-list div.breadcrumbs li:last-child {
  display: block !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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
body.catalog-product-view #product-attribute-specs-table, body.review-product-list #product-attribute-specs-table {
  margin-bottom: 50px; }
body.catalog-product-view #product_addtocart_form .link-stock-alert a, body.review-product-list #product_addtocart_form .link-stock-alert a {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 118px;
  padding: 12px;
  background-color: #ed1b2f;
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  z-index: 9999999; }
body.catalog-product-view #product_addtocart_form .link-stock-alert a:hover, body.review-product-list #product_addtocart_form .link-stock-alert a:hover {
  background-color: #dd1126; }
body.catalog-product-view .add-to-cart-wrapper .price-info .price-box .price, body.review-product-list .add-to-cart-wrapper .price-info .price-box .price {
  margin-right: 15px;
  color: black;
  display: inline-block;
  margin-top: 0px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
body.catalog-product-view p.price-as-configured, body.review-product-list p.price-as-configured {
  display: none; }
body.catalog-product-view .empty_dl, body.review-product-list .empty_dl {
  font-size: 12px;
  color: #555;
  margin-top: 5px; }
body.catalog-product-view .collateral-box.box-attachments, body.review-product-list .collateral-box.box-attachments {
  width: 46.5%; }
  body.catalog-product-view .collateral-box.box-attachments h2, body.review-product-list .collateral-box.box-attachments h2 {
    display: none; }
  body.catalog-product-view .collateral-box.box-attachments td.data, body.review-product-list .collateral-box.box-attachments td.data {
    width: 50%; }
  body.catalog-product-view .collateral-box.box-attachments td, body.review-product-list .collateral-box.box-attachments td {
    border: none; }
  body.catalog-product-view .collateral-box.box-attachments .attach-title, body.review-product-list .collateral-box.box-attachments .attach-title {
    text-decoration: none; }
  body.catalog-product-view .collateral-box.box-attachments div.attachment-specs td.label span.attach-img, body.review-product-list .collateral-box.box-attachments div.attachment-specs td.label span.attach-img {
    float: left;
    margin-bottom: 10px !important; }
  body.catalog-product-view .collateral-box.box-attachments .attach-img img, body.review-product-list .collateral-box.box-attachments .attach-img img {
    width: 50px !important;
    height: auto !important;
    border-radius: 3px;
    margin-right: 10px !important;
    margin-top: 5px !important; }
body.catalog-product-view .accessories_tab_container, body.review-product-list .accessories_tab_container {
  width: 60%; }
body.catalog-product-view .box-up-sell .box-title h2, body.review-product-list .box-up-sell .box-title h2 {
  display: none;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: -15px; }
body.catalog-product-view .upsell_products_list, body.review-product-list .upsell_products_list {
  display: none; }
  body.catalog-product-view .upsell_products_list div.breadcrumbs, body.review-product-list .upsell_products_list div.breadcrumbs {
    display: none; }
  body.catalog-product-view .upsell_products_list ul.products-grid, body.review-product-list .upsell_products_list ul.products-grid {
    margin-left: 20px; }
    body.catalog-product-view .upsell_products_list ul.products-grid li, body.review-product-list .upsell_products_list ul.products-grid li {
      margin-right: 70px !important;
      margin-bottom: 10px !important; }
    body.catalog-product-view .upsell_products_list ul.products-grid li:last-child, body.review-product-list .upsell_products_list ul.products-grid li:last-child {
      margin-right: 0px !important; }
    body.catalog-product-view .upsell_products_list ul.products-grid .product-name a, body.review-product-list .upsell_products_list ul.products-grid .product-name a {
      font-size: 12px;
      color: #5d5d5d;
      text-align: center;
      display: inline-block;
      text-transform: capitalize;
      width: 100%;
      margin-top: 5px;
      height: 113px; }
    body.catalog-product-view .upsell_products_list ul.products-grid .product-image:hover, body.review-product-list .upsell_products_list ul.products-grid .product-image:hover {
      border: none; }
    body.catalog-product-view .upsell_products_list ul.products-grid .product-image, body.review-product-list .upsell_products_list ul.products-grid .product-image {
      border: none; }
    body.catalog-product-view .upsell_products_list ul.products-grid .price-box, body.review-product-list .upsell_products_list ul.products-grid .price-box {
      display: none; }
body.catalog-product-view .full_width_max, body.review-product-list .full_width_max {
  width: 100% !important;
  max-width: 100% !important; }
body.catalog-product-view div.product-view, body.review-product-list div.product-view {
  margin-top: -25px; }
body.catalog-product-view div.more-views, body.review-product-list div.more-views {
  margin-top: 7px;
  height: 123px !important; }
body.catalog-product-view div.main-container, body.review-product-list div.main-container {
  padding: 0px; }
  body.catalog-product-view div.main-container div.product-img-box, body.review-product-list div.main-container div.product-img-box {
    width: 100%;
    float: none; }
  body.catalog-product-view div.main-container fieldset.product-options, body.review-product-list div.main-container fieldset.product-options {
    display: none; }
  body.catalog-product-view div.main-container div.product-options-bottom, body.review-product-list div.main-container div.product-options-bottom {
    position: absolute;
    right: 0px;
    background-color: #fff;
    border: none;
    padding: 0px; }
    body.catalog-product-view div.main-container div.product-options-bottom button.btn-cart, body.review-product-list div.main-container div.product-options-bottom button.btn-cart {
      padding: 11px 20px;
      margin-top: 2px; }
      body.catalog-product-view div.main-container div.product-options-bottom button.btn-cart span span, body.review-product-list div.main-container div.product-options-bottom button.btn-cart span span {
        font-size: 15px; }
    body.catalog-product-view div.main-container div.product-options-bottom .qty_section_wrap, body.review-product-list div.main-container div.product-options-bottom .qty_section_wrap {
      float: left; }
      body.catalog-product-view div.main-container div.product-options-bottom .qty_section_wrap label, body.review-product-list div.main-container div.product-options-bottom .qty_section_wrap label {
        text-transform: uppercase;
        color: #888888;
        font-size: 13px;
        margin-top: 13px;
        margin-right: 10px; }
      body.catalog-product-view div.main-container div.product-options-bottom .qty_section_wrap input.input-text, body.review-product-list div.main-container div.product-options-bottom .qty_section_wrap input.input-text {
        margin-right: 10px;
        width: 54px;
        height: 42px;
        border: solid 1px #dddddd;
        color: #5d5d5d;
        background-color: #f8f8f8;
        text-align: left;
        padding-left: 15px;
        font-size: 12px;
        font-weight: bold; }
      body.catalog-product-view div.main-container div.product-options-bottom .qty_section_wrap span.qty_selector, body.review-product-list div.main-container div.product-options-bottom .qty_section_wrap span.qty_selector {
        width: 12px;
        height: 15px;
        position: absolute;
        float: left;
        background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sort_arrows.png) no-repeat 0 0;
        display: block;
        top: 17px;
        left: 75px; }
      body.catalog-product-view div.main-container div.product-options-bottom .qty_section_wrap span.up_selector, body.review-product-list div.main-container div.product-options-bottom .qty_section_wrap span.up_selector {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 72px;
        top: 7px;
        z-index: 99999999;
        cursor: pointer; }
      body.catalog-product-view div.main-container div.product-options-bottom .qty_section_wrap span.down_selector, body.review-product-list div.main-container div.product-options-bottom .qty_section_wrap span.down_selector {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 72px;
        top: 25px;
        z-index: 99999999;
        cursor: pointer; }
    body.catalog-product-view div.main-container div.product-options-bottom .add-to-cart, body.review-product-list div.main-container div.product-options-bottom .add-to-cart {
      border: none;
      width: 255px; }
    body.catalog-product-view div.main-container div.product-options-bottom .add-to-links, body.review-product-list div.main-container div.product-options-bottom .add-to-links {
      display: none; }
    body.catalog-product-view div.main-container div.product-options-bottom .sharing-links, body.review-product-list div.main-container div.product-options-bottom .sharing-links {
      display: none; }
    body.catalog-product-view div.main-container div.product-options-bottom p.required, body.review-product-list div.main-container div.product-options-bottom p.required {
      display: none; }
  body.catalog-product-view div.main-container .configurable_options, body.review-product-list div.main-container .configurable_options {
    float: right;
    margin-right: 275px;
    margin-top: 0px;
    margin-left: 5px; }
    body.catalog-product-view div.main-container .configurable_options .option_selector, body.review-product-list div.main-container .configurable_options .option_selector {
      width: 42px;
      height: 42px;
      float: left;
      background-color: #f0f0f0;
      border: solid 1px #d8d8d8;
      text-align: center;
      font-size: 12px;
      cursor: pointer;
      text-transform: capitalize;
      margin-left: 5px; }
      body.catalog-product-view div.main-container .configurable_options .option_selector span, body.review-product-list div.main-container .configurable_options .option_selector span {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        width: 40px;
        overflow: hidden; }
    body.catalog-product-view div.main-container .configurable_options .selector_active, body.review-product-list div.main-container .configurable_options .selector_active {
      background-color: #ed1b2f;
      box-shadow: inset 0px 1px 7px -3px #000;
      border: solid 1px #ed1b2f; }
    body.catalog-product-view div.main-container .configurable_options .option_active, body.review-product-list div.main-container .configurable_options .option_active {
      color: #fff; }
  body.catalog-product-view div.main-container div.product-img-box, body.review-product-list div.main-container div.product-img-box {
    padding: 0px;
    margin-bottom: -7px; }
    body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs, body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs {
      position: relative;
      overflow: hidden;
      height: 90px;
      padding-left: 1px; }
      body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li, body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li {
        margin-right: 9px;
        cursor: pointer; }
        body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li a, body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li a {
          border: none !important;
          position: relative; }
          body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li a img, body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li a img {
            max-height: 41px;
            max-width: 100%;
            width: 100%;
            margin-top: 39px;
            margin-bottom: 38px; }
      body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs div.thumb-overlay, body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs div.thumb-overlay {
        border: solid 1px #dddddd;
        content: "";
        min-width: 119px;
        height: 43px;
        position: absolute;
        top: 38px;
        display: none; }
    body.catalog-product-view div.main-container div.product-img-box div.active_thumb, body.review-product-list div.main-container div.product-img-box div.active_thumb {
      border: solid 1px #ed1b2f !important; }
  body.catalog-product-view div.main-container div.more-views h2, body.review-product-list div.main-container div.more-views h2 {
    display: none; }
body.catalog-product-view div#messages_product_view, body.review-product-list div#messages_product_view {
  position: absolute;
  width: 100%;
  z-index: 10000000000000000000;
  top: -10px; }
body.catalog-product-view .zoomContainer, body.review-product-list .zoomContainer {
  display: none; }
body.catalog-product-view div.product-image, body.review-product-list div.product-image {
  border: none !important;
  z-index: 99;
  height: 375px;
  overflow: hidden;
  margin-bottom: 15px; }
  body.catalog-product-view div.product-image div.product-image-gallery, body.review-product-list div.product-image div.product-image-gallery {
    overflow: hidden;
    max-width: 1290px;
    margin: 0 auto;
    cursor: crosshair;
    padding-top: 25px;
    padding-bottom: 25px; }
    body.catalog-product-view div.product-image div.product-image-gallery img, body.review-product-list div.product-image div.product-image-gallery img {
      max-width: 1290px;
      margin: 0 auto;
      width: auto !important;
      max-height: 350px; }
    body.catalog-product-view div.product-image div.product-image-gallery img.resized_image, body.review-product-list div.product-image div.product-image-gallery img.resized_image {
      max-width: 1290px;
      margin: 0 auto; }
@media only screen and (max-width: 979px) {
  body.catalog-product-view #product_addtocart_form .link-stock-alert a, body.review-product-list #product_addtocart_form .link-stock-alert a {
    margin-top: -28px; }
  body.catalog-product-view .out-of-stock, body.review-product-list .out-of-stock {
    right: 125px !important; } }
@media only screen and (max-width: 767px) {
  body.catalog-product-view .out-of-stock, body.review-product-list .out-of-stock {
    top: 69px !important;
    right: 123px !important; } }
body.catalog-product-view div.product-shop, body.review-product-list div.product-shop {
  width: 50%;
  float: left;
  padding-left: 0px; }
  body.catalog-product-view div.product-shop div.extra-info .out-of-stock, body.review-product-list div.product-shop div.extra-info .out-of-stock {
    position: absolute;
    top: 118px;
    right: 104px;
    background-color: #F4F4F4;
    padding: 11px 15px 10px 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  body.catalog-product-view div.product-shop div.product-name span.h1, body.review-product-list div.product-shop div.product-name span.h1 {
    color: #000;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-bottom: 0px; }
  body.catalog-product-view div.product-shop div.short-description div.std, body.review-product-list div.product-shop div.short-description div.std {
    font-size: 16px;
    font-weight: 500;
    color: #888888; }
body.catalog-product-view div.product-collateral .toggle-tabs, body.review-product-list div.product-collateral .toggle-tabs {
  border-bottom: solid 1px #d5d5d5;
  border-left: none;
  border-top: none;
  border-right: none;
  background-color: #fff; }
  body.catalog-product-view div.product-collateral .toggle-tabs li.current, body.review-product-list div.product-collateral .toggle-tabs li.current {
    border: none; }
    body.catalog-product-view div.product-collateral .toggle-tabs li.current span, body.review-product-list div.product-collateral .toggle-tabs li.current span {
      border-bottom: solid 3px #ed1b2f;
      padding: 0px 19px;
      color: #ed1b2f; }
  body.catalog-product-view div.product-collateral .toggle-tabs li span, body.review-product-list div.product-collateral .toggle-tabs li span {
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    padding: 0px 19px;
    height: 44px;
    color: #5d5d5d; }
  body.catalog-product-view div.product-collateral .toggle-tabs li:hover span, body.review-product-list div.product-collateral .toggle-tabs li:hover span {
    color: #ed1b2f; }
body.catalog-product-view div.product-collateral dd.tab-container, body.review-product-list div.product-collateral dd.tab-container {
  border: none; }
body.catalog-product-view div.product-collateral dl.collateral-tabs, body.review-product-list div.product-collateral dl.collateral-tabs {
  min-height: 800px; }
body.catalog-product-view div.product-collateral div.tab-content div.box-reviews, body.review-product-list div.product-collateral div.tab-content div.box-reviews {
  width: 750px !important; }
  body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl {
    margin-bottom: 20px; }
    body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dt, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dt {
      text-transform: capitalize !important;
      font-size: 15px;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-weight: bold;
      margin-top: 0px !important; }
    body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dd, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dd {
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 24px; }
      body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dd table th, body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dd table body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dd table span, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dd table th, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dd table body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dd table span {
        text-transform: capitalize;
        font-size: 15px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: bold;
        color: #666666; }
      body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dd table td div.rating-box div.rating, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dd table td div.rating-box div.rating {
        background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/reviews_sprite.png);
        background-position: 0 1px;
        background-size: 65px; }
      body.catalog-product-view div.product-collateral div.tab-content div.box-reviews dl dd span.review-meta, body.review-product-list div.product-collateral div.tab-content div.box-reviews dl dd span.review-meta {
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
        font-weight: 200 !important;
        color: #666666 !important; }
body.catalog-product-view div.product-collateral div.review-heading, body.review-product-list div.product-collateral div.review-heading {
  display: none; }
body.catalog-product-view div.product-collateral > dl > dd, body.review-product-list div.product-collateral > dl > dd {
  padding: 25px 0 0 0; }
  body.catalog-product-view div.product-collateral > dl > dd div.std, body.review-product-list div.product-collateral > dl > dd div.std {
    margin-bottom: 75px;
    width: 750px; }
    body.catalog-product-view div.product-collateral > dl > dd div.std iframe, body.review-product-list div.product-collateral > dl > dd div.std iframe {
      float: right;
      margin: 5px 5px 5px 35px; }
    body.catalog-product-view div.product-collateral > dl > dd div.std p, body.review-product-list div.product-collateral > dl > dd div.std p {
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 24px; }
    body.catalog-product-view div.product-collateral > dl > dd div.std h2, body.review-product-list div.product-collateral > dl > dd div.std h2 {
      display: block;
      clear: both;
      text-transform: capitalize;
      font-size: 15px;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-weight: bold;
      color: #666666; }
    body.catalog-product-view div.product-collateral > dl > dd div.std ul, body.review-product-list div.product-collateral > dl > dd div.std ul {
      clear: both;
      margin-bottom: 20px; }
      body.catalog-product-view div.product-collateral > dl > dd div.std ul li, body.review-product-list div.product-collateral > dl > dd div.std ul li {
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        margin-left: 20px; }
    body.catalog-product-view div.product-collateral > dl > dd div.std ul.no_bullet li, body.review-product-list div.product-collateral > dl > dd div.std ul.no_bullet li {
      list-style-type: none;
      margin-left: 0px; }
    body.catalog-product-view div.product-collateral > dl > dd div.std span, body.review-product-list div.product-collateral > dl > dd div.std span {
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 24px;
      font-style: italic;
      margin-bottom: 20px;
      display: inline-block; }
body.catalog-product-view span.added_to_list, body.review-product-list span.added_to_list {
  background-color: #666666 !important;
  color: #fff !important;
  cursor: default !important; }
body.catalog-product-view div.product-collateral, body.review-product-list div.product-collateral {
  margin-top: 16px;
  position: relative; }
body.catalog-product-view div.further_customize, body.review-product-list div.further_customize {
  width: 258px;
  background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/customize_bg.png) no-repeat;
  height: 721px;
  float: left;
  position: absolute;
  top: 45px;
  left: 780px; }
  body.catalog-product-view div.further_customize span.wishlist_dummy_btn, body.review-product-list div.further_customize span.wishlist_dummy_btn {
    padding: 12px;
    display: block;
    width: 84.5%;
    margin-left: 7.5%;
    text-align: center;
    background-color: #d5d5d5;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5d5d5d;
    font-size: 13px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    cursor: pointer; }
  body.catalog-product-view div.further_customize span.compare_dummy_btn, body.review-product-list div.further_customize span.compare_dummy_btn {
    padding: 12px;
    display: block;
    width: 84.5%;
    margin-left: 7.5%;
    text-align: center;
    background-color: #d5d5d5;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5d5d5d;
    font-size: 13px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    cursor: pointer; }
  body.catalog-product-view div.further_customize span.wishlist_dummy_btn:hover, body.review-product-list div.further_customize span.wishlist_dummy_btn:hover {
    background-color: #ed1b2f;
    color: #fff; }
  body.catalog-product-view div.further_customize span.compare_dummy_btn:hover, body.review-product-list div.further_customize span.compare_dummy_btn:hover {
    background-color: #ed1b2f;
    color: #fff; }
  body.catalog-product-view div.further_customize h3, body.review-product-list div.further_customize h3 {
    text-transform: capitalize;
    font-size: 13px;
    color: #5d5d5d;
    padding-left: 7.5%;
    margin-top: 50px;
    margin-bottom: 20px; }
body.catalog-product-view div.related_products, body.review-product-list div.related_products {
  width: 250px;
  float: left;
  position: absolute;
  top: 45px;
  left: 1039px;
  min-height: 780px;
  padding-left: 10px;
  padding-right: 10px; }
  body.catalog-product-view div.related_products div.split-button-created, body.review-product-list div.related_products div.split-button-created {
    display: none; }
  body.catalog-product-view div.related_products input.related-checkbox, body.review-product-list div.related_products input.related-checkbox {
    display: none; }
  body.catalog-product-view div.related_products div.box-collateral, body.review-product-list div.related_products div.box-collateral {
    width: 100%;
    float: none; }
  body.catalog-product-view div.related_products div.product-details, body.review-product-list div.related_products div.product-details {
    width: 100%;
    margin-left: 0px; }
    body.catalog-product-view div.related_products div.product-details h3.product-name, body.review-product-list div.related_products div.product-details h3.product-name {
      margin-bottom: 0px; }
      body.catalog-product-view div.related_products div.product-details h3.product-name a, body.review-product-list div.related_products div.product-details h3.product-name a {
        font-size: 12px;
        color: #5d5d5d;
        text-align: center;
        width: 93%;
        display: inline-block; }
    body.catalog-product-view div.related_products div.product-details p.related_desc, body.review-product-list div.related_products div.product-details p.related_desc {
      font-size: 12px;
      text-align: center;
      width: 93%;
      color: #888888;
      line-height: 16px; }
    body.catalog-product-view div.related_products div.product-details div.price-box, body.review-product-list div.related_products div.product-details div.price-box {
      display: none; }
  body.catalog-product-view div.related_products div.block-title, body.review-product-list div.related_products div.block-title {
    display: none; }
  body.catalog-product-view div.related_products p.note, body.review-product-list div.related_products p.note {
    display: none; }
  body.catalog-product-view div.related_products ol.mini-products-list, body.review-product-list div.related_products ol.mini-products-list {
    overflow: auto;
    height: 655px; }
    body.catalog-product-view div.related_products ol.mini-products-list li, body.review-product-list div.related_products ol.mini-products-list li {
      margin-bottom: 40px;
      cursor: pointer; }
      body.catalog-product-view div.related_products ol.mini-products-list li div.product, body.review-product-list div.related_products ol.mini-products-list li div.product {
        margin-left: 0px; }
      body.catalog-product-view div.related_products ol.mini-products-list li a.product-image, body.review-product-list div.related_products ol.mini-products-list li a.product-image {
        border: none; }
        body.catalog-product-view div.related_products ol.mini-products-list li a.product-image img, body.review-product-list div.related_products ol.mini-products-list li a.product-image img {
          width: 200px;
          margin-top: 5px;
          margin-bottom: 5px;
          max-height: 130px;
          width: auto;
          margin-right: auto;
          margin-left: auto; }
    body.catalog-product-view div.related_products ol.mini-products-list li:hover p.related_desc, body.review-product-list div.related_products ol.mini-products-list li:hover p.related_desc {
      color: #ed1b2f; }
    body.catalog-product-view div.related_products ol.mini-products-list li:hover .product-name a, body.review-product-list div.related_products ol.mini-products-list li:hover .product-name a {
      color: #ed1b2f; }
    body.catalog-product-view div.related_products ol.mini-products-list div.breadcrumbs, body.review-product-list div.related_products ol.mini-products-list div.breadcrumbs {
      display: none; }
  body.catalog-product-view div.related_products h2, body.review-product-list div.related_products h2 {
    font-size: 15px;
    color: #888888;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
body.catalog-product-view .price-box p, body.review-product-list .price-box p {
  float: left; }
body.catalog-product-view ul.suggested_activities, body.review-product-list ul.suggested_activities {
  width: 84.5%;
  margin-left: 7.5%; }
  body.catalog-product-view ul.suggested_activities li, body.review-product-list ul.suggested_activities li {
    height: 50px;
    width: 100%;
    margin-bottom: 5px; }
    body.catalog-product-view ul.suggested_activities li span, body.review-product-list ul.suggested_activities li span {
      display: inline-block;
      float: left;
      margin-left: 10px;
      margin-top: 10px;
      transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease; }
    body.catalog-product-view ul.suggested_activities li span.disabled_activity_title, body.review-product-list ul.suggested_activities li span.disabled_activity_title {
      color: #acacac;
      text-decoration: line-through; }
    body.catalog-product-view ul.suggested_activities li img, body.review-product-list ul.suggested_activities li img {
      float: left;
      height: 45px;
      width: 45px;
      transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease; }
    body.catalog-product-view ul.suggested_activities li img.active_activity, body.review-product-list ul.suggested_activities li img.active_activity {
      opacity: 1 !important; }
    body.catalog-product-view ul.suggested_activities li .activity_title.activity_active, body.review-product-list ul.suggested_activities li .activity_title.activity_active {
      color: #5d5d5d !important;
      text-decoration: none !important; }
    body.catalog-product-view ul.suggested_activities li img.disabled_activity, body.review-product-list ul.suggested_activities li img.disabled_activity {
      opacity: 0.3; }
body.catalog-product-view div.avg_product_rating div.ratings, body.review-product-list div.avg_product_rating div.ratings {
  margin-top: 29px;
  margin-bottom: 42px;
  margin-left: 7.5%; }
body.catalog-product-view div.avg_product_rating p.rating-links, body.review-product-list div.avg_product_rating p.rating-links {
  display: none; }
body.catalog-product-view div.avg_product_rating div.rating-box, body.review-product-list div.avg_product_rating div.rating-box {
  width: 113px;
  height: 20px;
  background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/reviews_sprite.png);
  background-position: 0 -31px;
  background-repeat: no-repeat; }
  body.catalog-product-view div.avg_product_rating div.rating-box div.rating, body.review-product-list div.avg_product_rating div.rating-box div.rating {
    background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/reviews_sprite.png);
    background-position: 0 0;
    height: 22px; }
body.catalog-product-view div.add-to-cart-wrapper, body.review-product-list div.add-to-cart-wrapper {
  width: auto;
  float: right;
  clear: right;
  position: absolute;
  right: 0px;
  top: 118px; }
  body.catalog-product-view div.add-to-cart-wrapper div.price-info, body.review-product-list div.add-to-cart-wrapper div.price-info {
    float: left; }
    body.catalog-product-view div.add-to-cart-wrapper div.price-info p.old-price, body.review-product-list div.add-to-cart-wrapper div.price-info p.old-price {
      display: none; }
    body.catalog-product-view div.add-to-cart-wrapper div.price-info p.special-price, body.review-product-list div.add-to-cart-wrapper div.price-info p.special-price {
      margin-right: 15px; }
      body.catalog-product-view div.add-to-cart-wrapper div.price-info p.special-price span.price, body.review-product-list div.add-to-cart-wrapper div.price-info p.special-price span.price {
        color: #000;
        font-weight: 500;
        font-size: 20px;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
    body.catalog-product-view div.add-to-cart-wrapper div.price-info span.regular-price span.price, body.review-product-list div.add-to-cart-wrapper div.price-info span.regular-price span.price {
      margin-right: 15px;
      color: black;
      display: inline-block;
      margin-top: 0px;
      color: #000;
      font-weight: 500;
      font-size: 20px;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
  body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart, body.review-product-list div.add-to-cart-wrapper div.add-to-cart {
    border: none;
    position: relative; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart div.qty_section_wrap, body.review-product-list div.add-to-cart-wrapper div.add-to-cart div.qty_section_wrap {
      float: left;
      width: auto;
      position: relative; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart label, body.review-product-list div.add-to-cart-wrapper div.add-to-cart label {
      text-transform: uppercase;
      color: #888888;
      font-size: 13px;
      margin-top: 13px;
      margin-right: 10px; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart input.input-text, body.review-product-list div.add-to-cart-wrapper div.add-to-cart input.input-text {
      margin-right: 10px;
      width: 54px;
      height: 42px;
      border: solid 1px #dddddd;
      color: #5d5d5d;
      background-color: #f8f8f8;
      text-align: left;
      padding-left: 13px;
      font-size: 12px;
      font-weight: bold;
      padding-right: 23px; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart span.qty_selector, body.review-product-list div.add-to-cart-wrapper div.add-to-cart span.qty_selector {
      width: 12px;
      height: 15px;
      position: absolute;
      float: left;
      background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sort_arrows.png) no-repeat 0 0;
      display: block;
      top: 17px;
      left: 75px; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart span.up_selector, body.review-product-list div.add-to-cart-wrapper div.add-to-cart span.up_selector {
      position: absolute;
      width: 15px;
      height: 15px;
      left: 72px;
      top: 7px;
      z-index: 99999999;
      cursor: pointer; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart span.down_selector, body.review-product-list div.add-to-cart-wrapper div.add-to-cart span.down_selector {
      position: absolute;
      width: 15px;
      height: 15px;
      left: 72px;
      top: 25px;
      z-index: 99999999;
      cursor: pointer; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart button.btn-cart, body.review-product-list div.add-to-cart-wrapper div.add-to-cart button.btn-cart {
      padding: 11px 20px;
      margin-top: 2px; }
      body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart button.btn-cart span span, body.review-product-list div.add-to-cart-wrapper div.add-to-cart button.btn-cart span span {
        font-size: 15px; }
  body.catalog-product-view div.add-to-cart-wrapper ul.add-to-links, body.review-product-list div.add-to-cart-wrapper ul.add-to-links {
    display: none; }
  body.catalog-product-view div.add-to-cart-wrapper ul.sharing-links, body.review-product-list div.add-to-cart-wrapper ul.sharing-links {
    display: none; }
@media only screen and (min-width: 979px) {
  body.catalog-product-view div.add-to-cart-wrapper, body.review-product-list div.add-to-cart-wrapper {
    min-width: 400px !important; }
  body.catalog-product-view div.short-description div.std, body.review-product-list div.short-description div.std {
    width: 100%; } }
@media only screen and (min-width: 979px) {
  body.catalog-product-view #upsell-product-table, body.review-product-list #upsell-product-table {
    width: 75%; } }
@media only screen and (max-width: 1325px) {
  body.catalog-product-view div.product-image div.product-image-gallery img, body.review-product-list div.product-image div.product-image-gallery img {
    width: 100%;
    max-width: 1060px; } }
@media screen and (min-width: 980px) and (max-width: 1325px) {
  body.catalog-product-view div.product-collateral dl.collateral-tabs, body.review-product-list div.product-collateral dl.collateral-tabs {
    min-height: 700px; }
  body.catalog-product-view div.product-collateral > dl > dd div.std, body.review-product-list div.product-collateral > dl > dd div.std {
    width: 48% !important;
    max-height: 700px;
    overflow: auto;
    padding-right: 20px; }
  body.catalog-product-view div.product-collateral > dl > dd div.std iframe, body.review-product-list div.product-collateral > dl > dd div.std iframe {
    width: 100%;
    margin-left: 0px;
    height: 265px;
    float: none; }
  body.catalog-product-view div.breadcrumbs, body.review-product-list div.breadcrumbs {
    margin-left: 2.5%; }
  body.catalog-product-view div.main-container, body.review-product-list div.main-container {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  body.catalog-product-view div.further_customize, body.review-product-list div.further_customize {
    left: 49.5%; }
  body.catalog-product-view div.related_products, body.review-product-list div.related_products {
    left: 75.5%; } }
@media only screen and (max-width: 979px) {
  body.catalog-product-view .wrapper div.product-image div.product-image-gallery, body.review-product-list .wrapper div.product-image div.product-image-gallery {
    max-height: 450px; }
  body.catalog-product-view div.product-image, body.review-product-list div.product-image {
    height: auto !important; }
  body.catalog-product-view .box-up-sell .box-title h2, body.review-product-list .box-up-sell .box-title h2 {
    display: none !important; }
  body.catalog-product-view .collateral-box.box-attachments, body.review-product-list .collateral-box.box-attachments {
    width: 100%; }
  body.catalog-product-view .wrapper div.product-image div.product-image-gallery img, body.review-product-list .wrapper div.product-image div.product-image-gallery img {
    max-height: none !important;
    width: 100% !important; }
  body.catalog-product-view div.product-options-bottom, body.review-product-list div.product-options-bottom {
    width: 100%;
    position: static !important; }
    body.catalog-product-view div.product-options-bottom div.qty_section_wrap, body.review-product-list div.product-options-bottom div.qty_section_wrap {
      display: none; }
  body.catalog-product-view div.configurable_options, body.review-product-list div.configurable_options {
    margin-right: 2.5% !important; }
  body.catalog-product-view div.price-info, body.review-product-list div.price-info {
    margin-left: 2.5%; }
  body.catalog-product-view div.more-views, body.review-product-list div.more-views {
    display: none; }
  body.catalog-product-view .product-options-bottom .add-to-cart, body.review-product-list .product-options-bottom .add-to-cart {
    width: 100% !important; }
    body.catalog-product-view .product-options-bottom .add-to-cart button.btn-cart, body.review-product-list .product-options-bottom .add-to-cart button.btn-cart {
      width: 100%;
      margin-top: 45px !important; }
  body.catalog-product-view div.further_customize, body.review-product-list div.further_customize {
    top: -410px !important; }
    body.catalog-product-view div.further_customize h3, body.review-product-list div.further_customize h3 {
      top: -60px !important; }
  body.catalog-product-view div.ratings, body.review-product-list div.ratings {
    position: absolute !important;
    top: -85px !important;
    width: 100% !important; } }
@media screen and (min-width: 767px) and (max-width: 978px) {
  body.catalog-product-view div.product-collateral dd.tab-container, body.review-product-list div.product-collateral dd.tab-container {
    border: none !important;
    padding-top: 10px; }
  body.catalog-product-view dl.collateral-tabs, body.review-product-list dl.collateral-tabs {
    margin-bottom: 50px !important; }
  body.catalog-product-view div.product-shop, body.review-product-list div.product-shop {
    margin-top: 40px !important; }
  body.catalog-product-view div.add-to-cart-wrapper, body.review-product-list div.add-to-cart-wrapper {
    top: 108px !important; }
  body.catalog-product-view div.price-info, body.review-product-list div.price-info {
    margin-left: 10px !important; }
  body.catalog-product-view div.ratings, body.review-product-list div.ratings {
    top: -80px !important; }
  body.catalog-product-view div.further_customize, body.review-product-list div.further_customize {
    top: -420px !important; }
    body.catalog-product-view div.further_customize h3, body.review-product-list div.further_customize h3 {
      margin-top: 25px !important; } }
@media only screen and (max-width: 979px) {
  body.catalog-product-view div.further_customize h3, body.review-product-list div.further_customize h3 {
    margin-top: 20px; }
  body.catalog-product-view div.price-info, body.catalog-product-view body.review-product-list div.price-info, body.review-product-list div.price-info, body.review-product-list body.review-product-list div.price-info {
    margin-left: 2.5% !important; }
  body.catalog-product-view .product-view .add-to-cart-wrapper, body.review-product-list .product-view .add-to-cart-wrapper {
    padding-left: 0px !important; }
  body.catalog-product-view div.wrapper, body.review-product-list div.wrapper {
    overflow: hidden; }
  body.catalog-product-view div.product-collateral dl.collateral-tabs, body.review-product-list div.product-collateral dl.collateral-tabs {
    min-height: 0px;
    margin-bottom: 20px; }
  body.catalog-product-view div.product-collateral.toggle-content, body.review-product-list div.product-collateral.toggle-content {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 300px; }
  body.catalog-product-view div.product-collateral.toggle-content.no_options, body.review-product-list div.product-collateral.toggle-content.no_options {
    margin-top: 410px; }
  body.catalog-product-view div.breadcrumbs, body.review-product-list div.breadcrumbs {
    display: block;
    margin: 10px auto 10px auto;
    padding-left: 2.5%; }
    body.catalog-product-view div.breadcrumbs li:last-child, body.review-product-list div.breadcrumbs li:last-child {
      display: none; }
    body.catalog-product-view div.breadcrumbs li:nth-child(3) a:after, body.review-product-list div.breadcrumbs li:nth-child(3) a:after {
      display: none; }
  body.catalog-product-view .product-collateral > dl > dt, body.review-product-list .product-collateral > dl > dt {
    padding: 10px;
    background-color: #fff; }
    body.catalog-product-view .product-collateral > dl > dt span, body.review-product-list .product-collateral > dl > dt span {
      color: #5d5d5d; }
  body.catalog-product-view div.ratings, body.review-product-list div.ratings {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
    margin-left: 0px !important; }
    body.catalog-product-view div.ratings div.rating-box, body.review-product-list div.ratings div.rating-box {
      margin: 0 auto; }
  body.catalog-product-view .alert-stock.link-stock-alert, body.review-product-list .alert-stock.link-stock-alert {
    position: relative;
    top: 40px; }
  body.catalog-product-view div.add-to-cart-wrapper, body.review-product-list div.add-to-cart-wrapper {
    width: 100%;
    float: none;
    clear: right;
    position: static;
    right: 0px;
    top: 60px; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart label, body.review-product-list div.add-to-cart-wrapper div.add-to-cart label {
      display: none; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart input.input-text, body.review-product-list div.add-to-cart-wrapper div.add-to-cart input.input-text {
      display: none; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart span.qty_selector, body.review-product-list div.add-to-cart-wrapper div.add-to-cart span.qty_selector {
      display: none; }
    body.catalog-product-view div.add-to-cart-wrapper div.add-to-cart button.btn-cart, body.review-product-list div.add-to-cart-wrapper div.add-to-cart button.btn-cart {
      width: 95%;
      margin-left: 2.5%;
      margin-top: 10px; }
  body.catalog-product-view ul.suggested_activities, body.review-product-list ul.suggested_activities {
    position: absolute;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    top: 0px; }
    body.catalog-product-view ul.suggested_activities li, body.review-product-list ul.suggested_activities li {
      float: left;
      width: 33.3%;
      height: 75px; }
      body.catalog-product-view ul.suggested_activities li img, body.review-product-list ul.suggested_activities li img {
        float: none;
        margin: 0 auto; }
      body.catalog-product-view ul.suggested_activities li span, body.review-product-list ul.suggested_activities li span {
        font-size: 12px;
        width: 100% !important;
        margin-top: 2px; }
  body.catalog-product-view span.wishlist_dummy_btn, body.review-product-list span.wishlist_dummy_btn {
    margin-top: 165px !important;
    margin-right: 2%; }
  body.catalog-product-view span.compare_dummy_btn, body.review-product-list span.compare_dummy_btn {
    margin-top: 165px !important;
    margin-right: 0px !important; }
  body.catalog-product-view div.product-collateral > dl > dd div.std, body.review-product-list div.product-collateral > dl > dd div.std {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px; }
  body.catalog-product-view div.product-collateral > dl > dd div.std iframe, body.review-product-list div.product-collateral > dl > dd div.std iframe {
    display: none; }
  body.catalog-product-view div.product-collateral dd.tab-container, body.review-product-list div.product-collateral dd.tab-container {
    padding-top: 0px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    max-height: 328px;
    overflow: scroll; }
  body.catalog-product-view #product-attribute-specs-table, body.review-product-list #product-attribute-specs-table {
    border: none; }
    body.catalog-product-view #product-attribute-specs-table th, body.catalog-product-view #product-attribute-specs-table body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.catalog-product-view #product-attribute-specs-table span, body.review-product-list #product-attribute-specs-table th, body.review-product-list #product-attribute-specs-table body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.review-product-list #product-attribute-specs-table span {
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #5d5d5d;
      line-height: 24px; }
    body.catalog-product-view #product-attribute-specs-table tr:last-child th, body.catalog-product-view #product-attribute-specs-table tr:last-child body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.catalog-product-view #product-attribute-specs-table tr:last-child span, body.review-product-list #product-attribute-specs-table tr:last-child th, body.review-product-list #product-attribute-specs-table tr:last-child body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.review-product-list #product-attribute-specs-table tr:last-child span {
      border-bottom: none; }
    body.catalog-product-view #product-attribute-specs-table tr:last-child td, body.review-product-list #product-attribute-specs-table tr:last-child td {
      border-bottom: none; }
    body.catalog-product-view #product-attribute-specs-table td, body.review-product-list #product-attribute-specs-table td {
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 24px; }
  body.catalog-product-view div.product-collateral div.tab-content div.box-reviews, body.review-product-list div.product-collateral div.tab-content div.box-reviews {
    width: 100% !important;
    padding: 10px; }
  body.catalog-product-view div.further_customize, body.review-product-list div.further_customize {
    width: 95%;
    position: absolute;
    top: 0px;
    float: none;
    height: auto;
    left: 0;
    background: none;
    margin-left: 2.5%;
    margin-top: 165px; }
    body.catalog-product-view div.further_customize span, body.review-product-list div.further_customize span {
      width: 49% !important;
      margin-left: 0px !important;
      float: left !important; }
    body.catalog-product-view div.further_customize span:first-child, body.review-product-list div.further_customize span:first-child {
      margin-right: 2%; }
    body.catalog-product-view div.further_customize h3, body.review-product-list div.further_customize h3 {
      position: absolute;
      top: 25px;
      width: 100%;
      text-align: center;
      margin-left: 0px;
      padding-left: 0px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px; }
  body.catalog-product-view .product-collateral > dl > dt:after, body.review-product-list .product-collateral > dl > dt:after {
    right: 0;
    left: auto;
    background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/results_sprite.jpg) no-repeat 0 0;
    width: 40px;
    height: 40px;
    border: none;
    background-size: 40px;
    top: 3px; }
  body.catalog-product-view div.tab_content_container, body.review-product-list div.tab_content_container {
    padding: 10px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px; }
  body.catalog-product-view dd.tab-container.last div.tab_content_container, body.review-product-list dd.tab-container.last div.tab_content_container {
    border-bottom: solid 1px #cccccc; }
  body.catalog-product-view .product-collateral.accordion-open > dl > dt.current:after, body.review-product-list .product-collateral.accordion-open > dl > dt.current:after {
    background-position: 0 -42px;
    width: 40px;
    height: 40px;
    border: none;
    left: auto;
    top: 0px;
    margin-top: 0px; }
  body.catalog-product-view ul.product-image-thumbs, body.review-product-list ul.product-image-thumbs {
    display: none; }
  body.catalog-product-view .product-view .product-img-box .product-name h1, body.review-product-list .product-view .product-img-box .product-name h1 {
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400; }
  body.catalog-product-view div.product-view div.product-essential, body.review-product-list div.product-view div.product-essential {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
  body.catalog-product-view div.product-view .product-img-box, body.review-product-list div.product-view .product-img-box {
    margin-bottom: 0px; }
  body.catalog-product-view div.product-view div.product-shop, body.review-product-list div.product-view div.product-shop {
    width: 100%;
    margin-top: -12px; }
    body.catalog-product-view div.product-view div.product-shop div.short-description div.std, body.review-product-list div.product-view div.product-shop div.short-description div.std {
      font-size: 14px;
      padding-bottom: 5px;
      border-bottom: solid 1px #cccccc;
      margin-top: 7px; } }

.flexslider {
  display: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media only screen and (max-width: 979px) {
  .product-image-gallery {
    display: none; }
  .flexslider {
    display: block; } }

.flex-control-nav {
  bottom: 0; }

.flex-control-paging li a {
  background: #fff;
  border: 1px solid #8f8e8e;
  -o-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none; }
  .flex-control-paging li a.flex-active {
    background: #dd1126;
    border: 1px solid #dd1126; }

.further_customize .share-buttons-panel {
  margin-left: 20px; }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
body.checkout-cart-index div.main li.shipping_alert {
  width: 100%;
  background-color: #ed1b2f;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 33px;
  color: white;
  list-style-type: none; }
body.checkout-cart-index .custom_gun_alert {
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 789px;
  color: #ed1b2f;
  position: absolute; }
body.checkout-cart-index .custom_gun_padding {
  padding-bottom: 90px !important; }
body.checkout-cart-index .preorder_alert_padding {
  padding-bottom: 35px !important; }
body.checkout-cart-index .preorder_alert {
  position: absolute; }
  body.checkout-cart-index .preorder_alert .preorder_title {
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    color: #ed1b2f;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline; }
  body.checkout-cart-index .preorder_alert .preorder_text {
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    color: #ed1b2f;
    font-size: 12px;
    text-decoration: underline; }
body.checkout-cart-index .btn-remove-align {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  padding-top: 15px; }
  body.checkout-cart-index .btn-remove-align a {
    margin-right: 5px; }
body.checkout-cart-index .cart .cart-totals table td.store_credit_amt {
  padding-top: 15px; }
body.checkout-cart-index div.main-container {
  padding: 0px;
  margin-bottom: 50px; }
body.checkout-cart-index div.cart-forms {
  clear: both;
  float: none; }
body.checkout-cart-index .cart-table tr {
  border-bottom: solid 1px #d8d8d8; }
body.checkout-cart-index #co-shipping-method-form div.buttons-set button.button span span {
  background-color: #ed1b2f;
  text-transform: uppercase; }
body.checkout-cart-index #co-shipping-method-form div.buttons-set button.button {
  background-color: #ed1b2f !important;
  margin-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px; }
body.checkout-cart-index #co-shipping-method-form li label {
  padding: 6px 10px 0px 35px !important; }
body.checkout-cart-index #co-shipping-method-form li label.checked:before {
  font-style: normal;
  font-size: 11px;
  line-height: 26px !important; }
body.checkout-cart-index #co-shipping-method-form li label:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #808080;
  color: #ed1b2f;
  font-family: "SSStandard";
  text-align: center;
  text-indent: 1px;
  -ms-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75); }
body.checkout-cart-index .product-cart-info dl.item-options {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 12px;
  margin-top: -10px; }
  body.checkout-cart-index .product-cart-info dl.item-options dt {
    font-style: normal; }
  body.checkout-cart-index .product-cart-info dl.item-options dd {
    font-style: normal;
    padding-left: 5px;
    margin-bottom: 0px; }
body.checkout-cart-index .cart_logo {
  font-size: 24px;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #5d5d5d;
  font-weight: 200;
  text-transform: capitalize;
  display: inline-block;
  padding-top: 30px;
  margin-bottom: 25px; }
body.checkout-cart-index .cart_logo:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 28px;
  background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/cart_icon.png);
  margin-top: 1px;
  margin-right: 16px;
  float: left; }
body.checkout-cart-index label.radio-label.checked:before {
  font-style: normal;
  font-size: 19px; }
body.checkout-cart-index label.radio-label {
  background-color: #fff !important;
  border: none !important;
  padding: 6px 10px 6px 50px !important;
  font-size: 14px !important;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important;
  font-style: normal !important;
  color: #5d5d5d !important; }
  body.checkout-cart-index label.radio-label span.price {
    font-size: 14px;
    font-weight: normal;
    padding-left: 0px;
    color: #5d5d5d; }
body.checkout-cart-index label.radio-label:before {
  float: left;
  margin-top: 5px;
  line-height: 45px !important; }
body.checkout-cart-index div.cart_right_sidebar {
  width: 258px;
  float: right;
  margin-top: 84px; }
  body.checkout-cart-index div.cart_right_sidebar div.delivery_date_banner {
    height: 114px;
    background-color: #fff;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8; }
    body.checkout-cart-index div.cart_right_sidebar div.delivery_date_banner h2 {
      font-size: 34px;
      font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
      color: #000;
      font-weight: bold;
      text-align: center;
      margin-bottom: -1px; }
    body.checkout-cart-index div.cart_right_sidebar div.delivery_date_banner span {
      font-size: 12px;
      font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
      color: #2f2f2f;
      text-transform: uppercase;
      width: 100%;
      display: inline-block;
      text-align: center;
      padding-left: 5%;
      padding-right: 5%;
      line-height: 20px; }
    body.checkout-cart-index div.cart_right_sidebar div.delivery_date_banner img {
      width: 100%; }
  body.checkout-cart-index div.cart_right_sidebar div.free_shipping_banner {
    height: 164px;
    background-color: #fff;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    text-align: center; }
    body.checkout-cart-index div.cart_right_sidebar div.free_shipping_banner span {
      font-family: 'Roboto Slab', Georgia, Times, 'Times New Roman', serif;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      width: 70%;
      display: inline-block;
      text-transform: uppercase;
      color: #000;
      line-height: 22px;
      padding-top: 41px; }
      body.checkout-cart-index div.cart_right_sidebar div.free_shipping_banner span span {
        display: block; }
    body.checkout-cart-index div.cart_right_sidebar div.free_shipping_banner img {
      width: 100%; }
  body.checkout-cart-index div.cart_right_sidebar div.related_products_banner {
    padding-bottom: 10px;
    margin-bottom: 40px;
    background-color: #fff;
    border-left: solid 1px #d8d8d8; }
    body.checkout-cart-index div.cart_right_sidebar div.related_products_banner h3.related_banner_title {
      font-size: 16px;
      color: #000;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      padding-left: 5%;
      line-height: 20px;
      margin-bottom: 20px;
      padding-top: 22px; }
body.checkout-cart-index div.cart {
  width: 1002px;
  float: left;
  position: relative; }
  body.checkout-cart-index div.cart table.cart-table {
    width: 100%;
    margin-bottom: 28px; }
    body.checkout-cart-index div.cart table.cart-table tr.product-restricted-shipping {
      height: 55px;
      border-bottom: none;
      position: relative; }
      body.checkout-cart-index div.cart table.cart-table tr.product-restricted-shipping img {
        display: inline-block;
        margin-right: 10px; }
      body.checkout-cart-index div.cart table.cart-table tr.product-restricted-shipping span.alert_text {
        font-weight: bold;
        color: #fff;
        margin-right: 5px;
        font-size: 14px; }
      body.checkout-cart-index div.cart table.cart-table tr.product-restricted-shipping span.alert_content {
        color: #fff;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-size: 14px;
        font-weight: 500; }
      body.checkout-cart-index div.cart table.cart-table tr.product-restricted-shipping td {
        position: absolute;
        width: 100%;
        background-color: #ed1b2f;
        padding: 6px 20px 6px 10px;
        color: #000;
        left: 0px;
        margin-top: 15px;
        font-size: 12px; }
        body.checkout-cart-index div.cart table.cart-table tr.product-restricted-shipping td a {
          display: inline-block;
          color: #fff;
          padding-left: 5px;
          font-weight: 500;
          font-size: 14px;
          text-decoration: underline;
          font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
    body.checkout-cart-index div.cart table.cart-table thead {
      background-color: #fff; }
      body.checkout-cart-index div.cart table.cart-table thead tr th, body.checkout-cart-index div.cart table.cart-table thead tr body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.checkout-cart-index div.cart table.cart-table thead tr span {
        font-size: 12px;
        text-transform: none;
        color: #000;
        font-weight: bold;
        font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        padding: 17px 0px 17px 0px;
        border-bottom: none; }
        body.checkout-cart-index div.cart table.cart-table thead tr th span {
          font-weight: bold;
          color: #000; }
      body.checkout-cart-index div.cart table.cart-table thead tr th.empty_table_header, body.checkout-cart-index div.cart table.cart-table thead tr body.checkout-cart-index div.cart table.cart-table thead tr th span.empty_table_header, body.checkout-cart-index div.cart table.cart-table thead tr th body.checkout-cart-index div.cart table.cart-table thead tr span.empty_table_header {
        width: 175px; }
      body.checkout-cart-index div.cart table.cart-table thead tr th.item_table_header, body.checkout-cart-index div.cart table.cart-table thead tr body.checkout-cart-index div.cart table.cart-table thead tr th span.item_table_header, body.checkout-cart-index div.cart table.cart-table thead tr th body.checkout-cart-index div.cart table.cart-table thead tr span.item_table_header {
        padding-left: 15px; }
    body.checkout-cart-index div.cart table.cart-table tbody .restricted {
      padding-top: 40px;
      position: relative; }
    body.checkout-cart-index div.cart table.cart-table tbody .restricted_styles {
      padding-top: 40px; }
      body.checkout-cart-index div.cart table.cart-table tbody .restricted_styles a.btn-remove {
        top: 65px !important; }
      body.checkout-cart-index div.cart table.cart-table tbody .restricted_styles a.btn-remove:hover {
        top: 55px !important; }
    body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert {
      position: absolute;
      top: 10px;
      background-color: #ed1b2f;
      font-size: 12px;
      width: 785px;
      padding: 5px 0px 5px 10px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert img {
        display: inline-block;
        margin-right: 10px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_text {
        font-weight: bold;
        color: #fff;
        margin-right: 5px;
        font-size: 13px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_content {
        color: #fff;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-size: 13px;
        font-weight: 500; }
      body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert a {
        display: inline-block;
        color: #fff;
        padding-left: 5px;
        font-weight: 500;
        font-size: 13px;
        text-decoration: underline;
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
    @media only screen and (max-width: 1285px) {
      body.checkout-cart-index div.cart table.cart-table tbody tr .custom_gun_alert {
        width: 60%;
        max-height: 50px;
        overflow: auto;
        padding-right: 10px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert {
        width: 415px;
        padding: 3px 0px 3px 10px;
        top: 5px; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_text {
          font-size: 11px; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_content {
          font-size: 11px; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert a {
          font-size: 11px;
          padding-left: 25px; } }
    @media only screen and (max-width: 979px) {
      body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert {
        width: 290px;
        padding: 1px 0px 1px 5px;
        top: 0px;
        right: 0px; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_text {
          font-size: 10px;
          display: none; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_content {
          font-size: 10px; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert a {
          font-size: 10px;
          padding-left: 0px; }
        body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert img {
          display: none; } }
    body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-image {
      text-align: center;
      vertical-align: middle;
      z-index: 9999;
      padding-top: 15px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-image a {
        border: none; }
        body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-image a img {
          width: auto;
          margin-left: 10%;
          max-width: 145px;
          max-height: 60px; }
    body.checkout-cart-index div.cart table.cart-table tbody tr td {
      padding-top: 15px;
      vertical-align: middle;
      z-index: 9999; }
      body.checkout-cart-index div.cart table.cart-table tbody tr td h2 {
        text-transform: capitalize;
        padding-top: 10px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr td div.product-cart-sku {
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-size: 14px;
        margin: 0px 0 12px;
        font-style: normal;
        color: #888888; }
        body.checkout-cart-index div.cart table.cart-table tbody tr td div.product-cart-sku span.label {
          font-weight: normal; }
      body.checkout-cart-index div.cart table.cart-table tbody tr td .btn-update {
        display: none !important; }
    body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-actions input.qty {
      box-shadow: inset 0px 1px 7px -3px #333;
      border: none;
      height: 40px;
      width: 60px;
      background-color: #f8f8f8;
      vertical-align: middle;
      z-index: 9999;
      padding: 0px;
      margin: 0px; }
    body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-actions input.qty:focus {
      border: solid 1px #ed1b2f;
      outline: 0; }
    body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-actions ul.cart-links {
      display: none; }
    body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-remove {
      width: 25px;
      position: relative; }
      body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-remove a.btn-remove {
        position: absolute;
        background: url(http://z27i0i-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/cart_remove.png) no-repeat;
        width: 11px;
        height: 11px;
        top: 40px;
        right: 19px; }
      body.checkout-cart-index div.cart table.cart-table tbody tr td.product-cart-remove a.btn-remove:hover {
        position: absolute;
        background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/cart_remove_hover.png) no-repeat;
        width: 30px;
        height: 30px;
        top: 29px;
        right: 10px; }
    body.checkout-cart-index div.cart table.cart-table tbody tr span.cart-price {
      display: inline-block;
      color: #5d5d5d; }
    body.checkout-cart-index div.cart table.cart-table tfoot {
      display: none; }
body.checkout-cart-index div.below_cart_notices {
  float: left;
  width: 285px;
  margin-right: 25px;
  margin-left: 20px; }
  body.checkout-cart-index div.below_cart_notices h3 {
    font-size: 13px;
    text-transform: none;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    color: #535353; }
  body.checkout-cart-index div.below_cart_notices span.cart_notice {
    color: #ed1b2f;
    margin-bottom: 22px;
    display: inline-block;
    width: 245px; }
body.checkout-cart-index div.cart-forms {
  float: left;
  clear: none;
  width: 390px; }
  body.checkout-cart-index div.cart-forms div.giftcard {
    display: none; }
body.checkout-cart-index div.cart-totals-wrapper {
  float: right;
  width: 275px;
  position: relative;
  padding-top: 40px; }
  body.checkout-cart-index div.cart-totals-wrapper .update_cart_button {
    position: absolute;
    width: 245px;
    top: -28px;
    padding: 10px;
    background-color: #f0f0f0;
    color: #5d5d5d;
    margin-left: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer; }
    body.checkout-cart-index div.cart-totals-wrapper .update_cart_button span.update_text {
      padding-left: 20px; }
  body.checkout-cart-index div.cart-totals-wrapper .update_cart_button:before {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    background: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/cart_refresh.png) no-repeat;
    position: absolute;
    top: 11px;
    left: 42px; }
  body.checkout-cart-index div.cart-totals-wrapper .cart-totals {
    padding-right: 0px; }
    body.checkout-cart-index div.cart-totals-wrapper .cart-totals ul.checkout-types {
      float: none;
      text-align: left;
      max-width: auto; }
      body.checkout-cart-index div.cart-totals-wrapper .cart-totals ul.checkout-types li {
        width: 100%; }
        body.checkout-cart-index div.cart-totals-wrapper .cart-totals ul.checkout-types li button.btn-proceed-checkout {
          padding: 10px;
          font-size: 14px;
          width: 100%; }
    body.checkout-cart-index div.cart-totals-wrapper .cart-totals table {
      margin-bottom: 38px; }
      body.checkout-cart-index div.cart-totals-wrapper .cart-totals table strong {
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-weight: bold; }
        body.checkout-cart-index div.cart-totals-wrapper .cart-totals table strong span.price {
          font-size: 16px;
          margin-right: 5px; }
      body.checkout-cart-index div.cart-totals-wrapper .cart-totals table tbody tr td:first-child {
        text-align: left; }
      body.checkout-cart-index div.cart-totals-wrapper .cart-totals table tbody tr td:last-child {
        text-align: right;
        padding-right: 10px; }
      body.checkout-cart-index div.cart-totals-wrapper .cart-totals table tbody td {
        font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
        font-size: 14px;
        margin: 0px 0 12px;
        font-style: normal;
        color: #888888;
        text-transform: capitalize;
        padding-left: 10px; }
    body.checkout-cart-index div.cart-totals-wrapper .cart-totals tfoot {
      border-bottom: none; }
      body.checkout-cart-index div.cart-totals-wrapper .cart-totals tfoot tr td:first-child {
        text-align: left;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 16px;
        padding-top: 10px;
        padding-left: 10px; }
body.checkout-cart-index ul.cart_policies {
  margin-bottom: 20px; }
  body.checkout-cart-index ul.cart_policies a {
    text-decoration: underline;
    color: #5d5d5d; }
body.checkout-cart-index span.ssl_info {
  display: inline-block;
  color: #5d5d5d;
  width: 285px; }
body.checkout-cart-index span.ssl_info:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/lock.png);
  margin-right: 5px;
  float: left; }
body.checkout-cart-index #discount-coupon-form div.discount {
  border: none;
  background-color: #fff;
  padding-top: 0px; }
  body.checkout-cart-index #discount-coupon-form div.discount label {
    color: #535353; }
  body.checkout-cart-index #discount-coupon-form div.discount div.discount-form label {
    font-size: 13px;
    text-transform: none;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: bold;
    display: block; }
  body.checkout-cart-index #discount-coupon-form div.discount div.discount-form span.coupon_blurb {
    font-size: 13px;
    text-transform: none;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    margin-bottom: 11px;
    display: inline-block; }
body.checkout-cart-index #discount-coupon-form input.input-text {
  width: 205px;
  height: 40px;
  padding-left: 20px;
  box-shadow: inset 0px 1px 7px -3px #333;
  background-color: #f8f8f8;
  border: none;
  margin-right: -10px;
  font-size: 13px;
  font-weight: bold; }
body.checkout-cart-index #discount-coupon-form input.input-text:focus {
  outline: 0; }
body.checkout-cart-index #discount-coupon-form div.button-wrapper button span {
  height: auto; }
  body.checkout-cart-index #discount-coupon-form div.button-wrapper button span span {
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    background-color: #888888;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    height: auto; }
body.checkout-cart-index div.shipping {
  border: none;
  background-color: #fff; }
  body.checkout-cart-index div.shipping h2 {
    font-size: 13px;
    text-transform: none;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: -5px;
    color: #535353; }
  body.checkout-cart-index div.shipping ul.form-list li.shipping-country {
    width: 100%;
    display: none; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-country select {
      width: 100% !important; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-country label {
      font-size: 13px;
      text-transform: none;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-weight: bold;
      margin-bottom: 5px;
      color: #535353; }
  body.checkout-cart-index div.shipping ul.form-list li.shipping-region {
    width: 100%;
    display: none; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-region select {
      width: 100% !important; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-region label {
      font-size: 13px;
      text-transform: none;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-weight: bold;
      margin-bottom: 5px;
      color: #535353; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-region label[for=city] {
      display: none !important; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-region #city {
      display: none !important; }
  body.checkout-cart-index div.shipping ul.form-list li.shipping-postcode {
    width: 100%; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-postcode a {
      text-decoration: underline;
      font-size: 13px;
      text-transform: none;
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      margin-bottom: 13px;
      display: inline-block; }
    body.checkout-cart-index div.shipping ul.form-list li.shipping-postcode div.input-box {
      float: left; }
      body.checkout-cart-index div.shipping ul.form-list li.shipping-postcode div.input-box input.input-text {
        width: 205px;
        height: 40px;
        padding-left: 20px;
        box-shadow: inset 0px 1px 7px -3px #333;
        background-color: #f8f8f8;
        border: none;
        margin-right: -10px;
        font-size: 13px;
        font-weight: bold; }
      body.checkout-cart-index div.shipping ul.form-list li.shipping-postcode div.input-box input.input-text {
        outline: 0; }
body.checkout-cart-index div.buttons-set {
  clear: none;
  float: left;
  margin-top: 4px;
  margin-left: -30px; }
  body.checkout-cart-index div.buttons-set button span {
    height: 40px; }
    body.checkout-cart-index div.buttons-set button span span {
      text-transform: capitalize;
      color: #fff;
      text-decoration: none;
      background-color: #888888;
      display: inline-block;
      padding: 5px 20px 5px 20px;
      height: auto; }
body.checkout-cart-index div.cart-totals {
  border: none;
  background-color: #fff; }
body.checkout-cart-index .crosssell {
  width: 90%;
  padding-left: 0px;
  margin-left: 5%;
  margin-right: 5%;
  float: none;
  clear: both; }
  body.checkout-cart-index .crosssell h2 {
    display: none; }
  body.checkout-cart-index .crosssell div.price-box {
    display: none; }
  body.checkout-cart-index .crosssell p {
    display: none; }
  body.checkout-cart-index .crosssell .add-to-links {
    display: none; }
  body.checkout-cart-index .crosssell ul li {
    cursor: pointer;
    margin-bottom: 40px; }
    body.checkout-cart-index .crosssell ul li a {
      border: none; }
      body.checkout-cart-index .crosssell ul li a img {
        width: 100%; }
  body.checkout-cart-index .crosssell ul li:hover a {
    color: #ed1b2f; }
  body.checkout-cart-index .crosssell ul li:hover p.product-description {
    color: #ed1b2f; }
  body.checkout-cart-index .crosssell .product-name a {
    font-size: 12px;
    color: #5d5d5d;
    text-align: center;
    width: 95%;
    display: inline-block;
    margin-left: 0px;
    width: 100%; }
  body.checkout-cart-index .crosssell p.product-description {
    font-size: 12px;
    text-align: center;
    width: 95%;
    margin-left: 5%;
    color: #888888;
    line-height: 16px; }

@media screen and (min-width: 980px) and (max-width: 1290px) {
  body.checkout-cart-index #co-shipping-method-form div.buttons-set button.button {
    margin-left: 0px; }
  body.checkout-cart-index div.main {
    width: 97.5%;
    margin-left: 1.25%; }
    body.checkout-cart-index div.main div.cart_right_sidebar {
      width: 20%; }
      body.checkout-cart-index div.main div.cart_right_sidebar div.delivery_date_banner h2 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 15px; }
      body.checkout-cart-index div.main div.cart_right_sidebar div.delivery_date_banner span.last_day_text {
        font-size: 10px; }
      body.checkout-cart-index div.main div.cart_right_sidebar div.free_shipping_banner span.free_shipping_notice {
        font-size: 14px;
        padding-top: 50px; }
      body.checkout-cart-index div.main div.cart_right_sidebar div.related_products_banner h3.related_banner_title {
        font-size: 13px; }
    body.checkout-cart-index div.main div.cart {
      width: 78%; }
    body.checkout-cart-index div.main div.below_cart_notices {
      width: 28%; }
      body.checkout-cart-index div.main div.below_cart_notices span.cart_notice {
        font-size: 12px;
        width: auto; }
      body.checkout-cart-index div.main div.below_cart_notices ul.cart_policies a {
        font-size: 12px; }
      body.checkout-cart-index div.main div.below_cart_notices .ssl_info {
        font-size: 12px;
        width: auto; }
    body.checkout-cart-index div.main div.cart-forms {
      width: 30%; }
      body.checkout-cart-index div.main div.cart-forms div.input-box {
        width: 100%; }
      body.checkout-cart-index div.main div.cart-forms div.buttons-set {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        margin-top: 0px; }
        body.checkout-cart-index div.main div.cart-forms div.buttons-set .button2 {
          width: 100%;
          padding: 0px; }
          body.checkout-cart-index div.main div.cart-forms div.buttons-set .button2 span {
            width: 100%;
            font-size: 12px; }
      body.checkout-cart-index div.main div.cart-forms input.input-text {
        width: 100% !important;
        margin-bottom: 15px;
        font-size: 11px !important; }
      body.checkout-cart-index div.main div.cart-forms div.button-wrapper {
        width: 100%; }
        body.checkout-cart-index div.main div.cart-forms div.button-wrapper button.button2 {
          width: 100%;
          margin-top: 15px;
          padding: 0px; }
          body.checkout-cart-index div.main div.cart-forms div.button-wrapper button.button2 span {
            width: 100%;
            font-size: 12px; }
    body.checkout-cart-index div.main li.shipping-postcode div.input-box {
      float: left; }
    body.checkout-cart-index div.main span.update_text {
      display: none; }
    body.checkout-cart-index div.main div.cart-totals-wrapper {
      width: 35%; }
      body.checkout-cart-index div.main div.cart-totals-wrapper button.btn-checkout {
        font-size: 12px !important; }
      body.checkout-cart-index div.main div.cart-totals-wrapper div.update_cart_button {
        right: 0px;
        width: 50px;
        height: 50px; }
      body.checkout-cart-index div.main div.cart-totals-wrapper div.update_cart_button:before {
        position: absolute;
        top: 17px;
        left: 19px; } }

.checkout-onepage-index p.required {
  display: none !important; }
.checkout-onepage-index .sp-methods dt label {
  margin-left: 45px !important;
  background-color: #fff !important;
  font-size: 14px !important; }

@media only screen and (max-width: 979px) {
  body.checkout-cart-index #advice-required-entry-coupon_code {
    position: absolute;
    margin-top: 50px;
    left: 0px; }
  body.checkout-cart-index div.shipping {
    margin-top: 40px; }
  body.checkout-cart-index .shipping #co-shipping-method-form div.buttons-set {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 105%; }
    body.checkout-cart-index .shipping #co-shipping-method-form div.buttons-set button {
      width: 95%;
      margin-top: 15px;
      margin-bottom: 5px; }
  body.checkout-cart-index .shipping #co-shipping-method-form .sp-methods dd label {
    float: left; }
  body.checkout-cart-index .sp-methods ul {
    height: 60px; }
  body.checkout-cart-index .product-cart-image a img {
    max-width: 80% !important;
    height: auto !important; }
  body.checkout-cart-index div.main {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; }
    body.checkout-cart-index div.main div.cart_right_sidebar {
      display: none; }
    body.checkout-cart-index div.main a.view_map {
      display: block !important; }
    body.checkout-cart-index div.main h1.cart_logo {
      padding-top: 15px; }
    body.checkout-cart-index div.main div.cart {
      width: 100%; }
    body.checkout-cart-index div.main ul.cart-links {
      display: none; }
    body.checkout-cart-index div.main div.cart-totals {
      padding-left: 0px;
      padding-right: 0px; }
    body.checkout-cart-index div.main table#shopping-cart-totals-table strong span.price {
      display: block;
      margin-top: 8px; }
    body.checkout-cart-index div.main table#shopping-cart-totals-table tfoot tr {
      background-color: #f0f0f0;
      height: 48px; }
    body.checkout-cart-index div.main .policy_dropped:after {
      background-position: 0 -41px !important; }
    body.checkout-cart-index div.main table#shopping-cart-table {
      margin-bottom: 10px; }
      body.checkout-cart-index div.main table#shopping-cart-table tr.first {
        border-top: solid 1px #d8d8d8;
        padding-top: 5px;
        padding-bottom: 5px; }
      body.checkout-cart-index div.main table#shopping-cart-table a.product-image img {
        margin-top: 0px; }
      body.checkout-cart-index div.main table#shopping-cart-table h2.product-name {
        padding-top: 5px;
        font-size: 16px;
        width: 90%; }
      body.checkout-cart-index div.main table#shopping-cart-table td.product-cart-info a.btn-remove {
        background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/big_close.png) no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 0;
        top: 18px;
        background-size: 15px; }
      body.checkout-cart-index div.main table#shopping-cart-table td.product-cart-actions {
        position: absolute;
        right: 0px;
        text-align: right;
        bottom: 0px; }
      body.checkout-cart-index div.main table#shopping-cart-table div.product-cart-sku {
        display: block; }
    body.checkout-cart-index div.main div.below_cart_notices {
      position: absolute;
      bottom: 0;
      padding-bottom: 35px;
      width: 95%;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px; }
      body.checkout-cart-index div.main div.below_cart_notices h3:first-child {
        margin-top: 75px; }
      body.checkout-cart-index div.main div.below_cart_notices h3.policy_notice {
        padding: 10px 10px 10px 15px;
        border: solid 1px #d8d8d8;
        position: relative;
        cursor: pointer; }
      body.checkout-cart-index div.main div.below_cart_notices h3.policy_notice:after {
        content: "";
        width: 38px;
        height: 38px;
        background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/results_sprite.jpg) no-repeat 0 0;
        display: block;
        position: absolute;
        right: -1px;
        background-size: 39px;
        top: 0px; }
      body.checkout-cart-index div.main div.below_cart_notices ul.cart_policies {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: solid 1px #d8d8d8;
        border-right: solid 1px #d8d8d8;
        border-bottom: solid 1px #d8d8d8;
        margin-top: -6px;
        display: none; }
        body.checkout-cart-index div.main div.below_cart_notices ul.cart_policies a {
          margin-bottom: 5px;
          display: inline-block;
          color: #ed1b2f; }
      body.checkout-cart-index div.main div.below_cart_notices span.ssl_info {
        position: absolute;
        top: 0px; }
      body.checkout-cart-index div.main div.below_cart_notices span.cart_notice {
        font-size: 12px;
        width: 100%; }
    body.checkout-cart-index div.main div.discount {
      padding: 0px; }
    body.checkout-cart-index div.main div.shipping {
      padding: 0px; }
    body.checkout-cart-index div.main div.cart-forms {
      width: 100%; }
      body.checkout-cart-index div.main div.cart-forms ul.form-list div.input-box {
        width: 60%; }
        body.checkout-cart-index div.main div.cart-forms ul.form-list div.input-box input.input-text {
          width: 100%;
          font-size: 11px; }
      body.checkout-cart-index div.main div.cart-forms ul.form-list div.buttons-set {
        margin-left: -7px;
        width: 40%; }
        body.checkout-cart-index div.main div.cart-forms ul.form-list div.buttons-set button {
          padding-left: 0px;
          padding-right: 0px;
          width: 100%; }
          body.checkout-cart-index div.main div.cart-forms ul.form-list div.buttons-set button span {
            width: 100%;
            font-size: 11px; }
            @media only screen and (max-width: 767px) {
              body.checkout-cart-index div.main div.cart-forms ul.form-list div.buttons-set button span span {
                padding: 5px 9px; } }
      body.checkout-cart-index div.main div.cart-forms div.field-wrapper {
        width: 100%; }
        body.checkout-cart-index div.main div.cart-forms div.field-wrapper input.input-text {
          width: 60% !important;
          margin-right: -10px !important;
          font-size: 11px !important; }
        body.checkout-cart-index div.main div.cart-forms div.field-wrapper div.button-wrapper {
          width: 40%; }
          body.checkout-cart-index div.main div.cart-forms div.field-wrapper div.button-wrapper button {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px; }
            body.checkout-cart-index div.main div.cart-forms div.field-wrapper div.button-wrapper button span {
              width: 100%;
              font-size: 11px; }
    body.checkout-cart-index div.main div.cart-totals-wrapper.dropped {
      margin-bottom: 350px; }
    body.checkout-cart-index div.main div.cart-totals-wrapper {
      margin-bottom: 230px;
      width: 100%; }
      body.checkout-cart-index div.main div.cart-totals-wrapper div.update_cart_button {
        width: 100%;
        margin-left: 0px;
        top: -10px;
        background-color: #fff;
        font-size: 16px; }
      body.checkout-cart-index div.main div.cart-totals-wrapper div.update_cart_button:before {
        left: auto;
        top: 14px; }
      body.checkout-cart-index div.main div.cart-totals-wrapper span.update_text {
        padding-left: 25px !important; }
  @media only screen and (max-width: 767px) {
    li.shipping-country {
      margin-top: 70px !important; } } }

.cms-page-view .wrapper {
  overflow: hidden; }
.cms-page-view .no_link {
  color: #888888 !important;
  text-decoration: none !important;
  cursor: default !important; }
.cms-page-view #map_canvas {
  width: 100% !important;
  min-height: 500px;
  height: auto !important; }
.cms-page-view .cms-menu .toggle_overlay {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  right: 0px;
  cursor: pointer; }
.cms-page-view .cms-menu li {
  position: relative; }
.cms-page-view .hover_menu_item {
  color: #ed1b2f; }
.cms-page-view .hover_menu_item:after {
  background-color: #ed1b2f !important; }
.cms-page-view .hover_menu_open:after {
  background-position: -30px 13px !important; }
.cms-page-view .main_toggle_item.clicked_toggle:after {
  background-position: 13px 13px !important; }
@media only screen and (max-width: 767px) {
  .cms-page-view section.large_left .left {
    width: 100% !important; }
  .cms-page-view section.large_left .right {
    width: 100% !important;
    margin-top: 20px;
    position: static;
    margin-left: 25px !important;
    margin-bottom: 25px !important; }
  .cms-page-view section.large_left.single_col div.left {
    width: 100% !important; }
  .cms-page-view section.large_left.single_col div.right {
    width: 100% !important;
    margin-top: 20px; } }
@media only screen and (max-width: 1225px) {
  .cms-page-view .main_column li h2 {
    font-size: 14px; }
  .cms-page-view .main_column li p {
    font-size: 11px; } }
.cms-page-view .main_column li {
  list-style-type: none;
  float: left;
  margin-right: 5%;
  width: 16%;
  margin-left: 0px;
  text-align: center; }
  .cms-page-view .main_column li img {
    display: inline; }
  .cms-page-view .main_column li h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0px; }
  .cms-page-view .main_column li p {
    text-align: center; }
.cms-page-view .main_column li:last-child {
  margin-right: 0px; }
.cms-page-view .large_left.single_col {
  border-bottom: none !important;
  position: relative; }
  .cms-page-view .large_left.single_col div.left {
    width: 75% !important;
    float: left !important; }
    .cms-page-view .large_left.single_col div.left ul li header {
      width: 30% !important;
      margin-right: 0px !important;
      float: left !important;
      clear: none !important; }
    .cms-page-view .large_left.single_col div.left ul li .content {
      width: 30% !important;
      float: left !important;
      margin-left: 5%;
      margin-right: 5%; }
  .cms-page-view .large_left.single_col .right {
    width: 25% !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    float: left !important;
    position: static !important;
    padding-left: 25px !important; }
.cms-page-view .large_left {
  border-bottom: none !important;
  position: relative; }
  .cms-page-view .large_left .left {
    width: 75% !important;
    float: right !important; }
    .cms-page-view .large_left .left ul li header {
      width: 30% !important;
      margin-right: 0px !important;
      float: left !important;
      clear: none !important; }
    .cms-page-view .large_left .left ul li .content {
      width: 30% !important;
      float: left !important;
      margin-left: 5%;
      margin-right: 5%; }
  .cms-page-view .large_left .right {
    position: absolute;
    width: 25% !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    float: left !important; }
.cms-page-view ul.cms_sub_menu li {
  border: none; }
  .cms-page-view ul.cms_sub_menu li a {
    font-size: 12px;
    margin-left: 0px; }
    .cms-page-view ul.cms_sub_menu li a span {
      text-transform: capitalize; }
.cms-page-view ul.cms_sub_menu li:first-child {
  border-top: solid 1px #ddd; }
@media only screen and (min-width: 767px) {
  .cms-page-view section.activities header {
    float: left;
    width: auto; }
    .cms-page-view section.activities header a.cta {
      margin-bottom: 0; }
  .cms-page-view section.activities .left {
    float: left;
    clear: none;
    width: 41.66667%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-left: 3.48837%; } }

/**
 * 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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
body.customer-account div.my-account {
  overflow: hidden; }
body.customer-account .pager {
  overflow: visible;
  margin-bottom: 25px; }
body.customer-account .pages {
  margin-top: 5px; }
body.customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
  display: none; }
body.customer-account .select-container .custom-shiv {
  width: 75px;
  padding-top: 5px; }
body.customer-account p.required {
  display: none !important; }
body.customer-account .main-container {
  padding-left: 0px !important;
  padding-right: 0px !important; }
@media only screen and (max-width: 979px) {
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong {
    padding-left: 10px;
    font-size: 14px; }
  body.customer-account .main-container {
    margin-top: 25px !important;
    padding-top: 0px !important;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important; }
  body.customer-account .block-title strong span {
    font-size: 12px !important; }
  body.customer-account div.page-title h1 {
    display: none; }
  body.customer-account .block-account li strong {
    font-size: 12px !important; }
  body.customer-account .block-account li a {
    font-size: 12px !important; } }
body.customer-account .dashboard .box-info .col2-set .box-title a {
  font-size: 10px; }
body.customer-account .block-title strong span {
  font-size: 16px; }
body.customer-account .force_show_checkbox {
  position: relative !important;
  left: auto;
  display: block;
  margin-right: 20px !important;
  margin-left: 0px !important;
  top: 10px !important; }
body.customer-account .show_checkbox {
  position: relative !important;
  left: auto; }
body.customer-account .open_password {
  display: block !important; }
body.customer-account div.limiter label {
  display: none; }
body.customer-account div.pager-no-toolbar {
  margin-top: 25px; }
body.customer-account div.pages ol li a {
  color: #000; }
body.customer-account div.pages ol li a.i-next {
  border: none !important; }
body.customer-account p.amount--has-pages {
  display: none; }
body.customer-account h2.legend {
  border-bottom: none; }
body.customer-account div.my-account h2.sub-title {
  margin-bottom: 20px; }
body.customer-account address.box-content {
  margin-bottom: 25px; }
body.customer-account .input-box.select-container {
  width: 40%; }
  body.customer-account .input-box.select-container select {
    width: 100%; }
body.customer-account label.radio-label:before, body.customer-account label.checkbox-label:before {
  border: none;
  display: none; }
body.customer-account label.radio-label:before, body.customer-account label.checkbox-label {
  padding-left: 0px; }
body.customer-account label {
  background-color: #fff !important; }
body.customer-account h2.sub-title {
  font-size: 20px; }
body.customer-account .data-table th, body.customer-account .data-table body.checkout-cart-index div.cart table.cart-table thead tr th span, body.checkout-cart-index div.cart table.cart-table thead tr th body.customer-account .data-table span {
  background-color: #fff; }
body.customer-account .dashboard .box-account {
  border-bottom: none; }
body.customer-account p.back-link a small {
  display: none; }

.customer-account-login .fieldset p {
  margin-bottom: 20px; }
.customer-account-login p.required {
  display: none !important; }
.customer-account-login .account-login {
  margin-bottom: 100px; }
.customer-account-login .main-container {
  padding-left: 0px; }
.customer-account-login ul.form-list {
  padding-left: 0px !important; }
.customer-account-login li {
  list-style-type: none; }
.customer-account-login h2.legend {
  border: none;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-login div.page-title h1 {
  border: none;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; }
.customer-account-login .social_details {
  color: #acacac; }
.customer-account-login .social_login_btn {
  margin-bottom: 10px;
  cursor: pointer; }
.customer-account-login .social_login_btn:hover {
  opacity: 0.8; }
.customer-account-login .col2-set .col-1 {
  width: 30%;
  padding: 0px;
  margin-right: 10%; }
.customer-account-login .social_login_section {
  width: 30%;
  margin-right: 5%;
  float: left;
  border: none;
  margin-top: 20px; }
.customer-account-login .col-2.new-users {
  margin-right: 0px;
  width: 25%;
  padding: 0px;
  border: none; }
  .customer-account-login .col-2.new-users p {
    color: #acacac; }
@media only screen and (max-width: 1200px) {
  .customer-account-login h2.legend {
    border: none;
    color: #5d5d5d;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif; } }
@media only screen and (max-width: 979px) {
  .customer-account-login div.main {
    width: 97.5%;
    margin-left: 2.5%; }
  .customer-account-login .page-title h1 {
    margin-top: 20px; }
  .customer-account-login .social_login_section {
    width: 100%;
    margin-bottom: 25px; }
  .customer-account-login .col-2.new-users {
    width: 100%; }
    .customer-account-login .col-2.new-users button {
      width: 100% !important; }
  .customer-account-login .col2-set .col-1 {
    width: 100%;
    margin-right: 0px; }
    .customer-account-login .col2-set .col-1 input {
      width: 100%; }
    .customer-account-login .col2-set .col-1 button {
      width: 100% !important; } }

body.customer-account.customer-account-edit label[for='change_password'] {
  background-color: #ed1b2f !important;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin-top: 20px; }
body.customer-account.customer-account-edit label[for='change_password']:hover {
  background-color: #dd1126 !important; }

.customer-account-create .show_checkbox {
  position: relative !important;
  left: auto; }

.customer-account-logoutsuccess .main-container {
  margin-top: 100px !important;
  margin-bottom: 100px !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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
body.productwarranty-register-index .submit_overlay {
  position: absolute;
  width: 325px;
  height: 50px;
  background-color: transparent;
  right: -35px;
  display: none; }
body.productwarranty-register-index .submit_btn_wrap {
  position: relative; }
body.productwarranty-register-index .col-main {
  width: 100%;
  float: none; }
  body.productwarranty-register-index .col-main .fieldset .legend {
    display: none; }
  body.productwarranty-register-index .col-main .form-list .select-container {
    max-width: 365px; }
  body.productwarranty-register-index .col-main .form-list .prod_field {
    float: none;
    width: 365px;
    max-width: 100%;
    margin-bottom: 10px; }
  body.productwarranty-register-index .col-main .form-list .prod-input-box {
    width: 365px; }
    body.productwarranty-register-index .col-main .form-list .prod-input-box input {
      width: 100%; }
body.productwarranty-register-index div.add_more {
  display: none; }
body.productwarranty-register-index .messages .success-msg li {
  margin-bottom: 20px; }
body.productwarranty-register-index .buttons-set {
  margin-bottom: 25px;
  border: none;
  float: left;
  margin-left: -5px; }
  body.productwarranty-register-index .buttons-set .button {
    margin-top: 10px; }

body.productwarranty-index-index .my-product-registered button.button {
  margin-top: 20px;
  margin-bottom: 10px; }
body.productwarranty-index-index .my-product-registered p {
  font-style: italic; }

@media screen and (max-width: 978px) {
  body.productwarranty-register-index input {
    width: 100% !important; }
  body.productwarranty-register-index .prod_field {
    width: 100% !important;
    max-width: 100% !important; }
    body.productwarranty-register-index .prod_field .prod-input-box {
      width: 100% !important;
      max-width: 100% !important; }
  body.productwarranty-register-index .select-container {
    width: 100% !important;
    max-width: 100% !important; }
  body.productwarranty-register-index .required_margin {
    width: 100% !important;
    max-width: 100% !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    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
.ustorelocator-location-map .main-container {
  padding: 0px; }
  .ustorelocator-location-map .main-container .marker-entry {
    font-size: 12px !important;
    font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif !important; }
  .ustorelocator-location-map .main-container #brandsContainer .input-box select {
    width: auto !important; }
  .ustorelocator-location-map .main-container #modelNumbersContainer .input-box select {
    width: auto !important; }
  .ustorelocator-location-map .main-container .page-title {
    margin-top: 25px; }
  .ustorelocator-location-map .main-container .select-container {
    width: 235px; }
  .ustorelocator-location-map .main-container #sidebar {
    border-right: 1px solid #bbafa0;
    width: 100% !important; }
    .ustorelocator-location-map .main-container #sidebar .sidebar-entry-container img {
      width: 15px;
      margin-left: -35px;
      margin-top: 3px; }
    .ustorelocator-location-map .main-container #sidebar .sidebar-entry-wrapper {
      padding: 10px 8px 10px 50px; }
  @media only screen and (min-width: 620px) {
    .ustorelocator-location-map .main-container ul.location-search li.last div.input-box {
      margin-left: 10px;
      margin-top: 2px; }
    .ustorelocator-location-map .main-container #store_locator_form .button-set button[type="submit"] {
      margin-top: 25px; } }
  .ustorelocator-location-map .main-container #sl-result-picker {
    height: 250px;
    overflow: hidden;
    right: 0px;
    left: auto;
    border: solid 1px #bbafa0;
    margin-top: 23px; }
    .ustorelocator-location-map .main-container #sl-result-picker #sl-result-picker-notice {
      font-size: 13px;
      font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-weight: 600;
      text-align: center;
      border-bottom: solid 1px #ccc;
      padding-bottom: 10px; }
    .ustorelocator-location-map .main-container #sl-result-picker .sl-result-item .sl-result {
      font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
      font-size: 12px;
      display: inline-block;
      margin-bottom: 5px;
      margin-bottom: 5px;
      margin-top: 5px;
      padding-left: 10px;
      padding-right: 10px; }
    .ustorelocator-location-map .main-container #sl-result-picker #sl-results-list {
      height: 173px;
      overflow: auto; }
  .ustorelocator-location-map .main-container #map-container td:first-child {
    width: 20%; }
  .ustorelocator-location-map .main-container #store_locator_form li.first {
    margin-top: 3px; }
  .ustorelocator-location-map .main-container #store_locator_form fieldset.fieldset {
    padding: 0px; }
  .ustorelocator-location-map .main-container #store_locator_form #brandsContainer {
    margin-top: 10px;
    margin-bottom: 15px;
    width: auto;
    float: left;
    margin-right: 25px; }
  .ustorelocator-location-map .main-container #store_locator_form #modelNumbersContainer {
    float: left;
    margin-top: 10px; }
  .ustorelocator-location-map .main-container #store_locator_form .location-search {
    clear: both; }
  .ustorelocator-location-map .main-container #store_locator_form .button-set {
    margin-bottom: 25px; }
    .ustorelocator-location-map .main-container #store_locator_form .button-set button {
      margin-left: 10px;
      margin-top: 8px;
      width: 100px;
      padding: 7px 7px 6px 7px; }
  .ustorelocator-location-map .main-container #tag-container {
    margin-bottom: 50px; }
@media only screen and (max-width: 1290px) {
  .ustorelocator-location-map .main-container {
    width: 95%; } }
@media only screen and (max-width: 1025px) {
  .ustorelocator-location-map .main-container {
    width: 95%; }
    .ustorelocator-location-map .main-container .sidebar-entry {
      font-size: 11px; } }
@media only screen and (max-width: 1025px) {
  .ustorelocator-location-map .main-container #sl-result-picker {
    position: static !important;
    margin-top: -10px !important;
    margin-bottom: 25px !important;
    width: 100% !important; }
  .ustorelocator-location-map .main-container ul.location-search li.first {
    width: 100% !important;
    margin-bottom: 20px; }
  .ustorelocator-location-map .main-container #store_locator_form .button-set {
    margin-bottom: 35px !important; }
    .ustorelocator-location-map .main-container #store_locator_form .button-set button {
      margin-top: 23px !important; }
  .ustorelocator-location-map .main-container #map-container td:first-child {
    width: 30% !important; }
  .ustorelocator-location-map .main-container .sidebar-entry {
    font-size: 10px !important;
    margin-left: -10px !important; }
  .ustorelocator-location-map .main-container .sidebar-entry-container img {
    width: 10px;
    margin-left: -35px;
    margin-top: 3px; } }
@media only screen and (max-width: 468px) {
  .ustorelocator-location-map #modelNumbersContainer {
    margin-bottom: 20px; } }
@media only screen and (max-width: 560px) {
  .ustorelocator-location-map #sidebar .sidebar-entry {
    font-size: 8px !important;
    margin-left: -15px !important; } }
/*# sourceMappingURL=crosman.css.map */

.kb-article-view .crs_product_attachment.product_attachment_evp {
  padding-left:0px;
}

@media only screen and (max-width: 979px){
	body.catalog-product-view div.product-collateral.toggle-content.no_options,
	body.review-product-list div.product-collateral.toggle-content.no_options
	{
		margin-top: 10px !important;
	}

	body.catalog-product-view div.product-collateral dd.tab-container,
	body.review-product-list div.product-collateral dd.tab-container
	{
		overflow: visible !important;
		max-height: 100% !important;
	}

	body.catalog-product-view div.further_customize,
	body.review-product-list div.further_customize
	{
		position: relative;
		margin-top: 0 !important;
		clear: both;
		top: 0 !important;
		width: 100%;
		margin: 0 !important;
	}

	.product-view .product-shop .extra-info,
	.product-view .product-shop .price-info
	{
		margin-bottom: 0;
	}

	body.catalog-product-view div.further_customize span.wishlist_dummy_btn,
	body.review-product-list div.further_customize span.wishlist_dummy_btn,
	body.catalog-product-view div.further_customize span.compare_dummy_btn,
	body.review-product-list div.further_customize span.compare_dummy_btn
	{
		margin-top: 0 !important;
	}

	body.catalog-product-view #product-attribute-specs-table,
	body.review-product-list #product-attribute-specs-table
	{
		max-width: 100%;
		margin-top: 10px;
	}

	
	body.catalog-product-view div.further_customize h3,
	body.review-product-list div.further_customize h3
	{
		position: relative;
		display: block;
		top: 0 !important;
	}

	body.catalog-product-view ul.suggested_activities,
	body.review-product-list ul.suggested_activities
	{
		position: relative;
		display: block;
	}

	body.catalog-product-view ul.suggested_activities:after,
	body.review-product-list ul.suggested_activities:after
	{
		clear: both!important;
		content: ""!important;
		display: table!important;
	}

	body.catalog-product-view div.product-collateral.toggle-content,
	body.review-product-list div.product-collateral.toggle-content
	{
		margin-top: 0 !important;
	}

	.bv-summary-box {
		padding: 10px 0 0 0;
	}	
}