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

  Typography

----------------------------------------------*/
/*----------------------------------------------

  Colors

----------------------------------------------*/
/*----------------------------------------------

  Container Padding and Inner Column Padding

----------------------------------------------*/
/*----------------------------------------------

  Column Percentages

----------------------------------------------*/
/**
 * 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
 */
/**
 * 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.
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-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;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

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

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399CC;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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", "Trebuchet MS", Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: none;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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: #666666;
  font-family: "Lato", 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: #666666;
  font-family: "Lato", 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: #11B400;
}

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

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

/* -------------------------------------------- *
 * Page Titles
 */
@media only screen and (max-width: 1024px) {
  .page-title {
    text-align: center;
  }
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}

.page-title h1 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 28px;
  }
}

.product-name h1 {
  font-weight: normal;
}

.my-account .page-title h1,
.my-account .page-title h2 {
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 14px;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 700;
}

/* -------------------------------------------- *
 * 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;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #63656a;
}

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: 767px) {
  .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.up-arrow strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #3399CC;
    border-top: none;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #666666;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    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;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    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;
    color: #23a4c9;
    font-family: "Lato", Verdana, Arial, sans-serif;
    padding: 7px 10px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399CC;
    border-bottom: none;
    right: 15px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #666666;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    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;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    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: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399CC;
    border-bottom: none;
    right: 15px;
    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;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
  margin-bottom: 20px;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  margin: 7px 0 20px;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
}
.block-account li a,
.block-cms-menu li a {
  color: #4ab8d8;
  text-transform: none;
  font-size: 15px;
}
.block-account li.current a,
.block-cms-menu li.current a {
  color: #333333 !important;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #666666;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #666666;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.button.button-secondary:focus {
  color: #666666;
  background: #c4c4c4;
  outline: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  height: 36px;
  background: #666666;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 15px;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  cursor: pointer;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  outline: none;
}

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;
  display: inline-block;
  color: #3399CC;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

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

  .gift-registry-actions.last {
    width: 30%;
  }
}
@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 {
    text-align: center;
    width: 100%;
  }
  .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: 0px 10px 5px;
}

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

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

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 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: 15px 0 0;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
  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, .skip-search .icon, .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(../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, .skip-search .icon, .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(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  max-width: 1146px;
  padding: 0 25px 32.5px;
  margin: 0 auto;
}
.breadcrumbs > ul {
  width: 55%;
  float: left;
  margin-top: 7px;
}
.breadcrumbs > ul li span {
  float: left;
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 15px 15px;
  }
}

.breadcrumbs li {
  font-size: 12px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  text-transform: uppercase;
}

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

.breadcrumbs a:hover {
  color: #3399CC;
}

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

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.share-top {
  height: 40px;
  float: right;
}
.share-top .add-to-links {
  overflow: hidden;
  right: 0;
}
.share-top .add-to-links > li {
  float: left;
}
.share-top .add-to-links > li:first-child {
  margin-right: 15px;
  margin-top: -2px;
}
.share-top .add-to-links > li:first-child .link-wishlist {
  font-size: 14px;
  color: #3399CC;
  text-transform: none;
  font-family: "Lato", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * 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: #3399CC;
  border-color: #3399CC;
}

.btn-remove:after {
  content: 'X';
  color: #3399CC;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Lato", 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 #3399CC;
  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 {
  position: relative;
  margin: 0 auto;
  padding: 15px 0 0;
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

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

/*
.col-left,
.col-right,
.col-main {
    padding: 0 10px;
}*/
.col2-left-layout .col-left {
  padding-right: 10px;
}

.col2-right-layout .col-right {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .col2-left-layout .col-left {
    border-right: 0;
  }
}

.customer-account .col-left.sidebar {
  display: none;
}
.customer-account .col-left.col-left-first {
  display: block;
}
@media only screen and (max-width: 767px) {
  .customer-account .col-left.col-left-first {
    padding: 0;
  }
}

.col-left {
  float: left;
  width: 23.5%;
  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%;
}

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

.col2-left-layout .main {
  margin: 0 auto;
  max-width: 1146px;
}
.col2-left-layout .col-main {
  float: right;
  padding-left: 25px;
  width: 76.5%;
}
@media only screen and (min-width: 768px) {
  .col2-left-layout .col-main {
    border-left: 1px solid #dbdbdb;
  }
}
@media only screen and (max-width: 767px) {
  .col2-left-layout .col-main {
    padding: 0;
  }
}
.col2-left-layout .col-left {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .col2-left-layout .col-left {
    padding: 0 15px;
  }
}

.col2-right-layout .main {
  margin: 0 auto;
  max-width: 1146px;
}
.col2-right-layout .col-main {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .col2-right-layout .col-main {
    padding: 0 15px 15px;
  }
}
.col2-right-layout .col-right {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .col2-right-layout .col-right {
    padding-right: 15px;
  }
}

.col3-layout .main {
  margin: 0 auto;
  max-width: 1146px;
}
.col3-layout .col-right {
  width: 20.83333%;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .col3-layout .col-right {
    padding-right: 15px;
  }
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .col3-layout .col-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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 {
    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;
}

.col3-set {
  width: 100%;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  width: 33.33%;
  padding: 10px;
  /*@include bp(max-width, $bp-medium) {
      padding: $box-spacing;
  }*/
}
.col3-set .col-1 {
  float: left;
  padding-left: 0;
}
.col3-set .col-2 {
  float: left;
}
.col3-set .col-3 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col3-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1146px;
    margin: 0 auto;
    padding: 0 25px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #ffffff;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #666666;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}

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

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

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

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

/* -------------------------------------------- *
 * Messages
 */
.messages {
  width: 100%;
  max-width: 1146px;
  padding: 0 25px;
  margin: auto;
  margin-bottom: 10px;
}

.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 #FF0000;
}
.messages .error-msg li a {
  color: #4ab8d8;
}

.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 #FF0000;
  border-right: none;
}

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

.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 #E26703;
  border-right: none;
}

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

.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 #11B400;
  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: "Lato", Verdana, Arial, sans-serif;
}

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

.price-notice {
  color: #63656a;
}

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

.price-box .price,
.price {
  white-space: nowrap;
  font-family: "Lato", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #63656a;
  white-space: nowrap;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}

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

/* -------------------------------------------- *
 * 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: #63656a;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #666666;
  padding-left: 3px;
}
.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 {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li {
  font-size: 12px;
}
.product-pricing .benefit {
  font-style: italic;
}
.product-pricing .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
    /*.engraving-fields{

        position:relative;
        clear:both;
        margin-bottom:$box-spacing-large;

        &:after{
            @include clearfix();
        }

        > div {

            > dt {
                padding-right: 5px;
                margin:25px 0 10px;
            }

            > dd{
                float:none;
            }
        }

        .front{

            &:after{
                @include clearfix();
            }
        }

        .back{
            position:absolute;
            left:100%;
            top:0;
            width:75%;

            @include bp(max-width,$bp-large){
                position:initial;
            }
        }
    }*/
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  display: block;
  font-weight: bold;
  padding-right: 5px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  margin: 0 0 6px;
  display: block;
}
.item-options .option-group {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .item-options .option-group + .option-group {
    position: relative;
    clear: none;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .item-options .option-group + .option-group dt {
    margin-top: 0;
  }
}
.item-options .option-group + dt {
  clear: both;
}
.item-options .option-group > dl {
  float: left;
}
.item-options .option-group > dl > dt {
  padding-right: 5px;
  margin: 25px 0 10px;
  float: none;
}
.item-options .option-group > dl > dd {
  float: none;
}
.item-options .option-group > dl > dd dt {
  float: left;
  clear: left;
}
.item-options .option-group > dl > dd dd {
  float: left;
  clear: right;
  text-transform: uppercase;
}
.item-options .engraving-front dd,
.item-options .engraving-back dd {
  text-transform: uppercase;
}

.item-options > .back > dt {
  margin: 25px 0 10px;
}
.item-options > .back > dd {
  float: none;
}

.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 #3399CC;
  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 #3399CC;
  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: 8.5in;
  margin: 0 auto;
  font-weight: 100;
}
.page-print h1, .page-print h2, .page-print h3, .page-print h4, .page-print h5 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  color: #666666;
  font-weight: 100;
  text-transform: none;
}
.page-print h1 {
  text-transform: uppercase;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

.sales-order-print h1, .sales-order-printinvoice h1, .sales-order-printshipment h1, .sales-order-printcreditmemo h1 {
  float: left;
}
.sales-order-print h2, .sales-order-printinvoice h2, .sales-order-printshipment h2, .sales-order-printcreditmemo h2 {
  clear: both;
}
.sales-order-print address,
.sales-order-print .shipping-method,
.sales-order-print .payment-method, .sales-order-printinvoice address,
.sales-order-printinvoice .shipping-method,
.sales-order-printinvoice .payment-method, .sales-order-printshipment address,
.sales-order-printshipment .shipping-method,
.sales-order-printshipment .payment-method, .sales-order-printcreditmemo address,
.sales-order-printcreditmemo .shipping-method,
.sales-order-printcreditmemo .payment-method {
  font-style: italic;
}
.sales-order-print address h2,
.sales-order-print .shipping-method h2,
.sales-order-print .payment-method h2, .sales-order-printinvoice address h2,
.sales-order-printinvoice .shipping-method h2,
.sales-order-printinvoice .payment-method h2, .sales-order-printshipment address h2,
.sales-order-printshipment .shipping-method h2,
.sales-order-printshipment .payment-method h2, .sales-order-printcreditmemo address h2,
.sales-order-printcreditmemo .shipping-method h2,
.sales-order-printcreditmemo .payment-method h2 {
  font-style: normal;
}
.sales-order-print .order-date, .sales-order-printinvoice .order-date, .sales-order-printshipment .order-date, .sales-order-printcreditmemo .order-date {
  float: right;
  color: #666666;
}
.sales-order-print .col3-set, .sales-order-printinvoice .col3-set, .sales-order-printshipment .col3-set, .sales-order-printcreditmemo .col3-set {
  border: 1px solid #ECECEC;
  border-style: solid none;
  padding: 20px;
  margin-bottom: 40px;
  float: left;
}
.sales-order-print .col3-set .col-2, .sales-order-printinvoice .col3-set .col-2, .sales-order-printshipment .col3-set .col-2, .sales-order-printcreditmemo .col3-set .col-2 {
  border: 1px solid #ECECEC;
  border-style: none solid;
}
.sales-order-print .col3-set .payment-method, .sales-order-printinvoice .col3-set .payment-method, .sales-order-printshipment .col3-set .payment-method, .sales-order-printcreditmemo .col3-set .payment-method {
  margin-top: 20px;
}
.sales-order-print .col3-set h2, .sales-order-printinvoice .col3-set h2, .sales-order-printshipment .col3-set h2, .sales-order-printcreditmemo .col3-set h2 {
  font-size: 20px;
  margin-bottom: .25em;
}
.sales-order-print .data-table th, .sales-order-printinvoice .data-table th, .sales-order-printshipment .data-table th, .sales-order-printcreditmemo .data-table th {
  color: #000;
}
.sales-order-print .data-table td img, .sales-order-printinvoice .data-table td img, .sales-order-printshipment .data-table td img, .sales-order-printcreditmemo .data-table td img {
  border: 1px solid #ECECEC;
}
.sales-order-print .data-table td:last-child, .sales-order-printinvoice .data-table td:last-child, .sales-order-printshipment .data-table td:last-child, .sales-order-printcreditmemo .data-table td:last-child {
  padding-right: 10px;
}
.sales-order-print .data-table .product-name, .sales-order-printinvoice .data-table .product-name, .sales-order-printshipment .data-table .product-name, .sales-order-printcreditmemo .data-table .product-name {
  text-transform: uppercase;
  font-weight: 100;
}
.sales-order-print .data-table thead th:last-child, .sales-order-printinvoice .data-table thead th:last-child, .sales-order-printshipment .data-table thead th:last-child, .sales-order-printcreditmemo .data-table thead th:last-child {
  padding-right: 10px;
}
.sales-order-print .data-table tfoot tr:first-child td, .sales-order-print .data-table tfoot tr:first-child th, .sales-order-printinvoice .data-table tfoot tr:first-child td, .sales-order-printinvoice .data-table tfoot tr:first-child th, .sales-order-printshipment .data-table tfoot tr:first-child td, .sales-order-printshipment .data-table tfoot tr:first-child th, .sales-order-printcreditmemo .data-table tfoot tr:first-child td, .sales-order-printcreditmemo .data-table tfoot tr:first-child th {
  padding: 10px 10px 0;
}
.sales-order-print .data-table tfoot tr:last-child td, .sales-order-print .data-table tfoot tr:last-child th, .sales-order-printinvoice .data-table tfoot tr:last-child td, .sales-order-printinvoice .data-table tfoot tr:last-child th, .sales-order-printshipment .data-table tfoot tr:last-child td, .sales-order-printshipment .data-table tfoot tr:last-child th, .sales-order-printcreditmemo .data-table tfoot tr:last-child td, .sales-order-printcreditmemo .data-table tfoot tr:last-child th {
  padding: 10px 10px;
}
.sales-order-print .data-table tfoot td, .sales-order-print .data-table tfoot th, .sales-order-printinvoice .data-table tfoot td, .sales-order-printinvoice .data-table tfoot th, .sales-order-printshipment .data-table tfoot td, .sales-order-printshipment .data-table tfoot th, .sales-order-printcreditmemo .data-table tfoot td, .sales-order-printcreditmemo .data-table tfoot th {
  padding: 0 5px;
}
.sales-order-print .data-table tfoot td:last-child, .sales-order-printinvoice .data-table tfoot td:last-child, .sales-order-printshipment .data-table tfoot td:last-child, .sales-order-printcreditmemo .data-table tfoot td:last-child {
  padding-right: 10px;
}

.sales-order-printinvoice [id^='my-invoice-table'] .product-name,
.sales-order-printshipment [id^='my-shipment-table'] .product-name,
.sales-order-printcreditmemo [id^='my-refund-table'] .product-name {
  font-weight: 600;
}

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

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

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

/* -------------------------------------------- *
 * 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;
  line-height: 1.8;
}

.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: #63656a;
  font-size: 13px;
}

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

/* -------------------------------------------- *
 * Toolbar
 */
.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", "Trebuchet MS", Arial;
  color: #666666;
  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 > .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: "Lato", 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 .limiter select {
  padding: 6px;
}
.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: #3399CC;
  font-family: "Lato", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #666666;
  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 #3399CC;
}

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

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

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

.not-visible {
  visibility: hidden;
}

/* ============================================ *
 * Global Promos CMS Block
 * ============================================ */
#promos {
  max-width: 1146px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 75px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #promos {
    padding: 0;
  }
}
#promos .col-half:nth-child(2) {
  margin: 10px 0 0 0;
}
#promos img {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1024px) {
  #promos {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #promos {
    margin-top: 50px;
    overflow: visible;
  }
  #promos p,
  #promos .learn-more {
    display: none;
  }
  #promos .col-half {
    text-align: center;
  }
  #promos .col-half img {
    display: inline-block;
    margin: 0;
  }
  #promos .col-half:nth-child(2) {
    margin: 0 0 -35px 0;
    padding: 0;
  }
  #promos .col-half:nth-child(2) .inner-padding {
    padding: 0;
  }
}

#back-to-top {
  display: none;
  z-index: 999999;
  position: fixed;
  right: 22px;
  bottom: 0;
  cursor: pointer;
  background: #4ab8d9;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  width: 88px;
  border-radius: 3px 3px 0 0;
  padding: 15px 15px 10px 15px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
#back-to-top span::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  margin: 0 auto 5px 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: 0px;
}

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

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: none;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #dbdbdb;
}

.my-account form .legend {
  font-size: 17px;
  padding-bottom: 15px;
}

/* -------------------------------------------- *
 * 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: 14px;
  font-family: "Lato", Verdana, Arial, sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #FF0000;
  font-weight: normal;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

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

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

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

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

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

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: #63656a;
}

input:-moz-placeholder {
  color: #63656a;
}

/* -------------------------------------------- *
 * 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,
.validation-notice {
  margin: 5px 0 0;
  color: #FF0000;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 2px;
  padding: 5px;
  border: 1px solid #dbdbdb;
}
.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,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box {
  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 {
  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 {
  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 {
  color: #666666;
  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 {
  background-color: #e8e8e8;
}
.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 {
  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 {
  background-color: transparent;
}

.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: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #63656a;
}

::-webkit-input-placeholder {
  color: #666666;
  font-size: 14px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 14px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #666666;
  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
 */
/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

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

.data-table td,
.data-table th {
  vertical-align: top;
  padding: 10px 5px;
}
.data-table td:first-child,
.data-table th:first-child {
  padding-left: 0;
}
.data-table td:last-child,
.data-table th:last-child {
  padding-right: 0;
}
.data-table td h2,
.data-table th h2 {
  margin: 0;
}

.data-table th {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  line-height: 1.4;
  white-space: nowrap;
  color: #666666;
}

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

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

.data-table tbody td .item-options {
  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 {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+1) {
    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", "Trebuchet MS", Arial;
    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) {
    width: 40%;
    padding-right: 15px;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+1) {
    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", "Trebuchet MS", Arial;
    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) {
    width: 40%;
    padding-right: 15px;
  }
  .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;
  }
}
/******************************
*** Lato
******************************/
/******************************
*** Montserrat
******************************/
/**
 * 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%;
}

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

.wrapper:after {
  content: '';
  display: table;
  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
 */
/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 768px) {
  .page-header {
    max-width: 1146px;
    margin: 0 auto;
    padding: 0 25px;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: "Montserrat", "Trebuchet MS", Arial;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399CC;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  max-width: 218px;
  max-height: 62px;
  text-align: center;
  padding: 0;
  margin: 41px 0 0 0;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links-checkout {
    float: right;
    margin-top: -30px;
    margin-right: -10px;
}
.skip-links {
  clear: both;
  overflow: hidden;
  border: none;
  background: #f4f4f4;
}

@media only screen and (min-width: 768px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 25%;
  height: 44px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  background: #f4f4f4;
  color: #666666;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

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

#mobile-contact {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 767px) {
  a.skip-link {
    position: relative;
    float: left;
    width: 25%;
    height: 44px;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    background: #f4f4f4;
    color: #666666;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .skip-link.skip-active {
    color: #e2261c;
  }
  .skip-link.skip-active .arrow-up {
    display: block;
    position: absolute;
    bottom: 0;
    left: 46%;
    border-bottom: 5px solid #e2261c;
  }

  .header-minicart .skip-cart .count,
  .skip-link.skip-account {
    display: none;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
@media only screen and (min-width: 768px) {
  #mobile-account-link,
  .log-out {
    display: none;
  }
}

.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

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

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #ffffff;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 767px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    color: #666666;
    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;
  }
}
/* -------------------------------------------- *
 * Contact and Country
 */

.contact-country-wrapper {
  position: absolute;
  top: 20px;
  right: 210px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 12px;
  line-height: 1;
}
.contact-country-wrapper-checkout {
    position: inherit;
    top: inherit;
    right: inherit;
}
.contact-country-wrapper .tel {
  float: left;
  margin: 0 10px 0 0;
}
.checkout-onepage-index .mobile-only .tel {
    padding-top: 10px;
    display: block;
}
.checkout-onepage-index .contact-country-wrapper .tel {
    font-size: 24px;
    font-weight: 600;
}
.contact-country-wrapper .country-select {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}
.contact-country-wrapper .country-select .flag-icon-us {
  top: -2px;
}
.contact-country-wrapper .country-select .arrow-down {
  float: right;
  margin: 5px 0 0 5px;
}
.contact-country-wrapper .contact-header {
  border-right: 1px solid #666666;
  padding: 0 15px 0 0;
  color: #666666;
  float: left;
  text-transform: uppercase;
}

#country-dropdown {
  display: none;
  position: absolute;
  border: 1px solid #dbdbdb;
  padding: 15px;
  width: 133px;
  z-index: 9;
  left: -50px;
  background: #ffffff;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#country-dropdown li {
  overflow: hidden;
  margin: 0 0 15px 0;
}
#country-dropdown li:last-child {
  margin: 0;
}
#country-dropdown a {
  color: #666666;
}
#country-dropdown span {
  float: left;
  margin: 2px 0 0 0;
}
#country-dropdown span.flag-icon {
  margin: 0 10px 0 0;
}

.promo-engraving {
  float: right;
  width: 50%;
  text-align: right;
  color: #63656a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 62px 0 0 0;
  clear: right;
}
.checkout-onepage-index .promo-engraving {
    width: inherit;
}
.promo-engraving a {
  color: #63656a;
}
.promo-engraving p {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  font-style: normal !important;
}
.promo-engraving p.header-promo {
  border-right: 1px solid #dbdbdb;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
.promo-engraving .engraving-help a {
  color: #666666;
}

@media only screen and (max-width: 1024px) {
  .contact-country-wrapper .country-select {
    margin: 0 15px 0 0;
  }

  .promo-engraving {
    width: auto;
    max-width: 484px;
  }
  .promo-engraving p {
    font-size: 12px;
  }
  .promo-engraving p.header-promo {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    float: none;
    margin: 15px auto;
    width: 50%;
  }

  #mobile-header-promo {
    background: #666666;
    color: #ffffff;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  #mobile-header-promo p {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
  }

  #mobile-contact.skip-active {
    display: block;
  }

  #mobile-contact,
  #header-cart,
  #header-nav.skip-active,
  #header-search {
    border-top: 4px solid #e2261c;
    padding: 0;
  }

  #header-search #search {
    width: 100%;
  }
  #header-search #search::-webkit-input-placeholder {
    font-size: 18px;
  }
  #header-search #search:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
  }
  #header-search #search::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  #header-search #search:-ms-input-placeholder {
    font-size: 18px;
  }
  #header-search .search-button {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }
  #header-search .close-search {
    display: none;
  }

  #mobile-contact li {
    font-family: "Lato", Verdana, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 13px 0;
    text-transform: uppercase;
  }
  #mobile-contact li a {
    display: block;
  }
  #mobile-contact li:focus, #mobile-contact li:hover {
    background: #f4f4f4;
  }
  #mobile-contact li:focus a, #mobile-contact li:hover a {
    color: #e2261c;
  }
  #mobile-contact li.email-signup {
    background: #f8b51e;
  }
  #mobile-contact li.email-signup:focus, #mobile-contact li.email-signup:hover {
    background: #f8b51e;
  }
  #mobile-contact li.email-signup:focus a, #mobile-contact li.email-signup:hover a {
    color: #ffffff;
  }
  #mobile-contact li.email-signup a {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
  }

  #nav .nav-primary li {
    font-size: 15px;
    text-align: center;
    padding: 13px 0;
    text-transform: uppercase;
  }
  #nav .nav-primary li a {
    display: block;
    font-family: "Lato", Verdana, Arial, sans-serif;
    text-align: center;
    border: none;
    line-height: 1.3;
  }
  #nav .nav-primary li a:after {
    display: none;
  }
  #nav .nav-primary li:focus, #nav .nav-primary li:hover {
    background: #f4f4f4;
  }
  #nav .nav-primary li:focus a, #nav .nav-primary li:hover a {
    color: #e2261c;
  }

  .page-header-container .store-language-container,
  .contact-country-wrapper,
  .promo-engraving {
    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
 */
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

.skip-nav .label {
  display: inline;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 767px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  #header-nav {
    display: block;
    /* Force visibility */
    background: #f4f4f4;
    margin: 25px 0 0 0;
  }
  #header-nav .nav-wrapper {
    max-width: 1146px;
    padding: 0 25px;
    position: relative;
    margin: 0 auto;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 768px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #666666;
  line-height: 30px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
.nav-primary a span {
  display: none;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border: none;
}
.nav-primary ul.level0 li {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.nav-primary ul.level0 li a {
  line-height: 1.4;
  padding: 12px 10px;
  text-transform: none;
}
.nav-primary ul.level0 li a span {
  display: none !important;
}
.nav-primary ul.level0 li a:focus, .nav-primary ul.level0 li a:hover {
  background: #f4f4f4;
  color: #e2261c;
}

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

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

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 767px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul, .nav-primary .menu-active > ul.level0 {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399CC;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 768px) {
  .nav-primary {
    line-height: 1;
    padding: 0;
    margin: 0;
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary li.level0.parent.menu-active a.level0 span {
    display: block;
    border-bottom: 5px solid #e2261c;
    position: absolute;
    left: 27%;
    bottom: 2px;
  }
  .nav-primary a.level0 {
    padding: 21px 40px 21px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .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: #e2261c;
  }
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    position: absolute;
    left: -25px;
    top: 58px;
    z-index: 10;
    width: 250px;
    display: none;
    /* Hide until displayed. */
    border: none;
    border-top: 4px solid #e2261c;
    background: #ffffff;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }

  .no-touch li:hover > ul {
    display: block;
    /* Force display */
  }
}
#chat-search {
  position: absolute;
  right: 25px;
  top: 17px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
#chat-search a {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
#chat-search a:focus, #chat-search a:hover {
  text-decoration: none;
}
#chat-search .search-toggle a.opened {
  color: #e2261c;
}
#chat-search .search-toggle a.opened span {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 43px;
  border-bottom: 5px solid #e2261c;
}
#chat-search .search-toggle a.opened img {
  display: none;
}
#chat-search .search-toggle a.opened img.active {
  display: inline-block;
}
#chat-search li {
  float: left;
}
#chat-search li.live-chat {
  margin: 0 50px 0 0;
}
#chat-search li.search-toggle {
  margin-top: -2px;
}
#chat-search li.search-toggle img {
  display: inline-block;
  position: relative;
  top: 2px;
}
#chat-search li.search-toggle img.active {
  display: none;
}
#chat-search li.search-toggle span {
  display: none;
}
#chat-search li span {
  color: #e2261c;
}

