@charset "UTF-8";
/* Mint 2 Styles */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

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

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

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

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

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

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

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

.page {
  padding-top: 20px; }

body,
button,
input,
select,
table,
textarea {
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  line-height: 1.7; }

button {
  font-family: "Lato Bold"; }

a {
  color: #3155A5;
  text-decoration: none; }

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

a:focus {
  outline-color: #2e509b;
  color: #0e182f; }

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

img {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }

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

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

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #555555;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #555555;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

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

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

.availability .label {
  display: none; }

.availability .value {
  font-weight: 400; }

.availability.in-stock {
  color: #27CCC0; }

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

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

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

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

/* -------------------------------------------- *
 * 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: #555555;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #555555;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
  .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #A0A0A0; }

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

.block-reorder p.product-name a {
  text-transform: none; }

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; }
    .sidebar .block:not(.block-layered-nav) .block-title {
      padding: 0;
      margin-top: 0;
      border-bottom: none;
      border-top: none;
      margin-bottom: 0; }
      .sidebar .block:not(.block-layered-nav) .block-title > strong {
        margin: 0;
        margin-bottom: 10px;
        color: #555555;
        font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        -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 0px;
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0; }
        .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #3155A5;
          border-right: none;
          left: 10px;
          top: 50%;
          margin-top: -3px; }
    .sidebar .block:not(.block-layered-nav) .block-content {
      padding: 10px;
      margin-top: 0;
      border-width: 0 1px;
      border-style: solid;
      border-color: #CCCCCC; }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC; } }

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none; }

.block-account li,
.block-cms-menu li {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0; }
  .block-account li strong,
  .block-cms-menu li strong {
    font-weight: 600;
    color: #333; }
  .block-account li a,
  .block-cms-menu li a {
    color: #555555; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: #3155A5; }

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

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
.footer .button {
  background: #3155a5;
  display: inline-block;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }
  .button:hover,
  .cart-table .product-cart-actions .button:hover,
  .footer .button:hover {
    background: #2b4b91;
    cursor: pointer; }
  .button:active,
  .cart-table .product-cart-actions .button:active,
  .footer .button:active {
    background: #25417e;
    color: #FFFFFF; }
  .button:focus,
  .cart-table .product-cart-actions .button:focus,
  .footer .button:focus {
    background-color: #25417e;
    outline: none;
    color: #FFFFFF; }

a.button {
  text-decoration: none; }

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

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

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

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

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  text-decoration: underline;
  display: inline-block;
  color: #3155A5;
  font-family: "Lato Bold"; }
  .button2 span:hover,
  .button2 span span:hover {
    text-decoration: none;
    color: #1f376a; }

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

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

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

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

.paypal-or {
  line-height: 40px;
  margin: 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: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right; }
  .buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right; }
  .buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px; }
  .buttons-set 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, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .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, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .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;
  margin: -15px 0 15px; }

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

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

.breadcrumbs a:hover {
  color: #3155A5; }

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

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

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

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  text-align: center;
  /* Hide text */
  position: relative; }

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

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

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

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

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

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

.footer-container {
  max-width: 100%;
  padding: 20px 0px 0px 0px !important; }
  .footer-container .footer {
    max-width: 1260px;
    padding: 30px 30px;
    margin: 0px auto; }

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

.footer-container {
  padding-top: 0px;
  background: #F3F3F3; }

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

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

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

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

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

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

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

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

.col3-layout .col-right {
  width: 10.4166666667%; }

.col3-layout .col-wrapper {
  float: left;
  width: 89.5833333333%; }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 78.9473684211%; }
  .col3-layout .col-wrapper .col-left {
    width: 21.0526315789%; }

@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: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; }
  .col3-layout .col-wrapper {
    float: none;
    width: auto; }
  .col-main {
    float: none;
    width: auto; }
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ } }

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

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

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-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: #3155A5;
  text-align: center;
  margin: 10px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

/* -------------------------------------------- *
 * 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 {
  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: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 {
  text-align: left;
  text-transform: uppercase;
  color: #f84e57;
  border-left: 5px solid #f84e57;
  border-top: 1px solid #f84e57;
  border-right: 1px solid #f84e57;
  border-bottom: 1px solid #f84e57; }

.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 #f84e57;
  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: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }

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

.price-notice {
  color: #A0A0A0; }

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

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

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

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

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

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

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

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

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .item-options:after {
    content: '';
    display: table;
    clear: both; }
  .item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic; }
    .item-options dt:after {
      content: ': '; }
  .item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px; }
  @media only screen and (max-width: 599px) {
    .item-options dd {
      padding-left: 0px; } }

.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 #3155A5;
  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 #3155A5;
    border-top: none;
    left: 97px;
    top: -7px; }

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

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

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

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

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0; }
  .add-to-links a {
    display: inline-block;
    padding: 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; }

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

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

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

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

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

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

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

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

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

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

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

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

.toolbar,
.pager {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #555555;
  line-height: 30px;
  font-size: 12px; }

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

.sorter {
  float: left;
  margin-bottom: 5px;
  color: #777777; }
  .sorter label {
    float: left;
    margin-right: 5px; }
  .sorter select {
    margin: 0px 10px;
    background: #EEEEEE;
    border: 0px; }

@media only screen and (min-width: 979px) {
  .sorter {
    margin-top: 5px; } }

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

.sorter > .view-mode {
  display: none;
  float: right; }
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px; }
  .sorter > .view-mode .grid {
    display: none;
    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 {
  overflow: hidden; }
  .pager > .count-container {
    float: right; }
  .pager .amount {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Lato Semibold";
    color: #434343;
    float: left;
    white-space: nowrap;
    margin: 6px 20px 0 0; }
  .pager .limiter {
    float: left; }
    .pager .limiter > label {
      padding-right: 5px;
      font-size: 13px;
      text-transform: uppercase;
      font-family: "Lato Semibold";
      color: #434343; }
      .pager .limiter > label:after {
        content: ':'; }
    .pager .limiter select {
      padding: 0 15px 0 15px; }
    .pager .limiter .custom-select:before {
      right: 10px; }
      @media only screen and (max-width: 979px) {
        .pager .limiter .custom-select:before {
          top: 50%;
          right: 0;
          transform: translate(25%, -50%); } }
    .pager .limiter .custom-select select {
      height: 30px;
      border: none;
      background-color: #EEEEEE; }
    @media only screen and (min-width: 980px) {
      .pager .limiter .custom-select select {
        height: 41px; } }
  .pager:after {
    clear: both;
    display: table;
    content: ""; }

.pages {
  overflow: hidden;
  margin: 5px auto 0; }
  .pages strong {
    display: none; }

.pages li {
  float: left; }

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

.pages .current,
.pages .current:hover {
  color: #555555;
  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 #3155A5; }

.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 #3155A5;
  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 #1f376a;
  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 #3155A5;
  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 #1f376a;
  border-left: none; }

.per-page {
  display: none; }

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none; }
  .pages {
    float: left; }
  .limiter label {
    display: none; }
  .per-page {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Lato Semibold";
    color: #434343;
    float: right;
    margin-left: 5px;
    display: block; } }

@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%; }
  .col1-layout .pager {
    clear: both;
    position: relative; }
    .col1-layout .pager .pages {
      float: left;
      overflow: visible; }
    .col1-layout .pager .count-container {
      position: absolute;
      top: 0;
      right: 70px; } }

@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%; }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    position: relative;
    overflow: visible; }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
      float: left;
      margin-top: 20px; }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0; }
    .col2-left-layout .pager .amount--has-pages,
    .col2-right-layout .pager .amount--has-pages,
    .col3-layout .pager .amount--has-pages {
      display: none; } }

@media only screen and (max-width: 599px) {
  .col2-left-layout .col-left {
    margin-bottom: 0; }
    .col2-left-layout .col-left .block:last-child {
      border-bottom: 0; } }

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

.pages-container {
  display: flex; }

@media only screen and (max-width: 979px) {
  .pages-container {
    float: left;
    position: relative;
    left: 50%; }
    .pages-container .pages {
      position: relative;
      left: -50%;
      margin-left: 0;
      transform: 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 #3155A5;
    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 #1f376a;
    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 #3155A5;
  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 #1f376a;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

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

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

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

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

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

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

.width-full {
  width: 100%; }

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

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
  /*background: blue;*/ }

.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: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED; }

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #777777;
  -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: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }

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

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

/* -------------------------------------------- *
 * Select
 */
select {
  max-width: 100%;
  height: 40px;
  display: block;
  border: 1px solid #E6E6E6;
  background: #f8f8f8;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 0 0 15px;
  font-size: 14px; }

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

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

.custom-select {
  position: relative; }
  .custom-select:before {
    color: #3155a5;
    font-family: 'FontAwesome';
    font-size: 1.2em;
    width: 2em;
    height: auto;
    text-align: center;
    padding: 0 0.625em;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 3;
    pointer-events: none; }
  .custom-select .custom-select:before {
    display: none; }

.custom-select select::-ms-expand {
  display: none;
  /* to ie 10 */ }

.custom-select select:focus {
  outline: none; }

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */
/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */
:-moz-any(.custom-select):before {
  background-color: #dddddd;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */ }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  max-width: 100%;
  width: 450px;
  padding: 5px; }

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
  font-size: 15px; }
  .input-text:focus {
    border: 1px solid #3155A5; }

.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: 40px;
  padding: 0 8px; }

input[number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%; }
  @media only screen and (max-width: 599px) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text] {
      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: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px; }

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

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

/* -------------------------------------------- *
 * Checkbox And Radio
 */
input[type='checkbox'] {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #888888;
  position: relative;
  cursor: pointer; }

input[type='checkbox']:checked:after {
  content: "\f00c";
  position: absolute;
  width: 18px;
  height: 18px;
  color: #666;
  font-family: 'FontAwesome';
  font-size: 13px;
  top: -2px;
  left: -1px;
  text-align: center; }

.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block; }

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

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

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }

.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%; }

.form-list .input-range .input-text {
  width: 74px; }

.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px; }

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

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

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

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

form .form-instructions {
  font-style: italic;
  font-family: Garamond, Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #A0A0A0; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px; }

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

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

.data-table th {
  background: #F4F4F4;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #444444; }

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

.data-table tbody td,
.data-table tfoot td {
  font-family: "Open Sans Bold", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #444;
  font-size: 13px; }

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

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

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0; }

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent; }

.zebra-table tr {
  background-color: #EEEDED; }

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5; }

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

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%; }

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; }
  .page-header-container {
    position: relative; } }

.header-language-container,
.page-header {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3155A5;
  text-transform: uppercase; }
  .header-language-background .header-language-container {
    max-width: 1200px;
    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: #E6E6E6; }

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none; } }

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px; }
  .logo img {
    max-width: 100%; }
  .logo .small {
    display: block; }
  .logo .large {
    display: none; }

.logo:hover {
  opacity: 0.8; }

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 300px;
    min-height: 90px; }
    .logo .small {
      display: none; }
    .logo .large {
      display: block; } }

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; }

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0; } }

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #555555;
  line-height: 42px;
  text-align: center; }

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

.skip-link:not(.skip-active):hover {
  opacity: 0.8; }

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED; }
  .skip-link:last-child {
    border-right: 0; } }

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

/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit; }
  .skip-link.skip-active span {
    color: inherit; } }

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.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
 */
.skip-link .label {
  display: none; }

@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: #EDEDED; }

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 40px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    color: #555555;
    text-transform: uppercase;
    line-height: 30px; }
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; }
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    text-decoration: none; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  border-left: 1px solid #EDEDED;
  width: 40%; }
  .skip-nav:not(.skip-active):hover {
    text-decoration: none; }
    .skip-nav:not(.skip-active):hover .icon {
      background-position: -44px 4px; }

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

.skip-nav {
  padding: 0 5px; }
  .skip-nav .lines {
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    position: relative;
    width: 22px;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 5px; }
    .skip-nav .lines .line {
      display: block;
      width: 100%;
      height: 4px;
      background-color: #3155a5;
      transition: .3s;
      margin: 3px 0; }
  .skip-nav.skip-active .lines {
    padding-top: 13px; }
    .skip-nav.skip-active .lines .line {
      width: 23px; }
      .skip-nav.skip-active .lines .line:nth-child(2) {
        display: none; }
      .skip-nav.skip-active .lines .line:first-child {
        transform-origin: 25% 60%;
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: 25% 60%;
        -webkit-transform: rotate3d(0, 0, 1, 45deg); }
      .skip-nav.skip-active .lines .line:last-child {
        transform-origin: 32% 60%;
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 32% 60%;
        -webkit-transform: rotate3d(0, 0, 1, -45deg); }
  .skip-nav.skip-active .label {
    color: #3155a5;
    content: 'Close'; }

@media only screen and (max-width: 479px) {
  .skip-nav {
    padding: 0; }
    .skip-nav .lines {
      float: none;
      margin: 0 auto;
      display: block; }
    .skip-nav .label {
      display: none; } }

@media only screen and (min-width: 320px) {
  .skip-nav, .skip-link {
    width: 25%; }
  .skip-nav .icon {
    margin-right: 0; }
  .skip-nav .label {
    text-transform: uppercase;
    font-weight: bold; } }

.wine-club-mobile {
  display: none; }

@media only screen and (max-width: 599px) {
  .wine-club-mobile {
    display: block;
    background: #b72424;
    text-align: center; }
  .wine-club-mobile a {
    text-transform: uppercase;
    font-weight: bold; }
  .wine-club-desk {
    display: none; } }

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

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0; } }

@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
    background: #3155A5; } }

/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px; } }

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #fff;
  line-height: 30px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

.nav-primary li {
  position: relative; }

.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
  color: #636363; }
  .nav-primary li.level1 a:hover {
    color: #3155A5; }

.nav-primary li.level2 a:hover {
  color: #3155A5; }

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

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 40px; }
  .nav-primary li.level0 ul {
    display: none; }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px; }
  .nav-primary li.level1 a {
    padding: 0; }
    .nav-primary li.level1 a span {
      margin-left: 30px; }
  .nav-primary .column-cat-view-all {
    margin-left: 30px; }
  .nav-primary li.parent > a {
    display: block !important; }
    .nav-primary li.parent > a .arrow {
      pointer-events: all;
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative;
      float: left; }
      .nav-primary li.parent > a .arrow:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #3155a5;
        border-right: none;
        top: 50%;
        left: 15px;
        right: auto;
        margin-top: -5px; }
    .nav-primary li.parent > a span {
      display: list-item;
      margin-left: 40px; }
  .nav-primary li.parent.sub-menu-active > a .arrow:after,
  .nav-primary li.parent.menu-active > a .arrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3155a5;
    border-bottom: none;
    top: 55%;
    left: 10px;
    right: auto;
    margin-top: -5px; }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3155A5; }
  .nav-primary a.column-cat-view-all {
    color: #999;
    padding-left: 30px;
    text-decoration: underline; }
  ol.nav-primary:after {
    display: none; } }

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* 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 a.level0 {
      padding: 15px 25px; }
    .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: #fff; }
    .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: 0;
      top: 30px;
      /* Height of ".nav-primary a.level0" */
      z-index: 10;
      width: 250px;
      padding-left: 10px;
      padding-right: 10px;
      display: none;
      /* Hide until displayed. */
      top: 60px; }
    .nav-primary li.level1 ul {
      left: 60px;
      top: 30px; }
    .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 */ } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -145px; }

.skip-search .icon {
  background-position: 4px -145px; }

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

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

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0; } }

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0; }

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none; }

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px; }

#search_mini_form .search-button:hover:before {
  opacity: 0.8; }

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px; }

.skip-account .icon {
  background-position: 4px -44px; }

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px; }
  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px; }
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #555555;
    line-height: 2; }
  #header-account a:hover {
    color: #3155A5; } }

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

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

#header-account a:hover {
  color: #3155A5; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px; }

.skip-cart .icon {
  background-position: 0px -95px; }

@media only screen and (min-width: 771px) {
  .skip-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 10px; }
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white; } }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(49, 85, 165, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif; }
  @media only screen and (max-width: 770px) {
    .skip-cart .count {
      right: 14px; } }
  @media only screen and (max-width: 599px) {
    .skip-cart .count {
      right: 0px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer-bottom {
  background: #3155A5;
  width: 100%;
  text-align: left;
  color: #ffffff;
  position: relative;
  content: '';
  display: table;
  clear: both; }
  .footer-bottom address {
    width: 100%;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 12px;
    max-width: 1260px;
    margin: 0 auto; }

.footer-back-top {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: none;
  border: 0px; }

.icon-up {
  background: #DDDDDD;
  font-size: 18px;
  padding: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px; }

.footer,
.footer button {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  /* -------------------------------------------- *
     * Social icons
     */ }
  @media only screen and (max-width: 479px) {
    .footer {
      padding-top: 15px; } }
  .footer .block-title {
    border-bottom: 0;
    padding: 3px 0; }
  .footer .block-title strong {
    font-weight: normal; }
  .footer .block-title,
  .footer address {
    color: #3155A5; }
  .footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px; }
    .footer .links li {
      word-break: break-all;
      line-height: 1.4;
      padding: 4px 0; }
    .footer .links a {
      color: #555555; }
      .footer .links a:hover {
        color: #3155A5; }
  .footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px; }
  .footer .links,
  .footer .block-subscribe {
    font-size: 12px; }
  .footer .form-subscribe-header {
    display: none; }
  .footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px; }
  @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) {
    .footer .links.social-media em {
      background-image: url(../images/social_icons@2x.png);
      background-size: 50px 125px; } }
  .footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px; }
  .footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px; }
  .footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px; }
  .footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px; }
  .footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px; }
  .footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px; }
  .footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px; }
  .footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px; }
  .footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px; }
  .footer .links.social-media a:hover em.rss {
    background-position: -25px -99px; }
  .footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0; }
  .footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
  .footer .block-subscribe .block-content {
    padding-top: 7px; }
    .footer .block-subscribe .block-content:after {
      content: '';
      display: table;
      clear: both; }
  .footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0; }
  .footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left; }
  .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; }
  @media only screen and (max-width: 1199px) {
    .footer .links {
      width: 22.65625%;
      padding-right: 0;
      margin-right: 3.125%; }
    .footer .links:nth-child(4) {
      margin-right: 0; }
    .footer .block-subscribe {
      clear: both;
      float: none;
      margin: 0 auto 30px auto; } }
  @media only screen and (max-width: 770px) {
    .footer .form-language,
    .footer .currency-switcher {
      display: 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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none; }

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

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3; }
  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a,
  p.product-name a {
    color: #555555;
    text-transform: uppercase; }
    h2.product-name a:hover,
    h3.product-name a:hover,
    h4.product-name a:hover,
    h5.product-name a:hover,
    p.product-name a:hover {
      color: #3155A5;
      text-decoration: none; }

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .products-grid .product-name a,
  .products-list .product-name a {
    font-weight: 500; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.products-grid .product-image {
  margin-bottom: 5px; }

@media only screen and (max-width: 479px) {
  .products-grid > li {
    float: none;
    width: 100%;
    margin-right: 0; } }

@media only screen and (min-width: 771px) {
  /* 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.7037037037%; }
    .products-grid > li {
      width: 30.8641975309%;
      margin-right: 3.7037037037%; }
    .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) {
  /*Added by SZ Lero9 - 2 and 3 col grids*/
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-2-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-2-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-2-col > li:nth-child(even),
  .products-grid--max-2-col > li:nth-child(3n) {
    margin-right: 2.2222222222%; }
  /* Set column config */
  .products-grid--max-2-col > li {
    margin-right: 2.2222222222%; }
  .products-grid--max-2-col > li {
    width: 48.8888888889%;
    margin-right: 2.2222222222%; }
  .products-grid--max-2-col > li:nth-child(2n+1) {
    clear: left; }
  .products-grid--max-2-col > li:nth-child(2n) {
    margin-right: 0; }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-3-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-3-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-3-col > li:nth-child(even),
  .products-grid--max-3-col > li:nth-child(3n) {
    margin-right: 2.2222222222%; }
  /* Set column config */
  .products-grid--max-3-col > li {
    margin-right: 2.2222222222%; }
  .products-grid--max-3-col > li {
    width: 31.8518518519%;
    margin-right: 2.2222222222%; }
  .products-grid--max-3-col > li:nth-child(3n+1) {
    clear: left; }
  .products-grid--max-3-col > li:nth-child(3n) {
    margin-right: 0; }
  /**/
  /* 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.2222222222%; }
  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.2222222222%; }
  .products-grid--max-4-col > li {
    width: 23.3333333333%;
    margin-right: 2.2222222222%; }
  .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.2222222222%; }
  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.2222222222%; }
  .products-grid--max-5-col > li {
    width: 18.2222222222%;
    margin-right: 2.2222222222%; }
  .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.2222222222%; }
  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.2222222222%; }
  .products-grid--max-6-col > li {
    width: 14.8148148148%;
    margin-right: 2.2222222222%; }
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left; }
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0; } }

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .products-list > li:after {
      content: '';
      display: table;
      clear: both; }
    .products-list > li .product-image {
      float: left;
      width: 33.3333333333%; }
      .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.6666666667%;
  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: 26px; }
  .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 .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: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -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 0px;
  position: relative;
  cursor: pointer; }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3155A5;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }

.block-layered-nav .block-content .toggle-tabs {
  display: none; }

.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -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 0px;
  position: relative;
  display: block; }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3155A5;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }

.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0; }

.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: 0px;
    display: block; }
  .block-layered-nav dl dd ol > li > a .count {
    color: #A0A0A0; }

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

@media only screen and (max-width: 770px) {
  .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: #3155A5; }
      .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 #3155A5;
        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 #3155A5;
      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: #3155A5;
    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: #2b4b91;
      color: #FFFFFF; }
    .block-layered-nav .block-subtitle--filter.active:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #FFFFFF;
      border-bottom: none;
      right: 10px;
      top: 50%;
      margin-top: -3px; }
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0; }
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px; }
  .block-layered-nav dl ol > li > a {
    color: #555555;
    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: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px; }

.block-layered-nav .currently ol li {
  margin-bottom: 5px; }
  .block-layered-nav .currently ol li .label {
    font-weight: bold; }
  .block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both; }

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left; }

.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px; }

.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both; }

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3155A5;
  margin-bottom: 10px;
  border: 0; }

.product-view .product-shop {
  width: 50%;
  float: right; }
  .product-view .product-shop .product-name {
    display: none;
    float: left; }
  .product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px; }
  .product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left; }
  .product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right; }
  .product-view .product-shop .extra-info,
  .product-view .product-shop .price-info {
    max-width: 50%;
    margin-bottom: 10px; }
  .product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both; }
  .product-view .product-shop .ratings {
    margin-bottom: 8px; }
  .product-view .product-shop .availability {
    font-size: 16px; }
  .product-view .product-shop .price-box {
    margin-top: 0; }
    .product-view .product-shop .price-box .old-price,
    .product-view .product-shop .price-box .special-price,
    .product-view .product-shop .price-box .regular-price {
      padding-right: 0;
      line-height: 1.2; }
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price {
      color: #3155A5;
      font-size: 24px; }
    .product-view .product-shop .price-box .special-price .price-label {
      font-size: 16px; }
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
      display: block;
      line-height: 1.2; }
      .product-view .product-shop .price-box .price-excluding-tax .label,
      .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
        font-weight: 300; }
      .product-view .product-shop .price-box .price-excluding-tax .price,
      .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px; }

.product-view .old-price .price-label {
  display: none; }

.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right; }

.product-view .pdf-print button {
  background: none;
  border: none; }
  .product-view .pdf-print button span.text {
    font-size: 13px;
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 10px; }
  .product-view .pdf-print button span.icon {
    font-size: 10px;
    text-align: center;
    line-height: 3px;
    padding: 0 9px;
    font-weight: bold;
    position: relative;
    padding-top: 43px;
    display: block;
    width: 38px;
    float: left; }
    .product-view .pdf-print button span.icon i {
      color: #e41e43;
      font-size: 24px;
      display: block;
      width: 29px;
      position: absolute;
      top: 10px;
      left: 4px; }

@media only screen and (max-width: 770px) {
  .product-view .pdf-print {
    margin-top: 15px;
    background-color: #f8f8f8;
    padding: 10px; } }

@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: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px; } }

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

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

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

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

.product-image-thumbs li {
  display: inline-block; }

.product-image-thumbs li:first-child {
  margin-left: -1px; }

.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent; }

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

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

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

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

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

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

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

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

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

#bundle-product-wrapper:after, .product-options:after {
  content: '';
  display: table;
  clear: both; }

#bundle-product-wrapper .option-inner, .product-options .option-inner {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  padding: 2.3576515979%;
  margin-bottom: 15px; }
  #bundle-product-wrapper .option-inner:last-child, .product-options .option-inner:last-child {
    margin-right: 0; }
  #bundle-product-wrapper .option-inner:first-child, .product-options .option-inner:first-child {
    border-right: 1px solid #EDEDED; }
  @media only screen and (max-width: 479px) {
    #bundle-product-wrapper .option-inner, .product-options .option-inner {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      #bundle-product-wrapper .option-inner:last-child, .product-options .option-inner:last-child {
        margin-right: 0; } }
  #bundle-product-wrapper .option-inner dt, .product-options .option-inner dt {
    text-align: left; }
  #bundle-product-wrapper .option-inner .options-list .label label, .product-options .option-inner .options-list .label label {
    text-align: left; }

#bundle-product-wrapper .product-name, .product-options .product-name {
  margin-bottom: 15px; }

#bundle-product-wrapper .aw-acp-btn-container, .product-options .aw-acp-btn-container {
  margin-top: 20px; }

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

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

.box-collateral {
  clear: both; }

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative; }
    .product-collateral .toggle-tabs li {
      float: left;
      border-right: 1px solid #DDDDDD;
      border-left: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      text-transform: uppercase;
      background: #EEEEEE;
      position: relative; }
      .product-collateral .toggle-tabs li:before {
        width: 100%;
        height: 1px;
        background: #DDDDDD;
        display: block;
        content: '';
        position: absolute; }
      .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 30px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        font-size: 12px;
        position: relative; }
      .product-collateral .toggle-tabs li:hover:before {
        height: 3px; }
    .product-collateral .toggle-tabs li.current {
      background: #F9F9F9;
      border-bottom: 1px solid #F9F9F9; }
      .product-collateral .toggle-tabs li.current:before {
        background: #55B3D9;
        height: 3px; }
      .product-collateral .toggle-tabs li.current > span {
        background: none;
        z-index: 5; }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
      color: #3155A5; }
    .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: 770px) {
  .product-collateral .toggle-tabs {
    display: none; }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #555555;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -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 0px;
    position: relative;
    display: block; }
    .product-collateral > dl > dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #3155A5;
      border-bottom: none;
      left: 10px;
      top: 50%;
      margin-top: -3px; }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0; }
  .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: #3155A5; }
    .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 #3155A5;
      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 #3155A5;
    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: 770px) {
  .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: 771px) {
  .product-view .product-shop .product-name {
    display: block;
    width: 100%; }
  .product-img-box .product-name {
    display: none; } }

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

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

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0; }
  #product-attribute-specs-table th {
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0; }

/* -------------------------------------------- *
 * 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: #3155A5;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

.grouped-items-table .qty-wrapper {
  padding-top: 7px; }

.grouped-items-table .qty-label {
  margin-left: 7px; }

.grouped-items-table td {
  padding: 4px; }

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

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

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

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

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

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

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

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

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px; }

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

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

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

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

.product-options dd .time-picker {
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px; }

.block-related .block-title {
  border-bottom: none; }
  .block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #555555;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin-bottom: 0; }

.block-related .block-subtitle {
  margin-bottom: 7px; }

.block-related .product {
  margin-left: 20px;
  position: relative; }

.block-related .checkbox {
  float: left;
  margin-top: 36px; }

.block-related .product-details {
  margin-left: 90px; }

.block-related .product-name {
  margin-bottom: 3px; }

.block-related .product-details .price-box {
  margin: 2px 0 3px; }
  .block-related .product-details .price-box a,
  .block-related .product-details .price-box p,
  .block-related .product-details .price-box span {
    float: left;
    margin-left: 3px; }
    .block-related .product-details .price-box a:first-child,
    .block-related .product-details .price-box p:first-child,
    .block-related .product-details .price-box span:first-child {
      margin-left: 0; }
  .block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both; }

.block-related .link-wishlist {
  display: none; }

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px; }
  .box-up-sell .ratings {
    display: none; }

.bundle-per-pack {
  display: inline-block;
  margin-left: 2px; }

.catalog-product-view .bundle-per-pack {
  margin-left: 5px; }

.products-list .item-price-label {
  display: inline-block;
  margin-left: 2px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right; }

.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: 771px) {
    .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: 770px) {
    .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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 100%; }

.cart-forms,
.cart-totals-wrapper {
  width: 60%;
  float: left;
  padding-left: 20px; }

.cart-forms {
  background: #FAFAFA;
  padding: 20px 10px;
  border-top: 5px solid #EDEDED;
  border-bottom: 5px solid #EDEDED;
  margin-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .cart-forms {
      padding: 20px 10px 0; } }

.cart-totals-wrapper {
  background: #FAFAFA;
  padding: 15px 10px 0;
  width: 39%;
  float: right;
  min-height: 246px;
  margin-left: 2px;
  border-top: 5px solid #EDEDED;
  border-bottom: 5px solid #EDEDED; }

.cart-forms .shipping {
  margin-bottom: 0; }

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

.cart-forms .discount {
  padding: 7.8px 10px 10px 10px; }

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard {
  margin-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .cart-table,
    .cart-totals,
    .cart-forms .discount,
    .cart-forms .giftcard {
      margin-bottom: 10px; } }

.crosssell {
  float: left;
  clear: none; }

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

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0; }

.display-both-prices .cart-totals-wrapper {
  padding-left: 10px;
  position: relative; }

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper {
  width: 100%; }

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

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

@media only screen and (max-width: 599px) {
  .cart-totals-wrapper {
    border-top: none; }
  .cart-forms {
    margin-bottom: 0; } }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px; }
  .cart .page-title:after {
    content: '';
    display: table;
    clear: both; }
  .cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px; }
  @media only screen and (max-width: 479px) {
    .cart .page-title h1 {
      float: none;
      text-align: center;
      margin-bottom: 15px; } }

.checkout-types {
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */ }
  .checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px; }
    .checkout-types li:after {
      content: '';
      display: table;
      clear: both; }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
    .checkout-types li .btn-checkout {
      max-width: 235px;
      width: 100%;
      display: block;
      line-height: 40px;
      float: right;
      padding: 0; }
      .checkout-types li .btn-checkout.disbled, .checkout-types li .btn-checkout:disabled {
        color: #000; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: 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; }
  @media only screen and (max-width: 479px) {
    .checkout-types.top {
      clear: both; }
      .checkout-types.top li .btn-checkout {
        float: none;
        margin: 0 auto;
        max-width: 100%; }
    .checkout-types.bottom li .btn-checkout {
      max-width: 100%; } }

.btn-checkout {
  margin-bottom: 7px;
  padding: 10px 25px; }

.btn-continue {
  background: #555555;
  display: inline-block;
  padding: 5px 25px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  float: left; }
  .btn-continue span span {
    color: #fff;
    text-decoration: none; }

.btn-update {
  line-height: 40px; }

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

.case-price-cart-message {
  background: #f4f4f4;
  border-left: 5px solid #f84e57;
  border-top: 1px solid #f84e57;
  border-right: 1px solid #f84e57;
  border-bottom: 1px solid #f84e57;
  padding: 7px 10px 7px 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: left; }
  .case-price-cart-message:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f84e57;
    border-right: none;
    top: 50%;
    left: 0;
    margin-top: -6px; }

.case-price-cart-message label {
  text-align: left;
  text-transform: uppercase;
  color: #f84e57; }

.case-price-cart-message label b:nth-child(1) {
  text-decoration: underline; }

.case-price-success {
  border-left: 5px solid #3155A5;
  border-top: 1px solid #3155A5;
  border-right: 1px solid #3155A5;
  border-bottom: 1px solid #3155A5; }
  .case-price-success:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #3155A5;
    border-right: none; }
  .case-price-success label {
    color: #3155A5; }

.cart-table {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table th,
  .cart-table td,
  .cart-table tbody td {
    border-bottom: none;
    vertical-align: middle; }
  .cart-table h2 {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0; }
    .cart-table h2 a {
      font-weight: bold;
      font-size: 13px;
      color: #333; }
  .cart-table thead th,
  .cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions {
    padding-left: 15px; }
  .cart-table tr {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED; }
  .cart-table thead tr.first.last {
    border-width: 4px; }
  .cart-table tfoot tr {
    background: none;
    border-bottom-width: 4px; }
  .cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both; }
  .cart-table tfoot td.cart-footer-actions {
    padding: 20px 0; }
    .cart-table tfoot td.cart-footer-actions .btn-continue {
      background: #fff;
      border: 1px solid #555; }
      .cart-table tfoot td.cart-footer-actions .btn-continue span {
        color: #555; }
      .cart-table tfoot td.cart-footer-actions .btn-continue:hover {
        background: #eee; }
  @media only screen and (max-width: 599px) {
    .cart-table tfoot td.cart-footer-actions {
      padding: 10px 0 10px; } }
  .cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: none; }
  .cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0; }
    .cart-table .product-cart-image a {
      border: 2px solid #cdcdcd; }
    .cart-table .product-cart-image .product-image img {
      max-width: 100%;
      width: 100%; }
    .cart-table .product-cart-image a.cart-edit {
      display: none; }
  .cart-table .product-cart-sku {
    font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    margin: 5px 0 12px; }
    .cart-table .product-cart-sku .label {
      font-weight: 600; }
  .cart-table .btn-empty {
    float: left; }
  .cart-table .product-cart-total,
  .cart-table .product-cart-price {
    text-align: center;
    vertical-align: middle; }
    .cart-table .product-cart-total .price,
    .cart-table .product-cart-price .price {
      font-weight: 600; }
  .cart-table .item-remove {
    width: 30px;
    text-align: right; }
    .cart-table .item-remove a {
      width: 22px; }
  .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 #3155A5;
      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 #3155A5;
      border-bottom: none;
      right: -15px;
      top: 6px; }
  .cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px; }
    .cart-table .cart-links > li > a {
      display: block; }
    .cart-table .cart-links > li:last-child {
      margin-bottom: 0; }
  .cart-table .product-cart-actions {
    max-width: 80px;
    width: 105px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding-top: 20px; }
    .cart-table .product-cart-actions .qty {
      height: 30px;
      border-color: #C0C0C0;
      border-radius: 0;
      margin-bottom: 10px;
      text-align: center;
      width: 3em;
      display: block;
      float: left; }
    .cart-table .product-cart-actions .button {
      margin-bottom: 5px;
      font-size: 11px !important;
      padding: 4px 9px !important;
      float: right; }
    .cart-table .product-cart-actions .cart-links li a {
      line-height: 30px;
      margin-left: 10px;
      clear: right; }
    @media only screen and (max-width: 979px) {
      .cart-table .product-cart-actions {
        width: auto; } }
    @media only screen and (max-width: 770px) {
      .cart-table .product-cart-actions .qty, .cart-table .product-cart-actions .button {
        float: none; }
      .cart-table .product-cart-actions .qty {
        display: inline-block; }
      .cart-table .product-cart-actions .cart-links li a {
        margin-left: 0; } }
    @media only screen and (max-width: 599px) {
      .cart-table .product-cart-actions {
        max-width: 170px; } }
  .cart-table .product-cart-actions input[type="text"].qty + .button.btn-update {
    display: none; }
  .cart-table tbody td .item-options {
    padding-left: 15px; }
    @media only screen and (max-width: 479px) {
      .cart-table tbody td .item-options {
        padding-left: 0;
        margin-left: 0; } }

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

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

@media only screen and (max-width: 599px) {
  .cart-table {
    margin-bottom: 0; }
    .cart-table colgroup, .cart-table thead {
      display: none; }
    .cart-table tr {
      display: block;
      margin-bottom: 10px;
      padding-bottom: 10px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .cart-table tr:after {
        content: '';
        display: table;
        clear: both; }
      .cart-table tr:last-child {
        margin-bottom: 0; }
    .cart-table tfoot tr {
      padding-bottom: 0; }
      .cart-table tfoot tr.last {
        border-bottom: 0; }
    .cart-table td {
      border: none;
      display: block; }
      .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px; }
        .cart-table td[data-rwd-label] .price {
          font-weight: normal; }
        .cart-table td[data-rwd-label]:before {
          content: attr(data-rwd-label) ":";
          font-size: 12px;
          font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
          padding-right: 5px; }
      .cart-table td.product-cart-price {
        text-align: left; }
    .cart-table h2 {
      font-size: 12px; }
    .cart-table .cart-links {
      padding-top: 5px; }
      .cart-table .cart-links > li {
        white-space: normal;
        text-align: center; }
        .cart-table .cart-links > li > a {
          padding: 2px 0px; }
    .cart-table .cart-tax-info {
      font-style: normal;
      padding-left: 15px;
      font-size: 13px; }
      .cart-table .cart-tax-info .price {
        font-size: 13px; }
    .cart-table .product-cart-image {
      width: 25%;
      float: left;
      padding-bottom: 0; }
      .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center; } }
    @media only screen and (max-width: 599px) and (max-width: 599px) {
      .cart-table .product-cart-image .cart-links li a {
        border: 0; } }

@media only screen and (max-width: 599px) {
    .cart-table .item-remove {
      float: right; }
    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
      float: left;
      width: 75%; }
    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
      padding-bottom: 0;
      padding-top: 0;
      float: right; }
    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
      display: none; }
    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
      display: block; }
    .cart-table .product-cart-info .btn-remove {
      float: right;
      margin: -4px 0px 2px 7px; }
    .cart-table .product-cart-info .product-cart-sku {
      margin-bottom: 5px; }
    .cart-table .product-cart-actions {
      text-align: left; }
      .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
        margin-top: 3px; }
    .cart-table .price,
    .cart-table .product-cart-price:before {
      font-weight: 500;
      font-size: 15px;
      font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif; }
    .cart-table .cart-footer-actions {
      text-align: center;
      width: 100%; }
      .cart-table .cart-footer-actions #empty_cart_button {
        float: right; }
      .cart-table .cart-footer-actions .btn-update,
      .cart-table .cart-footer-actions span.or {
        display: none; }
      .cart-table .cart-footer-actions .btn-update span {
        font-size: 13px;
        color: #3155a5; }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }

@media only screen and (max-width: 599px) {
  .cart-table tr {
    margin-bottom: 0; }
    .cart-table tr:last-child {
      border-top: 0;
      margin-bottom: 10px; } }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px; }