@media only screen and (max-width: 1024px) {
  .nav-primary a.level0 {
    font-size: 16px;
  }

  #chat-search a {
    font-size: 16px;
  }

  .nav-primary li.level0 ul {
    top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  #chat-search {
    top: 20px;
  }
  #chat-search li.live-chat {
    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
 */
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 768px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  #header-search {
    display: none;
    position: absolute;
    background: #ffffff;
    max-width: 1096px;
    padding: 20px;
    border-top: 4px solid #e2261c;
    z-index: 99;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 80%;
  height: 50px;
  padding: 0 20px;
  background: #e7e7e7;
  font-family: "Lato", Verdana, Arial, sans-serif;
  border: none;
  line-height: 50px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 300;
}
#search::-webkit-input-placeholder {
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
}
#search:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
}
#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
}
#search:-ms-input-placeholder {
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
}

#search_mini_form .search-button {
  height: 50px;
  background: #666666;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  padding: 0 30px;
  margin: -5px 25px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.close-search {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 30px;
  display: inline-block;
  position: relative;
  top: 6px;
}
.close-search:focus, .close-search:hover {
  text-decoration: none;
  color: #666666;
}

@media only screen and (max-width: 1024px) {
  #search {
    width: 74%;
  }
}
@media only screen and (max-width: 768px) {
  #header-search.skip-active {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #header-nav.skip-content {
    padding: 0;
  }
  #header-nav.skip-content #nav,
  #header-nav.skip-content #chat-search {
    display: none;
  }
  #header-nav.skip-content.skip-active #nav {
    display: block;
  }
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    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
 */
@media only screen and (min-width: 768px) {
  .skip-account {
    position: absolute;
    top: 3px;
    right: 101px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    font-weight: normal;
    background: none;
    font-size: 12px;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 47px;
    right: 115px;
    width: 200px;
    background: white;
    border: none;
    border-top: 4px solid #e2261c;
  }
  #header-account.skip-active .arrow-up {
    position: absolute;
    top: -9px;
    right: 22px;
    border-bottom: 5px solid #e2261c;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #666666;
    line-height: 2;
    font-family: "Lato", Verdana, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
  }

  #header-account a:hover {
    background: #f4f4f4;
    color: #e2261c;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

#header-account a:hover {
  background: #f4f4f4;
  color: #e2261c;
}

/**
 * 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
 */
.skip-cart {
  font-weight: normal;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .skip-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 50px;
    padding: 15px 20px 20px 20px;
    background: #4ab8d8;
    color: #ffffff;
    line-height: 1;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 60px;
    right: 0;
    width: 320px;
    background: white;
    font-family: "Lato", Verdana, Arial, sans-serif;
    border: solid 1px #CCCCCC;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}

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

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .skip-cart {
    color: #ffffff;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    position: static;
    background: none;
    margin-left: 0px;
  }
  .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", "Trebuchet MS", Arial;
  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;
  border: 1px solid #dbdbdb;
}

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

.mini-cart-list .details {
  margin-left: 99px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #63656a;
  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;
}

/*
@include bp(max-width, $bp-medium) {

  #header-cart {

    .checkout-types {
      float: right;
      width: 48%;
    }
    .cart-link {
      float: left;
      width: 48%;
      position: relative;
      text-align: left;
    }

    .block-subtitle,
    .arrow-up,
    .truncated {
      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
 */
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Lato", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  background: #e7e7e7;
}
.footer .footer-wrapper {
  max-width: 1146px;
  margin: 0 auto;
  padding: 40px 25px 50px 25px;
  overflow: hidden;
}
.footer .gri-icon {
  display: none;
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #666666;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 25px 0 0;
  margin-bottom: 25px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #666666;
}
.footer .links a:hover {
  color: #3399CC;
}
.footer .block-subscribe {
  width: 100%;
  margin-bottom: 0;
  background: #f8b51e;
  color: #ffffff;
}
.footer .block-subscribe .subscribe-container {
  max-width: 1146px;
  margin: 0 auto;
  padding: 13px 25px;
  float: none;
  width: auto;
}
.footer .block-subscribe .form-subscribe-header {
  float: left;
  width: auto;
}
.footer .block-subscribe .block-title {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.footer .block-subscribe .block-title strong {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  font-family: "Lato", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  border-right: 1px solid #f7c85f;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
.footer .block-subscribe label {
  font-size: 14px;
  padding: 10px 0 0 0;
}
.footer a {
  color: #666666;
}
.footer a:focus, .footer a:hover {
  color: #4ab8d8;
}
.footer h4 {
  font-size: 13px;
}
.footer .footer-col {
  float: left;
  width: 25%;
  font-size: 16px;
}
.footer .footer-col li {
  margin: 0 0 10px 0;
}
.footer .footer-contact {
  float: left;
  width: 50%;
  clear: left;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.footer .footer-contact li {
  float: left;
  border-right: 1px solid #cacaca;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
.footer .footer-contact li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer .footer-contact li:last-child a {
    pointer-events: none;
  }
}
.footer .footer-contact li span {
  color: #e2261c;
}
.footer .footer-social {
  float: right;
  width: 50%;
  text-align: right;
  margin: 20px 0 0 0;
}
.footer .footer-social li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.footer .footer-social li:last-child {
  margin: 0;
}
.footer .trust-wrapper {
  background: #ffffff;
}
.footer .footer-trust {
  max-width: 1146px;
  margin: 0 auto;
  padding: 30px 25px 80px 25px;
  overflow: hidden;
}
.footer .footer-trust ul {
  width: 100%;
}
.footer .footer-trust li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.footer .footer-trust li.trade-member {
  float: right;
  width: auto;
  margin: -15px 0 0 0;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 296px;
  padding-top: 0;
  margin: 3px 0 0 20px;
}
.footer .block-subscribe .input-text {
  width: 100%;
  height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fde9bc;
  border: none;
}
.footer .block-subscribe .block-content {
  margin: 0;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: auto;
  margin: 3px 0 0 10px;
}
.footer .block-subscribe .actions .button {
  height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.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 {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 25px;
  padding: 25px 0;
}
@media only screen and (max-width: 1160px) {
  .footer .block-subscribe .input-box {
    width: auto;
  }
}
@media only screen and (max-width: 1061px) {
  .footer .block-subscribe label {
    display: none;
  }
  .footer .block-subscribe .input-box {
    margin: 3px 0 0 0;
    width: 48%;
    max-width: 607px;
  }
  .footer .block-subscribe .block-title strong {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1096px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-wrapper {
    padding: 0 0 25px 0;
  }
  .footer .footer-col {
    width: 100%;
    text-align: center;
  }
  .footer .footer-col h4 {
    border-bottom: 1px solid #d5d5d5;
    font-family: "Lato", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    line-height: 60px;
    height: 60px;
  }
  .footer .footer-col ul {
    display: none;
  }
  .footer .footer-col ul li {
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
    margin: 0;
    height: 50px;
    line-height: 50px;
  }
  .footer .footer-col .accordion-content li a {
    width: 100%;
    display: block;
  }
  .footer .footer-contact {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  .footer .footer-contact ul {
    display: inline-block;
  }
  .footer .footer-social {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer .footer-social li {
    display: inline-block;
  }
  .footer .footer-trust {
    text-align: center;
    padding: 30px 25px 60px 25px;
  }
  .footer .footer-trust ul {
    float: none;
    display: inline-block;
    margin: -15px 0 0 0;
  }
  .footer .footer-trust li {
    margin: 0 15px 0 0;
    width: 15%;
  }
  .footer .footer-trust li.trade-member {
    float: none;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-trust li img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
  .footer div.block-subscribe {
    clear: both;
    float: none;
    width: 100%;
  }
  .footer div.block-subscribe div.subscribe-container {
    padding: 13px 15px;
    border: none;
    margin: 0;
  }
  .footer div.block-subscribe label {
    display: block;
    margin: 0 0 15px 0;
  }
  .footer div.block-subscribe .input-box {
    display: block;
    width: 100%;
  }
  .footer div.block-subscribe .input-box input {
    background: #ffffff;
  }
  .footer div.block-subscribe .actions {
    margin: 15px 0 0 0;
    clear: left;
    width: 100%;
  }
  .footer div.block-subscribe .actions button.button {
    background: #666666;
    color: #ffffff;
    width: 100%;
  }
  .footer .block-subscribe .block-title {
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .footer .block-subscribe .block-title.open .gri-icon {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .footer .block-subscribe .block-title.open .gri-icon img {
    width: 100%;
  }
  .footer .block-subscribe .block-title strong {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 24px;
  }
  .footer .footer-contact {
    font-size: 12px;
  }
  .footer .footer-contact li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  .footer .footer-contact li:last-child {
    padding: 0;
    margin: 0;
  }
  .footer .footer-social li {
    margin: 0 25px 0 0;
  }
  .footer .footer-social li:last-child {
    margin: 0;
  }
  .footer .footer-trust {
    padding: 25px 15px;
  }
  .footer .footer-trust h4 {
    font-family: "Lato", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    position: relative;
  }
  .footer .footer-trust h4.open .gri-icon {
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    /*&:after {
      content: "X";
      color: $c-text;
      font-weight: $f-light;
      font-size: 20px;
      font-family: $f-stack-sans;
    }*/
  }
  .footer .footer-trust ul {
    margin: 15px 0 0 0;
  }
  .footer .footer-trust ul li {
    width: 50%;
    margin: 0 0 25px 0;
    text-align: center;
    float: left;
  }
  .footer .footer-trust ul li img {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    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
 */
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
body.has-banner .page-title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body.has-banner .page-title {
    text-align: center;
  }
}
body.has-banner .category-promo {
  float: right;
  width: 37%;
  margin-top: 3%;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body.has-banner .category-promo {
    float: none;
    width: auto;
    text-align: center;
  }
}
body.has-banner .banner-wrap {
  float: left;
  width: 60.5%;
}
@media only screen and (max-width: 767px) {
  body.has-banner .banner-wrap {
    display: none;
  }
}
body.has-banner .banner-wrap img {
  max-width: 100%;
}

.catalog-category-view .main-container {
  padding: 10px 0 0;
}
.catalog-category-view .main-container .col-main {
  margin-bottom: 0;
}

.catalog-category-view .category-content, .catalog-category-view .note-msg {
  margin: 0 auto;
  padding: 25px;
  overflow: hidden;
}

body.has-banner .category-content, body.has-banner .note-msg {
  padding: 0 25px;
}

body:not(.no-anchor-category) .category-content-wrap.has-bg-color .category-promo {
  color: #fff;
}
body:not(.no-anchor-category) .category-content-wrap.has-bg-color .category-promo h1 {
  color: #fff;
}

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .category-title h1,
  body.catalogsearch-result-index .page-title h1 {
    padding: 20px 0;
  }
}

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

.category-promo {
  color: #666666;
  text-align: center;
  padding: 0 12.8%;
}
.category-promo h1 {
  font-size: 36px;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.category-promo .short-border {
  border-top: 1px solid #666666;
  display: none;
  width: 255px;
  margin: 0 auto;
  opacity: 0.5;
}
.category-promo .category-description {
  font-size: 16px;
  line-height: 30px;
}
.category-promo .category-description p:last-child {
  margin: 0;
}
.category-promo a {
  color: #ffffff;
  text-decoration: underline;
}

.testimonial {
  padding-top: 40px;
  max-width: 760px;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial > * {
  vertical-align: middle;
  display: inline-block;
}
.testimonial img {
  /* float: left; */
  width: 100px;
  margin: 0 25px 0 0;
}
.testimonial blockquote {
  /* float: left; */
  width: 82%;
  max-width: 630px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  /* padding: 15px 0 0 0; */
}
.testimonial blockquote p.name {
  color: #000000;
  font-style: normal;
  font-size: 16px;
  padding: 5px 0 0 0;
}
.testimonial blockquote p.name span.location {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  border-left: 1px solid #666666;
  padding: 0 0 0 7px;
  margin: 0 0 0 7px;
  display: inline-block;
  line-height: 1;
}

.note-msg {
  text-align: center;
}

.category-products {
  /*border-top: 1px solid #dbdbdb;*/
  background: #f4f4f4;
}

@media only screen and (max-width: 767px) {
  .category-content .category-promo h1, .note-msg .category-promo h1 {
    font-size: 28px;
  }
  .category-content .testimonial blockquote, .note-msg .testimonial blockquote {
    width: 76%;
  }
}
@media only screen and (max-width: 599px) {
  .category-content .testimonial blockquote, .note-msg .testimonial blockquote {
    width: 70%;
  }
}
@media only screen and (max-width: 479px) {
  .category-content, .note-msg {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .category-content .category-promo, .note-msg .category-promo {
    padding: 15px;
  }
  .category-content .category-promo h1, .note-msg .category-promo h1 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .category-content .category-promo .short-border, .note-msg .category-promo .short-border {
    display: none;
  }
  .category-content .category-description, .note-msg .category-description,
  .category-content .testimonial,
  .note-msg .testimonial {
    display: none;
  }
}
/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  text-transform: none;
  font-size: 14px;
  font-family: "Lato", 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: #666666;
}
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 {
  text-decoration: none;
  color: #4ab8d8;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 14px;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
    position: relative;
    max-width: 1146px;
    margin: 0 auto;
    padding: 0 25px 15px;
}
.products-grid.first {
  padding: 60px 25px 15px;
}
@media only screen and (max-width: 767px) {
  .products-grid {
    padding: 30px;
  }
  .products-grid > li {
    margin-bottom: 60px;
  }
}

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

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

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
  border: 1px solid #dbdbdb;
}
.products-grid .product-image img:hidden {
  display: none;
}

.products-grid .product-info {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products-grid .product-info {
    min-height: 0 !important;
  }
}

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

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

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

.products-grid .price-box {
  color: #666666;
  font-size: 14px;
  margin: 0 0 5px;
}
.products-grid .price-box .price {
  font-size: 14px;
}
.products-grid .price-box .price-label {
  text-transform: lowercase;
  font-weight: normal;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.products-grid .price-box .price-from .price {
  color: #63656a;
}
.products-grid .price-box .special-price .price {
  color: #da0b16;
}

.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: 15px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.63636%;
  }
  .products-grid > li {
    width: 30.90909%;
    margin-right: 3.63636%;
  }
  .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 */
  .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.1978%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.1978%;
  }

  .products-grid--max-4-col > li {
    width: 23.35165%;
    margin-right: 2.1978%;
    margin-bottom: 20px;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.1978%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.1978%;
  }

  .products-grid--max-5-col > li {
    width: 18.24176%;
    margin-right: 2.1978%;
    margin-bottom: 20px;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.1978%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.1978%;
  }

  .products-grid--max-6-col > li {
    width: 14.83516%;
    margin-right: 2.1978%;
    margin-bottom: 20px;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid > li {
    width: 100%;
  }
}
/* ============================================ *
 * 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: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  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: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: 15px;
  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: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  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: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: 15px;
  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 0px;
  display: block;
  line-height: 1;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #63656a;
}

@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: #3399CC;
  }
  .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 #3399CC;
    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 #3399CC;
    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: #3399CC;
    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: #2e8ab8;
    color: #fff;
  }
  .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: #666666;
    background-color: #F4F4F4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #e8e8e8;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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;
}

/* ============================================ *
 * Custom Toolbar
 * ============================================ */
.toolbar {
  clear: both;
  line-height: initial;
  font-family: "Lato", Verdana, Arial, sans-serif;
  padding-top: 40px;
}
.toolbar .toolbar-container {
  position: relative;
}
.toolbar .toolbar-container .sorter-container {
  position: relative;
  max-width: 1146px;
  margin: auto;
}
.toolbar .sort-filter {
  overflow: hidden;
  max-width: 1146px;
  margin: 0 auto 20px;
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width: 415px) {
  .toolbar .sort-filter span.sorted {
    display: none;
  }
}
.toolbar .sort-filter li {
  float: left;
}
.toolbar .sort-filter li:nth-child(2) {
  float: right;
}
.toolbar .sort-filter li a {
  text-transform: uppercase;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 13px;
}
.toolbar .sort-filter li a span {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -1px;
}
.toolbar .sort-filter li a.opened span:not(.sorted) {
  border-top: none;
  border-bottom: 5px solid #666666;
}
.toolbar .sort-filter li a.opened:hover span:not(.sorted) {
  border-bottom-color: #4ab8d8;
}
.toolbar .sort-filter li a:hover {
  color: #4ab8d8;
}
.toolbar .sort-filter li a:hover > span {
  border-top-color: #4ab8d8;
}
.toolbar #sorter {
  position: absolute;
  right: 25px;
  display: none;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  z-index: 999;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.toolbar #sorter.up {
  top: -20px;
}
.toolbar #sorter li {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  text-transform: uppercase;
  min-width: 205px;
}
.toolbar #sorter li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px solid #dbdbdb;
}
.toolbar #sorter li a:hover {
  color: #4ab8d8;
}
@media only screen and (max-width: 767px) {
  .toolbar #sorter li a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 415px) {
  .toolbar #sorter li a[selected="selected"] {
    color: lightgrey;
  }
}
.toolbar #sorter li:last-child a {
  border: none;
}
.toolbar #state-holder {
  overflow: hidden;
  max-width: 1096px;
  margin: 10px auto 0 auto;
  padding: 10px 0;
  position: relative;
  font-family: "Lato", Verdana, Arial, sans-serif;
  display: none;
}
.toolbar #state-holder.is-active {
  border-top: 1px solid #dbdbdb;
  display: block;
}
.toolbar #state-holder .actions,
.toolbar #state-holder li {
  margin: 10px 0;
}
.toolbar #state-holder .actions {
  display: inline-block;
  padding: 0 20px 0 0;
}
.toolbar #state-holder .actions img {
  display: inline-block;
  position: relative;
  top: 2px;
}
.toolbar #state-holder .actions a {
  font-size: 14px;
}
.toolbar #state-holder .currently {
  display: inline-block;
}
.toolbar #state-holder .currently ol {
  display: inline-block;
}
.toolbar #state-holder .currently ol li {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 0;
}
.toolbar #state-holder .currently ol li img {
  display: inline-block;
  position: relative;
  top: 2px;
}
.toolbar #state-holder .currently ol li.swatch-current img {
  top: 0;
}
.toolbar #state-holder .currently ol li.swatch-current .btn-remove {
  border: 0;
  height: auto;
  width: auto;
  vertical-align: middle;
  line-height: 6px;
}
.toolbar #state-holder .currently ol li.swatch-current .btn-remove:after {
  content: none;
}
.toolbar #state-holder .currently ol li.swatch-current .btn-remove:hover {
  background-color: #fff;
}
.toolbar #filters {
  display: none;
  border-top: 1px solid #dbdbdb;
}
.toolbar #filters .configurable-swatch-list {
  display: block;
}
.toolbar #filters .configurable-swatch-list li {
  width: 100%;
}
.toolbar #filters #close-filters {
  position: absolute;
  top: 14px;
  right: 25px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .toolbar #filters #close-filters {
    right: 20px;
  }
}
.toolbar #filters #close-filters span {
  display: block;
  margin-left: 5px;
  vertical-align: top;
  float: right;
  background: url(../images/filterClose_icon.png) no-repeat right center;
  padding-right: 22px;
}
.toolbar #filters .block-content {
  max-width: 1146px;
  margin: 0 auto;
  padding: 40px 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .toolbar #filters .block-content {
    padding: 40px 20px;
  }
}
.toolbar #filters #narrow-by-list {
  overflow: hidden;
}
.toolbar #filters #narrow-by-list > li {
  width: 100%;
}
.toolbar #filters #narrow-by-list > li ul {
  clear: both;
}
.toolbar #filters #narrow-by-list > li ul > li {
  float: left;
  width: 25%;
  font-size: 14px;
  margin-bottom: 15px;
}
.toolbar #filters #narrow-by-list > li ul > li a:hover {
  color: #4ab8d8;
}
.toolbar #filters #narrow-by-list > li ul > li a:hover span {
  color: #4ab8d8;
}
.toolbar #filters #narrow-by-list > li ul > li a span {
  font-weight: normal;
  line-height: 1.1;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}
.toolbar #filters #narrow-by-list > li ul > li dl {
  border: none;
  margin: 0 10px;
}
.toolbar #filters #narrow-by-list > li ul > li dl:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .toolbar #filters #narrow-by-list {
    margin-bottom: 0;
  }
}
.toolbar #filters dt {
  background: none;
  border: none;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.4;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  cursor: pointer;
}
.toolbar #filters dt:hover {
  color: #4ab8d8;
}
.toolbar #filters dt:after {
  margin-left: 3px;
}
.toolbar #filters dt:not(.open):after {
  content: '+';
}
.toolbar #filters dt.open:after {
  content: '-';
}
.toolbar #filters dd {
  border: none;
  display: none;
}
.toolbar #filters .actions-btm {
  background: #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 20px auto 0 auto;
  width: 536px;
  height: 35px;
  clear: both;
}
.toolbar #filters .actions-btm a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #63656a;
  text-transform: uppercase;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}
.toolbar #count-holder {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 14px;
  border-left: 1px solid #cccccc;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 1146px) {
  #state-holder {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar .block-subtitle--filter {
    display: none;
  }
  .toolbar .sort-filter {
    padding: 0 15px;
  }
  .toolbar #filters #close-filters span {
    top: 3px;
  }
  .toolbar #filters #narrow-by-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none;
  }
  .toolbar #filters #narrow-by-list * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolbar #filters #narrow-by-list > li {
    display: inline-block;
    float: none;
  }
  .toolbar #filters #narrow-by-list > li:nth-child(even) {
    float: right;
  }
  .toolbar #filters #narrow-by-list a {
    background: none;
  }
  .toolbar #filters #narrow-by-list .configurable-swatch-list li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolbar #sorter {
    width: 100%;
    position: static;
    padding: 10px 15px;
  }
  .toolbar #sorter li {
    min-width: 100%;
    min-width: initial;
  }
  .toolbar .count {
    display: none;
  }
  .toolbar #state-holder {
    padding: 10px 15px !important;
  }
}
@media only screen and (max-width: 599px) {
  .toolbar {
    padding-top: 30px;
  }
  .toolbar #filters {
    margin-bottom: 0;
  }
  .toolbar #filters #narrow-by-list > li ul > li {
    width: 100%;
  }
  .toolbar #filters .actions-btm {
    width: 100%;
  }
}
/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #666666;
  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 #666666;
  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;
}

.ie #sorter li a {
  padding: 5px 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
 */
/* ============================================ *
 * Catalog - Product
 * ============================================ */
@media only screen and (max-width: 767px) {
  .catalog-product-view .col-main {
    margin-bottom: 0;
  }
  .catalog-product-view .breadcrumbs {
    display: block;
    padding: 0 15px;
  }
  .catalog-product-view .breadcrumbs > ul {
    display: none;
  }
  .catalog-product-view .breadcrumbs .share-top {
    width: 100%;
    margin: auto;
    float: none;
    height: initial;
  }
  .catalog-product-view .breadcrumbs .share-top .add-to-links li:nth-child(2) {
    float: right;
  }
}
.catalog-product-view .required em,
.catalog-product-view .required:after {
  display: none;
}
.catalog-product-view .breadcrumbs > ul > li:nth-last-child(2) > span {
  display: none;
}
.catalog-product-view .breadcrumbs li.product {
  display: none;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .main {
  position: relative;
}
.product-view .col-main {
  margin-bottom: 0;
}
.product-view .gray-button, .product-view #spellcheck-trigger {
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-name h1 {
    font-size: 20px;
  }
}
.product-view .more-views {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-view .more-views h2 {
  display: none;
}
.product-view p.required {
  display: none;
}
.product-view .myihr_group_options .inner_group_options > dt {
  margin-top: 10px;
}
.product-view .myihr_group_options .inner_group_options > dt label {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-view .myihr_group_options .inner_group_options {
    padding-top: 5px;
  }
  .product-view .myihr_group_options .inner_group_options > dt {
    display: inline;
    float: left;
    clear: left;
    width: 95px;
    text-align: left;
    line-height: 30px;
  }
  .product-view .myihr_group_options .inner_group_options > dd {
    float: left;
    clear: right;
    margin-top: 10px;
    width: calc(100% - 95px);
  }
  .product-view .myihr_group_options .inner_group_options > dd input {
    width: 100%;
  }
}
.product-view .engraving-list + .engraving-list {
  margin-top: 20px;
}
.product-view .front_group_options,
.product-view .back_group_options {
  padding: 20px 0 0;
}
.product-view .front_group_options:after,
.product-view .back_group_options:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .front_group_options .inner_group_options,
.product-view .back_group_options .inner_group_options {
  max-width: 273px;
}
@media only screen and (min-width: 768px) {
  .product-view .front_group_options .inner_group_options,
  .product-view .back_group_options .inner_group_options {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .front_group_options .inner_group_options,
  .product-view .back_group_options .inner_group_options {
    margin: auto;
  }
}
.product-view .front_group_options .inner_group_options > dt,
.product-view .back_group_options .inner_group_options > dt {
  float: left;
  display: block;
  width: 15px;
  clear: left;
  position: relative;
  margin-top: 12px;
  margin-right: 5px;
}
.product-view .front_group_options .inner_group_options > dt label,
.product-view .back_group_options .inner_group_options > dt label {
  font-size: 18px;
}
.product-view .front_group_options .inner_group_options > dd,
.product-view .back_group_options .inner_group_options > dd {
  float: left;
  margin-bottom: 6px;
}
.product-view .front_group_options .inner_group_options > dd > .input-box,
.product-view .back_group_options .inner_group_options > dd > .input-box {
  position: relative;
  margin-top: 0 !important;
}
.product-view .front_group_options .inner_group_options > dd > .input-box input.input-text,
.product-view .back_group_options .inner_group_options > dd > .input-box input.input-text {
  height: 35px;
  border-radius: 0;
  text-transform: uppercase;
}
.product-view .front_group_options .inner_group_options > dd > .input-box > p.note,
.product-view .back_group_options .inner_group_options > dd > .input-box > p.note {
  position: absolute;
  top: 10px;
  left: 230px;
}
@media only screen and (max-width: 1096px) {
  .product-view .front_group_options .inner_group_options > dd > .input-box > p.note,
  .product-view .back_group_options .inner_group_options > dd > .input-box > p.note {
    left: 185px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-view .front_group_options .inner_group_options > dd > .input-box > p.note,
  .product-view .back_group_options .inner_group_options > dd > .input-box > p.note {
    left: 230px;
  }
}
.product-view .front_group_options .inner_group_options > dd > .input-box .validation-advice,
.product-view .back_group_options .inner_group_options > dd > .input-box .validation-advice {
  width: 225px;
}
.product-view .front_group_options + .back_group_title label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .front_group_options + .back_group_title {
    border-top: 2px dashed #CCCCCC;
  }
  .product-view .front_group_options + .back_group_title label {
    padding-top: 20px;
  }
}
.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 .price-info {
  text-align: right;
  float: right;
}
.product-view .price-info.has-tier-prices {
  width: 32%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-view .price-info {
    position: initial;
    float: none;
    text-align: left;
  }
}
.product-view .price-box {
  margin-top: 0;
}
.product-view .price-box .old-price,
.product-view .price-box .special-price,
.product-view .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
  padding-left: 0;
}
.product-view .price-box .old-price,
.product-view .price-box .special-price {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-view .price-box .old-price,
  .product-view .price-box .special-price {
    display: inline;
  }
}
.product-view .price-box .old-price .price,
.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price,
.product-view .price-box .price-from .price {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .product-view .price-box .old-price .price,
  .product-view .price-box .regular-price .price,
  .product-view .price-box .special-price .price,
  .product-view .price-box .full-product-price .price,
  .product-view .price-box .price-from .price {
    font-size: 20px;
  }
}
.product-view .price-box .price {
  color: black;
}
.product-view .price-box .old-price .price,
.product-view .price-box .regular-price .price {
  color: black;
}
.product-view .price-box .special-price .price {
  color: #da0b16;
}
.product-view .price-box .price-excluding-tax,
.product-view .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view #back_group_options {
  padding-bottom: 10px;
}
.product-view .product-shop {
  width: 60%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .product-view .product-shop {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    clear: left;
  }
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 12.5px;
  clear: left;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 50%;
  margin-bottom: 10px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .configurable-swatch-list {
  display: block;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding: 20px;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart {
    border: 1px solid #CCCCCC;
  }
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.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;
  width: 52px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-buttons {
    float: none;
    clear: both;
    margin-right: 0;
    padding-top: 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: 15px;
  padding: 0px 25px;
  float: left;
  min-width: 140px;
  width: 100%;
  background: #c8c8c8;
  opacity: 1;
}
.product-view .add-to-cart-buttons .button.active, .product-view .add-to-cart-buttons .button.update-cart {
  background: #4ab8d8;
}
.product-view .product-collateral {
  margin-bottom: 0 !important;
}

.product-view.bundle {
  margin-bottom: -10px;
}
.product-view.bundle .product-collateral .box-engravingideas .bottom {
  padding-bottom: 0;
}
.product-view.bundle .product-collateral .box-engravingideas .bottom .right .suggestion:last-child {
  padding-bottom: 0;
}

.product-shop-before {
  width: 60%;
  float: right;
  position: relative;
}
.product-shop-before .left {
  width: 80%;
  float: left;
}
.product-shop-before .right {
  width: 20%;
  margin-bottom: 0;
}
.product-shop-before .product-name {
  float: left;
  font-family: "Lato", Verdana, Arial, sans-serif;
  color: black;
  font-weight: normal;
  width: 80%;
}
.product-shop-before .product-name h1 {
  color: black;
}
.product-shop-before .product-name.has-tier-prices {
  width: 68%;
}
@media only screen and (max-width: 1024px) {
  .product-shop-before .product-name {
    width: 80%;
  }
}
.product-shop-before .alert-stock, .product-shop-before .link-stock-alert {
  clear: both;
}
.product-shop-before #select_label_color {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .product-shop-before .product-name {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .product-shop-before {
    float: none;
    width: 100%;
  }
  .product-shop-before .product-name {
    width: 100%;
  }
  .product-shop-before .price-info {
    text-align: left !important;
  }
  .product-shop-before .price-box:first-child {
    margin-right: 50px;
  }
}
.product-shop-before .product-name h1 {
  margin-bottom: 5px;
  border: none;
}
.product-shop-before .no-rating {
  margin-bottom: 20px;
  margin-top: 10px;
  float: left;
  clear: both;
}
.product-shop-before .no-rating a {
  color: #3399CC;
}
.product-shop-before .short-description {
  margin-bottom: 20px;
  clear: both;
}
.product-shop-before .short-description h2 {
  display: none;
}
.product-shop-before .short-description .std * {
  line-height: 28px;
}
.product-shop-before .ratings {
  margin: 10px 0;
  float: left;
}

.badge {
  position: absolute;
  top: 0;
  padding: 0 10px;
}
.badge span {
  padding: 7px 10px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.badge .myihr-available {
  background: #e31d1a;
}
.badge .limited-edition {
  background: #555555;
}
.badge .best-seller {
  background: #62bb7f;
}
.badge .sale {
  background: #eb7c76;
}
.badge .new {
  background: #96b9e2;
}
.badge .ships-free {
  background: #ab8350;
}

@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;
  }
}
@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-area > ul {
    display: none;
  }
}
.tab-area .tab {
  font-size: 18px;
  display: table-cell;
  margin: 0 5px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .tab-area .tab {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-area .tab {
    width: 100%;
  }
}
.tab-area .tab.active {
  color: #3399CC;
  position: relative;
}
.tab-area .tab.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #3399CC;
  border-bottom: none;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .tab-area .tab.active:after {
    content: '';
    display: table;
    clear: both;
    border: none;
  }
}
.tab-area .tab:not(:first-child):after {
  left: calc(50% + 20px);
}
@media only screen and (max-width: 1024px) {
  .tab-area .tab:not(:first-child):after {
    left: calc(50% + 5px);
  }
}
.tab-area .tab:not(:first-child):before {
  content: "|";
  color: #e7e7e7;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .tab-area .tab:not(:first-child):before {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-area .tab:not(:first-child):before {
    content: '';
    display: table;
    clear: both;
  }
}
.tab-area > ul,
.tab-area section > div {
  max-width: 1146px;
  width: 63%;
  margin: auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 1349px) {
  .tab-area > ul,
  .tab-area section > div {
    width: 100%;
  }
}
.tab-area section {
  background: #F4F4F4;
  margin-top: 10px;
  padding: 10px 0 30px;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .tab-area section {
    padding: 0;
    border: none;
  }
  .tab-area section .tab {
    font-size: 18px;
    padding: 15px 0;
    background: white;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
  }
}
.tab-area section h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: normal;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .tab-area .tab-content {
    padding: 10px 20px 30px;
    border-top: 1px solid #CCCCCC;
  }
}
.tab-area .tab-content h2 {
  border-bottom: 1px solid #CCCCCC;
}
.tab-area .tab-content .no-rating {
  padding: 10px 0;
  display: none;
}
.tab-area #customer-reviews {
  margin-top: 20px;
}
.tab-area #customer-reviews .pr-review-faceoff {
  clear: left;
}
.tab-area #description .product-name {
  display: none;
}
.tab-area #description .std {
  margin-top: 20px;
}
.tab-area .box-engravingideas h2,
.tab-area #additional-information h2 {
  display: none;
}
.tab-area .box-engravingideas h2 + p {
  margin-top: 20px;
}

#review-form .buttons-set {
  text-align: left;
}
#review-form .buttons-set button.button {
  float: none;
  margin-left: 0;
}

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

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

.product-img-box {
  padding-right: 25px;
  position: relative;
  width: 40%;
  float: left;
  margin-bottom: 30px !important;
}
.product-img-box h2 {
  display: none;
}
.product-img-box .product-image-gallery {
  position: relative;
  max-width: 405px;
  max-height: 405px;
  width: 100%;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-img-box .product-image-gallery {
    margin: auto;
  }
}
.product-img-box .product-image-gallery .gallery-image {
  display: none;
}
.product-img-box .product-image-gallery .gallery-image.visible {
  display: block;
}
.product-img-box .product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-img-box .product-image-gallery:before, .product-img-box .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-img-box .product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-img-box .product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-img-box .product-image-gallery.loading {
  position: relative;
}
.product-img-box .product-image-gallery.loading:before, .product-img-box .product-image-gallery.loading:after {
  display: block;
}
.product-img-box .product-image img {
  width: 100%;
  height: 100%;
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .product-img-box .product-video-list {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .product-img-box .product-video-list {
    text-align: center;
  }
}
.product-img-box .product-video-list li {
  display: inline;
  vertical-align: middle;
}
.product-img-box .product-video-list li a {
  color: #3399CC;
}
.product-img-box .product-video-list li:first-child {
  margin-right: 20px;
}
.product-img-box .product-video-list li:before {
  vertical-align: middle;
  content: " ";
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url(/skin/frontend/perficient/default/images/video.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .product-img-box .product-video-list li:before {
    width: 15px;
    height: 10px;
  }
}

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

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 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: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -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;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .product-collateral {
    margin-top: 0;
  }
}

.collateral-tabs dd h2 {
  display: none;
}

.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;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 25px;
    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: #3399CC;
  }
  .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: #666666;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    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;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    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: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399CC;
    border-bottom: none;
    right: 15px;
    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: #3399CC;
  }
  .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 #3399CC;
    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 #3399CC;
    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 {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
}
#product-attribute-specs-table tr.first th,
#product-attribute-specs-table tr.first td {
  border-top: 1px solid #CCCCCC;
}
#product-attribute-specs-table th {
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  #product-attribute-specs-table th {
    font-size: 12px;
  }
}

/* -------------------------------------------- *
 * 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: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
.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-view.simple .product-essential,
.product-view.configurable .product-essential,
.product-view.giftcard .product-essential {
  max-width: 1146px;
  padding: 0 25px;
  margin: auto;
}
.product-view.simple .toggle-all,
.product-view.configurable .toggle-all,
.product-view.giftcard .toggle-all {
  display: none;
}
.product-view.simple .product-shop-before .product-options > dl > dt,
.product-view.configurable .product-shop-before .product-options > dl > dt,
.product-view.giftcard .product-shop-before .product-options > dl > dt {
  margin-bottom: 10px;
}
.product-view.simple .product-shop,
.product-view.configurable .product-shop,
.product-view.giftcard .product-shop {
  margin-bottom: 30px;
}
.product-view.simple .product-shop .product-options > dl > dt,
.product-view.configurable .product-shop .product-options > dl > dt,
.product-view.giftcard .product-shop .product-options > dl > dt {
  color: white;
  text-transform: uppercase;
  background: #4ab8d8;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .product-view.simple .product-shop .product-options > dl > dt,
  .product-view.configurable .product-shop .product-options > dl > dt,
  .product-view.giftcard .product-shop .product-options > dl > dt {
    text-align: center;
  }
}
.product-view.simple #back_group_options,
.product-view.configurable #back_group_options,
.product-view.giftcard #back_group_options {
  padding-bottom: 0;
}
.product-view.simple #product-options-wrapper dl dd .input-box,
.product-view.configurable #product-options-wrapper dl dd .input-box,
.product-view.giftcard #product-options-wrapper dl dd .input-box {
  margin-top: 10px;
}
.product-view.simple .product-options > dl > dd,
.product-view.configurable .product-options > dl > dd,
.product-view.giftcard .product-options > dl > dd {
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .product-view.simple .product-shop-before .price-info,
  .product-view.configurable .product-shop-before .price-info,
  .product-view.giftcard .product-shop-before .price-info {
    width: 100%;
    clear: both;
  }
  .product-view.simple .product-shop-before .price-box,
  .product-view.configurable .product-shop-before .price-box,
  .product-view.giftcard .product-shop-before .price-box {
    margin-right: 0;
  }
  .product-view.simple .product-essential,
  .product-view.configurable .product-essential,
  .product-view.giftcard .product-essential {
    padding: 0 15px;
  }
}
.product-view.simple .product-options-bottom,
.product-view.configurable .product-options-bottom,
.product-view.giftcard .product-options-bottom {
  position: relative;
}
.product-view.simple .product-options-bottom .price-box,
.product-view.configurable .product-options-bottom .price-box,
.product-view.giftcard .product-options-bottom .price-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-view.simple .product-options-bottom .price-box,
  .product-view.configurable .product-options-bottom .price-box,
  .product-view.giftcard .product-options-bottom .price-box {
    top: 40px;
  }
}

.product-view.configurable .product-shop-before .product-options > dl > dd {
  padding: 0 !important;
}

.product-view.simple .short-description + .product-options {
  display: none;
}

.product-view.giftcard .giftcard-amount-form {
  margin-bottom: 20px;
}
.product-view.giftcard .form-list label {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-view.giftcard .price-box .label {
  position: relative;
  top: -4px;
}
.product-view.giftcard .price-box > .price {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .product-view.giftcard .price-box > .price {
    font-size: 20px;
  }
}
.product-view.giftcard .giftcard-form {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .product-view.giftcard .product-name {
    width: 65%;
  }
}

.product-options {
  width: 100%;
  clear: both;
  position: relative;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-options {
    margin-top: 30px;
  }
}
.product-options > dl > dt {
  width: 100%;
}
.product-options > dl > dt .selected-option {
  position: absolute;
  right: 50px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .product-options > dl > dt .selected-option {
    display: none;
  }
}
.product-options > dl > dt label {
  font-size: 20px;
}
.product-options > dl > dd {
  margin-bottom: 20px;
}
.product-options > dl > dd > dl > dt {
  margin-bottom: 0;
}
.product-options > dl > dd > dl > dt label {
  font-size: 18px;
}
.product-options .input-box select {
  background: #F4F4F4;
  height: 30px;
  max-width: 225px;
  width: 100%;
}
.product-options .active-button, .product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) .input-box li:hover input[type='radio'] + span label, .product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) input[type='radio']:checked + span label,
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) input[type='radio'] + span label:hover {
  background: #4ab8d8;
  color: #fff;
}
.product-options .configurable-swatch-list {
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  display: block;
}
.product-options .configurable-swatch-list li {
  margin: 0 !important;
  width: 60px !important;
  height: 30px;
  display: inline-block;
}
.product-options .configurable-swatch-list li * {
  width: 100% !important;
  height: 100% !important;
}
.product-options .configurable-swatch-list li .swatch-link {
  outline: none;
}
.product-options .configurable-swatch-list li.hover .swatch-label, .product-options .configurable-swatch-list li.selected .swatch-label {
  padding: 1px;
}
.product-options .configurable-swatch-list li:not(:last-child) {
  margin-right: 5px !important;
}
.product-options dd:not(.engraving_group_options) input[type='radio'] {
  display: none;
}
.product-options dd:not(.engraving_group_options) input[type='radio'] + span label span {
  font-size: 12px;
  font-weight: normal;
}
.product-options dd:not(.engraving_group_options) .input-box li {
  width: 125px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}
.product-options dd:not(.engraving_group_options) .input-box li:not(:last-child) {
  margin-right: 8px;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) .input-box li:hover .price-notice {
  color: #4ab8d8;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) input[type='radio'] + span {
  padding: 2px;
  border: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) input[type='radio']:checked + span {
  border: 1px solid #4ab8d8;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) input[type='radio'] + span label {
  color: #666666;
  font-weight: bold;
  font-size: 24px;
  background: #ffffff;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 10px 0;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) input[type='radio']:checked + span + span .price-notice,
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) .engraving_group_options li:hover .price-notice {
  color: #4ab8d8;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container) label.disabled {
  background: white !important;
  color: #666666 !important;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container).select_length_option_container .input-box li {
  width: 80px;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container).select_length_option_container input[type='radio'] + span {
  padding: 1px;
}
.product-options dd:not(.engraving_group_options):not(.select_chain_option_container):not(.select_charm_option_container).select_length_option_container input[type='radio'] + span label {
  padding: 6px 0;
}
.product-options input[type='text'] {
  width: 225px;
}
@media only screen and (max-width: 1096px) {
  .product-options input[type='text'] {
    width: 175px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-options input[type='text'] {
    width: 225px;
  }
}

.product-options p.required {
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0;
}

.product-options dt {
  margin: 0 0 2px;
  font-weight: normal;
}
.product-options dt #advice-engraving-text-one-validation-.show-error {
  display: block !important;
  opacity: 1 !important;
}

.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 dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

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

.product-options dd .time-picker {
  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 li:last-child {
  margin-bottom: 0;
}

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

.product-options dd.ob-above {
  max-width: none;
  margin: 0;
}

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

.product-option-bottom {
  padding: 0 20px;
}

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

.tier-prices {
  width: 100%;
  border: none;
  font-style: italic;
  border-top: 1px solid #E2D4C7;
  padding: 0;
}
.tier-prices .benefit {
  font-weight: 800;
}
.tier-prices .tier-price {
  font-size: 15px;
  padding: 15px 20px;
}
.tier-prices .tier-price:not(:first-child) {
  border-top: 1px solid #E2D4C7;
}

.product-options-bottom .product-pricing.tier-prices {
  margin-bottom: 20px;
}
.product-options-bottom .product-pricing.tier-prices .benefit {
  font-weight: 800;
}
.product-options-bottom .product-pricing.tier-prices li {
  border-top: 1px solid #CCCCCC;
  padding: 15px 0;
  font-size: 15px;
}
.product-options-bottom .product-pricing.tier-prices li:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.product-options-bottom .product-pricing {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
}

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

.length_option_title label,
.metal__material_option_title label,
.select_chain_option_title label,
.charm_option_title label {
  color: #fff;
}
.length_option_title label:after,
.metal__material_option_title label:after,
.select_chain_option_title label:after,
.charm_option_title label:after {
  content: "";
}
.length_option_title label.required,
.metal__material_option_title label.required,
.select_chain_option_title label.required,
.charm_option_title label.required {
  color: #ffffff;
}

.engrave_this_item_option_title em {
  display: none;
}
.engrave_this_item_option_title label.required:after {
  color: transparent !important;
}

.label span {
  display: block;
}

.bundledmojo-option-info {
  display: none;
}

.options-list li .bundledmojo_image_wrapper {
  width: 100%;
  height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
}
.options-list li .bundledmojo_image_wrapper * {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.options-list li .bundledmojo_image_wrapper .bundledmojo_image {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.options-list li .bundledmojo_image_wrapper .bundledmojo_image img {
  max-width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.options-list li .bundledmojo_desc_wrapper label:hover {
  background: none;
  color: #4ab8d8;
}
.options-list li .bundledmojo_desc_wrapper .radio {
  display: none;
}
.options-list li .bundledmojo_desc_wrapper span.label {
  text-transform: none !important;
  border: none !important;
}
.options-list li .bundledmojo_desc_wrapper span.label label {
  font-size: 15px !important;
  font-weight: normal !important;
}
.options-list li .bundledmojo_desc_wrapper > span {
  display: block;
}
.options-list li:hover .bundledmojo_image_wrapper, .options-list li.active .bundledmojo_image_wrapper {
  border-color: #4ab8d8;
}
.options-list li:hover .bundledmojo_image_wrapper .bundledmojo_image, .options-list li.active .bundledmojo_image_wrapper .bundledmojo_image {
  border-color: transparent;
}
.options-list li:hover .bundledmojo_image_wrapper a, .options-list li.active .bundledmojo_image_wrapper a {
  display: block;
}
.options-list li:hover .bundledmojo_image_wrapper img, .options-list li.active .bundledmojo_image_wrapper img {
  max-width: 100%;
}

.radio-bundle-qty-container {
  display: none;
}

.front_group_title,
.back_group_title,
.myihr_group_title {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #CCCCCC;
}
.front_group_title label,
.back_group_title label,
.myihr_group_title label {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.engraving-right {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: auto;
  right: calc((100% - 265px)/2);
}
@media only screen and (max-width: 1096px) {
  .engraving-right {
    right: calc((100% - 215px)/2);
  }
}
@media only screen and (max-width: 1024px) {
  .engraving-right {
    right: calc((100% - 265px)/2);
  }
}
@media only screen and (min-width: 768px) {
  .engraving-right {
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    float: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .engraving-right {
    margin-top: 20px;
    margin-bottom: 20px;
    right: 0 !important;
  }
}
@media only screen and (max-width: 367px) {
  .engraving-right {
    max-width: 270px;
  }
}
.engraving-right label {
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.engraving-right .engraving-simulation {
  margin: auto;
  font-size: 13px;
  line-height: 15px;
}
@media only screen and (max-width: 479px) {
  .engraving-right .engraving-simulation {
    font-size: 12px;
  }
}
.engraving-right:after {
  content: '';
  display: table;
  clear: both;
}
.engraving-right span.engraving-field {
  height: 15px;
  margin: auto;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.plate-image img {
  margin: auto;
  width: 100%;
}

.engraving-front-display,
.engraving-back-display {
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}
.engraving-front-display span,
.engraving-back-display span {
  display: block;
}

.q-mark {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: white;
  display: inline-block;
  margin-left: 5px;
  background: #4ab8d8;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.options-list li {
  line-height: 1.5;
  vertical-align: top;
}

.ob-note {
  line-height: 1.5;
}
.ob-note label {
  margin-bottom: 10px;
  font-size: 18px;
}
.ob-note label + span {
  display: block;
  font-style: italic;
  color: #333333;
}
.ob-note .close {
  color: #4ab8d8;
  display: block;
  text-align: right;
  cursor: pointer;
  margin-bottom: 20px;
}
.ob-note .option-text {
  font-size: 18px;
  margin-bottom: 10px;
}
.ob-note .option-note {
  margin-top: 10px;
}
.ob-note .option-note p {
  overflow: hidden;
}
.ob-note .option-note p span {
  text-align: center;
  width: 45%;
}
.ob-note .option-note p span:first-child {
  margin-right: 15px;
}
.ob-note .option-note p span img {
  margin: 0 auto 15px;
}

.myihr_option_title {
  display: none !important;
}

.myihr_option_container {
  width: 100%;
  max-width: initial !important;
  padding: 20px !important;
  line-height: 1.5;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .myihr_option_container {
    text-align: left;
  }
}
.myihr_option_container > .input-box {
  margin-top: 15px;
}
.myihr_option_container .input-box ul.options-list {
  width: auto;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 479px) {
  .myihr_option_container .input-box ul.options-list {
    text-align: center;
  }
}
.myihr_option_container .input-box li {
  width: 160px !important;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .myihr_option_container .input-box li {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }
}
.myihr_option_container .spacer {
  height: 10px;
}
.myihr_option_container .price-notice {
  display: inline;
}
.myihr_option_container input.radio {
  margin: 0 !important;
}
.myihr_option_container input.radio + span label {
  padding: 14px 0 !important;
  font-size: 16px !important;
}
.myihr_option_container img {
  position: absolute;
  right: -10px;
  top: 0;
  width: 100%;
  max-width: 107px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .myihr_option_container img {
    max-width: 80px;
    right: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .myihr_option_container .options-list {
    margin-left: -20px;
  }
}
.myihr_option_container .ob-note {
  position: relative;
  margin-left: -20px;
}
.myihr_option_container .ob-note .learn-more {
  color: #666666;
  color: #666666;
  font-weight: normal;
  text-decoration: underline;
  text-transform: none;
  cursor: pointer;
}
.myihr_option_container .ob-note .close {
  float: none;
  margin-top: 10px;
}
.myihr_option_container .ob-note p {
  max-width: 87.175%;
  font-size: 1.4rem;
}
.myihr_option_container .ob-note a {
  color: #4ab8d8;
}

#spellcheck-trigger {
  width: 225px;
  margin-left: 20px;
  margin-top: 5px;
  clear: both;
}
@media only screen and (max-width: 1096px) {
  #spellcheck-trigger {
    width: 175px;
  }
}
@media only screen and (max-width: 1024px) {
  #spellcheck-trigger {
    width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  #spellcheck-trigger {
    margin: auto;
    position: relative;
    left: -4px;
  }
}

.engraving-note {
  margin: 20px 0 30px;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .engraving-note {
    padding-left: 0;
  }
}

dt.myihr_group_title,
dd.myihr_group_options {
  margin: 0 -20px;
}
dt.myihr_group_title.myihr_group_title,
dd.myihr_group_options.myihr_group_title {
  margin-bottom: 10px;
}

/* "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 */
@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;
  }
}
/* -------------------------------------------- *
 * Bundle product sticky header
 */