.shipping .custom-select {
  width: 100%; }

.shipping select {
  background: #EEEEEE;
  border: 1px solid #999; }

.shipping select.validation-failed {
  border-color: #FF0000; }

.shipping .shipping-desc {
  font-size: 12px;
  margin-bottom: 5px; }

.shipping .buttons-set {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 0;
  border-top: none; }
  .shipping .buttons-set .button {
    background: #555555;
    display: inline-block;
    padding: 10px 25px;
    border: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 0; }
    .shipping .buttons-set .button:hover {
      background: #222222; }

.shipping .form-list {
  width: 49%;
  display: inline-block;
  vertical-align: middle; }
  .shipping .form-list:after {
    content: '';
    display: table;
    clear: both; }
  .shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
    width: 100%; }
  .shipping .form-list .shipping-country .input-box {
    width: 100%; }
  .shipping .form-list .shipping-region .input-box {
    width: 100%; }
  .shipping .form-list .shipping-postcode {
    margin-right: 0; }
    .shipping .form-list .shipping-postcode label {
      display: block; }
    .shipping .form-list .shipping-postcode .input-box {
      width: 30%;
      float: left; }
      .shipping .form-list .shipping-postcode .input-box input {
        margin-top: 4px;
        border: 1px solid #999; }
    .shipping .form-list .shipping-postcode .buttons-set {
      float: right;
      clear: right; }
      .shipping .form-list .shipping-postcode .buttons-set .button {
        margin-top: 4px;
        width: 100%;
        padding: 10px 15px;
        background: #fff;
        color: #555;
        border: 1px solid #555; }
        .shipping .form-list .shipping-postcode .buttons-set .button span {
          color: #555; }
        .shipping .form-list .shipping-postcode .buttons-set .button:hover {
          background: #eee; }
  .shipping .form-list .input-box {
    padding-top: 0;
    position: relative; }
  .shipping .form-list input {
    height: 40px;
    margin-top: 4px;
    background: #E6E6E6; }
  .shipping .form-list label {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #444; }

.shipping dl.sp-methods {
  width: 50%; }

.shipping #co-shipping-method-form .sp-methods {
  padding: 10px 0 0;
  text-align: left;
  float: right;
  width: 50%; }
  @media only screen and (max-width: 770px) {
    .shipping #co-shipping-method-form .sp-methods {
      width: 100%;
      float: left; } }
  .shipping #co-shipping-method-form .sp-methods dd {
    margin-bottom: 10px; }
  .shipping #co-shipping-method-form .sp-methods label {
    font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    min-width: 100px; }
    .shipping #co-shipping-method-form .sp-methods label span {
      font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }

.shipping #co-shipping-method-form .sp-methods dd label {
  min-width: 220px; }
  .shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: gainsboro; }

@media only screen and (max-width: 599px) {
  .shipping h2 {
    margin: 0;
    padding: 10px 0; } }

@media only screen and (max-width: 380px) {
  .shipping .shipping-postcode .buttons-set {
    width: 100%; } }

@media only screen and (min-width: 979px) {
  .shipping .shipping-postcode .buttons-set {
    width: 100%; } }

@media only screen and (max-width: 380px) {
  .shipping #co-shipping-method-form .buttons-set {
    width: 100%; } }

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    display: inline-block; }
    .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-forms .custom-select:before, #checkoutSteps .custom-select:before {
  height: 40px;
  line-height: 40px;
  top: 4px; }

.cart .cart-totals {
  text-align: right; }
  .cart .cart-totals:after {
    content: '';
    display: table;
    clear: both; }
  .cart .cart-totals table {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%; }
    .cart .cart-totals table td {
      padding: 7px 0px;
      font-size: 14px; }
    .cart .cart-totals table td:first-child {
      padding-right: 10px;
      min-width: 120px;
      font-size: 13px;
      text-transform: uppercase; }
    .cart .cart-totals table tbody {
      /*border-top: 1px solid $caros-grey-50;*/ }
      .cart .cart-totals table tbody tr {
        border-bottom: 1px solid #bbbbbb; }
    .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 #BBBBBB;
      border-bottom: 1px solid #555555; }
      .cart .cart-totals table tfoot td {
        font-size: 24px;
        text-transform: uppercase;
        padding: 10px 0;
        vertical-align: top; }
        .cart .cart-totals table tfoot td:first-child {
          font-size: 24px; }
      .cart .cart-totals table tfoot strong span {
        line-height: 41px; }
      .cart .cart-totals table tfoot strong span,
      .cart .cart-totals table tfoot span.price {
        font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif; }
      .cart .cart-totals table tfoot strong {
        font-weight: 400; }

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

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

.discount-form span.text {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block; }

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

#discount-coupon-form,
.cart .giftcard {
  width: 49%;
  float: left; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form label,
  .cart .giftcard label {
    font-family: inherit;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
    text-align: left;
    min-width: 105px;
    display: block;
    margin-right: 10px; }
  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper {
    display: block;
    width: 90%; }
  #discount-coupon-form .validation-advice,
  .cart .giftcard .validation-advice {
    display: inline; }
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
    float: left;
    margin-top: 5px; }
    #discount-coupon-form .button-wrapper > button,
    .cart .giftcard .button-wrapper > button {
      background: #fff;
      display: inline-block;
      border: 1px solid #555 !important;
      padding: 5px 25px;
      border: 0;
      color: #555;
      font-size: 15px;
      font-weight: normal;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
      white-space: nowrap;
      text-decoration: none; }
      #discount-coupon-form .button-wrapper > button span,
      .cart .giftcard .button-wrapper > button span {
        color: #555;
        text-decoration: none;
        font-family: "Lato Bold"; }
      #discount-coupon-form .button-wrapper > button:hover,
      .cart .giftcard .button-wrapper > button:hover {
        background: #eee; }
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    border-radius: 0;
    height: 40px;
    background: #ffffff;
    border: 1px solid #999;
    margin: 4px 0 0 0;
    width: 90%; }
  @media only screen and (max-width: 599px) {
    #discount-coupon-form .input-text,
    .cart .giftcard .input-text {
      width: 62%; }
      #discount-coupon-form .input-text .button-wrapper,
      .cart .giftcard .input-text .button-wrapper {
        float: none; } }
  @media only screen and (max-width: 770px) {
    #discount-coupon-form,
    .cart .giftcard {
      width: 100%; }
      #discount-coupon-form .button-wrapper,
      .cart .giftcard .button-wrapper {
        float: none; } }

.shipping .shipping-form .buttons-set {
  float: right; }

.shipping-form .button-wrapper {
  display: inline-block;
  vertical-align: bottom; }
  .shipping-form .button-wrapper > button {
    background: #777777;
    display: inline-block;
    padding: 5px 25px;
    border: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none; }
    .shipping-form .button-wrapper > button span {
      color: #FFFFFF;
      text-decoration: none; }
    .shipping-form .button-wrapper > button:hover {
      background: #444444; }
      .shipping-form .button-wrapper > button:hover span {
        color: #fff; }

.shipping-form select {
  width: 100%; }

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

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3155A5;
  font-size: 16px; }

.crosssell .btn-cart {
  background: none;
  color: #3155a4;
  padding: 0;
  border: 0;
  font-family: "open_sanssemibold";
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 5px; }

.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none; }

@media only screen and (min-width: 770px) {
  .crosssell {
    width: 60%; }
    .crosssell > li {
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; }
      .crosssell > li:nth-child(odd) {
        clear: none; }
    .crosssell .product-details {
      padding: 0 15px 10px;
      min-height: 135px; }
      .crosssell .product-details .product-name a {
        font-size: 13px; }
  .cart-footer-actions .button2 {
    text-decoration: none; }
    .cart-footer-actions .button2 span span {
      text-transform: uppercase;
      text-decoration: none; }
  .cart-footer-actions .btn-empty span span {
    line-height: 39px; }
  .cart-footer-actions .btn-continue span span {
    color: #fff; } }

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

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list {
    width: 100%; }
  .shipping .shipping-form .buttons-set .button {
    margin-top: 5px;
    margin-left: 0; } }

@media only screen and (max-width: 599px) {
  .btn-continue {
    float: left;
    display: block;
    width: 100%; }
  .crosssell {
    width: 100%;
    /* Undo three-column config */ }
    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
      width: 100%;
      margin-right: 0; }
      .crosssell .products-grid > li:nth-child(even) .product-details,
      .crosssell .products-grid > li:nth-child(3n) .product-details,
      .crosssell .products-grid > li .product-details {
        padding: 0 15px 10px; }
    .crosssell .products-grid > li:nth-child(3n) {
      margin-right: 0; }
    .crosssell .products-grid > li:nth-child(odd) {
      clear: none; }
  .head-multifees {
    margin: 0px;
    padding: 10px 0;
    border-top: 1px solid #555; }
  .cart-totals-wrapper .cart-totals {
    padding: 10px 10px 0px 10px; }
  .cart-totals-wrapper .checkout-types.bottom li {
    margin-bottom: 2px; }
  .checkout-cart-index .main-container {
    padding: 15px 15px 8px 15px; } }

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.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: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; }
  .checkout-onepage-index .col-right {
    padding-left: 0; } }

.opc select {
  width: 365px; }

.dps-text {
  margin-bottom: 15px; }

.dps-logos {
  margin: 10px 0; }
  .dps-logos:after {
    content: '';
    display: table;
    clear: both; }
  .dps-logos img {
    height: 33px;
    float: left;
    margin-right: 10px; }

.order-review .monkey-general-list .listdata {
  float: left;
  position: relative;
  padding-right: 30px; }
  .order-review .monkey-general-list .listdata input {
    right: 0;
    top: 3px;
    position: absolute; }

@media only screen and (max-width: 479px) {
  .order-review .monkey-general-list .listdata {
    margin-bottom: 10px; } }

#checkout-review-submit .buttons-set button.button {
  text-transform: capitalize;
  font-size: 26px;
  max-width: 270px;
  line-height: 66px;
  letter-spacing: 2px;
  width: 100%; }

#checkout-review-submit .buttons-set p {
  float: right;
  line-height: 66px; }

@media only screen and (max-width: 599px) {
  #checkout-review-submit .buttons-set button.button {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none; }
  #checkout-review-submit p {
    text-align: center;
    float: none; } }

@media only screen and (max-width: 479px) {
  #checkout-review-submit .buttons-set p {
    text-align: center;
    float: none; } }

.opc #co-billing-form select,
.opc #co-shipping-form select {
  width: 100%;
  padding-right: 34px; }

@media only screen and (max-width: 479px) {
  .opc #co-billing-form p.required {
    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 {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3155A5;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px; }

.opc .section.allow .step-title .number {
  background-color: #98aad2; }

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

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

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

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

.opc h3 {
  font-weight: 500; }

.opc .buttons-set {
  text-align: left; }
  .opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    font-family: "Lato Bold"; }
    @media only screen and (max-width: 479px) {
      .opc .buttons-set button.button {
        padding: 12px 15px; } }
  .opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0; }
  .opc .buttons-set .back-link {
    float: right;
    margin: 0; }
  .opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0; }

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

.opc #opc-login .step {
  padding: 0px; }

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

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

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

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

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms ease-in-out;
  -moz-transition: width 80ms ease-in-out;
  transition: width 80ms ease-in-out; }

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms ease-in-out;
  -moz-transition: margin-left 80ms ease-in-out;
  transition: margin-left 80ms ease-in-out; }

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

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

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

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

.col-right #checkout-progress-wrapper .block-title {
  text-align: left;
  padding: 10px 0 7px;
  border-bottom: 1px solid #C0C0C0; }
  .col-right #checkout-progress-wrapper .block-title strong {
    font-size: 14px;
    font-weight: bold; }

.col-right #checkout-progress-wrapper .block-content {
  margin-top: 0; }

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 35px; }
  .block-progress .block-content {
    font-size: 13px; }
  .block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #555555;
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 6px;
    color: #A0A0A0;
    font-size: 14px;
    font-weight: bold; }
    .block-progress dt .changelink {
      font-size: 11px;
      font-weight: normal;
      margin-left: 4px; }
      .block-progress dt .changelink .separator {
        font-size: 13px; }
  .block-progress dt.complete {
    color: #555555; }
  .block-progress dd {
    margin-bottom: 10px;
    font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #C0C0C0; }
    .block-progress dd address {
      font-style: normal; }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress #payment-progress-opcheckout dd.complete:after {
    content: '';
    display: table;
    clear: both; }
  .block-progress #payment-progress-opcheckout dd.complete img {
    float: left;
    height: 31px;
    margin-right: 5px; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #555555;
    font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: none;
    font-style: normal;
    float: left;
    clear: both;
    font-size: 13px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px; }
  .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both; }

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

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

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

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

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

#checkout-step-review .centinel > p {
  margin-bottom: 10px; }

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

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

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px; }

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }

.gift-message-form .gift-wrapping-form img {
  float: left; }

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px; }

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC; }
  .gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-item .product-img-box {
    width: 200px; }
    .gift-message-form .gift-item .product-img-box .product-image {
      width: 75px;
      margin-left: auto;
      margin-right: auto; }
    .gift-message-form .gift-item .product-img-box .product-name {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }

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

@media only screen and (max-width: 479px) {
  .gift-messages h3, .gift-messages h4, .gift-messages-form h3, .gift-messages-form h4 {
    font-size: 14px;
    font-family: "open_sansregular";
    color: #555;
    font-weight: bold; }
  .gift-messages .checkbox, .gift-messages .radio, .gift-messages-form .checkbox, .gift-messages-form .radio {
    top: 2px; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Customer
 * ============================================ */
.customer-account .sidebar .block-account {
  background: #f8f8f8;
  padding: 10px 20px;
  font-size: 15px; }
  .customer-account .sidebar .block-account .block-title {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 770px) {
      .customer-account .sidebar .block-account .block-title:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #3155a5;
        border-right: none;
        right: 0;
        top: 50%;
        margin-top: -4px; } }
    .customer-account .sidebar .block-account .block-title.active:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 6px solid #3155a5;
      border-bottom: none;
      right: 0;
      top: 50%;
      margin-top: -4px; }
  .customer-account .sidebar .block-account .block-subtitle {
    font-weight: normal; }
  .customer-account .sidebar .block-account .block-content {
    font-size: 16px;
    color: #525252;
    padding: 10px 0; }
  .customer-account .sidebar .block-account li {
    text-transform: capitalize;
    margin: 7px 0; }
    .customer-account .sidebar .block-account li strong {
      font-size: 14px; }
    .customer-account .sidebar .block-account li a {
      font-size: 14px;
      font-weight: 300;
      color: #444;
      position: relative; }
      .customer-account .sidebar .block-account li a span {
        font-size: 13px; }
      .customer-account .sidebar .block-account li a:hover {
        color: #3155A5; }
    .customer-account .sidebar .block-account li.current a:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #999;
      border-right: none;
      font-size: 14px;
      line-height: 28px;
      position: absolute;
      margin-left: -15px;
      top: 6px;
      left: 3px; }

.customer-account .pager .amount {
  line-height: 40px; }

.customer-account .pager .limiter {
  height: 40px;
  line-height: 40px; }

.customer-account .custom-select:before {
  line-height: 38px; }

.customer-account .custom-select select {
  min-width: 70px;
  line-height: 30px; }

@media only screen and (max-width: 599px) {
  .customer-account .custom-select {
    width: 100%; }
    .customer-account .custom-select select {
      width: 100%; } }

.customer-account .monkey-additional-lists .listdata input[type='checkbox'] {
  top: 4px;
  margin-left: 10px; }

.customer-account .category-description {
  margin-right: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px; }
  .customer-account .category-description h4 {
    font-size: 24px;
    font-weight: 400;
    color: #555555;
    margin-top: 0;
    text-align: left;
    padding-bottom: 0;
    line-height: 30px; }
    @media only screen and (max-width: 599px) {
      .customer-account .category-description h4 {
        text-align: center; } }

@media only screen and (max-width: 770px) {
  .enter-gift-card-number .form-list {
    float: left; } }

@media only screen and (max-width: 599px) {
  .enter-gift-card-number .form-list {
    float: none; } }

.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.benefits {
  list-style: none;
  margin: 10px 0 20px 0; }

@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px; }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px; }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED; } }

@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
    padding-left: 60px; }
    .customer-account-login .col2-set .col-1 ul.benefits {
      margin-bottom: 52px; }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED; } }

@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px; }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED; } }

@media only screen and (max-width: 770px) {
  .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: normal;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #A0A0A0; }

.remember-me-box a.hide {
  display: none; }

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 0; }

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

.customer-account-create .buttons-set {
  max-width: 455px; }

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px; }
  @media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
      margin-left: 0; } }

.customer-account-create .fieldset .hidden {
  display: none; }

.customer-account-create #remember-me-popup {
  max-width: 455px; }

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

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left; }

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
  body.customer-account .my-account .title-buttons h1 {
    text-align: left; }
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0; }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px; }

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block; }

body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600; }

body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px; }

body.customer-account .data-table {
  margin-top: 5px; }
  body.customer-account .data-table td a {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase; }

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0; }

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px; }

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin: 10px 0 0 10px;
  position: relative;
  padding-left: 35px; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 4px; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a {
    font-family: "Lato Semibold";
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    padding-left: 0; }
    body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a:hover {
      color: #3155a5; }

.form-list {
  width: 100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin: 0 auto;
  float: 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; }

.customer-account .form-list {
  width: 365px;
  padding: 0; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 7px solid #f8f8f8; }
  .dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    font-family: "Open Sans Bold", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .dashboard .box-head a {
    padding: 10px; }

.dashboard .box-title a,
.dashboard .box-head a {
  font-size: 12px; }

.dashboard .box-head a {
  float: right; }

.dashboard .box-account {
  padding-bottom: 40px;
  margin-bottom: 45px; }
  .dashboard .box-account p,
  .dashboard .box-account address {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 12px; }

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-bottom: 0; }
  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px; }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3 {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0; }
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a {
      position: absolute;
      top: -10px;
      right: -10px;
      padding: 10px;
      line-height: 19.6px; }

.dashboard .box-reviews.box-account {
  padding-bottom: 0; }

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED; }
  .dashboard .box-reviews li:first-child {
    border-top: 0; }
  .dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px; }
  .dashboard .box-reviews li .details {
    margin-left: 20px; }
    .dashboard .box-reviews li .details .ratings {
      content: '';
      display: table;
      clear: both;
      margin-bottom: 0; }
      .dashboard .box-reviews li .details .ratings strong {
        float: left;
        font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 13px;
        margin-right: 5px; }
      .dashboard .box-reviews li .details .ratings .rating-box {
        float: left;
        margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .my-account .addresses-list h2 {
    font-size: 24px; }
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-bottom: 0; }
  .my-account .addresses-list .item {
    margin: 0 0 30px 0; }
    .my-account .addresses-list .item h3 {
      font-family: "Open Sans Bold", "Helvetica Neue", Verdana, Arial, sans-serif; }
    .my-account .addresses-list .item p {
      margin-top: 10px; }
  .my-account .addresses-list .addresses-additional .item.empty p.subtitle {
    font-weight: bold; }
  .my-account .addresses-list .addresses-additional .item.empty > ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
    background: #3155a5; }
  @media only screen and (max-width: 770px) {
    .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; } }

.customer-address-form .my-account .fieldset .fields .custom-select:before {
  margin-top: 4px;
  height: 40px;
  line-height: 40px;
  color: #3155a5; }

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

.order-date {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }

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

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: normal; }

#my-orders-table .option-value {
  margin-left: 20px; }

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  ol#cart-sidebar-reorder li input {
    margin-right: 10px; }

ol#cart-sidebar-reorder p.product-name {
  display: inline; }

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

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

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

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

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

@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship {
    display: none; }
  .order-info-box .box-content {
    clear: left; }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }
  .order-info dt {
    display: none; }
  .dashboard .page-title {
    margin-top: 20px; }
    .dashboard .page-title h1 {
      margin-top: 0; }
  .dashboard .welcome-msg {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
    .dashboard .welcome-msg .hello {
      font-style: normal; }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; }
  .dashboard .col2-set .col-2 {
    float: right; }
  .customer-account .page-title {
    margin-top: 20px; }
    .customer-account .page-title h1 {
      margin-bottom: 20px;
      margin-top: 0; }
  .customer-account .btn-update {
    line-height: 19px; } }

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

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

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

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 0;
  width: 100%; }
  .contacts-index-index .buttons-set button.button {
    float: none;
    margin-left: 0;
    min-width: 140px;
    width: 100%;
    padding: 10px 25px; }
  .contacts-index-index .buttons-set p.required {
    float: left; }
  @media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
      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 .postal {
  margin-top: 10px;
  color: #525252;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

.contacts-index-index .postal h5 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
  color: #999999; }

.contacts-index-index .opening-hours-wrapper {
  margin-top: 30px; }
  .contacts-index-index .opening-hours-wrapper h4 {
    font-size: 18px; }
  .contacts-index-index .opening-hours-wrapper .store {
    font-size: 13px;
    border-bottom: 1px solid #eee; }
  .contacts-index-index .opening-hours-wrapper p {
    font-size: 13px; }
  @media only screen and (max-width: 770px) {
    .contacts-index-index .opening-hours-wrapper {
      margin-top: 20px; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .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: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-review-order .buttons-set button {
    margin-bottom: 10px; }

@media only screen and (max-width: 770px) {
  .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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Review - Customer
 * ============================================ */
#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: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
          font-size: 10px; }
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  #customer-reviews h2 {
    color: #3155A5;
    font-size: 12px;
    text-transform: uppercase; }
    #customer-reviews h2 span {
      color: #555555; }
  #customer-reviews h3 {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase; }
    #customer-reviews h3 span {
      color: #3155A5; }
  #customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px; }
    #customer-reviews .fieldset h4 {
      border-bottom: 1px solid #CCCCCC;
      font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      padding-bottom: 5px;
      text-transform: uppercase; }
      #customer-reviews .fieldset h4 em {
        display: none; }
    #customer-reviews .fieldset .form-list {
      font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      margin: 10px 0;
      text-transform: uppercase;
      width: 470px; }
      #customer-reviews .fieldset .form-list .inline-label:after {
        content: '';
        display: table;
        clear: both; }
      #customer-reviews .fieldset .form-list label {
        font-size: 12px;
        font-weight: normal; }
      #customer-reviews .fieldset .form-list textarea {
        border: 1px solid #CCCCCC;
        border-radius: 0;
        min-width: 100%;
        -webkit-appearance: none; }
      #customer-reviews .fieldset .form-list input {
        border: 1px solid #CCCCCC;
        border-radius: 0; }
        #customer-reviews .fieldset .form-list input[type="text"] {
          width: 100%; }
  #customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px; }
  #customer-reviews dl {
    font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px; }
    #customer-reviews dl dt {
      margin: 10px 0;
      text-transform: uppercase; }
    #customer-reviews dl dd {
      font-family: Garamond, Georgia, Times, "Times New Roman", serif;
      font-size: 14px;
      margin: 10px 0; }
      #customer-reviews dl dd .ratings-table {
        font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 12px;
        width: 100%; }
        #customer-reviews dl dd .ratings-table tr {
          float: left;
          margin-right: 15px; }
      #customer-reviews dl dd table {
        margin: 15px 0; }
      #customer-reviews dl dd .review-meta {
        color: #3155A5;
        font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
        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: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
  .ratings-table th {
    padding-right: 10px; }
  .ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px; }
    .ratings-table .rating-box .rating {
      background-position: 0 -600px;
      background-repeat: repeat-x;
      float: left;
      height: 13px;
      text-indent: -9999px; }

@media only screen and (max-width: 770px) {
  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: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0; }
  .slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: none; }
    .slideshow-container .slideshow li {
      position: relative;
      width: 100%;
      margin: 0;
      list-style: none; }
      .slideshow-container .slideshow li div.slider-text {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .slideshow-container .slideshow li:first-child {
        position: static;
        z-index: 100; }
      .slideshow-container .slideshow li img {
        max-width: 100%;
        width: 100%; }
  @media only screen and (max-width: 599px) {
    .slideshow-container {
      margin-top: 10px;
      margin-bottom: 30px; }
      .slideshow-container .slideshow-pager span {
        width: 26px;
        height: 26px; }
      .slideshow-container .slideshow-pager span:before {
        width: 12px;
        height: 12px; } }
  @media only screen and (max-width: 479px) {
    .slideshow-container .slideshow-pager span {
      width: 20px;
      height: 20px; }
    .slideshow-container .slideshow-pager span:before {
      width: 10px;
      height: 10px; } }

.slideshow-pager {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  -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: 30px;
    height: 30px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer; }
    .slideshow-pager span:before {
      content: '';
      display: block;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      left: 50%;
      top: 50%;
      margin-left: -6px;
      margin-top: -6px;
      background-color: transparent;
      border: 1px solid rgba(49, 85, 165, 0.3);
      position: relative; }
    .slideshow-pager span:hover:before {
      background-color: #2b4b91; }
    .slideshow-pager span.cycle-pager-active:before {
      background-color: #3155a5; }
  .slideshow-pager span.cycle-pager-active:before {
    background-color: #3155a5; }
  .slideshow-pager > * {
    cursor: pointer; }

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

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

body.cms-page-view .slideshow-pager {
  padding-top: 10px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center; }

#wishlist-table.clean-table {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  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: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }
  #wishlist-table .product-name a {
    color: #3155A5; }

#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0; }

#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  #wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:focus {
    border: 1px solid #3155A5; }

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
  #wishlist-table .item-manage .button {
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 5px; }

#wishlist-table .cart-cell {
  text-align: center; }

#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center; }
  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top; }

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }

#wishlist-table .price-box {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }
  #wishlist-table .price-box .price {
    color: #555555; }

#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3155A5;
    margin-bottom: 3px; }

#wishlist-table .truncated .details {
  background: none;
  color: #3155A5; }

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

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

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

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

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

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }

.block-wishlist .product-details .product-name {
  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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px; }

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative; }
  .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 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 .block-cart {
  display: none; }

.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  margin-bottom: 0px; }
  .header-minicart .block-subtitle .close {
    float: right;
    display: block;
    color: #3155a5;
    text-decoration: none;
    font-weight: normal;
    position: absolute;
    top: 14px;
    right: 10px;
    border: 1px solid #3155a5;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    text-align: center;
    background: url("../images/cross_cart.png") no-repeat 49% 50%;
    background-size: 70%;
    width: 22px;
    height: 22px; }
    .header-minicart .block-subtitle .close span {
      display: none; }

.header-minicart .mini-products-list {
  padding: 0 0 10px 0; }
  .header-minicart .mini-products-list li {
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative; }
    .header-minicart .mini-products-list li.last {
      border: none; }
    .header-minicart .mini-products-list li .product-details {
      position: relative;
      margin-left: 80px;
      margin-bottom: 10px; }
    .header-minicart .mini-products-list li .info {
      position: relative; }
    .header-minicart .mini-products-list li .action {
      float: right;
      font-size: 0;
      position: absolute;
      top: 1px;
      right: 15px; }
      .header-minicart .mini-products-list li .action a {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
        color: #555;
        cursor: pointer; }
  .header-minicart .mini-products-list .product-image {
    margin-left: -5px; }

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold; }
  .header-minicart .product-details .product-name a {
    color: #3155A5; }

.header-minicart .info-wrapper {
  margin-bottom: 0.5em; }
  .header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px; }
  .header-minicart .info-wrapper td {
    color: #3155A5;
    clear: right; }
  .header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px; }
  .header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3em;
    height: 30px;
    text-align: center; }
  .header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    transition-duration: 100ms; }
    .header-minicart .info-wrapper .quantity-button[disabled] {
      cursor: default; }
    .header-minicart .info-wrapper .quantity-button.visible {
      opacity: 1; }

.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em; }
  .header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase; }
  .header-minicart .subtotal .price {
    color: #3155A5; }

.header-minicart .minicart-actions {
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
  position: relative; }
  .header-minicart .minicart-actions ul {
    margin-top: 5px; }
    @media only screen and (min-width: 770px) {
      .header-minicart .minicart-actions ul {
        margin-bottom: 10px; } }
    .header-minicart .minicart-actions ul li {
      width: 100%; }
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; }
    .header-minicart .minicart-actions .checkout-button .button {
      line-height: 30px; }
  .header-minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    left: 10px;
    bottom: 17px; }
  .header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6; }

.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none; }

.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none; }

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none; }

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

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

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
  .search-autocomplete ul {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #3155A5;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      border-bottom: 1px solid #F4F4F4;
      color: #3155A5;
      cursor: pointer;
      font-size: 12px;
      padding: 4px 6px;
      text-align: left; }
      .search-autocomplete ul li:hover {
        color: #2b4b91; }
      .search-autocomplete ul li.selected {
        background-color: #3155A5;
        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 #3155A5;
    border-top: none;
    left: 50%;
    top: -7px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.catalogsearch-advanced-result .category-products .sorter > .view-mode .list {
  margin-right: 0; }

.catalogsearch-advanced-result .pager {
  width: 100%;
  position: relative; }
  .catalogsearch-advanced-result .pager .count-container {
    float: right; }
  .catalogsearch-advanced-result .pager .pages {
    float: left;
    margin-left: 0; }
  .catalogsearch-advanced-result .pager .limiter .custom-select:before {
    top: 8px;
    right: -3px; }
  .catalogsearch-advanced-result .pager .limiter .custom-select select {
    height: 30px;
    padding: 0 20px 0 5px; }

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

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

/* ============================================ *
 * Elastic Search - Custom
 * ============================================ */
.search-autocomplete ul.ec-elasticsearch li a .info {
  float: left;
  width: 76.5%;
  line-height: 16px;
  padding-top: 4px; }
  .search-autocomplete ul.ec-elasticsearch li a .info .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px; }
    @media only screen and (max-width: 479px) {
      .search-autocomplete ul.ec-elasticsearch li a .info .name {
        font-size: 14px;
        line-height: 14px; } }

.search-autocomplete ul.ec-elasticsearch li .price-box .mixed-price .price {
  font-size: 16px; }
  @media only screen and (max-width: 479px) {
    .search-autocomplete ul.ec-elasticsearch li .price-box .mixed-price .price {
      font-size: 14px; } }

.search-autocomplete ul.ec-elasticsearch li .price-box .main-product-price {
  font-size: 16px; }
  .search-autocomplete ul.ec-elasticsearch li .price-box .main-product-price .has-case-price {
    font-size: 12px; }

.search-autocomplete ul.ec-elasticsearch li .price-box {
  padding-bottom: 10px; }
  .search-autocomplete ul.ec-elasticsearch li .price-box span.regular-price > .price,
  .search-autocomplete ul.ec-elasticsearch li .price-box p.special-price .price,
  .search-autocomplete ul.ec-elasticsearch li .price-box > .price {
    font-size: 16px; }
    @media only screen and (max-width: 479px) {
      .search-autocomplete ul.ec-elasticsearch li .price-box span.regular-price > .price,
      .search-autocomplete ul.ec-elasticsearch li .price-box p.special-price .price,
      .search-autocomplete ul.ec-elasticsearch li .price-box > .price {
        font-size: 14px; } }

.search-autocomplete ul.ec-elasticsearch li .image {
  min-height: 65px !important; }

.search-autocomplete ul.ec-elasticsearch li.title-Categories ~ li a .info .name,
.search-autocomplete ul.ec-elasticsearch li.title-Pages ~ li a .info .name {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px; }
  @media only screen and (max-width: 479px) {
    .search-autocomplete ul.ec-elasticsearch li.title-Categories ~ li a .info .name,
    .search-autocomplete ul.ec-elasticsearch li.title-Pages ~ li a .info .name {
      font-size: 12px;
      line-height: 12px; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px; }

.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: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px; }

.product-review .ratings-table {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px; }

.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.product-review .ratings-description dd {
  color: #737373;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px; }

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

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

.sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
  display: inline-block;
  zoom: 1.0;
  vertical-align: middle; }

.sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
  width: 80%; }
  .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a {
    color: #525252;
    padding-left: 10px;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    font-weight: 300; }

@media only screen and (max-width: 770px) {
  .sidebar .block-reorder {
    background: #f8f8f8;
    padding: 10px 20px;
    font-size: 15px; }
    .sidebar .block-reorder .block-title {
      display: block;
      margin-bottom: 0;
      text-transform: uppercase;
      position: relative; }
      .sidebar .block-reorder .block-title:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #666;
        border-right: none;
        right: 0;
        top: 50%;
        margin-top: -6px; }
      .sidebar .block-reorder .block-title.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 6px solid #666;
        border-bottom: none;
        right: 0;
        top: 50%;
        margin-top: -4px; } }

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * CMS Pages
 * ============================================ */