.sticky-header-wrapper {
  position: fixed;
  top: 0;
  z-index: 100;
  background: white;
  width: 100%;
}
.sticky-header-wrapper > div {
  max-width: 1146px;
  padding: 0 25px;
}
.sticky-header-wrapper .product-options,
.sticky-header-wrapper .more-views,
.sticky-header-wrapper .product-videos,
.sticky-header-wrapper .short-description {
  display: none;
}

.toggle-all {
  cursor: pointer;
  color: white;
  text-align: right;
  margin-bottom: 10px;
}
.toggle-all div {
  display: inline-block;
  color: #4ab8d9;
}
.toggle-all .expand {
  margin-right: 10px;
}
.toggle-all.bottom {
  margin-top: 20px;
}

.bundle .price-box,
.bundle-container .price-box {
  position: static !important;
  float: none;
  margin: 0;
  margin-bottom: 5px;
}
.bundle .price-box .full-product-price .price,
.bundle .price-box .price-from .price,
.bundle-container .price-box .full-product-price .price,
.bundle-container .price-box .price-from .price {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .bundle .price-box .price-from,
  .bundle-container .price-box .price-from {
    margin-top: 5px;
  }
}
.bundle .price-box .price-label,
.bundle-container .price-box .price-label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.bundle .price-box .price-from > span,
.bundle-container .price-box .price-from > span {
  color: #cccccc;
  display: block;
}
.bundle .price-box .price-to,
.bundle-container .price-box .price-to {
  display: none;
}
.bundle .price-box .price-as-configured span,
.bundle-container .price-box .price-as-configured span {
  display: block;
}
.bundle .price-box .price,
.bundle-container .price-box .price {
  line-height: 1;
  color: #000;
}

.bundle .product-essential {
  max-width: none;
  padding: 0;
}
.bundle .product-shop {
  width: 100%;
  padding: 25px 0;
}
.bundle .product-shop:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .bundle .product-shop {
    background: #F4F4F4;
  }
}
.bundle .product-options > dl {
  padding: 0;
}
.bundle .product-options > dl li {
  margin-bottom: 20px;
}
.bundle .product-options > dl > dt {
  background: #4ab8d8;
  color: white;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 100%;
}
.bundle .product-options-bottom .price-box {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .bundle .product-options-bottom .add-to-cart {
    float: left;
  }
  .bundle .product-options-bottom .price-box {
    float: right;
    margin-top: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .bundle .right .product-options-bottom {
    text-align: right;
  }
  .bundle .right .product-options-bottom .add-to-cart {
    float: right;
  }
  .bundle .right .product-options-bottom .add-to-cart .add-to-cart-buttons {
    margin-right: 0;
  }
  .bundle .right .product-options-bottom .price-box {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .bundle .right .product-options-bottom {
    padding: 15px;
    margin: 0 15px;
    border: 1px solid #CCCCCC;
    background: #F4F4F4;
  }
}
.bundle .right .product-options-bottom .tier-prices.product-pricing {
  display: none;
}

.bundle-container,
.config-sec {
  max-width: 1146px;
  padding: 0 25px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .bundle-container,
  .config-sec {
    padding: 0 15px;
  }
}

.bundle-container > div {
  float: left;
  display: inline;
  margin-bottom: 0;
}
.bundle-container .price-info {
  text-align: right;
}
.bundle-container:after {
  content: '';
  display: table;
  clear: both;
}
.bundle-container .badge {
  display: none;
}
.bundle-container .product-img-box {
  clear: left;
  width: 48%;
  margin-right: 2%;
}
.bundle-container .product-img-box .product-image-gallery {
  width: 100%;
  border: none;
  max-width: none;
}
.bundle-container .product-img-box .product-image-gallery img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.bundle-container .product-img-box .product-image-gallery.loading .mask {
  display: block;
  position: absolute;
  background-color: #fff;
}
.bundle-container .product-shop-before {
  width: 50%;
  clear: right;
}
.bundle-container .product-shop-before > div {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bundle-container .product-shop-before .left,
  .bundle-container .product-shop-before .right {
    width: 100%;
    text-align: left;
  }
  .bundle-container .product-shop-before .price-box:first-child {
    float: left;
  }
  .bundle-container .product-shop-before .price-box:nth-child(2) {
    float: right;
    margin-right: 30px;
  }
}
.bundle-container .product-name h1 {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .bundle-container .product-img-box,
  .bundle-container .product-shop-before {
    width: 100%;
  }
  .bundle-container .product-img-box {
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }
}

.product-img-box.cloned {
  padding: 15px;
  width: 100%;
}
.product-img-box.cloned .more-views,
.product-img-box.cloned .product-videos {
  display: none;
}
.product-img-box.cloned .product-image-gallery {
  width: 100%;
  height: 200px;
  border: none;
  max-width: none;
}
.product-img-box.cloned .product-image-gallery img {
  width: auto;
  max-height: 100%;
}
.product-img-box.cloned .badge {
  display: none;
}

.config-sec .right .add-to-cart {
  float: right;
  margin-top: 20px;
}
.config-sec .right .add-to-cart .add-to-cart-buttons {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .config-sec .left {
    width: 30%;
    margin-right: 5%;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .config-sec .right {
    width: 65%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .config-sec .left,
  .config-sec .right {
    width: 100%;
    margin-bottom: 0;
  }
  .config-sec .left {
    text-align: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .config-sec {
    padding: 0;
  }
  .config-sec .left {
    background: #F4F4F4;
  }
  .config-sec .left #configuration-instruction {
    text-align: left;
  }
  .config-sec .right .toggle-all {
    padding-right: 20px;
  }
  .config-sec .right .toggle-all:not(.bottom) {
    background: #F4F4F4;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .config-sec .right .product-options {
    margin-top: 0;
  }
  .config-sec .right .add-to-cart {
    float: none;
    margin: 20px 15px 0;
    padding: 20px;
    border: 1px solid #CCCCCC;
    background: #F4F4F4;
  }
  .config-sec .right .price-box {
    float: right;
    margin-top: 5px;
  }
  .config-sec .right .price-box .price-label {
    display: none;
  }
}
.config-sec #configuration-instruction h4 {
  font-size: 20px;
  font-weight: normal;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.config-sec #product-options-wrapper > dl > dd {
  background: #fff;
  margin: 0;
  padding: 25px;
}
.config-sec #product-options-wrapper > dl > dd > .ob-note {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .config-sec #product-options-wrapper > dl > dd > .ob-note {
    text-align: center;
  }
}
.config-sec #product-options-wrapper > dl > dd .options-list.center {
  text-align: center;
}
.config-sec #product-options-wrapper > dl > dd .options-list li:last-child {
  margin-right: 10px !important;
}
@media only screen and (min-width: 470px) and (max-width: 609px) {
  .config-sec #product-options-wrapper > dl > dd .options-list:not(.myihr_option_container) {
    width: 420px;
    margin: auto;
    transform: translateX(5px);
  }
}
@media only screen and (min-width: 610px) and (max-width: 749px) {
  .config-sec #product-options-wrapper > dl > dd .options-list:not(.myihr_option_container) {
    width: 560px;
    margin: auto;
    transform: translateX(5px);
  }
}
@media only screen and (min-width: 750px) and (max-width: 767px) {
  .config-sec #product-options-wrapper > dl > dd .options-list:not(.myihr_option_container) {
    width: 700px;
    margin: auto;
    transform: translateX(5px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 469px) {
  .config-sec #product-options-wrapper > dl > dd .options-list:not(.myihr_option_container) {
    width: 270px;
    margin: auto;
  }
  .config-sec #product-options-wrapper > dl > dd .options-list:not(.myihr_option_container) li.visible {
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
  }
}
.config-sec .product-options-bottom {
  background: none;
  position: initial;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .config-sec .product-options-bottom {
    text-align: center;
  }
  .config-sec .product-options-bottom .price-box.cloned {
    display: inline-block;
    float: right !important;
    margin: 0;
  }
  .config-sec .product-options-bottom .price-box.cloned .price-as-configured {
    margin-top: 7px;
  }
  .config-sec .product-options-bottom .price-box.cloned .price-label {
    display: none;
  }
  .config-sec .product-options-bottom .product-pricing {
    float: none;
  }
  .config-sec .product-options-bottom .add-to-cart {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  .config-sec .product-options-bottom .add-to-cart .qty-wrapper {
    display: inline-block;
  }
  .config-sec .product-options-bottom .add-to-cart .add-to-cart-buttons {
    padding-top: 0;
    float: left;
    clear: none;
  }
  .config-sec .product-options-bottom .add-to-cart .btn-cart {
    display: inline-block;
    max-width: 300px;
    width: 100%;
  }
}
.config-sec span.price {
  display: inline;
}
.config-sec .add-to-cart {
  background: none;
  border: none;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .engraving_group_options .inner_group_options .engrave_this_item_option_title,
  .engraving_group_options .inner_group_options .id_tag_size_option_title {
    position: absolute;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container,
  .engraving_group_options .inner_group_options .id_tag_size_option_container {
    width: 50%;
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container .options-list,
  .engraving_group_options .inner_group_options .id_tag_size_option_container .options-list {
    margin: 0;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container .options-list li,
  .engraving_group_options .inner_group_options .id_tag_size_option_container .options-list li {
    margin-bottom: 0 !important;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container {
    float: left;
    clear: left;
    padding-right: 20px;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container + .id_tag_size_option_title {
    padding-left: 20px;
    left: 50%;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container + .id_tag_size_option_title + .id_tag_size_option_container {
    border-left: solid 2px #CCCCCC;
    padding-left: 20px;
    float: right;
    clear: right;
  }
}
@media only screen and (max-width: 767px) {
  .engraving_group_options .inner_group_options .engrave_this_item_option_container,
  .engraving_group_options .inner_group_options .id_tag_size_option_container {
    margin-top: 10px;
  }
  .engraving_group_options .inner_group_options > dt {
    text-align: center;
  }
  .engraving_group_options .inner_group_options .engrave_this_item_option_container + .id_tag_size_option_title {
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
  }
  .engraving_group_options .inner_group_options #myihr_group_title,
  .engraving_group_options .inner_group_options #myihr_group_options dt {
    text-align: left;
  }
}
.engraving_group_options .inner_group_options .myihr_option_title,
.engraving_group_options .inner_group_options .myihr_option_container {
  clear: both;
}
.engraving_group_options .inner_group_options:after {
  content: '';
  display: table;
  clear: both;
}

.select_chain_option_container .options-list,
.select_charm_option_container .options-list {
  font-size: 0;
}
.select_chain_option_container .options-list .price-notice,
.select_charm_option_container .options-list .price-notice {
  font-size: 15px;
}
.select_chain_option_container .options-list li:hover .bundledmojo_desc_wrapper, .select_chain_option_container .options-list li.active .bundledmojo_desc_wrapper,
.select_charm_option_container .options-list li:hover .bundledmojo_desc_wrapper,
.select_charm_option_container .options-list li.active .bundledmojo_desc_wrapper {
  color: #4ab8d8;
}
.select_chain_option_container .options-list li:hover .bundledmojo_desc_wrapper .price-notice, .select_chain_option_container .options-list li.active .bundledmojo_desc_wrapper .price-notice,
.select_charm_option_container .options-list li:hover .bundledmojo_desc_wrapper .price-notice,
.select_charm_option_container .options-list li.active .bundledmojo_desc_wrapper .price-notice {
  color: #4ab8d8;
}

.zoomContainer {
  z-index: 101;
}

/* -------------------------------------------- *
 * 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: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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;
}

.box-engravingideas #engraving-controls {
  color: #4ab8d8;
}
.box-engravingideas ul {
  margin: 10px 0 20px;
}
.box-engravingideas ul li {
  display: inline;
}
.box-engravingideas ul li:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .box-engravingideas ul li {
    margin-right: 0 !important;
    display: block;
  }
  .box-engravingideas ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.box-engravingideas select {
  height: 30px;
  max-width: 225px;
  width: 100%;
  background: white;
}
.box-engravingideas .top {
  margin-bottom: 20px;
}
.box-engravingideas .bottom {
  border-top: 1px solid #CCCCCC;
  padding: 20px 0;
}
.box-engravingideas .bottom > div {
  margin-bottom: 0;
}
.box-engravingideas .bottom .title {
  font-size: 18px;
  color: #333333;
}
.box-engravingideas .bottom .left {
  width: 30%;
  padding: 0 2% 0 0;
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .box-engravingideas .bottom .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.box-engravingideas .bottom .left #condition-title {
  font-size: 18px;
  color: #333333;
}
.box-engravingideas .bottom .right {
  width: 65%;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .box-engravingideas .bottom .right {
    width: 100%;
    margin-left: 0;
  }
}
.box-engravingideas .bottom .right .suggestion {
  display: inline-block;
  width: 32%;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .box-engravingideas .bottom .right .suggestion {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .box-engravingideas .bottom .right .suggestion {
    width: 100%;
    padding: 10px 0;
    text-align: left;
  }
}
.box-engravingideas .bottom:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
  padding: 10px;
  max-width: 1146px;
  margin: auto;
}
.box-up-sell .products-grid {
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .box-up-sell {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box-up-sell {
    padding: 10px 15px;
    border-top: 1px solid #CCCCCC;
  }
}
.box-up-sell .ratings {
  display: none;
}

/* -------------------------------------------- *
 * Lightbox
 */
#overlay {
  padding: 10px !important;
  max-height: 80vh;
  overflow: scroll;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 730px !important;
  height: auto !important;
  left: 50% !important;
  margin-left: -365px;
  /* ----------- iPhone 6 ----------- */
  /* ----------- iPhone 5 and 5S ----------- */
}
@media only screen and (max-width: 767px) {
  #overlay {
    width: 80vw !important;
    height: auto !important;
    left: 50% !important;
    margin-left: -40vw;
    top: 20px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #overlay {
    max-height: 330px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #overlay {
    max-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  #overlay #close-overlay {
    width: 15px;
    height: 15px;
    top: 23px;
  }
}
#overlay #close-overlay img {
  width: 100%;
}
#overlay h4 {
  background: #999999;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 300;
  font-size: 24px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #overlay h4 {
    font-size: 18px;
  }
}
#overlay .checkmark {
  width: 50px;
  height: 50px;
  margin: auto;
}
#overlay .checkmark .icon {
  font-size: 50px;
  color: green;
}
#overlay .checkmark img {
  width: 100%;
}
#overlay #overlay-spellcheck {
  -ms-overflow-style: none;
  overflow: hidden;
}
#overlay .spellcheck-results {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #overlay .spellcheck-results {
    padding: 0;
  }
}
#overlay .no-suggestion {
  padding: 40px 0 0;
}
#overlay .no-suggestion #no-errors-found,
#overlay .no-suggestion #no-errors-found-message {
  text-align: center;
}
#overlay .no-suggestion #no-errors-found#no-errors-found-message,
#overlay .no-suggestion #no-errors-found-message#no-errors-found-message {
  padding: 0 0 50px;
  border-bottom: 1px solid #CCCCCC;
}
#overlay .have-suggestion {
  padding: 0 10px;
}
#overlay .have-suggestion p + p {
  margin-top: 10px;
}
#overlay .have-suggestion table {
  margin: 10px 0 0;
  width: 100%;
}
#overlay .have-suggestion tr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#overlay .have-suggestion tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #overlay .have-suggestion tr td {
    display: block;
    width: 100% !important;
    padding-bottom: 0;
  }
}
#overlay .have-suggestion tr td a {
  cursor: pointer;
}
#overlay .have-suggestion tr td:first-child {
  border-right: 1px solid #CCCCCC;
  padding-right: 10px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #overlay .have-suggestion tr td:first-child {
    border-right: none;
    padding-top: 10px;
    padding-right: 0;
  }
}
#overlay .have-suggestion tr td:first-child .user-entry {
  text-transform: uppercase;
}
#overlay .have-suggestion tr td.hidden {
  padding-top: 0;
}
#overlay .have-suggestion tr td:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #overlay .have-suggestion tr td:last-child {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: bold;
  }
  #overlay .have-suggestion tr td:last-child a {
    font-weight: normal;
  }
}
#overlay .have-suggestion tr td:last-child a {
  color: #4ab8d8;
  text-transform: uppercase;
}
#overlay .have-suggestion tr td:last-child .display {
  margin-left: 10px;
}
#overlay .have-suggestion tr td:last-child span {
  font-style: italic;
  font-weight: bold;
}
#overlay .have-suggestion tr td:last-child span.icon {
  float: right;
  font-size: 24px;
  line-height: 0.8;
}
#overlay .have-suggestion h5 {
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: normal;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 20px;
}
#overlay #no-errors-found {
  font-size: 21px;
  margin-top: 20px;
}
#overlay #valid-characters {
  display: none;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: 1px;
}
#overlay #valid-characters:after {
  content: '';
  display: table;
  clear: both;
}
#overlay #valid-characters li {
  display: inline;
  float: left;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  width: 5%;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (max-width: 599px) {
  #overlay #valid-characters li {
    width: 12.5%;
  }
}
#overlay .buttons-set {
  padding: 20px 0 10px;
  margin: 0 15px;
  border: none;
}
#overlay .buttons-set button.button {
  float: none;
  background: #4ab8d8;
}
@media only screen and (max-width: 767px) {
  #overlay .buttons-set button.button {
    margin-left: 0;
  }
}
#overlay .buttons-set .close-overlay {
  background: #F4F4F4;
  color: #666666;
  border: solid 1px #CCCCCC;
  box-sizing: border-box;
  margin-bottom: 0;
}

.engraving-more-room {
  background: #f4f4f4;
  margin: 40px 0 10px 0;
  padding: 20px;
  color: #313131;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-radius: 6px;
  white-space: nowrap;
}
.engraving-more-room .engraving-more-room-left {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  max-width: calc(100% - 204px);
}
@media only screen and (max-width: 1159px) {
  .engraving-more-room .engraving-more-room-left br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .engraving-more-room .engraving-more-room-left {
    display: block;
    max-width: 100%;
  }
}
.engraving-more-room img {
  display: inline-block;
  margin: -29px 0;
  position: relative;
  right: -10px;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .engraving-more-room img {
    position: static;
    margin: 10px auto -10px auto;
    display: block;
  }
}
.engraving-more-room .heading {
  color: #000000;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.engraving-more-room span.faux-link {
  color: #b53630;
  font-weight: bold;
  font-style: italic;
  font-size: 1.3rem;
}
.engraving-more-room .italic {
  font-style: italic;
}

/**
 * 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: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.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: 0px;
  }
}
.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 {
  max-width: 1146px;
  padding: 0 25px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .cart {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cart {
    padding: 0 15px;
  }
}
.cart .messages {
  padding: 0;
}
.cart .button.btn-update {
  padding: 0 10px;
  display: none;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .cart .button.btn-update {
    margin-top: -4px;
  }
}
.cart .button.btn-update.active {
  display: inline-block;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 20px;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 1024px) {
  .cart-totals,
  .cart-forms .discount,
  .cart-forms .giftcard,
  .cart-forms .shipping {
    padding: 15px;
  }
}

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

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

@media only screen and (max-width: 1024px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .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
 * ============================================ */
.left,
.right {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 90px;
  float: left;
}