.feature-blocks > a {
  position: relative; }
  .feature-blocks > a div.feature-block-overlay {
    position: absolute;
    width: 100%;
    padding: 53px 33px 0;
    text-align: center;
    z-index: 2;
    color: #fff; }
  .feature-blocks > a h2 {
    font-family: GillSansShadowMTStd;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 25px;
    letter-spacing: 0.7px; }
  .feature-blocks > a p {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: initial;
    font-family: "open_sanssemibold"; }
  .feature-blocks > a span {
    font-size: 40px;
    color: #3155a5;
    opacity: 0;
    padding: 0;
    font-family: "open_sanslight"; }
  @media only screen and (max-width: 979px) {
    .feature-blocks > a.span_1_of_3 {
      width: 49.1%;
      margin: 1% 0 1% 1.6%; }
      .feature-blocks > a.span_1_of_3:first-child {
        margin-left: 0; }
      .feature-blocks > a.span_1_of_3:last-child {
        margin: 0;
        width: 100%;
        max-height: 290px;
        overflow: hidden; }
    .feature-blocks > a div.feature-block-overlay {
      padding-left: 32%;
      padding-right: 32%; }
    .feature-blocks > a h2, .feature-blocks > a p {
      color: #000; }
    .feature-blocks > a img {
      margin: 0 auto;
      opacity: .3;
      width: 100%;
      height: auto; }
    .feature-blocks > a h2 {
      font-size: 30px; }
    .feature-blocks > a p {
      font-size: 13px; }
    .feature-blocks > a span {
      opacity: 1;
      font-size: 36px; } }
  @media only screen and (max-width: 770px) {
    .feature-blocks > a div.feature-block-overlay {
      padding-left: 15%;
      padding-right: 15%; } }
  @media only screen and (max-width: 599px) {
    .feature-blocks > a.span_1_of_3 {
      width: 100%;
      margin: 1% 0 1%;
      max-height: 290px;
      overflow: hidden; }
      .feature-blocks > a.span_1_of_3:first-child {
        margin-left: 0; }
    .feature-blocks > a div.feature-block-overlay {
      padding-left: 12%;
      padding-right: 12%; } }
  @media only screen and (min-width: 980px) {
    .feature-blocks > a img {
      max-width: 100%; } }
  @media only screen and (max-width: 479px) {
    .feature-blocks > a img {
      max-width: 100%;
      width: 100%; } }
  @media only screen and (min-width: 980px) {
    .feature-blocks > a:hover h2, .feature-blocks > a:hover p {
      color: #333; }
    .feature-blocks > a:hover img {
      opacity: 0.2; }
    .feature-blocks > a:hover span {
      opacity: 1; } }

.feature-blocks:first-child {
  padding: 15px 0 3px;
  background: -moz-radial-gradient(#B2C5EF 15%, transparent 22%), -moz-radial-gradient(#B2C5EF 15%, transparent 22%);
  background: -webkit-radial-gradient(#B2C5EF 15%, transparent 22%), -webkit-radial-gradient(#B2C5EF 15%, transparent 22%);
  -webkit-background-size: 18px 17px;
  -moz-background-size: 18px 17px;
  background-size: 18px 17px;
  background-position: top;
  background-repeat: repeat-x; }

@media only screen and (max-width: 479px) {
  .feature-blocks {
    position: relative; }
    .feature-blocks > a h2 {
      margin-bottom: 0;
      text-align: left;
      font-size: 24px;
      padding: 8px 33px 13px 10px; }
    .feature-blocks > a p {
      padding: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .feature-blocks > a span {
      position: absolute;
      right: 15px;
      top: -10px; }
    .feature-blocks > a div.feature-block-overlay {
      position: relative;
      padding: 0; }
      .feature-blocks > a div.feature-block-overlay p {
        display: none;
        padding: 0; } }

.catalog-category-view .feature-blocks > a h2 {
  font-size: 22px; }

.catalog-category-view .feature-blocks > a div.feature-block-overlay {
  padding: 25px 15px 0; }

.catalog-category-view .feature-blocks > a span {
  font-size: 30px; }

.cms-index-noroute .col1-layout .std, .cms-no-route .col1-layout .std {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .cms-index-noroute .col1-layout .std .hero-img img, .cms-no-route .col1-layout .std .hero-img img {
    width: 100%;
    height: auto; }
  .cms-index-noroute .col1-layout .std .hero-content, .cms-no-route .col1-layout .std .hero-content {
    border-top: 10px solid #3155a5;
    padding: 20px 0; }
    .cms-index-noroute .col1-layout .std .hero-content h1, .cms-no-route .col1-layout .std .hero-content h1 {
      font-size: 60px;
      color: #3155a5;
      line-height: 64px;
      font-family: "open_sansbold"; }
    .cms-index-noroute .col1-layout .std .hero-content p, .cms-no-route .col1-layout .std .hero-content p {
      margin: 0;
      font-size: 21px;
      line-height: 28px;
      color: #3155a5;
      font-family: "Lato Bold"; }
    .cms-index-noroute .col1-layout .std .hero-content .button, .cms-no-route .col1-layout .std .hero-content .button {
      font-size: 17px;
      padding: 10px 20px;
      margin-top: 30px; }

/* line 517, ../scss/layout/_layout-styles.scss */
.cms-index-noroute .col1-layout .std .page-title h1, .cms-no-route .col1-layout .std .page-title h1 {
  font-size: 18em;
  color: #eeeeee;
  line-height: 1.4em; }

/* line 521, ../scss/layout/_layout-styles.scss */
.cms-index-noroute .col1-layout .std .page-title h3, .cms-no-route .col1-layout .std .page-title h3 {
  font-size: 2.5em;
  color: #777777;
  font-weight: 300;
  line-height: 44px; }

/* line 528, ../scss/layout/_layout-styles.scss */
.cms-index-noroute .col1-layout .std .content p, .cms-no-route .col1-layout .std .content p {
  margin: 0 0 5px 0;
  color: #777777; }

/* line 533, ../scss/layout/_layout-styles.scss */
.cms-index-noroute .col1-layout .std .content ul li, .cms-no-route .col1-layout .std .content ul li {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 5px 0;
  position: relative;
  color: #777777;
  text-align: left; }

/* line 540, ../scss/layout/_layout-styles.scss */
.cms-index-noroute .col1-layout .std .content ul li:before, .cms-no-route .col1-layout .std .content ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 7px;
  background: #f6f6f6; }

@media only screen and (max-width: 479px) {
  /* line 512, ../scss/layout/_layout-styles.scss */
  .cms-index-noroute .col1-layout .std, .cms-no-route .col1-layout .std {
    width: 100%;
    margin: 0 auto; }
  /* line 557, ../scss/layout/_layout-styles.scss */
  .cms-index-noroute .col1-layout .std .page-title h1, .cms-no-route .col1-layout .std .page-title h1 {
    font-size: 13em;
    color: #eeeeee; }
  /* line 561, ../scss/layout/_layout-styles.scss */
  .cms-index-noroute .col1-layout .std .page-title h3, .cms-no-route .col1-layout .std .page-title h3 {
    font-size: 1.5em;
    color: #777777;
    font-weight: 300; }
  /* line 568, ../scss/layout/_layout-styles.scss */
  .cms-index-noroute .col1-layout .std .content p, .cms-no-route .col1-layout .std .content p {
    margin: 0 0 10px 0;
    color: #777777; }
  /* line 573, ../scss/layout/_layout-styles.scss */
  .cms-index-noroute .col1-layout .std .content ul li, .cms-no-route .col1-layout .std .content ul li {
    font-size: 12px;
    list-style: none;
    padding-left: 15px;
    margin: 0 0 10px 0;
    position: relative;
    color: #777777; }
  /* line 579, ../scss/layout/_layout-styles.scss */
  .cms-index-noroute .col1-layout .std .content ul li:before, .cms-no-route .col1-layout .std .content ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 7px;
    background: #27CCC0; } }

#accordion .toggle-tabs {
  display: none; }

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #555555;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -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 0px;
  position: relative;
  display: block; }
  #accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3155A5;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }

#accordion > dl > dd {
  padding: 10px;
  margin: 0; }

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

.contacts-index-index .col3-layout .col-wrapper {
  width: 75%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  .contacts-index-index .col3-layout .col-wrapper .col-left {
    width: 28.57143%;
    float: left;
    padding-right: 1.42857%;
    padding-left: 0; }
  .contacts-index-index .col3-layout .col-wrapper .col-main {
    width: 71.42857%;
    float: right;
    padding-left: 1.42857%;
    padding-right: 1.42857%;
    border-right: 7px solid #f8f8f8; }

.contacts-index-index .col3-layout .col-right {
  width: 25%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

.cms-menu-wrapper {
  padding: 0 20px 15px;
  background: #f6f6f6; }
  .cms-menu-wrapper .block-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0; }
    .cms-menu-wrapper .block-title strong {
      text-transform: uppercase;
      font-size: 12px; }
  .cms-menu-wrapper .block {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 20px; }
    .cms-menu-wrapper .block:last-child {
      border-bottom: 0; }
  .cms-menu-wrapper .block-content ul li a {
    font-size: 13px; }

#contactForm {
  width: 98%; }
  #contactForm input[type=email], #contactForm input[type=search], #contactForm input[type=number], #contactForm input[type=password], #contactForm input[type=tel], #contactForm input[type=text] {
    width: 100%;
    height: 40px; }
  #contactForm textarea {
    width: 100%; }
  #contactForm h2 {
    display: none; }
  #contactForm:after {
    content: '';
    display: table;
    clear: both; }
  #contactForm .fieldset .legend + .required {
    margin: 0; }

@media only screen and (max-width: 979px) {
  .contacts-index-index .col3-layout .col-wrapper {
    width: 100%; }
  .contacts-index-index .col3-layout .col-main {
    border: none; }
  .contacts-index-index .col3-layout .col-right {
    width: 28.57143%;
    float: left; } }

@media only screen and (max-width: 770px) {
  .contacts-index-index .col3-layout .col-wrapper {
    width: 100%; }
    .contacts-index-index .col3-layout .col-wrapper .col-main {
      border-right: 0; }
    .contacts-index-index .col3-layout .col-wrapper .col-right, .contacts-index-index .col3-layout .col-wrapper .col-left, .contacts-index-index .col3-layout .col-wrapper .col-main {
      width: 100%; }
  .sidebar .cms-menu-wrapper {
    background: none;
    padding: 0; }
    .sidebar .cms-menu-wrapper .block-cms-menu {
      padding: 0;
      margin-bottom: 10px; }
      .sidebar .cms-menu-wrapper .block-cms-menu .block-title {
        padding: 10px;
        background: #f6f6f6; }
        .sidebar .cms-menu-wrapper .block-cms-menu .block-title:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 4px solid #3155A5;
          border-bottom: none;
          right: 15px;
          top: 50%;
          margin-top: -3px; }
        .sidebar .cms-menu-wrapper .block-cms-menu .block-title.active:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-bottom: 4px solid #3155A5;
          border-top: none;
          right: 15px;
          top: 50%;
          margin-top: -3px; }
      .sidebar .cms-menu-wrapper .block-cms-menu .block-content {
        border-left: solid 1px #CCCCCC !important;
        border-right: solid 1px #CCCCCC !important;
        border-bottom: solid 1px #CCCCCC !important;
        border-top: 0;
        padding: 10px 20px;
        margin-top: 0; }
  body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 10px; }
  #contactForm {
    padding-left: 0; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none; }

.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
  .notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3; }

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

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

@media only screen and (max-width: 770px) {
  .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
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate; }
  div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?6192521");
  src: url("../font/fontello.eot?6192521#iefix") format("embedded-opentype"), url("../font/fontello.woff?6192521") format("woff"), url("../font/fontello.ttf?6192521") format("truetype"), url("../font/fontello.svg?6192521#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6192521#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-user:before {
  content: '\e800'; }

/* '' */
.icon-users:before {
  content: '\e801'; }

/* '' */
.icon-user-add:before {
  content: '\e802'; }

/* '' */
.icon-layout:before {
  content: '\e803'; }

/* '' */
.icon-menu:before {
  content: '\e804'; }

/* '' */
.icon-popup:before {
  content: '\e805'; }

/* '' */
.icon-megaphone:before {
  content: '\e806'; }

/* '' */
.icon-left-dir:before {
  content: '\e807'; }

/* '' */
.icon-down-dir:before {
  content: '\e808'; }

/* '' */
.icon-right-dir:before {
  content: '\e809'; }

/* '' */
.icon-up-dir:before {
  content: '\e80a'; }

/* '' */
.icon-down-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-left-open-big:before {
  content: '\e80c'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80d'; }

/* '' */
.icon-up-open-big:before {
  content: '\e80e'; }

/* '' */
.icon-cog:before {
  content: '\e80f'; }

/* '' */
.icon-switch:before {
  content: '\e810'; }

/* '' */
.icon-truck:before {
  content: '\e811'; }

/* '' */
.icon-play:before {
  content: '\e812'; }

/* '' */
.icon-stop:before {
  content: '\e813'; }

/* '' */
.icon-pause:before {
  content: '\e814'; }

/* '' */
.icon-record:before {
  content: '\e815'; }

/* '' */
.icon-trash:before {
  content: '\e816'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e817'; }

/* '' */
.icon-plus-circled:before {
  content: '\e818'; }

/* '' */
.icon-minus-circled:before {
  content: '\e819'; }

/* '' */
.icon-help-circled:before {
  content: '\e81a'; }

/* '' */
.icon-help:before {
  content: '\e81b'; }

/* '' */
.icon-info:before {
  content: '\e81c'; }

/* '' */
.icon-info-circled:before {
  content: '\e81d'; }

/* '' */
.icon-home:before {
  content: '\e81e'; }

/* '' */
.icon-attach:before {
  content: '\e81f'; }

/* '' */
.icon-lock:before {
  content: '\e820'; }

/* '' */
.icon-lock-open:before {
  content: '\e821'; }

/* '' */
.icon-check:before {
  content: '\e822'; }

/* '' */
.icon-cancel:before {
  content: '\e823'; }

/* '' */
.icon-camera:before {
  content: '\e824'; }

/* '' */
.icon-youtube-play:before {
  content: '\e825'; }

/* '' */
.icon-heart:before {
  content: '\e826'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e827'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e828'; }

/* '' */
.icon-download:before {
  content: '\e829'; }

/* '' */
.icon-upload:before {
  content: '\e82a'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e82b'; }

/* '' */
.icon-phone:before {
  content: '\e82c'; }

/* '' */
.icon-share:before {
  content: '\e82d'; }

/* '' */
.icon-bag:before {
  content: '\e82e'; }

/* '' */
.icon-login:before {
  content: '\e82f'; }

/* '' */
.icon-logout:before {
  content: '\e830'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e831'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e832'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e833'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e834'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e835'; }

/* '' */
.icon-cw:before {
  content: '\e836'; }

/* '' */
.icon-ccw:before {
  content: '\e837'; }

/* '' */
.icon-monitor:before {
  content: '\e838'; }

/* '' */
.icon-mobile:before {
  content: '\e839'; }

/* '' */
.icon-instagram:before {
  content: '\e83a'; }

/* '' */
.icon-linkedin-1:before {
  content: '\e83b'; }

/* '' */
.icon-th:before {
  content: '\e83c'; }

/* '' */
.icon-down-open:before {
  content: '\e83d'; }

/* '' */
.icon-skype:before {
  content: '\e83e'; }

/* '' */
.icon-gplus-1:before {
  content: '\e83f'; }

/* '' */
.icon-facebook:before {
  content: '\e840'; }

/* '' */
.icon-twitter-1:before {
  content: '\e841'; }

/* '' */
.icon-vimeo:before {
  content: '\e842'; }

/* '' */
.icon-tumblr-1:before {
  content: '\e843'; }

/* '' */
.icon-pinterest:before {
  content: '\e844'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e845'; }

/* '' */
.icon-left-open:before {
  content: '\e846'; }

/* '' */
.icon-right-open:before {
  content: '\e847'; }

/* '' */
.icon-to-end:before {
  content: '\e848'; }

/* '' */
.icon-to-start:before {
  content: '\e849'; }

/* '' */
.icon-fast-forward:before {
  content: '\e84a'; }

/* '' */
.icon-fast-backward:before {
  content: '\e84b'; }

/* '' */
.icon-down-thin:before {
  content: '\e84c'; }

/* '' */
.icon-left-thin:before {
  content: '\e84d'; }

/* '' */
.icon-right-thin:before {
  content: '\e84e'; }

/* '' */
.icon-up-thin:before {
  content: '\e84f'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e850'; }

/* '' */
.icon-resize-small:before {
  content: '\e851'; }

/* '' */
.icon-resize-full:before {
  content: '\e852'; }

/* '' */
.icon-lamp:before {
  content: '\e853'; }

/* '' */
.icon-print:before {
  content: '\e854'; }

/* '' */
.icon-retweet:before {
  content: '\e855'; }

/* '' */
.icon-reply:before {
  content: '\e856'; }

/* '' */
.icon-reply-all:before {
  content: '\e857'; }

/* '' */
.icon-forward:before {
  content: '\e858'; }

/* '' */
.icon-quote:before {
  content: '\e859'; }

/* '' */
.icon-export:before {
  content: '\e85a'; }

/* '' */
.icon-pencil:before {
  content: '\e85b'; }

/* '' */
.icon-alert:before {
  content: '\e85c'; }

/* '' */
.icon-attention:before {
  content: '\e85d'; }

/* '' */
.icon-paypal:before {
  content: '\e85e'; }

/* '' */
.icon-up-open:before {
  content: '\e85f'; }

/* '' */
.icon-youtube:before {
  content: '\e860'; }

/* '' */
.icon-hourglass:before {
  content: '\e861'; }

/* '' */
.icon-mic:before {
  content: '\e862'; }

/* '' */
.icon-eye:before {
  content: '\e863'; }

/* '' */
.icon-comment:before {
  content: '\e864'; }

/* '' */
.icon-down-small:before {
  content: '\e865'; }

/* '' */
.icon-left-small:before {
  content: '\e866'; }

/* '' */
.icon-right-small:before {
  content: '\e867'; }

/* '' */
.icon-up-small:before {
  content: '\e868'; }

/* '' */
.icon-resize-full-1:before {
  content: '\e869'; }

/* '' */
.icon-resize-full-alt:before {
  content: '\e86a'; }

/* '' */
.icon-resize-small-1:before {
  content: '\e86b'; }

/* '' */
.icon-resize-small-alt:before {
  content: '\e86c'; }

/* '' */
.icon-zoom-in:before {
  content: '\e86d'; }

/* '' */
.icon-chat:before {
  content: '\e86e'; }

/* '' */
.icon-zoom-out:before {
  content: '\e86f'; }

/* '' */
.icon-ok:before {
  content: '\e870'; }

/* '' */
.icon-ok-circle:before {
  content: '\e871'; }

/* '' */
.icon-cancel-1:before {
  content: '\e872'; }

/* '' */
.icon-cancel-circle:before {
  content: '\e873'; }

/* '' */
.icon-plus:before {
  content: '\e874'; }

/* '' */
.icon-plus-circle:before {
  content: '\e875'; }

/* '' */
.icon-minus:before {
  content: '\e876'; }

/* '' */
.icon-minus-circle:before {
  content: '\e877'; }

/* '' */
.icon-rss:before {
  content: '\e878'; }

/* '' */
.icon-location:before {
  content: '\e879'; }

/* '' */
.icon-star:before {
  content: '\e87a'; }

/* '' */
.icon-heart-1:before {
  content: '\e87b'; }

/* '' */
.icon-search:before {
  content: '\e87c'; }

/* '' */
.icon-phone-1:before {
  content: '\e87d'; }

/* '' */
.icon-volume-down:before {
  content: '\e87e'; }

/* '' */
.icon-volume-off:before {
  content: '\e87f'; }

/* '' */
.icon-mail:before {
  content: '\e880'; }

/* '' */
.icon-search-circled:before {
  content: '\e881'; }

/* '' */
.icon-eye-1:before {
  content: '\e882'; }

/* '' */
.icon-cog-1:before {
  content: '\e883'; }

/* '' */
.icon-ok-1:before {
  content: '\e884'; }

/* '' */
.icon-basket:before {
  content: '\e885'; }

/* '' */
.icon-lightbulb:before {
  content: '\e886'; }

/* '' */
.icon-cancel-2:before {
  content: '\e887'; }

/* '' */
.icon-user-1:before {
  content: '\e888'; }

/* '' */
.icon-th-large-1:before {
  content: '\e889'; }

/* '' */
.icon-th-1:before {
  content: '\e88a'; }

/* '' */
.icon-th-list:before {
  content: '\e88b'; }

/* '' */
.icon-th-large:before {
  content: '\e88c'; }

/* '' */
.icon-pin:before {
  content: '\e88d'; }

/* '' */
.icon-home-1:before {
  content: '\e88e'; }

/* '' */
.icon-info-2:before {
  content: '\e88f'; }

/* '' */
.icon-info-1:before {
  content: '\e890'; }

/* '' */
.icon-eye-2:before {
  content: '\e891'; }

/* '' */
.icon-upload-1:before {
  content: '\e892'; }

/* '' */
.icon-download-1:before {
  content: '\e893'; }

/* '' */
.icon-quote-left:before {
  content: '\e894'; }

/* '' */
.icon-quote-right:before {
  content: '\e895'; }

/* '' */
.icon-quote-left-alt:before {
  content: '\e896'; }

/* '' */
.icon-quote-right-alt:before {
  content: '\e897'; }

/* '' */
.icon-ok-2:before {
  content: '\e898'; }

/* '' */
.icon-cancel-3:before {
  content: '\e899'; }

/* '' */
.icon-mail-1:before {
  content: '\e89a'; }

/* '' */
.icon-search-1:before {
  content: '\e89b'; }

/* '' */
.icon-star-1:before {
  content: '\e89c'; }

/* '' */
.icon-rss-1:before {
  content: '\e89d'; }

/* '' */
.icon-at:before {
  content: '\e89e'; }

/* '' */
.icon-volume-up:before {
  content: '\e89f'; }

/* '' */
.icon-bullhorn:before {
  content: '\e8a0'; }

/* '' */
.icon-clock:before {
  content: '\e8a1'; }

/* '' */
.icon-clock-alt:before {
  content: '\e8a2'; }

/* '' */
.icon-eye-3:before {
  content: '\e8a3'; }

/* '' */
.icon-pencil-2:before {
  content: '\e8a4'; }

/* '' */
.icon-basket-alt:before {
  content: '\e8a5'; }

/* '' */
.icon-tag:before {
  content: '\e8a6'; }

/* '' */
.icon-thumbs-up-1:before {
  content: '\e8a7'; }

/* '' */
.icon-thumbs-down-1:before {
  content: '\e8a8'; }

/* '' */
.icon-move:before {
  content: '\e8a9'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e8aa'; }

/* '' */
.icon-resize-horizontal:before {
  content: '\e8ab'; }

/* '' */
.icon-pencil-alt:before {
  content: '\e8ac'; }

/* '' */
.icon-exchange:before {
  content: '\e8ad'; }

/* '' */
.icon-tag-1:before {
  content: '\e8ae'; }

/* '' */
.icon-flag:before {
  content: '\e8af'; }

/* '' */
.icon-bookmark:before {
  content: '\e8b0'; }

/* '' */
.icon-bookmarks:before {
  content: '\e8b1'; }

/* '' */
.icon-vcard:before {
  content: '\e8b2'; }

/* '' */
.icon-tags:before {
  content: '\e8b3'; }

/* '' */
.icon-tag-2:before {
  content: '\e8b4'; }

/* '' */
.icon-flag-filled:before {
  content: '\e8b5'; }

/* '' */
.icon-thumbs-up-2:before {
  content: '\e8b6'; }

/* '' */
.icon-thumbs-down-2:before {
  content: '\e8b7'; }

/* '' */
.icon-home-outline:before {
  content: '\e8b8'; }

/* '' */
.icon-ok-outline:before {
  content: '\e8b9'; }

/* '' */
.icon-cancel-outline:before {
  content: '\e8ba'; }

/* '' */
.icon-attach-outline:before {
  content: '\e8bb'; }

/* '' */
.icon-cog-outline:before {
  content: '\e8bc'; }

/* '' */
.icon-down-outline:before {
  content: '\e8bd'; }

/* '' */
.icon-left-outline:before {
  content: '\e8be'; }

/* '' */
.icon-right-outline:before {
  content: '\e8bf'; }

/* '' */
.icon-up-outline:before {
  content: '\e8c0'; }

/* '' */
.icon-left-open-outline:before {
  content: '\e8c1'; }

/* '' */
.icon-right-open-outline:before {
  content: '\e8c2'; }

/* '' */
.icon-phone-outline:before {
  content: '\e8c3'; }

/* '' */
.icon-youtube-squared:before {
  content: '\e8c4'; }

/* '' */
.icon-power:before {
  content: '\e8cb'; }

/* '' */
.icon-calendar-outlilne:before {
  content: '\e8cc'; }

/* '' */
.icon-basket-1:before {
  content: '\e8cd'; }

/* '' */
.icon-mail-2:before {
  content: '\e8ce'; }

/* '' */
.icon-plus-outline:before {
  content: '\e8cf'; }

/* '' */
.icon-minus-outline:before {
  content: '\e8d0'; }

/* '' */
.icon-eye-outline:before {
  content: '\e8d1'; }

/* '' */
.icon-heart-2:before {
  content: '\e8d2'; }

/* '' */
.icon-user-outline:before {
  content: '\e8d3'; }

/* '' */
.icon-star-2:before {
  content: '\e8d4'; }

/* '' */
.icon-search-outline:before {
  content: '\e8d5'; }

/* '' */
.icon-pin-outline:before {
  content: '\e8d6'; }

/* '' */
.icon-dot-3:before {
  content: '\e8d7'; }

/* '' */
.icon-dot-2:before {
  content: '\e8d8'; }

/* '' */
.icon-dot:before {
  content: '\e8d9'; }

/* '' */
.icon-off:before {
  content: '\e8da'; }

/* '' */
.icon-award:before {
  content: '\e8db'; }

/* '' */
.icon-award-empty:before {
  content: '\e8dc'; }

/* '' */
.icon-loop-alt:before {
  content: '\e8dd'; }

/* '' */
.icon-at-2:before {
  content: '\e8de'; }

/* '' */
.icon-key:before {
  content: '\e8df'; }

/* '' */
.icon-clock-1:before {
  content: '\e8e0'; }

/* '' */
.icon-clock-2:before {
  content: '\e8e1'; }

/* '' */
@font-face {
  font-family: 'Lato Bold';
  src: url("../../../rwd/mint2/font/lato-bold.eot");
  src: url("../../../rwd/mint2/font/lato-bold.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/lato-bold.woff2") format("woff2"), url("../../../rwd/mint2/font/lato-bold.woff") format("woff"), url("../../../rwd/mint2/font/lato-bold.ttf") format("truetype"), url("../../../rwd/mint2/font/lato-bold.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato Light';
  src: url("../../../rwd/mint2/font/lato-light.eot");
  src: url("../../../rwd/mint2/font/lato-light.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/lato-light.woff2") format("woff2"), url("../../../rwd/mint2/font/lato-light.woff") format("woff"), url("../../../rwd/mint2/font/lato-light.ttf") format("truetype"), url("../../../rwd/mint2/font/lato-light.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato Italic';
  src: url("../../../rwd/mint2/font/lato-italic.eot");
  src: url("../../../rwd/mint2/font/lato-italic.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/lato-italic.woff2") format("woff2"), url("../../../rwd/mint2/font/lato-italic.woff") format("woff"), url("../../../rwd/mint2/font/lato-italic.ttf") format("truetype"), url("../../../rwd/mint2/font/lato-italic.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../../../rwd/mint2/font/lato-regular.eot");
  src: url("../../../rwd/mint2/font/lato-regular.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/lato-regular.woff2") format("woff2"), url("../../../rwd/mint2/font/lato-regular.woff") format("woff"), url("../../../rwd/mint2/font/lato-regular.ttf") format("truetype"), url("../../../rwd/mint2/font/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato Semibold';
  src: url("../../../rwd/mint2/font/lato-semibold.eot");
  src: url("../../../rwd/mint2/font/lato-semibold.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/lato-semibold.woff2") format("woff2"), url("../../../rwd/mint2/font/lato-semibold.woff") format("woff"), url("../../../rwd/mint2/font/lato-semibold.ttf") format("truetype"), url("../../../rwd/mint2/font/lato-semibold.svg#latosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansregular';
  src: url("../../../rwd/mint2/font/opensans-regular.eot");
  src: url("../../../rwd/mint2/font/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/opensans-regular.woff") format("woff"), url("../../../rwd/mint2/font/opensans-regular.ttf") format("truetype"), url("../../../rwd/mint2/font/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanslight';
  src: url("../../../rwd/mint2/font/OpenSans-Light-webfont.eot");
  src: url("../../../rwd/mint2/font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/OpenSans-Light-webfont.woff") format("woff"), url("../../../rwd/mint2/font/OpenSans-Light-webfont.ttf") format("truetype"), url("../../../rwd/mint2/font/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../../../rwd/mint2/font/OpenSans-Semibold-webfont.eot");
  src: url("../../../rwd/mint2/font/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/OpenSans-Semibold-webfont.woff") format("woff"), url("../../../rwd/mint2/font/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../../../rwd/mint2/font/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("../../../rwd/mint2/font/OpenSans-Bold-webfont.eot");
  src: url("../../../rwd/mint2/font/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../rwd/mint2/font/OpenSans-Bold-webfont.woff") format("woff"), url("../../../rwd/mint2/font/OpenSans-Bold-webfont.ttf") format("truetype"), url("../../../rwd/mint2/font/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
.wrapper {
  background-color: #fff !important; }

body {
  border-top: 10px solid #3155a5;
  font-family: "open_sansregular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.no-scroll {
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

h2, .h2 {
  font-size: 18px; }

.page {
  padding-top: 0; }

.main-container,
.footer-container .footer {
  max-width: 1100px; }

.page-header {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 479px) {
    .page-header {
      padding-left: 15px;
      padding-right: 15px; } }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    background: pink; }
  .clearfix:after {
    clear: both; }

* {
  outline: none; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px; }

.input-text {
  border-radius: 0; }

.availability .value {
  font-size: 16px; }
  .availability .value:before {
    opacity: .5;
    margin-right: 5px;
    font-family: "fontello"; }

.availability.in-stock {
  color: #68b739; }
  .availability.in-stock .value:before {
    content: '\e871'; }

.availability.out-of-stock {
  color: #f66345; }
  .availability.out-of-stock span {
    color: #f66345; }
  .availability.out-of-stock .value:before {
    content: '\e823'; }

img.border {
  width: 100%; }
  @media only screen and (max-width: 599px) {
    img.border {
      display: none; } }

label {
  font-weight: initial; }

i.icon-ok {
  color: #3155a5; }

.sp-methods dt label {
  font-weight: bold;
  font-size: 14px; }

.sp-methods dd ul.form-list {
  padding-left: 10px; }

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label,
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background: none; }

#co-shipping-method-form #checkout-shipping-method-load + .field {
  margin-bottom: 20px; }

.mobile_static {
  display: none; }

/* -------------------------------------------- *
 * Price Box
 */
.products-grid .price-box {
  color: #555555; }

.price-box .price,
.price {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }

.price-box {
  margin: 12px 0;
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .price-box span.rrpsave {
    text-transform: uppercase;
    display: block;
    line-height: 1em;
    font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 5px;
    margin-top: 5px; }
    .price-box span.rrpsave span.rrp {
      color: #999999;
      font-size: 13px;
      margin-right: 7px; }
      .price-box span.rrpsave span.rrp .price {
        color: #999999;
        font-size: 13px;
        text-decoration: line-through; }
    .price-box span.rrpsave span.save {
      color: #f66345;
      font-size: 13px; }
      .price-box span.rrpsave span.save .price {
        color: #f66345;
        font-size: 13px; }
  .price-box p.old-price span.save .price {
    text-decoration: none; }
  .price-box span.regular-price > .price,
  .price-box p.special-price .price,
  .price-box > .price {
    font-family: "Lato Semibold";
    font-size: 26px;
    color: #444444;
    line-height: 1em;
    display: inline-block; }
  .price-box .mixed-price .price {
    font-family: "Lato Semibold";
    font-size: 26px;
    color: #444444;
    line-height: 1em;
    display: inline-block; }
  .price-box .mixed-price .mixed-label {
    font-size: 13px;
    margin-left: 2px; }
  .price-box .main-product-price {
    display: block; }
    .price-box .main-product-price .price {
      font-family: "Lato Semibold";
      font-size: 26px;
      color: #444444;
      line-height: 1em;
      display: inline-block; }
    .price-box .main-product-price.has-case-price .price {
      font-size: 14px;
      color: #444444;
      margin-top: 4px; }
    .price-box .main-product-price .item-price-label {
      font-size: 13px; }
  .price-box span.regular-price > .price {
    margin-top: 3px; }
  .price-box p.special-price {
    display: block; }

/* Product Grid */
.products-grid .product-name,
.products-list .product-name {
  font-family: "Lato Bold";
  text-transform: uppercase; }

/* Sidebar */
@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    color: #3155a5; }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    display: none; }
  .sidebar .block:not(.block-layered-nav) .block-content {
    border: 0; } }

/* Upsell */
.box-collateral .box-up-sell {
  margin-bottom: 50px; }
  @media only screen and (max-width: 479px) {
    .box-collateral .box-up-sell {
      margin-bottom: 0; } }

.box-collateral .products-grid {
  margin-top: 20px; }
  @media only screen and (min-width: 1199px) {
    .box-collateral .products-grid .actions {
      position: relative; } }
  @media only screen and (max-width: 979px) {
    .box-collateral .products-grid .actions {
      width: 170px;
      margin: 0 auto; } }

.box-collateral .products-grid > li {
  border: 0; }
  @media only screen and (max-width: 979px) {
    .box-collateral .products-grid > li {
      text-align: center; } }

@media only screen and (max-width: 979px) {
  .box-collateral .products-grid .product-image {
    height: auto; } }

.box-collateral .products-grid .product-image img {
  width: auto;
  float: left; }
  @media only screen and (max-width: 979px) {
    .box-collateral .products-grid .product-image img {
      display: inline-block;
      float: none; } }

.box-collateral ul.products-grid--max-3-col li {
  border-right: 1px solid #ddd; }
  @media only screen and (max-width: 770px) {
    .box-collateral ul.products-grid--max-3-col li {
      border-right: none;
      border-bottom: 1px solid #ddd;
      padding-bottom: 40px; } }
  .box-collateral ul.products-grid--max-3-col li:last-child {
    border: 0; }

.box-collateral .products-grid .product-name,
.box-collateral .products-list .product-name {
  font-size: 14px; }

.box-collateral h2 {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #999999;
  font-size: 16px; }

.box-collateral a {
  text-transform: uppercase;
  font-family: "Lato Semibold"; }

.box-collateral a.product-image {
  float: left;
  height: 180px;
  width: initial; }
  @media only screen and (min-width: 1199px) {
    .box-collateral a.product-image .crop {
      text-align: center;
      overflow: hidden;
      width: 95px; }
      .box-collateral a.product-image .crop img {
        position: relative;
        left: 100%;
        margin-left: -135%;
        margin-top: -25px;
        max-width: none; } }

.box-collateral h3.product-name {
  font-family: "Lato Semibold";
  font-size: 14px;
  text-transform: uppercase;
  color: #555555;
  margin-right: 20px;
  border-top: 4px dotted #B2C5EF;
  padding: 7px 8px 7px 0;
  margin-bottom: 10px; }
  .box-collateral h3.product-name:after {
    display: block;
    content: '';
    border-bottom: 4px dotted #B2C5EF;
    height: 4px;
    margin-top: 4px; }
    @media only screen and (max-width: 479px) {
      .box-collateral h3.product-name:after {
        display: none; } }
  @media only screen and (max-width: 979px) {
    .box-collateral h3.product-name {
      clear: both;
      margin-right: 0; } }

@media only screen and (max-width: 979px) {
  .box-collateral a.product-image {
    width: 100%; }
    .box-collateral a.product-image .crop {
      width: 100%; }
      .box-collateral a.product-image .crop img {
        margin-left: 0;
        left: 0;
        float: none;
        margin: 0 auto; } }

.box-collateral .price-box span.regular-price > .price,
.box-collateral .price-box p.special-price .price {
  font-size: 18px; }

.catalog-category-view #ajaxcartpro-add-confirm .box-collateral a.product-image .crop img {
  margin-top: -10px;
  margin-bottom: 30px; }

.catalog-category-view #ajaxcartpro-add-confirm .box-collateral h3.product-name {
  padding: 7px 0; }

@media only screen and (max-width: 979px) {
  .catalog-category-view #ajaxcartpro-add-confirm .box-collateral a.product-image {
    margin-bottom: 10px;
    overflow: hidden; } }

@media only screen and (max-width: 599px) {
  .catalog-category-view #ajaxcartpro-add-confirm .box-collateral a.product-image .crop img {
    margin-top: 0; } }

.box-bundles a.product-image {
  height: 140px; }

/* Upsell pop up window */
.upsell-products .box-collateral.box-up-sell {
  margin: 40px 25px; }
  .upsell-products .box-collateral.box-up-sell .products-grid > li {
    margin-bottom: 0; }
  .upsell-products .box-collateral.box-up-sell .products-grid .product-name,
  .upsell-products .box-collateral.box-up-sell .products-list .product-name {
    font-size: 12.5px;
    margin-bottom: 5px; }
  .upsell-products .box-collateral.box-up-sell h2 {
    text-align: left;
    font-size: 13px;
    color: #949494; }
  .upsell-products .box-collateral.box-up-sell a.product-image {
    height: auto; }
  .upsell-products .box-collateral.box-up-sell h3.product-name {
    text-align: left; }
  .upsell-products .box-collateral.box-up-sell .price-box {
    text-align: left; }
    .upsell-products .box-collateral.box-up-sell .price-box .rrpsave .save {
      margin-top: 4px; }
    .upsell-products .box-collateral.box-up-sell .price-box .rrpsave .save,
    .upsell-products .box-collateral.box-up-sell .price-box .rrpsave .rrp {
      display: block;
      font-size: 12px; }
    .upsell-products .box-collateral.box-up-sell .price-box span.rrpsave span.rrp {
      font-size: 12px; }
      .upsell-products .box-collateral.box-up-sell .price-box span.rrpsave span.rrp .price {
        font-size: 12px; }
    .upsell-products .box-collateral.box-up-sell .price-box span.regular-price > .price {
      font-size: 18px; }
  #ajaxcartpro-add-confirm .upsell-products .box-collateral.box-up-sell .price-box .special-price,
  #ajaxcartpro-add-confirm .upsell-products .box-collateral.box-up-sell .price-box .old-price {
    width: auto; }
  .upsell-products .box-collateral.box-up-sell p {
    text-align: left; }

/* Wishlist */
#wishlist-view-form #wishlist-table .price-box .rrpsave .rrp,
#wishlist-view-form #wishlist-table .price-box .rrpsave .save {
  font-size: 11px; }

#wishlist-view-form #wishlist-table .price-box .rrpsave .save {
  margin-top: 4px;
  display: block; }
  #wishlist-view-form #wishlist-table .price-box .rrpsave .save > .price {
    color: #f66345; }

#wishlist-view-form .btn-update.button-secondary {
  line-height: 20px; }

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border: 0;
  background: none;
  padding: 5px 10px 0px 10px; }

.sorter > .sort-by .sort-by-switcher {
  height: 20px; }

input[type=number].qty,
input[type=text].qty {
  border: 1px solid #3155a5;
  background: rgba(255, 255, 255, 0.4);
  -moz-appearance: textfield;
  appearance: textfield; }

/* Hyperlinks */
a.link-learn {
  font-family: "open_sanssemibold";
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px; }

a:hover {
  text-decoration: none; }

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  font-family: "Lato Bold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 15px; }

#co-shipping-method-form .buttons-set .button {
  padding: 9px 15px; }

@media only screen and (max-width: 599px) {
  #co-shipping-method-form .buttons-set {
    margin-bottom: 20px; } }

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs a {
  color: #999999; }

.breadcrumbs li {
  font-family: "open_sansregular";
  color: #777;
  letter-spacing: 0.5px;
  font-size: 11px; }
  .breadcrumbs li strong {
    color: #777; }
  .breadcrumbs li span {
    color: #999; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }
  .col img {
    width: 100%;
    height: auto; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 79.68%; }

.span_3_of_5 {
  width: 59.36%; }

.span_2_of_5 {
  width: 39.04%; }

.span_1_of_5 {
  width: 18.72%; }

/*  GO FULL WIDTH AT LESS THAN 979px */
@media only screen and (max-width: 979px) {
  .col {
    margin: 1% 0 1% 0%; }
  .span_2_of_2 {
    width: 100%; }
  .span_1_of_2 {
    width: 100%; }
  .span_3_of_3 {
    width: 100%; }
  .span_2_of_3 {
    width: 100%; }
  .span_1_of_3 {
    width: 100%; }
  .span_4_of_4 {
    width: 100%; }
  .span_3_of_4 {
    width: 100%; }
  .span_2_of_4 {
    width: 100%; }
  .span_1_of_4 {
    width: 100%; } }

@media only screen and (max-width: 770px) {
  .span_5_of_5 {
    width: 100%; }
  .span_4_of_5 {
    width: 100%; }
  .span_3_of_5 {
    width: 100%; }
  .span_2_of_5 {
    width: 100%; }
  .span_1_of_5 {
    width: 100%; } }

/* ============================================ *
 * MAIN CATEGORIES CONTAINERS
 * ============================================ */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: ""; }

.container:after {
  clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.container-fluid:after {
  clear: both; }

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

#aw_popup_wraper {
  z-index: 200; }

p.note-msg {
  display: block;
  clear: both; }

/* Quick style changes to make the login, register, 404 etc pages look consistent with new Mint2 design */
.login-only, .col-inner-wrapper, .account-create, .customer-account-forgotpassword .col-main {
  width: 370px;
  margin: 20px auto;
  float: none; }
  @media only screen and (max-width: 400px) {
    .login-only, .col-inner-wrapper, .account-create, .customer-account-forgotpassword .col-main {
      width: 280px; } }
  .login-only .buttons-set, .col-inner-wrapper .buttons-set, .account-create .buttons-set, .customer-account-forgotpassword .col-main .buttons-set {
    border-top: 0;
    margin: 0; }
    .login-only .buttons-set .back-link, .col-inner-wrapper .buttons-set .back-link, .account-create .buttons-set .back-link, .customer-account-forgotpassword .col-main .buttons-set .back-link {
      float: none; }
    .login-only .buttons-set button.button, .login-only .buttons-set .button, .col-inner-wrapper .buttons-set button.button, .col-inner-wrapper .buttons-set .button, .account-create .buttons-set button.button, .account-create .buttons-set .button, .customer-account-forgotpassword .col-main .buttons-set button.button, .customer-account-forgotpassword .col-main .buttons-set .button {
      width: 100%;
      color: #fff;
      padding: 10px 15px; }
      .login-only .buttons-set button.button span, .login-only .buttons-set .button span, .col-inner-wrapper .buttons-set button.button span, .col-inner-wrapper .buttons-set .button span, .account-create .buttons-set button.button span, .account-create .buttons-set .button span, .customer-account-forgotpassword .col-main .buttons-set button.button span, .customer-account-forgotpassword .col-main .buttons-set .button span {
        color: #fff; }
  .login-only .form-list .field, .col-inner-wrapper .form-list .field, .account-create .form-list .field, .customer-account-forgotpassword .col-main .form-list .field {
    margin-bottom: 20px; }
  .login-only .form-list > li, .col-inner-wrapper .form-list > li, .account-create .form-list > li, .customer-account-forgotpassword .col-main .form-list > li {
    margin-bottom: 20px; }
  .login-only .buttons-set .back-link, .col-inner-wrapper .buttons-set .back-link, .account-create .buttons-set .back-link, .customer-account-forgotpassword .col-main .buttons-set .back-link {
    float: left; }

body.customer-account-create .fieldset, body.customer-account-create .buttons-set {
  margin-left: 0; }

body.customer-account-create .page-title h1 {
  font-size: 30px;
  border-bottom: none; }

body.customer-account-create p.account-exists {
  margin-top: 10px; }

body.customer-account-create a.link-tip i {
  font-size: 16px; }

body.customer-account-login .page-title h1 {
  font-size: 30px;
  border-bottom: none; }

body.customer-account-login .fieldset .control.remember-me-box,
body.customer-account-login .fieldset #i-forgot {
  display: inline; }

body.customer-account-login .fieldset a#i-forgot {
  height: 38px;
  line-height: 38px;
  float: right; }
  body.customer-account-login .fieldset a#i-forgot:hover {
    text-decoration: underline; }

@media only screen and (max-width: 599px) {
  body.customer-account-login .col2-set div.buttons-set {
    text-align: center; } }

body.customer-account-login .col2-set div.buttons-set .button {
  max-width: 300px; }

@media only screen and (min-width: 980px) {
  body.customer-account-login .fieldset {
    width: 365px;
    margin: 0; } }

@media only screen and (max-width: 770px) {
  body.customer-account-login .fieldset .control.remember-me-box,
  body.customer-account-login .fieldset #i-forgot {
    display: block; }
  body.customer-account-login .fieldset a#i-forgot {
    float: left; } }

@media only screen and (max-width: 479px) {
  body.customer-account-login .fieldset .control.remember-me-box,
  body.customer-account-login .fieldset #i-forgot {
    display: inline; }
  body.customer-account-login .fieldset a#i-forgot {
    float: right; } }

body.customer-account-forgotpassword .fieldset, body.customer-account-forgotpassword .buttons-set {
  margin-left: 0; }

body.customer-account-forgotpassword .page-title h1 {
  font-size: 30px;
  border-bottom: none; }

body.customer-account-create .fieldset h1, body.customer-account-login .fieldset h1, body.customer-account-forgotpassword .fieldset h1 {
  font-family: "open_sansregular";
  font-size: 24px;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase; }

body.customer-account-create .fieldset .form-instructions, body.customer-account-login .fieldset .form-instructions, body.customer-account-forgotpassword .fieldset .form-instructions {
  font-style: normal;
  font-family: "open_sansregular";
  font-size: 14px;
  margin-bottom: 30px;
  color: #555555; }

body.customer-account-create .fieldset .input-text, body.customer-account-login .fieldset .input-text, body.customer-account-forgotpassword .fieldset .input-text {
  height: 38px !important; }

body.customer-account-create .fieldset li.remember-me-box label, body.customer-account-login .fieldset li.remember-me-box label, body.customer-account-forgotpassword .fieldset li.remember-me-box label {
  background: none;
  padding-right: 0; }

body.customer-account-forgotpassword .page-title h1 {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 23px;
  color: #3155a5;
  margin-bottom: 10px;
  text-transform: uppercase; }

.critic-results, .critic-results-mobile {
  display: block;
  margin-bottom: 10px; }
  .critic-results .critic-score, .critic-results-mobile .critic-score {
    display: inline-block; }
    .critic-results .critic-score img, .critic-results-mobile .critic-score img {
      width: auto;
      margin: 0 auto;
      height: 45px !important; }
  .critic-results .critic-name, .critic-results-mobile .critic-name {
    color: #eb555e;
    font-size: 13px;
    line-height: 28px;
    vertical-align: bottom;
    padding-left: 6px; }
  @media only screen and (max-width: 970px) {
    .critic-results .critic-score img, .critic-results-mobile .critic-score img {
      height: 33px !important; }
    .critic-results .critic-name, .critic-results-mobile .critic-name {
      font-size: 11px; } }

.critic-results-mobile {
  display: none; }

#ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > .critic-results {
  text-align: left;
  padding-left: 265px;
  padding-right: 15px; }
  #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > .critic-results .critic-name {
    max-width: 200px;
    line-height: 17px; }
  #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > .critic-results .critic-score {
    margin-left: 0; }

#ajaxcartpro-add-confirm .critic-results .critic-score {
  margin-left: 0; }

.box-collateral .products-grid .critic-results {
  display: block;
  height: auto;
  padding: 0; }

.box-up-sell .critic-score {
  display: inline-block; }
  .box-up-sell .critic-score img {
    margin: 0; }

.box-up-sell .critic-name {
  max-width: 167px;
  display: inline-block;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: left; }

@media only screen and (max-width: 1029px) {
  body.cms-home .widget-feature-products .product-slider .bx-wrapper .bx-viewport .product-desc-box div.product-short-description {
    margin-top: 0; } }

@media only screen and (min-width: 1200px) {
  .catalog-product-view .box-collateral.box-up-sell .critic-results .critic-score img {
    width: auto; }
  .catalog-product-view #ajaxcartpro-add-confirm .box-collateral.box-up-sell .critic-results .critic-score img {
    width: auto; } }

@media only screen and (max-width: 1199px) {
  .catalog-product-view .box-collateral.box-up-sell .critic-results {
    position: relative;
    right: 0; }
    .catalog-product-view .box-collateral.box-up-sell .critic-results .critic-score, .catalog-product-view .box-collateral.box-up-sell .critic-results .critic-name {
      display: inline-block; }
  .catalog-product-view #ajaxcartpro-add-confirm .upsell-products .box-collateral.box-up-sell .products-grid .product-name {
    overflow: hidden;
    height: auto; }
  .catalog-product-view #ajaxcartpro-add-confirm .upsell-products .box-collateral.box-up-sell .products-grid .product-image {
    float: none; }
  .catalog-product-view #ajaxcartpro-add-confirm .box-collateral.box-up-sell .critic-results {
    right: 0;
    text-align: left; } }

@media only screen and (max-width: 979px) {
  .catalog-product-view .critic-results {
    right: 40px; }
  .catalog-product-view .box-collateral.box-up-sell h3.product-name {
    padding: 7px 0;
    margin-right: 0; } }

@media only screen and (min-width: 771px) {
  .critic-results {
    height: 45px;
    padding-bottom: 5px; }
  .catalog-category-view .products-grid .critic-results {
    height: 50px;
    padding-top: 5px; }
  .category-products .products-list > li .product-shop .product-primary .product-name {
    min-height: 50px;
    /* Same as Deal badges */ }
  .product-view .product-shop .product-heading-left .critic-results {
    clear: left; }
  .catalog-product-view .critic-results .critic-score img {
    width: auto; }
  .catalog-product-view .product-heading-container .critic-results {
    position: absolute;
    right: 70px; }
    .catalog-product-view .product-heading-container .critic-results .critic-score img {
      margin: 0 auto; }
  .catalog-product-view .product-heading-container .critic-score, .catalog-product-view .product-heading-container .critic-name {
    display: block; }
  .catalog-product-view #ajaxcartpro-add-confirm .cart-content-left-col .critic-results .critic-name {
    line-height: 16px; }
  .catalog-product-view #ajaxcartpro-add-confirm .critic-results {
    position: relative;
    text-align: left;
    right: 0; }
    .catalog-product-view #ajaxcartpro-add-confirm .critic-results .critic-score, .catalog-product-view #ajaxcartpro-add-confirm .critic-results .critic-name {
      display: inline-block; }
  .catalog-product-view #ajaxcartpro-add-confirm .box-collateral.box-up-sell p.old-price {
    width: auto; }
  .catalog-product-view .box-collateral.box-up-sell h3.product-name {
    height: 75px;
    padding: 7px 0;
    margin-right: 19px; }
  .catalog-product-view .box-collateral.box-up-sell a.product-image {
    height: 210px; } }

@media only screen and (max-width: 770px) {
  .mobile_static {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .mobile_static img {
      width: 710px;
      height: 300px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -355px;
      margin-top: -150px; }
  .carousel-wrapper {
    display: none; }
  .critic-results {
    padding-top: 10px;
    text-align: left; }
  .catalog-category-view .critic-results {
    text-align: left;
    padding-top: 0;
    position: relative; }
  .catalog-category-view .category-products .products-list > li .product-shop .product-primary .product-rosette {
    width: 10%; }
  .catalog-product-view #ajaxcartpro-add-confirm .box-collateral.box-up-sell .products-grid li .critic-results {
    text-align: left; }
  .catalog-product-view .box-collateral.box-up-sell .products-grid li .critic-results {
    width: 100%;
    text-align: center; }
  .catalog-product-view .critic-results {
    position: relative;
    right: 0;
    text-align: left; }
  .category-case-deals .critic-results {
    text-align: center;
    padding-top: 10px; }
  body.cms-home .widget-feature-products .product-slider .bx-wrapper .bx-viewport .product-desc-box .critic-results {
    text-align: left; } }

@media only screen and (max-width: 680px) {
  #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > .critic-results {
    padding-left: 0;
    padding-bottom: 10px; } }

@media only screen and (max-width: 599px) {
  body.cms-home .widget-feature-products .product-slider .bx-wrapper .bx-viewport .product-desc-box .critic-results {
    text-align: center; }
  .category-products .products-grid > li .critic-results {
    text-align: center; }
  .mobile_static {
    height: 200px; }
    .mobile_static img {
      width: 520px;
      height: 200px;
      margin-left: -260px;
      margin-top: -100px; }
  .main-container {
    overflow: hidden; } }

.mint-banners-slider {
  width: 100%;
  height: 392px;
  position: relative;
  background: #ffffff; }

.mint-banners-slides {
  width: 100%;
  height: 392px; }

.mint-banners-slide {
  width: 100%;
  height: 392px;
  opacity: 0;
  position: absolute; }
  .mint-banners-slide h3, .mint-banners-slide h4, .mint-banners-slide p {
    color: #ffffff; }

.mint-banners-slide-link {
  display: block;
  width: 100%;
  height: 392px;
  position: absolute; }

.mint-banners-slide-img {
  width: 100%;
  height: 392px;
  position: absolute;
  top: 0px; }

.mint-banners-slide-content {
  width: 100%;
  height: 392px;
  position: absolute;
  top: 0px; }
  .mint-banners-slide-content h3, .mint-banners-slide-content p {
    font-weight: 300;
    padding: 0px 90px; }
  .mint-banners-slide-content h3 {
    padding-top: 100px;
    padding-bottom: 15px;
    font-size: 48px; }
  .mint-banners-slide-content p {
    font-size: 24px;
    line-height: 30px; }

.mint-banners-nav-arrow {
  position: absolute;
  background: none;
  border: 0px;
  top: 120px;
  z-index: 999; }
  .mint-banners-nav-arrow i {
    color: #ffffff;
    font-size: 30px; }

.mint-banners-nav-arrow--left {
  left: 0px; }

.mint-banners-nav-arrow--right {
  right: 0px; }

.mint-banners-nav-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 999; }

.mint-banners-nav-dot {
  background: none;
  border: 0px;
  margin: 0px; }
  .mint-banners-nav-dot i {
    color: #ffffff;
    font-size: 18px; }

/**
 * Mint2 - Lero9 Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     mint2
 * @copyright   Copyright (c) 2014 Lero9 Ltd. (http://www.lero9.co.nz)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  padding: 7px 10px 20px 0px; }

/* ============================================ *
 * HEADER CUSTOMIZATIONS
 * ============================================ */
.search-autocomplete {
  z-index: 500; }

#header-account.skip-active {
  padding: 0;
  border: 0;
  border: solid 1px #CCCCCC; }
  #header-account.skip-active a {
    color: #777777;
    text-align: left;
    text-transform: uppercase;
    background: #fff;
    padding: 2px 16px; }
    #header-account.skip-active a:hover {
      color: #3155a5; }

.nav-primary li.level1 a {
  text-transform: capitalize; }

.nav-primary ul.level1 li.nav-3-6,
.nav-primary ul.level1 li.nav-3-7 {
  margin-top: 20px; }
  @media only screen and (max-width: 500px) {
    .nav-primary ul.level1 li.nav-3-6,
    .nav-primary ul.level1 li.nav-3-7 {
      margin-top: 0px; } }

@media only screen and (max-width: 599px) {
  .nav-primary ul.level1 li.nav-3-6,
  .nav-primary ul.level1 li.nav-3-7 {
    margin-top: 0; } }

a {
  text-transform: capitalize; }

.header-language-background {
  display: none; }

.header-language-container,
.page-header {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.2px; }
  @media only screen and (max-width: 770px) {
    .header-language-container,
    .page-header {
      font-size: 14px; } }

#search {
  font-family: "open_sansregular";
  padding-left: 20px;
  height: 45px;
  background: #fff;
  border: 1px solid  #ccc; }
  @media only screen and (max-width: 770px) {
    #search {
      border: 1px solid #e5e5e5; } }

.page-header-container div#header-right div#desktop-header-search input#search {
  color: #444 !important; }
  .page-header-container div#header-right div#desktop-header-search input#search::-webkit-input-placeholder {
    font-size: 15px;
    font-family: "open_sansregular";
    line-height: 23.8px;
    color: #444;
    font-weight: normal; }
  .page-header-container div#header-right div#desktop-header-search input#search:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-family: "open_sansregular";
    line-height: 23.8px;
    color: #444;
    font-weight: normal; }
  .page-header-container div#header-right div#desktop-header-search input#search:-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-family: "open_sansregular";
    line-height: 23.8px;
    color: #444;
    font-weight: normal; }
  .page-header-container div#header-right div#desktop-header-search input#search:-ms-input-placeholder {
    font-size: 15px;
    font-family: "open_sansregular";
    line-height: 23.8px;
    color: #444;
    font-weight: normal; }

#search_mini_form .search-button {
  width: 45px;
  height: 45px; }
  #search_mini_form .search-button:before {
    opacity: 0.6; }

@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1100px; } }

.page-header-container {
  padding-top: 0; }
  .page-header-container a#site-logo {
    position: static;
    width: 50%;
    max-width: none; }
    @media only screen and (max-width: 979px) {
      .page-header-container a#site-logo {
        width: 40%; } }
    @media only screen and (max-width: 599px) {
      .page-header-container a#site-logo {
        width: 100%;
        display: block;
        margin: 0 auto 0;
        float: none;
        padding: 10px;
        max-width: 240px; } }
    .page-header-container a#site-logo img.large {
      max-width: 330px;
      width: 100%;
      height: auto; }
    .page-header-container a#site-logo img.small {
      min-width: 260px; }
      @media only screen and (max-width: 599px) {
        .page-header-container a#site-logo img.small {
          min-width: 100%;
          width: 100%; } }
      @media only screen and (max-width: 479px) {
        .page-header-container a#site-logo img.small {
          min-width: 100%; } }
  .page-header-container .store-language-container {
    display: none; }
  .page-header-container div#header-right {
    float: right;
    width: 50%;
    margin-top: 29px; }
    @media only screen and (max-width: 979px) {
      .page-header-container div#header-right {
        width: 60%; } }
    @media only screen and (max-width: 770px) {
      .page-header-container div#header-right {
        width: 50%;
        margin-top: 0; } }
    @media only screen and (max-width: 599px) {
      .page-header-container div#header-right {
        display: none; } }
    .page-header-container div#header-right div#header-above-search {
      text-align: right;
      margin-bottom: 14px; }
      @media only screen and (max-width: 770px) {
        .page-header-container div#header-right div#header-above-search {
          margin-bottom: 0; } }
      .page-header-container div#header-right div#header-above-search p#header-contact-phone {
        font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 28px;
        color: #b2b6db;
        display: inline-block;
        margin-right: 60px;
        letter-spacing: 1px;
        line-height: 36px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1199px) {
          .page-header-container div#header-right div#header-above-search p#header-contact-phone {
            font-size: 25px;
            margin-right: 20px;
            margin-bottom: 15px;
            line-height: 35px; } }
        @media only screen and (max-width: 770px) {
          .page-header-container div#header-right div#header-above-search p#header-contact-phone {
            margin-right: 0;
            margin-bottom: 0;
            line-height: 120px; } }
        @media only screen and (max-width: 599px) {
          .page-header-container div#header-right div#header-above-search p#header-contact-phone {
            width: 100%;
            text-align: right; } }
        @media only screen and (max-width: 479px) {
          .page-header-container div#header-right div#header-above-search p#header-contact-phone {
            display: none; } }
      .page-header-container div#header-right div#header-above-search div#desktop-header-account {
        display: inline-block;
        margin-right: 75px;
        vertical-align: top; }
        @media only screen and (max-width: 979px) {
          .page-header-container div#header-right div#header-above-search div#desktop-header-account {
            margin-right: 45px; } }
        @media only screen and (max-width: 770px) {
          .page-header-container div#header-right div#header-above-search div#desktop-header-account {
            display: none; } }
        .page-header-container div#header-right div#header-above-search div#desktop-header-account i {
          background: url("../../../rwd/mint2/images/sprite.png") no-repeat 0 0;
          width: 21px;
          height: 21px;
          display: block;
          margin: 0 auto 10px auto; }
        .page-header-container div#header-right div#header-above-search div#desktop-header-account .skip-link .label {
          text-transform: uppercase;
          color: #777 !important; }
      .page-header-container div#header-right div#header-above-search div#desktop-header-account:hover i {
        background: url("../../../rwd/mint2/images/sprite.png") no-repeat 0 -31px; }
    .page-header-container div#header-right div#desktop-header-search {
      width: 100%;
      position: static; }
      @media only screen and (max-width: 770px) {
        .page-header-container div#header-right div#desktop-header-search {
          display: none; } }
      .page-header-container div#header-right div#desktop-header-search input#search {
        background: none;
        border: 1px solid #ccc;
        color: #333; }
  .page-header-container a.skip-account {
    display: block; }
    @media only screen and (min-width: 771px) {
      .page-header-container a.skip-account {
        display: none; } }
  .page-header-container a.skip-cart {
    margin-right: 20px;
    display: inline-block; }
    @media only screen and (min-width: 771px) {
      .page-header-container a.skip-cart {
        top: 26px; } }
    @media only screen and (max-width: 979px) {
      .page-header-container a.skip-cart {
        margin-right: 0; } }
    .page-header-container a.skip-cart i.header-cart-icon {
      display: none; }
      @media only screen and (min-width: 771px) {
        .page-header-container a.skip-cart i.header-cart-icon {
          background: url("../../../rwd/mint2/images/sprite.png") no-repeat 0 -94px;
          width: 24px;
          height: 30px;
          display: block;
          margin: 0 auto 5px auto; } }
    .page-header-container a.skip-cart span.icon {
      display: inline-block; }
      @media only screen and (min-width: 771px) {
        .page-header-container a.skip-cart span.icon {
          display: none; } }
    .page-header-container a.skip-cart span.label {
      display: none;
      color: #777;
      text-transform: uppercase; }
      @media only screen and (min-width: 771px) {
        .page-header-container a.skip-cart span.label {
          display: block;
          line-height: 14.5px;
          margin-left: 4px;
          font-size: 10px; } }
    .page-header-container a.skip-cart .cart-menu .empty {
      padding: 0;
      text-align: center; }
  @media only screen and (min-width: 771px) {
    .page-header-container a.skip-cart.no-count i.header-cart-icon {
      background: url("../../../rwd/mint2/images/sprite.png") no-repeat 0 -58px; } }
  @media only screen and (min-width: 771px) {
    .page-header-container a.skip-cart:hover i.header-cart-icon {
      background: url("../../../rwd/mint2/images/sprite.png") no-repeat 0 -94px; } }
  .page-header-container .header-minicart #header-cart.skip-active {
    background: white;
    z-index: 201;
    top: 70px; }
  .page-header-container .header-minicart .block-subtitle {
    padding: 15px 0;
    font-size: 13px;
    color: #999999;
    text-align: left; }
  .page-header-container .header-minicart .product-details .product-name a {
    font-family: "Lato Semibold";
    color: #555555;
    letter-spacing: 0; }
  .page-header-container .header-minicart .subtotal {
    background-color: #eee;
    padding: 10px; }
    .page-header-container .header-minicart .subtotal .price,
    .page-header-container .header-minicart .subtotal .label {
      color: #555;
      font-family: "open_sanssemibold";
      font-size: 15px; }
    @media only screen and (max-width: 770px) {
      .page-header-container .header-minicart .subtotal .price,
      .page-header-container .header-minicart .subtotal .label {
        color: #555; } }
  .page-header-container .header-minicart .minicart-actions .cart-link {
    font-size: 12px; }
  .page-header-container .header-minicart .info-wrapper {
    width: auto;
    margin-bottom: 0; }
    .page-header-container .header-minicart .info-wrapper tbody {
      border-bottom: none; }
    .page-header-container .header-minicart .info-wrapper .qty {
      padding: 5px;
      margin-right: 2px;
      width: 3em;
      height: 30px;
      text-align: center;
      border: 2px inset;
      box-shadow: none; }
    .page-header-container .header-minicart .info-wrapper th {
      text-transform: initial;
      font-size: 13px;
      color: #999999; }
    .page-header-container .header-minicart .info-wrapper td {
      color: #555555;
      border-top: none;
      padding: 0; }
  .page-header-container .header-minicart .minicart-wrapper {
    padding: 0 15px; }
  @media only screen and (max-width: 770px) {
    .page-header-container .header-minicart .minicart-wrapper {
      border: 1px solid #EDEDED; } }
  @media only screen and (min-width: 771px) {
    .page-header-container #header-search {
      background: none;
      line-height: inherit;
      position: absolute;
      font-size: 10px;
      top: 90px;
      max-width: 470px;
      width: 100%; }
    .page-header-container div#desktop-header-account .skip-link {
      display: inline;
      line-height: inherit;
      position: static;
      font-size: 10px; }
    .page-header-container #header-account.skip-active {
      right: 50px;
      top: 80px; }
    .page-header-container .skip-cart .count {
      border: 1px solid #fff;
      background: #3155a4;
      position: absolute;
      color: #FFFFFF;
      font-size: 11px;
      right: 0;
      top: -12px;
      height: 20px;
      width: 18px;
      line-height: 20px; }
      .page-header-container .skip-cart .count:before {
        content: ""; }
      .page-header-container .skip-cart .count:after {
        content: ""; }
    .page-header-container #nav li ul.shown-sub,
    .page-header-container #nav li div.shown-sub {
      left: 0;
      z-index: 999; }
    .page-header-container #nav li .shown-sub ul.shown-sub,
    .page-header-container #nav li .shown-sub li div.shown-sub {
      left: 100px; }
    .page-header-container div#header-nav {
      margin-top: 20px;
      border-bottom: none;
      background: none; }
      .page-header-container div#header-nav nav#nav ol.nav-primary {
        margin-top: 0;
        font-size: 0;
        position: relative;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        border-top: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        width: 100%; }
        .page-header-container div#header-nav nav#nav ol.nav-primary > li {
          display: block;
          flex-grow: 1;
          -webkit-flex-grow: 1;
          -ms-flex: 1;
          z-index: 200 !important;
          text-align: center;
          position: static; }
          .page-header-container div#header-nav nav#nav ol.nav-primary > li > a {
            text-transform: uppercase;
            color: #333333;
            font-family: "Lato Semibold";
            font-size: 15px;
            padding: 7px 0;
            display: block;
            border: 1px solid transparent;
            letter-spacing: 0;
            margin-top: -1px;
            margin-bottom: -1px; }
          .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container {
            padding: 20px 0 120px;
            position: absolute;
            left: 0;
            top: 44px;
            width: 100%;
            z-index: 101;
            background: #fafafa;
            border: 1px solid #3155a5;
            display: none; }
            .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column {
              width: 20%;
              float: left;
              padding: 0 2.5px; }
              .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 {
                display: block;
                width: 100%;
                border: 0;
                text-align: left; }
                .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 > a {
                  font-size: 12px;
                  color: #3155a5;
                  line-height: 1.4;
                  margin-bottom: 10px;
                  font-weight: bold;
                  text-transform: uppercase;
                  border: none; }
                  .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 > a:after {
                    border: none; }
                .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 ul.level2 {
                  display: block;
                  width: 100%;
                  padding: 0;
                  border: 0; }
                  .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 ul.level2 li.level2 a {
                    font-size: 12px;
                    color: #636363;
                    border-bottom: none;
                    line-height: 16px;
                    padding: 4px 0; }
                    .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 ul.level2 li.level2 a:hover {
                      color: #3155a5; }
              .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column a.column-cat-view-all {
                color: #3155a5;
                font-size: 12px;
                font-family: "open_sanssemibold"; }
            .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column.col6 {
              margin-left: 40%;
              margin-top: -100px;
              clear: left; }
            .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column.col7 {
              margin-left: 60%;
              margin-top: -211px; }
            .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.menu-lower-banner {
              font-size: 15px;
              position: absolute;
              left: 0;
              bottom: 0;
              margin: 0;
              width: 100%;
              height: auto;
              border-top: 1px solid #3155a5;
              background: #fff; }
              .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.menu-lower-banner img {
                width: 100%;
                height: auto; }
              .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.menu-lower-banner > p {
                margin: 0; }
          .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container.shown-sub {
            display: block; }
        .page-header-container div#header-nav nav#nav ol.nav-primary > li.over {
          z-index: 201 !important;
          background: #fafafa; }
          .page-header-container div#header-nav nav#nav ol.nav-primary > li.over > a {
            border: 1px solid #3155a5;
            z-index: 400; }
        .page-header-container div#header-nav nav#nav ol.nav-primary > li.parent.over > a {
          border-bottom: 1px solid #fafafa;
          z-index: 102; }
        .page-header-container div#header-nav nav#nav ol.nav-primary li.nav-1 .menu-dropdown-container div.nav-column {
          width: 25%; }
        .page-header-container div#header-nav nav#nav ol.nav-primary li.mobile-cms-block {
          display: none; }
      .page-header-container div#header-nav #nav .menu-dropdown-container ul,
      .page-header-container div#header-nav #nav .menu-dropdown-container div {
        position: static; } }
  @media only screen and (min-width: 980px) {
    .page-header-container div#header-nav {
      margin-top: 0; }
      .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column {
        padding: 0 12px; }
        .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 > a {
          font-size: 14px;
          line-height: 1.4; }
        .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 ul.level2 li.level2 a {
          font-size: 12px; }
      .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column.col6 {
        margin-left: 40%;
        margin-top: -100px;
        clear: left; }
      .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column.col7 {
        margin-left: 60%; } }
  @media only screen and (min-width: 1200px) {
    .page-header-container div#header-nav {
      margin-top: 0; }
      .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column {
        padding: 0 12px; }
        .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column ul.level1 li.level1 > a {
          font-size: 14px;
          line-height: 1.4; }
      .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column.col6 {
        margin-left: 40%;
        margin-top: -100px;
        clear: left; }
      .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container div.nav-column.col7 {
        margin-left: 60%;
        margin-top: -182px; } }
  @media only screen and (max-width: 770px) {
    .page-header-container ol.nav-primary li a.level-top {
      padding: 0;
      border-bottom: 1px solid #ccc;
      text-align: left;
      color: #636363;
      text-transform: uppercase; }
      .page-header-container ol.nav-primary li a.level-top span {
        margin-left: 40px; }
    .page-header-container ol.nav-primary li .menu-dropdown-container div.menu-lower-banner {
      display: none; }
    .page-header-container ol.nav-primary li.level0.menu-active div.menu-dropdown-container {
      display: block; }
      .page-header-container ol.nav-primary li.level0.menu-active div.menu-dropdown-container ul.level1 {
        display: block; }
    .page-header-container ol.nav-primary li.mobile-cms-block {
      background: #fff;
      width: 100%; }
      .page-header-container ol.nav-primary li.mobile-cms-block img {
        width: 100%;
        height: auto; }
    .page-header-container #header-nav {
      padding: 5px 0 0; } }

@media only screen and (min-width: 771px) {
  .header-full-width.page-template .page-header-container div#header-nav nav#nav ol.nav-primary > li .menu-dropdown-container {
    margin: 0 1px; }
  .lg-hide {
    display: none; } }

@media only screen and (max-width: 599px) {
  .nav-primary li.know-how {
    display: none; } }

.footer-container {
  padding-top: 0px !important;
  background: none;
  position: relative; }
  .footer-container.footer-container-bg-light {
    background-color: #F6F6F6; }
  .footer-container.footer-container-bg-dark {
    background-color: #bababa; }
    .footer-container.footer-container-bg-dark .footer {
      padding-top: 15px;
      padding-bottom: 15px; }
  .footer-container div.block-subscribe {
    background: url("../../../rwd/mint2/images/newsletter_bg.jpg") center center no-repeat;
    background-size: cover;
    height: 175px;
    margin-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .footer-container div.block-subscribe {
        height: 240px; } }
    @media only screen and (max-width: 360px) {
      .footer-container div.block-subscribe {
        height: 270px; } }
    .footer-container div.block-subscribe > div {
      margin: 0 auto;
      max-width: 1260px;
      padding: 0 30px;
      overflow: hidden; }
      @media only screen and (max-width: 599px) {
        .footer-container div.block-subscribe > div {
          padding: 0 30px; } }
      .footer-container div.block-subscribe > div div.block-title {
        text-align: center;
        margin-top: 36px;
        margin-bottom: 23px;
        font-size: 19px;
        line-height: 20px;
        font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
        color: #fff;
        letter-spacing: 2px;
        padding-top: 0 !important; }
        @media only screen and (max-width: 1199px) {
          .footer-container div.block-subscribe > div div.block-title {
            font-size: 20px; } }
        @media only screen and (max-width: 979px) {
          .footer-container div.block-subscribe > div div.block-title {
            margin-top: 20px;
            margin-bottom: 14px;
            line-height: 26px;
            font-size: 18px; } }
        @media only screen and (max-width: 770px) {
          .footer-container div.block-subscribe > div div.block-title {
            font-size: 17px; } }
        @media only screen and (max-width: 599px) {
          .footer-container div.block-subscribe > div div.block-title {
            font-size: 16px; } }
        @media only screen and (max-width: 479px) {
          .footer-container div.block-subscribe > div div.block-title {
            font-size: 14px; } }
      .footer-container div.block-subscribe > div div.block-content {
        text-align: center; }
        .footer-container div.block-subscribe > div div.block-content div.input-box {
          display: inline-block;
          max-width: 373px;
          width: 100%;
          margin-right: 10px;
          position: relative;
          padding-top: 0; }
          .footer-container div.block-subscribe > div div.block-content div.input-box input[type=email] {
            background: url("../../../rwd/mint2/images/New-Email-Symbol.png") no-repeat 0% #FFFFFF;
            background-size: 55px;
            height: 60px;
            padding: 0 0 0 70px;
            line-height: 60px;
            border: 0;
            font-size: 14px;
            width: 100%;
            vertical-align: middle; }
            .footer-container div.block-subscribe > div div.block-content div.input-box input[type=email].validation-failed {
              border: 1px solid #FF0000; }
          .footer-container div.block-subscribe > div div.block-content div.input-box .validation-advice {
            text-align: left;
            padding-left: 0px;
            margin-top: 0;
            color: #fff;
            font-weight: bold; }
          .footer-container div.block-subscribe > div div.block-content div.input-box input::-webkit-input-placeholder {
            color: #bbb;
            font-size: 14px; }
          .footer-container div.block-subscribe > div div.block-content div.input-box input:-moz-placeholder {
            /* Firefox 18- */
            color: #bbb;
            font-size: 14px; }
          .footer-container div.block-subscribe > div div.block-content div.input-box input::-moz-placeholder {
            /* Firefox 19+ */
            color: #bbb;
            font-size: 14px; }
          .footer-container div.block-subscribe > div div.block-content div.input-box input:-ms-input-placeholder {
            color: #bbb;
            font-size: 14px; }
          @media only screen and (max-width: 770px) {
            .footer-container div.block-subscribe > div div.block-content div.input-box {
              width: calc(100% - 70px - 140px); }
              .footer-container div.block-subscribe > div div.block-content div.input-box input[type=email] {
                height: 50px;
                line-height: 50px; } }
          @media only screen and (max-width: 599px) {
            .footer-container div.block-subscribe > div div.block-content div.input-box {
              max-width: 435px;
              width: 100%;
              display: block; } }
        .footer-container div.block-subscribe > div div.block-content div.actions {
          display: inline-block;
          height: 60px;
          margin: 0;
          vertical-align: top; }
          @media only screen and (max-width: 770px) {
            .footer-container div.block-subscribe > div div.block-content div.actions {
              height: 50px; } }
          @media only screen and (max-width: 599px) {
            .footer-container div.block-subscribe > div div.block-content div.actions {
              display: block;
              margin-top: 10px; } }
          .footer-container div.block-subscribe > div div.block-content div.actions button.button {
            text-transform: uppercase;
            border: 1px solid #fff;
            float: none;
            background: transparent;
            font-size: 16px;
            line-height: 58px;
            padding: 0 23px;
            font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
            letter-spacing: 2px;
            width: 100%; }
            .footer-container div.block-subscribe > div div.block-content div.actions button.button:hover {
              color: #3155a4;
              background: #fff; }
            @media only screen and (max-width: 770px) {
              .footer-container div.block-subscribe > div div.block-content div.actions button.button {
                line-height: 48px; } }
            @media only screen and (max-width: 479px) {
              .footer-container div.block-subscribe > div div.block-content div.actions button.button {
                line-height: 48px; } }
  .footer-container .footer .col {
    margin-bottom: 11px;
    width: calc((100% / 12) * 2);
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
    .footer-container .footer .col .footer-links-wrapper {
      text-align: left;
      display: inline-block; }
    .footer-container .footer .col .block-title {
      text-align: left; }
      .footer-container .footer .col .block-title strong {
        color: #555555;
        font-family: "Lato Semibold";
        text-transform: uppercase;
        font-size: 13px; }
    .footer-container .footer .col ul li a {
      color: #999999;
      text-transform: Capitalize;
      font-family: "open_sansregular";
      font-size: 12px;
      line-height: 2.5; }
      .footer-container .footer .col ul li a:hover {
        color: #3155a5; }
  .footer-container .footer #footer-logo {
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle; }
    @media only screen and (max-width: 1199px) {
      .footer-container .footer #footer-logo {
        margin-right: 3.5%; } }
    @media only screen and (max-width: 770px) {
      .footer-container .footer #footer-logo {
        display: block;
        margin: 0 auto; } }
    .footer-container .footer #footer-logo img {
      width: 150px; }
      @media only screen and (max-width: 770px) {
        .footer-container .footer #footer-logo img {
          margin: 0 auto; } }
  .footer-container .footer #footer-message {
    display: inline-block;
    margin-right: 4%;
    width: 37%;
    vertical-align: middle;
    font-family: "open_sansregular";
    font-size: 11px;
    text-align: left; }
    .footer-container .footer #footer-message a.centre {
      display: none; }
    @media only screen and (max-width: 1199px) {
      .footer-container .footer #footer-message {
        margin-right: 3.5%;
        width: calc(88% - 172px - 100px - 143px); } }
    @media only screen and (max-width: 770px) {
      .footer-container .footer #footer-message {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 15px; } }
    @media only screen and (max-width: 479px) {
      .footer-container .footer #footer-message a.centre {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold; } }
  .footer-container .footer #footer-sm-links {
    font-size: 0;
    display: inline-block;
    margin-right: 9%;
    vertical-align: middle; }
    @media only screen and (max-width: 1199px) {
      .footer-container .footer #footer-sm-links {
        margin-right: 3%; } }
    @media only screen and (max-width: 770px) {
      .footer-container .footer #footer-sm-links {
        display: block;
        margin: 15px auto; } }
    .footer-container .footer #footer-sm-links a {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #BBBBBB;
      display: inline-block;
      text-align: center;
      color: #FFFFFF;
      margin-right: 10px;
      cursor: pointer; }
      .footer-container .footer #footer-sm-links a i {
        font-size: 16px;
        line-height: 30px; }
      .footer-container .footer #footer-sm-links a:last-child {
        margin-right: 0; }
      .footer-container .footer #footer-sm-links a.facebook:hover {
        background-color: #4D67A3; }
      .footer-container .footer #footer-sm-links a.twitter:hover {
        background-color: #25A7DF; }
      .footer-container .footer #footer-sm-links a.instagram:hover {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      .footer-container .footer #footer-sm-links a.youtube:hover {
        background-color: #CC171E; }
  .footer-container .footer #footer-payment-method {
    display: inline-block;
    height: 55px;
    font-size: 13px;
    vertical-align: middle;
    width: 143px;
    text-transform: capitalize;
    text-align: left; }
    @media only screen and (max-width: 770px) {
      .footer-container .footer #footer-payment-method {
        display: block;
        margin: 10px auto;
        text-align: center; } }
    .footer-container .footer #footer-payment-method span.icon-visa {
      background: url("../../../rwd/mint2/images/sprite.png") no-repeat center center;
      background-position: 0px -435px;
      width: 64px;
      height: 20px;
      display: inline-block;
      margin-right: 15px; }
    .footer-container .footer #footer-payment-method span.icon-master {
      background: url("../../../rwd/mint2/images/sprite.png") no-repeat center center;
      background-position: 0px -465px;
      width: 42px;
      height: 25px;
      display: inline-block; }
  .footer-container .footer address, .footer-container .footer #lero9 {
    font-family: "open_sanslight";
    font-size: 11px;
    color: #FFFFFF;
    width: 50%; }
    .footer-container .footer address a, .footer-container .footer #lero9 a {
      color: #FFFFFF; }
  .footer-container .footer address {
    float: left;
    text-align: left; }
    @media only screen and (max-width: 770px) {
      .footer-container .footer address {
        width: 250px; } }
    @media only screen and (max-width: 479px) {
      .footer-container .footer address {
        text-align: center;
        width: 100%;
        float: none; } }
  .footer-container .footer #lero9 {
    float: right;
    text-align: right; }
    @media only screen and (max-width: 770px) {
      .footer-container .footer #lero9 {
        width: 100px; } }
    @media only screen and (max-width: 479px) {
      .footer-container .footer #lero9 {
        text-align: center;
        width: 100%;
        float: none; } }
  @media only screen and (max-width: 979px) {
    .footer-container .footer {
      text-align: center; } }
  @media only screen and (max-width: 770px) {
    .footer-container .footer {
      padding: 0; }
      .footer-container .footer .col {
        width: 100%;
        clear: both;
        margin: 0; }
        .footer-container .footer .col .footer-links-wrapper {
          display: block; }
        .footer-container .footer .col .block-title {
          padding: 0;
          margin: 0;
          padding: 10px 15px;
          border-bottom: solid 1px #ccc;
          cursor: default;
          display: inline-block;
          width: 100%; }
          .footer-container .footer .col .block-title:after {
            content: '\f105';
            font-family: FontAwesome;
            color: #3155a5;
            font-size: 19px;
            line-height: 23px;
            font-weight: 100;
            display: inline;
            float: right;
            margin-right: 10px; }
          .footer-container .footer .col .block-title + ul {
            display: none; }
            .footer-container .footer .col .block-title + ul li {
              padding: 10px 15px;
              border-bottom: solid 1px #ccc;
              background: #eee; }
              .footer-container .footer .col .block-title + ul li a {
                color: #3155a5; }
              .footer-container .footer .col .block-title + ul li span {
                margin: 0; }
          .footer-container .footer .col .block-title.active-footer-link:after {
            content: '\f107'; }
          .footer-container .footer .col .block-title.active-footer-link + ul {
            display: block; }
      .footer-container .footer #footer-logo {
        padding-top: 30px; } }

.footer-social-links {
  background: #FAFAFA;
  text-align: center;
  padding: 15px 0px; }
  .footer-social-links a {
    display: inline-block;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    margin: 0px 30px; }
    .footer-social-links a i {
      display: block;
      clear: both;
      font-size: 20px;
      padding: 0px 0px 3px 0px; }

.to-top {
  display: none;
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  position: fixed;
  bottom: 12px;
  right: 15px;
  z-index: 99999; }

@media only screen and (max-width: 479px) {
  .footer .col:nth-child(5) {
    display: none; } }

.sidebar #gan-left-nav-main-container .block-content .gan-wrapper.gan-left {
  background: none !important; }