.checkout-cart-index .left {
  width: 61%;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .left {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.checkout-cart-index .right {
  width: calc(100% - 61% - 20px);
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .right {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 767px) {
  .cart .page-title {
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
  font-weight: lighter;
}
@media only screen and (max-width: 767px) {
  .cart .page-title h1 {
    float: none;
    margin-right: 0;
  }
}

.free-shipping-message {
  background: #9e7ab7;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .free-shipping-message {
    font-size: 15px;
    padding: 15px 45px;
    font-weight: 600;
    line-height: 1.5;
  }
}

.promo_area img {
  width: 100%;
  margin-bottom: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
@media only screen and (max-width: 767px) {
  .checkout-types {
    float: none;
    text-align: inherit;
    width: 100%;
  }
  .checkout-types li {
    width: 100%;
  }
  .checkout-types li button {
    width: 100%;
    height: 54px;
  }
}
.checkout-types li {
  vertical-align: top;
}
.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: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.btn-checkout {
  margin-bottom: 7px;
  background: #4ab8d8;
}

.cart-table {
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
@media only screen and (max-width: 767px) {
  .cart-table {
    border-top: 1px solid #dbdbdb;
    margin-top: 10px;
  }
}
.cart-table .product-name a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 22px;
  color: black;
}
.cart-table .product-name a:hover {
  text-decoration: underline;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table .input-text.qty {
  border-radius: 0;
  height: 35px;
  text-align: center;
  width: 40px;
}
@media only screen and (min-width: 1025px) {
  .cart-table .input-text.qty {
    display: block;
    margin: auto;
  }
}
.cart-table thead th span {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  padding: 20px 0;
  text-transform: none;
}
.cart-table thead tr th:not(:last-child),
.cart-table tbody tr td:not(:last-child) {
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1141px) {
  .cart-table thead tr th:not(:last-child),
  .cart-table tbody tr td:not(:last-child) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table thead tr th:not(:last-child),
  .cart-table tbody tr td:not(:last-child) {
    padding-right: 15px !important;
  }
}
.cart-table thead tr th:first-child,
.cart-table tbody tr td:first-child {
  width: 15%;
}
.cart-table thead th:nth-child(2),
.cart-table tbody td:nth-child(2) {
  width: 50%;
  position: relative;
}
.cart-table thead th:nth-child(2) .option-group + .option-group,
.cart-table tbody td:nth-child(2) .option-group + .option-group {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
@media only screen and (max-width: 1105px) {
  .cart-table thead th:nth-child(2),
  .cart-table tbody td:nth-child(2) {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-table thead th:nth-child(2),
  .cart-table tbody td:nth-child(2) {
    width: 76%;
    padding-right: 0;
  }
  .cart-table thead th:nth-child(2) td,
  .cart-table tbody td:nth-child(2) td {
    display: block !important;
    text-align: left !important;
    padding: 0;
  }
  .cart-table thead th:nth-child(2) td.a-center, .cart-table thead th:nth-child(2) td.a-right,
  .cart-table tbody td:nth-child(2) td.a-center,
  .cart-table tbody td:nth-child(2) td.a-right {
    clear: both;
    padding-top: 10px;
  }
}
.cart-table tbody td.a-center.qty {
  width: 16%;
  min-width: 85px;
}
@media only screen and (max-width: 1024px) {
  .cart-table tbody td.a-center.qty {
    width: auto;
  }
}
.cart-table thead th:nth-child(3),
.cart-table thead th:nth-child(4),
.cart-table thead th:nth-child(5),
.cart-table tbody td:nth-child(3),
.cart-table tbody td:nth-child(4),
.cart-table tbody td:nth-child(5) {
  text-align: center;
}
.cart-table tbody td.last {
  float: right;
}
.cart-table tbody td.last .btn-remove {
  border: 0;
  vertical-align: top;
  background: url("../images/removeBlue-icon.png") no-repeat 0 0;
}
.cart-table tbody td.last .btn-remove:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody tr {
    position: relative;
  }
  .cart-table tbody tr td.description {
    width: 85%;
    padding-right: 0 !important;
  }
  .cart-table tbody tr td.description .product-name {
    max-width: calc(100% - 40px);
  }
  .cart-table tbody tr td.last {
    position: absolute;
    right: 20px;
  }
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
.cart-table tfoot {
  border-bottom: none;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table tfoot tr.last {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .cart-table tfoot tr.last td {
    text-align: center;
  }
}
.cart-table tfoot button {
  vertical-align: baseline;
}
.cart-table tfoot button span {
  height: initial;
  line-height: 100%;
}
.cart-table tfoot button span span {
  font-size: 15px;
  color: #23a4c9;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.cart-table span.or {
  font-size: 12px;
  line-height: 100%;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Lato", Verdana, Arial, sans-serif;
  display: inline-block;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .cart-table span.or,
  .cart-table .btn-continue {
    display: none;
  }
}
.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-image {
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .cart-table .product-image {
    width: 80px;
  }
}
.cart-table .product-image img {
  width: 100%;
  height: 100%;
  border: #d5d5d5 solid 1px;
}
.cart-table .item-options {
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.cart-table .description > .item-options {
  display: none;
  width: 200%;
  margin-bottom: 20px;
  border-bottom: 1px solid #C0C0C0;
}
.cart-table .description > .item-options .option-group {
  width: 50%;
  position: static;
  clear: none;
}
.cart-table .description > .item-options .option-group:nth-child(even) {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-table .description > .item-options .option-group {
    clear: both;
    width: auto;
  }
  .cart-table .description > .item-options .option-group:nth-child(even) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-table .description > .item-options {
    width: 100%;
  }
}
.cart-table .product-cart-sku {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  display: none;
}
.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 #666666;
  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 #666666;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-price .price {
  font-size: 15px;
}
.cart-table .links {
  margin: 10px 0;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.cart-table .links.has-options {
  display: inline-block;
  width: 210%;
  padding-bottom: 20px;
  border-bottom: 1px solid #C0C0C0;
}
@media only screen and (max-width: 1024px) {
  .cart-table .links.has-options {
    width: 114%;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-table .links {
    width: 114%;
    margin: 10px 0;
  }
}
.cart-table .links a {
  clear: both;
  float: left;
  color: #4ab8d8;
  font-size: 14px;
}
.cart-table .links a.icon {
  display: inline-block;
  margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
  .cart-table .links a.icon {
    margin-top: 20px;
  }
}
.cart-table .links a.icon-rt:before {
  float: right;
  margin-top: 2px;
}
.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 .warranty-title {
  color: #666666;
  font-size: 18px;
  clear: left;
  font-family: "Lato", Verdana, Arial, sans-serif;
  position: relative;
}
@media only screen and (max-width: 1087px) {
  .cart-table .warranty-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .warranty-title {
    font-size: 14px;
    font-weight: bold;
  }
}
.cart-table .warranty-title img {
  display: inline-block;
}
.cart-table .warranty-title + span {
  display: block;
  font-weight: bold;
  font-family: "Lato", Verdana, Arial, sans-serif;
  color: #000000;
}
.cart-table .warranty-title .q-mark {
  color: #ffffff;
  background: #4ab8d8;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 8px;
}
.cart-table .extra-fee {
  clear: both;
}
.cart-table td.qty{
    position: relative;
}

@media only screen and (min-width: 1025px) {
  .qty-title {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
  .cart-table thead th:nth-child(3),
  .cart-table tbody td:nth-child(3) {
    display: none;
  }
}
@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;
  }
}
/*
@include bp(max-width, 599px) {

    .cart-table {
        colgroup, thead {
            display: none;
        }

        tr {
            display: block;
            margin-bottom: 10px;
            padding-bottom: 10px;
            overflow: hidden;
            position: relative;
            width: 100%;

            &:after {
                @include clearfix;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }

        tfoot tr {
            padding-bottom: 0;
        }

        td {
            border: none;
            display: block;

            &[data-rwd-label] {
                padding-left: 15px;
                margin-bottom: 6px;

                .price {
                    font-weight: normal;
                }

                &:before {
                    content: attr(data-rwd-label) ":";
                    font-size: $f-size-xs;
                    font-family: $f-stack-special;
                    padding-right: 5px;
                    text-transform: uppercase;
                }
            }

            &.product-cart-price {
                text-align: left;
            }
        }

        .btn-remove{
            background:$primary-color-blue;
        }

        h2 {
            font-size: $f-size-xs;
        }

        .cart-links {
            padding-top: 5px;
            padding-right: 5px;

            > li {
                white-space: normal;
                text-align: center;

                > a {
                    padding: 2px 0px;
                }
            }
        }

        .cart-tax-info {
            font-style: italic;
            padding-left: $trim-small;
            font-size: $f-size-s;

            .price {
                font-size: $f-size-s;
            }
        }

        .product-cart-image {
            width: percentage(1/4);
            float: left;
            padding-bottom: 0;

            a.cart-edit {
                display: block;
                font-size: $f-size-xl;
                text-align: center;
                text-transform: uppercase;
            }
        }

        .product-cart-info,
        td[data-rwd-label] {
            float: right;
            width: percentage(3/4);
        }

        .product-cart-actions,
        .product-cart-price {
            padding-bottom: 0;
            padding-top: 0;
            float: right;
        }

        .product-cart-remove,
        .product-cart-total,
        .product-cart-actions .cart-links {
            display: none;
        }

        .product-cart-image .cart-links,
        .product-cart-info .btn-remove {
            display: block;
        }

        // This element will be displayed via JS once the related input is focused
        .product-cart-actions .button {
            display: none;
        }

        .product-cart-info {

            .btn-remove {
                float: right;
                margin: -4px 0px 2px 7px;
            }

            .product-cart-sku {
                margin-bottom: 5px;
            }
        }

        .product-cart-actions {
            text-align: left;

            .qty {
                margin-right: 7px;
                margin-bottom: 7px;
            }
        }

        .price,
        .product-cart-price:before {
            font-weight: 500;
            font-size: $f-size-l;
            font-family: $f-stack-sans;
        }

        .cart-footer-actions {
            text-align: center;
            width: 100%;

            #empty_cart_button {
                float: right;
            }

            .btn-update,
            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: #FF0000;
}
.shipping input[type="text"] {
  padding: 0 5px;
}
.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", "Trebuchet MS", Arial;
  font-size: 13px;
  font-weight: 400;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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: #e8e8e8;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

@media only screen and (max-width: 1024px) {
  .shipping .shipping-form .form-list > li {
    width: 100% !important;
    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;
}
@media only screen and (max-width: 1024px) {
  .cart .cart-totals {
    background: none;
    padding: 0;
  }
  .cart .cart-totals #shopping-cart-totals-table {
    background-color: #F4F4F4;
  }
  .cart .cart-totals #shopping-cart-totals-table tbody {
    border-collapse: separate;
    border-spacing: 20px;
  }
  .cart .cart-totals #shopping-cart-totals-table tfoot {
    border: 2px solid #ECECEC;
    border-left: none;
    border-right: none;
  }
  .cart .cart-totals #shopping-cart-totals-table td {
    padding: 20px;
  }
  .cart .cart-totals #shopping-cart-totals-table tr td:nth-child(odd) {
    padding-right: 0;
  }
  .cart .cart-totals #shopping-cart-totals-table tr td:nth-child(even) {
    padding-left: 0;
  }
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.cart .cart-totals table thead {
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .cart .cart-totals table thead {
    display: none;
  }
}
.cart .cart-totals table tr td:first-child {
  width: 65%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.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;
  vertical-align: top;
  font-family: "Lato", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
  color: #333333;
}
.cart .cart-totals .method-checkout-cart-methods-multishipping {
  display: none;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  .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", "Trebuchet MS", Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
  width: 100%;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #discount-coupon-form .button-wrapper > button,
  .cart .giftcard .button-wrapper > button {
    float: none;
    display: block;
  }
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 80%;
  vertical-align: middle;
  /*@include bp(min-width,$bp-large + 1){
      max-width: 265px;
  }*/
}
@media only screen and (max-width: 1096px) {
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    width: 195px;
  }
}
@media only screen and (max-width: 1024px) {
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    max-width: none !important;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    width: 75%;
  }
}
@media only screen and (max-width: 479px) {
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    width: 61.5%;
  }
}

.cart .discount .button-wrapper,
.cart .giftcard .button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cart .discount .button-wrapper,
  .cart .giftcard .button-wrapper {
    right: auto;
    left: 61%;
  }
}
.cart .discount .field-wrapper,
.cart .giftcard .field-wrapper {
  position: relative;
}
.cart .discount .validation-advice,
.cart .giftcard .validation-advice {
  display: block;
}

.webforms-hear-about-us {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
}
.webforms-hear-about-us h2 {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
  color: #666;
  margin: 0 0 5px;
  border: 0;
  padding: 0;
}
.webforms-hear-about-us .form-list .control {
  margin: 0;
}
.webforms-hear-about-us .form-list .control input.radio {
  margin: 10px 0 0;
  clear: left;
}
.webforms-hear-about-us .form-list .control label {
  min-width: initial;
  clear: right;
}
.webforms-hear-about-us .form-list .type-select .input-box {
  position: relative;
  width: 255px;
  height: 32px;
}
.webforms-hear-about-us .form-list .type-select .input-box .select-arrow {
  background: url("../images/select-arrowIcon.png") no-repeat scroll 0 0;
  display: block;
  height: 15px;
  position: absolute;
  right: 7px;
  top: 13px;
  width: 10px;
}
.webforms-hear-about-us .form-list .type-select .input-box select.input-text {
  padding: 5px 20px 5px 5px;
  width: 100%;
}
.webforms-hear-about-us .list-select {
  padding: 0 !important;
}
.webforms-hear-about-us .control label {
  background: none;
  padding: 6px 10px;
  min-width: 235px;
}
.webforms-hear-about-us .control label:hover {
  background: none !important;
}
@media only screen and (max-width: 1024px) {
  .webforms-hear-about-us .control label {
    min-width: 208px;
  }
}
.webforms-hear-about-us .required {
  display: none;
}
.webforms-hear-about-us .buttons-set {
  border: 0;
  margin: 0;
  padding: 0;
}
.webforms-hear-about-us .buttons-set .button, .webforms-hear-about-us .buttons-set .button:hover {
  padding: 0;
  background: #666;
  min-width: 80px;
  width: auto;
}
.webforms-hear-about-us .type-select-radio > label {
  display: none;
}

.webforms-success-text {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
}
.webforms-success-text p {
  margin: 0;
}
.webforms-success-text p span {
  background: none !important;
  font-family: "Montserrat", "Trebuchet MS", Arial !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

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

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
  height: auto;
  line-height: 1.2;
  margin-top: 10px;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell {
  clear: both;
  text-align: center;
  background: #f4f4f4;
  font-family: "Lato", Verdana, Arial, sans-serif;
  padding-top: 40px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .crosssell {
    padding-top: 30px;
    border-top: solid 1px #f4f4f4;
  }
}
.crosssell h1 {
  color: #666666;
  font-weight: lighter;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 32px;
}
.crosssell h2 {
  color: #3399CC;
  font-size: 18px;
}
.crosssell #crosssell-products-list {
  padding: 0 25px;
}
.crosssell #crosssell-products-list > *:not(:nth-child(4n)) {
  margin-right: 1.82482% !important;
}
.crosssell #crosssell-products-list > *:nth-child(4n) {
  margin-right: 0 !important;
}
.crosssell #crosssell-products-list > * {
  width: 23.63139% !important;
  float: left !important;
  display: inline-block !important;
}
.crosssell #crosssell-products-list > li.item:nth-child(n + 5) {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .crosssell #crosssell-products-list > *:not(:nth-child(3n)) {
    margin-right: 1.82482% !important;
  }
  .crosssell #crosssell-products-list > *:nth-child(3n) {
    margin-right: 0 !important;
  }
  .crosssell #crosssell-products-list > * {
    width: 32.11679% !important;
    float: left !important;
    display: inline-block !important;
  }
  .crosssell #crosssell-products-list > li.item:nth-child(n + 4) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .crosssell #crosssell-products-list > *:not(:nth-child(1n)) {
    margin-right: 1.82482% !important;
  }
  .crosssell #crosssell-products-list > *:nth-child(1n) {
    margin-right: 0 !important;
  }
  .crosssell #crosssell-products-list > * {
    width: 100% !important;
    float: left !important;
    display: inline-block !important;
  }
}
.crosssell #crosssell-products-list .product-name {
  font-size: 14px;
  line-height: 19px;
  padding-top: 20px;
}
.crosssell #crosssell-products-list .minimal-price-link {
  padding-top: 5px;
}
.crosssell #crosssell-products-list .product-info {
  min-height: initial !important;
  padding-bottom: 0 !important;
}
.crosssell #crosssell-products-list .product-info .product-name {
  padding-top: 0;
}
.crosssell #crosssell-products-list .product-info .actions {
  position: static;
  min-height: 15px;
  margin-bottom: 0;
  float: left;
}
.crosssell #crosssell-products-list .product-info .actions a {
  color: #4ab8d8;
}
@media only screen and (max-width: 767px) {
  .crosssell #crosssell-products-list {
    padding: 0 30px;
  }
  .crosssell #crosssell-products-list .product-info .actions {
    margin-bottom: 0;
  }
}
.crosssell .actions {
  padding-top: 0;
}
.crosssell div.btn-cart {
  color: #3399CC;
  cursor: pointer;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
.crosssell {
  /* Undo three-column config */
}
.crosssell .products-grid > li:nth-child(3n+1) {
  clear: none;
}

/*
@include bp(max-width, 320px) {
    .crosssell {
        ul {
            .item {
                padding: 0 0px 40px;
            }

            .product-details .crosssell-actions {
                padding: 0 5px;
            }
        }
    }
}*/
/* ============================================ *
 * Checkout - Warranty
 * ============================================ */
.fancybox-overlay {
  background: url("../images/fancybox_overlay.png");
}

#warranty-block {
  display: none;
  margin-bottom: 15px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 1024px) {
  #warranty-block {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #warranty-block {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin: 30px auto;
  }
}
#warranty-block h3 {
  margin-bottom: 20px;
  padding: 20px;
  font: lighter 22px/20px "Lato", Verdana, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background: #4ab8d8;
}
#warranty-block h3 .fancybox-close {
  display: block;
  float: right;
  position: static;
  width: 16px;
  height: 16px;
  background: url("../images/close-x.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  #warranty-block h3 .fancybox-close {
    display: none;
  }
}
#warranty-block .content {
  padding: 0 20px;
}
#warranty-block p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #666666;
}
#warranty-block .toggler {
  color: #3399CC;
  cursor: pointer;
  padding: 0 20px;
}
#warranty-block .fancybox-close.button {
  display: block;
  position: static;
  width: 185px;
  margin: 25px auto 0;
  background: #666666;
}
@media only screen and (max-width: 767px) {
  #warranty-block .fancybox-close.button {
    display: none;
  }
}
#warranty-block div strong {
  margin-bottom: 5px;
}

.cart-forms h2,
.cart-forms button span span {
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
.cart-forms form label,
.cart-forms .shipping h2 {
  font-size: 14px !important;
  margin-bottom: 5px;
  text-transform: none;
}
.cart-forms .help-text {
  margin-top: 20px;
  line-height: 100%;
}
.cart-forms .help-text a {
  color: #4ab8d8;
  font-size: 15px;
}
.cart-forms #discount-coupon-form .input-text,
.cart-forms .giftcard .input-text {
  height: 35px !important;
  max-width: 225px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .cart-forms #discount-coupon-form .input-text,
  .cart-forms .giftcard .input-text {
    width: 68%;
  }
}
@media only screen and (max-width: 960px) {
  .cart-forms #discount-coupon-form .input-text,
  .cart-forms .giftcard .input-text {
    width: 60%;
  }
}
.cart-forms .button-wrapper {
  margin-top: 4px;
  max-width: 90px;
  float: right;
}
.cart-forms button {
  background: #666666;
  text-transform: uppercase;
  height: 35px;
  width: 90px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cart-forms button:hover span span {
  color: white;
}
.cart-forms button span span {
  color: white;
  font-weight: bold;
  line-height: 100%;
}
.cart-forms button + button {
  margin-top: 10px;
}
.cart-forms .shipping-form .input-text {
  width: auto;
}
.cart-forms .shipping-form button {
  width: auto;
  padding: 0 10px;
}

.cart-empty-container {
  text-align: center;
}
.cart-empty-container .page-title h1 {
  float: none;
}

.cart-empty {
  padding-bottom: 15px;
  text-align: center;
}
.cart-empty a {
  color: #4ab8d9;
}

#messages_product_view .messages {
  margin-top: -35px;
}
@media only screen and (max-width: 767px) {
  #messages_product_view .messages {
    margin-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 - One Page
 * ============================================ */
.checkout-onepage-index .buttons-set a:not(.button) {
  padding: 0;
}
.checkout-onepage-index .back-link a,
.checkout-onepage-index .back-link {
  color: #4ab8d8;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .back-link a,
  .checkout-onepage-index .back-link {
    display: none !important;
  }
}
.checkout-onepage-index .main-container {
  max-width: 1146px;
  padding: 25px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .main-container {
    padding: 0;
  }
}
.checkout-onepage-index .col-main {
  padding: 0;
}
.checkout-onepage-index .page-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .checkout-onepage-index .page-title {
    margin: 10px auto;
  }
  .checkout-onepage-index .page-title h1 {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .page-title h1 {
    text-align: center;
  }
}
.checkout-onepage-index .form-list .control label {
  width: initial;
}
@media only screen and (min-width: 768px) {
  .checkout-onepage-index .left {
    width: 61%;
  }
  .checkout-onepage-index .right {
    width: 35%;
    float: right;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-onepage-index .left {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .checkout-onepage-index .right {
    display: none;
  }
}
.checkout-onepage-index .remember-me-box .input-box {
  margin-left: 10px;
}
.checkout-onepage-index .remember-me-box label {
  margin-left: -22px;
}
.checkout-onepage-index .left.steps-wrap {
  margin-bottom: 20px;
}
.checkout-onepage-index .quote-wrap > div {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ECECEC;
  background: #f4f4f4;
}
.checkout-onepage-index .quote-wrap h3 {
  color: #666666;
}
.checkout-onepage-index .quote-wrap img {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .quote-wrap img {
    display: none;
  }
}
.checkout-onepage-index .quote-wrap p {
  padding-top: 7px;
}
.checkout-onepage-index .quote-wrap em span {
  display: inline-block;
  padding-left: 14px;
}

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

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

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

/* -------------------------------------------- *
 * Steps
 */
#checkoutSteps .inner-box li {
  margin: 5px 0;
}
#checkoutSteps .inner-box li input[type='radio'] {
  margin-top: 10px;
}
#checkoutSteps li.section:not(.active) .step-title *:not(a) {
  color: #4ab8d8;
}
#checkoutSteps li.section.active .step-title {
  color: #ffffff;
  background: #4ab8d8;
  border: none;
}
#checkoutSteps li.section.active .step-title a {
  display: none;
}
#checkoutSteps li.section:not(.allow) a {
  display: none;
}
#checkoutSteps .step-title {
  padding: 5px 10px;
  padding-right: 0;
  position: relative;
  font-size: 18px;
}
#checkoutSteps .step-title .number,
#checkoutSteps .step-title h2 {
  display: inline;
  font-size: 18px;
}
#checkoutSteps .step-title h2 {
  margin: 0;
}
#checkoutSteps .step-title a {
  position: absolute;
  color: #4ab8d8;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