.sidebar #gan-left-nav-main-container .gift-content .gan-wrapper.gan-left {
  background: none !important; }

.sidebar #gan-left-nav-main-container .gan-wrapper.gan-left ul.gan-default-list li {
  border: 0; }
  .sidebar #gan-left-nav-main-container .gan-wrapper.gan-left ul.gan-default-list li a:hover {
    color: #3155a5; }

.sidebar #gan-left-nav-main-container,
.sidebar #block-layered-nav-left {
  margin-right: 13px; }
  @media only screen and (max-width: 599px) {
    .sidebar #gan-left-nav-main-container,
    .sidebar #block-layered-nav-left {
      margin-right: 0; } }
  .sidebar #gan-left-nav-main-container .block-subtitle,
  .sidebar #block-layered-nav-left .block-subtitle {
    padding: 0;
    position: absolute;
    right: 0;
    line-height: 23px;
    top: -35px;
    background: #3155a5; }
    .sidebar #gan-left-nav-main-container .block-subtitle button.button span span,
    .sidebar #block-layered-nav-left .block-subtitle button.button span span {
      background: transparent;
      border: none;
      border-radius: 0;
      line-height: 25px !important;
      color: #fff !important; }

.sidebar #gan-left-nav-main-container .block-title,
.sidebar #block-layered-nav-left .block-title {
  text-transform: uppercase;
  height: 50px;
  border-top: 4px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  margin: 0; }
  .sidebar #gan-left-nav-main-container .block-title strong,
  .sidebar #block-layered-nav-left .block-title strong {
    line-height: 45px; }
  .sidebar #gan-left-nav-main-container .block-title span,
  .sidebar #block-layered-nav-left .block-title span {
    padding-left: 15px;
    font-family: "Lato Semibold";
    font-size: 17px;
    color: #222;
    line-height: 45px; }

.sidebar #block-layered-nav-left .block-content {
  background-color: #fafafa;
  margin-top: 0; }
  .sidebar #block-layered-nav-left .block-content .narrow-by-list .gan-track {
    width: 90%; }
  .sidebar #block-layered-nav-left .block-content .narrow-by-list dl {
    border-bottom: 1px solid #efefef; }
  .sidebar #block-layered-nav-left .block-content .narrow-by-list dt {
    border: 0;
    font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #999999;
    background: none;
    letter-spacing: 0.5px;
    height: 50px;
    padding: 0; }
    .sidebar #block-layered-nav-left .block-content .narrow-by-list dt .filter-name {
      color: #585859;
      padding-left: 46px;
      position: relative;
      font-size: 13px;
      line-height: 50px; }
      .sidebar #block-layered-nav-left .block-content .narrow-by-list dt .filter-name:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f078";
        color: #3155A5;
        position: absolute;
        font-size: 12px;
        left: 17px;
        top: 17px; }
      .sidebar #block-layered-nav-left .block-content .narrow-by-list dt .filter-name:hover {
        color: #3155a5; }
  .sidebar #block-layered-nav-left .block-content .narrow-by-list dd {
    text-transform: uppercase;
    margin: 0 15px 10px;
    padding: 0;
    border: none; }
    .sidebar #block-layered-nav-left .block-content .narrow-by-list dd a.reset-filter {
      border: 1px solid #3155a5;
      padding: 0 3px;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.4); }
  .sidebar #block-layered-nav-left .block-content .narrow-by-list dd:not(#advancednavigation-filter-content-price-left) {
    max-height: 150px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 0 10px; }
  @media only screen and (max-width: 770px) {
    .sidebar #block-layered-nav-left .block-content {
      margin-right: 0; } }

.sidebar ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.sidebar ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

#gifts #block-layered-nav-left {
  border-top: 2px solid #bbbbbb; }
  #gifts #block-layered-nav-left .block-title {
    display: none; }
  #gifts #block-layered-nav-left dl:not(.price) {
    display: none; }

.block-layered-nav dl ol > li > a,
.block-layered-nav dl ol > li > a:hover {
  background: none; }

.narrow-by-list dd ol.image-align-default li,
ul.image-align-default li {
  padding-top: 5px;
  padding-bottom: 5px; }

.gan-sidebar-nav ul.gan-default-list {
  padding-left: 20px; }
  .gan-sidebar-nav ul.gan-default-list li a {
    color: #222;
    font-family: "open_sansregular"; }
    .gan-sidebar-nav ul.gan-default-list li a span {
      font-size: 12px; }

.narrow-by-list dd ol.gan-list-checkbox {
  margin-top: 7px; }

.narrow-by-list dd ol.gan-list-checkbox li a,
ul.gan-list-checkbox.gan-default-list li a span,
ul.gan-list-checkbox.gan-folding-list li a span,
.gan-sidebar-nav .gan-image-list.gan-list-checkbox li a {
  padding-left: 30px;
  background: none;
  text-transform: capitalize;
  color: #222;
  position: relative;
  font-size: 12px; }
  .narrow-by-list dd ol.gan-list-checkbox li a:hover,
  ul.gan-list-checkbox.gan-default-list li a span:hover,
  ul.gan-list-checkbox.gan-folding-list li a span:hover,
  .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a:hover {
    color: #3155a5; }
  .narrow-by-list dd ol.gan-list-checkbox li a:before,
  ul.gan-list-checkbox.gan-default-list li a span:before,
  ul.gan-list-checkbox.gan-folding-list li a span:before,
  .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a:before {
    position: absolute;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    top: 1px;
    left: 0;
    content: ''; }
  .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-more:after,
  ul.gan-list-checkbox.gan-default-list li a span.gan-attr-more:after,
  ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-more:after,
  .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-more:after {
    content: '\f107'; }
  .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-less:after,
  ul.gan-list-checkbox.gan-default-list li a span.gan-attr-less:after,
  ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-less:after,
  .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-less:after {
    content: '\f106'; }
  .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-more, .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-less,
  ul.gan-list-checkbox.gan-default-list li a span.gan-attr-more,
  ul.gan-list-checkbox.gan-default-list li a span.gan-attr-less,
  ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-more,
  ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-less,
  .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-more,
  .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-less {
    background: #fff !important;
    border: 1px solid #f3f3f3;
    box-shadow: rgba(132, 132, 132, 0.15) 1px 1px 2px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 !important;
    display: block !important;
    text-transform: uppercase;
    color: #3155a5;
    margin: 0 auto; }
    .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-more:before, .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-less:before,
    ul.gan-list-checkbox.gan-default-list li a span.gan-attr-more:before,
    ul.gan-list-checkbox.gan-default-list li a span.gan-attr-less:before,
    ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-more:before,
    ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-less:before,
    .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-more:before,
    .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-less:before {
      display: none; }
    .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-more:after, .narrow-by-list dd ol.gan-list-checkbox li a.gan-attr-less:after,
    ul.gan-list-checkbox.gan-default-list li a span.gan-attr-more:after,
    ul.gan-list-checkbox.gan-default-list li a span.gan-attr-less:after,
    ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-more:after,
    ul.gan-list-checkbox.gan-folding-list li a span.gan-attr-less:after,
    .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-more:after,
    .gan-sidebar-nav .gan-image-list.gan-list-checkbox li a.gan-attr-less:after {
      font-family: FontAwesome;
      margin-left: 10px; }

@media only screen and (min-width: 771px) {
  .narrow-by-list dd ol.gan-list-checkbox li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox li a:hover:before {
      position: absolute;
      border: 1px solid #3155A5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #3155A5;
      width: 14px;
      height: 14px;
      top: 1px;
      left: 1px;
      content: ''; }
  .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover,
  .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover:before,
    .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover:before {
      position: absolute;
      border: 1px solid #3155A5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #3155A5;
      width: 15px;
      height: 15px;
      top: 1px;
      left: 3px;
      content: ''; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .narrow-by-list dd ol.gan-list-checkbox li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox li a:hover:before {
      border: 1px solid #ddd;
      background: #fff;
      width: 15px;
      height: 15px; }
  .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover,
  .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover:before,
    .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover:before {
      border: 1px solid #ddd;
      background: #fff; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .narrow-by-list dd ol.gan-list-checkbox li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox li a:hover:before {
      border: 1px solid #ddd;
      background: #fff;
      width: 15px;
      height: 15px; }
  .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover,
  .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover:before,
    .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover:before {
      border: 1px solid #ddd;
      background: #fff; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .narrow-by-list dd ol.gan-list-checkbox li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox li a:hover:before {
      border: 1px solid #ddd;
      background: #fff;
      width: 15px;
      height: 15px; }
  .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover,
  .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover {
    background: none; }
    .narrow-by-list dd ol.gan-list-checkbox.no-titles li a:hover:before,
    .gan-sidebar-nav .gan-list-checkbox.no-titles li a:hover:before {
      border: 1px solid #ddd;
      background: #fff; } }

.narrow-by-list dd ol.gan-list-checkbox li a.active {
  background: none; }
  .narrow-by-list dd ol.gan-list-checkbox li a.active:before {
    position: absolute;
    border: 1px solid #3155A5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3155A5;
    width: 15px;
    height: 15px;
    top: 1px;
    left: 3px;
    content: ''; }

dd#advancednavigation-filter-content-price-left {
  background: none !important;
  border: 0 !important; }

.gomage-navigation-slider-type-cone .block-subtitle {
  margin-bottom: 0;
  background: #fff;
  padding-bottom: 10px; }

.block-layered-nav .block-content button.button span span {
  color: #3155a5 !important; }

.gomage-navigation-slider-type-cone .narrow-by-list .handle-left .handle-left-bg,
.gomage-navigation-slider-type-cone .narrow-by-list .handle-right .handle-right-bg {
  background: none;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e4e4e4; }

.narrow-by-list .handle-left .handle-left-bg,
.narrow-by-list .handle-right .handle-right-bg,
.narrow-by-list .handle-left, .narrow-by-list .handle-right {
  width: 18px;
  height: 18px; }

.narrow-by-list .gan-slider-span {
  background: #3155a5 !important; }

.sidebar #gan-left-nav-main-container.gift-left {
  margin-bottom: 0; }
  .sidebar #gan-left-nav-main-container.gift-left .block-title.gift-title {
    border-top: 0;
    border-bottom: 0;
    height: auto;
    line-height: 40px; }
  .sidebar #gan-left-nav-main-container.gift-left .gift-content {
    background-color: #fafafa; }
    .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list {
      padding-left: 0; }
      .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li a span {
        text-transform: uppercase;
        font-family: "Lato Semibold"; }
      .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top > a {
        background: #f4f4f4; }
        .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top > a span {
          color: #666;
          font-family: "Lato Bold";
          font-size: 14px;
          padding-left: 14px; }
        .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top > a:hover {
          background: #e7e7e7; }
      .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top ul {
        padding: 10px 0; }
        .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top ul li a {
          position: relative; }
          .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top ul li a span {
            color: #3155a5;
            padding-left: 24px; }
          .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top ul li a:before {
            position: absolute;
            border: 1px solid #ddd;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            width: 15px;
            height: 15px;
            top: 50%;
            left: 10px;
            margin-top: -7px;
            content: ''; }
          .sidebar #gan-left-nav-main-container.gift-left .gift-content .gan-wrapper.gan-left ul.gan-default-list li.level-top ul li a:hover:before {
            width: 14px;
            height: 14px;
            border: 1px solid #3155a5;
            background: #3155a5; }

.catalogsearch-result-index .gan-left-nav {
  display: none; }

@media only screen and (max-width: 770px) {
  .sidebar #gan-left-nav-main-container .block-title {
    border-bottom: 0; }
  .sidebar #gan-left-nav-main-container .block-title, .sidebar #block-layered-nav-left .block-title {
    border-top: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer; }
    .sidebar #gan-left-nav-main-container .block-title:after, .sidebar #block-layered-nav-left .block-title:after {
      content: 'SHOW';
      display: block;
      float: right;
      line-height: 25px;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 11px;
      font-weight: bold;
      background: #3155a5;
      max-width: 60px;
      width: 100%;
      text-align: center; }
    .sidebar #gan-left-nav-main-container .block-title.active:after, .sidebar #block-layered-nav-left .block-title.active:after {
      content: 'HIDE';
      background: transparent;
      color: #3155a5;
      top: 0;
      line-height: 50px; }
    .sidebar #gan-left-nav-main-container .block-title strong, .sidebar #block-layered-nav-left .block-title strong {
      padding: 0;
      line-height: 50px; }
  .sidebar #block-layered-nav-left .block-content .narrow-by-list dt.filter-content-hide .filter-name:before {
    content: "\f054";
    top: 21px; } }

#advanced-search-form-title h2 {
  text-transform: uppercase;
  border-bottom: 0;
  font-size: 17px;
  color: #555555;
  font-family: "Lato Semibold";
  font-size: normal; }

#price-value-indicator {
  overflow: hidden; }
  #price-value-indicator #price-from-value {
    float: left; }
  #price-value-indicator #price-to-value {
    float: right; }

form#caroswines-advanced-search-form {
  background-color: #FAFAFA;
  padding-bottom: 20px; }
  form#caroswines-advanced-search-form div.advanced-search {
    padding: 0px 0 20px;
    background: none;
    border: none; }
    form#caroswines-advanced-search-form div.advanced-search ul li {
      padding: 0 13px 10px;
      border-bottom: 1px solid #efefef; }
      form#caroswines-advanced-search-form div.advanced-search ul li header {
        color: #585859;
        padding-left: 30px;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 50px;
        font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }
        form#caroswines-advanced-search-form div.advanced-search ul li header:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\f078";
          color: #3155A5;
          position: absolute;
          font-size: 12px;
          left: 0px;
          top: 17px; }
        form#caroswines-advanced-search-form div.advanced-search ul li header:hover {
          color: #3155a5; }
      form#caroswines-advanced-search-form div.advanced-search ul li div.input-box {
        height: 100px;
        overflow-y: scroll;
        padding: 5px 10px;
        background-color: #ffffff; }
        form#caroswines-advanced-search-form div.advanced-search ul li div.input-box div.multicheckbox-containerundefined {
          overflow: hidden; }
    form#caroswines-advanced-search-form div.advanced-search ul li:first-child header {
      margin-top: 0; }
    form#caroswines-advanced-search-form div.advanced-search #price-range.ui-slider-horizontal.ui-widget-content {
      height: 3px;
      border: none;
      background: #bfbfbf;
      margin-top: 15px;
      width: 95%; }
      form#caroswines-advanced-search-form div.advanced-search #price-range.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
        top: -9px; }
    form#caroswines-advanced-search-form div.advanced-search #price-value-indicator {
      margin-top: 18px; }
      form#caroswines-advanced-search-form div.advanced-search #price-value-indicator #price-from-value, form#caroswines-advanced-search-form div.advanced-search #price-value-indicator #price-to-value {
        font-size: 14px;
        font-family: "open_sansregular";
        color: #555555; }
  form#caroswines-advanced-search-form div.buttons-set {
    margin-left: 20px; }
  form#caroswines-advanced-search-form div.checkbox {
    display: block; }
    form#caroswines-advanced-search-form div.checkbox label {
      width: 100%;
      padding-left: 30px;
      position: relative;
      cursor: pointer;
      background: none;
      text-transform: capitalize;
      color: #222;
      font-size: 12px;
      margin: 3px 0; }
      form#caroswines-advanced-search-form div.checkbox label:before {
        position: absolute;
        border: 1px solid #ddd;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        width: 15px;
        height: 15px;
        top: 2px;
        left: 0;
        content: ''; }
      form#caroswines-advanced-search-form div.checkbox label input {
        display: none; }
      form#caroswines-advanced-search-form div.checkbox label:hover:before {
        position: absolute;
        border: 1px solid #3155A5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #3155A5;
        width: 14px;
        height: 14px;
        top: 1px;
        left: 1px;
        content: ''; }
    form#caroswines-advanced-search-form div.checkbox label.multicheckbox-on {
      color: #3055A3; }
      form#caroswines-advanced-search-form div.checkbox label.multicheckbox-on:before {
        background-color: #3055A3; }
  form#caroswines-advanced-search-form div.buttons-set {
    border-top: 0;
    margin-right: 20px; }
    form#caroswines-advanced-search-form div.buttons-set button {
      padding: 16px 24px; }
  form#caroswines-advanced-search-form ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  form#caroswines-advanced-search-form ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

#aw_popup_close_btn {
  display: none; }

#aw_popup_wraper {
  background: #F4F3EE;
  opacity: 0.9 !important; }

#aw_popup_window {
  border: solid 2px;
  border-radius: 20px;
  border-color: #E4E4E3;
  padding: 10px; }
  @media only screen and (max-width: 479px) {
    #aw_popup_window {
      width: 380px !important;
      margin-left: -190px !important; } }

#aw_popup_content #btnPanel {
  text-align: center; }
  #aw_popup_content #btnPanel img {
    width: 260px;
    margin: 30px auto; }
  #aw_popup_content #btnPanel h2 {
    font-family: "open_sanssemibold";
    font-size: 18px;
    line-height: 1.4;
    margin: 25px auto; }
    @media only screen and (max-width: 479px) {
      #aw_popup_content #btnPanel h2 {
        width: 300px; } }
  #aw_popup_content #btnPanel input.btn {
    display: block;
    margin: 0 auto;
    background: none; }
  #aw_popup_content #btnPanel input.yes {
    font-family: GillSansShadowMTStd;
    font-size: 30px;
    border-radius: 10px;
    padding: 0 20px 10px;
    background: #F7F7F7;
    border: 2px solid #3155a5;
    color: #3155a5; }
  #aw_popup_content #btnPanel input.no {
    border: 0;
    text-decoration: underline;
    margin-top: 10px; }

/* newsletter popup */
.aw_popup_wraper {
  display: none; }

.subscribe-popup {
  border-radius: 0 !important;
  background: #3155a5 !important;
  background: -moz-linear-gradient(297deg, #3155a5 0%, #223a6f 100%) !important;
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3155a5), color-stop(100%, #223a6f));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(297deg, #3155a5 0%, #223a6f 100%) !important;
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(297deg, #3155a5 0%, #223a6f 100%) !important;
  /* opera 11.10+ */
  background: -ms-linear-gradient(297deg, #3155a5 0%, #223a6f 100%) !important;
  /* ie10+ */
  background: linear-gradient(153deg, #3155a5 0%, #223a6f 100%) !important;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3155a5', endColorstr='#223a6f',GradientType=0 );
  /* ie6-9 */
  color: #fff;
  font-size: 12px;
  position: fixed;
  right: 0;
  border: none !important;
  overflow: visible !important;
  z-index: 9999 !important;
  padding: 15px !important;
  width: 388px !important;
  height: 227px !important;
  margin-top: -227px !important;
  margin-left: -194px !important;
  /* subscribe button */
  /* responsive style for newsletter popup */ }
  .subscribe-popup .grapes {
    position: absolute;
    top: -28px;
    right: -72px;
    width: 145px; }
    @media only screen and (max-width: 479px) {
      .subscribe-popup .grapes {
        width: 120px;
        height: auto;
        right: -59px;
        top: -26px; } }
  .subscribe-popup .sub-close {
    position: absolute;
    right: 0px;
    top: -23px;
    width: 60px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    color: #fff;
    background: #2b4a8f;
    font-size: 11px;
    line-height: 23px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 479px) {
      .subscribe-popup .sub-close {
        width: 45px;
        right: 0px;
        font-size: 10px;
        line-height: 23px; } }
  .subscribe-popup .block {
    margin-bottom: 0; }
  .subscribe-popup .block-content h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 15px; }
  .subscribe-popup .block-content span {
    width: 78%;
    display: block;
    font-size: 13px;
    line-height: 1.3; }
  .subscribe-popup .block-content .info-span {
    width: 100%;
    margin: 8px 0 10px 0;
    font-size: 13px; }
  .subscribe-popup .input-box {
    width: 49%;
    display: block; }
    .subscribe-popup .input-box input {
      height: 30px;
      background: #fff;
      font-size: 13px; }
    .subscribe-popup .input-box .validation-advice {
      font-size: 9px;
      margin: 0; }
  .subscribe-popup .f-name {
    float: left; }
  .subscribe-popup .e-mail {
    float: right; }
  .subscribe-popup #newsletter-subscribe {
    float: none;
    width: 100%;
    margin: 11px auto 0 auto;
    background: #fff;
    color: #3155a5;
    border-radius: 4px;
    height: 30px; }
    .subscribe-popup #newsletter-subscribe span {
      width: 100%;
      text-align: center; }
  .subscribe-popup .active {
    position: absolute;
    bottom: 8px;
    left: 15px;
    width: 92% !important; }
  @media only screen and (min-width: 979px) and (max-width: 1199px) {
    .subscribe-popup {
      left: 70% !important; } }
  @media only screen and (min-width: 770px) and (max-width: 979px) {
    .subscribe-popup {
      left: 65% !important; } }
  @media only screen and (min-width: 479px) and (max-width: 770px) {
    .subscribe-popup {
      left: 50% !important; } }
  @media only screen and (max-width: 479px) {
    .subscribe-popup {
      max-width: 290px !important;
      left: 61% !important;
      padding: 15px 15px 0 15px !important;
      height: 252px !important;
      margin-top: -252px !important; }
      .subscribe-popup .block-content {
        margin: 0; }
        .subscribe-popup .block-content h2 {
          letter-spacing: 1px;
          line-height: 23px;
          margin: 0 0 3px;
          width: 60%;
          font-size: 21px; }
        .subscribe-popup .block-content span {
          font-size: 12px;
          line-height: 1.3;
          width: 87%; }
        .subscribe-popup .block-content .info-span {
          width: 93%;
          margin: 4px 0 4px 0;
          font-size: 11px; }
      .subscribe-popup .input-wrapper {
        display: block; }
      .subscribe-popup .input-box {
        width: 100%;
        position: relative;
        margin-bottom: 3px; }
        .subscribe-popup .input-box .validation-advice {
          display: none; }
        .subscribe-popup .input-box input {
          height: 29px;
          background: #fff;
          font-size: 12px; }
      .subscribe-popup #newsletter-subscribe {
        height: 30px;
        margin-top: 3px; }
      .subscribe-popup .active {
        position: absolute;
        bottom: 5px;
        left: 15px;
        width: 89.5% !important; } }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#ajaxcartpro-add-confirm, #acp-product-options {
  padding: 0;
  overflow-y: scroll; }
  #ajaxcartpro-add-confirm .product-image, #acp-product-options .product-image {
    float: left;
    max-width: 265px; }
    @media only screen and (max-width: 680px) {
      #ajaxcartpro-add-confirm .product-image, #acp-product-options .product-image {
        width: 100%;
        max-width: 100%;
        text-align: center; }
        #ajaxcartpro-add-confirm .product-image img, #acp-product-options .product-image img {
          display: inherit;
          margin: 0 auto; } }
    @media only screen and (max-width: 599px) {
      #ajaxcartpro-add-confirm .product-image, #acp-product-options .product-image {
        width: 65%;
        margin: 0 auto;
        float: none; }
        #ajaxcartpro-add-confirm .product-image img, #acp-product-options .product-image img {
          height: auto;
          width: 100%; } }
  #ajaxcartpro-add-confirm header.cart-message, #ajaxcartpro-add-confirm .messages, #acp-product-options header.cart-message, #acp-product-options .messages {
    background-color: #bcd3fd;
    overflow: hidden; }
    #ajaxcartpro-add-confirm header.cart-message h1, #ajaxcartpro-add-confirm header.cart-message li, #ajaxcartpro-add-confirm .messages h1, #ajaxcartpro-add-confirm .messages li, #acp-product-options header.cart-message h1, #acp-product-options header.cart-message li, #acp-product-options .messages h1, #acp-product-options .messages li {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      margin: 15px 0; }
      #ajaxcartpro-add-confirm header.cart-message h1:before, #ajaxcartpro-add-confirm header.cart-message li:before, #ajaxcartpro-add-confirm .messages h1:before, #ajaxcartpro-add-confirm .messages li:before, #acp-product-options header.cart-message h1:before, #acp-product-options header.cart-message li:before, #acp-product-options .messages h1:before, #acp-product-options .messages li:before {
        font-family: FontAwesome;
        content: '\f00c';
        margin-right: 8px; }
    @media only screen and (max-width: 599px) {
      #ajaxcartpro-add-confirm header.cart-message, #ajaxcartpro-add-confirm .messages, #acp-product-options header.cart-message, #acp-product-options .messages {
        background-color: #555; }
        #ajaxcartpro-add-confirm header.cart-message h1, #ajaxcartpro-add-confirm header.cart-message li, #ajaxcartpro-add-confirm .messages h1, #ajaxcartpro-add-confirm .messages li, #acp-product-options header.cart-message h1, #acp-product-options header.cart-message li, #acp-product-options .messages h1, #acp-product-options .messages li {
          font-size: 14px;
          letter-spacing: 1px;
          margin: 10px 0; } }
  #ajaxcartpro-add-confirm section.cart-content, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content, #acp-product-options section.cart-content, #acp-product-options #product-options-wrapper.cart-content {
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
    #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col, #acp-product-options section.cart-content div.cart-content-left-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px;
      margin-right: 20px;
      width: calc(100% - 370px);
      overflow: hidden; }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > img, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > img, #acp-product-options section.cart-content div.cart-content-left-col > img, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > img {
        float: left;
        margin: -30px -40px 0 -50px; }
        @media only screen and (max-width: 599px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > img, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > img, #acp-product-options section.cart-content div.cart-content-left-col > img, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > img {
            float: none;
            margin: 0 auto; } }
        @media only screen and (max-width: 479px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > img, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > img, #acp-product-options section.cart-content div.cart-content-left-col > img, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > img {
            width: 100%;
            height: auto; } }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > p, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > p, #acp-product-options section.cart-content div.cart-content-left-col > p, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > p {
        width: auto;
        text-align: left;
        padding-left: 265px; }
        @media only screen and (max-width: 680px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > p, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > p, #acp-product-options section.cart-content div.cart-content-left-col > p, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > p {
            width: 100%;
            padding-left: 0; } }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > p.product-name, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > p.product-name, #acp-product-options section.cart-content div.cart-content-left-col > p.product-name, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > p.product-name {
        font-family: 'Lato Semibold';
        font-size: 19px;
        text-transform: uppercase; }
        @media only screen and (max-width: 599px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > p.product-name, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > p.product-name, #acp-product-options section.cart-content div.cart-content-left-col > p.product-name, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > p.product-name {
            font-size: 13px;
            text-align: center; } }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > p.product-short-desc, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > p.product-short-desc, #acp-product-options section.cart-content div.cart-content-left-col > p.product-short-desc, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > p.product-short-desc {
        font-size: 13px;
        margin-bottom: 25px;
        color: #525252; }
        @media only screen and (max-width: 599px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > p.product-short-desc, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > p.product-short-desc, #acp-product-options section.cart-content div.cart-content-left-col > p.product-short-desc, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > p.product-short-desc {
            display: none; } }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col .icons-awards, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards, #acp-product-options section.cart-content div.cart-content-left-col .icons-awards, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards {
        text-align: left; }
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col .icons-awards .food-img-wrap, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards .food-img-wrap, #acp-product-options section.cart-content div.cart-content-left-col .icons-awards .food-img-wrap, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards .food-img-wrap {
          display: inline-block;
          margin-right: 20px; }
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col .icons-awards img, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards img, #acp-product-options section.cart-content div.cart-content-left-col .icons-awards img, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards img {
          width: 42px; }
        @media only screen and (max-width: 599px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col .icons-awards, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards, #acp-product-options section.cart-content div.cart-content-left-col .icons-awards, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col .icons-awards {
            display: none; } }
      @media only screen and (max-width: 599px) {
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col > .critic-results, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col > .critic-results, #acp-product-options section.cart-content div.cart-content-left-col > .critic-results, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col > .critic-results {
          display: none; } }
      @media only screen and (max-width: 979px) {
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col, #acp-product-options section.cart-content div.cart-content-left-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col {
          width: calc(100% - 80px);
          margin-bottom: 35px; } }
      @media only screen and (max-width: 599px) {
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-left-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-left-col, #acp-product-options section.cart-content div.cart-content-left-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col {
          background: #fff;
          width: 100%;
          margin: 0;
          padding: 0px 35px 10px; } }
    #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col, #acp-product-options section.cart-content div.cart-content-right-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      margin-right: 30px;
      background-color: #f8f8f8;
      border: 1px solid #f1f1f1;
      padding: 15px 0; }
      @media only screen and (max-width: 979px) {
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col, #acp-product-options section.cart-content div.cart-content-right-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col {
          width: calc(100% - 80px);
          margin-left: 40px; } }
      @media only screen and (max-width: 599px) {
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col, #acp-product-options section.cart-content div.cart-content-right-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          padding: 0; } }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col table.cart-data, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-btn-container, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container, #acp-product-options section.cart-content div.cart-content-right-col table.cart-data, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-btn-container, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container {
        width: 258px;
        margin: 0 auto;
        border-spacing: 0; }
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col table.cart-data tr td, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-btn-container tr td, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr td, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr td, #acp-product-options section.cart-content div.cart-content-right-col table.cart-data tr td, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-btn-container tr td, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr td, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr td {
          font-size: 14px; }
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col table.cart-data tr td:first-child, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:first-child, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr td:first-child, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:first-child, #acp-product-options section.cart-content div.cart-content-right-col table.cart-data tr td:first-child, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:first-child, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr td:first-child, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:first-child {
          width: 40%;
          padding: 0 0 12px 22px;
          text-align: left; }
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col table.cart-data tr td:last-child, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:last-child, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr td:last-child, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:last-child, #acp-product-options section.cart-content div.cart-content-right-col table.cart-data tr td:last-child, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:last-child, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr td:last-child, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr td:last-child {
          width: 60%;
          text-align: left;
          padding: 0 10px 12px 25px; }
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col table.cart-data tr:last-child, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr:last-child, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child, #acp-product-options section.cart-content div.cart-content-right-col table.cart-data tr:last-child, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr:last-child, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child {
          border-top: 1px solid #e1e1e1; }
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col table.cart-data tr:last-child td, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child td, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr:last-child td, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child td, #acp-product-options section.cart-content div.cart-content-right-col table.cart-data tr:last-child td, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child td, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col table.cart-data tr:last-child td, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-btn-container tr:last-child td {
            font-family: 'Lato Bold';
            font-size: 14px;
            padding-top: 12px; }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col > a.button, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-checkout, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col > a.button, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-checkout, #acp-product-options section.cart-content div.cart-content-right-col > a.button, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-checkout, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col > a.button, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-checkout {
        text-transform: uppercase;
        font-size: 15px;
        font-family: "Lato Semibold";
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 16px; }
        @media only screen and (max-width: 479px) {
          #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col > a.button, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-checkout, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col > a.button, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-checkout, #acp-product-options section.cart-content div.cart-content-right-col > a.button, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-checkout, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col > a.button, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-checkout {
            font-size: 13px; } }
      #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col > a.aw-acp-continue, #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col .aw-acp-continue, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col > a.aw-acp-continue, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-continue, #acp-product-options section.cart-content div.cart-content-right-col > a.aw-acp-continue, #acp-product-options section.cart-content div.cart-content-right-col .aw-acp-continue, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col > a.aw-acp-continue, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col .aw-acp-continue {
        color: #3155A5;
        background: none;
        width: auto;
        font-family: "Lato Bold";
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
        cursor: pointer;
        display: block; }
      @media only screen and (max-width: 599px) {
        #ajaxcartpro-add-confirm section.cart-content div.cart-content-right-col, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content div.cart-content-right-col, #acp-product-options section.cart-content div.cart-content-right-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col {
          padding-bottom: 10px;
          padding-top: 10px; } }
    @media only screen and (max-width: 599px) {
      #ajaxcartpro-add-confirm section.cart-content, #ajaxcartpro-add-confirm #product-options-wrapper.cart-content, #acp-product-options section.cart-content, #acp-product-options #product-options-wrapper.cart-content {
        font-size: 0;
        margin-top: 0;
        margin-bottom: 0; } }
  @media only screen and (min-width: 1046px) {
    #ajaxcartpro-add-confirm, #acp-product-options {
      width: 900px !important; } }
  @media only screen and (max-width: 479px) {
    #ajaxcartpro-add-confirm, #acp-product-options {
      width: calc(100% - 30px) !important;
      left: 15px !important; }
      #ajaxcartpro-add-confirm .product-image img, #acp-product-options .product-image img {
        width: 100%;
        max-width: 100%; } }
  #ajaxcartpro-add-confirm .upsell-products li .product-image, #acp-product-options .upsell-products li .product-image {
    height: 240px; }
  #ajaxcartpro-add-confirm .upsell-products li .product-name, #acp-product-options .upsell-products li .product-name {
    word-break: break-all; }
  #ajaxcartpro-add-confirm .upsell-products li .critic-results .critic-score, #acp-product-options .upsell-products li .critic-results .critic-score {
    margin-left: 0; }
  #ajaxcartpro-add-confirm .upsell-products li .critic-results .critic-name, #acp-product-options .upsell-products li .critic-results .critic-name {
    max-width: 105px;
    line-height: 18px;
    padding-bottom: 4px;
    text-align: left; }
  @media only screen and (max-width: 1199px) {
    #ajaxcartpro-add-confirm .upsell-products .product-image, #acp-product-options .upsell-products .product-image {
      height: 195px; }
      #ajaxcartpro-add-confirm .upsell-products .product-image img, #acp-product-options .upsell-products .product-image img {
        margin-left: -30px;
        width: 150px; }
    #ajaxcartpro-add-confirm .upsell-products .critic-results .critic-score, #acp-product-options .upsell-products .critic-results .critic-score {
      margin-left: 0px; } }
  @media only screen and (max-width: 599px) {
    #ajaxcartpro-add-confirm .upsell-products, #acp-product-options .upsell-products {
      display: none; } }
  @media only screen and (max-width: 599px) {
    #ajaxcartpro-add-confirm, #acp-product-options {
      min-width: 280px;
      background-color: #f8f8f8; } }

#acp-product-options .product-image {
  height: 300px; }
  @media only screen and (max-width: 599px) {
    #acp-product-options .product-image {
      height: auto; } }

#acp-product-options .product-options {
  border: 0;
  padding: 0; }

#acp-product-options .cart-message {
  background-color: #e41e43; }

#acp-product-options .aw-acp-btn-container .aw-acp-checkout {
  height: auto;
  width: 100%;
  line-height: 24px; }

@media only screen and (max-width: 599px) {
  #acp-product-options .aw-acp-btn-container {
    padding-left: 0px; } }

#acp-product-options .price-box {
  padding: 0 0 0 40px;
  text-align: left; }
  @media only screen and (max-width: 599px) {
    #acp-product-options .price-box {
      padding: 0px;
      text-align: center; } }

#acp-product-options div.cart-content-left-col > .critic-results {
  text-align: left;
  padding-left: 265px;
  padding-right: 15px; }
  #acp-product-options div.cart-content-left-col > .critic-results .critic-name {
    line-height: 17px; }

#acp-product-options .qty-wrapper {
  text-align: left;
  padding: 10px 0 10px 40px; }
  #acp-product-options .qty-wrapper label {
    display: inline-block;
    margin-right: 10px; }

#acp-product-options .product-options-ajax {
  padding: 0 30px;
  font-size: 18px; }
  #acp-product-options .product-options-ajax h2.bundle-content-title {
    font-family: GillSansShadowMTStd;
    color: #3155a5;
    letter-spacing: 2px;
    margin: 4px 0;
    text-align: left; }
  #acp-product-options .product-options-ajax div.col {
    border: 3px solid #EDEDED;
    position: relative; }
    #acp-product-options .product-options-ajax div.col div.input-box {
      padding: 17px 25px 0px 25px;
      min-height: 270px; }
      #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox {
        display: block;
        width: 37%;
        float: left;
        overflow: hidden;
        margin-right: 2%; }
        #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox a.product-image {
          float: left; }
          #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox a.product-image div.crop {
            width: 125px;
            text-align: center;
            overflow: hidden; }
            #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox a.product-image div.crop img {
              width: auto;
              position: relative;
              margin-left: -60%;
              margin-top: -30%;
              max-width: none; }
        @media only screen and (max-width: 979px) {
          #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox {
            width: 20%; }
            #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox a.product-image div.crop img {
              margin-left: -37%; } }
        @media only screen and (max-width: 770px) {
          #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox {
            width: 25%; }
            #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox a.product-image div.crop img {
              margin-left: -37%; } }
        @media only screen and (max-width: 599px) {
          #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox {
            width: 37%; }
            #acp-product-options .product-options-ajax div.col div.input-box div.image-subbox a.product-image div.crop img {
              margin-left: -60%; } }
      #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox {
        width: 59%;
        float: left;
        text-align: left; }
        #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .short-description-raw {
          font-size: 11px;
          font-weight: bold; }
        #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox h5 a {
          font-family: "Lato Bold";
          color: #555555;
          font-size: 14px;
          text-transform: uppercase;
          display: block;
          padding-right: 11px; }
          #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox h5 a:hover {
            color: #3155a5; }
        #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .child-product-icons-awards {
          padding-top: 20px; }
          #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .child-product-icons-awards .food-img-wrap {
            display: inline-block;
            width: 40px;
            margin-right: 5px; }
            #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .child-product-icons-awards .food-img-wrap img {
              width: 100%; }
            #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .child-product-icons-awards .food-img-wrap:last-child {
              margin-right: 0; }
          @media only screen and (max-width: 1199px) {
            #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .child-product-icons-awards {
              clear: left; } }
          @media only screen and (max-width: 979px) {
            #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .child-product-icons-awards {
              clear: none; } }
        #acp-product-options .product-options-ajax div.col div.input-box div.info-subbox .read-more a {
          text-transform: lowercase; }
    #acp-product-options .product-options-ajax div.col span.qty-holder {
      position: absolute;
      top: -3px;
      right: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 70px 70px 0;
      border-color: transparent #444444 transparent transparent; }
      #acp-product-options .product-options-ajax div.col span.qty-holder label {
        position: absolute;
        top: 8px;
        left: 38px;
        color: #fff;
        width: 30px;
        font-size: 17px; }
  @media only screen and (max-width: 599px) {
    #acp-product-options .product-options-ajax {
      display: none; } }

@media only screen and (max-width: 979px) {
  #acp-product-options div.cart-content-left-col > .critic-results {
    padding-left: 0;
    margin: 20px 0; }
  #acp-product-options #product-options-wrapper.cart-content {
    padding: 0 30px; }
    #acp-product-options #product-options-wrapper.cart-content div.cart-content-left-col, #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col {
      width: 100%;
      float: none;
      margin: 0; }
    #acp-product-options #product-options-wrapper.cart-content div.cart-content-right-col {
      margin-bottom: 20px;
      margin: 0; }
    #acp-product-options #product-options-wrapper.cart-content .qty-wrapper {
      text-align: center;
      padding: 10px 0; }
    #acp-product-options #product-options-wrapper.cart-content .product-options-ajax {
      padding: 0;
      margin-top: 30px; } }
  @media only screen and (max-width: 979px) and (max-width: 599px) {
    #acp-product-options #product-options-wrapper.cart-content {
      padding: 0; } }