#checkoutSteps li#opc-review .step-title a {
  display: none;
}
#checkoutSteps input[type='radio'],
#checkoutSteps input[type='checkbox'] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#checkoutSteps input[type='radio'] + label,
#checkoutSteps input[type='checkbox'] + label {
  background: none;
  padding-left: 10px;
  font-size: 15px;
}
#checkoutSteps input[type='radio'] + label:hover,
#checkoutSteps input[type='checkbox'] + label:hover {
  background: none;
}
#checkoutSteps #co-payment-form {
  float: left;
  width: 55%;
}
#checkoutSteps .sp-methods dd {
  clear: both;
}
#checkoutSteps input[title='Credit Card'] + label {
  float: left;
  min-width: 100px;
}
#checkoutSteps .cc-icons {
  float: left;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #checkoutSteps .cc-icons {
    display: none;
  }
}
#checkoutSteps .shop-confidence {
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 599px) {
  #checkoutSteps .shop-confidence {
    clear: both;
    float: left;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutSteps .buttons-set {
    text-align: center;
  }
  .forgot-password-button{
      margin-bottom: 10px;
  }
  .before-amazon-logn-content-wrapper{
    text-align: center;
  }
  .before-amazon-logn-content-wrapper > p.or-label{
      line-height: 0;
  }
  .before-amazon-logn-content-wrapper #AmazonPayButtonBefore img{
    margin: 0 auto;
    width: 200px;
    max-height: inherit !important;
  }
  #checkoutSteps #opc-login .buttons-set{
      /*text-align: left;*/
      /*margin-top: 0;*/
      /*padding-top: 0;*/
  }
}
#checkoutSteps .button {
  background: #4ab8d8;
  max-width: 200px;
  width: 100%;
}
#checkoutSteps .button.button-230 {
    max-width: 230px;
}
@media only screen and (max-width: 767px) {
  #checkoutSteps .button {
    float: none;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutSteps .please-wait {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutSteps .btn-checkout {
    max-width: 100%;
  }
}

.global-shipping-method {
  margin: 20px 0;
  background: #666666;
  color: white;
  padding: 10px;
  font-style: italic;
}

#processing-time-helper-text-toggle {
  color: #4ab8d8;
  margin-left: 10px;
  cursor: pointer;
}

#processing-time-helper-text-content {
  margin: 10px 0;
}

/* -------------------------------------------- *
 * Shipping
 */
#checkout-step-shipping_method dt,
#checkout-step-shipping_method .processing-time-title {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
#checkout-step-shipping_method input[type="radio"] + label {
  font-weight: bold;
  font-size: 15px;
  color: #666666;
}
@media only screen and (max-width: 599px) {
  #checkout-step-shipping_method input[type="radio"] + label {
    width: 95%;
  }
}
#checkout-step-shipping_method input[type="radio"] + label .desc {
  font-style: italic;
  font-weight: normal;
  display: block;
  font-size: 14px;
}

li.processing-time {
  margin-bottom: 15px !important;
}
li.processing-time input[type="radio"] {
  position: relative;
  top: -20px;
}

/* -------------------------------------------- *
 * Gift Wrapping
 */
.add-gift-message h3 {
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-family: "Lato", Verdana, Arial, sans-serif;
  border-bottom: 1px solid #CCCCCC;
}

.gift-item .product-img-box {
  width: 100% !important;
}
.gift-item .product-img-box > * {
  float: left;
  clear: none;
  display: inline;
}

.gift-message-form input[type='checkbox'] + label {
  font-style: italic;
  font-size: 14px;
}
.gift-message-form h4 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  text-transform: none;
  font-size: 15px;
}
.gift-message-form .inner-box {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .gift-message-form .inner-box {
    padding-left: 0;
  }
}

.gift-message-link {
  margin-bottom: 20px;
}
.gift-message-link a {
  color: #4ab8d8;
}

.gift-message-form-container {
  width: 70% !important;
  background: #F4F4F4;
  padding: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .gift-message-form-container {
    width: 100% !important;
    padding: 15px;
  }
}
.gift-message-form-container label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}
.gift-message-form-container input[type="text"] {
  max-width: 100%;
  width: 100%;
}
.gift-message-form-container textarea {
  resize: none;
  width: 100%;
}

/* -------------------------------------------- *
 * Checkout Review
 */
#checkout-step-review thead {
  background: none;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
}
#checkout-step-review thead td {
  border: none;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review thead {
    display: none;
  }
}
#checkout-step-review tbody {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review tbody {
    border-bottom: none;
  }
}
#checkout-step-review tbody tr:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
#checkout-step-review tbody tr td {
  border: none;
}
#checkout-step-review tbody tr td dd {
  font-weight: normal !important;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review tbody tr td:first-child td:not(:first-child) {
    display: none;
  }
}
#checkout-step-review tbody tr td:first-child img {
  display: inline-block;
  border: solid 1px #CCCCCC;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review tbody tr td:first-child img {
    width: 75px;
    height: 75px;
  }
}
#checkout-step-review tbody tr td:first-child .product-name {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review tbody tr td:first-child .product-name {
    font-size: 14px;
    font-weight: normal;
  }
}
#checkout-step-review tbody tr td:first-child .product-info {
  display: inline-block;
  width: 70%;
  margin-left: 5%;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review tbody tr td:first-child .product-info {
    margin-left: 2%;
  }
}
#checkout-step-review tbody tr td:first-child .item-options {
  font-size: 13px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review tbody tr td:not(:first-child) {
    display: none;
  }
}
#checkout-step-review tfoot {
  border-bottom: 1px solid #CCCCCC;
}
#checkout-step-review tfoot tr td {
  padding: 10px;
}
#checkout-step-review tfoot tr.last {
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #checkout-step-review tfoot tr.last {
    border-top: 1px solid #CCCCCC;
  }
}
#checkout-step-review #checkout-progress-wrapper .block-title {
  font-family: "Montserrat";
  font-size: 14px;
}
#checkout-step-review #checkout-progress-wrapper .block-title strong span {
  color: #666666;
}
#checkout-step-review #checkout-progress-wrapper .block-progress {
  background: none;
  padding: 0;
}
#checkout-step-review #checkout-progress-wrapper .block-content > dl > div {
  float: none;
  width: 100%;
}
#checkout-step-review .mobile-element {
  clear: both;
  margin-bottom: 20px;
}
#checkout-step-review .mobile-element:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-step-review .mobile-element > * {
  float: left;
}
#checkout-step-review .mobile-element dt {
  clear: left;
  padding-right: 5px;
}
#checkout-step-review .mobile-element dd {
  clear: right;
}
#checkout-step-review .mobile-element .subtotal {
  color: black;
}

#checkout-review-submit a {
  color: #4ab8d8;
}
#checkout-review-submit .buttons-set {
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  #checkout-review-submit p.left {
    display: none;
  }
}
#checkout-review-submit p.f-left {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #checkout-review-submit p.f-left {
    display: none;
  }
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .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 #ECECEC;
}

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

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

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

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  text-align: center;
}

.opc .section.allow .step-title .number {
  /* background-color: tint($c-action, 50%);*/
}

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

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

.opc .section.active .step-title h2 {
  color: #ffffff;
}

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

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

@media only screen and (min-width: 768px) {
  #checkout-step-login.step .col-2 {
    border-left: 1px solid #dadada;
  }
}

.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 .attention {
  background: #faffba;
  padding: 10px;
  margin: 10px 0 14px 0;
  color: #343233;
  font-size: 14px;
}
.opc .attention span {
  font-style: italic;
}
.opc .attention span a {
  color: #343233;
  text-decoration: underline;
}

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

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

/* -------------------------------------------- *
 * 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;
}
.sp-methods label[for="p_method_paypal_express"] a {
  color: #4ab8d9;
}
.sp-methods #payment_form_cybersource_soap .required em {
  display: inline-block;
  padding-right: 5px;
}

#shipping-method-estimated-arrival-date-container {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: black;
  padding: 10px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#estimated-arrival-date span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#estimated-arrival-date span img {
  width: 100%;
}

#checkout-step-login h3 {
  color: #666666;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  padding: 20px;
  background: #F4F4F4;
}
.block-progress .block-title {
  margin-bottom: 10px;
}
.block-progress .block-title strong span {
  color: #666666;
}
.block-progress .block-content {
  margin-right: -20px;
  margin-left: -20px;
  font-size: 14px;
}
.block-progress dl > div {
  padding: 0 20px;
}
.block-progress dl > div.progress-current {
  background: #4ab8d8;
}
.block-progress dl > div.progress-current dt {
  margin: 0 0 10px;
  padding: 14px 0;
  color: #ffffff;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: normal;
  color: #63656a;
  text-transform: none;
  font-size: 16px;
}
.block-progress dt.complete {
  color: #666666;
  font-size: 15px;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Lato", Verdana, Arial, sans-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: #666666;
  font-family: 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;
}

.changelink a {
  color: #4ab8d8;
}

/* 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;
}
#checkout-step-review .opc-block-progress tfoot tr.last {
  border-top: 1px solid #CCCCCC;
}

@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: 25px;
}
.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 {
  margin-bottom: 10px;
}
.gift-message-form .gift-wrapping-form label {
  font-style: normal;
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form select {
  background: white;
  height: 30px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: 20px;
}
.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: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.checkout-onepage-success .main-container {
  max-width: 1146px;
  padding: 25px;
}
.checkout-onepage-success .page-title {
  margin: 20px 0;
}
.checkout-onepage-success .page-title h1 {
  font-weight: normal;
}
.checkout-onepage-success .sub-title {
  font-style: italic;
  font-weight: bold;
  text-transform: none;
}
.checkout-onepage-success .sub-title + p {
  font-size: 21px;
  margin-bottom: 20px;
}
.checkout-onepage-success p {
  font-style: italic;
}
.checkout-onepage-success p a {
  color: #4ab8d8;
}
.checkout-onepage-success .button {
  background: #4ab8d8;
  width: 100%;
  max-width: 250px;
}
.checkout-onepage-success .button span span {
  padding: 10px 0;
}
.checkout-onepage-success .buttons-set {
  border-top: none;
  margin: 20px 0;
}

#checkout-step-payment p.note a {
  color: #4ab8d8;
}

#with-your-purchase-notice {
  padding-bottom: 18px;
  font-size: 12px;
}

/************* Reviews popup *************************/
.p-w-r .pr-srw-mini {
    width: 380px !important;
    top: 15% !important;
    left: 50% !important;
    right: inherit !important;
    margin-left: -190px !important;
    bottom: inherit !important;
    max-width: 100%;
}
.p-w-r .pr-srw-mini .pr-srw-body.pr-srw-open{
    height: auto !important;
    overflow: inherit !important;
}
.p-w-r .pr-srw{
    width: 380px !important;
    top: 15% !important;
    left: 50% !important;
    right: inherit !important;
    margin-left: -190px !important;
    height: auto !important;
    overflow: inherit !important;
    bottom: inherit !important;
    max-width: 100%;
}
.p-w-r .pr-srw-body.pr-srw-open{
    height: auto !important;
    overflow: auto !important;
}
@media only screen and (max-width: 500px) {
    .p-w-r .pr-submit .pr-logo-container{
        display: none;
    }
    .p-w-r .pr-srw{
        margin: 0 !important;
        left: 0 !important;
    }
    .p-w-r .pr-srw-mini .pr-srw-body.pr-srw-open{
        max-height: inherit !important;
    }
}
/***************************************************/

/* ------------------------------------------- *
 * Footer and header customizations for checkout
 */
.checkout-onepage-index #header .logo{
    margin-top: 10px;
}
.checkout-onepage-index #header .promo-engraving{
    margin-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 - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  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
 */
/**
 * @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 */
.product-info ul.configurable-swatch-list {
  height: 0;
  margin-bottom: 0;
  margin-left: -5px;
  zoom: 1;
  clear: both;
  text-align: center;
  -webkit-transition: height 0.4s, margin 0.4s, opacity 0.4s;
  -moz-transition: height 0.4s, margin 0.4s, opacity 0.4s;
  transition: height 0.4s, margin 0.4s, opacity 0.4s;
  opacity: 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .product-info ul.configurable-swatch-list {
    display: block;
    margin: 0;
    opacity: 1;
  }
}
.product-info ul.configurable-swatch-list .more {
  display: block;
}

.configurable-swatch-list li {
  display: inline-block;
  zoom: 1;
  margin: 0 0 0 3px;
}

.configurable-swatch-list li:nth-child(n+6) {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .configurable-swatch-list li:nth-child(n+4) {
    display: none;
  }
}
#filters .configurable-swatch-list li:nth-child(n+6) {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #filters .configurable-swatch-list li:nth-child(n+4) {
    display: inline-block;
  }
}

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

.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
}

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

.configurable-swatch-list li.selected a {
  border: 1px solid #333333;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
  border: 0;
}
#narrow-by-list dd .swatch-link .swatch-label {
  width: 38px !important;
}
#narrow-by-list dd .swatch-link .swatch-label img {
  width: 100%;
}

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

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

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

@media only screen and (max-width: 1024px) {
  .products-grid > li.swatch-color-prod .configurable-swatch-list {
    height: auto;
    margin: 0;
    opacity: 1;
  }
}
.products-grid > li.swatch-color-prod:hover .configurable-swatch-list {
  height: auto;
  margin-bottom: 6px;
  margin-top: -15px;
  opacity: 1;
}
.products-grid > li.swatch-color-prod:hover .product-image {
  transform: translate(0px, -15px);
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
}
.products-grid > li.swatch-color-prod:hover .product-image img {
  border-color: #000;
}
@media only screen and (max-width: 1024px) {
  .products-grid > li.swatch-color-prod:hover .configurable-swatch-list {
    margin: 0;
  }
  .products-grid > li.swatch-color-prod:hover .product-image {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .products-grid > li.swatch-color-prod:hover .product-image img {
    border-color: #dbdbdb;
  }
}

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

.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 {
  border-color: #333333;
}

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

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

.configurable-swatch-color .swatch-link:hover {
  border-color: #333333;
}

.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 .select-label {
  font-size: 15px;
  height: 20px;
}

.product-options dt.swatch-attr .select-label {
  display: block;
  font-weight: normal;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Customer
 * ============================================ */
.account-login,
.account-create {
  max-width: 1146px;
  padding: 20px;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .account-login,
  .account-create {
    margin-bottom: 50px;
  }
}
.account-login h2,
.account-create h2 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .account-login,
  .account-create {
    padding: 0 20px;
  }
}
.account-login .required:after,
.account-create .required:after {
  display: inline;
}

.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;
}
.customer-account-login .col2-set .registered-users .fieldset {
  max-width: 100%;
  width: 365px;
}
.customer-account-login .col2-set .form-list a {
  color: #4ab8d8;
}
@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: 50px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 25px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 25px;
    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: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #63656a;
}

.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: "Lato", 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: 25px;
}
@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: 25px;
  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
 * ============================================ */
@media only screen and (min-width: 768px) {
  body.customer-account .main {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
body.customer-account .main a {
  color: #4ab8d8;
  outline: none;
}
body.customer-account h2 {
  font-weight: 500;
  font-family: "Lato", Verdana, Arial, sans-serif;
  text-transform: none;
}
body.customer-account h3 {
  font-family: "Lato", Verdana, Arial, sans-serif;
}
body.customer-account .my-account .page-title h1 {
  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: -7px;
}
body.customer-account .my-account .title-buttons a {
  color: #23a4c9;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -50px;
}
body.customer-account .my-account .title-buttons span.separator {
  margin: 0 5px;
}
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;
  color: #666666;
  font-size: 20px;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td h2 a {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}
body.customer-account .data-table td a {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #23a4c9;
}
body.customer-account .data-table .item-options {
  margin-top: 0;
}
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: 25px;
}
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;
}
body.customer-account .linearize-table-large tbody td,
body.customer-account .linearize-table tbody td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.customer-account .linearize-table-large tfoot td:last-child,
body.customer-account .linearize-table tfoot td:last-child {
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  body.customer-account .col-left,
  body.customer-account .col-main {
    width: 100%;
    float: none;
  }
  body.customer-account .col-left {
    padding-right: 0;
    border: none;
  }
  body.customer-account .col-main {
    padding-left: 0;
  }
  body.customer-account .sidebar {
    margin-bottom: 20px;
  }
  body.customer-account .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-title.up-arrow strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #3399CC;
    border-top: none;
  }
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #666666;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    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;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    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;
    color: #23a4c9;
    font-family: "Lato", Verdana, Arial, sans-serif;
    padding: 7px 10px;
  }
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399CC;
    border-bottom: none;
    right: 15px;
    top: 50%;
    margin-top: -3px;
  }
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  body.customer-account .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
body.customer-account.sales-order-shipment .buttons-set {
  border: none;
}

.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;
}
.form-list .field {
  margin-bottom: 20px;
}
.form-list .control {
  margin-top: 20px;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 25px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
}
.dashboard .box-head h2 {
  display: inline-block;
  margin-bottom: 0;
  color: #666666;
  text-transform: none;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.dashboard .box-head h2 + a:before {
  content: "|";
  color: #e7e7e7;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .dashboard .box-head h2 + a:before {
    padding: 0 5px;
  }
}
.dashboard .box-title a,
.dashboard .box-head a {
  font-size: 14px;
  color: #23a4c9;
}
.dashboard .box-account {
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Lato", Verdana, Arial, sans-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-size: 15px;
  margin-bottom: 0;
  color: #333333;
  text-transform: none;
}
.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;
  color: #23a4c9;
}
.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", "Trebuchet MS", Arial;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Account Information
 * ============================================ */
.customer-account .main-container {
  width: 100%;
  max-width: 1146px;
  padding: 25px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .customer-account .main-container {
    padding: 20px;
  }
}
.customer-account .my-account .back-link a {
  color: #23a4c9;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .customer-account .my-account .back-link {
    display: none;
  }
}
.customer-account .col-left {
  padding-left: 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 25px 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;
  }
}
.my-account .addresses-list address,
.my-account .addresses-list address + p a {
  font-style: italic;
}
.my-account .addresses-additional .item.empty p {
  margin-top: 0;
  font-style: italic;
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 25px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 10px;
  color: #000000;
  font-size: 20px;
}
.order-info li a {
  color: #4ab8d8;
}
.order-info li.current a {
  color: #333333;
}
.order-info li:first-child {
  margin-left: 0;
}
.order-info li:not(:first-child):before {
  content: "|";
  color: #e7e7e7;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .order-info li:not(:first-child):before {
    padding: 0 5px;
  }
}

.order-links {
  margin-bottom: 10px;
}

.order-links a,
.sub-title a {
  color: #4ab8d8;
}

.order-date {
  color: #000000;
  font-style: italic;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 33%;
}
.order-info-box .col-2 {
  width: 33%;
}
.order-info-box .col-3 {
  width: 33%;
}
.order-info-box .col-3 .box {
  margin-bottom: 20px;
  float: left;
}
.order-info-box .col-1,
.order-info-box .col-2,
.order-info-box .col-3 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
}
.order-info-box .box-title {
  width: 100%;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 13px;
  color: #000000;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-style: italic;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-weight: normal;
  text-transform: uppercase;
}
.order-info-box address {
  font-style: italic;
  font-family: "Lato", Verdana, Arial, sans-serif;
}

.sales-order-history .back-link {
  float: left;
  margin-top: 15px;
}

#my-orders-table .product-name, [id^='my-invoice-table'] .product-name, [id^='my-shipment-table'] .product-name, [id^='my-refund-table'] .product-name {
  font-size: 15px;
  font-weight: bold;
}
#my-orders-table .sku, [id^='my-invoice-table'] .sku, [id^='my-shipment-table'] .sku, [id^='my-refund-table'] .sku {
  font-size: 14px;
}
#my-orders-table .item-options, [id^='my-invoice-table'] .item-options, [id^='my-shipment-table'] .item-options, [id^='my-refund-table'] .item-options {
  font-family: "Lato", Verdana, Arial, sans-serif;
}
#my-orders-table .option-label, [id^='my-invoice-table'] .option-label, [id^='my-shipment-table'] .option-label, [id^='my-refund-table'] .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value, [id^='my-invoice-table'] .option-value, [id^='my-shipment-table'] .option-value, [id^='my-refund-table'] .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td, [id^='my-invoice-table'] tr.bundle:not(:last-child) td, [id^='my-shipment-table'] tr.bundle:not(:last-child) td, [id^='my-refund-table'] tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}
#my-orders-table tr.border, [id^='my-invoice-table'] tr.border, [id^='my-shipment-table'] tr.border, [id^='my-refund-table'] tr.border {
  border: 0;
}
#my-orders-table tr.border h3, #my-orders-table tr.border h4, [id^='my-invoice-table'] tr.border h3, [id^='my-invoice-table'] tr.border h4, [id^='my-shipment-table'] tr.border h3, [id^='my-shipment-table'] tr.border h4, [id^='my-refund-table'] tr.border h3, [id^='my-refund-table'] tr.border h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #my-orders-table, [id^='my-invoice-table'], [id^='my-shipment-table'], [id^='my-refund-table'] {
    padding: 0;
  }
}

[id^='my-shipment-table'] .td-product-image {
  width: 105px;
}

.subtotal td, .shipping td {
  font-size: 16px;
}

.grand_total strong {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

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: 1096px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  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;
  }
  body.customer-account .col2-left-layout .col-main {
    border: none;
  }

  .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 .my-account .page-title h1 {
    border: 0;
  }
  body.customer-account .my-account .title-buttons {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
  }
  body.customer-account .my-account .title-buttons span.separator, body.customer-account .my-account .title-buttons a {
    top: -10px;
  }
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }
  body.customer-account .data-table tfoot {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  body.customer-account .data-table tfoot tr.grand_total td {
    border-top: 1px solid #dbdbdb;
  }

  .order-info-box .box-content {
    clear: left;
  }

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

  .order-info dt {
    float: left;
    width: 100%;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: "Lato", Verdana, Arial, sans-serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .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 .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,
  .order-info-box .col-3 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 25px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .customer-account.sales-order-creditmemo .linearize-table thead th:nth-child(1n + 1) {
    display: none;
  }
  .customer-account.sales-order-creditmemo .linearize-table tbody tr {
    border-bottom: 1px solid #CCCCCC;
  }
  .customer-account.sales-order-creditmemo .linearize-table tbody td {
    display: block;
    border-bottom: none;
  }
  .customer-account.sales-order-creditmemo .linearize-table tbody td[data-rwd-label] {
    text-align: left;
  }
  .customer-account.sales-order-creditmemo .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", "Trebuchet MS", Arial;
    font-weight: bold;
  }
  .customer-account.sales-order-creditmemo .linearize-table tfoot td {
    display: inline-block;
  }
  .customer-account.sales-order-creditmemo .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .customer-account.sales-order-creditmemo .linearize-table tfoot td:nth-child(even) {
    width: 40%;
  }
  .customer-account.sales-order-creditmemo .linearize-table .item-options {
    float: none;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 25px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  /*border-top: 1px solid $c-fieldset-border-light;
  padding-top: $gap;*/
}

/* ============================================ *
 *  Reviews
 * ============================================ */
.my-account .no-reviews {
  font-style: italic;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
.my-wishlist #wishlist-table textarea {
  text-transform: none;
  font-family: "Lato", Verdana, Arial, sans-serif;
  height: 80px;
}
.my-wishlist textarea {
  resize: none;
}
.my-wishlist #wishlist-table textarea::-webkit-input-placeholder {
  text-transform: none;
}
.my-wishlist #wishlist-table textarea:-moz-placeholder {
  text-transform: none;
}
.my-wishlist #wishlist-table textarea::-moz-placeholder {
  text-transform: none;
}
.my-wishlist #wishlist-table textarea:-ms-input-placeholder {
  text-transform: none;
}
.my-wishlist .btn-cart,
.my-wishlist .btn-add {
  background: #4ab8d8;
}
.my-wishlist .buttons-set {
  border-top: none;
  margin: 0;
}
.my-wishlist .buttons-set a {
  text-transform: none;
}
.my-wishlist #wishlist-table thead {
  border-color: #CCCCCC;
}
.my-wishlist #wishlist-table th {
  padding-bottom: 10px;
  line-height: 1;
}
.my-wishlist #wishlist-table tr {
  border-bottom: 1px solid #CCCCCC;
}
.my-wishlist #wishlist-table.clean-table td {
  padding: 20px;
}
.my-wishlist #wishlist-table .customer-wishlist-item-price .old-price .price {
  color: #CCCCCC !important;
}
.my-wishlist #wishlist-table .customer-wishlist-item-cart {
  text-align: center;
}
.my-wishlist #wishlist-table .customer-wishlist-item-cart .pipe {
  color: #4ab8d8;
}
.my-wishlist #wishlist-table .customer-wishlist-item-cart a {
  text-transform: none;
}
.my-wishlist #wishlist-table .customer-wishlist-item-cart .button {
  font-size: 14px;
  line-height: 36px;
}
.my-wishlist #wishlist-table .customer-wishlist-item-cart .item-links {
  clear: both;
}
.my-wishlist #wishlist-table .wishlist-sku {
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
  .wishlist-index-index .buttons-set {
    margin-top: 0;
  }
  .wishlist-index-index .buttons-set button.button {
    float: none;
  }

  .my-wishlist #wishlist-table.clean-table td {
    padding-bottom: 40px !important;
  }
  .my-wishlist #wishlist-table.clean-table td:not(:last-child) {
    padding-right: 20px !important;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-info .product-image,
  .my-wishlist #wishlist-table .customer-wishlist-item-info .price-box {
    display: none;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-info .info-wrapper {
    padding-top: 8px;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart .add-to-cart-alt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist-index-index .page-title h1,
  .wishlist-index-index .title-buttons {
    margin-bottom: 0 !important;
  }
  .wishlist-index-index .fieldset {
    margin-top: 0 !important;
  }
  .wishlist-index-index .buttons-set button.button {
    margin: 0;
    padding: 0;
    min-width: 137.5px;
  }
  .wishlist-index-index .buttons-set .btn-update,
  .wishlist-index-index .buttons-set .btn-share {
    width: calc(50% - 2.5px);
    float: left;
  }
  .wishlist-index-index .buttons-set .btn-update {
    margin-right: 5px !important;
  }
  .wishlist-index-index .buttons-set .btn-add {
    margin-top: 20px !important;
    width: 100%;
  }

  .my-wishlist #wishlist-table td {
    display: block;
  }
  .my-wishlist #wishlist-table th,
  .my-wishlist #wishlist-table td:first-child,
  .my-wishlist #wishlist-table td:nth-child(4) {
    display: none;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-info .image-wrapper {
    float: left;
    margin-right: 10px;
    width: 113px;
    height: 113px;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-info .info-wrapper {
    float: left;
    width: calc(100% - 123px);
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart .cart-cell:after {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 20px;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart .add-to-cart-alt {
    float: left;
    width: 80px;
    padding-right: 5px;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart .add-to-cart-alt:before {
    content: 'Qty:';
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart .add-to-cart-alt input {
    height: 36px;
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-cart .btn-wrapper {
    float: left;
    width: calc(100% - 80px);
  }
  .my-wishlist #wishlist-table .customer-wishlist-item-quantity {
    display: none;
  }
}
/* ============================================ *
 * Reward Points
 * ============================================ */
.my-rewards h2 {
  font-size: 14px;
  color: #333333;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.my-rewards h2 a {
  color: #23a4c9;
}

/* ============================================ *
 * Logout Page
 * ============================================ */
.customer-account-logoutsuccess .col-main {
  width: 100%;
  max-width: 1146px;
  padding: 25px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .customer-account-logoutsuccess .col-main {
    padding: auto 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
 */
/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  max-width: 450px;
  border-top: none;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: initial;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}
.contacts-index-index .main-container {
  max-width: 1146px;
  padding: 25px;
}
.contacts-index-index #contactForm {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contacts-index-index #contactForm {
    max-width: initial;
  }
}

/**
 * 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) and (min-width: 768px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0;
  padding-top: 0px;
  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", "Trebuchet MS", Arial;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #666666;
}
#customer-reviews h3 {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399CC;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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", "Trebuchet MS", Arial;
  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", "Trebuchet MS", Arial;
  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: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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: #3399CC;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  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: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 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;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

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

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

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

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

/**
 * 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", "Trebuchet MS", Arial;
  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", "Trebuchet MS", Arial;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #000000;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
  line-height: normal;
}
#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 .button {
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 2.5;
}
#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", "Trebuchet MS", Arial;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #000000;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399CC;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399CC;
}

.wishlist-index-index .btn-update.button-secondary {
  line-height: normal;
}

@media only screen and (max-width: 1096px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
@include bp(max-width, $bp-large) {
    #wishlist-table {
        &.clean-table td {
            padding-left: 5px;
            padding-right: 5px;

            textarea {
                height: 100px;
            }

            &.customer-wishlist-item-cart {
                width: 110px;
            }
        }

        .product-name {
            font-size: $f-size-s;
        }
    }
}

// ---------------------------------------------

@include bp(max-width, $bp-medium) {
    #wishlist-table {
        &:after {
            @include clearfix;
        }

        .product-name {
            font-size: $f-size-xl;
        }

        textarea {
            height: 68px;
            max-width: 100%;
        }

        .item-manage {
            max-width: 100%;
        }

        tr {
            position: relative;

            &:after {
                @include clearfix;
            }
        }

        td.customer-wishlist-item-image {
            width: 70px;

            img {
                width: 70px;
                height: 70px;
            }
        }

        td.customer-wishlist-item-cart {
            p {
                margin-bottom: 0;
            }

            .remove-whishlist-item {
                margin-right: 0;
                padding-top: 4px;
            }
        }

        td.customer-wishlist-item-cart {
            padding-right: 15px;
        }
    }
}
/*
// ---------------------------------------------

@include bp(max-width, $bp-small) {
    #wishlist-table {
        td.customer-wishlist-item-quantity {
            padding-left: 0;
        }

        td.customer-wishlist-item-image,
        th.customer-wishlist-item-image {
            display: none;
        }
    }
}

// ---------------------------------------------

@include bp(max-width, $bp-xsmall) {
    #wishlist-table {
        tr {
            position: relative;
        }

        th.customer-wishlist-item-image {
            display: block;
        }

        td {
            &.customer-wishlist-item-image,
            &.customer-wishlist-item-info,
            &.customer-wishlist-item-quantity,
            &.customer-wishlist-item-price,
            &.customer-wishlist-item-cart {
                width: 100%;
                padding-left: 0;
                padding-right: 0;
                empty-cells: hide;
            }

            &.customer-wishlist-item-image {
                display: block;
                overflow: hidden;

                a {
                    float: left;

                    img {
                        width: 113px;
                        height: 113px;
                    }
                }
            }

            &.customer-wishlist-item-quantity,
            &.customer-wishlist-item-price {
                text-align: left;

                &:before {
                    float: left;
                    margin-right: $trim-small;
                }

                .cart-cell {
                    text-align: left;
                }

                .price-box {
                    margin-top: 0;
                }
            }

            &.customer-wishlist-item-cart {
                .cart-cell {
                    float: left;
                    width: 48%;
                }

                > p {
                    float: right;
                    width: 48%;
                }
            }

            &.customer-wishlist-item-remove {
                position: absolute;
                top: 15px;
                right: 0px;
                display: block;
                padding: 0px;
                height: 20px;
            }
        }

        &.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 {
  color: #666666;
  font-style: italic;
  font-size: 14px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .empty {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  margin: 0 10px;
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
}
.header-minicart .block-subtitle .close {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: -1px;
  right: 10px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list .product-image {
  border: 1px solid #dbdbdb;
  width: 60px;
  height: 60px;
}
.header-minicart .mini-products-list .product-image img {
  width: 100%;
  height: 100%;
}
.header-minicart .mini-products-list li {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  position: relative;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details {
  margin-left: 75px;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  text-transform: none;
  font-size: 14px;
}
.header-minicart .product-details .product-name a:hover {
  color: #666666;
}
.header-minicart .product-details .price {
  display: block;
  font-size: 14px;
}
.header-minicart .product-details .btn-edit,
.header-minicart .product-details .remove,
.header-minicart .product-details .details {
  font-size: 14px;
  color: #4ab8d8;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  padding: 5px 10px 5px 0;
}
.header-minicart .info-wrapper td {
  color: #666666;
  clear: right;
  padding: 5px 0;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty-wrapper .quantity-button {
  background: #4ab8d8;
}
.header-minicart .info-wrapper .qty {
  padding: 8px 12px;
  margin-right: 2px;
  width: 44px;
  height: 30px;
  text-align: center;
  font-size: 14px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -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 .pipe {
  color: #e7e7e7;
  padding: 0 5px;
}
.header-minicart .subtotal {
  padding: 10px 0 15px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.header-minicart .subtotal .label {
  font-weight: normal;
  margin-right: 20px;
}
.header-minicart .minicart-actions {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions > * {
  display: block;
}
.header-minicart .minicart-actions a.cart-link {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
  display: block;
  margin: 0 10px;
  background: #4ab8d8;
  height: 50px;
  line-height: 50px;
}
.header-minicart .minicart-actions .cart-link {
  display: block;
  color: #4ab8d8;
  font-size: 18px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart .minicart-actions .checkout-types.minicart {
  float: none;
  text-align: center;
}
.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: #666666;
  }
  .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 {
    background: #f4f4f4;
    padding: 20px;
  }
  .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 .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;
  }
}
.ie .header-minicart .info-wrapper .qty {
  padding: 0;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Search - General
 * ============================================ */
.catalogsearch-result-index .page-title {
  max-width: 1146px;
  padding: 0 25px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .page-title {
    padding: 0 15px;
  }
  .catalogsearch-result-index .page-title h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .breadcrumbs {
    padding: 0;
  }
  .catalogsearch-result-index .toolbar {
    margin-top: 0;
  }
}

/* ============================================ *
 * 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 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #3399CC;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399CC;
  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 #3399CC;
  border-top: none;
  left: 50%;
  top: -7px;
}

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

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
body #searchspring-autocomplete_results {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  z-index: 9999;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  width: 400px;
}
body #searchspring-autocomplete_results li {
  margin: 0;
}
body #searchspring-autocomplete_results em {
  color: #DC1B33;
  font-style: normal;
}
body #searchspring-autocomplete_results .ac_title:first-of-type,
body #searchspring-autocomplete_results .ac_title,
body #searchspring-autocomplete_results .ac_powered {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body #searchspring-autocomplete_results .ac_title,
body #searchspring-autocomplete_results .ac_term_suggest {
  padding: 6px 12px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  color: #fff;
  background: #666;
}
body #searchspring-autocomplete_results .ac_term_suggest em {
  color: #fff;
}
body #searchspring-autocomplete_results .ac_title {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
body #searchspring-autocomplete_results .ac_term_suggest {
  font-size: 14px;
  line-height: 18px;
}
body #searchspring-autocomplete_results .ac_powered {
  display: none;
}
body #searchspring-autocomplete_results .ac_result_even {
  background: #f6f6f6;
}
body #searchspring-autocomplete_results .ac_term_result {
  padding: 6px;
}
body #searchspring-autocomplete_results .ac_product_result.highlight,
body #searchspring-autocomplete_results .ac_product_result:hover {
  background: #e6e6e6;
}
body #searchspring-autocomplete_results .ac_product_result {
  padding: 15px 6px;
}
body #searchspring-autocomplete_results .ac_product_result .image {
  height: auto;
  width: 60px;
}
body #searchspring-autocomplete_results .ac_product_result .info {
  width: auto;
  margin: 0;
  float: none;
  overflow: hidden;
  padding: 0 0 0 20px;
}
body #searchspring-autocomplete_results .ac_term_result,
body #searchspring-autocomplete_results .ac_product_result .info div {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
}
body #searchspring-autocomplete_results .ac_product_result .info .price {
  font-style: normal;
  font-weight: bold;
  color: #333333;
}
body #searchspring-autocomplete_results .ac_product_result .info .sku {
  display: none;
}
body #searchspring-autocomplete_results:before, body #searchspring-autocomplete_results:after {
  width: 0;
  height: 0;
}
body #searchspring-autocomplete_results:before {
  left: 28px;
  right: auto;
  top: -7px;
  background: none;
  border-right: 9px inset transparent;
  border-left: 9px inset transparent;
  border-bottom: 7px solid #d9d9d9;
}
body #searchspring-autocomplete_results:after {
  position: absolute;
  top: -6px;
  left: 30px;
  right: auto;
  margin: 0 auto;
  display: block;
  content: '';
  border-right: 7px inset transparent;
  border-left: 7px inset transparent;
  border-bottom: 6px solid #fff;
}

@media only screen and (max-width: 767px) {
  body #searchspring-autocomplete_results {
    width: auto;
    max-width: 100%;
    margin: auto;
    left: 15px !important;
    right: 15px !important;
  }
  body #searchspring-autocomplete_results:before {
    left: 28px;
  }
  body #searchspring-autocomplete_results:after {
    left: 30px;
  }
  body #searchspring-autocomplete_results .ac_term_result,
  body #searchspring-autocomplete_results .ac_product_result {
    padding: 3px 6px;
  }
  body #searchspring-autocomplete_results .ac_product_result .image {
    width: 50px;
  }
  body #searchspring-autocomplete_results .ac_product_result .image img {
    max-height: 40px;
  }
  body #searchspring-autocomplete_results .ac_title,
  body #searchspring-autocomplete_results .ac_term_suggest {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 16px;
  }
  body #searchspring-autocomplete_results .ac_term_result,
  body #searchspring-autocomplete_results .ac_product_result .info div {
    line-height: 16px;
    font-size: 12px;
  }
}
/**
 * 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", "Trebuchet MS", Arial;
  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", "Trebuchet MS", Arial;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
.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", "Trebuchet MS", Arial;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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 .breadcrumbs > ul, .cms-category-view .breadcrumbs > ul,
.cms-no-route .breadcrumbs > ul {
  width: 100%;
}
.cms-page-view .col-main, .cms-category-view .col-main,
.cms-no-route .col-main {
  margin: 0 auto;
  max-width: 1146px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .col-main, .cms-category-view .col-main,
  .cms-no-route .col-main {
    padding: 0 15px;
  }
}
.cms-page-view .page-title h1, .cms-category-view .page-title h1,
.cms-page-view .page-title h3,
.cms-category-view .page-title h3,
.cms-page-view .page-head h1,
.cms-category-view .page-head h1,
.cms-page-view .page-head h3,
.cms-category-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std, .cms-category-view .std,
.cms-no-route .std {
  line-height: 1.8;
}
.cms-page-view .std img, .cms-category-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std h1, .cms-category-view .std h1,
.cms-no-route .std h1 {
  margin: 0 0 0.7em 0;
  color: #666666;
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
.cms-page-view .std h2, .cms-category-view .std h2,
.cms-no-route .std h2 {
  margin: 0 0 0.6em 0;
  color: #666666;
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
.cms-page-view .std h3, .cms-category-view .std h3,
.cms-no-route .std h3 {
  margin: 0 0 0.6em 0;
  color: #666666;
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.cms-page-view .std h4, .cms-category-view .std h4,
.cms-no-route .std h4 {
  margin: 0 0 0.6em 0;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.cms-page-view .std h5, .cms-category-view .std h5,
.cms-no-route .std h5 {
  margin: 0 0 0.6em 0;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.cms-page-view .std p, .cms-category-view .std p,
.cms-no-route .std p {
  margin: 0 0 1em 0;
  color: #666666;
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.cms-page-view .std ol, .cms-category-view .std ol,
.cms-no-route .std ol {
  margin: 0 0 0.6em 0;
  padding: 0 0 0 20px;
  color: #666666;
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.cms-page-view .std li, .cms-category-view .std li,
.cms-no-route .std li {
  margin-bottom: 1em;
}
.cms-page-view .std ul, .cms-category-view .std ul,
.cms-no-route .std ul {
  margin: 0 0 0.6em 0;
  padding: 0 0 0 20px;
  color: #666666;
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
.cms-page-view .std a, .cms-category-view .std a,
.cms-no-route .std a {
  color: #4ab8d8;
  text-decoration: none;
}
.cms-page-view .std .learn-more, .cms-category-view .std .learn-more,
.cms-no-route .std .learn-more {
  font-family: "Lato", Arial, "Trebuchet MS", sans-serif;
  color: #666666;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.cms-page-view .std .learn-more:hover, .cms-category-view .std .learn-more:hover,
.cms-no-route .std .learn-more:hover {
  color: #4ab8d8;
}
.cms-page-view .std dl, .cms-category-view .std dl,
.cms-no-route .std dl {
  border: 1px solid #d5d5d5;
  margin: 0 0 20px 0;
}
.cms-page-view .std dt, .cms-category-view .std dt,
.cms-no-route .std dt {
  font-weight: 700;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  margin: 0;
  padding: 15px;
  background: #f4f4f4;
}
.cms-page-view .std dd, .cms-category-view .std dd,
.cms-no-route .std dd {
  padding: 10px 15px;
}
.cms-page-view .std .button, .cms-category-view .std .button,
.cms-no-route .std .button {
  color: #ffffff;
}
.cms-page-view .std .button-secondary, .cms-category-view .std .button-secondary,
.cms-no-route .std .button-secondary {
  background: #4ab8d8;
  color: #ffffff;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .cms-page-view .std h1, .cms-category-view .std h1,
  .cms-no-route .std h1 {
    font-size: 28px;
  }
  .cms-page-view .std h2, .cms-category-view .std h2,
  .cms-no-route .std h2 {
    font-size: 24px;
  }
  .cms-page-view .std h3, .cms-category-view .std h3,
  .cms-no-route .std h3 {
    font-size: 20px;
  }
  .cms-page-view .std h4, .cms-category-view .std h4,
  .cms-no-route .std h4 {
    font-size: 16px;
  }
  .cms-page-view .std h5, .cms-category-view .std h5,
  .cms-no-route .std h5 {
    font-size: 15px;
  }
  .cms-page-view .std p, .cms-category-view .std p,
  .cms-no-route .std p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .std h1, .cms-category-view .std h1,
  .cms-no-route .std h1 {
    font-size: 26px;
  }
  .cms-page-view .std h2, .cms-category-view .std h2,
  .cms-no-route .std h2 {
    font-size: 22px;
  }
  .cms-page-view .std h3, .cms-category-view .std h3,
  .cms-no-route .std h3 {
    font-size: 18px;
  }
  .cms-page-view .std h4, .cms-category-view .std h4,
  .cms-no-route .std h4 {
    font-size: 14px;
  }
  .cms-page-view .std h5, .cms-category-view .std h5,
  .cms-no-route .std h5 {
    font-size: 14px;
  }
}
.cms-page-view .std .text-transform-none, .cms-category-view .std .text-transform-none,
.cms-no-route .std .text-transform-none {
  text-transform: none;
}
.cms-page-view .std .text-transform-lower, .cms-category-view .std .text-transform-lower,
.cms-no-route .std .text-transform-lower {
  text-transform: lowercase;
}
.cms-page-view .std .text-transform-upper, .cms-category-view .std .text-transform-upper,
.cms-no-route .std .text-transform-upper {
  text-transform: uppercase;
}
.cms-page-view .std .text-transform-cap, .cms-category-view .std .text-transform-cap,
.cms-no-route .std .text-transform-cap {
  text-transform: capitalize;
}
.cms-page-view .std .lead, .cms-category-view .std .lead,
.cms-no-route .std .lead {
  font-size: 1.25em;
  font-weight: 300;
}
.cms-page-view .std .text-muted, .cms-category-view .std .text-muted,
.cms-no-route .std .text-muted {
  color: #cccccc;
}
.cms-page-view .std .text-dark, .cms-category-view .std .text-dark,
.cms-no-route .std .text-dark {
  color: #333333;
}
.cms-page-view .col-left:after, .cms-category-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

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

.cms-page-view .std .messages, .cms-category-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul, .cms-category-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li, .cms-category-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
.cms-page-view .std ol ol, .cms-category-view .std ol ol,
.cms-home .std ol ol,
.cms-no-route .std ol ol {
  list-style: lower-alpha;
}

@media only screen and (max-width: 600px) {
    .cms-page-view .videoWrapper {
        padding-bottom: 53.25%;
        padding-top: 65px;
        height: 0;
        position: relative;
    }

    .cms-page-view .videoWrapper object,
    .cms-page-view .videoWrapper embed,
    .cms-page-view .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/********* FINISH CMS STYLES ******************/

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #666666;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  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: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: 15px;
  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) {
  #contactForm {
    padding-left: 0;
  }
}
ul.no-list,
ol.no-list {
  list-style: none;
}
ul.no-list li,
ol.no-list li {
  margin: 0;
}

.col-half {
  float: left;
  width: 50%;
}
.col-half:first-child .inner-padding {
  padding: 0 25px 0 0;
}
.col-half .inner-padding {
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .col-half {
    float: none;
    width: 100%;
  }
  .col-half:first-child .inner-padding {
    padding: 0 0 40px 0;
  }
  .col-half .inner-padding {
    padding: 0 0 40px 0;
  }
}

.learn-more {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.learn-more:hover {
  color: #4ab8d8;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.clear {
  clear: both;
}

.margin {
  margin: 15px;
}

.margin-left {
  margin: 0 0 0 15px;
}

.margin-right {
  margin: 0 15px 0 0;
}

.margin-top {
  margin: 15px 0 0 0;
}

.margin-bottom {
  margin: 0 0 15px 0;
}

.padding {
  padding: 15px;
}

.padding-left {
  padding: 0 0 0 15px;
}

.padding-right {
  padding: 0 15px 0 0;
}

.padding-top {
  padding: 15px 0 0 0;
}

.padding-bottom {
  padding: 0 0 15px 0;
}

.border {
  border: 1px solid #d5d5d5;
}

.border-top {
  border-top: 1px solid #d5d5d5;
}

.border-right {
  border-right: 1px solid #d5d5d5;
}

.border-bottom {
  border-bottom: 1px solid #d5d5d5;
}

.border-left {
  border-left: 1px solid #d5d5d5;
}

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

/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
  margin: 0 auto;
}

.onepcssgrid-1200 {
  max-width: 1220px;
}

.onepcssgrid-1000 {
  max-width: 1020px;
}

.onerow {
  clear: both;
}

/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 20px 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}

.col1 {
  width: 5.5%;
}

.col2 {
  width: 14%;
}

.col3 {
  width: 22.5%;
}

.col4 {
  width: 31%;
}

.col5 {
  width: 39.5%;
}

.col6 {
  width: 48%;
}

.col7 {
  width: 56.5%;
}

.col8 {
  width: 65%;
}

.col9 {
  width: 73.5%;
}

.col10 {
  width: 82%;
}

.col11 {
  width: 90.5%;
}

.col12 {
  width: 99%;
  margin: 0;
}

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
}

/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
  .onepcssgrid-1000 {
    max-width: 1000px;
  }

  .onepcssgrid-1000 .onerow {
    padding: 0;
  }
}
/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: none;
    width: 99%;
  }
}
body.cms-faq .std > .toggle-content > dl > dt,
body.cms-accordion .std > .toggle-content > dl > dt {
  cursor: pointer;
  border-bottom-width: 0;
}
body.cms-faq .std > .toggle-content > dl > dt:hover,
body.cms-accordion .std > .toggle-content > dl > dt:hover {
  color: #3399CC;
}
body.cms-faq .std > .toggle-content > dl > dt:after,
body.cms-accordion .std > .toggle-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 #3399CC;
  border-right: none;
}
body.cms-faq .std > .toggle-content > dl > dt.last,
body.cms-accordion .std > .toggle-content > dl > dt.last {
  border-bottom-width: 1px;
}
body.cms-faq .std > .toggle-content > dl > dd,
body.cms-accordion .std > .toggle-content > dl > dd {
  display: none;
}
body.cms-faq .std > .toggle-content.accordion-open > dl > dt.current,
body.cms-accordion .std > .toggle-content.accordion-open > dl > dt.current {
  border-bottom-width: 1px;
}
body.cms-faq .std > .toggle-content.accordion-open > dl > dt.current:after,
body.cms-accordion .std > .toggle-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 #3399CC;
  border-bottom: none;
  left: 6px;
  top: 50%;
  margin-top: -3px;
}
body.cms-faq .std > .toggle-content.accordion-open > dl > dd.current,
body.cms-accordion .std > .toggle-content.accordion-open > dl > dd.current {
  display: block;
}
body.cms-faq .std > .toggle-content.accordion > dl > dt::after,
body.cms-accordion .std > .toggle-content.accordion > dl > dt::after {
  content: "+";
  float: right;
  font-size: 30px;
  font-weight: 300;
  margin-top: -0.4em;
  border: none;
  height: auto;
  width: auto;
  position: static;
}
body.cms-faq .std > .toggle-content.accordion > dl > dt:not(:first-child),
body.cms-accordion .std > .toggle-content.accordion > dl > dt:not(:first-child) {
  border-top: 1px solid #d5d5d5;
}
body.cms-faq .std > .toggle-content.accordion-open > dl > dt.current::after,
body.cms-accordion .std > .toggle-content.accordion-open > dl > dt.current::after {
  content: "-";
  float: right;
  font-size: 40px;
  font-weight: 100;
  margin-top: -0.6em;
  border: none;
  height: auto;
  width: auto;
  position: static;
}