@media only screen and (max-width: 979px) {
  #acp-product-options {
    top: 10px !important; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.

 * @category    design
 * @package     mint2
 * @copyright   Copyright (c) 2015 Lero9 (http://Lero9.co.nz)
 * @license     See license.txt
 */
/* ============================================ *
 * Slideshow
 * ============================================ */
.owl-stage-outer {
  max-height: 3030px; }

.owl-before {
  overflow: hidden;
  width: 99999px; }
  .owl-before .slide, .owl-before .owl-item, .owl-before .item {
    float: left; }

.carousel-slider .owl-controls .owl-dots {
  width: 100%;
  left: auto;
  text-align: center;
  position: relative;
  bottom: 0;
  padding: 10px 0; }
  .carousel-slider .owl-controls .owl-dots .owl-dot {
    display: inline-block; }
  .carousel-slider .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid rgba(49, 85, 165, 0.35);
    border-radius: 200px;
    margin-right: 15px; }
    .carousel-slider .owl-controls .owl-dots .owl-dot span:hover {
      background: #3155a5; }
  .carousel-slider .owl-controls .owl-dots .owl-dot.active span {
    background: #3155a5; }

.carousel-slider .owl-controls .owl-nav .owl-next,
.carousel-slider .owl-controls .owl-nav .owl-prev {
  color: #3155a5; }

.carousel-slider.theme-sidebar {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px); }

.carousel-slider.theme-sidebar, .carousel-sidebar {
  display: inline-block;
  float: left; }

.carousel-sidebar {
  width: -webkit-calc(100% - 880px);
  width: -moz-calc(100% - 880px);
  width: calc(100% - 880px); }

.product-carousel.owl-carousel .owl-stage-outer {
  padding-left: 10px; }

.product-carousel.owl-carousel .owl-item {
  border-right: 2px solid #f1f1f1;
  padding-right: 25px; }

.carousel-slider.owl-carousel .owl-item img {
  height: auto; }

@media only screen and (min-width: 771px) {
  #carousel-content-mobile {
    display: none; } }

@media only screen and (max-width: 770px) {
  .carousel-sidebar {
    display: none !important; }
  .carousel-sidebar .block-carousel-sidebar {
    height: auto; }
  #carousel-content-mobile.owl-carousel .owl-item img {
    height: auto; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.multifees-cart-fee #multifees-form .fee-items > p.note, .multifees-cart-fee #multifees-form .fee-items .fee-title, .multifees-cart-fee #multifees-form .fee-items .fee-options td {
  font-size: 12px; }

.category-intro-container .category-intro-img {
  float: right;
  width: 25%; }
  @media only screen and (max-width: 770px) {
    .category-intro-container .category-intro-img {
      float: left; } }
  @media only screen and (max-width: 599px) {
    .category-intro-container .category-intro-img {
      display: none; } }

.category-intro-container .category-intro-desc {
  float: left;
  width: 70%; }
  @media only screen and (max-width: 770px) {
    .category-intro-container .category-intro-desc {
      width: 100%; } }

.category-intro-container .category-title h1 {
  font-family: GillSansShadowMTStd;
  font-size: 40px;
  letter-spacing: 3px;
  color: #000;
  padding: 0;
  margin: 0 0 35px;
  line-height: 1; }
  @media only screen and (max-width: 770px) {
    .category-intro-container .category-title h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 599px) {
    .category-intro-container .category-title h1 {
      font-size: 26px;
      margin: 10px 0 30px; } }

.category-intro-container .category-image {
  border: 0;
  padding: 0; }

.category-intro-container .category-description h2 {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px; }

.category-intro-container .category-description p {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #585858;
  letter-spacing: 0.4px;
  line-height: 1.7; }

@media only screen and (max-width: 599px) {
  .category-intro-container .category-description {
    display: none; } }

.category-products {
  clear: both; }
  .category-products .toolbar {
    border: solid #ebebeb;
    border-width: 3px 0 3px 0;
    padding: 10px 15px; }
    @media only screen and (max-width: 770px) {
      .category-products .toolbar {
        padding: 10px 0 10px 0px; } }
    @media only screen and (max-width: 599px) {
      .category-products .toolbar {
        margin-top: 0; } }
  .category-products .sorter {
    margin-bottom: 0; }
    @media only screen and (max-width: 979px) {
      .category-products .sorter {
        width: 50%; } }
  @media only screen and (max-width: 979px) and (max-width: 599px) {
    .category-products .sorter label {
      font-size: 12px; } }
    @media only screen and (max-width: 979px) {
        .category-products .sorter select {
          margin-left: 0 !important;
          padding-right: 25px !important;
          padding-left: 5px; } }
    @media only screen and (max-width: 979px) and (max-width: 599px) {
      .category-products .sorter select {
        font-size: 13px;
        padding-right: 20px !important; } }
    .category-products .sorter label {
      text-transform: uppercase;
      font-family: "Lato Semibold";
      color: #434343; }
    .category-products .sorter > .view-mode .list {
      margin-right: 15px; }
    .category-products .sorter > .sort-by {
      margin-right: 10px;
      min-width: 205px; }
      @media only screen and (max-width: 420px) {
        .category-products .sorter > .sort-by label {
          font-size: 11px;
          margin-top: 2px; } }
      .category-products .sorter > .sort-by .custom-select {
        float: left;
        margin-top: 0px;
        height: 30px;
        line-height: 30px; }
        .category-products .sorter > .sort-by .custom-select:before {
          line-height: 30px; }
    .category-products .sorter select {
      margin: 0px 3px 0 15px;
      padding-right: 30px;
      height: 30px;
      float: left;
      line-height: 30px; }
  @media only screen and (max-width: 979px) {
    .category-products .pager {
      float: right;
      width: 50%; }
      .category-products .pager .pages-container {
        left: 0;
        margin-top: 40px; }
        .category-products .pager .pages-container .pages {
          margin-top: 0px;
          left: -50%; }
          .category-products .pager .pages-container .pages a {
            width: 23px; } }
      @media only screen and (max-width: 979px) and (max-width: 599px) {
        .category-products .pager .pages-container .pages .current {
          width: 25px; } }
  @media only screen and (max-width: 420px) {
    .category-products .pager label {
      font-size: 11px; } }
  @media only screen and (max-width: 420px) {
    .category-products .pager .count-container {
      width: 100%; }
      .category-products .pager .count-container .amount {
        width: 31%;
        margin-right: 5px;
        margin-top: 0px;
        font-size: 11px; }
      .category-products .pager .count-container .limiter {
        max-width: 65%;
        float: right; } }
  @media only screen and (max-width: 770px) {
    .category-products .pager .count-container .amount {
      margin-top: 1px; } }
  @media only screen and (max-width: 420px) {
    .category-products .pager .limiter .custom-select {
      font-size: 11px;
      display: inline-block;
      float: left; }
      .category-products .pager .limiter .custom-select select {
        font-size: 11px;
        padding: 0 15px 0 5px;
        display: inline-block; }
    .category-products .pager .limiter .per-page {
      font-size: 11px;
      display: inline-block;
      margin-left: 2px; } }
  .category-products .products-list .product-shop .desc {
    width: 100%; }
  .category-products .products-list > li.item .product-secondary button.btn-cart,
  .category-products .products-list > li.item .actions button.btn-cart,
  .category-products .products-grid > li.item .product-secondary button.btn-cart,
  .category-products .products-grid > li.item .actions button.btn-cart {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #3155a5;
    color: #3155a5;
    padding: 0;
    font-family: "Lato Bold";
    font-size: 12px;
    line-height: 38px;
    padding: 0 5px; }
    .category-products .products-list > li.item .product-secondary button.btn-cart:hover,
    .category-products .products-list > li.item .actions button.btn-cart:hover,
    .category-products .products-grid > li.item .product-secondary button.btn-cart:hover,
    .category-products .products-grid > li.item .actions button.btn-cart:hover {
      background: #3155a5;
      color: #fff; }
  .category-products .products-list > li.item .product-secondary .qty-box,
  .category-products .products-list > li.item .actions .qty-box,
  .category-products .products-grid > li.item .product-secondary .qty-box,
  .category-products .products-grid > li.item .actions .qty-box {
    float: left;
    margin-right: 13px; }
    .category-products .products-list > li.item .product-secondary .qty-box label,
    .category-products .products-list > li.item .actions .qty-box label,
    .category-products .products-grid > li.item .product-secondary .qty-box label,
    .category-products .products-grid > li.item .actions .qty-box label {
      display: none; }
  .category-products .products-list > li.item .product-short-description,
  .category-products .products-grid > li.item .product-short-description {
    font-size: 13px; }
  .category-products .products-list > li.item .product-short-description,
  .category-products .products-list > li.item .mobile-readmore-link,
  .category-products .products-grid > li.item .product-short-description,
  .category-products .products-grid > li.item .mobile-readmore-link {
    display: inline; }
    .category-products .products-list > li.item .product-short-description p,
    .category-products .products-list > li.item .mobile-readmore-link p,
    .category-products .products-grid > li.item .product-short-description p,
    .category-products .products-grid > li.item .mobile-readmore-link p {
      display: inline; }
  .category-products .products-list > li.item .mobile-readmore-link a,
  .category-products .products-grid > li.item .mobile-readmore-link a {
    text-transform: lowercase;
    display: inline; }
    .category-products .products-list > li.item .mobile-readmore-link a:hover,
    .category-products .products-grid > li.item .mobile-readmore-link a:hover {
      border-bottom: 1px dotted #3155a5; }
  .category-products .products-list > li.item .rrpsave .save,
  .category-products .products-grid > li.item .rrpsave .save {
    margin-top: 5px;
    display: block; }
  .category-products .products-list > li.item {
    margin-bottom: -4px;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
    background: -moz-radial-gradient(#ddd 15%, transparent 22%), -moz-radial-gradient(#ddd 15%, transparent 22%);
    background: -webkit-radial-gradient(#ddd 15%, transparent 22%), -webkit-radial-gradient(#ddd 15%, transparent 22%);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 18px 17px;
    background-position: top;
    background-repeat: repeat-x; }
    .category-products .products-list > li.item:first-child {
      background: none; }
    .category-products .products-list > li.item a.product-image {
      width: 18%; }
      .category-products .products-list > li.item a.product-image .crop {
        text-align: center;
        overflow: hidden;
        width: 120px; }
        .category-products .products-list > li.item a.product-image .crop img {
          width: initial;
          position: relative;
          left: 100%;
          margin-left: -120%;
          margin-top: -20px;
          max-width: none; }
      @media only screen and (max-width: 979px) {
        .category-products .products-list > li.item a.product-image {
          width: 100%; }
          .category-products .products-list > li.item a.product-image .crop {
            margin: 0 auto;
            width: 26%; }
          .category-products .products-list > li.item a.product-image img {
            left: auto;
            margin-left: auto;
            margin-top: auto; } }
      @media only screen and (max-width: 770px) {
        .category-products .products-list > li.item a.product-image {
          width: 32%; }
          .category-products .products-list > li.item a.product-image .crop {
            width: 100%; }
            .category-products .products-list > li.item a.product-image .crop img {
              left: 29%;
              margin-left: -55px;
              margin-top: -35px; } }
      @media only screen and (max-width: 599px) {
        .category-products .products-list > li.item a.product-image .crop img {
          left: 10%;
          margin-left: -55px;
          margin-top: -35px; } }
      @media only screen and (max-width: 479px) {
        .category-products .products-list > li.item a.product-image .crop img {
          left: 0; } }
    .category-products .products-list > li.item .product-shop {
      background: #fafafa;
      border: 1px solid #efefef;
      padding: 30px 25px 30px 30px;
      width: 82%;
      min-height: 240px;
      display: table; }
      .category-products .products-list > li.item .product-shop .product-primary {
        display: table-cell;
        width: 65%;
        border-right: 1px solid #ccc;
        padding-right: 20px; }
        .category-products .products-list > li.item .product-shop .product-primary .product-name {
          float: left;
          width: 80%; }
        .category-products .products-list > li.item .product-shop .product-primary .product-rosette {
          float: right;
          width: 20%; }
          .category-products .products-list > li.item .product-shop .product-primary .product-rosette img {
            float: right;
            height: 50px; }
        .category-products .products-list > li.item .product-shop .product-primary .qview-link {
          margin-top: 10px; }
        .category-products .products-list > li.item .product-shop .product-primary a.link-learn {
          margin-top: 0; }
        .category-products .products-list > li.item .product-shop .product-primary .product-awards {
          margin-top: 15px; }
          .category-products .products-list > li.item .product-shop .product-primary .product-awards li {
            float: left;
            list-style: none;
            margin: 0 5px 0 0; }
            .category-products .products-list > li.item .product-shop .product-primary .product-awards li img {
              height: 40px; }
      .category-products .products-list > li.item .product-shop .product-secondary {
        display: table-cell;
        width: 35%;
        text-align: left;
        padding: 15px 0 0 25px; }
        .category-products .products-list > li.item .product-shop .product-secondary .price-box .price {
          display: inline-block; }
        .category-products .products-list > li.item .product-shop .product-secondary .price-box > span,
        .category-products .products-list > li.item .product-shop .product-secondary .price-box p.special-price {
          padding-left: 0; }
        @media only screen and (max-width: 979px) {
          .category-products .products-list > li.item .product-shop .product-secondary .price-box span.rrp {
            display: block;
            margin-right: 0; } }
        .category-products .products-list > li.item .product-shop .product-secondary .item-price-label {
          font-size: 12px;
          display: inline-block; }
        @media only screen and (max-width: 1199px) {
          .category-products .products-list > li.item .product-shop .product-secondary button.btn-cart {
            padding: 0 3px; }
          .category-products .products-list > li.item .product-shop .product-secondary .qty-box {
            margin-right: 8px; } }
        @media only screen and (max-width: 1100px) {
          .category-products .products-list > li.item .product-shop .product-secondary button.btn-cart {
            padding: 0 3px;
            float: right;
            font-size: 12px; }
          .category-products .products-list > li.item .product-shop .product-secondary .qty-box {
            margin-right: 0; } }
        @media only screen and (max-width: 979px) {
          .category-products .products-list > li.item .product-shop .product-secondary button.btn-cart {
            padding: 0 3px;
            float: left; }
          .category-products .products-list > li.item .product-shop .product-secondary .qty-box {
            margin-right: 5px; } }
        @media only screen and (max-width: 770px) {
          .category-products .products-list > li.item .product-shop .product-secondary {
            width: 100%;
            padding-left: 0; }
            .category-products .products-list > li.item .product-shop .product-secondary .action {
              width: auto;
              margin: 0 auto;
              display: inline-block; }
              .category-products .products-list > li.item .product-shop .product-secondary .action:after {
                content: '';
                display: table;
                clear: both; }
            .category-products .products-list > li.item .product-shop .product-secondary .price-box {
              text-align: left; } }
        @media only screen and (max-width: 600px) {
          .category-products .products-list > li.item .product-shop .product-secondary {
            width: 100%;
            padding-left: 0; }
            .category-products .products-list > li.item .product-shop .product-secondary .action {
              width: auto;
              margin: 0 auto;
              display: inline-block;
              float: left; }
              .category-products .products-list > li.item .product-shop .product-secondary .action:after {
                content: '';
                display: table;
                clear: both; }
            .category-products .products-list > li.item .product-shop .product-secondary .price-box {
              text-align: left; } }
      @media only screen and (max-width: 1199px) {
        .category-products .products-list > li.item .product-shop {
          width: 80%; } }
      @media only screen and (max-width: 979px) {
        .category-products .products-list > li.item .product-shop {
          width: 100%; } }
      @media only screen and (max-width: 770px) {
        .category-products .products-list > li.item .product-shop {
          padding: 8px 10px 30px 0px;
          width: 68%;
          background: none;
          border: 0; }
          .category-products .products-list > li.item .product-shop .product-primary,
          .category-products .products-list > li.item .product-shop .product-secondary {
            display: initial; }
          .category-products .products-list > li.item .product-shop .product-primary {
            border: 0; }
          .category-products .products-list > li.item .product-shop .product-secondary {
            text-align: center; }
          .category-products .products-list > li.item .product-shop .product-primary {
            width: 100%;
            overflow: visible; }
            .category-products .products-list > li.item .product-shop .product-primary h2.product-name {
              margin-bottom: 10px; }
              .category-products .products-list > li.item .product-shop .product-primary h2.product-name a {
                font-size: 13px; }
            .category-products .products-list > li.item .product-shop .product-primary .product-rosette {
              margin-top: -11px; }
              .category-products .products-list > li.item .product-shop .product-primary .product-rosette img {
                height: 40px;
                width: auto;
                float: none; }
            .category-products .products-list > li.item .product-shop .product-primary:after {
              content: '';
              display: table;
              clear: both; }
            .category-products .products-list > li.item .product-shop .product-primary .product-awards ul:after {
              content: '';
              display: table;
              clear: both; }
            .category-products .products-list > li.item .product-shop .product-primary .product-awards li img {
              height: 34px; } }
    @media only screen and (max-width: 770px) and (max-width: 770px) {
      .category-products .products-list > li.item .product-shop .product-primary .product-awards ul {
        margin-bottom: 0; } }
      @media only screen and (max-width: 770px) {
            .category-products .products-list > li.item .product-shop .product-primary a.link-learn {
              font-size: 12px; }
          .category-products .products-list > li.item .product-shop .product-secondary {
            padding: 0px;
            margin-top: 20px; }
            .category-products .products-list > li.item .product-shop .product-secondary .price-box span.rrp {
              display: inline-block;
              margin-right: 5px; } }
      @media only screen and (max-width: 599px) {
        .category-products .products-list > li.item .product-shop {
          padding: 5px 10px 30px 10px; }
          .category-products .products-list > li.item .product-shop .product-primary {
            padding-right: 0; } }
    @media only screen and (max-width: 979px) {
      .category-products .products-list > li.item {
        border-image: none;
        border: 0; } }
    @media only screen and (max-width: 770px) {
      .category-products .products-list > li.item {
        background: none;
        border: 1px solid #CCCCCC; } }
  .category-products .products-grid > li.item .product-info {
    padding-bottom: 0;
    text-align: center; }
    .category-products .products-grid > li.item .product-info .product-name {
      padding: 5px 15px;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 20px;
      border-top: 4px dotted #B2C5EF;
      border-bottom: 4px dotted #B2C5EF;
      position: relative;
      min-height: 70px; }
    .category-products .products-grid > li.item .product-info .price-box {
      text-align: center;
      clear: both;
      margin-top: 15px;
      height: 40px; }
      .category-products .products-grid > li.item .product-info .price-box .price, .category-products .products-grid > li.item .product-info .price-box .item-price-label {
        display: inline-block; }
      .category-products .products-grid > li.item .product-info .price-box span.regular-price > .price {
        color: #777;
        font-size: 18px; }
      .category-products .products-grid > li.item .product-info .price-box span.rrpsave {
        margin-bottom: 5px; }
    .category-products .products-grid > li.item .product-info .actions {
      position: relative;
      width: 100%;
      margin: 20px auto 0;
      min-height: 0;
      padding-top: 0;
      text-align: center; }
      .category-products .products-grid > li.item .product-info .actions .qty-box {
        float: none;
        display: inline; }
  @media only screen and (max-width: 599px) {
    .category-products .products-grid > li.item {
      padding: 15px 10px;
      border: 1px solid #CCCCCC; }
      .category-products .products-grid > li.item .product-info .product-name {
        min-height: auto; } }
  .category-products .products-grid > li {
    margin-bottom: 15px; }
  @media only screen and (min-width: 600px) {
    .category-products .products-list .product-name a {
      font-size: 17px; } }

.col-right #recently-compared-items .item,
.col-right #recently-viewed-items .item {
  position: relative; }
  .col-right #recently-compared-items .item:hover .product-details,
  .col-right #recently-viewed-items .item:hover .product-details {
    display: block; }

.col-right #recently-compared-items span.product-image img,
.col-right #recently-viewed-items span.product-image img {
  margin: 0 auto; }

.col-right #recently-compared-items .product-details,
.col-right #recently-viewed-items .product-details {
  background: #F9F9F9;
  top: 0px;
  left: 0px;
  width: 160px;
  margin-right: 60px;
  padding: 10px;
  border: 1px solid #eeeeee;
  position: absolute;
  display: none; }

.col-right .block-title {
  text-align: center; }
  .col-right .block-title strong {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px; }

.col-right .block-viewed, .col-right .block-compare {
  border-top: 6px solid #F4F4F4; }

.col-right .actions {
  text-align: center; }
  .col-right .actions a {
    display: block;
    line-height: 22px !important;
    margin-right: 0px !important;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #3155a5; }

.col-right .button {
  float: none;
  padding: 0px;
  margin: 0px auto;
  clear: both;
  color: #3155a5;
  background: none;
  text-transform: uppercase;
  font-size: 11px; }
  .col-right .button:hover {
    background: none;
    text-decoration: underline; }

#compare-items .item {
  position: relative; }
  #compare-items .item:before, #compare-items .item:after {
    content: '';
    top: 0px;
    right: 0px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 36px solid #eeeeee;
    border-left: 36px solid transparent;
    display: none; }
  #compare-items .item:after {
    border-top: 35px solid #f8f8f8;
    border-left: 35px solid transparent; }
  #compare-items .item:hover:before, #compare-items .item:hover:after, #compare-items .item:hover .btn-remove, #compare-items .item:hover .product-name {
    display: block; }
  #compare-items .item:hover .compare-item-img {
    border: 1px solid #eeeeee; }

#compare-items .product-name {
  background: #f8f8f8;
  top: 0px;
  left: 0px;
  width: 160px;
  margin-left: -170px;
  padding: 10px;
  border: 1px solid #eeeeee;
  font-size: 11px;
  position: absolute;
  display: none; }

#compare-items .btn-remove {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  color: #bbbbbb;
  display: none; }

#compare-items .compare-item-img {
  border: 1px solid #f8f8f8;
  display: block; }

@media only screen and (max-width: 770px) {
  body[class^="categorypath-gifts"] .category-products .products-list > li.item a.product-image, body[class*='categorypath-gifts'] .category-products .products-list > li.item a.product-image {
    width: 100%; }
    body[class^="categorypath-gifts"] .category-products .products-list > li.item a.product-image .crop, body[class*='categorypath-gifts'] .category-products .products-list > li.item a.product-image .crop {
      margin: 0 auto;
      width: 200px; }
      body[class^="categorypath-gifts"] .category-products .products-list > li.item a.product-image .crop img, body[class*='categorypath-gifts'] .category-products .products-list > li.item a.product-image .crop img {
        width: initial;
        position: relative;
        left: auto;
        margin-left: auto;
        margin-top: auto; }
  body[class^="categorypath-gifts"] .category-products .products-list .product-shop, body[class*='categorypath-gifts'] .category-products .products-list .product-shop {
    width: 100%;
    text-align: left; }
    body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary {
      display: table-cell;
      width: 65%;
      border-right: 1px solid #ccc;
      padding-right: 20px; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary .product-name, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary .product-name {
        float: left;
        width: 80%;
        margin-bottom: 0; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary .desc, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary .desc {
        float: left;
        text-align: left;
        width: 100%;
        padding-right: 20px; }
    body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary {
      display: table-cell;
      width: 35%;
      text-align: left;
      padding: 15px 0 0 25px; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary .actions, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary .actions {
        margin: 7px 0; } }

@media only screen and (max-width: 770px) {
  body[class^="categorypath-gifts"] .category-products .products-list, body[class*='categorypath-gifts'] .category-products .products-list {
    padding-top: 10px; }
    body[class^="categorypath-gifts"] .category-products .products-list .product-shop, body[class*='categorypath-gifts'] .category-products .products-list .product-shop {
      padding: 8px 15px 15px 15px;
      min-height: auto; } }

@media only screen and (max-width: 599px) {
  body[class^="categorypath-gifts"] .category-products .products-list .product-shop, body[class*='categorypath-gifts'] .category-products .products-list .product-shop {
    text-align: center; }
    body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary {
      width: 100%;
      border-right: 0;
      display: initial;
      padding-right: 0; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary .product-name, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary .product-name {
        float: none;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 0; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary .desc, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary .desc {
        padding-right: 0;
        margin: 0 auto 10px;
        float: none;
        text-align: center; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-primary .critic-results, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-primary .critic-results {
        margin-top: 10px;
        text-align: center; }
    body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary {
      display: block;
      width: 100%;
      padding-left: 0;
      text-align: center;
      float: none;
      margin: 0 auto;
      max-width: 180px; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary:after, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary:after {
        content: '';
        display: table;
        clear: both; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary .action, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary .action {
        display: block;
        float: none;
        width: 145px; }
      body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary .price-box, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary .price-box {
        text-align: center; }
        body[class^="categorypath-gifts"] .category-products .products-list .product-shop .product-secondary .price-box span.rrp, body[class*='categorypath-gifts'] .category-products .products-list .product-shop .product-secondary .price-box span.rrp {
          display: inline-block; } }

.category-case-deals .category-title {
  margin-top: 30px; }
  .category-case-deals .category-title h1 {
    border-image: none;
    font-size: 40px; }
  .category-case-deals .category-title a {
    color: #555555; }
    .category-case-deals .category-title a h2 {
      font-family: GillSansShadowMTStd;
      font-size: 30px;
      border-image-width: 7px !important;
      padding-bottom: 30px;
      letter-spacing: 2px; }
      @media only screen and (max-width: 479px) {
        .category-case-deals .category-title a h2 {
          font-size: 25px; } }
  .category-case-deals .category-title h2.heading-1 {
    background: -moz-radial-gradient(#ddd 15%, transparent 22%), -moz-radial-gradient(#ddd 15%, transparent 22%);
    background: -webkit-radial-gradient(#ddd 15%, transparent 22%), -webkit-radial-gradient(#ddd 15%, transparent 22%);
    -webkit-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    background-size: 18px 17px;
    background-position: bottom;
    background-repeat: repeat-x; }
  .category-case-deals .category-title h2.heading-2 {
    background: -moz-radial-gradient(#FCB6C3 15%, transparent 22%), -moz-radial-gradient(#FCB6C3 15%, transparent 22%);
    background: -webkit-radial-gradient(#FCB6C3 15%, transparent 22%), -webkit-radial-gradient(#FCB6C3 15%, transparent 22%);
    -webkit-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    background-size: 18px 17px;
    background-position: bottom;
    background-repeat: repeat-x; }
  .category-case-deals .category-title h2.heading-3 {
    background: -moz-radial-gradient(#ECE8CF 15%, transparent 22%), -moz-radial-gradient(#ECE8CF 15%, transparent 22%);
    background: -webkit-radial-gradient(#ECE8CF 15%, transparent 22%), -webkit-radial-gradient(#ECE8CF 15%, transparent 22%);
    -webkit-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    background-size: 18px 17px;
    background-position: bottom;
    background-repeat: repeat-x; }
  @media only screen and (max-width: 770px) {
    .category-case-deals .category-title {
      margin-top: 0; }
      .category-case-deals .category-title h1 {
        text-align: center; }
      .category-case-deals .category-title a {
        color: #555555; }
        .category-case-deals .category-title a h2 {
          padding-bottom: 12px;
          letter-spacing: 2px;
          line-height: 55px;
          text-align: center; }
      .category-case-deals .category-title h2.heading-1 {
        border-top: 15px solid #999999; }
      .category-case-deals .category-title h2.heading-2 {
        border-top: 15px solid #e41e43; }
      .category-case-deals .category-title h2.heading-3 {
        border-top: 15px solid #e3dab8; } }

.category-case-deals .cta a.col {
  background: #f8f8f8;
  min-height: 300px;
  border-top: 13px solid;
  text-align: center; }
  .category-case-deals .cta a.col:hover {
    background: #eee !important; }
  .category-case-deals .cta a.col h2 {
    font-family: GillSansShadowMTStd;
    font-size: 30px;
    letter-spacing: 2px;
    width: 250px;
    line-height: 1.2;
    margin: 0 0 50px; }
  .category-case-deals .cta a.col p {
    text-align: center;
    font-size: 17px;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 0; }
  .category-case-deals .cta a.col button {
    background: none;
    border: 0;
    font-family: "open_sanssemibold";
    color: #3155a5;
    font-size: 16px;
    text-transform: uppercase; }
  .category-case-deals .cta a.col:nth-child(1) {
    border-color: #999999; }
    .category-case-deals .cta a.col:nth-child(1) h2 {
      color: #555555; }
  .category-case-deals .cta a.col:nth-child(2) {
    border-color: #e41e43; }
    .category-case-deals .cta a.col:nth-child(2) h2 {
      color: #e41e43; }
  .category-case-deals .cta a.col:nth-child(3) {
    border-color: #e3dab8; }
    .category-case-deals .cta a.col:nth-child(3) h2 {
      color: #555555; }
  .category-case-deals .cta a.col img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 979px) {
  .category-case-deals .cta {
    display: table; }
    .category-case-deals .cta a.col {
      min-height: 100%;
      display: table-cell;
      width: 33%;
      margin: 10px 0.5% 10px 0; }
      .category-case-deals .cta a.col:last-child {
        margin-right: 0; } }

@media only screen and (max-width: 599px) {
  .category-case-deals .cta {
    display: block; }
    .category-case-deals .cta a.col {
      display: block;
      width: 100%;
      margin: 10px auto;
      max-width: 420px;
      float: none; }
      .category-case-deals .cta a.col:last-child {
        margin: 10px auto 0; }
      .category-case-deals .cta a.col code {
        display: block;
        max-height: 160px;
        position: relative;
        height: 100%;
        padding-bottom: 160px;
        overflow: hidden; }
        .category-case-deals .cta a.col code img {
          position: absolute;
          left: 50%;
          margin-left: -210px;
          top: 50%;
          margin-top: -216px;
          min-width: 420px; } }

@media only screen and (max-width: 380px) {
  .category-case-deals .cta a.col code img {
    margin-left: -190px;
    margin-top: -196px;
    min-width: 380px; } }

@media only screen and (max-width: 340px) {
  .category-case-deals .cta a.col code img {
    margin-left: -170px;
    margin-top: -176px;
    min-width: 340px; } }

.category-case-deals .products-list {
  margin: 0; }
  @media only screen and (max-width: 770px) {
    .category-case-deals .products-list > li.item {
      border-image: none;
      border: 1px solid #CCCCCC; } }
  .category-case-deals .products-list > li.item:last-child {
    border-image: none; }
  .category-case-deals .products-list > li.item a.product-image {
    width: 28%; }
    .category-case-deals .products-list > li.item a.product-image .crop {
      position: relative;
      max-height: 240px;
      padding-top: 81%;
      width: 100%; }
      .category-case-deals .products-list > li.item a.product-image .crop img {
        max-height: 240px;
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        margin-left: 0;
        margin-top: 0;
        left: 0; }
      .category-case-deals .products-list > li.item a.product-image .crop.wide img {
        width: 100%;
        height: auto; }
      @media only screen and (max-width: 770px) {
        .category-case-deals .products-list > li.item a.product-image .crop {
          max-width: 420px;
          width: 100%; } }
  .category-case-deals .products-list > li.item .product-shop {
    width: 70%; }
  @media only screen and (max-width: 979px) {
    .category-case-deals .products-list > li.item .product-shop .product-primary {
      width: 100%;
      border: 0; }
      .category-case-deals .products-list > li.item .product-shop .product-primary .desc {
        width: 100%;
        padding: 0; }
    .category-case-deals .products-list > li.item .product-shop .product-secondary {
      width: 100%;
      text-align: left;
      padding: 10px 0 0; } }
  @media only screen and (max-width: 870px) {
    .category-case-deals .products-list > li.item a.product-image {
      width: 39%; }
    .category-case-deals .products-list > li.item .product-shop {
      width: 60%; } }
  @media only screen and (max-width: 770px) {
    .category-case-deals .products-list > li.item .product-shop {
      width: 100%;
      text-align: center; }
      .category-case-deals .products-list > li.item .product-shop .product-primary {
        text-align: center; }
        .category-case-deals .products-list > li.item .product-shop .product-primary .product-name {
          width: 100%; }
        .category-case-deals .products-list > li.item .product-shop .product-primary .desc {
          text-align: center; }
      .category-case-deals .products-list > li.item .product-shop .product-secondary {
        padding: 15px 0 0;
        text-align: center; }
        .category-case-deals .products-list > li.item .product-shop .product-secondary .price-box {
          text-align: center; }
        .category-case-deals .products-list > li.item .product-shop .product-secondary .actions {
          width: 160px;
          margin: 0 auto; }
    .category-case-deals .products-list > li.item a.product-image {
      width: 100%; }
      .category-case-deals .products-list > li.item a.product-image .crop {
        margin: 0 auto;
        height: 258px;
        max-height: 280px;
        padding: 0; } }

.category-case-deals .category-products {
  margin-bottom: 50px; }
  @media only screen and (max-width: 479px) {
    .category-case-deals .category-products {
      margin-bottom: 20px; } }

.catalog-product-view .breadcrumbs {
  margin-bottom: 0; }

.catalog-product-view .nextprevious-navigation {
  height: 30px; }
  .catalog-product-view .nextprevious-navigation .icons-container {
    float: right;
    width: 70px; }
    .catalog-product-view .nextprevious-navigation .icons-container .prev {
      float: left; }
    .catalog-product-view .nextprevious-navigation .icons-container .next {
      float: right; }

.catalog-product-view .product-view .product-shop .extra-info,
.catalog-product-view .product-view .product-shop .price-info {
  margin-top: 7px; }

.catalog-product-view .product-essential {
  margin-top: 10px;
  margin-bottom: 40px; }

.catalog-product-view .product-name-mobile, .catalog-product-view .add-to-box-mobile {
  display: none; }

.catalog-product-view .product-img-box .product-name h1, .catalog-product-view .product-img-box .product-name-mobile h1 {
  font-family: "Lato Semibold";
  font-size: 24px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1.3; }
  @media only screen and (max-width: 770px) {
    .catalog-product-view .product-img-box .product-name h1, .catalog-product-view .product-img-box .product-name-mobile h1 {
      text-align: center; } }

@media only screen and (max-width: 599px) {
  .catalog-product-view .product-img-box .product-name, .catalog-product-view .product-img-box .product-name-mobile {
    width: 67%;
    float: right;
    text-align: left;
    right: auto; }
    .catalog-product-view .product-img-box .product-name h1, .catalog-product-view .product-img-box .product-name-mobile h1 {
      text-align: left;
      font-size: 16px; } }

@media only screen and (max-width: 599px) {
  .catalog-product-view .product-img-box .product-name {
    display: none; } }

.catalog-product-view .product-img-box .media-wrapper {
  position: relative; }
  .catalog-product-view .product-img-box .media-wrapper .product-image {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    .catalog-product-view .product-img-box .media-wrapper .product-image img {
      width: 100%; }
      @media only screen and (max-width: 770px) {
        .catalog-product-view .product-img-box .media-wrapper .product-image img {
          max-height: inherit; } }
    @media only screen and (max-width: 770px) {
      .catalog-product-view .product-img-box .media-wrapper .product-image .product-image-gallery {
        height: 480px; }
        .catalog-product-view .product-img-box .media-wrapper .product-image .product-image-gallery img {
          height: 100%;
          width: auto; } }
    @media only screen and (max-width: 599px) {
      .catalog-product-view .product-img-box .media-wrapper .product-image {
        width: 30%;
        float: left;
        overflow: hidden;
        border-bottom: 0; }
        .catalog-product-view .product-img-box .media-wrapper .product-image .product-image-gallery {
          height: 285px; }
          .catalog-product-view .product-img-box .media-wrapper .product-image .product-image-gallery img {
            width: 245px;
            position: relative;
            top: -44px;
            left: -71px;
            max-width: initial;
            height: auto; } }
    @media only screen and (max-width: 340px) {
      .catalog-product-view .product-img-box .media-wrapper .product-image {
        width: 30%; }
        .catalog-product-view .product-img-box .media-wrapper .product-image .product-image-gallery {
          height: 265px; }
          .catalog-product-view .product-img-box .media-wrapper .product-image .product-image-gallery img {
            width: 235px;
            position: relative;
            top: -41px;
            left: -76px;
            max-width: initial;
            height: auto; } }
  .catalog-product-view .product-img-box .media-wrapper ul.add-to-links {
    width: 41%;
    float: right;
    text-align: center; }
    @media only screen and (max-width: 770px) {
      .catalog-product-view .product-img-box .media-wrapper ul.add-to-links {
        width: 100% !important; } }
    .catalog-product-view .product-img-box .media-wrapper ul.add-to-links a.link-wishlist {
      text-transform: none;
      font-size: 13px;
      font-family: "Lato Semibold";
      margin-top: 0;
      line-height: 37px;
      padding: 0 15px;
      background: #3155a5;
      color: #fff;
      width: 100%; }
  .catalog-product-view .product-img-box .media-wrapper .icons-awards {
    position: absolute;
    top: 0;
    z-index: 1; }
    @media only screen and (max-width: 770px) {
      .catalog-product-view .product-img-box .media-wrapper .icons-awards {
        top: 100px; } }
    .catalog-product-view .product-img-box .media-wrapper .icons-awards img {
      width: 50px;
      margin-bottom: 20px;
      cursor: pointer; }
    .catalog-product-view .product-img-box .media-wrapper .icons-awards div#award-caption {
      width: 145px;
      text-align: center;
      border: 3px solid #f2f2f2;
      padding: 5px 10px;
      background: #fff;
      position: absolute;
      left: 60px;
      margin-top: -67px;
      font-size: 12px;
      line-height: 1.4em;
      color: #343434; }
  .catalog-product-view .product-img-box .media-wrapper .icons-rosettes {
    position: absolute;
    top: 0;
    right: 0; }
    .catalog-product-view .product-img-box .media-wrapper .icons-rosettes img {
      width: 75px;
      margin-bottom: 10px; }
    @media only screen and (max-width: 770px) {
      .catalog-product-view .product-img-box .media-wrapper .icons-rosettes {
        top: 100px; } }
  @media only screen and (max-width: 599px) {
    .catalog-product-view .product-img-box .media-wrapper .product-name, .catalog-product-view .product-img-box .media-wrapper .add-to-box {
      display: none; }
    .catalog-product-view .product-img-box .media-wrapper .product-name-mobile, .catalog-product-view .product-img-box .media-wrapper .critic-results-mobile {
      display: block; }
    .catalog-product-view .product-img-box .media-wrapper .more-views {
      display: none; }
    .catalog-product-view .product-img-box .media-wrapper .critic-results-mobile {
      width: 66%;
      float: right; }
    .catalog-product-view .product-img-box .media-wrapper .icons-awards {
      margin-top: 10px;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      width: 67%;
      float: right; }
      .catalog-product-view .product-img-box .media-wrapper .icons-awards .food-img-wrap {
        display: inline-block; }
        .catalog-product-view .product-img-box .media-wrapper .icons-awards .food-img-wrap img {
          width: 40px; }
    .catalog-product-view .product-img-box .media-wrapper .icons-rosettes {
      width: 45px;
      position: absolute;
      top: 0;
      left: 0; }
      .catalog-product-view .product-img-box .media-wrapper .icons-rosettes img {
        width: 100%; } }

.catalog-product-view .product-img-box .more-views {
  margin-bottom: 20px; }

.catalog-product-view .share-widget-mobile {
  display: none; }
  @media only screen and (max-width: 599px) {
    .catalog-product-view .share-widget-mobile {
      display: block;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      text-align: left;
      padding-left: 34px; }
      .catalog-product-view .share-widget-mobile > span {
        font-size: 16px;
        font-family: "Lato"; }
      .catalog-product-view .share-widget-mobile ul {
        margin-top: 10px; }
        .catalog-product-view .share-widget-mobile ul li {
          display: inline-block; }
          .catalog-product-view .share-widget-mobile ul li a {
            display: block;
            text-align: left;
            margin-right: 5px;
            width: 115px;
            background: #8AA5E7;
            line-height: 32px;
            padding: 0 5px 0 5px; }
            .catalog-product-view .share-widget-mobile ul li a span {
              color: #fff;
              font-size: 13px; }
            .catalog-product-view .share-widget-mobile ul li a i {
              line-height: 15px;
              font-size: 13px;
              color: #fff; } }
      @media only screen and (max-width: 599px) and (max-width: 440px) {
        .catalog-product-view .share-widget-mobile ul li a {
          display: block;
          text-align: center;
          margin-right: 5px;
          width: 40px;
          height: 40px;
          line-height: 0; }
          .catalog-product-view .share-widget-mobile ul li a span {
            display: none; }
          .catalog-product-view .share-widget-mobile ul li a i {
            line-height: 38px;
            font-size: 22px;
            color: #fff; }
          .catalog-product-view .share-widget-mobile ul li a.link-facebook {
            background-color: #3155a5; }
          .catalog-product-view .share-widget-mobile ul li a.link-twitter {
            background-color: #4099ff; }
          .catalog-product-view .share-widget-mobile ul li a.link-email-friend {
            background-color: #db4437; } }

.catalog-product-view .add-to-box-mobile {
  margin-top: 20px; }
  .catalog-product-view .add-to-box-mobile .add-to-links a.link-wishlist {
    text-transform: none;
    font-size: 13px;
    font-family: "Lato Semibold";
    margin-top: 0;
    line-height: 37px;
    padding: 0 15px;
    background: #3155a5;
    color: #fff;
    width: 100%; }
  @media only screen and (max-width: 599px) {
    .catalog-product-view .add-to-box-mobile {
      display: block;
      margin-top: 10px; } }

.catalog-product-view .product-view .product-bundle-1col-info .product-options dd .custom-select {
  width: 100%; }
  .catalog-product-view .product-view .product-bundle-1col-info .product-options dd .custom-select:before {
    line-height: 40px; }
  .catalog-product-view .product-view .product-bundle-1col-info .product-options dd .custom-select select {
    width: 100%;
    padding-right: 2em; }

@media only screen and (max-width: 599px) {
  .catalog-product-view .product-view .share-widget {
    display: none; } }

.catalog-product-view .add-to-cart-wrapper .availability {
  display: none; }
  @media only screen and (max-width: 599px) {
    .catalog-product-view .add-to-cart-wrapper .availability {
      display: block; }
      .catalog-product-view .add-to-cart-wrapper .availability .value {
        font-size: 12px; } }

@media only screen and (min-width: 771px) {
  .catalog-product-view .product-view .product-shop, .catalog-product-view .product-view .add-to-cart-wrapper {
    width: 64%; }
  .catalog-product-view .product-img-box {
    width: 36%; } }

.catalog-product-view .product-shop {
  font-size: 14px !important; }
  .catalog-product-view .product-shop a {
    font-size: 13px !important; }
  .catalog-product-view .product-shop .product-heading-container {
    display: table;
    width: 100%; }
    .catalog-product-view .product-shop .product-heading-container .product-heading-left,
    .catalog-product-view .product-shop .product-heading-container .product-heading-right {
      display: table-cell; }
      @media only screen and (max-width: 770px) {
        .catalog-product-view .product-shop .product-heading-container .product-heading-left,
        .catalog-product-view .product-shop .product-heading-container .product-heading-right {
          display: block; } }
    .catalog-product-view .product-shop .product-heading-container .product-heading-left {
      width: 80%; }
      .catalog-product-view .product-shop .product-heading-container .product-heading-left .product-name span.h1 {
        font-family: "Lato Semibold";
        font-size: 18px;
        color: #555555;
        text-transform: uppercase;
        line-height: 1.3; }
      .catalog-product-view .product-shop .product-heading-container .product-heading-left .extra-info .availability,
      .catalog-product-view .product-shop .product-heading-container .product-heading-left .extra-info .product-sku {
        font-size: 15px; }
      .catalog-product-view .product-shop .product-heading-container .product-heading-left .extra-info .availability .value {
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize; }
      @media only screen and (max-width: 599px) {
        .catalog-product-view .product-shop .product-heading-container .product-heading-left .extra-info {
          margin: 0; }
          .catalog-product-view .product-shop .product-heading-container .product-heading-left .extra-info .availability {
            display: none; }
        .catalog-product-view .product-shop .product-heading-container .product-heading-left .critic-results {
          display: none; } }
    .catalog-product-view .product-shop .product-heading-container .product-heading-right {
      width: 20%;
      vertical-align: top;
      padding-right: 36px; }
      @media only screen and (max-width: 979px) {
        .catalog-product-view .product-shop .product-heading-container .product-heading-right {
          padding-right: 20px; } }
      .catalog-product-view .product-shop .product-heading-container .product-heading-right img.attribute-icon {
        display: inline;
        float: right; }
        @media only screen and (max-width: 770px) {
          .catalog-product-view .product-shop .product-heading-container .product-heading-right img.attribute-icon {
            float: none; } }
  .catalog-product-view .product-shop .short-description {
    padding: 5px 0px 10px 0px; }

.catalog-product-view .add-to-cart-wrapper .add-to-box > div {
  display: table-cell;
  vertical-align: middle; }

.catalog-product-view .add-to-cart-wrapper .add-to-box {
  font-size: 13px;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  padding: 12px 24px; }
  @media only screen and (max-width: 979px) {
    .catalog-product-view .add-to-cart-wrapper .add-to-box {
      padding: 16px 24px; } }
  .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-links {
    display: none; }
  .catalog-product-view .add-to-cart-wrapper .add-to-box .price-info {
    width: 52%; }
    @media only screen and (max-width: 770px) {
      .catalog-product-view .add-to-cart-wrapper .add-to-box .price-info {
        width: 100%; } }
    .catalog-product-view .add-to-cart-wrapper .add-to-box .price-info p.special-price {
      display: block;
      padding: 0; }
      .catalog-product-view .add-to-cart-wrapper .add-to-box .price-info p.special-price span.price {
        font-size: 18px;
        color: #555555; }
  .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart {
    border: 0;
    margin: 0; }
    .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper {
      margin: 0; }
      .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper label {
        margin-right: 14px;
        font-family: "Lato Semibold"; }
    .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons {
      margin-left: 20px; }
      @media only screen and (max-width: 599px) {
        .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons {
          margin-left: 20px; } }
      .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons button.button {
        margin: 0;
        padding: 0px 19px;
        font-size: 15px; }
        @media only screen and (max-width: 599px) {
          .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons button.button {
            padding: 0 10px;
            min-width: 0; } }
  @media only screen and (max-width: 599px) {
    .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-links {
      display: block;
      text-align: left; }
      .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-links a.link-wishlist {
        color: #555; }
        .catalog-product-view .add-to-cart-wrapper .add-to-box .add-to-links a.link-wishlist:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f004"; } }

@media only screen and (max-width: 1199px) {
  .catalog-product-view .add-to-cart-wrapper .add-to-box > div,
  .catalog-product-view .add-to-cart-wrapper .add-to-box .price-box {
    display: table;
    width: 100%; } }

.catalog-product-view .add-to-links {
  margin: 0; }
  .catalog-product-view .add-to-links li {
    float: none; }

.catalog-product-view .share-widget {
  width: 55%;
  float: left;
  max-width: 209px; }
  @media only screen and (max-width: 979px) {
    .catalog-product-view .share-widget {
      width: 100%;
      margin-bottom: 15px;
      float: none;
      max-width: initial; } }
  .catalog-product-view .share-widget ul {
    display: none;
    background: #8AA5E7;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0; }
    .catalog-product-view .share-widget ul li a {
      display: block;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      padding: 8px 12px 6px 6px;
      color: #fff;
      text-decoration: none;
      font-size: 12px; }
      .catalog-product-view .share-widget ul li a:hover {
        background: #3155a4; }
      .catalog-product-view .share-widget ul li a i {
        color: #E2ECFF;
        margin-right: 5px; }
  .catalog-product-view .share-widget div.share-wrapper {
    position: relative; }
    .catalog-product-view .share-widget div.share-wrapper button {
      background: #f5f5f5;
      position: relative;
      border: 1px solid #aac2ff;
      padding-left: 16px;
      color: #3155a5;
      font-weight: 400;
      height: 37px;
      width: 100%;
      text-align: left;
      white-space: nowrap;
      font-size: 13px;
      font-family: "Lato Semibold"; }
      .catalog-product-view .share-widget div.share-wrapper button i.icon-down-dir {
        position: absolute;
        top: -1px;
        right: -1px;
        border: 3px solid #3155a5;
        padding: 1px 2px 1px 2px;
        color: #3155a5;
        font-size: 19px;
        height: 37px; }

.catalog-product-view .product-collateral {
  position: relative;
  padding-top: 40px; }
  .catalog-product-view .product-collateral .toggle-tabs {
    top: 0px;
    position: absolute; }
  .catalog-product-view .product-collateral .tab-container {
    border-top: 1px solid #CCCCCC; }
  .catalog-product-view .product-collateral li {
    margin: 0px 10px 0px 0px; }

.catalog-product-view .add-to-links {
  display: block;
  clear: none;
  width: 41%;
  float: right;
  text-align: center; }
  @media only screen and (max-width: 979px) {
    .catalog-product-view .add-to-links {
      width: 100% !important; }
      .catalog-product-view .add-to-links a.link-wishlist {
        width: 68%;
        margin-top: 15px; } }
  .catalog-product-view .add-to-links .product-tab-btn {
    background: none;
    border: 0px;
    line-height: 24px;
    padding: 0px 5px;
    border-right: 1px solid #cccccc; }
  .catalog-product-view .add-to-links li:last-child .product-tab-btn {
    border-right: 0px; }

@media only screen and (max-width: 979px) {
  .catalog-product-view .pdf-print {
    text-align: center;
    margin-top: 10px; }
    .catalog-product-view .pdf-print button {
      margin: 0 auto;
      float: none; } }

@media only screen and (max-width: 770px) {
  .catalog-product-view .pdf-print {
    clear: both;
    background: none; } }

@media only screen and (max-width: 599px) {
  .catalog-product-view .pdf-print {
    padding: 0 0 0 25px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    text-align: left; }
    .catalog-product-view .pdf-print button {
      margin: 0;
      display: block; }
      .catalog-product-view .pdf-print button span.text {
        color: #3155a5; }
      .catalog-product-view .pdf-print button span.icon {
        float: right;
        padding-top: 0;
        line-height: 52px;
        width: 67px;
        text-align: right; }
        .catalog-product-view .pdf-print button span.icon i {
          top: 13px; } }

.catalog-product-view .product-mini-tabs-content {
  opacity: 0;
  position: relative;
  padding: 30px 15px 15px 15px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  clear: both; }

.catalog-product-view .product-mini-tabs-content--active {
  display: block; }

.catalog-product-view .product-mini-tabs-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  border: 0px;
  background: none; }

.catalog-product-view .product-mini-tab {
  opacity: 0;
  display: none; }

.catalog-product-view .product-mini-tab--active {
  display: block; }

.catalog-product-view #product-accordion {
  margin-top: 10px; }
  .catalog-product-view #product-accordion .accordion-toggle {
    cursor: pointer;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 0; }
    .catalog-product-view #product-accordion .accordion-toggle [class^="icon-"] {
      font-size: 20px;
      color: #3155a5; }
  .catalog-product-view #product-accordion .content {
    display: none;
    overflow: hidden;
    background: #f8f8f8;
    padding: 5px 22px;
    border-bottom: 1px solid #eee; }
    .catalog-product-view #product-accordion .content p {
      font-size: 13px; }
    .catalog-product-view #product-accordion .content.c1 #critic_title1 h5,
    .catalog-product-view #product-accordion .content.c1 #critic_title2 h5,
    .catalog-product-view #product-accordion .content.c1 #critic_title3 h5 {
      color: #3155a5;
      font-family: "open_sanssemibold";
      font-style: italic;
      font-size: 13px;
      margin-top: 5px;
      margin-bottom: 0; }
    .catalog-product-view #product-accordion .content .std {
      line-height: 1.7;
      color: #555555; }
    .catalog-product-view #product-accordion .content h3 {
      font-family: "open_sansbold";
      font-size: 14px;
      line-height: 24px; }
    .catalog-product-view #product-accordion .content .grid-2-col {
      display: table;
      width: 100%; }
      .catalog-product-view #product-accordion .content .grid-2-col .left-col,
      .catalog-product-view #product-accordion .content .grid-2-col .right-col {
        display: table-cell;
        width: 50%; }
      .catalog-product-view #product-accordion .content .grid-2-col .item {
        margin-bottom: 30px; }
      .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.stats li {
        display: table;
        width: 100%;
        border-bottom: 1px dashed #c1c1c1;
        padding-top: 5px;
        padding-bottom: 5px; }
        .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.stats li div {
          display: table-cell; }
          .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.stats li div p {
            margin: 0; }
          .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.stats li div:first-child {
            width: 30%;
            padding-right: 10px; }
            .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.stats li div:first-child p {
              font-family: "open_sanssemibold"; }
      .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons {
        width: 100%; }
        .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap {
          display: inline-block;
          margin-right: 10px;
          float: left; }
          .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:first-child img {
            margin: 0; }
          .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(3n + 3) {
            clear: right; }
            .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(3n + 3) img {
              margin: 0;
              float: right; }
          .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(10), .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(7), .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(4) {
            clear: left; }
            .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(10) img, .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(7) img, .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap:nth-child(4) img {
              margin: 0; }
          .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap img {
            max-width: 75px;
            width: 100%;
            margin: 0 auto; }
            @media only screen and (max-width: 479px) {
              .catalog-product-view #product-accordion .content .grid-2-col .left-col .item.food .food-match-icons .food-img-wrap img {
                max-width: 60px; } }
      .catalog-product-view #product-accordion .content .grid-2-col .right-col {
        padding-left: 20px; }
        .catalog-product-view #product-accordion .content .grid-2-col .right-col .item {
          clear: both; }
        .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.awards {
          font-size: 13px; }
          .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.awards img {
            width: 40px;
            height: auto;
            float: left;
            vertical-align: middle;
            margin-right: 15px; }
          .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.awards > p {
            overflow: hidden;
            clear: both; }
        .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.taste .taste_options > p, .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.taste .taste_options .food-img-wrap {
          display: inline-block;
          float: left; }
        .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.taste .taste_options > p {
          width: 15%;
          text-align: center;
          padding-top: 25px;
          font-weight: bold; }
        .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.taste .taste_options .food-img-wrap {
          width: 85%; }
          .catalog-product-view #product-accordion .content .grid-2-col .right-col .item.taste .taste_options .food-img-wrap img {
            width: 100%; }
  .catalog-product-view #product-accordion .content.c1 {
    display: block; }
    .catalog-product-view #product-accordion .content.c1 > div {
      margin-bottom: 0; }
      .catalog-product-view #product-accordion .content.c1 > div h2 {
        color: #555;
        font-size: 14px;
        font-family: "open_sansbold";
        margin-bottom: 0; }
  .catalog-product-view #product-accordion .content.c2 {
    display: block; }
    .catalog-product-view #product-accordion .content.c2 div.item.taste .taste_options > img {
      display: inline;
      width: 200px;
      height: auto;
      vertical-align: middle; }
  .catalog-product-view #product-accordion .content.c3 {
    font-size: 13px; }
  @media only screen and (max-width: 599px) {
    .catalog-product-view #product-accordion .content .grid-2-col .left-col,
    .catalog-product-view #product-accordion .content .grid-2-col .right-col {
      width: 100%;
      display: block; }
    .catalog-product-view #product-accordion .content .grid-2-col .right-col {
      padding-left: 0;
      padding-top: 20px; } }

.catalog-product-view .box-collateral.box-up-sell {
  margin-bottom: 50px; }
  .catalog-product-view .box-collateral.box-up-sell .price-box .rrpsave .save {
    margin-top: 4px; }
  .catalog-product-view .box-collateral.box-up-sell .price-box .rrpsave .save,
  .catalog-product-view .box-collateral.box-up-sell .price-box .rrpsave .rrp {
    display: block; }
  @media only screen and (max-width: 1199px) {
    .catalog-product-view .box-collateral.box-up-sell .products-grid li {
      text-align: center;
      padding-bottom: 0; }
      .catalog-product-view .box-collateral.box-up-sell .products-grid li .product-image img {
        margin: 0 auto 0 -25px;
        float: none; }
      .catalog-product-view .box-collateral.box-up-sell .products-grid li .actions {
        position: relative;
        width: 170px;
        margin: 0 auto; } }
  @media only screen and (min-width: 1200px) {
    .catalog-product-view .box-collateral.box-up-sell .products-grid li .actions {
      padding-left: 93px; } }
  @media only screen and (max-width: 479px) {
    .catalog-product-view .box-collateral.box-up-sell {
      margin-bottom: 0; }
      .catalog-product-view .box-collateral.box-up-sell .products-grid li:last-child {
        margin-bottom: 0; } }

.catalog-product-view .box-collateral.box-bundles a.product-image img {
  width: 144px; }

.catalog-product-view .box-collateral.box-bundles h3.product-name {
  padding: 7px 0;
  margin-right: 19px; }

.catalog-product-view .box-collateral.box-bundles .products-grid .actions {
  min-height: 0;
  position: initial; }

@media only screen and (max-width: 599px) {
  .catalog-product-view .box-collateral.box-bundles h3.product-name {
    margin-right: 0; } }

@media only screen and (max-width: 1199px) {
  .catalog-product-view .box-collateral.box-bundles a.product-image, .catalog-product-view .box-collateral.box-up-sell a.product-image {
    width: 100%;
    float: none; } }

.catalog-product-view .box-collateral.box-bundles div.price-box span.regular-price > .price, .catalog-product-view .box-collateral.box-up-sell div.price-box span.regular-price > .price {
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }

.catalog-product-view .box-collateral.box-bundles div.price-box span.rrpsave span.save, .catalog-product-view .box-collateral.box-up-sell div.price-box span.rrpsave span.save {
  font-size: 12px; }
  .catalog-product-view .box-collateral.box-bundles div.price-box span.rrpsave span.save span.price, .catalog-product-view .box-collateral.box-up-sell div.price-box span.rrpsave span.save span.price {
    font-size: 12px; }

.catalog-product-view .box-collateral.box-bundles div.price-box > span.price, .catalog-product-view .box-collateral.box-up-sell div.price-box > span.price {
  font-size: 18px;
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }

.catalog-product-view .box-collateral.box-bundles label, .catalog-product-view .box-collateral.box-up-sell label {
  display: none; }

.catalog-product-view .box-collateral.box-bundles input.qty, .catalog-product-view .box-collateral.box-up-sell input.qty {
  float: left; }

.catalog-product-view .box-collateral.box-bundles button.button, .catalog-product-view .box-collateral.box-up-sell button.button {
  color: #3155a5;
  background: none;
  font-size: 13px;
  margin-top: 3px; }

.catalog-product-view .product-view.product-type-ugiftcert #self-or-gift input {
  margin-right: 3px; }

.catalog-product-view .product-view.product-type-ugiftcert #self-or-gift #radio-input-self {
  margin-left: 15px; }

.catalog-product-view .product-view.product-type-ugiftcert ul.form-list.ugc-form-list {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.catalog-product-view .product-view.product-type-ugiftcert #ugc-send-on {
  margin-bottom: 20px; }
  .catalog-product-view .product-view.product-type-ugiftcert #ugc-send-on img {
    display: inline;
    vertical-align: middle; }

.catalog-product-view .product-view.product-type-ugiftcert .gift-card-info > p > label {
  display: none; }

.catalog-product-view .box-collateral a.product-image .crop {
  width: 93px;
  margin: 0 auto; }

@media only screen and (max-width: 479px) {
  .catalog-product-view .box-collateral.box-up-sell .products-grid li h3.product-name {
    text-align: left; }
  .catalog-product-view .box-collateral.box-up-sell .products-grid li .product-image {
    width: 30%;
    float: left;
    overflow: hidden; }
    .catalog-product-view .box-collateral.box-up-sell .products-grid li .product-image img {
      position: relative;
      left: 50%;
      margin-left: -115px;
      margin-top: -21px; }
  .catalog-product-view .box-collateral.box-up-sell .products-grid li .product-name, .catalog-product-view .box-collateral.box-up-sell .products-grid li .critic-results, .catalog-product-view .box-collateral.box-up-sell .products-grid li .price-box, .catalog-product-view .box-collateral.box-up-sell .products-grid li .actions {
    width: 70%;
    float: right;
    clear: right; }
  .catalog-product-view .box-collateral.box-up-sell .products-grid li .actions {
    max-width: 173px;
    margin-right: 10%;
    float: left;
    margin-left: 30%; }
  .catalog-product-view .box-collateral.box-up-sell .products-grid li .critic-results {
    text-align: left; }
  .catalog-product-view .box-collateral.box-up-sell .products-grid li .price-box {
    text-align: left; } }

@media only screen and (max-width: 599px) {
  .category-wine-gifts .product-view .product-img-box .media-wrapper .product-image, .category-case-deals .product-view .product-img-box .media-wrapper .product-image, body.category-wine-club .product-view .product-img-box .media-wrapper .product-image {
    width: 100%; }
    .category-wine-gifts .product-view .product-img-box .media-wrapper .product-image .product-image-gallery, .category-case-deals .product-view .product-img-box .media-wrapper .product-image .product-image-gallery, body.category-wine-club .product-view .product-img-box .media-wrapper .product-image .product-image-gallery {
      height: auto; }
      .category-wine-gifts .product-view .product-img-box .media-wrapper .product-image .product-image-gallery img, .category-case-deals .product-view .product-img-box .media-wrapper .product-image .product-image-gallery img, body.category-wine-club .product-view .product-img-box .media-wrapper .product-image .product-image-gallery img {
        left: 0;
        top: 0; }
  .category-wine-gifts .product-view .product-img-box .media-wrapper .icons-awards, .category-wine-gifts .product-view .product-img-box .media-wrapper .critic-results-mobile, .category-case-deals .product-view .product-img-box .media-wrapper .icons-awards, .category-case-deals .product-view .product-img-box .media-wrapper .critic-results-mobile, body.category-wine-club .product-view .product-img-box .media-wrapper .icons-awards, body.category-wine-club .product-view .product-img-box .media-wrapper .critic-results-mobile {
    width: 100%; }
  .category-wine-gifts .product-view .product-img-box .media-wrapper .product-name-mobile, .category-case-deals .product-view .product-img-box .media-wrapper .product-name-mobile, body.category-wine-club .product-view .product-img-box .media-wrapper .product-name-mobile {
    width: 100%; }
    .category-wine-gifts .product-view .product-img-box .media-wrapper .product-name-mobile h1, .category-case-deals .product-view .product-img-box .media-wrapper .product-name-mobile h1, body.category-wine-club .product-view .product-img-box .media-wrapper .product-name-mobile h1 {
      text-align: center; } }

.product-type-bundle .product-essential .product-img-box {
  margin-bottom: 35px; }

.product-type-bundle .product-bundle-1col-info .product-options-bottom {
  background: none;
  border: 0; }

.product-type-bundle .product-bundle-1col-info .product-options {
  border: 0;
  padding: 0;
  padding-top: 30px;
  margin-bottom: 25px; }
  .product-type-bundle .product-bundle-1col-info .product-options h2.bundle-content-title {
    font-family: GillSansShadowMTStd;
    color: #3155a5;
    letter-spacing: 2px;
    margin: 4px 0; }
  .product-type-bundle .product-bundle-1col-info .product-options div.col {
    border: 3px solid #EDEDED;
    position: relative; }
    .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box {
      padding: 17px 25px 0px 25px;
      min-height: 270px; }
      .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox {
        display: block;
        width: 37%;
        float: left;
        overflow: hidden;
        margin-right: 2%; }
        .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox a.product-image {
          float: left; }
          .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox a.product-image div.crop {
            width: 125px;
            text-align: center;
            overflow: hidden; }
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox a.product-image div.crop img {
              width: auto;
              position: relative;
              margin-left: -60%;
              margin-top: -30%;
              max-width: none; }
        @media only screen and (max-width: 979px) {
          .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox {
            width: 20%; }
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox a.product-image div.crop img {
              margin-left: -37%; } }
        @media only screen and (max-width: 770px) {
          .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox {
            width: 25%; }
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox a.product-image div.crop img {
              margin-left: -37%; } }
        @media only screen and (max-width: 599px) {
          .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox {
            width: 37%; }
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.image-subbox a.product-image div.crop img {
              margin-left: -60%; } }
      .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox {
        width: 59%;
        float: left; }
        .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .short-description-raw {
          font-size: 11px;
          font-weight: bold; }
        .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox h5 a {
          font-family: "Lato Bold";
          color: #555555;
          font-size: 14px;
          text-transform: uppercase;
          display: block;
          padding-right: 11px; }
          .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox h5 a:hover {
            color: #3155a5; }
        .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .child-product-icons-awards {
          padding-top: 20px; }
          .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .child-product-icons-awards .food-img-wrap {
            display: inline-block;
            width: 40px;
            margin-right: 5px; }
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .child-product-icons-awards .food-img-wrap img {
              width: 100%; }
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .child-product-icons-awards .food-img-wrap:last-child {
              margin-right: 0; }
          @media only screen and (max-width: 1199px) {
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .child-product-icons-awards {
              clear: left; } }
          @media only screen and (max-width: 979px) {
            .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .child-product-icons-awards {
              clear: none; } }
        .product-type-bundle .product-bundle-1col-info .product-options div.col div.input-box div.info-subbox .read-more a {
          text-transform: lowercase; }
    .product-type-bundle .product-bundle-1col-info .product-options div.col span.qty-holder {
      position: absolute;
      top: -3px;
      right: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 70px 70px 0;
      border-color: transparent #444444 transparent transparent; }
      .product-type-bundle .product-bundle-1col-info .product-options div.col span.qty-holder label {
        position: absolute;
        top: 8px;
        left: 38px;
        color: #fff;
        width: 30px;
        font-size: 17px; }

.product-type-bundle .product-bundle-1col-info #product-bundle-details {
  clear: both; }
  .product-type-bundle .product-bundle-1col-info #product-bundle-details h4.bundle-details-toggle {
    font-size: 16px; }
    .product-type-bundle .product-bundle-1col-info #product-bundle-details h4.bundle-details-toggle i {
      font-size: 0; }
  .product-type-bundle .product-bundle-1col-info #product-bundle-details .content.c1 {
    font-size: 13px;
    padding: 0 5px; }

.product-type-bundle .price-box span.rrpsave span.save {
  display: block;
  text-transform: uppercase;
  color: #f66345;
  font-size: 18px; }
  .product-type-bundle .price-box span.rrpsave span.save span.price {
    color: #f66345;
    font-size: 18px;
    font-family: "open_sansregular"; }

/**
 * Mint2 - Lero9 Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     mint2
 * @copyright   Copyright (c) 2014 Lero9 Ltd. (http://www.lero9.co.nz)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@media only screen and (max-width: 599px) {
  .cms-index-index .page-header {
    margin-bottom: 10px; } }

body.cms-home .page-header-container div#header-nav nav#nav ol.nav-primary > li > a {
  border-bottom: 1px solid #fff; }

body.cms-home .page-title {
  position: relative;
  padding: 15px 0 3px;
  background: -moz-radial-gradient(#B2C5EF 15%, transparent 22%), -moz-radial-gradient(#B2C5EF 15%, transparent 22%);
  background: -webkit-radial-gradient(#B2C5EF 15%, transparent 22%), -webkit-radial-gradient(#B2C5EF 15%, transparent 22%);
  -webkit-background-size: 18px 17px;
  -moz-background-size: 18px 17px;
  background-size: 18px 17px;
  background-position: top;
  background-repeat: repeat-x; }
  body.cms-home .page-title:after {
    display: block;
    content: '';
    padding: 15px 0 3px;
    background: -moz-radial-gradient(#B2C5EF 15%, transparent 22%), -moz-radial-gradient(#B2C5EF 15%, transparent 22%);
    background: -webkit-radial-gradient(#B2C5EF 15%, transparent 22%), -webkit-radial-gradient(#B2C5EF 15%, transparent 22%);
    -webkit-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    background-size: 18px 17px;
    background-position: top;
    background-repeat: repeat-x; }
  @media only screen and (max-width: 770px) {
    body.cms-home .page-title {
      margin-top: 10px;
      margin-bottom: 10px; } }

body.cms-home .page-title h2 {
  padding: 16px 0;
  margin: 0;
  text-align: center;
  border-bottom: 0;
  font-family: Garamond, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.2; }
  @media only screen and (max-width: 599px) {
    body.cms-home .page-title h2 {
      border-left: 0;
      border-right: 0;
      border-image-width: 7px;
      padding-top: 12px;
      padding-bottom: 12px;
      font-size: 18px; } }

body.cms-home .main-container {
  padding-top: 0; }

body.cms-home .meta-blocks {
  padding: 15px 0 3px;
  background: -moz-radial-gradient(#B2C5EF 15%, transparent 22%), -moz-radial-gradient(#B2C5EF 15%, transparent 22%);
  background: -webkit-radial-gradient(#B2C5EF 15%, transparent 22%), -webkit-radial-gradient(#B2C5EF 15%, transparent 22%);
  -webkit-background-size: 18px 17px;
  -moz-background-size: 18px 17px;
  background-size: 18px 17px;
  background-position: top;
  background-repeat: repeat-x; }
  body.cms-home .meta-blocks > div {
    height: 150px; }
    body.cms-home .meta-blocks > div img {
      max-width: 100%; }
      @media only screen and (max-width: 599px) {
        body.cms-home .meta-blocks > div img {
          width: 100%; } }
  @media only screen and (max-width: 979px) {
    body.cms-home .meta-blocks {
      display: table; }
      body.cms-home .meta-blocks > div {
        height: auto;
        display: table-cell;
        width: 49%;
        margin: 0 1.3% 0 0;
        background: transparent; }
        body.cms-home .meta-blocks > div:last-child {
          margin-right: 0; }
        body.cms-home .meta-blocks > div p {
          margin-bottom: 0; } }
  @media only screen and (max-width: 479px) {
    body.cms-home .meta-blocks {
      display: none; } }

body.cms-home .slider-content {
  text-align: center;
  padding: 25px 0px 0px 0px; }

body.cms-home .slider-content-title {
  color: #000000; }

body.cms-home .slider-content-subtitle {
  color: #999999;
  font-weight: 300; }

body.cms-home .main.above_content > .widget:nth-child(3),
body.cms-home .main.above_content > .widget:nth-child(4) {
  clear: both; }

body.cms-home div.featured-video,
body.cms-home div.latest-blogpost {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  body.cms-home div.featured-video h2,
  body.cms-home div.latest-blogpost h2 {
    margin-bottom: 44px;
    text-align: left;
    font-family: GillSansShadowMTStd;
    color: #3155a5;
    letter-spacing: 2px;
    font-size: 26px;
    float: left;
    line-height: 1;
    display: block; }
    @media only screen and (max-width: 770px) {
      body.cms-home div.featured-video h2,
      body.cms-home div.latest-blogpost h2 {
        margin-bottom: 20px;
        line-height: initial;
        text-align: center;
        float: none; } }
    @media only screen and (max-width: 360px) {
      body.cms-home div.featured-video h2,
      body.cms-home div.latest-blogpost h2 {
        margin-bottom: 10px;
        font-size: 22px; } }
  @media only screen and (max-width: 770px) {
    body.cms-home div.featured-video,
    body.cms-home div.latest-blogpost {
      margin-top: 0;
      margin-bottom: 45px; } }

@media only screen and (max-width: 770px) {
  body.cms-home div.featured-video {
    text-align: center; } }

@media only screen and (max-width: 420px) {
  body.cms-home div.featured-video iframe {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  body.cms-home div.featured-video {
    margin-top: 0;
    margin-bottom: 0; }
    body.cms-home div.featured-video h2 {
      margin-top: 0; } }

body.cms-home div.latest-blogpost p.blog-video-view-all a {
  text-transform: uppercase;
  color: #3155a4;
  font-family: "Lato Semibold";
  letter-spacing: 1px;
  position: absolute;
  right: 50px;
  top: 15px;
  border: 1px solid #3155a4;
  box-sizing: border-box;
  padding: 2px 7px 0px 7px; }
  body.cms-home div.latest-blogpost p.blog-video-view-all a:hover {
    color: #fff;
    background: #3155a4; }
  @media only screen and (max-width: 770px) {
    body.cms-home div.latest-blogpost p.blog-video-view-all a {
      text-align: center;
      top: initial;
      bottom: -40px;
      right: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 979px) {
    body.cms-home div.latest-blogpost p.blog-video-view-all a {
      position: relative;
      display: inline-block;
      margin-left: 75px;
      margin-right: 0; } }

body.cms-home div.latest-blogpost article {
  font-size: 0;
  margin-bottom: 40px;
  clear: both; }
  body.cms-home div.latest-blogpost article:last-child {
    margin-bottom: 20px; }
  body.cms-home div.latest-blogpost article .latest-blog-img {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
    vertical-align: top; }
    body.cms-home div.latest-blogpost article .latest-blog-img img {
      width: 145%;
      height: auto; }
  body.cms-home div.latest-blogpost article .latest-blog-text {
    width: calc(100% - 300px);
    display: inline-block;
    margin-left: 95px;
    vertical-align: top; }
    body.cms-home div.latest-blogpost article .latest-blog-text h3 {
      font-family: "Lato Semibold";
      font-size: 16px;
      margin-top: -3px;
      margin-bottom: 6px; }
      body.cms-home div.latest-blogpost article .latest-blog-text h3 a {
        color: #444444;
        text-transform: uppercase; }
    body.cms-home div.latest-blogpost article .latest-blog-text div {
      font-size: 15px;
      font-family: "Lato Light";
      line-height: 20px; }
    body.cms-home div.latest-blogpost article .latest-blog-text div.latest-blog-read-more a {
      font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 13px; }
      body.cms-home div.latest-blogpost article .latest-blog-text div.latest-blog-read-more a:hover {
        text-decoration: underline; }
    body.cms-home div.latest-blogpost article .latest-blog-text div.latest-moremore a {
      color: #3155a4;
      font-family: "Lato Semibold";
      text-transform: uppercase;
      font-size: 14px; }
  @media only screen and (max-width: 599px) {
    body.cms-home div.latest-blogpost article .latest-blog-img,
    body.cms-home div.latest-blogpost article .latest-blog-text {
      width: 100%;
      margin: 0; }
    body.cms-home div.latest-blogpost article .latest-blog-img img {
      width: 100%;
      padding: 8%; } }

@media only screen and (max-width: 479px) {
  body.cms-home div.latest-blogpost {
    display: none; } }

body.cms-home div.featured-video h2 {
  margin-bottom: 40px; }

body.cms-home div.featured-video h3 {
  text-transform: uppercase;
  clear: both;
  font-family: "Lato Semibold";
  font-size: 16px;
  margin-bottom: 7px; }

body.cms-home div.featured-video .video-info {
  line-height: 20px;
  margin-bottom: 20px;
  color: #555555;
  font-family: 'Lato Light';
  font-size: 15px; }
  @media only screen and (max-width: 599px) {
    body.cms-home div.featured-video .video-info {
      max-width: 90%;
      margin: 10px auto; } }

.cat-landing-banner {
  width: 100%;
  position: relative;
  border-bottom: 5px solid #FD7271; }

.cat-landing-banner-img {
  width: 100%; }

.cat-landing-banner-content {
  position: absolute;
  top: 97px;
  left: 45px;
  color: #ffffff;
  width: 50%; }
  .cat-landing-banner-content h4 {
    color: #ffffff;
    border-left: 8px solid #FD7271;
    padding: 10px 0px 10px 25px;
    margin: 0px;
    font-size: 40px;
    font-weight: 200; }
  .cat-landing-banner-content p {
    padding: 20px 0px 0px 40px;
    margin: 0px; }

.cat-container .product-image .widget.widget-static-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px; }

.cat-container .product-image .first-level-cat-banner {
  margin: 40px auto 0px auto;
  width: 60%;
  border: 3px solid #ffffff;
  padding: 10px 0px;
  text-align: center; }
  .cat-container .product-image .first-level-cat-banner h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 0px; }
  .cat-container .product-image .first-level-cat-banner p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300; }
  .cat-container .product-image .first-level-cat-banner i {
    border: 2px solid #ffffff;
    padding: 7px 6px;
    margin: 0px 0px 0px 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 12px; }

.cat-container .product-image:hover .first-level-cat-banner {
  border-color: #FF7373; }
  .cat-container .product-image:hover .first-level-cat-banner i {
    background: #FF7373;
    border-color: #FF7373; }
    .cat-container .product-image:hover .first-level-cat-banner i:before {
      color: #ffffff; }

.cat-container .product-image:hover:before {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.cat-container .product-image:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute; }

.third-level-category-banners {
  padding: 40px 0 0 0; }

.third-level-category-banner {
  border: 1px solid #E6E6E6;
  width: 23%;
  margin: 0 2.6% 30px 0;
  float: left;
  position: relative; }

.third-level-category-banner--last {
  margin-right: 0px; }

.third-level-category-img {
  width: 100%; }

.third-level-category-link {
  background: #F6F6F6;
  color: #555555;
  font-size: 18px;
  display: block;
  padding: 15px 40px 15px 20px;
  line-height: 24px;
  position: relative; }
  .third-level-category-link i {
    color: #55B3D9;
    border: 2px solid #55B3D9;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 20px; }
    .third-level-category-link i:before {
      padding: 0px;
      margin: 0px; }
  .third-level-category-link:hover {
    text-decoration: none; }
    .third-level-category-link:hover i {
      background: #55B3D9;
      color: #ffffff; }

.third-level-category-desc {
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  position: absolute;
  opacity: 0; }
  .third-level-category-desc p {
    position: absolute;
    top: 0px;
    padding: 30px 20px 0px 20px; }
  .third-level-category-desc:before {
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: block;
    content: ''; }

.category-products .category-link-container {
  border: 0px !important;
  border-bottom: 6px solid #EEEEEE !important;
  padding-bottom: 20px; }
  .category-products .category-link-container .product-name {
    padding: 0px 20px; }

#narrow-by-list {
  background: #F6F6F6;
  padding: 10px 15px; }
  #narrow-by-list dd dt {
    padding: 0px; }
  #narrow-by-list li a {
    font-size: 12px; }

.block-layered-nav .block-content > dl > dt {
  padding: 0px 10px 0px 0px;
  text-transform: uppercase;
  font-size: 12px; }

.owl-nextbody.cms-page-view div.std {
  color: #555;
  font-family: "Lato Light";
  font-size: 15px; }
  .owl-nextbody.cms-page-view div.std h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Lato Semibold'; }
  .owl-nextbody.cms-page-view div.std strong {
    font-family: 'Lato Semibold'; }

.owl-nextbody.cms-page-view .widget-feature-products .view-all-link {
  display: none; }

body.cms-home .carousel-wrapper,
body.cms-page-view .carousel-wrapper {
  overflow: hidden; }

body.cms-home .widget-feature-products,
body.cms-page-view .widget-feature-products {
  margin-bottom: 15px;
  padding: 0;
  position: relative; }
  body.cms-home .widget-feature-products .item,
  body.cms-page-view .widget-feature-products .item {
    display: inline-block; }
  body.cms-home .widget-feature-products h2,
  body.cms-page-view .widget-feature-products h2 {
    margin-bottom: 35px;
    text-align: center;
    font-family: GillSansShadowMTStd;
    line-height: 1.2;
    color: #3155a5;
    letter-spacing: 3.5px;
    font-size: 26px; }
    @media only screen and (max-width: 770px) {
      body.cms-home .widget-feature-products h2,
      body.cms-page-view .widget-feature-products h2 {
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media only screen and (max-width: 360px) {
      body.cms-home .widget-feature-products h2,
      body.cms-page-view .widget-feature-products h2 {
        margin-bottom: 10px;
        font-size: 24px; } }
  body.cms-home .widget-feature-products .view-all-link,
  body.cms-page-view .widget-feature-products .view-all-link {
    text-align: center;
    margin-top: 20px;
    line-height: 1em;
    margin-bottom: 35px; }
    body.cms-home .widget-feature-products .view-all-link a,
    body.cms-page-view .widget-feature-products .view-all-link a {
      font-size: 15px;
      font-family: "Lato Semibold";
      text-transform: uppercase;
      letter-spacing: 1px; }
      body.cms-home .widget-feature-products .view-all-link a:hover,
      body.cms-page-view .widget-feature-products .view-all-link a:hover {
        border-bottom: 1px dotted #3155a5; }
    @media only screen and (max-width: 770px) {
      body.cms-home .widget-feature-products .view-all-link,
      body.cms-page-view .widget-feature-products .view-all-link {
        margin-top: 15px; } }
  body.cms-home .widget-feature-products .product-slider,
  body.cms-page-view .widget-feature-products .product-slider {
    margin: 0 auto;
    position: relative; }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel .owl-stage-outer,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .owl-stage-outer {
      border: none;
      left: 0;
      box-shadow: none; }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel li,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li {
      padding: 0;
      margin: 0;
      border-right: 1px solid #ccc;
      float: left;
      height: auto;
      width: 100%; }
      @media only screen and (max-width: 979px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel li,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li {
          border: 0; } }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel li:last-child,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li:last-child {
        border-color: #fff; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions {
        margin-left: 28%; }
        @media only screen and (max-width: 1029px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions {
            margin-left: 34%; } }
        @media only screen and (max-width: 800px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions {
            margin-left: 37%; } }
        @media only screen and (max-width: 680px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions {
            margin-left: 29%; } }
        @media only screen and (max-width: 380px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions {
            margin-left: 29%; } }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions .btn-cart,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions .btn-cart {
          padding: 10px 15px; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions > div,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions > div {
          float: left;
          margin-right: 15px;
          /* -- IE 10/11 Input Fix -- */
          width: 40px;
          position: relative; }
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions > div input[type=number],
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions > div input[type=text],
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions > div input[type=number],
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions > div input[type=text] {
            position: relative;
            z-index: 9999;
            text-align: center; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions label,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions label {
          display: none; }
        @media only screen and (max-width: 700px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel li .actions > div,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li .actions > div {
            margin-right: 5px; } }
      @media only screen and (max-width: 800px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel li,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li {
          padding: 15px; } }
      @media only screen and (max-width: 479px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel li,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel li {
          padding: 15px 0; } }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel .description-wrapper,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .description-wrapper {
      position: relative;
      width: 100%;
      min-height: 250px; }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image {
      float: left;
      height: 295px;
      overflow: hidden;
      width: 95px; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop {
        text-align: center;
        overflow: hidden; }
        @media only screen and (max-width: 599px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop {
            margin: 0 auto; } }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img {
          position: relative;
          margin-left: 50%;
          left: -122%;
          margin-top: -53px;
          max-width: none;
          position: absolute;
          width: auto;
          height: 100%; }
      @media only screen and (max-width: 680px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image {
          width: 63px; }
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img {
            left: -150%;
            margin-top: -40px;
            height: 80%; } }
      @media only screen and (max-width: 599px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image {
          width: 95px; }
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img {
            left: -122%;
            margin-top: -53px;
            width: auto;
            height: 325px; } }
      @media only screen and (max-width: 380px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image {
          width: 80px; }
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel a.product-image .crop img {
            left: -122%;
            margin-top: -53px;
            height: 83%;
            margin-top: -42px; } }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box {
      margin-left: 28%; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box h3.product-name,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box h3.product-name {
        font-family: "Lato Bold";
        font-size: 14px;
        text-transform: uppercase;
        color: #555555;
        border-image-repeat: repeat;
        padding: 7px 0 7px;
        overflow: hidden;
        position: relative;
        width: 70%;
        box-sizing: content-box;
        min-height: 55px;
        border-top: 4px dotted #B2C5EF; }
        @media only screen and (max-width: 1029px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box h3.product-name,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box h3.product-name {
            width: 78%; } }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette {
        width: 15%;
        position: absolute;
        top: 0;
        right: 10px; }
        @media only screen and (max-width: 1029px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette {
            top: 0;
            right: -15px; } }
        @media only screen and (max-width: 770px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette {
            width: 15%;
            top: 0;
            right: 0px; } }
        @media only screen and (max-width: 599px) {
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .product-rosette {
            width: 10%;
            top: 0;
            right: 0px; } }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description {
        font-size: 13px;
        line-height: 1.6;
        color: #444;
        width: 90%;
        display: inline; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description > span,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description > span {
          padding-right: 15px;
          display: inline; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description .qview-link,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description .qview-link {
          margin: 5px 0;
          height: 12px; }
          body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description .qview-link a,
          body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box div.product-short-description .qview-link a {
            margin-top: 0;
            font-size: 12px;
            line-height: 1em; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .mobile-readmore-link,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .mobile-readmore-link {
        display: inline; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .mobile-readmore-link a,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box .mobile-readmore-link a {
          display: inline;
          text-transform: lowercase; }
      @media only screen and (max-width: 1029px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box {
          margin-left: 30%; } }
      @media only screen and (max-width: 800px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box {
          margin-left: 37%; } }
      @media only screen and (max-width: 680px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box {
          margin-left: 29%; } }
      @media only screen and (max-width: 380px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .product-desc-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .product-desc-box {
          margin-left: 29%; } }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box {
      margin: 18px 0 12px 28%;
      padding-left: 8px; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .old-price,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .old-price {
        margin-bottom: 0; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave {
        margin-bottom: 0px;
        height: 30px; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .save,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .save {
          margin-top: 4px; }
          @media only screen and (max-width: 979px) {
            body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .save,
            body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .save {
              padding-left: 0; } }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .save,
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .rrp,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .save,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave .rrp {
          display: inline-block;
          font-size: 11px; }
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave + .price,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box .rrpsave + .price {
          margin-top: 7px; }
      @media only screen and (max-width: 1029px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box {
          margin-left: 34%;
          padding-left: 0px; } }
      @media only screen and (max-width: 800px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box {
          margin-left: 37%;
          padding-left: 0px; } }
      @media only screen and (max-width: 680px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box {
          margin-left: 29%; } }
      @media only screen and (max-width: 380px) {
        body.cms-home .widget-feature-products .product-slider .product-featured-carousel .price-box,
        body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .price-box {
          margin-left: 29%; } }
    @media only screen and (min-width: 1029px) {
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .actions,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .actions {
        padding-left: 8px; } }
    body.cms-home .widget-feature-products .product-slider .product-featured-carousel .actions button.btn-cart,
    body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .actions button.btn-cart {
      background: #3155a5;
      color: white;
      padding: 0 20px;
      font-family: "Lato Bold";
      font-size: 13px;
      line-height: 40px;
      letter-spacing: 0.4px;
      position: relative; }
      body.cms-home .widget-feature-products .product-slider .product-featured-carousel .actions button.btn-cart:hover,
      body.cms-page-view .widget-feature-products .product-slider .product-featured-carousel .actions button.btn-cart:hover {
        background: #2b4b91; }
    body.cms-home .widget-feature-products .product-slider .owl-nav,
    body.cms-page-view .widget-feature-products .product-slider .owl-nav {
      width: 100%; }
      @media only screen and (max-width: 900px) {
        body.cms-home .widget-feature-products .product-slider .owl-nav,
        body.cms-page-view .widget-feature-products .product-slider .owl-nav {
          display: none; } }
      body.cms-home .widget-feature-products .product-slider .owl-nav:before,
      body.cms-page-view .widget-feature-products .product-slider .owl-nav:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      body.cms-home .widget-feature-products .product-slider .owl-nav div,
      body.cms-page-view .widget-feature-products .product-slider .owl-nav div {
        cursor: pointer;
        color: #999999;
        background: none;
        border: 2px solid #999999;
        border-radius: 50%;
        font-size: 18px;
        width: 35px;
        height: 35px;
        font-size: 0; }
        body.cms-home .widget-feature-products .product-slider .owl-nav div a,
        body.cms-page-view .widget-feature-products .product-slider .owl-nav div a {
          color: #999999; }
          body.cms-home .widget-feature-products .product-slider .owl-nav div a i:before,
          body.cms-page-view .widget-feature-products .product-slider .owl-nav div a i:before {
            width: 30px;
            height: 30px;
            margin-right: 0;
            margin-left: 0;
            line-height: 30px; }
      @media only screen and (max-width: 770px) {
        body.cms-home .widget-feature-products .product-slider .owl-nav,
        body.cms-page-view .widget-feature-products .product-slider .owl-nav {
          display: block; } }
      body.cms-home .widget-feature-products .product-slider .owl-nav .owl-prev,
      body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: -45px;
        margin-top: -20px; }
        body.cms-home .widget-feature-products .product-slider .owl-nav .owl-prev:before,
        body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-prev:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\f0d9";
          color: #999999;
          padding: 7px 11px;
          font-size: 18px; }
        @media only screen and (max-width: 1260px) {
          body.cms-home .widget-feature-products .product-slider .owl-nav .owl-prev,
          body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-prev {
            left: -35px; } }
        @media only screen and (max-width: 770px) {
          body.cms-home .widget-feature-products .product-slider .owl-nav .owl-prev,
          body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-prev {
            left: -15px;
            border: 0; }
            body.cms-home .widget-feature-products .product-slider .owl-nav .owl-prev:before,
            body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-prev:before {
              content: '\f053';
              font-size: 22px; } }
      body.cms-home .widget-feature-products .product-slider .owl-nav .owl-next,
      body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: -45px;
        margin-top: -20px; }
        body.cms-home .widget-feature-products .product-slider .owl-nav .owl-next:before,
        body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-next:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\f0da";
          font-size: 18px;
          color: #999999;
          padding: 7px 14px; }
        @media only screen and (max-width: 1260px) {
          body.cms-home .widget-feature-products .product-slider .owl-nav .owl-next,
          body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-next {
            right: -35px; } }
        @media only screen and (max-width: 770px) {
          body.cms-home .widget-feature-products .product-slider .owl-nav .owl-next,
          body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-next {
            right: -10px;
            border: 0; }
            body.cms-home .widget-feature-products .product-slider .owl-nav .owl-next:before,
            body.cms-page-view .widget-feature-products .product-slider .owl-nav .owl-next:before {
              content: '\f054';
              font-size: 22px; } }

body.cms-home.is-safari .widget-feature-products .product-slider .bx-wrapper .bx-viewport .product-desc-box div.product-short-description,
body.cms-page-view.is-safari .widget-feature-products .product-slider .bx-wrapper .bx-viewport .product-desc-box div.product-short-description {
  color: #444; }

.widget-feature-products .product-slider {
  overflow: hidden; }
  .widget-feature-products .product-slider .product-featured-carousel.owl-before .owl-item, .widget-feature-products .product-slider .product-featured-carousel.owl-before .item {
    float: left;
    width: 336.667px;
    margin-right: 15px;
    border-right: 2px solid #f1f1f1;
    padding-right: 25px; }
    @media only screen and (max-width: 770px) {
      .widget-feature-products .product-slider .product-featured-carousel.owl-before .owl-item, .widget-feature-products .product-slider .product-featured-carousel.owl-before .item {
        padding-right: 20px; } }

/* ================================================== *
 * CMS > Winemakers, Regions, Foods, Country Pages
 * ================================================== */
body[class*="cms-winemaker"] div.main div.col:first-child,
body[class*="cms-region"] div.main div.col:first-child,
body[class*="cms-food"] div.main div.col:first-child,
body[class*="cms-country"] div.main div.col:first-child {
  background-color: #F8F8F8;
  padding: 30px 30px 0; }

body[class*="cms-winemaker"] div.main .breadcrumbs,
body[class*="cms-region"] div.main .breadcrumbs,
body[class*="cms-food"] div.main .breadcrumbs,
body[class*="cms-country"] div.main .breadcrumbs {
  display: none; }

body[class*="cms-winemaker"] .slideshow-container .slideshow > li img,
body[class*="cms-region"] .slideshow-container .slideshow > li img,
body[class*="cms-food"] .slideshow-container .slideshow > li img,
body[class*="cms-country"] .slideshow-container .slideshow > li img {
  height: 400px;
  /*Requested by ArtWork*/ }

body[class*="cms-winemaker"] #winemaker-awards,
body[class*="cms-region"] #winemaker-awards,
body[class*="cms-food"] #winemaker-awards,
body[class*="cms-country"] #winemaker-awards {
  text-align: center;
  list-style-type: none;
  font-size: 0; }
  body[class*="cms-winemaker"] #winemaker-awards li,
  body[class*="cms-region"] #winemaker-awards li,
  body[class*="cms-food"] #winemaker-awards li,
  body[class*="cms-country"] #winemaker-awards li {
    display: inline-block;
    width: 20%;
    margin-left: 0; }

body[class*="cms-winemaker"] div.std .page-title,
body[class*="cms-region"] div.std .page-title,
body[class*="cms-food"] div.std .page-title,
body[class*="cms-country"] div.std .page-title {
  background: url("../images/big-blue-dot.png") repeat-x;
  position: relative; }

body[class*="cms-winemaker"] div.std h4,
body[class*="cms-region"] div.std h4,
body[class*="cms-food"] div.std h4,
body[class*="cms-country"] div.std h4 {
  color: #3155a5;
  font-weight: bold;
  font-style: italic;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif; }

body[class*="cms-winemaker"] div.std .page-title h2,
body[class*="cms-region"] div.std .page-title h2,
body[class*="cms-food"] div.std .page-title h2,
body[class*="cms-country"] div.std .page-title h2 {
  margin-bottom: -20px;
  text-align: left;
  font-family: GillSansShadowMTStd;
  color: #3155a5;
  letter-spacing: 2px;
  font-size: 26px;
  text-align: center;
  border-bottom: none;
  line-height: 70px; }

body[class*="cms-winemaker"] #winemaker-awards,
body[class*="cms-region"] #winemaker-awards,
body[class*="cms-food"] #winemaker-awards,
body[class*="cms-country"] #winemaker-awards {
  text-align: center;
  list-style-type: none;
  font-size: 0;
  background: url("../images/big-blue-dot.png") repeat-x;
  position: relative;
  padding: 30px 0; }
  body[class*="cms-winemaker"] #winemaker-awards:after,
  body[class*="cms-region"] #winemaker-awards:after,
  body[class*="cms-food"] #winemaker-awards:after,
  body[class*="cms-country"] #winemaker-awards:after {
    display: block;
    position: absolute;
    content: '';
    background: url("../images/big-blue-dot.png") repeat-x;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0; }
  body[class*="cms-winemaker"] #winemaker-awards li,
  body[class*="cms-region"] #winemaker-awards li,
  body[class*="cms-food"] #winemaker-awards li,
  body[class*="cms-country"] #winemaker-awards li {
    display: inline-block;
    width: 20%;
    margin-left: 0; }
    body[class*="cms-winemaker"] #winemaker-awards li img,
    body[class*="cms-region"] #winemaker-awards li img,
    body[class*="cms-food"] #winemaker-awards li img,
    body[class*="cms-country"] #winemaker-awards li img {
      margin: 0 auto;
      width: 100px;
      height: auto; }

@media only screen and (min-width: 480px) {
  body[class*="cms-winemaker"] .main-container,
  body[class*="cms-region"] .main-container,
  body[class*="cms-food"] .main-container,
  body[class*="cms-country"] .main-container {
    padding: 0 30px 30px; } }

@media only screen and (max-width: 479px) {
  body[class*="cms-winemaker"] iframe,
  body[class*="cms-region"] iframe,
  body[class*="cms-food"] iframe,
  body[class*="cms-country"] iframe {
    width: 100%; }
  body[class*="cms-winemaker"] #winemaker-awards li img,
  body[class*="cms-region"] #winemaker-awards li img,
  body[class*="cms-food"] #winemaker-awards li img,
  body[class*="cms-country"] #winemaker-awards li img {
    width: 100%; } }

/* ================== *
 * CMS > big images
 * ================== */
.cms-page-view div.std img {
  max-width: 100%; }

/* ================================================== *
 * Contact Page
 * ================================================== */
.contact-info-left p {
  font-size: 13px; }

.map-link {
  text-transform: uppercase; }

.addresses {
  color: #555555;
  font-size: 13px;
  font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 2; }
  .addresses .contact-address-title {
    font-family: "open_sansregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-rendering: optimizeSpeed;
    color: #555555;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px; }

/* ================================================== *
 * Checkout Page
 * ================================================== */
#checkout-step-review .buttons-set .page-title h1 {
  font-size: 16px;
  font-weight: 600;
  color: #555; }

.checkout-onepage-index .page-title h1 {
  border-bottom: none; }

.checkout-onepage-index .form-list .control.remember-me-box label {
  padding: 6px 10px 6px 30px; }

.checkout-onepage-index .form-list .control.remember-me-box input.checkbox {
  margin-left: 0; }

.checkout-onepage-index #checkout-step-login p.description, .checkout-onepage-index #checkout-step-login ul li {
  font-family: "open_sansregular";
  color: #333;
  font-size: 13px; }

@media only screen and (max-width: 479px) {
  .category-gifts .category-description {
    display: block;
    margin-bottom: 10px; }
  .category-gifts .carousel-wrapper {
    display: none; }
  .category-gifts .feature-blocks > a h2 {
    text-align: center; }
  .category-gifts .feature-blocks > a span {
    position: relative;
    top: auto;
    right: auto; }
  .category-gifts .feature-blocks > a p {
    position: relative;
    top: auto; }
  .category-gifts .feature-blocks > a div.feature-block-overlay {
    position: absolute; }
    .category-gifts .feature-blocks > a div.feature-block-overlay p {
      display: block; }
  .category-gifts .feature-blocks > a.span_1_of_3:last-child {
    margin: 3px 0 0; } }

/* ===================== *
 * CMS > walk through our stores page
 * ===================== */
.grey-lynn-wrapper {
  display: flex;
  justify-content: space-between; }
  .grey-lynn-wrapper .downstairs, .grey-lynn-wrapper .upstairs {
    width: 49%; }
    .grey-lynn-wrapper .downstairs iframe, .grey-lynn-wrapper .upstairs iframe {
      width: 100%; }
  @media only screen and (max-width: 770px) {
    .grey-lynn-wrapper {
      flex-direction: column; }
      .grey-lynn-wrapper .downstairs, .grey-lynn-wrapper .upstairs {
        width: 100%; } }

.parnell-wrapper iframe {
  width: 100%; }

body.category-wine-club p.category-image {
  border: none;
  padding: 0; }

body.category-wine-club section#wine-club-anchors-container {
  background-image: -webkit-linear-gradient( top right, #d1ebf2, #2b73b7);
  background-image: linear-gradient(to bottom left, #d1ebf2, #2b73b7);
  position: relative;
  overflow: hidden; }
  body.category-wine-club section#wine-club-anchors-container > img {
    position: absolute;
    width: calc(45% - 50px);
    max-width: 270px;
    max-height: 200px;
    top: 15px;
    right: 25px; }
    @media only screen and (max-width: 770px) {
      body.category-wine-club section#wine-club-anchors-container > img {
        position: static;
        width: calc(100% - 50px);
        display: block;
        margin: 15px auto; } }
  body.category-wine-club section#wine-club-anchors-container > div {
    color: #ffffff;
    padding: 15px 25px;
    font-family: "Lato Light"; }
    body.category-wine-club section#wine-club-anchors-container > div > div#your-discovery {
      width: 55%;
      margin-bottom: 25px; }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-anchors-container > div > div#your-discovery {
          width: 100%; } }
      body.category-wine-club section#wine-club-anchors-container > div > div#your-discovery > p:first-child {
        font-size: 30px;
        font-style: italic;
        line-height: 32px;
        margin-bottom: 15px;
        font-family: "Lato Semibold"; }
      body.category-wine-club section#wine-club-anchors-container > div > div#your-discovery > p:last-child {
        color: #231F20;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0; }
    body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links {
      position: relative; }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links div#the-benefits {
          margin-bottom: 25px; } }
      body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links div#the-benefits > p#the-benefits-heading {
        font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }
      body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links div#the-benefits > ul {
        width: 55%;
        margin-bottom: 15px; }
        @media only screen and (max-width: 770px) {
          body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links div#the-benefits > ul {
            width: 100%; } }
        body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links div#the-benefits > ul li {
          list-style-type: disc;
          list-style-position: inside; }
      body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links div#the-benefits > p:last-child {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 0; }
      body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links p#anchor-links {
        font-size: 0;
        top: 100px;
        right: 0;
        position: absolute;
        width: calc(45% - 50px); }
        @media only screen and (max-width: 770px) {
          body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links p#anchor-links {
            position: static;
            width: 100%; } }
        body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links p#anchor-links a {
          display: inline-block;
          margin-right: 20px;
          max-width: 110px;
          width: calc((100% - 40px)/3); }
          body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links p#anchor-links a img {
            width: 100%; }
        body.category-wine-club section#wine-club-anchors-container > div > div#the-benefits-anchor-links p#anchor-links a:last-child {
          margin-right: 0; }

body.category-wine-club section#wine-club-easy-steps h2 {
  color: #3057a0;
  font-family: GillSansShadowMTStd;
  letter-spacing: 3.5px;
  font-size: 30px;
  text-align: center;
  line-height: 33px;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 770px) {
    body.category-wine-club section#wine-club-easy-steps h2 {
      padding: 0 15px; } }

body.category-wine-club section#wine-club-easy-steps ul {
  overflow: hidden; }
  body.category-wine-club section#wine-club-easy-steps ul li {
    float: left; }
    body.category-wine-club section#wine-club-easy-steps ul li:first-child {
      width: 30%;
      margin-right: 3.5%; }
      body.category-wine-club section#wine-club-easy-steps ul li:first-child p {
        padding-right: 8%; }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-easy-steps ul li:first-child {
          float: none;
          width: 100%;
          max-width: 480px;
          margin: 0 auto 25px; }
          body.category-wine-club section#wine-club-easy-steps ul li:first-child p {
            padding-left: 0; } }
    body.category-wine-club section#wine-club-easy-steps ul li:nth-child(2) {
      padding-left: 10px;
      width: 34%;
      margin-right: 1.5%; }
      body.category-wine-club section#wine-club-easy-steps ul li:nth-child(2) p {
        padding-left: 2%; }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-easy-steps ul li:nth-child(2) {
          float: none;
          width: 100%;
          max-width: 480px;
          margin: 0 auto 25px; }
          body.category-wine-club section#wine-club-easy-steps ul li:nth-child(2) p {
            padding-left: 0; } }
    body.category-wine-club section#wine-club-easy-steps ul li:last-child {
      width: 30%;
      float: right; }
      body.category-wine-club section#wine-club-easy-steps ul li:last-child p {
        padding-left: 8%; }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-easy-steps ul li:last-child {
          float: none;
          width: 100%;
          max-width: 480px;
          margin: 0 auto 25px; }
          body.category-wine-club section#wine-club-easy-steps ul li:last-child p {
            padding-left: 0; } }
    body.category-wine-club section#wine-club-easy-steps ul li h3 {
      color: #3057a0;
      text-align: center;
      text-transform: uppercase;
      font-size: 21px;
      font-family: "Lato Bold"; }
      body.category-wine-club section#wine-club-easy-steps ul li h3 span {
        font-size: 17px;
        display: block;
        color: #527ccb; }
    body.category-wine-club section#wine-club-easy-steps ul li p.step-image {
      padding: 0;
      min-height: 220px; }
      body.category-wine-club section#wine-club-easy-steps ul li p.step-image > img {
        max-width: 100%;
        width: auto; }
        @media only screen and (max-width: 770px) {
          body.category-wine-club section#wine-club-easy-steps ul li p.step-image > img {
            margin: 0 auto; } }
    body.category-wine-club section#wine-club-easy-steps ul li p:last-child {
      text-align: left;
      color: #000; }