.cms-contact-us p.required,
.cms-send-more p.required,
.cms-bulk-order p.required,
.cms-recycle p.required,
.categorypath-accessories-accessories-medical-alarm p.required,
.cms-life-storiescontact p.required,
.cms-blood-pressure-card p.required,
.cms-change-order p.required,
.cms-aanp-members p.required {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cms-contact-us p.required,
  .cms-send-more p.required,
  .cms-bulk-order p.required,
  .cms-recycle p.required,
  .categorypath-accessories-accessories-medical-alarm p.required,
  .cms-life-storiescontact p.required,
  .cms-blood-pressure-card p.required,
  .cms-change-order p.required,
  .cms-aanp-members p.required {
    text-align: left;
  }
}
.cms-contact-us .buttons-set,
.cms-send-more .buttons-set,
.cms-bulk-order .buttons-set,
.cms-recycle .buttons-set,
.categorypath-accessories-accessories-medical-alarm .buttons-set,
.cms-life-storiescontact .buttons-set,
.cms-blood-pressure-card .buttons-set,
.cms-change-order .buttons-set,
.cms-aanp-members .buttons-set {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cms-contact-us .form-list,
  .cms-send-more .form-list,
  .cms-bulk-order .form-list,
  .cms-recycle .form-list,
  .categorypath-accessories-accessories-medical-alarm .form-list,
  .cms-life-storiescontact .form-list,
  .cms-blood-pressure-card .form-list,
  .cms-change-order .form-list,
  .cms-aanp-members .form-list {
    padding: 0;
  }
  .cms-contact-us .form-list li,
  .cms-send-more .form-list li,
  .cms-bulk-order .form-list li,
  .cms-recycle .form-list li,
  .categorypath-accessories-accessories-medical-alarm .form-list li,
  .cms-life-storiescontact .form-list li,
  .cms-blood-pressure-card .form-list li,
  .cms-change-order .form-list li,
  .cms-aanp-members .form-list li {
    margin-left: 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
 */
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #e2261c;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  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: 1024px) {
  .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
 */
/* ============================================ *
 * 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
 */
/* ============================================ *
 * 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: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399CC;
}

@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: 0px;
  left: 0px;
  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(../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(../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;
}

/* ============================================ *
 * Non Anchor - Top Level Categories
 * ============================================ */
body.no-anchor-category .breadcrumbs {
  margin: 10px auto 20px auto;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .breadcrumbs {
    margin-bottom: 0;
  }
}
body.no-anchor-category .category-content, body.no-anchor-category .note-msg {
  max-width: inherit;
  padding: 0;
}
body.no-anchor-category .category-promo {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #f8b51e;
}
body.no-anchor-category .category-promo .category-image {
  border: none;
  padding: 0;
  margin: 0;
}
body.no-anchor-category .category-promo div.category-image {
  float: left;
  width: 65%;
}
body.no-anchor-category .category-promo .promo-content {
  text-align: center;
  width: 35%;
}
@media only screen and (min-width: 1025px) {
  body.no-anchor-category .category-promo .promo-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 65%;
  }
}
body.no-anchor-category .category-promo .promo-content h1 {
  font-size: 42px;
  color: #ffffff;
  margin: 0 0 15px 0;
}
body.no-anchor-category .category-promo .promo-content .short-border {
  display: none;
}
body.no-anchor-category .category-promo .promo-content .category-description {
  font-size: 18px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .category-promo .promo-content h1 {
    font-size: 35px;
  }
  body.no-anchor-category .category-promo .promo-content .category-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .category-promo div.category-image {
    float: none;
    width: 100%;
  }
  body.no-anchor-category .category-promo .promo-content {
    float: none;
    width: 100%;
    padding: 11px 0;
  }
  body.no-anchor-category .category-promo .promo-content h1 {
    font-size: 36px;
    margin: 0;
  }
  body.no-anchor-category .category-promo .promo-content .category-description {
    font-size: 16px;
  }
}
body.no-anchor-category .sub-categories {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
body.no-anchor-category .sub-categories li {
  float: left;
  width: 25%;
  text-align: center;
}
body.no-anchor-category .sub-categories li .inner-container {
  margin: 0 12px 40px 12px;
}
body.no-anchor-category .sub-categories li img {
  border: 1px solid #dbdbdb;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .sub-categories li:nth-child(odd) {
    clear: left;
  }
  body.no-anchor-category .sub-categories li:last-child .not-visible {
    display: none;
  }
}
body.no-anchor-category .sub-categories h3 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
body.no-anchor-category .sub-categories h3.no-image {
  display: block;
  position: relative;
  margin: 38px 0 0 0;
  border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .sub-categories h3.no-image {
    margin: 35px 0 0 0;
  }
}
body.no-anchor-category .sub-categories h3.no-image span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .sub-categories {
    margin: 0 10px 30px 10px;
  }
  body.no-anchor-category .sub-categories li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .sub-categories {
    margin: 10px 10px 30px 10px;
  }
  body.no-anchor-category .sub-categories li {
    width: 50%;
  }
  body.no-anchor-category .sub-categories li .inner-container {
    margin: 0 7px 40px 7px;
  }
  body.no-anchor-category .sub-categories h3 {
    font-size: 18px;
  }
}
body.no-anchor-category #promos {
  padding: 0 25px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category #promos {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category #promos {
    margin-top: 0;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  body.no-anchor-category #promos p {
    margin-bottom: 15px;
  }
}
body.no-anchor-category .feature-wrapper {
  max-width: 1120px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .feature-wrapper {
    margin-top: 15px;
  }
}
body.no-anchor-category .feature-wrapper .title {
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .feature-wrapper .title {
    display: none;
  }
}
body.no-anchor-category .feature-wrapper label {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding: 0 20px;
  background: white;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
body.no-anchor-category .feature-wrapper hr {
  position: relative;
  top: -15px;
}
body.no-anchor-category .feature-wrapper > h2 {
  text-align: center;
  margin: 0 12px 55px 12px;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  background: url("../images/border.jpg") 0 22px repeat-x;
}
body.no-anchor-category .feature-wrapper > h2 span {
  padding: 0 20px;
  background: #ffffff;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .feature-wrapper > h2 {
    margin: 0 12px 35px 12px;
  }
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .feature-wrapper > h2 {
    display: none;
  }
}
body.no-anchor-category .feature-wrapper .featured-product-widget-container {
  margin: 0 18px;
}
body.no-anchor-category .feature-wrapper .featured-product-widget-container > h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0 0 5px 0;
  font-family: "Montserrat", "Trebuchet MS", Arial;
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .feature-wrapper .featured-product-widget-container > h3 {
    margin-bottom: 0;
    line-height: 1;
  }
}
body.no-anchor-category .feature-wrapper .featured-product-widget-container > h3 span {
  color: #da0b16;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .feature-wrapper .featured-product-widget-container {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .feature-wrapper .featured-product-widget-container {
    width: 70%;
    margin: auto;
  }
}
body.no-anchor-category .feature-wrapper .featured-product-widget {
  float: left;
  width: 33.33333%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body.no-anchor-category .feature-wrapper .featured-product-widget {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
}
body.no-anchor-category .feature-wrapper .product-item {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
}
body.no-anchor-category .feature-wrapper .product-item .pr-image {
  margin: 0 6px;
}
body.no-anchor-category .feature-wrapper .product-item .product-details {
  margin: 0 6px;
}
body.no-anchor-category .feature-wrapper .product-item .product-image {
  border: 1px solid #dbdbdb;
  margin: 12px 0 12px 0;
}
body.no-anchor-category .feature-wrapper .product-item img {
  width: 100%;
  height: auto;
}
body.no-anchor-category .feature-wrapper .product-item .price {
  color: #000000;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .feature-wrapper .product-item {
    width: 100%;
  }
  body.no-anchor-category .feature-wrapper .product-item:nth-child(2) {
    display: none;
  }
}
body.no-anchor-category .feature-wrapper .additional-content {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  font-style: italic;
  padding: 20px 0 0 0;
  margin: 10px 0 0 0;
}
body.no-anchor-category .feature-wrapper .additional-content a {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  body.no-anchor-category .feature-wrapper .additional-content {
    padding: 0;
    border: none;
  }
}

/* ============================================ *
 * Content Only Categories [ Display Mode = Static Block Only ]
 and cms-category-view body class added
 * ============================================ */
.cms-category-view .category-content, .cms-category-view .note-msg {
  padding: 0;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    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 .main-container {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  body.cms-home .main-container {
    padding: 15px;
  }
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.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 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * 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: #666666;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

body.cms-home h2 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 300;
}
body.cms-home #home-email,
body.cms-home #tips .inner-container,
body.cms-home #styles .inner-container,
body.cms-home #connections .inner-container,
body.cms-home #promos {
  max-width: 1146px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body.cms-home #home-email,
  body.cms-home #tips .inner-container,
  body.cms-home #styles .inner-container,
  body.cms-home #connections .inner-container,
  body.cms-home #promos {
    padding: 0;
  }
}
body.cms-home #connections .inner-container {
  padding: 0 25px 0 25px;
}
body.cms-home #tips {
  margin: 0;
}
body.cms-home #connections {
  background: #f4f4f4;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body.cms-home #connections {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.cms-home #home-email {
  padding: 22px 25px;
}
body.cms-home #home-email .block-subscribe {
  width: 100%;
  margin-bottom: 0;
  color: #666666;
}
body.cms-home #home-email .block-subscribe .form-subscribe-header {
  float: left;
  width: auto;
}
body.cms-home #home-email .block-subscribe .block-title {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
body.cms-home #home-email .block-subscribe .block-title strong {
  color: #666666;
  font-size: 32px;
  font-weight: 300;
  font-family: "Lato", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  border-right: 1px solid #dbdbdb;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 1151px) {
  body.cms-home #home-email .block-subscribe .block-title strong {
    font-size: 28px;
  }
}
body.cms-home #home-email .block-subscribe .block-content {
  margin: 0;
}
body.cms-home #home-email .block-subscribe .input-box {
  width: 287px;
  float: left;
  margin-left: 15px;
}
body.cms-home #home-email .block-subscribe input[type=email] {
  background: #e9e9e9;
  border: none;
  height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body.cms-home #home-email .block-subscribe .actions {
  float: left;
  margin: 3px 0 0 15px;
}
body.cms-home #home-email .block-subscribe label {
  font-size: 14px;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  body.cms-home #home-email .block-content {
    display: table;
  }
  body.cms-home #home-email .block-content .form-subscribe-header {
    width: 51%;
  }
  body.cms-home #home-email .block-content > .input-box {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  body.cms-home #home-email .block-subscribe label[for="newsletter"] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-home #home-email {
    display: none;
  }
}
body.cms-home #tips {
  padding: 55px 0;
}
body.cms-home #tips .inner-container {
  padding: 0 25px;
}
body.cms-home #tips .learn-more {
  display: block;
  margin-top: 20px;
}
body.cms-home #tips li {
  float: left;
  width: 33.33333%;
  text-align: center;
  padding: 20px 2% 35px 2%;
}
body.cms-home #tips li a {
  display: block;
}
body.cms-home #tips li .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
}
body.cms-home #tips li:nth-child(2) {
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
body.cms-home #tips li h3 {
  font-weight: 300;
  font-family: "Lato", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  body.cms-home #tips li {
    padding: 20px 2% 30px 2%;
  }
  body.cms-home #tips li p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-home #tips li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
  }
  body.cms-home #tips li:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  body.cms-home #tips li:last-child {
    border: none;
  }
  body.cms-home #tips li span,
  body.cms-home #tips li .learn-more {
    display: none !important;
  }
}
body.cms-home #tips li.clickable {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  body.cms-home #tips {
    padding: 0;
    margin-top: 10px;
  }
  body.cms-home #tips h3 {
    margin: 0;
  }
  body.cms-home #tips ul {
    margin: 0 15px;
  }
}
body.cms-home #styles {
  background: #f4f4f4;
  margin: 0;
  padding: 50px 0;
}
body.cms-home #styles .inner-container {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles {
    margin: 0 -15px;
    padding: 25px;
  }
}
body.cms-home #styles h2 {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles h2 {
    font-size: 22px;
  }
}
body.cms-home #styles h3 {
  background: #9e9e9e;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 13px 0;
  margin: 0;
  text-transform: uppercase;
}
body.cms-home #styles h3 a {
  color: #fff;
}
body.cms-home #styles .main-style {
  background: #ffffff;
  float: left;
  width: 38.5%;
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles .main-style {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
}
body.cms-home #styles .main-style img {
  width: 100%;
}
body.cms-home #styles .sub-styles {
  float: left;
  width: 60%;
}
body.cms-home #styles .sub-styles h3 {
  color: #666;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles .sub-styles {
    width: 100%;
  }
}
body.cms-home #styles .sub-styles ul.no-list {
  overflow: hidden;
  margin: 0;
}
body.cms-home #styles .sub-styles li {
  float: left;
  width: 30.333%;
  border: 1px solid #d5d5d5;
  margin: 0 3%;
}
body.cms-home #styles .sub-styles li:first-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles .sub-styles li {
    margin: 0;
  }
  body.cms-home #styles .sub-styles li:first-child {
    margin: 0 5%;
  }
}
body.cms-home #styles .sub-styles li:last-child {
  margin-left: 0;
  margin-right: 0;
}
body.cms-home #styles .sub-styles li a {
  display: block;
}
body.cms-home #styles .sub-styles li img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles .sub-styles li {
    width: 47.5%;
    margin: 0;
  }
  body.cms-home #styles .sub-styles li:first-child {
    margin-right: 2.5%;
    margin-left: 0;
  }
  body.cms-home #styles .sub-styles li:nth-child(2n) {
    margin-left: 2.5%;
    margin-right: 0;
  }
}
body.cms-home #styles .sub-styles ul.top-style li {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  body.cms-home #styles .sub-styles ul.top-style li {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  body.cms-home #styles .sub-styles ul.top-style li:last-child,
  body.cms-home #styles .sub-styles ul.bottom-style li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cms-home #styles {
    padding: 50px 5px;
  }
  body.cms-home .id-styles {
    display: table;
    width: 100%;
    border-spacing: 20px 0;
  }
  body.cms-home .id-styles > div {
    display: table-cell;
    width: 50% !important;
    float: none !important;
  }
  body.cms-home .id-styles .main-style {
    position: relative;
  }
  body.cms-home .id-styles .main-style h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  body.cms-home .id-styles .sub-styles ul.top-style li {
    margin-bottom: 20px !important;
  }
  body.cms-home .id-styles .sub-styles ul li {
    width: calc(50% - 10px) !important;
  }
  body.cms-home .id-styles .sub-styles ul.top-style li:first-child,
  body.cms-home .id-styles .sub-styles ul.bottom-style li:first-child {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
  body.cms-home .id-styles .sub-styles ul.top-style li:nth-child(2),
  body.cms-home .id-styles .sub-styles ul.bottom-style li:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body.cms-home #connections {
  padding: 75px 0 47px 0;
}
@media only screen and (max-width: 767px) {
  body.cms-home #connections {
    padding: 35px 0;
  }
}
body.cms-home #connections .caring-content {
  float: left;
  width: 33.33333%;
  min-height: 274px;
  border-right: 1px solid #d5d5d5;
}
@media only screen and (max-width: 1024px) {
  body.cms-home #connections .caring-content {
    min-height: 477px;
  }
}
body.cms-home #connections .caring-content.expanded {
  min-height: 410px;
}
body.cms-home #connections .caring-content h2 {
  padding: 0 40px 0 0;
  font-weight: 300;
  font-size: 22px;
}
body.cms-home #connections .caring-content p {
  padding: 0 40px 0 0;
}
body.cms-home #connections .caring-content .see-all-toggle {
  font-family: "Montserrat", "Trebuchet MS", Arial;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  body.cms-home #connections .caring-content .see-all-toggle {
    display: none;
  }
}
body.cms-home #connections .caring-content .see-all-toggle > span {
  vertical-align: middle;
}
body.cms-home #connections .caring-content .see-all-toggle .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
body.cms-home #connections .caring-content .see-all-toggle .icon img {
  width: 100%;
}
body.cms-home #connections .caring-content .see-all-toggle span.text {
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  body.cms-home #connections .caring-content {
    float: none;
    width: 100%;
    border: none;
    min-height: inherit;
  }
  body.cms-home #connections .caring-content h2 {
    padding: 0;
    text-align: center;
  }
  body.cms-home #connections .caring-content p {
    padding: 0;
    text-align: center;
  }
  body.cms-home #connections .caring-content .see-all-toggle {
    display: block;
    text-align: center;
  }
}
body.cms-home #connections .caring-partners {
  float: left;
  width: 66.66667%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body.cms-home #connections .caring-partners {
    float: none;
    width: 100%;
  }
}
body.cms-home #connections .caring-partners li {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  body.cms-home #connections .caring-partners li {
    width: 33.33333%;
  }
}
body.cms-home #connections .caring-partners li img {
  padding: 0 0 0 23px;
  margin: 0 0 13px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.cms-home #connections .caring-partners li {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  body.cms-home #connections .caring-partners li:nth-child(n + 9) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-home #connections .caring-partners li:nth-child(n + 3) {
    display: none;
  }
}
body.cms-home #connections .caring-partners.expanded li {
  display: block !important;
}
body.cms-home #promos {
  padding: 90px 25px 115px;
}
body.cms-home #promos .col-half:nth-child(2) {
  margin: 8px 0 0 0;
}
body.cms-home #promos img {
  display: block;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  body.cms-home #promos {
    padding: 60px 25px 80px;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-home #promos {
    padding: 50px 0 35px;
    overflow: visible;
  }
  body.cms-home #promos p,
  body.cms-home #promos .learn-more {
    display: none;
  }
  body.cms-home #promos .col-half {
    text-align: center;
  }
  body.cms-home #promos .col-half img {
    display: inline-block;
    margin: 0;
  }
  body.cms-home #promos .col-half:nth-child(2) {
    padding: 0;
  }
  body.cms-home #promos .col-half:nth-child(2) .inner-padding {
    padding: 0;
  }
}

/* -------------------------------------------- *
 * Flex Slider
 */
#slideshow.flexslider {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #slideshow.flexslider {
    margin: 0 -15px;
  }
}
#slideshow.flexslider .slides li {
  background: #9e7ab7;
}
#slideshow.flexslider .slide-image {
  width: 60.75%;
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-height: 400px;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .slide-image {
    display: block;
    max-height: none;
  }
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .slide-image {
    float: none;
    width: 100%;
  }
}
#slideshow.flexslider .slide-content {
  width: 39%;
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: center;
  color: #ffffff;
  right: 0;
  top: 50%;
  margin: -40px auto auto auto;
  padding: 0;
  position: static;
}
@media only screen and (max-width: 1200px) {
  #slideshow.flexslider .slide-content {
    padding: 0;
    top: 8%;
    transform: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .slide-content {
    display: block;
    margin-top: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .slide-content {
    position: static;
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 767px) {
  #slideshow.flexslider .slide-content {
    padding: 20px 0;
  }
}
#slideshow.flexslider .slide-title {
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  #slideshow.flexslider .slide-title {
    font-size: 36px;
  }
}
#slideshow.flexslider .slide-title span {
  display: block;
}
#slideshow.flexslider .slide-title strong {
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .slide-title {
    float: left;
    margin: 0;
    width: 70%;
    max-width: none;
    padding-right: 24px;
    text-align: center;
  }
  #slideshow.flexslider .slide-title span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #slideshow.flexslider .slide-title {
    font-size: 24px;
    text-align: center;
    float: none;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
}
#slideshow.flexslider p {
  margin: 0 0 2px 0;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider p {
    display: none;
  }
}
#slideshow.flexslider .slide-button {
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Montserrat", "Trebuchet MS", Arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 30px;
  margin: 20px 0 0 0;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .slide-button {
    float: right;
    width: 30%;
    margin: 0;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #slideshow.flexslider .slide-button {
    float: none;
    display: block;
    width: 195px;
    padding: 10px 0;
    margin: 20px auto 0 auto;
  }
}
#slideshow.flexslider .custom-navigation {
  position: absolute;
  right: 0;
  bottom: 40px;
  text-align: center;
  width: 100% !important;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .custom-navigation {
    width: 100% !important;
    height: auto;
  }
}
#slideshow.flexslider .custom-navigation .inner-container {
  position: relative;
}
#slideshow.flexslider .custom-navigation .inner-container .nav-components {
  z-index: 99;
  width: 39%;
  bottom: 20px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .custom-navigation .inner-container .nav-components {
    width: 100%;
  }
}
#slideshow.flexslider .custom-navigation .flex-prev, #slideshow.flexslider .custom-navigation .flex-next {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -999999px;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #slideshow.flexslider .custom-navigation .flex-prev, #slideshow.flexslider .custom-navigation .flex-next {
    display: none;
  }
}
#slideshow.flexslider .custom-navigation .flex-prev {
  background: url("../images/btn-slide-prev.png") no-repeat;
  background-size: cover;
  margin-right: 10px;
}
#slideshow.flexslider .custom-navigation .flex-next {
  background: url("../images/btn-slide-next.png") no-repeat;
  background-size: cover;
  margin-left: 10px;
}
#slideshow.flexslider .custom-navigation .custom-controls-container {
  display: inline-block;
  vertical-align: middle;
}
#slideshow.flexslider .custom-navigation .custom-controls-container ol.flex-control-nav {
  position: static;
}
#slideshow.flexslider .custom-navigation .custom-controls-container ol.flex-control-nav li {
  margin: 10px 10px 0 0;
}
#slideshow.flexslider .custom-navigation .custom-controls-container ol.flex-control-nav li:first-child {
  margin-left: 10px;
}
#slideshow.flexslider .custom-navigation .custom-controls-container ol.flex-control-nav li a {
  background: #000000;
  opacity: 0.2;
}
#slideshow.flexslider .custom-navigation .custom-controls-container ol.flex-control-nav li a.flex-active {
  background: #ffffff;
  opacity: 1;
}
#slideshow.flexslider ul,
#slideshow.flexslider ol {
  list-style: none;
  margin: 0;
}

.cms-home #slideshow.flexslider .inner-container {
  max-width: 1096px;
  margin: 0 auto;
  white-space: nowrap;
  height: 100%;
  width: 100%;
}
.cms-home #slideshow.flexslider .inner-container > * {
  white-space: normal;
}

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

.top-link-checkout{
    display: none !important;
}
.top-link-cart{
    display: none !important;
}

/* reset password + change forgotten password forms style changes  */
.customer-account-changeforgotten .col-main{
    width: 100%;
    max-width: 1146px;
    padding: 0 25px;
    margin: 0 auto;
}
.customer-account-forgotpassword .col-main{
    width: 100%;
    max-width: 1146px;
    padding: 0 25px;
    margin: 0 auto;
}
.customer-account-forgotpassword .main-container form{
    margin-bottom: 20px;
}
.customer-account-changeforgotten .main-container form{
    max-width: 400px;
    margin-bottom: 20px;
}
.customer-account-changeforgotten .fieldset .input-box input.input-text{
    width: 100%;
}

.livechat span {
	color: #e2261c;
}

.livechat {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}
#engraving-suggestions-popup{
	display: none;
	max-width:650px;
	width: 100%;
	height: auto;
}
.engraving-suggestions-block h3 {
    margin-bottom: 20px;
    padding: 20px;
    font: lighter 22px/20px "Lato", Verdana, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background: #4ab8d8;
}
.catalog-product-view .fancybox-close {
    background: url("../images/close-x.png") no-repeat;
    background-color: #4ab8d8;
    border-radius: 50%;
    background-position: center;
}
.engraving-suggestions-block .content {
    padding: 0 20px;
}