body.category-wine-club section#wine-club-buy-now .category-products:before, body.category-wine-club section#wine-club-buy-now .category-products:after {
  content: "";
  display: block;
  padding: 15px 0 3px;
  background: -moz-radial-gradient(#B2C5EF 15%, transparent 22%), -moz-radial-gradient(#B2C5EF 15%, transparent 22%);
  background: -webkit-radial-gradient(#B2C5EF 15%, transparent 22%), -webkit-radial-gradient(#B2C5EF 15%, transparent 22%);
  -webkit-background-size: 18px 17px;
  -moz-background-size: 18px 17px;
  background-size: 18px 17px;
  background-position: top;
  background-repeat: repeat-x; }

body.category-wine-club section#wine-club-buy-now .category-products .products-list {
  margin-top: 0;
  margin-bottom: 0; }
  body.category-wine-club section#wine-club-buy-now .category-products .products-list > li a.product-image {
    width: 210px;
    margin-right: 30px; }
    @media only screen and (max-width: 800px) {
      body.category-wine-club section#wine-club-buy-now .category-products .products-list > li a.product-image {
        float: none;
        width: 100%;
        margin-right: 0; } }
  body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop {
    background-color: #FBE8EF;
    width: calc(100% - 240px);
    min-height: 0;
    border: none;
    padding: 15px; }
    @media only screen and (max-width: 800px) {
      body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop {
        float: none;
        width: 100%; } }
    body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-primary {
      border-right: none;
      width: 75%; }
      body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-primary h2.product-name {
        width: 100%;
        min-height: 22px; }
        body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-primary h2.product-name a {
          color: #B8215D;
          font-size: 19px;
          font-family: "Lato Bold"; }
    body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop .price-box {
      text-align: left; }
      body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop .price-box .price {
        font-size: 22px; }
    body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-secondary {
      text-align: center;
      width: 22%;
      padding: 17px 0 0 0; }
      body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-secondary div.qty-box {
        display: none; }
      body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-secondary button.button {
        background-color: #B8215D;
        color: #ffffff;
        border: none;
        padding: 0;
        width: 100%;
        max-width: 145px;
        margin: 0 auto;
        display: block;
        line-height: 34px;
        float: left; }
        body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-secondary button.button span {
          font-size: 13px; }
      @media only screen and (max-width: 599px) {
        body.category-wine-club section#wine-club-buy-now .category-products .products-list > li div.product-shop div.product-secondary {
          width: 100%; } }

body.category-wine-club section#wine-club-how-happens {
  margin-bottom: 25px; }
  body.category-wine-club section#wine-club-how-happens h2 {
    color: #000000;
    font-family: GillSansShadowMTStd;
    letter-spacing: 3.5px;
    font-size: 30px;
    text-align: center;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    margin-top: 35px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 770px) {
      body.category-wine-club section#wine-club-how-happens h2 {
        padding: 0 15px; } }
  body.category-wine-club section#wine-club-how-happens p#wine-club-how-happens-p-after-h2 {
    font-size: 20px;
    text-align: center;
    color: #3057a0;
    letter-spacing: 2.5px;
    line-height: 25px;
    margin-bottom: 25px; }
  body.category-wine-club section#wine-club-how-happens > div {
    overflow: hidden; }
    body.category-wine-club section#wine-club-how-happens > div > img {
      width: 265px;
      height: auto;
      float: right; }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-how-happens > div > img {
          float: none;
          margin: 0 auto; } }
    body.category-wine-club section#wine-club-how-happens > div > div {
      float: left;
      margin-right: 30px;
      margin-top: 30px;
      width: calc(100% - 300px); }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-how-happens > div > div {
          float: none;
          width: 100%;
          margin-right: 0; } }
      body.category-wine-club section#wine-club-how-happens > div > div h3 {
        color: #3057a0;
        text-transform: uppercase;
        font-size: 21px;
        font-family: "Lato Bold";
        margin-bottom: 10px;
        letter-spacing: 1px; }
      body.category-wine-club section#wine-club-how-happens > div > div p {
        margin-bottom: 15px; }

body.category-wine-club section#wine-club-why-perfect {
  background: #f8e7ee;
  overflow: hidden;
  margin-top: 20px; }
  body.category-wine-club section#wine-club-why-perfect > h2 {
    color: #b7135b;
    font-family: GillSansShadowMTStd;
    letter-spacing: 3.5px;
    font-size: 30px;
    text-align: center;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 770px) {
      body.category-wine-club section#wine-club-why-perfect > h2 {
        padding: 0 15px; } }
  body.category-wine-club section#wine-club-why-perfect > ul {
    width: 590px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px; }
    @media only screen and (max-width: 1100px) {
      body.category-wine-club section#wine-club-why-perfect > ul {
        float: none;
        width: 100%; } }
    body.category-wine-club section#wine-club-why-perfect > ul li {
      background: url("../images/icon_box_ticked.png") 15px top no-repeat;
      background-size: 70px auto;
      width: 50%;
      float: left;
      padding-left: 95px;
      padding-right: 0;
      padding-top: 15px;
      min-height: 90px; }
      @media only screen and (max-width: 979px) {
        body.category-wine-club section#wine-club-why-perfect > ul li {
          padding-right: 15px; } }
      @media only screen and (max-width: 770px) {
        body.category-wine-club section#wine-club-why-perfect > ul li {
          width: 100%;
          float: none; } }
  body.category-wine-club section#wine-club-why-perfect > img {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 599px) {
  #wine-club-why-perfect {
    display: none; } }

.cart-price-info {
  font-size: 12px; }

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