@charset "UTF-8";
/**
 * 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)
 */
/*
How To:

$whichIE: 'ie7';

@include ifIE('ie8') {
  .bla {
    background: pink;
  }
}
@include ifIE('ie7') {
  .bla {
    background: green;
  }
}

*/
/* http://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/* http://css-tricks.com/old-flexbox-and-new-flexbox/ */
/**
 * 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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

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

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

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

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

a:focus {
  outline-color: #004383;
  color: black;
}

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

/* ============================================ *
 * Shared Classes
 * ============================================ */
.wrapper-container {
  width: 100%;
}

.address-list address {
  margin-bottom: 1em;
}

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

.availability .label {
  display: none;
}

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

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

.availability-only {
  color: #e50045;
  margin-bottom: 0px;
}

/* ============================================ *
 * Tools & Helpers
 * ============================================ */
/*  */
.no-padding {
  padding: 0;
}

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.ta-left,
.a-left {
  text-align: left !important;
}

.ta-center,
.a-center {
  text-align: center !important;
}

.ta-right,
.a-right {
  text-align: right !important;
}

.va-top,
.v-top {
  vertical-align: top;
}

.va-middle,
.v-middle {
  vertical-align: middle;
}

.va-bottom,
.v-bottom {
  vertical-align: bottom;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.w-100 {
  width: 100% !important;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

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

.clr, .clear, .clearer {
  display: block !important;
  clear: both;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.t-upper {
  text-transform: uppercase;
}

.t-lower {
  text-transform: lowercase;
}

.margintop1 {
  margin-top: 1px;
}

.margintop2 {
  margin-top: 2px;
}

.margintop3 {
  margin-top: 3px;
}

.margintop4 {
  margin-top: 4px;
}

.margintop5 {
  margin-top: 5px;
}

.margintop6 {
  margin-top: 6px;
}

.margintop7 {
  margin-top: 7px;
}

.margintop8 {
  margin-top: 8px;
}

.margintop9 {
  margin-top: 9px;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.dev {
  background-color: #00ff00 !important;
}
.dev .dev {
  background-color: #ff00ff !important;
}
.dev .dev .dev {
  background-color: #00ffff !important;
}

.dev-space {
  min-height: 50px;
  min-width: 50px;
}

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

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

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

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

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

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

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

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

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

.block .actions {
  margin: 0px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button, .block .actions [class*='checkout'] .back-link a, [class*='checkout'] .back-link .block .actions a {
  float: right;
}

.col-left .block .actions .button ~ a, .col-left .block .actions [class*='checkout'] .back-link a ~ a, [class*='checkout'] .back-link .col-left .block .actions a ~ a,
.col-right .block .actions .button ~ a,
.col-right .block .actions [class*='checkout'] .back-link a ~ a,
[class*='checkout'] .back-link .col-right .block .actions a ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 450px) {
  .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: #626262;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 9px 10px 9px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #fff;
    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 #004990;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #626262;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 9px 10px 9px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #fff;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #004990;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 0px;
    margin-top: 0;
    border-width: 0;
    /* xxx */
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }

  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #004990;
}
.block-account li a,
.block-cms-menu li a {
  color: #626262;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #004990;
}

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

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

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

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

/* -------------------------------------------- *
 * Container
 */
.main-container {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 450px) {
  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

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

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

.col-left {
  float: left;
  width: 23.68421%;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 23.68421%;
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .col-main {
    max-width: none;
  }
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}

.col2-left-layout .col-left {
  margin-right: 20px;
}
@media only screen and (max-width: 450px) {
  .col2-left-layout .col-left {
    margin-right: 0;
  }
}
.col2-left-layout .col-main {
  max-width: 850px;
}
@media only screen and (max-width: 450px) {
  .col2-left-layout .col-main {
    max-width: 100%;
  }
}

.col2-right-layout .col-main {
  max-width: 850px;
}
@media only screen and (max-width: 450px) {
  .col2-right-layout .col-main {
    max-width: 100%;
  }
}
.col2-right-layout .col-left {
  margin-left: 20px;
}
@media only screen and (max-width: 450px) {
  .col2-right-layout .col-left {
    margin-left: 0;
  }
}

.col3-layout .col-left {
  width: 23.68421%;
}
.col3-layout .col-main {
  width: 52.63158%;
}
.col3-layout .col-right {
  width: 23.68421%;
}

@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-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 450px) {
  .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-left,
  .col3-layout .col-right,
  .col3-layout .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout {
    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: 0px;
}
@media only screen and (max-width: 450px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 0px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 450px) {
  .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: 451px) {
  .top-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #060707;
  color: #ffffff;
  font-size: 13px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 13px;
  min-height: 40px;
  padding-top: 13.5px;
  padding-bottom: 13.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: #2980b9;
  text-align: center;
  margin: 0px;
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
}

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

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #27ae60;
}

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

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

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

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

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

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

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

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

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

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

.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 #27ae60;
  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;
  text-align: left;
}

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

.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 #fff;
  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: 0px 0;
  font-family: Arial, sans-serif;
}

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

.price-notice {
  color: #626262;
}

.price-box .price {
  color: #2980b9;
  font-size: 19px;
}

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

.price-box .price-label {
  color: #626262;
  white-space: nowrap;
  font-family: Verdana, Arial, sans-serif;
}

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

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

.price-box .special-price {
  color: #2980b9;
  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: 0px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
}
.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: 16px;
  font-family: Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

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

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

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

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #004990;
  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 #004990;
  border-top: none;
  left: 97px;
  top: -7px;
}

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

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

@media only screen and (max-width: 450px) {
  .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 {
  background: #FFFFFF;
  margin: 20px;
  padding: 20px;
  text-align: left;
  width: 6.5in;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 0px 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;
  border: none;
}

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

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

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

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

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

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

.toolbar,
.pager {
  font-family: Verdana, Arial, sans-serif;
  color: #626262;
  line-height: 30px;
  font-size: 14px;
}

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

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

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

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

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

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

.pages li {
  float: left;
}

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

.pages .current,
.pages .current:hover {
  color: #626262;
  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 #004990;
}

.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 #004990;
  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 #1b557a;
  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 #004990;
  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 #1b557a;
  border-left: none;
}

@media only screen and (max-width: 450px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }
}
@media only screen and (max-width: 450px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1140px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #2980b9;
  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 #1b557a;
  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 #2980b9;
  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 #1b557a;
  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%;
}

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

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

[class*="mobile-only"] {
  display: none;
}
@media only screen and (max-width: 450px) {
  [class*="mobile-only"] {
    display: block;
  }
}

[class*="desktop-only"] {
  display: block;
}
@media only screen and (max-width: 450px) {
  [class*="desktop-only"] {
    display: none;
  }
}

/* ============================================ *
 * Typography - Headings
 * ============================================ */
.h1,
h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #00c18c;
  font-family: Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.70175%;
}
@media only screen and (max-width: 450px) {
  .h1,
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.h2,
h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00c18c;
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.61404%;
}
@media only screen and (max-width: 450px) {
  .h2,
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.h3,
h3 {
  margin: 0;
  color: #004990;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.52632%;
}
@media only screen and (max-width: 450px) {
  .h3,
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.h4,
h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.4386%;
}
@media only screen and (max-width: 450px) {
  .h4,
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.h5,
h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.4386%;
}
@media only screen and (max-width: 450px) {
  .h5,
  h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.h6,
h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #626262;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0.4386%;
}
@media only screen and (max-width: 450px) {
  .h6,
  h6 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std {
  padding: 20px 0;
}
.std p {
  margin: 0 0 15px;
}
.std ol {
  list-style: decimal outside;
  margin-bottom: 15px;
}
.std ul {
  list-style: disc outside;
  margin-bottom: 15px;
}
.std li {
  margin-left: 2em;
}
.std .note {
  color: #9d9d9d;
  font-size: 15px;
}

.block,
.col-left-first {
  margin-bottom: 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)
 */
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 0px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 14px;
  margin-top: 0px;
}

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

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

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
  margin-bottom: 10px;
}
.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 {
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block !important;
}

label.required:after,
span.required:after {
  color: #000;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

label.required em,
span.required em {
  float: right;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #9d9d9d;
  font-size: 14px;
}

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

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

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

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
  background: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  .input-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

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

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  height: 45px;
  width: 365px;
  max-width: 100%;
  padding: 0 20px;
  background-color: #f6f6f6;
  border: none;
  color: #808080;
  line-height: 45px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  outline: none;
}
@media only screen and (max-width: 450px) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    width: 100%;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f6f6f6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAANElEQVQI12NgONjznwEbONjznwnGQJdgYGBgYEIXQFbIiFUnAwMDg30JIyOGTqgEVkcgcwGIRxYbf+DAIwAAAABJRU5ErkJggg==') no-repeat right 15px center;
}

textarea {
  height: 150px;
}

/* 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 */
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
  }
}
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 450px) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

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

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

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

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

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

/* ============================================ *
 * Form List
 * ============================================ */
.form-list {
  max-width: 780px;
  margin: 10px 0;
}
.form-list > li {
  margin-bottom: 0px;
}
.form-list > li + li {
  margin-top: 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: 0px;
}
@media only screen and (min-width: 451px) {
  .form-list .fields .field {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .form-list .fields .field + .field {
    margin-right: 0;
  }
  .form-list .fields:after {
    content: '';
    display: table;
    clear: both;
  }
}

/* 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: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #626262;
  background-color: #fff;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #f2f2f2;
}
.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: Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #626262;
}
@media only screen and (max-width: 450px) {
  form .form-instructions {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/**
 * 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;
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

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

.data-table tbody td,
.data-table tfoot td {
  font-family: Arial, sans-serif;
}

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

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

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

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 1px) {
  .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: 14px;
    font-family: Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .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: 14px;
    font-family: Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 451px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
.box-shadow {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.box-shadow:after {
  z-index: -1;
  position: absolute;
  content: ".";
  bottom: 0;
  left: 15%;
  width: 70%;
  border-radius: 0 0 80% 80%;
  top: 0px;
  -webkit-box-shadow: 0 90px 60px rgba(172, 172, 172, 0.45);
  -moz-box-shadow: 0 90px 60px rgba(172, 172, 172, 0.45);
  box-shadow: 0 90px 60px rgba(172, 172, 172, 0.45);
  height: 90px;
  color: transparent;
  background: transparent;
}
@media only screen and (max-width: 450px) {
  .box-shadow:after {
    -webkit-box-shadow: 0 42px 60px rgba(172, 172, 172, 0.45);
    -moz-box-shadow: 0 42px 60px rgba(172, 172, 172, 0.45);
    box-shadow: 0 42px 60px rgba(172, 172, 172, 0.45);
  }
}
.box-shadow.long:after {
  top: 20%;
}

/* ============================================ *
 * Buttons
 * ============================================ */
.buttons-set button.button {
  min-width: 1px;
}

.button, [class*='checkout'] .back-link a {
  display: inline-block;
  padding: 0;
  border: none;
  background: #004990;
  cursor: pointer;
  color: #fff;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
@media only screen and (max-width: 450px) {
  .button, [class*='checkout'] .back-link a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.button span, [class*='checkout'] .back-link a span {
  margin: 0;
  padding: 0;
  font-size: inherit;
  display: block;
}
.button span span, [class*='checkout'] .back-link a span span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  padding: 0 20px 0;
}
.button.btn-highlight, [class*='checkout'] .back-link a.btn-highlight {
  background: #e50045;
}
.button.btn-link, [class*='checkout'] .back-link a.btn-link {
  background: transparent;
  color: #004990;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .button.btn-link, [class*='checkout'] .back-link a.btn-link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.button.btn-link:hover, [class*='checkout'] .back-link a.btn-link:hover {
  color: #626262;
}
.button.btn-small, [class*='checkout'] .back-link a, [class*='checkout'] .button[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout), [class*='checkout'] .back-link a[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout) {
  width: auto;
  height: auto;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #626262;
  line-height: normal;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .button.btn-small, [class*='checkout'] .back-link a, [class*='checkout'] .button[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout), [class*='checkout'] .back-link a[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout) {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.button.btn-small span, [class*='checkout'] .back-link a span, [class*='checkout'] .button[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout) span, [class*='checkout'] .back-link a[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout) span, .button.btn-small span span, [class*='checkout'] .back-link a span span, [class*='checkout'] .button[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout) span span, [class*='checkout'] .back-link a[onclick*="save"]:not(.btn-checkout):not(.btn-proceed-checkout) span span {
  padding: 0;
}
.button.btn-small:hover, [class*='checkout'] .back-link a:hover, [class*='checkout'] .button[onclick*="save"]:hover:not(.btn-checkout):not(.btn-proceed-checkout), [class*='checkout'] .back-link a[onclick*="save"]:hover:not(.btn-checkout):not(.btn-proceed-checkout) {
  color: #000 !important;
}
.button.search-button, [class*='checkout'] .back-link a.search-button, .button.btn-search, [class*='checkout'] .back-link a.btn-search {
  width: 49px;
  height: 48px;
  background: transparent;
  color: #7f8c8d;
}
.button.search-button span, [class*='checkout'] .back-link a.search-button span, .button.btn-search span, [class*='checkout'] .back-link a.btn-search span {
  min-width: 0;
}
.button.search-button span span, [class*='checkout'] .back-link a.search-button span span, .button.btn-search span span, [class*='checkout'] .back-link a.btn-search span span {
  background-image: none;
}
.button.budget-filter, [class*='checkout'] .back-link a.budget-filter {
  background: #00c18c;
}
.button.budget-filter.active, [class*='checkout'] .back-link a.budget-filter.active {
  background: #004990;
}
.button.budget-filter:active, [class*='checkout'] .back-link a.budget-filter:active, .button.budget-filter:focus, [class*='checkout'] .back-link a.budget-filter:focus {
  color: #fff;
}
.button[disabled], [class*='checkout'] .back-link a[disabled] {
  opacity: .6;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
}
@media only screen and (max-width: 450px) {
  .button.mobile-fullwidth, [class*='checkout'] .back-link a.mobile-fullwidth {
    width: 100%;
  }
}
.button.f-left, [class*='checkout'] .back-link a.f-left {
  float: left;
}
.button.f-right, [class*='checkout'] .back-link a.f-right {
  float: right;
}
.button.block, [class*='checkout'] .back-link a.block {
  display: block;
}
.button.wide, [class*='checkout'] .back-link a.wide {
  width: 100%;
  display: block;
}
.button:hover, [class*='checkout'] .back-link a:hover {
  text-decoration: none;
  color: #fff;
}
.button:focus, [class*='checkout'] .back-link a:focus {
  border: none;
  outline: none;
}
.button:after, [class*='checkout'] .back-link a:after {
  content: '';
  display: table;
  clear: both;
}

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

.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 #004990;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot?1594462355');
  src: url('../fonts/slick.eot?&1594462355#iefix') format("embedded-opentype"), url('../fonts/slick.woff?1594462355') format("woff"), url('../fonts/slick.ttf?1594462355') format("truetype"), url('../fonts/slick.svg?1594462355#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "→";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 27px;
  width: 27px;
  margin: 0 14px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #c5c5c5;
  line-height: 25px;
}
.slick-dots li.slick-active {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #000;
}
.slick-dots li:hover {
  border: 2px solid #bfbfbf;
  background: #ffffff;
  color: #fff;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 23px;
  width: 23px;
  outline: none;
  line-height: 0;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover {
  color: white;
}

.home-slider .slick-dots li {
  border: none;
  line-height: inherit;
}

.col-main h1, .col-main .h1, body[class*='customer-account'] h3, .col-main h3, .col-main .h3, .page-title h1, .page-title .h1,
.page-title h2, .page-title .h2, body.checkout-onepage-index #checkout-step-login h3, body.checkout-onepage-index #checkout-step-login .h3, .catalog-product-view .product-essential .product-shop .product-name h1, .catalog-product-view .product-essential .product-shop .product-name .h1, .easy-module .headline {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .col-main h1, .col-main .h1, body[class*='customer-account'] h3, .col-main h3, .col-main .h3, .page-title h1, .page-title .h1,
  .page-title h2, .page-title .h2, body.checkout-onepage-index #checkout-step-login h3, body.checkout-onepage-index #checkout-step-login .h3, .catalog-product-view .product-essential .product-shop .product-name h1, .catalog-product-view .product-essential .product-shop .product-name .h1, .easy-module .headline {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

label, body[class*='customer-account'] h2, .col-main h2, .col-main .h2, body[class*='customer-account'] h4, .col-main h4, .col-main .h4, .footer .h3, .footer h3,
.footer .h4, .footer h4,
.footer .h5, .footer h5, [class*='checkout'] h2, [class*='checkout'] h3, .catalog-product-view .product-collateral h3, .catalog-product-view .product-collateral .h3, .catalog-product-view .product-essential .product-shop .add-to-box label,
.catalog-product-view .product-essential .product-shop .product-options > dl label,
.catalog-product-view .product-essential .product-shop .product-options .product-options-bottom label,
.catalog-product-view .product-essential .product-shop .price-info label, .catalog-product-view .product-essential .add-to-cart .qty-wrapper label, .easy-module .subline {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 450px) {
  label, body[class*='customer-account'] h2, .col-main h2, .col-main .h2, body[class*='customer-account'] h4, .col-main h4, .col-main .h4, .footer .h3, .footer h3,
  .footer .h4, .footer h4,
  .footer .h5, .footer h5, [class*='checkout'] h2, [class*='checkout'] h3, .catalog-product-view .product-collateral h3, .catalog-product-view .product-collateral .h3, .catalog-product-view .product-essential .product-shop .add-to-box label,
  .catalog-product-view .product-essential .product-shop .product-options > dl label,
  .catalog-product-view .product-essential .product-shop .product-options .product-options-bottom label,
  .catalog-product-view .product-essential .product-shop .price-info label, .catalog-product-view .product-essential .add-to-cart .qty-wrapper label, .easy-module .subline {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

body[class*='customer-account'] h3, .col-main h3, .col-main .h3 {
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  body[class*='customer-account'] h3, .col-main h3, .col-main .h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

body[class*='customer-account'] h4, .col-main h4, .col-main .h4 {
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  body[class*='customer-account'] h4, .col-main h4, .col-main .h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

ul.dots, ol.dots {
  list-style-type: disc;
}
ul.arrow li, ol.arrow li {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpiZPCc8J8BARhhDCZkDhD8R5ZgwCbJhM0YkCQTNmNAipiwCcKMwuoqgAADAPufB+cXhLrSAAAAAElFTkSuQmCC') 0px 8px no-repeat;
  padding-left: 13px;
}
ul.check li, ol.check li {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAElJREFUeNpiZPCcwEAk+A/EjEwkKAbTTCQoZkC24T8xikEEE7J1hBTDNDBicys2xTANDDg0YShG1oBNkhGbp5hwKGLEFWQAAQYArwkM6+wnp9YAAAAASUVORK5CYII=') 0px 8px no-repeat;
  padding-left: 20px;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid.products-grid--max-1-col > li, .products-grid.products-grid--max-1-col .product-li, .products-grid.products-grid--max-1-col .item {
  width: calc((100% - (1px)) / 1);
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 451px) {
  .products-grid.products-grid--max-1-col > li:nth-child(1n), .products-grid.products-grid--max-1-col .product-li:nth-child(1n), .products-grid.products-grid--max-1-col .item:nth-child(1n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .products-grid.products-grid--max-1-col > li, .products-grid.products-grid--max-1-col .product-li, .products-grid.products-grid--max-1-col .item {
    width: 50%;
    margin: 10px 0;
  }
}
.products-grid.products-grid--max-2-col > li, .products-grid.products-grid--max-2-col .product-li, .products-grid.products-grid--max-2-col .item {
  width: calc((100% - (11px)) / 2);
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 451px) {
  .products-grid.products-grid--max-2-col > li:nth-child(2n), .products-grid.products-grid--max-2-col .product-li:nth-child(2n), .products-grid.products-grid--max-2-col .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .products-grid.products-grid--max-2-col > li, .products-grid.products-grid--max-2-col .product-li, .products-grid.products-grid--max-2-col .item {
    width: 50%;
    margin: 10px 0;
  }
}
.products-grid.products-grid--max-3-col > li, .products-grid.products-grid--max-3-col .product-li, .products-grid.products-grid--max-3-col .item {
  width: calc((100% - (21px)) / 3);
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 451px) {
  .products-grid.products-grid--max-3-col > li:nth-child(3n), .products-grid.products-grid--max-3-col .product-li:nth-child(3n), .products-grid.products-grid--max-3-col .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .products-grid.products-grid--max-3-col > li, .products-grid.products-grid--max-3-col .product-li, .products-grid.products-grid--max-3-col .item {
    width: 50%;
    margin: 10px 0;
  }
}
.products-grid.products-grid--max-4-col > li, .products-grid.products-grid--max-4-col .product-li, .products-grid.products-grid--max-4-col .item {
  width: calc((100% - (31px)) / 4);
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 451px) {
  .products-grid.products-grid--max-4-col > li:nth-child(4n), .products-grid.products-grid--max-4-col .product-li:nth-child(4n), .products-grid.products-grid--max-4-col .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .products-grid.products-grid--max-4-col > li, .products-grid.products-grid--max-4-col .product-li, .products-grid.products-grid--max-4-col .item {
    width: 50%;
    margin: 10px 0;
  }
}
.products-grid.products-grid--max-5-col > li, .products-grid.products-grid--max-5-col .product-li, .products-grid.products-grid--max-5-col .item {
  width: calc((100% - (41px)) / 5);
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 451px) {
  .products-grid.products-grid--max-5-col > li:nth-child(5n), .products-grid.products-grid--max-5-col .product-li:nth-child(5n), .products-grid.products-grid--max-5-col .item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .products-grid.products-grid--max-5-col > li, .products-grid.products-grid--max-5-col .product-li, .products-grid.products-grid--max-5-col .item {
    width: 50%;
    margin: 10px 0;
  }
}
.products-grid.products-grid--max-6-col > li, .products-grid.products-grid--max-6-col .product-li, .products-grid.products-grid--max-6-col .item {
  width: calc((100% - (51px)) / 6);
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 451px) {
  .products-grid.products-grid--max-6-col > li:nth-child(6n), .products-grid.products-grid--max-6-col .product-li:nth-child(6n), .products-grid.products-grid--max-6-col .item:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .products-grid.products-grid--max-6-col > li, .products-grid.products-grid--max-6-col .product-li, .products-grid.products-grid--max-6-col .item {
    width: 50%;
    margin: 10px 0;
  }
}
.products-grid > li, .products-grid .product-li, .products-grid .item {
  float: left;
  position: relative;
  text-align: center;
  background: #fff;
}
.products-grid > li .product-image, .products-grid .product-li .product-image, .products-grid .item .product-image {
  background: #fff;
  width: 100%;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.products-grid > li .product-image:before, .products-grid > li .product-image:after, .products-grid .product-li .product-image:before, .products-grid .product-li .product-image:after, .products-grid .item .product-image:before, .products-grid .item .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid > li .product-image:before, .products-grid .product-li .product-image:before, .products-grid .item .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid > li .product-image:after, .products-grid .product-li .product-image:after, .products-grid .item .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid > li .product-image.loading, .products-grid .product-li .product-image.loading, .products-grid .item .product-image.loading {
  position: relative;
}
.products-grid > li .product-image.loading:before, .products-grid > li .product-image.loading:after, .products-grid .product-li .product-image.loading:before, .products-grid .product-li .product-image.loading:after, .products-grid .item .product-image.loading:before, .products-grid .item .product-image.loading:after {
  display: block;
}
.products-grid > li .product-image img, .products-grid .product-li .product-image img, .products-grid .item .product-image img {
  width: 100%;
  height: auto;
}
.products-grid > li .product-name, .products-grid .product-li .product-name, .products-grid .item .product-name {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 15px;
  color: #000;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 20px;
}
@media only screen and (max-width: 450px) {
  .products-grid > li .product-name, .products-grid .product-li .product-name, .products-grid .item .product-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.products-grid > li .product-name a, .products-grid .product-li .product-name a, .products-grid .item .product-name a {
  color: inherit;
  text-transform: inherit;
}
.products-grid > li .product-badges, .products-grid .product-li .product-badges, .products-grid .item .product-badges {
  text-align: right;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 5;
}
.products-grid > li .product-info, .products-grid .product-li .product-info, .products-grid .item .product-info {
  font-size: 10px;
  font-size: 0.625rem;
  color: #9d9d9d;
  line-height: 16px;
  margin: 0 20px 20px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .products-grid > li .product-info, .products-grid .product-li .product-info, .products-grid .item .product-info {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.products-grid > li .price-box, .products-grid .product-li .price-box, .products-grid .item .price-box {
  margin: 0 0 5px;
  color: #000;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 450px) {
  .products-grid > li .price-box, .products-grid .product-li .price-box, .products-grid .item .price-box {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.products-grid > li .price-box .price,
.products-grid > li .price-box .old-price,
.products-grid > li .price-box .special-price, .products-grid .product-li .price-box .price,
.products-grid .product-li .price-box .old-price,
.products-grid .product-li .price-box .special-price, .products-grid .item .price-box .price,
.products-grid .item .price-box .old-price,
.products-grid .item .price-box .special-price {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
.products-grid > li .price-box .special-price, .products-grid .product-li .price-box .special-price, .products-grid .item .price-box .special-price {
  color: #e50045;
}
.products-grid > li .price-box .old-price, .products-grid .product-li .price-box .old-price, .products-grid .item .price-box .old-price {
  padding-left: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .products-grid > li .price-box .old-price, .products-grid .product-li .price-box .old-price, .products-grid .item .price-box .old-price {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.products-grid > li .tax-details,
.products-grid > li .delivery-time, .products-grid .product-li .tax-details,
.products-grid .product-li .delivery-time, .products-grid .item .tax-details,
.products-grid .item .delivery-time {
  display: none;
}
.products-grid > li .actions, .products-grid .product-li .actions, .products-grid .item .actions {
  width: 100%;
  border-top: 1px dotted #bfbfbf;
}
.products-grid > li .actions .button, .products-grid > li .actions [class*='checkout'] .back-link a, [class*='checkout'] .back-link .products-grid > li .actions a, .products-grid .product-li .actions .button, .products-grid .product-li .actions [class*='checkout'] .back-link a, [class*='checkout'] .back-link .products-grid .product-li .actions a, .products-grid .item .actions .button, .products-grid .item .actions [class*='checkout'] .back-link a, [class*='checkout'] .back-link .products-grid .item .actions a {
  width: 100%;
}
.products-grid > li:after, .products-grid .product-li:after, .products-grid .item:after {
  content: '';
  display: table;
  clear: both;
}

.budget-filter-container {
  margin-top: 35px;
  margin-bottom: 10px;
}
.budget-filter-container .budget-filter {
  margin: 0 5px 10px 0;
}

.products-grid .item.item.item.item {
  width: 25%;
  margin: 0;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 450px) {
  .products-grid .item.item.item.item {
    margin: 0;
  }
  .products-grid .item.item.item.item .product-name {
    line-height: 20px;
  }
}
.products-grid .item.item.item.item .price {
  color: #004990;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
}
.products-grid .item.item.item.item.disabled .price {
  color: #e50045;
}
.products-grid .item.item.item.item.disabled > * {
  -webkit-filter: grayscale(1) opacity(60%);
  filter: grayscale(1) opacity(60%);
}
.products-grid .item.item.item.item.shown {
  display: block !important;
}
.products-grid .item.item.item.item.hidden {
  display: none !important;
}

@media only screen and (max-width: 450px) {
  .products-grid .item.item.item.item {
    width: 50%;
  }
}
.badge {
  position: relative;
  display: block;
  height: 30px;
  min-width: 60px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 450px) {
  .badge {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.badge:before {
  content: '';
  position: absolute;
  left: -10px;
  z-index: -1;
  display: block;
  width: 30px;
  height: 30px;
  -moz-transform: skew(35deg);
  -ms-transform: skew(35deg);
  -webkit-transform: skew(35deg);
  transform: skew(35deg);
}
.badge.badge-new {
  background: #004990;
}
.badge.badge-new:before {
  background: #004990;
}
.badge.badge-sale {
  background: #e50045;
}
.badge.badge-sale:before {
  background: #e50045;
}

.tip, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled:hover:after {
  background-color: #004990;
  color: #fff;
  position: relative;
  height: 20px;
  line-height: 22px;
  min-width: 25px;
  width: auto;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 450px) {
  .tip, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled:hover:after {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tip:after, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled:hover:after {
  display: block;
}
.tip.tip-bottom, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-bottom.disabled:hover:after {
  margin-bottom: 5px;
}
.tip.tip-bottom:after, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-bottom.disabled:hover:after {
  border-top: 5px solid #004990;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
  content: '';
  position: absolute;
  margin: 4px 0 0 5px;
  margin: 0;
  left: 50%;
  margin-left: -4px;
  bottom: -5px;
}
.tip.tip-left, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-left.disabled:hover:after {
  margin-left: 5px;
}
.tip.tip-left:after, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-left.disabled:hover:after {
  border-top: 4px solid transparent;
  border-right: 5px solid #004990;
  border-bottom: 4px solid transparent;
  border-left: none;
  content: '';
  position: absolute;
  margin: 4px 0 0 5px;
  margin: 0;
  left: -5px;
  top: 50%;
  margin-top: -4px;
}
.tip.tip-right, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-right.disabled:hover:after {
  margin-left: 5px;
}
.tip.tip-right:after, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-right.disabled:hover:after {
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004990;
  content: '';
  position: absolute;
  margin: 4px 0 0 5px;
  margin: 0;
  right: -5px;
  top: 50%;
  margin-top: -4px;
}
.tip.tip-cart, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-cart.disabled:hover:after {
  display: block;
  margin: 6px auto;
}
.tip.tip-sale, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-sale.disabled:hover:after {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 450px) {
  .tip.tip-sale, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-sale.disabled:hover:after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.tip.tip-new, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-new.disabled:hover:after {
  background-color: #f2e102;
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 450px) {
  .tip.tip-new, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-new.disabled:hover:after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.tip.tip-new.tip-left:after, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-new.tip-left.disabled:hover:after {
  border-top: 4px solid transparent;
  border-right: 5px solid #f2e102;
  border-bottom: 4px solid transparent;
  border-left: none;
  content: '';
  position: absolute;
  margin: 4px 0 0 5px;
  margin: 0;
  left: -5px;
  top: 50%;
  margin-top: -4px;
}
.tip.tip-new.tip-bottom:after, .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.tip-new.tip-bottom.disabled:hover:after {
  border-top: 5px solid #f2e102;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
  content: '';
  position: absolute;
  margin: 4px 0 0 5px;
  margin: 0;
  left: 50%;
  margin-left: -4px;
  bottom: -5px;
}

/*  Zum Testen

<div class="main-container">
    <br/><br/>
    <span class="tip">hallo welt</span>
    <br/><br/>
    <span class="tip tip-left tip-new">new</span>
    <br/><br/>
    <span class="tip tip-left tip-sale">sale</span>
    <br/><br/>
    <span class="tip tip-bottom tip-sale">sale</span>
    <br/><br/>
    <span class="tip tip-bottom tip-cart">23</span>
    <br/><br/>
</div>

*/
body {
  background-color: #fff;
}
@media only screen and (min-width: 451px) {
  body {
    min-width: 1140px;
  }
}
@media only screen and (max-width: 450px) {
  body a {
    -webkit-tap-highlight-color: transparent;
  }
  body p, body div {
    max-height: 5000em;
  }
}
body .messages li li {
  background-color: #f3f3f3;
}
body .row {
  width: 100%;
  margin: 0;
  padding: 0;
}
body .row:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 2px) {
  body .row [class*='col-lg-'] {
    display: none;
  }
  body .row [class*='col-md-'] {
    display: none;
  }
  body .row [class*='col-sm-'] {
    display: none;
  }
  body .row [class*='col-xs-'] {
    display: block;
  }
  body .row [class*='xs-only'] {
    display: block !important;
  }
  body .row [class*='sm-only'],
  body .row [class*='md-only'],
  body .row [class*='lg-only'] {
    display: none !important;
  }
  body .row .col-xs-1-12 {
    width: 8.33333%;
    float: left;
  }
  body .row .col-xs-2-12 {
    width: 16.66667%;
    float: left;
  }
  body .row .col-xs-3-12 {
    width: 25%;
    float: left;
  }
  body .row .col-xs-4-12 {
    width: 33.33333%;
    float: left;
  }
  body .row .col-xs-5-12 {
    width: 41.66667%;
    float: left;
  }
  body .row .col-xs-6-12 {
    width: 50%;
    float: left;
  }
  body .row .col-xs-7-12 {
    width: 58.33333%;
    float: left;
  }
  body .row .col-xs-8-12 {
    width: 66.66667%;
    float: left;
  }
  body .row .col-xs-9-12 {
    width: 75%;
    float: left;
  }
  body .row .col-xs-10-12 {
    width: 83.33333%;
    float: left;
  }
  body .row .col-xs-11-12 {
    width: 91.66667%;
    float: left;
  }
  body .row .col-xs-12-12 {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 451px) {
  body .row [class*='col-lg-'] {
    display: none;
  }
  body .row [class*='col-md-'] {
    display: none;
  }
  body .row [class*='col-sm-'] {
    display: block;
  }
  body .row [class*='col-xs-'] {
    display: block;
  }
  body .row [class*='sm-only'] {
    display: block !important;
  }
  body .row [class*='xs-only'],
  body .row [class*='md-only'],
  body .row [class*='lg-only'] {
    display: none !important;
  }
  body .row .col-sm-1-12 {
    width: 8.33333%;
    float: left;
  }
  body .row .col-sm-2-12 {
    width: 16.66667%;
    float: left;
  }
  body .row .col-sm-3-12 {
    width: 25%;
    float: left;
  }
  body .row .col-sm-4-12 {
    width: 33.33333%;
    float: left;
  }
  body .row .col-sm-5-12 {
    width: 41.66667%;
    float: left;
  }
  body .row .col-sm-6-12 {
    width: 50%;
    float: left;
  }
  body .row .col-sm-7-12 {
    width: 58.33333%;
    float: left;
  }
  body .row .col-sm-8-12 {
    width: 66.66667%;
    float: left;
  }
  body .row .col-sm-9-12 {
    width: 75%;
    float: left;
  }
  body .row .col-sm-10-12 {
    width: 83.33333%;
    float: left;
  }
  body .row .col-sm-11-12 {
    width: 91.66667%;
    float: left;
  }
  body .row .col-sm-12-12 {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 451px) {
  body .row [class*='col-lg-'] {
    display: none;
  }
  body .row [class*='col-md-'] {
    display: block;
  }
  body .row [class*='col-sm-'] {
    display: block;
  }
  body .row [class*='col-xs-'] {
    display: block;
  }
  body .row [class*='md-only'] {
    display: block !important;
  }
  body .row [class*='xs-only'],
  body .row [class*='sm-only'],
  body .row [class*='lg-only'] {
    display: none !important;
  }
  body .row .col-md-1-12 {
    width: 8.33333%;
    float: left;
  }
  body .row .col-md-2-12 {
    width: 16.66667%;
    float: left;
  }
  body .row .col-md-3-12 {
    width: 25%;
    float: left;
  }
  body .row .col-md-4-12 {
    width: 33.33333%;
    float: left;
  }
  body .row .col-md-5-12 {
    width: 41.66667%;
    float: left;
  }
  body .row .col-md-6-12 {
    width: 50%;
    float: left;
  }
  body .row .col-md-7-12 {
    width: 58.33333%;
    float: left;
  }
  body .row .col-md-8-12 {
    width: 66.66667%;
    float: left;
  }
  body .row .col-md-9-12 {
    width: 75%;
    float: left;
  }
  body .row .col-md-10-12 {
    width: 83.33333%;
    float: left;
  }
  body .row .col-md-11-12 {
    width: 91.66667%;
    float: left;
  }
  body .row .col-md-12-12 {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 1141px) {
  body .row [class*='col-lg-'] {
    display: block;
  }
  body .row [class*='col-md-'] {
    display: block;
  }
  body .row [class*='col-sm-'] {
    display: block;
  }
  body .row [class*='col-xs-'] {
    display: block;
  }
  body .row [class*='lg-only'] {
    display: block !important;
  }
  body .row [class*='xs-only'],
  body .row [class*='sm-only'],
  body .row [class*='md-only'] {
    display: none !important;
  }
  body .row .col-lg-1-12 {
    width: 8.33333%;
    float: left;
  }
  body .row .col-lg-2-12 {
    width: 16.66667%;
    float: left;
  }
  body .row .col-lg-3-12 {
    width: 25%;
    float: left;
  }
  body .row .col-lg-4-12 {
    width: 33.33333%;
    float: left;
  }
  body .row .col-lg-5-12 {
    width: 41.66667%;
    float: left;
  }
  body .row .col-lg-6-12 {
    width: 50%;
    float: left;
  }
  body .row .col-lg-7-12 {
    width: 58.33333%;
    float: left;
  }
  body .row .col-lg-8-12 {
    width: 66.66667%;
    float: left;
  }
  body .row .col-lg-9-12 {
    width: 75%;
    float: left;
  }
  body .row .col-lg-10-12 {
    width: 83.33333%;
    float: left;
  }
  body .row .col-lg-11-12 {
    width: 91.66667%;
    float: left;
  }
  body .row .col-lg-12-12 {
    width: 100%;
    float: left;
  }
}

.main-container {
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.remember-me-popup {
  display: none;
}

.form-instructions.form-instructions {
  margin-bottom: 15px;
}

.h1,
h1 {
  font-size: 31px;
  font-size: 1.9375rem;
  color: #626262;
  text-transform: none;
  font-weight: normal;
}
@media only screen and (max-width: 450px) {
  .h1,
  h1 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

.page-title h1, .page-title .h1,
.page-title h2, .page-title .h2 {
  margin-bottom: 15px;
}

a {
  text-transform: uppercase;
}

.bg-white {
  background-color: #fff;
}

.green {
  color: #004990;
}

[onclick] {
  cursor: pointer;
}

.divider {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #bfbfbf;
}

.header-desktop {
  background-color: #fff;
}
.header-desktop .meta-container {
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 1px dotted #bfbfbf;
}
.header-desktop .header-container-wrapper {
  display: flex;
}
.header-desktop .logo-container,
.header-desktop .search-container,
.header-desktop .cart-container {
  padding: 20px 0;
  height: 90px;
  position: relative;
}
.header-desktop .logo-container {
  width: 250px;
}
.header-desktop .logo-container .logo .large {
  display: inline;
}
.header-desktop .search-container {
  flex: 1;
  margin: 0 30px;
}
.header-desktop .search-container .top-search {
  width: 100%;
}
.header-desktop .cart-container {
  color: #000;
}
.header-desktop .cart-container strong {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  .header-desktop .cart-container strong {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.header-desktop .cart-container .cart-info {
  font-size: 0;
}
.header-desktop .cart-container .cart-info span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  .header-desktop .cart-container .cart-info span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.header-desktop .cart-container .cart-info span + span {
  border-left: 1px dotted #bfbfbf;
  padding-left: 10px;
  margin-left: 10px;
}
.header-desktop .cart-container .trusted-shops {
  position: absolute;
  right: 0;
  top: 20px;
}
.header-desktop:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 450px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media only screen and (max-width: 450px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .main-container {
  padding: 0;
}
.header-mobile .customer-links {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.header-mobile .customer-links a {
  display: block;
  width: 50%;
  padding: 12px 30px;
  background: #f6f6f6;
  color: #808080;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 450px) {
  .header-mobile .customer-links a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.header-mobile .customer-links a + a {
  border-right: 1px solid #fff;
}
.header-mobile .logo-container {
  width: 65%;
  float: left;
  text-align: center;
  padding: 15px 5px 0 5px;
}
.header-mobile .logo-container img {
  margin: 35px auto;
  max-width: 100%;
}
.header-mobile .cart-container {
  background-color: #00c18c;
  color: #fff;
  padding: 20px 23px;
  width: 35%;
  float: left;
  text-align: left;
}
.header-mobile .cart-container span {
  display: block;
}
.header-mobile .cart-container span.head {
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
.header-mobile .cart-container .cart-link {
  display: block;
  margin-top: 10px;
}
.header-mobile .menu-search-container {
  width: 100%;
  float: left;
}
.header-mobile .menu-search-container .menu {
  float: left;
  width: 50px;
  height: 50px;
}
.header-mobile .menu-search-container .menu a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px #eee solid;
  border-right-width: 0;
  text-align: center;
}
.header-mobile .menu-search-container .menu a:hover {
  text-decoration: none;
}
.header-mobile .menu-search-container .menu a.account {
  border-width: 1px 1px 1px 0;
}
.header-mobile .menu-search-container .menu a i {
  display: inline;
  vertical-align: middle;
  line-height: 50px;
}
.header-mobile .menu-search-container .top-search {
  width: 100%;
  float: left;
}
.header-mobile .menu-search-container .top-search .input-box {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
.header-mobile .menu-search-container .top-search .input-box input, .header-mobile .menu-search-container .top-search .input-box button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
}
.header-mobile .menu-search-container .top-search .input-box input {
  padding: 0 50px 0 20px;
}
.header-mobile .menu-search-container .top-search .input-box .btn-search.btn-link {
  display: none;
}
.header-mobile .menu-search-container .top-search .input-box .btn-search {
  right: 0;
  left: auto;
}

.welcome {
  width: 60%;
  height: 40px;
  padding: 0;
  float: left;
  line-height: 40px;
  color: #939393;
}
.welcome .customer-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.welcome .customer-menu .customer-name {
  color: #000;
  padding-left: 20px;
  padding-right: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAv0lEQVQokYXQPUpDQRQG0POeicFeLGYfrkAEY+Ea3EMQq9QSdAMuQrQWmyzALWh1p1DE2oB5KWLIkDfgV83PYbjfNF3X2STnPME19nCLWUqpg0GBLnFnmxt84x7a4uJMPyebRQkHFTiswWEFHtRgVOBHDU7xU+wXmPRgSukL8wLOU0qfPZhz3sdhAY/+zkATESNc4ArHOzO+Wn/8UxMRzzitFCnz0kTE706pWpatdbv/smhxjke8Y1m+gjc8YLwCFTg0ESoQvasAAAAASUVORK5CYII=') no-repeat left 5px center;
  border-right: 1px dotted #bfbfbf;
  margin-right: 15px;
}
.welcome .customer-menu ul {
  display: none;
  position: absolute;
  right: 30px;
  top: 38px;
  z-index: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  color: #626262;
}
.welcome .customer-menu ul li {
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  margin: 7px 0;
  line-height: 1.5;
}
.welcome .customer-menu ul li a {
  color: inherit;
  text-transform: inherit;
}
.welcome .budget {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .welcome .budget {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.welcome .budget strong {
  font-family: Verdana, Arial, sans-serif;
  color: #004990;
}

.toplinks {
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding: 0;
  margin-right: 0;
  width: 40%;
  float: right;
}
.toplinks .toplinks-item {
  color: #939393;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11.5px;
  font-size: 0.71875rem;
}
@media only screen and (max-width: 450px) {
  .toplinks .toplinks-item {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
.toplinks .toplinks-item + .toplinks-item {
  border-left: 1px dotted #bfbfbf;
}
.toplinks .toplinks-item a, .toplinks .toplinks-item.language-select a {
  color: inherit;
  display: block;
  padding: 0 10px;
}
.toplinks .toplinks-item.language-select {
  font-size: 0;
  padding: 0 5px;
  vertical-align: middle;
}
.toplinks .toplinks-item.language-select a {
  padding: 0 5px;
  line-height: 1;
  font-size: 11.5px;
  font-size: 0.71875rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 450px) {
  .toplinks .toplinks-item.language-select a {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
.toplinks .toplinks-item.language-select a + a {
  border-left: 1px solid #bfbfbf;
}
.toplinks .toplinks-item.language-select a.selected {
  color: #004990;
}

.top-search {
  height: 65px;
  float: right;
}
.top-search .input-box {
  border: none;
  height: 45px;
  padding: 0;
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-size: 12.5px;
  font-size: 0.78125rem;
}
@media only screen and (max-width: 450px) {
  .top-search .input-box {
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
}
.top-search .input-box input {
  border: none;
  background: none;
  line-height: 45px;
  height: 45px;
  padding: 0 20px 0 50px;
  width: 100%;
}
.top-search .input-box .btn-search {
  position: absolute;
  top: 0;
  left: 0;
}
.top-search .input-box .btn-link {
  background: none;
  left: auto;
  right: 0;
  width: 80px;
  color: #004990;
  font-size: 12.5px;
  font-size: 0.78125rem;
}
@media only screen and (max-width: 450px) {
  .top-search .input-box .btn-link {
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
}

.footer {
  background-color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  padding-top: 50px;
}
@media only screen and (max-width: 450px) {
  .footer {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 450px) {
  .footer {
    margin-top: 50px;
    padding-top: 0;
    background-color: #111;
  }
}
.footer .h3, .footer h3,
.footer .h4, .footer h4,
.footer .h5, .footer h5 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .footer .h3, .footer h3,
  .footer .h4, .footer h4,
  .footer .h5, .footer h5 {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  .footer .h3, .footer h3,
  .footer .h4, .footer h4,
  .footer .h5, .footer h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.footer .main-container {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 451px) {
  .footer .main-container {
    border-top: 1px dotted #bfbfbf;
  }
}
.footer .main-container.not-logged-in {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 451px) {
  .footer .main-container.not-logged-in {
    border-top: none;
  }
}
.footer .main-container .footer-column {
  padding-right: 20px;
}
.footer .main-container .footer-column + .footer-column {
  border-left: 1px dotted #bfbfbf;
  padding-left: 19px;
}
.footer .main-container .footer-column.last {
  padding-right: 0;
}
@media only screen and (max-width: 450px) {
  .footer .main-container .footer-column {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .footer .main-container .footer-column + .footer-column {
    border-left: none;
    border-top: 1px dotted #bfbfbf;
    padding-left: 0;
    padding-top: 40px;
  }
}
.footer .footer-about .button, .footer .footer-about [class*='checkout'] .back-link a, [class*='checkout'] .back-link .footer .footer-about a {
  margin: 10px 0 30px;
}
.footer .social-icons {
  margin-top: 20px;
}
.footer .social-icons a {
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
.footer .social-icons a[href*='falkentyre'] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAtCAYAAAA3BJLdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAOrUlEQVRYw62Ze/BdVXXHP2vvfc59/F55/PLLgzyEpJEgYgIqzFTSFguIY1OiM6G21amo7dhR2/6ltkVbhSnO1D5m0IoIdaZaRKfWcaQvZ0rxEYVALaBigvLIgyQkv19+r3vveey9Vv84NxGIiAHXzJ77OPue/T1rr+9ae32v8ALtig/++wpTe62abQe2iLNNaq0xUpxQU5x3GJQOegl3SDXus8R9JnqXOL/nG3/1ej3TNeVMJv/6DbtdqKvfdFa+gxCuNDVvyQCFABYDScFUccFhBg5QlCSGmWEqgB0I8DlFPn7XDVcc/IWDvfL63Tsjcr2z8rxMa4zQLG4JUEQEkxYpJcwM8Q7McCKoGgkFMSSCeXAGhlQLkn06z9wHv3XdpdMvGuyOG3dPDsr6Fif51REIUuDVQEDVMBMERUXQkGN1Qi0SfMAAUSWaYQgOHa4ojb8NStdGTI7j4rt3f+hX73jBYK+6YffFpvovhp6VooCHDMU0gQimilkz10TQ4LGY0JQIwWMGYkY1jAcxEBFUm3A1J5hlRAxxhqr7pE/ynt03bI9nBPbKD33rKufiF01sRJIQrcY5wame+lkywE7eSYjiMUlYVHwIgGFqRDOSGB5QMUwVcAiO6BQxw0nASiWF8NUo+TX3X//L/Wdjcj8N6MaP7L7MS/oyqiOoYrHGaUWIFRqNpEpSxRJD74ElSJrQJCQT1CClYbwaYEYyhyYjKag6ohoulYjGZre0xlJ6Q0jF7Zv+5BvhecHu/Mjtm13Iv+RUczPDmYFp48EhedRaqDlMBMNhwzAwE5IpmJLUUDGSGmI0rBq+ijnUGgIGFGcKapgXFBBNO0Ke3/Qzwb7+w3e252P3jiVaTJwKRgTDMDwJR3Q5NS0SOeY8JoYJqCgiimGoM4yEkUhEFIdY1gAlOzUgJ0uJkJqHrS2AKE6FETf4g7XvvvPNzwl2wMj7erJs69K00GxdE3VDUIHkc0QcvlkeSMP4NSAh3vBiiAiCIdYQx2EEEjIcwSLBJTIiRI8KRCA6EBRnQkdnqTJ/0+U37l5xGthdf//t9YT2+zW0aWnVwBRBcSDSzHQecc1752gSvClowpEQB14M704O8B7EFCzhzHCmOGnSnRPD04SZiWEOFMEBkiokuGXJtz9yGljXX3ifT0W7lQoK10JpSIE1lUfMwIQ8LdCKh/E6Q86AgBJCB+/H8CnHkRFSRiDDaSBUI4SsInanoTMPnXliZwHfegrXmmexvZKyNUWe5wQBr0bL11hoEaKgC4vXvvNj/7UeIAC89S/vXDLbi28biKdCCFpjlYJrUpRzDYkCymyKVNKik3VwLqdMnkGRqEvFOQM8qopr6ixiibLMqGUUhx+GjODEY5rRkwwnEYcSJZHXxpNlzki7j3OR+X7MBqF4F/CBJj1420W0DkPSi7kmFIdZOKWEc4KlmpgtwU1MMn30KDOzx+gPFtG6wpFItSPLaHYlNoXAS6IfuyRt4SQBzVnBm6OMEbJpcAXEecgcWBtsis1nd5AgOBeotf7dqz7wlT8LjXs7V4tT3EnGhgDJoy6nuV5gFpFshPGxZTz40GPMHN7HuRtGuOSipbz63LNYPbmaIjUleFiAhwGmYAGzxquOpoJ5gVqNxUEi8yUhRPq1UaU2Oy7byl/803f5zN2Ps/qcZYQ8X+s1viq892/+J1so6u0iJ1ntEVNa2sfEYwiaIGs5cJEHvn4Xa0fafOK6HVx58QZG26fl7l+AHeXeu/4Dxn6FWPapQ0FM8muh15t/aVHVIzHlCA6vNWWMzLcSEzpDMseJ7gaKLOfJh3/Aa9Yt8tWb33Pa7WuMTBWI4Dyo/IS+ZqDafD5V4BUIRDyBPlADS/jx0afYtOtjdNds5FVrW7hK6Fcl07P1K4PhzjXzmAkqTa5M0TOn52PxGOKMflzB3LwxP7uET33yncO1FLQEZ1TawUkEnwH+9AwuP/n62dbsywgAD+x9lK2/8VHar/ljNq1eZGHuAO18CpKh2EtDy2crKy8E8zgyUE+QyJQdo8scQY1RSlozh7jiPM+a0WaRvhZkUiEuJ5jifMYRlN3f/hHjnQ7mDRHAZfgA0Qs2iLhktHNHRAgoXo8xOTXJdx5PvPWPvsj4BW9gy4pVFDP3spiDpyD5SHCsDv1Yj0VVKnVElNo8QZVOMjp1RZbn9IuCxSNPcNllLz9Z1mhrG+e61IvgRptitmHnnVRHDrFi3RQl2hxiUsUAwBK+NnxUnBpFdwzHgHXFQ5xwS5kP6+huvZTVkznHF7/GRKuk7ddjFlGUmNJYqCP0y0gdm5TVSkqRGd/csB7qJc1+Jg+9ORbeuPPUtrq82eds6Om/vfd+qnoerryQY6lutt0U4jCOgyNVkMwaHo9nqHPk+85hRVTay4XOaKIsHkey48SqhaoHClIdidHykNeRjhZUboQiW8aCG2dNtZ9/uPszFEGZ7o7yiF/C9IlH2LF/K5y3kZneLCMVWJXh8+VkS+Hol/ZwgYMVM49h5YBxa5FMmG0FzMFEWbKkTEQ3wSPjGesO3seGasCtZ1+OZ8Av9Q5hi0oRuhzPLqCd5gi+R+UcrSSMKIQyy9G6SwwtBu2K+dY86+eEt+6f43i2lEqE9b4k//E0J162jSeoqZngUdoYk3RWTtGeT7x/yRgfPnsV+d0OkuPQiooiFGw83gdRqu4q5hllzH+f1qGjMP4a3v6KS+hVs6yuBxSDrGl8qg6dUhiEBHViCR1musqhTiIsJqFvXaoyMRKP0+pXzMcxlu66iGjLGY1t3IPf4Q+vupgb3n8rS7/+XQ5883u0vrGb7N7vE4/uY8XIWiZWroKFpzg+lqHSYc2sIANHb4ljpFjCfErMjXyfyQMROtv47W0XcvvZL+Wcp2aYqAJz7eVg4KRitDrCbKckrybJ+jXTIzVPBSX4KhHKgkKMvhiFM1ZWNa99ZC3H8kCvnfNwOU7a/AoA4vZtTG3fxjreAsDM1/6X47feQ/s7j9IaPMbI+gFPjM8xWrVo2zL2jWykHZax5cRDTM49AtmbuOTC3+ee8w8yubibsbiOxbyDt7Ihg0H0bTIxvDcqQMpEHsGpT1gGIXjyPNDOc3CeLApLO6OM0cbPlrxq7VIAShKLlk7lyWWXX8jn/3Q77QsLrrt8G516K+fuWU73RJ+962Ypx46QuA/KHNq/x9QVm7lny1HW7x8lzG5kse3JrH56tUCAGJUYE14gEw9IFZzLFkQEjYaLhouKzwJ7z1nArOLEsWnS4EdcvGltk75nBoxko9TdSOYDEbjlX/dAezPXbzufz608wF+vG+ONTxxmy0MHwR+GZco3t5zLjrU7OTHVR7p3M1mcw9ojl7B37QP0sgGt1MKwU5i9B5JgptSaiLUthFj0j1b91ORZV6JOEQ8yv8DM3CzTcz3WbVzH2mVdQJlvl5SdUVakATBGXZekBwd00hbOezjj/s2TvGnTOC9/eD1feXATL/ne/6Hjk1y67RXQPcBZh5axunwJTy5dROIeIEPMY6ZNo2wM+zwhS0PNwRSz6nBI4n7o8zZBBAkRC4mZp44RipzJ1gTHjhznlVdfxMkaOt5dPqyTY01YzPSYfhIG6zz97o+59IGVVPV6fpDPs/WiFu+6qMdNvU1Qnc1Fs/9JySZWPXkhUR7i/gu+zYZHL2Z0MEaR98CkCVszVGsqM8ZMkeY0vTdI1t5ba7/XqxmZrnMqy+hICaNn0WWWCT3M+flmQDl05Dg+eIQaNGPl1HK+9MABoGRjJzGbjeOyeUZcnzWjOY9WgRvzl8FoznlzhynSJhbawg82fA+njvX7Xo1TT+F76NNECElCkkTuHWYelTbe230CsOUtt/xbX/KrYraCSIex/CmOdCuy6BlPQr1QceJ4j9QrkDxgsaKrc0ytWs68GvVZYyQ/zsoTOfPtSO0indrIU06tLTqUqJT0/SiZ1hR5nxA7jJcdiqwguoSkoVcxfPQUE32ywVJGe0o1McfBWi8JAGLy5czlV6lTfDCkquiEHqojVH450yJUVsPkEqjbEJVKDzJ77ADtqTbdkQnqQUFhQqeElnrMQ0QJbpEBAuQE7WN42oPmoDOfLeDxiMopYgnD97EhFwoW40Er6j0BYKw78oXC5X9XQCdaRTLHyrk1pKCU9Fgz4pFzc2o3jXNdLHmCjtKyzWhM9I506HrDhzlUQLw7lYh02Hk1lp06PgqC+ymCkGF4y0iyQO6M8e4489niZ8ub36YO4J5PvXm2jvxjI7w4ogASUPVkAnnVxy0coj1/gGz2h7jeI9A/TLnYI/VrOmWiXTiUhKmiTxvP/vx8w1RRaQ5AwQJaxcqbffwZR+Rk8aMIhUMQg1pqolMigtnJdifHLEO0OayLE1QEC4pJheoZadPPYdI0ETasZind9tDHf+fgM8DuvfWa/U7djYJgTlDX6C1JDCUHy4E2WAdoYWTYsCc0iSRJjQDyXC3BGWFVBMWEaUH+/OSlZ3R74txHvcuuFtWti63YyD8JVAO5OVwUUjDUGhWhEg+S8BKBCDoUC16MmeE0YN5wlX/v/Z+78pQi/owI33/z6wpP+i0T5pLURNFmfcBSG6ONpTbeWqCtZqecw6TAXMlPxNoX51oVxWv2qR/d8rp/fvqV0+i4/xOX7e1Ee6MmV510uymYg4Rh0kiZIqkRMrRCxDW3GspNL3S4RqwhoV/JU3jP6Y/xHLbqHXe8Ic/8HcTUTVEILkOiIK5hayOpJRAFaYS1EAWTF0gyaXwnpDtr53YdumXXz6d8Axz59DVfdYnXOpNDIiAWMReHSovR9KcRkUYsdiqYOF6MOexmQ3b+NKA/07Mn7ey3f2GFGp8Gdugznk5oVFVPkzdOim4vyI6LyHsfv3XX7c/r/J/HNlx7+05wNwBbGsY3OqqdzIsvzKkVcBtw3eO3XXP8+SafUYBtuPbzDtgJvN3gCgf+ZCtyZnfiEPBZ4KbHb7vmF/8P47PtnGtvnzL8ZYhtR9mCYzPGKDD+tGk1sAgcBPYB9wP/Dex57LZrzjgh/z+NHitlBoqJ7AAAAABJRU5ErkJggg==') no-repeat center center;
}
.footer .social-icons a[href*='facebook'] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAtCAYAAAA3BJLdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAADl0lEQVRYw9WZS2gVVxiAv0zuTZNrfCRmYWiuiAsjiFKxKXVEsOlCtBpblYkvEFPlKJZsLVjE1i7q2lQYacFFF/VA6gOJWqiCwhEFqQU1RpSWGIn1SRJNQjSJi5lr5t47xpuZkzv67eaf4Z9vDjPnnPn/AgJgWrYB1ACfAR8Ds4APgQnAB55Lu4Ae4DbQCpwHziopHgS5b8EYJauAncBGIBnkhsAgcAb4BTiupBjSKmta9lTgB2ArUBRQ0o8bwHdKiqNaZE3LtoCfgQqNkpkcA7YpKR4FkjUtOwYcALaPo6SXe8AaJcWlMcmalp0AjgAr8iSa4jmwVklxOidZd0Sbgbo8i6YYAJYpKc5mnjB8Lm6KUBScD/gP07KrM0+kjaxp2fXA7xGKerkKLFRS9KcCr0fWnZ6aojb08BGwyxvwvgY/Mr7TUxC+NS17euogBuAGvg6buXxyCWJdDZ/On07ZpGIKC0fGYlH9oSApi3FGdyeMjOwOIB5GNFES5+D3dayonU1FWSJNNCRbTMueAmC4m5JNYTN+saSaZOVkXYJeSgALnNegBqgKm/GTedkpOu53c7W1k96+F2HTfwkcigG1Oh5/ZrI87fh2+xO27GpmaGhYR/rFpmXHDWCBjmxTyxJpx/91PNUlClAKVBtAddhM8Xgh8Vj6B2UUjGmrnAuzY0BlmAz1y+dSVFSYFZ9RNYX65XMBGGYY2XItrOy0GDAxTIbGzQt94zOT5a/P3e3s0iE70UDvzt+X1jsPdaSZpG3mHo22fx+FT4K73IZhacNhShNFNDdtSItf/LudvQecLWl//8t3Q/bZ8wHf+MvBoTeeC0peXgOdsnoff/zoNnAqJu8DPQbQGbVFjtw3gLaoLXLkpgFcidoiB54BbQZwLmqTHLigpHhhAJeBjqht3sIxAMMtOf4Wtc0o9AES3CKHW3e9Qx42NQE4qKQY+btVUnTgFHffNfqB/akD73K7B3gctV0G+5UU7VmySorHwDdR23n4B/jJG0j7H7l7/eS15JyVlThNjSjpApYqKf73Bv12XY3AiQhFB4DVSoqslTVLVkkxAKwHTkUg2gt85VdI9pV1hXuBVYCdR9F7wOdKipY3XZBLt2YdTiNkPMuhJ4EGJcWof5a59sEqgH1AA3oXjlZgt7Y+WIZ0Fc70tgmn/RmEQeBP4FfgqPYOo490qndbi1Mrm4VTiSwlvc7bjbO9u+WO4gXgr6C921fABu3mt3qEsQAAAABJRU5ErkJggg==') no-repeat center center;
}
.footer .social-icons a[href*='twitter'] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAtCAYAAADV2ImkAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAEyElEQVRYw82ZXWwUVRTHfzuzH/3atoaBtpZiK1YbGgpYQEFRxAQML36SSebBGBKjAvJgYkiM1QSMD4jhQRLhwaAmbjIJICbCQzVoq1FJimgBhVaotaVUOmi7/djubnfXh92t0+129+5s6fb/tnfuufPbc+/ce+45NixK9RguYD3wGLAcuBeoAAoBp6mrFxgBrgIdwPfAN7qmdFt5r80C6P3AK8BzQKnVPwz8BHwKfKJrytisA6seowHYD2zJAjKZbsbGPaRrij9r4NjUvwvsBuyzDGtWB/C8rilnLQOrHqMGOAGsvI2gZgWBN3RNOZAxcGytngLK5wjWrA+BV3VNCQkBqx5jOdBKdh9VtjoM7NA1JWJulJLAVgCncwwL8DLwZmLjFA+rHkMGzgCP5Bg2rhDwhK4pX8cbEj28ax7BAsjAR6rHKJoGrHqMMmBfrgmTaAmmpWH28OuAO9d0M2iX6jEWTgKrHsMNvJRrqhQqJBoOTHp4G1Bkebi50Quqx7DFj9pnRa2cso1AKCLU1wZsXOpiS20e1XfYCYYidN6a4OQlH+39QWxAQ4WDW2NheodC6YarAVbZVI/hAP5B0MNNm4o5fWWcc9cDafu+uLaQx5fmJX32640gVSUyg+NhmpqHEPTBHgmoE4V1yjbqyxy89rCbzbV5KQORxkrnjLAAKyoc2GVo6w3wdH2+EC2wOg4spDigLMH21YXs2VhMuVtO2vfRGlfa8YpdEuvuctHcmTaqjKtOAqpEe/tDEXpMa21lhYP3t5ayc10RdQsdSCaXLyqS0o7XPTjBW18N4fWHRREq7GS4O3x+ycfu9f+byBJsqHaxodrFSCDC7zeDXPeGKM5LDzwwEsYXFFu8MRXbAeEF5HbZWFQkcb4vwKo7ndOeFzltrFnsZI3geF5/RrAAzoxuEGPBCM/U5+OUM74KJlXv0ETGNunnzaRQGFq7hD+QtGrvD95eYIDPfhmjw8jcM4nq84ZEDovsgX3BCO+1evniNx/Dma/BSTV3jluyswO+TI0WFMg8uUz4W52mgdEwZ65aWloBiWhWJiP9+e8Exy4I5z6m6ei5UeF4JEHDdqDHiuWxiz76hsM8tSyfJaWysN3JSz5+FohDZlCfBFy2av1Dt5/9LV5hgC8v+9Dbrc8McNkeAx5B4MRzyTbCwIICiXsW2GmsdLK2ykm6bXl8IsLRtlFast8S22wAqsc4BWxN17uh3MG25QXUKmLnTTAc4dtrfo5f9DHoE44XUqkx/uYTIsDt/UHa+4dYXCLzQJWT+jIHlcUyJbG4IRCKYIyG6R4McbE/yI9/+RnLLFZIpS7gfNzDbqCP+X1NelvXlL0SgK4pw8CRXBOl0CjRfNuUk+4AFvbkOdIhXVMGpgDrmtIPNOWaLIl6gHfiPxJjiQ+A73JNaFII2K5ryuTMTwGO5WNVoDfXpDHtMycCpwHHoG8Q3eKGcgx7BNib2Jg0vNQ15QKwCfg7R7CHgZ2JyWxIX+O4GzjOPKpxpAzgdU25BjwIHASyv2akVgewIRUsZFanW0G0nrZ5lkEHYg45qGtK2muI1UroDqKV0JIsQM8SrYR+fFsqoUnAXcBDwEagAbgPKCOaFDeHc8NEj9Y/gCtEa80tuqZ0WXnvf9tJfU9UrsXdAAAAAElFTkSuQmCC') no-repeat center center;
}
.footer .social-icons a[href*='youtube'] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAADlElEQVRYw9XZW2wUVRjA8d+uhWpbLpEYw7zIA/F+iQ9qYnmSeSBojbwQjfFBTNAiEWMCL8CTtxgvjSjERGI0EbUYMdGk0mQ0PKGJkBiDGLEY42VQqdFKLxS61IfZLWW7dafdWRb/T7sz53z7nzNnvj1zvpwaiIXX4g7chitxBVrRNqnZSQziF3yPg9iHLwPRmdn8bm4WoouwFg/gmpqumfewPRD9UBfpWDgfW7BOMppZMVaU3xyIfspMOhbegx1YnKFsOSPFQekKROOzlo6FTejC+jrKltOL+wLRXzOWjoUteB8rz6NwiW+wcrrpUlE6Fs5FD5Y3QLhEH9oD0R/lJ/LTdNjZYGFYir2x8JKq0rFwnSSdXQjcjG3lB8+ZHrFwCQ7JNqVlwYpA1Fv6Uj7SL1+AwvBq8Tk7VzoW3oq7G203DUuxZoo0Hm+0WRUm/HIQCxfiGC5utFkV2gPR/tJI3/k/EIZV0FT8kjonN6+4Rdum1ebcfp1c85yaDAq/9ht+vcfgU7sopFqlhpydHl/jhmo9Wjo7LNjxWObDN9T1gX+eeC3VdaI1FwsvwhCaq/W4/M898pfOy1x6fOik39o60ja/MY/L0gijLsKQa53R47Q4j8xNBp95lzPjtQeqzLy8OmSNE5vf0N++wVhfXA/p5nztMSpz+otv9d+01vCOjzKPXTdpGB8eNfDoK2kzQ4Olc8XFYz6ndeNq8559KNPwTbWHqDASC1rlFs238M2N5i67PvP4TZLNlExpeeQubVvun2kqS8toE05kHTXr6VDGiTyOYzRN6/GhzG9KwumxmbQ+lg9EBRxJ03rwue66OI+881napgUcKWWPA6mkn3zb3/c+7dTnhxkr1Cx75viAoed3G+jclrbLoUA0Wsoen+LBVKPSvc9I976ahWdJxNk83aMOWaQO7JmQLu6bfdhooyp8F4j2T0gXeRF1W5plwAulDxPSgeggPm602TQcxVtTpItswHCjDSuwPhCdrigdiH7EpkYblrEzEO2dfGDKKi8QbceuRpsW+QpT3qSnW5quQeq/qTrRJ9l4HEklHYhOoQOfNEj4MJYHot8rnZz2JSAQDUs2JLefZ+FeLPuvSlfa6taqony9q1tb8VJN1a0y8QWSklmnbPewC9iNrYHoaJoOs63YPiwpcVxdg2yMbknFNpXsrKXLLmBybfwqLJHchZZJzUYl224/S2rjByS18QPFtfyM+Reijew81EBSyAAAAABJRU5ErkJggg==') no-repeat center center;
}
.footer .social-icons a + a {
  margin-left: 8px;
}
.footer .social-icons:after {
  content: '';
  display: table;
  clear: both;
}
.footer #footer-nav a {
  color: #626262;
}
@media only screen and (max-width: 450px) {
  .footer #footer-nav a {
    display: block;
    margin-bottom: 10px;
    color: #959595;
  }
}
.footer .newsletter .newsletter {
  margin-top: 15px;
}
@media only screen and (max-width: 450px) {
  .footer .newsletter .newsletter {
    margin-top: 22px;
  }
  .footer .newsletter ul li {
    display: block;
    margin-bottom: 10px;
    color: #959595;
  }
}
.footer .payments img {
  float: left;
  margin: 0 8px 8px 0;
}
.footer .payments:after {
  content: '';
  display: table;
  clear: both;
}
.footer .footer-links {
  margin-top: 25px;
  padding-top: 13px;
  border-top: 1px dotted #bfbfbf;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .footer .footer-links {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.footer .footer-links ul {
  text-align: left;
  float: left;
  width: 60%;
}
.footer .footer-links ul li {
  display: inline-block;
}
.footer .footer-links ul li + li {
  border-left: 1px dotted #bfbfbf;
  padding-left: 15px;
  margin-left: 12px;
}
.footer .footer-links ul li a {
  display: block;
  color: #939393;
  font-size: inherit;
  text-transform: uppercase;
}
.footer .footer-links .note {
  float: right;
  width: 40%;
  text-align: right;
}
@media only screen and (max-width: 450px) {
  .footer .footer-links {
    margin-top: 0;
  }
  .footer .footer-links ul li + li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .footer .footer-links ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 450px) {
  .footer .footer-column {
    padding: 20px 0;
  }
  .footer .copyright, .footer .footer-links {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .copyright, .footer .copyright ul, .footer .footer-links, .footer .footer-links ul {
    text-align: center;
  }
}

table.nice {
  border: 0;
}
table.nice th,
table.nice td {
  border-bottom: 1px dotted #bfbfbf;
  border-left: 1px dotted #bfbfbf;
  vertical-align: bottom;
  padding: 5px 10px;
}
table.nice th:first-child,
table.nice td:first-child {
  border-left: none;
}
table.nice th span,
table.nice td span {
  display: block;
  margin-bottom: 8px !important;
}
table.nice th {
  background: #f6f6f6;
  font-weight: bold;
}
table.nice tr:last-child {
  border-bottom: none;
}

/* ============================================ *
 * Breadcrump
 * ============================================ */
.breadcrumb-container .breadcrumbs {
  padding-top: 17px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 451px) {
  .breadcrumb-container .breadcrumbs {
    text-align: right;
  }
}
.breadcrumb-container .breadcrumbs li {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 26px;
}
@media only screen and (max-width: 450px) {
  .breadcrumb-container .breadcrumbs li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.breadcrumb-container .breadcrumbs li a {
  color: #808080;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.breadcrumb-container .breadcrumbs li strong {
  color: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
.breadcrumb-container .breadcrumbs li span {
  color: #aaa;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  text-align: center;
  width: 12px;
  height: 14px;
  margin-left: 2px;
  font-size: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHAgMAAABW/tR+AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUAAADl5eUAAADEf5pUAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAZSURBVAjXYwhhYBBlYGB1YGAMAJFAdggDABG0Aa6E1iL8AAAAAElFTkSuQmCC') no-repeat center center;
}
.breadcrumb-container .breadcrumbs:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Sidebars & Blocks
 * ============================================ */
.sidebar .block {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px 19px;
  color: #9d9d9d;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar .block {
    padding: 0;
  }
}
.sidebar .block ~ .block {
  margin-top: 20px;
}
.sidebar .block .block-title,
.sidebar .block .h2, .sidebar .block h2 {
  color: #000;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  .sidebar .block .block-title,
  .sidebar .block .h2, .sidebar .block h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.sidebar .block .block-title strong,
.sidebar .block .h2 strong, .sidebar .block h2 strong {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
}
.sidebar .block .block-content {
  margin: 0;
  border: 0;
  color: #626262;
}
.sidebar .block .block-content input {
  margin-bottom: 10px;
}
.sidebar .block .block-content a {
  text-decoration: underline;
  color: inherit;
}
.sidebar .block .block-content .row {
  margin-top: 10px;
}
.sidebar .block.block-actions {
  background-color: transparent;
  border: none;
  padding: 0;
}
.sidebar .block.block-actions a {
  background-color: #333;
  color: #ddd;
  display: block;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-actions a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar .block.block-actions a strong {
  color: #ffffff;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-actions a strong {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.sidebar .block.sidebar-contact {
  color: #808080;
  line-height: 1.5;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.sidebar-contact {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar .block.sidebar-contact p {
  margin: 3px 0;
}
.sidebar .block.sidebar-contact .phone {
  color: #000;
}
.sidebar .block.sidebar-contact .mail {
  text-decoration: none;
  text-transform: none;
  color: #004990;
}
.sidebar .block.block-viewed {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-viewed {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.sidebar .block.block-viewed .mini-products-list .item {
  margin: 0;
  padding: 0;
  border-top: 1px dotted #bfbfbf;
}
.sidebar .block.block-viewed .mini-products-list .item > a, .sidebar .block.block-viewed .mini-products-list .item .product-details {
  display: block;
  min-height: 100px;
  float: left;
}
.sidebar .block.block-viewed .mini-products-list .item > a {
  width: 100px;
  padding: 15px 15px 15px 0;
}
.sidebar .block.block-viewed .mini-products-list .item > a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sidebar .block.block-viewed .mini-products-list .item .product-details {
  width: calc( 100% - 100px );
  padding: 15px;
  padding-left: 0;
}
.sidebar .block.block-viewed .mini-products-list .item .product-details a {
  text-decoration: none;
  text-transform: none;
  color: #626262;
}
.sidebar .block.block-viewed .mini-products-list .item .product-details .product-price {
  color: #004990;
  padding-top: 10px;
}
.sidebar .block.block-viewed .mini-products-list .item:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .block.block-layered-nav + .block-layered-nav {
  margin-top: 0;
  border-top: none;
  margin-top: -1px;
}
.sidebar .block.block-layered-nav .block-subtitle--filter {
  cursor: pointer;
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 9px 10px 9px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #fff;
}
.sidebar .block.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 #004990;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.sidebar .block.block-layered-nav .block-title {
  margin-bottom: 7px;
}
.sidebar .block.block-layered-nav .block-content a {
  text-decoration: none !important;
}
.sidebar .block.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.sidebar .block.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 9px 10px 9px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #fff;
  display: block;
}
.sidebar .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 #004990;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.sidebar .block.block-layered-nav .block-content > dl > dd {
  padding: 0px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
.sidebar .block.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
.sidebar .block.block-layered-nav .block-content dl dt,
.sidebar .block.block-layered-nav .block-content .ui-accordion-header {
  background-color: transparent;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 19px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-layered-nav .block-content dl dt,
  .sidebar .block.block-layered-nav .block-content .ui-accordion-header {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.sidebar .block.block-layered-nav .block-content dl dd, .sidebar .block.block-layered-nav .block-content .ui-accordion-content {
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
  display: none;
}
.sidebar .block.block-layered-nav .block-content dl dd ol > li > span > a,
.sidebar .block.block-layered-nav .block-content dl dd ol > li > a,
.sidebar .block.block-layered-nav .block-content dl dd li > a, .sidebar .block.block-layered-nav .block-content .ui-accordion-content ol > li > span > a,
.sidebar .block.block-layered-nav .block-content .ui-accordion-content ol > li > a,
.sidebar .block.block-layered-nav .block-content .ui-accordion-content li > a {
  padding: 0;
  display: block;
  color: #87888a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  line-height: 26px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-layered-nav .block-content dl dd ol > li > span > a,
  .sidebar .block.block-layered-nav .block-content dl dd ol > li > a,
  .sidebar .block.block-layered-nav .block-content dl dd li > a, .sidebar .block.block-layered-nav .block-content .ui-accordion-content ol > li > span > a,
  .sidebar .block.block-layered-nav .block-content .ui-accordion-content ol > li > a,
  .sidebar .block.block-layered-nav .block-content .ui-accordion-content li > a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar .block.block-layered-nav .block-content dl dd ol > li > span > a .count,
.sidebar .block.block-layered-nav .block-content dl dd ol > li > a .count,
.sidebar .block.block-layered-nav .block-content dl dd li > a .count, .sidebar .block.block-layered-nav .block-content .ui-accordion-content ol > li > span > a .count,
.sidebar .block.block-layered-nav .block-content .ui-accordion-content ol > li > a .count,
.sidebar .block.block-layered-nav .block-content .ui-accordion-content li > a .count {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #eee;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 25px;
  width: 25px;
  font-size: inherit;
  line-height: 25px;
  text-align: center;
  color: #004990;
}
.sidebar .block.block-layered-nav .block-content dl dd.current, .sidebar .block.block-layered-nav .block-content .ui-accordion-content.current {
  display: block;
}
.sidebar .block.block-layered-nav .block-content dl dd + dt, .sidebar .block.block-layered-nav .block-content .ui-accordion + .ui-accordion {
  border-top: 1px solid #bfbfbf;
}
.sidebar .block.block-layered-nav .block-content .decimalslider .decimalslider-track {
  width: 222px;
}
.sidebar .block.block-layered-nav .block-content .decimalslider .decimalslider-handle {
  width: auto;
  height: auto;
  display: inline-block;
  top: -4px;
}
.sidebar .block.block-layered-nav .block-content .decimalslider .decimalslider-handle b {
  background: #004990;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: block;
}
.sidebar .block.block-layered-nav .block-content .decimalslider .decimalslider-handle-b {
  top: -4px;
  margin-left: -4px;
}
.sidebar .block.block-layered-nav .block-content .decimalslider input {
  width: 5em;
  height: 2em;
}
.sidebar .block.block-layered-nav .actions {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-layered-nav .actions {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.sidebar .block.block-layered-nav .actions a:hover {
  color: #004990;
}
.sidebar .block.block-layered-nav .currently {
  background-color: transparent;
  border: none;
  line-height: 26px;
  text-transform: uppercase;
}
.sidebar .block.block-layered-nav .currently .block-subtitle {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.sidebar .block.block-layered-nav .currently ol {
  padding-left: 0px;
  margin-bottom: 0px;
}
.sidebar .block.block-layered-nav .currently ol li {
  padding: 10px 0;
  border-bottom: 1px dotted #bfbfbf;
}
.sidebar .block.block-layered-nav .currently ol li a {
  font-size: 0;
}
.sidebar .block.block-layered-nav .currently ol li a.btn-remove {
  border: 1px solid #eee;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  display: inline-block;
  height: 27px;
  width: 27px;
  position: relative;
}
.sidebar .block.block-layered-nav .currently ol li a.btn-remove:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #dfdedd;
  transform: rotate(45deg);
  top: 45%;
  left: 25%;
}
.sidebar .block.block-layered-nav .currently ol li a.btn-remove:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #dfdedd;
  transform: rotate(-45deg);
  top: 45%;
  left: 25%;
}
.sidebar .block.block-layered-nav .currently ol li a.btn-remove:hover:after, .sidebar .block.block-layered-nav .currently ol li a.btn-remove:hover:before {
  background-color: #fff;
}
.sidebar .block.block-layered-nav .currently ol li .label {
  color: #808080;
  font-weight: normal;
}
.sidebar .block.block-layered-nav .currently ol li .value {
  color: #004990;
}
.sidebar .block.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 451px) {
  .sidebar .block.block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }
  .sidebar .block.block-layered-nav.block-layered-nav--no-filters .block-title {
    display: block;
  }
  .sidebar .block.block-layered-nav .block-content {
    padding-top: 0;
  }
  .sidebar .block.block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .sidebar .block.block-layered-nav .block-content > dl > dt:hover {
    color: #004990;
  }
  .sidebar .block.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 #004990;
    border-right: none;
  }
  .sidebar .block.block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .sidebar .block.block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .sidebar .block.block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .sidebar .block.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 #004990;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block.block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }
  .sidebar .block.block-layered-nav .block-subtitle--filter {
    background-color: #004990;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .sidebar .block.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;
  }
  .sidebar .block.block-layered-nav .block-subtitle--filter:hover {
    background-color: #2472a4;
    color: #FFFFFF;
  }
  .sidebar .block.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;
  }
  .sidebar .block.block-layered-nav #narrow-by-list,
  .sidebar .block.block-layered-nav #narrow-by-list2 {
    padding: 0px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .sidebar .block.block-layered-nav .block-layered-nav dl ol > li > a,
  .sidebar .block.block-layered-nav .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }
  .sidebar .block.block-layered-nav .block-layered-nav dl ol > li > a {
    color: #626262;
    background-color: #fff;
    padding: 5px 10px;
    background-color: transparent;
  }
  .sidebar .block.block-layered-nav .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
  }
  .sidebar .block.block-layered-nav .block.block-layered-nav .block-content > dl > dt.mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  .sidebar .block.block-layered-nav .block.block-layered-nav .block-content > dl > dt.mobile-only {
    display: block;
  }
}

.sidebar .block.block-account .block-content a, .sidebar .block.block-progress .block-content a {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 4px;
  color: #626262;
  line-height: 26px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .sidebar .block.block-account .block-content a, .sidebar .block.block-progress .block-content a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar .block.block-progress .block-content a {
  display: inline;
}
.sidebar #sidebar-nav > li {
  font-weight: bold;
}
.sidebar #sidebar-nav > li > ul {
  margin-left: 13px;
}
.sidebar #sidebar-nav .active > a {
  color: #00c18c;
}
.sidebar #sidebar-nav .active > ul {
  display: block;
}
.sidebar #sidebar-nav ul {
  padding: 0;
  margin: 0;
  font-weight: normal;
  display: none;
}
.sidebar #sidebar-nav ul li {
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  list-style-type: none;
}
.sidebar #sidebar-nav ul li:before {
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #00c18c;
  content: '';
  position: absolute;
  margin: 4px 0 0 5px;
  left: 17px;
}
.sidebar #sidebar-nav a {
  color: #363333;
  line-height: normal;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  .sidebar #sidebar-nav a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar #sidebar-nav a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 450px) {
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block, .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block:last-of-type {
    border: none;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    background-color: transparent;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #626262;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 9px 10px 9px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #fff;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    cursor: pointer;
    line-height: 34px;
    font-size: 16px;
    font-size: 1rem;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .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 #004990;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title > strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title > strong:after {
    left: 11px;
    margin-top: -4px;
    border: none;
    width: 6px;
    height: 7px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpiZPCc8J8BARhhDCZkDhD8R5ZgwCbJhM0YkCQTNmNAipiwCcKMwuoqgAADAPufB+cXhLrSAAAAAElFTkSuQmCC') no-repeat center center;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title.active > strong {
    background-color: #00c18c;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title.active > strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 450px) {
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title.active > strong:after {
    border: none;
    width: 6px;
    height: 7px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpiZPCc8J8BARhhDCZkDhD8R5ZgwCbJhM0YkCQTNmNAipiwCcKMwuoqgAADAPufB+cXhLrSAAAAAElFTkSuQmCC') no-repeat center center;
    transform: rotate(90deg);
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-title .arrow {
    padding-left: 10px;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block .block-content {
    padding: 0 0 0 12px;
    margin-top: 0;
    border-width: 0;
    /* xxx */
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .block.block-account li {
    margin: 0;
    padding: 15px 0 15px 15px;
    background-position: 0 24px;
  }
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .sidebar .block-account .block-title > strong span:after,
  .sidebar.sidebar.sidebar.sidebar.sidebar.sidebar.sidebar .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
.budget-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.budget-overlay form {
  background: #fff;
  width: 300px;
  margin: 12% auto;
  padding: 20px;
  text-align: center;
}
.budget-overlay form p.hint {
  margin-bottom: 25px;
  font-weight: bold;
  color: #6fa2ae;
}
.budget-overlay form > div {
  margin-bottom: 30px;
}
.budget-overlay form:after {
  content: '';
  display: table;
  clear: both;
}

#header-nav.desktop-only {
  background-color: #000;
}
#header-nav.desktop-only .header-nav a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #fff;
  line-height: 55px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  #header-nav.desktop-only .header-nav a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#header-nav.desktop-only .header-nav a:hover,
#header-nav.desktop-only .header-nav .active a {
  color: #fff;
  text-decoration: none;
}
#header-nav.desktop-only .header-nav a:hover:before,
#header-nav.desktop-only .header-nav .active a:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: #e50045;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
#header-nav.desktop-only .header-nav li {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
#header-nav.desktop-only .header-nav li.home a {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAMAAACqTK3AAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////8AAABDBdx4AAAAE3RSTlMAFx0GCgT+yQLtNzXsubb2YVz15FqxGgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAABUSURBVBjTncxJDoAwDENRM5WZAr7/XVHSVm2ADfxdnqUAoQo1bA34FBJtIZ2IsSiFqbjeZRtExgnzkkxl1XFLRvo9vjhONVly4boRPhLt8ZtMr3QBO/oJVTOFSL0AAAAASUVORK5CYII=') no-repeat center center;
  height: 55px;
  padding: 0;
  width: 60px;
}

.mmenu .language-select a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 20px;
  padding-right: 20px;
}
.mmenu .language-select a + a {
  margin-left: -4px;
  border-left: 1px solid #bfbfbf;
}
.mmenu .language-select a.selected {
  color: #004990;
}

.catalog-category-view,
.catalogsearch-result-index {
  /* ============================================ *
   * Layered Navigation
   * ============================================ */
  /* ============================================ *
   * Catalog - List
   * ============================================ */
}
.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar {
  background: #F6F6F6;
  border: none;
  color: #000;
  line-height: 25px;
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .toolbar,
  .catalogsearch-result-index .toolbar {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .toolbar,
  .catalogsearch-result-index .toolbar {
    padding: 10px;
    margin-top: 15px;
    position: relative;
  }
}
.catalog-category-view .toolbar label,
.catalogsearch-result-index .toolbar label {
  font-size: inherit;
  text-transform: none;
}
.catalog-category-view .toolbar .sort-by,
.catalog-category-view .toolbar .limiter,
.catalog-category-view .toolbar .amount,
.catalog-category-view .toolbar .pager,
.catalogsearch-result-index .toolbar .sort-by,
.catalogsearch-result-index .toolbar .limiter,
.catalogsearch-result-index .toolbar .amount,
.catalogsearch-result-index .toolbar .pager {
  float: left;
  margin-right: 29px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  height: auto;
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .toolbar .sort-by,
  .catalog-category-view .toolbar .limiter,
  .catalog-category-view .toolbar .amount,
  .catalog-category-view .toolbar .pager,
  .catalogsearch-result-index .toolbar .sort-by,
  .catalogsearch-result-index .toolbar .limiter,
  .catalogsearch-result-index .toolbar .amount,
  .catalogsearch-result-index .toolbar .pager {
    display: inline-block;
    float: none;
    padding: 5px;
  }
}
.catalog-category-view .toolbar .sort-by span,
.catalog-category-view .toolbar .limiter span,
.catalog-category-view .toolbar .amount span,
.catalog-category-view .toolbar .pager span,
.catalogsearch-result-index .toolbar .sort-by span,
.catalogsearch-result-index .toolbar .limiter span,
.catalogsearch-result-index .toolbar .amount span,
.catalogsearch-result-index .toolbar .pager span {
  display: block;
  background: #f0f;
}
.catalog-category-view .toolbar .sort-by ul,
.catalog-category-view .toolbar .limiter ul,
.catalog-category-view .toolbar .amount ul,
.catalog-category-view .toolbar .pager ul,
.catalogsearch-result-index .toolbar .sort-by ul,
.catalogsearch-result-index .toolbar .limiter ul,
.catalogsearch-result-index .toolbar .amount ul,
.catalogsearch-result-index .toolbar .pager ul {
  padding: 5px 10px;
  background: #f2f0eb;
  position: absolute;
  z-index: 125;
  display: none;
  cursor: pointer;
  line-height: inherit;
  -moz-box-shadow: 0px 1px 1px 0 #ccc;
  -webkit-box-shadow: 0px 1px 1px 0 #ccc;
  box-shadow: 0px 1px 1px 0 #ccc;
}
.catalog-category-view .toolbar .sort-by:hover ul,
.catalog-category-view .toolbar .limiter:hover ul,
.catalog-category-view .toolbar .amount:hover ul,
.catalog-category-view .toolbar .pager:hover ul,
.catalogsearch-result-index .toolbar .sort-by:hover ul,
.catalogsearch-result-index .toolbar .limiter:hover ul,
.catalogsearch-result-index .toolbar .amount:hover ul,
.catalogsearch-result-index .toolbar .pager:hover ul {
  display: block;
}
.catalog-category-view .toolbar .sort-by label:after,
.catalog-category-view .toolbar .limiter label:after,
.catalog-category-view .toolbar .amount label:after,
.catalog-category-view .toolbar .pager label:after,
.catalogsearch-result-index .toolbar .sort-by label:after,
.catalogsearch-result-index .toolbar .limiter label:after,
.catalogsearch-result-index .toolbar .amount label:after,
.catalogsearch-result-index .toolbar .pager label:after {
  content: "";
}
.catalog-category-view .toolbar .limiter > label > span, .catalog-category-view .toolbar .sort-by > label > span,
.catalogsearch-result-index .toolbar .limiter > label > span,
.catalogsearch-result-index .toolbar .sort-by > label > span {
  padding-right: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAANElEQVQI12NgONjznwEbONjznwnGQJdgYGBgYEIXQFbIiFUnAwMDg30JIyOGTqgEVkcgcwGIRxYbf+DAIwAAAABJRU5ErkJggg==') no-repeat center right;
}
.catalog-category-view .toolbar .sorter,
.catalogsearch-result-index .toolbar .sorter {
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .toolbar .sorter .limiter,
  .catalogsearch-result-index .toolbar .sorter .limiter {
    margin-right: 10px;
  }
  .catalog-category-view .toolbar .sorter .sort-by,
  .catalogsearch-result-index .toolbar .sorter .sort-by {
    margin-right: 0px;
  }
}
.catalog-category-view .toolbar .limiter,
.catalogsearch-result-index .toolbar .limiter {
  margin-bottom: 0;
}
.catalog-category-view .toolbar .pager,
.catalogsearch-result-index .toolbar .pager {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .toolbar .pager,
  .catalogsearch-result-index .toolbar .pager {
    position: absolute;
    right: 10px;
    top: 46px;
    text-align: right;
  }
}
.catalog-category-view .toolbar .pager .pages,
.catalogsearch-result-index .toolbar .pager .pages {
  margin: 0;
}
.catalog-category-view .toolbar .pager .pages > strong,
.catalogsearch-result-index .toolbar .pager .pages > strong {
  display: none;
}
.catalog-category-view .toolbar .pager .pages ol,
.catalogsearch-result-index .toolbar .pager .pages ol {
  display: inline-block;
}
.catalog-category-view .toolbar .pager .pages ol li,
.catalogsearch-result-index .toolbar .pager .pages ol li {
  width: 18px;
  text-align: center;
  display: inline-block;
  float: none;
  border-radius: 30px;
}
.catalog-category-view .toolbar .pager .pages ol li.current,
.catalogsearch-result-index .toolbar .pager .pages ol li.current {
  width: 24px;
  border: none;
  color: #fff;
  background: #e50045;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: inherit;
}
.catalog-category-view .toolbar .pager .pages ol li a,
.catalogsearch-result-index .toolbar .pager .pages ol li a {
  color: inherit;
  font-size: inherit;
  height: 24px;
  line-height: inherit;
  vertical-align: top;
  width: inherit;
}
.catalog-category-view .toolbar .pager .pages .next:before, .catalog-category-view .toolbar .pager .pages .previous:before,
.catalogsearch-result-index .toolbar .pager .pages .next:before,
.catalogsearch-result-index .toolbar .pager .pages .previous:before {
  display: none;
}
.catalog-category-view .toolbar .pager .pages .next:hover, .catalog-category-view .toolbar .pager .pages .previous:hover,
.catalogsearch-result-index .toolbar .pager .pages .next:hover,
.catalogsearch-result-index .toolbar .pager .pages .previous:hover {
  border: none;
}
.catalog-category-view .toolbar .pager .pages .next,
.catalogsearch-result-index .toolbar .pager .pages .next {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAMAAABPErQ/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAanEccoB7JxJufjULZEQBBVpRaCsMfSoNbGIkTHUiDD8UIAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAABESURBVAjXFYtZFoAgAAKxQssWbbO05f7HLPiZeTyAqWooDa0T246+lwwjOYVf4kwuKlb6DdgN0wGcmUmHQntpfj+v8AFGjAI5hPEAggAAAABJRU5ErkJggg==') no-repeat center center;
}
.catalog-category-view .toolbar .pager .pages .previous,
.catalogsearch-result-index .toolbar .pager .pages .previous {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAACXBIWXMAABYlAAAWJQFJUiTwAAA582lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0xMC0yOFQxMDoyNjoxNiswMTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTEwLTI5VDExOjA0OjM5KzAxOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0xMC0yOVQxMTowNDozOSswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkMDY2YTI1Yi02ZTRkLTQyMTUtODkxYi1jMWQ2MWQ5NWY5ZmQ8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMDE1ZjU0NC1iZWIyLTExNzgtOTg1Mi1kZmMyMWRmMzYwZjE8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo1ZTE5ZGJlNy1jMmQ2LTQ5NTctODRmNC03MTUyNTlmNzQ2N2M8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NWUxOWRiZTctYzJkNi00OTU3LTg0ZjQtNzE1MjU5Zjc0NjdjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTEwLTI4VDEwOjI2OjE2KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZDA2NmEyNWItNmU0ZC00MjE1LTg5MWItYzFkNjFkOTVmOWZkPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTEwLTI5VDExOjA0OjM5KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xNDQwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4xNDQwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj43PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjEwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz52MwV+AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABxSURBVHjabNCxCsJQEETRY2GlaaytghAwtX+Q0sbWMlhICIEIVqLk023egyXJlHtnht1lqSNGdHNQ4YMJrwgu+CUw4AAbNGk44YFdTtwCuGMb6+pQ94yprDO+ydBhv7ZpNvQo5oZTOKVd+YESb1z/AwBWoA7draEg5QAAAABJRU5ErkJggg==') no-repeat center center;
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .toolbar .pager,
  .catalogsearch-result-index .toolbar .pager {
    text-align: right important;
  }
  .catalog-category-view .toolbar .pager .pages,
  .catalogsearch-result-index .toolbar .pager .pages {
    float: none;
  }
}
.catalog-category-view .block-layered-nav .block-subtitle--filter,
.catalogsearch-result-index .block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 9px 10px 9px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.catalog-category-view .block-layered-nav .block-subtitle--filter:after,
.catalogsearch-result-index .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 #004990;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.catalog-category-view .block-layered-nav .block-content .toggle-tabs,
.catalogsearch-result-index .block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.catalog-category-view .block-layered-nav .block-content > dl > dt,
.catalogsearch-result-index .block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 9px 10px 9px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #fff;
  display: block;
}
.catalog-category-view .block-layered-nav .block-content > dl > dt:after,
.catalogsearch-result-index .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 #004990;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.catalog-category-view .block-layered-nav .block-content > dl > dd,
.catalogsearch-result-index .block-layered-nav .block-content > dl > dd {
  padding: 0px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
.catalog-category-view .block-layered-nav .block-content > dl > dd:last-child,
.catalogsearch-result-index .block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
.catalog-category-view .block-layered-nav dl dd,
.catalogsearch-result-index .block-layered-nav dl dd {
  margin-bottom: 0px;
  margin-top: 0px;
}
.catalog-category-view .block-layered-nav dl dd ol > li > span, .catalog-category-view .block-layered-nav dl dd ol > li > a,
.catalogsearch-result-index .block-layered-nav dl dd ol > li > span,
.catalogsearch-result-index .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.catalog-category-view .block-layered-nav dl dd ol > li > a .count,
.catalogsearch-result-index .block-layered-nav dl dd ol > li > a .count {
  color: #9d9d9d;
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .block-layered-nav .block-content > dl > dt,
  .catalogsearch-result-index .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .catalog-category-view .block-layered-nav .block-content > dl > dt:after,
  .catalogsearch-result-index .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .sidebar .block.block-layered-nav,
  .catalogsearch-result-index .sidebar .block.block-layered-nav {
    border-bottom: none;
  }
  .catalog-category-view .block-layered-nav--no-filters .block-title,
  .catalogsearch-result-index .block-layered-nav--no-filters .block-title {
    display: none;
  }
  .catalog-category-view .block-layered-nav .block-content,
  .catalogsearch-result-index .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .catalog-category-view .block-layered-nav .block-content > dl > dt,
  .catalogsearch-result-index .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .catalog-category-view .block-layered-nav .block-content > dl > dt:hover,
  .catalogsearch-result-index .block-layered-nav .block-content > dl > dt:hover {
    color: #004990;
  }
  .catalog-category-view .block-layered-nav .block-content > dl > dt:after,
  .catalogsearch-result-index .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 #004990;
    border-right: none;
  }
  .catalog-category-view .block-layered-nav .block-content > dl > dt.last,
  .catalogsearch-result-index .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .catalog-category-view .block-layered-nav .block-content > dl > dd,
  .catalogsearch-result-index .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .catalog-category-view .block-layered-nav .block-content.accordion-open > dl > dt.current,
  .catalogsearch-result-index .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .catalog-category-view .block-layered-nav .block-content.accordion-open > dl > dt.current:after,
  .catalogsearch-result-index .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 #004990;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .catalog-category-view .block-layered-nav .block-content.accordion-open > dl > dd.current,
  .catalogsearch-result-index .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }
  .catalog-category-view .block-layered-nav .block-subtitle--filter,
  .catalogsearch-result-index .block-layered-nav .block-subtitle--filter {
    background-color: #004990;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .catalog-category-view .block-layered-nav .block-subtitle--filter:after,
  .catalogsearch-result-index .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;
  }
  .catalog-category-view .block-layered-nav .block-subtitle--filter:hover,
  .catalogsearch-result-index .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2472a4;
    color: #FFFFFF;
  }
  .catalog-category-view .block-layered-nav .block-subtitle--filter.active:after,
  .catalogsearch-result-index .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;
  }
  .catalog-category-view #narrow-by-list,
  .catalog-category-view #narrow-by-list2,
  .catalogsearch-result-index #narrow-by-list,
  .catalogsearch-result-index #narrow-by-list2 {
    padding: 0px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .catalog-category-view .block-layered-nav dl ol > li > a,
  .catalog-category-view .block-layered-nav dl ol > li > span,
  .catalogsearch-result-index .block-layered-nav dl ol > li > a,
  .catalogsearch-result-index .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }
  .catalog-category-view .block-layered-nav dl ol > li > a,
  .catalogsearch-result-index .block-layered-nav dl ol > li > a {
    color: #626262;
    background-color: #fff;
    padding: 5px 10px;
    background-color: transparent;
  }
  .catalog-category-view .block-layered-nav dl ol > li > a:hover,
  .catalogsearch-result-index .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
  }
}
.catalog-category-view .block-layered-nav .currently .block-subtitle,
.catalogsearch-result-index .block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.catalog-category-view .block-layered-nav .currently ol,
.catalogsearch-result-index .block-layered-nav .currently ol {
  padding-left: 0px;
  margin-bottom: 0px;
}
.catalog-category-view .block-layered-nav .currently ol li,
.catalogsearch-result-index .block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.catalog-category-view .block-layered-nav .currently ol li .label,
.catalogsearch-result-index .block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.catalog-category-view .block-layered-nav .currently ol li:after,
.catalogsearch-result-index .block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-category-view .block-layered-nav .actions,
.catalogsearch-result-index .block-layered-nav .actions {
  text-align: right;
  margin-bottom: 0px;
}
.catalog-category-view .block-layered-nav .actions a,
.catalogsearch-result-index .block-layered-nav .actions a {
  padding: 5px 0px;
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .products-grid--max-1-col .first ~ .first,
  .catalogsearch-result-index .products-grid--max-1-col .first ~ .first {
    position: relative;
  }
  .catalog-category-view .products-grid--max-1-col .first ~ .first:before,
  .catalogsearch-result-index .products-grid--max-1-col .first ~ .first:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: calc(300% + 0px);
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .products-grid--max-1-col .last ~ .item:nth-of-type(odd),
  .catalogsearch-result-index .products-grid--max-1-col .last ~ .item:nth-of-type(odd) {
    position: relative;
  }
  .catalog-category-view .products-grid--max-1-col .last ~ .item:nth-of-type(odd):before,
  .catalogsearch-result-index .products-grid--max-1-col .last ~ .item:nth-of-type(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: 200%;
  }
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .products-grid--max-2-col .first ~ .first,
  .catalogsearch-result-index .products-grid--max-2-col .first ~ .first {
    position: relative;
  }
  .catalog-category-view .products-grid--max-2-col .first ~ .first:before,
  .catalogsearch-result-index .products-grid--max-2-col .first ~ .first:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: calc(300% + 10px);
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .products-grid--max-2-col .last ~ .item:nth-of-type(odd),
  .catalogsearch-result-index .products-grid--max-2-col .last ~ .item:nth-of-type(odd) {
    position: relative;
  }
  .catalog-category-view .products-grid--max-2-col .last ~ .item:nth-of-type(odd):before,
  .catalogsearch-result-index .products-grid--max-2-col .last ~ .item:nth-of-type(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: 200%;
  }
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .products-grid--max-3-col .first ~ .first,
  .catalogsearch-result-index .products-grid--max-3-col .first ~ .first {
    position: relative;
  }
  .catalog-category-view .products-grid--max-3-col .first ~ .first:before,
  .catalogsearch-result-index .products-grid--max-3-col .first ~ .first:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: calc(300% + 20px);
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .products-grid--max-3-col .last ~ .item:nth-of-type(odd),
  .catalogsearch-result-index .products-grid--max-3-col .last ~ .item:nth-of-type(odd) {
    position: relative;
  }
  .catalog-category-view .products-grid--max-3-col .last ~ .item:nth-of-type(odd):before,
  .catalogsearch-result-index .products-grid--max-3-col .last ~ .item:nth-of-type(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: 200%;
  }
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .products-grid--max-4-col .first ~ .first,
  .catalogsearch-result-index .products-grid--max-4-col .first ~ .first {
    position: relative;
  }
  .catalog-category-view .products-grid--max-4-col .first ~ .first:before,
  .catalogsearch-result-index .products-grid--max-4-col .first ~ .first:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: calc(300% + 30px);
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .products-grid--max-4-col .last ~ .item:nth-of-type(odd),
  .catalogsearch-result-index .products-grid--max-4-col .last ~ .item:nth-of-type(odd) {
    position: relative;
  }
  .catalog-category-view .products-grid--max-4-col .last ~ .item:nth-of-type(odd):before,
  .catalogsearch-result-index .products-grid--max-4-col .last ~ .item:nth-of-type(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: 200%;
  }
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .products-grid--max-5-col .first ~ .first,
  .catalogsearch-result-index .products-grid--max-5-col .first ~ .first {
    position: relative;
  }
  .catalog-category-view .products-grid--max-5-col .first ~ .first:before,
  .catalogsearch-result-index .products-grid--max-5-col .first ~ .first:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: calc(300% + 40px);
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .products-grid--max-5-col .last ~ .item:nth-of-type(odd),
  .catalogsearch-result-index .products-grid--max-5-col .last ~ .item:nth-of-type(odd) {
    position: relative;
  }
  .catalog-category-view .products-grid--max-5-col .last ~ .item:nth-of-type(odd):before,
  .catalogsearch-result-index .products-grid--max-5-col .last ~ .item:nth-of-type(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: 200%;
  }
}
@media only screen and (min-width: 451px) {
  .catalog-category-view .products-grid--max-6-col .first ~ .first,
  .catalogsearch-result-index .products-grid--max-6-col .first ~ .first {
    position: relative;
  }
  .catalog-category-view .products-grid--max-6-col .first ~ .first:before,
  .catalogsearch-result-index .products-grid--max-6-col .first ~ .first:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: calc(300% + 50px);
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .products-grid--max-6-col .last ~ .item:nth-of-type(odd),
  .catalogsearch-result-index .products-grid--max-6-col .last ~ .item:nth-of-type(odd) {
    position: relative;
  }
  .catalog-category-view .products-grid--max-6-col .last ~ .item:nth-of-type(odd):before,
  .catalogsearch-result-index .products-grid--max-6-col .last ~ .item:nth-of-type(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    border-top: 1px solid #e5e5e5;
    width: 200%;
  }
}
@media only screen and (max-width: 450px) {
  .catalog-category-view .block.sidebar-contact,
  .catalogsearch-result-index .block.sidebar-contact {
    display: none;
  }
  .catalog-category-view .category-title,
  .catalogsearch-result-index .category-title {
    margin: 30px 0 -15px;
  }
  .catalog-category-view .note-msg,
  .catalogsearch-result-index .note-msg {
    margin-top: 20px;
  }
  .catalog-category-view .std,
  .catalogsearch-result-index .std {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  .catalog-category-view .std,
  .catalogsearch-result-index .std {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

body[class*='customer-account'] .buttons-set {
  border: none;
  margin: 20px 0;
}
body[class*='customer-account'] .sidebar {
  padding-top: 30px;
}
@media only screen and (max-width: 450px) {
  body[class*='customer-account'] .sidebar .block .block-title strong {
    border-color: #bfbfbf;
  }
  body[class*='customer-account'] .sidebar .block .block-title.active {
    margin: -1px -1px 0 -1px !important;
  }
}
body[class*='customer-account'] li.item + li.item {
  margin-top: 20px;
}
body[class*='customer-account'] .order-date {
  text-shadow: none;
  font-weight: normal;
  margin-bottom: 15px;
}
body[class*='customer-account'] .order-details .buttons-set {
  display: none;
}
body[class*='customer-account'] .my-account a:not(.button) {
  text-decoration: underline;
}
body[class*='customer-account'] .my-account a:not(.button):hover {
  color: #004990;
}
body[class*='customer-account'] .page-title {
  padding-top: 30px;
}
body[class*='customer-account'] h2 {
  margin-bottom: 10px;
}
body[class*='customer-account'] h3 {
  margin-bottom: 10px;
}
body[class*='customer-account'] h4 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 450px) {
  body[class*='customer-account'] .sidebar {
    padding-top: 0;
  }
}

body.customer-account-login .account-login .col-1, body.customer-account-login .account-login .col-2 {
  padding: 10px 20px;
}
@media only screen and (max-width: 450px) {
  body.customer-account-login .account-login .col-1, body.customer-account-login .account-login .col-2 {
    padding: 0;
  }
}
body.customer-account-login .account-login .col-1 {
  padding-left: 0;
}
body.customer-account-login .account-login .col-2 {
  padding-right: 0;
}
body.customer-account-login .account-login .col-2 input {
  width: 100%;
}
body.customer-account-login .account-login .col-2.registered-users .content h2:nth-of-type(2) {
  border-top: 1px solid #dcdcdc;
  padding-bottom: 15px;
  padding-top: 15px;
}
body.customer-account-login .account-login .form-list:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account-login .account-login .benefits li {
  padding: 2px 0 0 20px;
  position: relative;
}
body.customer-account-login .account-login p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 450px) {
  body.customer-account-login .account-login .button, body.customer-account-login .account-login [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.customer-account-login .account-login a {
    width: 100%;
  }
}

body.customer-account-create label.required em, body.customer-account-create span.required em,
body.customer-account-forgotpassword label.required em,
body.customer-account-forgotpassword span.required em {
  float: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 450px) {
  body.customer-account-create #form-validate input[type=email],
  body.customer-account-create #form-validate input[type=search],
  body.customer-account-create #form-validate input[type=number],
  body.customer-account-create #form-validate input[type=password],
  body.customer-account-create #form-validate input[type=tel],
  body.customer-account-create #form-validate input[type=text],
  body.customer-account-forgotpassword #form-validate input[type=email],
  body.customer-account-forgotpassword #form-validate input[type=search],
  body.customer-account-forgotpassword #form-validate input[type=number],
  body.customer-account-forgotpassword #form-validate input[type=password],
  body.customer-account-forgotpassword #form-validate input[type=tel],
  body.customer-account-forgotpassword #form-validate input[type=text] {
    width: 100%;
  }
  body.customer-account-create #form-validate .button, body.customer-account-create #form-validate [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.customer-account-create #form-validate a,
  body.customer-account-forgotpassword #form-validate .button,
  body.customer-account-forgotpassword #form-validate [class*='checkout'] .back-link a,
  [class*='checkout'] .back-link body.customer-account-forgotpassword #form-validate a {
    width: 100%;
  }
  body.customer-account-create #form-validate .back-link,
  body.customer-account-forgotpassword #form-validate .back-link {
    padding: 5px 0;
  }
}

body.customer-account .main-container .col-main {
  background: #fff;
  padding: 0;
}
body.customer-account .main-container .col-main .col2-set .col-1 {
  padding: 0 10px 0 0;
}
body.customer-account .main-container .col-main .col2-set .col-2 {
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .col2-set .col-1, body.customer-account .main-container .col-main .col2-set .col-2 {
    padding: 0;
    padding-bottom: 20px;
  }
}
body.customer-account .main-container .col-main .dashboard,
body.customer-account .main-container .col-main .my-account {
  padding: 0 !important;
}
body.customer-account .main-container .col-main .dashboard .welcome-msg,
body.customer-account .main-container .col-main .dashboard > .additional-links,
body.customer-account .main-container .col-main .dashboard .order-info-div,
body.customer-account .main-container .col-main .my-account .welcome-msg,
body.customer-account .main-container .col-main .my-account > .additional-links,
body.customer-account .main-container .col-main .my-account .order-info-div {
  padding-bottom: 20px;
}
body.customer-account .main-container .col-main .dashboard .welcome-msg,
body.customer-account .main-container .col-main .my-account .welcome-msg {
  padding-top: 20px;
}
body.customer-account .main-container .col-main .dashboard > .box-account,
body.customer-account .main-container .col-main .dashboard > .col2-set,
body.customer-account .main-container .col-main .dashboard > form,
body.customer-account .main-container .col-main .dashboard > .order-details,
body.customer-account .main-container .col-main .my-account > .box-account,
body.customer-account .main-container .col-main .my-account > .col2-set,
body.customer-account .main-container .col-main .my-account > form,
body.customer-account .main-container .col-main .my-account > .order-details {
  padding: 10px 0;
}
body.customer-account .main-container .col-main .dashboard > .box-account:after,
body.customer-account .main-container .col-main .dashboard > .col2-set:after,
body.customer-account .main-container .col-main .dashboard > form:after,
body.customer-account .main-container .col-main .dashboard > .order-details:after,
body.customer-account .main-container .col-main .my-account > .box-account:after,
body.customer-account .main-container .col-main .my-account > .col2-set:after,
body.customer-account .main-container .col-main .my-account > form:after,
body.customer-account .main-container .col-main .my-account > .order-details:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account .main-container .col-main .dashboard .title-buttons,
body.customer-account .main-container .col-main .my-account .title-buttons {
  position: relative;
}
body.customer-account .main-container .col-main .dashboard .title-buttons .button, body.customer-account .main-container .col-main .dashboard .title-buttons [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.customer-account .main-container .col-main .dashboard .title-buttons a, body.customer-account .main-container .col-main .dashboard .title-buttons a,
body.customer-account .main-container .col-main .my-account .title-buttons .button,
body.customer-account .main-container .col-main .my-account .title-buttons [class*='checkout'] .back-link a,
[class*='checkout'] .back-link body.customer-account .main-container .col-main .my-account .title-buttons a,
body.customer-account .main-container .col-main .my-account .title-buttons a {
  position: absolute;
  right: 0;
  bottom: 10px;
}
body.customer-account .main-container .col-main .dashboard .title-buttons:after,
body.customer-account .main-container .col-main .my-account .title-buttons:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account .main-container .col-main .dashboard .box-head h2, body.customer-account .main-container .col-main .dashboard .box-head h3, body.customer-account .main-container .col-main .dashboard .box-head a, body.customer-account .main-container .col-main .dashboard .box-title h2, body.customer-account .main-container .col-main .dashboard .box-title h3, body.customer-account .main-container .col-main .dashboard .box-title a,
body.customer-account .main-container .col-main .my-account .box-head h2,
body.customer-account .main-container .col-main .my-account .box-head h3,
body.customer-account .main-container .col-main .my-account .box-head a,
body.customer-account .main-container .col-main .my-account .box-title h2,
body.customer-account .main-container .col-main .my-account .box-title h3,
body.customer-account .main-container .col-main .my-account .box-title a {
  float: left;
  margin-right: 10px;
}
body.customer-account .main-container .col-main .dashboard .box-head a, body.customer-account .main-container .col-main .dashboard .box-title a,
body.customer-account .main-container .col-main .my-account .box-head a,
body.customer-account .main-container .col-main .my-account .box-title a {
  margin-right: 0;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard .box-head a, body.customer-account .main-container .col-main .dashboard .box-title a,
  body.customer-account .main-container .col-main .my-account .box-head a,
  body.customer-account .main-container .col-main .my-account .box-title a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.customer-account .main-container .col-main .dashboard .box-head:after, body.customer-account .main-container .col-main .dashboard .box-title:after,
body.customer-account .main-container .col-main .my-account .box-head:after,
body.customer-account .main-container .col-main .my-account .box-title:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account .main-container .col-main .dashboard .box-content a,
body.customer-account .main-container .col-main .my-account .box-content a {
  margin-top: 5px;
  display: inline-block;
  text-transform: none;
}
body.customer-account .main-container .col-main .dashboard #order-info-tabs li,
body.customer-account .main-container .col-main .my-account #order-info-tabs li {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: underline;
}
body.customer-account .main-container .col-main .dashboard #order-info-tabs li a,
body.customer-account .main-container .col-main .my-account #order-info-tabs li a {
  text-decoration: underline;
  color: #888;
}
body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table) tr.last td, body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table) tr:last-of-type td,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table) tr.last td,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table) tr:last-of-type td {
  border-bottom: none;
}
body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table td, body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table th,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table td,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table th {
  padding: 10px 5px;
  background: #f4f4f4;
  border-color: #fff;
}
body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table td + td, body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table td + th, body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table th + td, body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table th + th,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table td + td,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table td + th,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table th + td,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table th + th {
  border-left: 1px solid #fff;
}
body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table td:last-of-type, body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table th:last-of-type,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table td:last-of-type,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table th:last-of-type {
  width: 10%;
}
body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table th,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table th {
  font-weight: bold;
  text-transform: none;
  color: #00c18c;
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table th,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table th {
    font-weight: normal;
  }
}
body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table td a,
body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table td a {
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: underline;
  display: block;
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table).data-table td a,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table).data-table td a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 451px) {
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table) tfoot tr.first,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table) tfoot tr.first {
    border-top: 1px solid #bfbfbf;
  }
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table),
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table) {
    width: 100%;
  }
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table tfoot tr.first,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table tfoot tr.first {
    padding-top: 10px;
  }
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table td,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table td {
    text-align: right;
    width: 100%;
    padding: 5px 10px;
  }
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table td:before,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table td:before {
    width: 40%;
    display: inline-block;
    float: left;
  }
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table td:after,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table td:after {
    content: '';
    display: table;
    clear: both;
  }
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table td .product-name,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table td .product-name {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table td .product-name,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table td .product-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table tfoot td,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table tfoot td {
    text-align: right !important;
    width: 40%;
  }
  body.customer-account .main-container .col-main .dashboard table:not(#wishlist-table)#my-orders-table tfoot td.last,
  body.customer-account .main-container .col-main .my-account table:not(#wishlist-table)#my-orders-table tfoot td.last {
    width: 60%;
  }
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard .order-details #my-orders-table td,
  body.customer-account .main-container .col-main .my-account .order-details #my-orders-table td {
    border: none;
  }
}
body.customer-account .main-container .col-main .dashboard form,
body.customer-account .main-container .col-main .my-account form {
  position: relative;
  padding: 0;
}
body.customer-account .main-container .col-main .dashboard form .fieldset,
body.customer-account .main-container .col-main .my-account form .fieldset {
  padding: 20px;
}
body.customer-account .main-container .col-main .dashboard form .fieldset + .fieldset, body.customer-account .main-container .col-main .dashboard form .fieldset + .buttons-set,
body.customer-account .main-container .col-main .my-account form .fieldset + .fieldset,
body.customer-account .main-container .col-main .my-account form .fieldset + .buttons-set {
  margin-top: 20px;
  border-top: 1px solid #bfbfbf;
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard form .fieldset,
  body.customer-account .main-container .col-main .my-account form .fieldset {
    padding-left: 0;
    padding-right: 0;
  }
}
body.customer-account .main-container .col-main .dashboard form .buttons-set,
body.customer-account .main-container .col-main .my-account form .buttons-set {
  padding: 20px 20px 0 20px;
}
body.customer-account .main-container .col-main .dashboard form .buttons-set p.required,
body.customer-account .main-container .col-main .my-account form .buttons-set p.required {
  float: left;
  line-height: 24px;
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard form .buttons-set .button, body.customer-account .main-container .col-main .dashboard form .buttons-set [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.customer-account .main-container .col-main .dashboard form .buttons-set a,
  body.customer-account .main-container .col-main .my-account form .buttons-set .button,
  body.customer-account .main-container .col-main .my-account form .buttons-set [class*='checkout'] .back-link a,
  [class*='checkout'] .back-link body.customer-account .main-container .col-main .my-account form .buttons-set a {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 450px) {
  body.customer-account .main-container .col-main .dashboard form .buttons-set,
  body.customer-account .main-container .col-main .my-account form .buttons-set {
    padding-left: 0;
    padding-right: 0;
  }
  body.customer-account .main-container .col-main .dashboard form .buttons-set p.required,
  body.customer-account .main-container .col-main .my-account form .buttons-set p.required {
    float: right;
    padding: 5px 0;
  }
}
body.customer-account .main-container .col-main .back-link {
  display: none;
}

body.sales-order-history .my-account .pager {
  width: 100%;
  float: none;
  margin: 10px 0;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 450px) {
  body.sales-order-history .my-account .pager {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.sales-order-history .my-account .pager .amount, body.sales-order-history .my-account .pager .limiter {
  line-height: 45px;
}
body.sales-order-history .my-account .pager .limiter {
  height: auto;
}
body.sales-order-history .my-account .pager .limiter label, body.sales-order-history .my-account .pager .limiter select {
  float: left;
}
body.sales-order-history .my-account .pager .limiter label {
  font-size: inherit;
  text-transform: inherit;
}
body.sales-order-history .my-account .pager .limiter select {
  max-width: 100px;
}
body.sales-order-history .my-account .pager .limiter:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 450px) {
  body.sales-order-history .my-account .pager .limiter {
    width: 150px;
  }
  body.sales-order-history .my-account .pager .limiter select {
    max-width: calc(100% - 60px);
  }
}
body.sales-order-history .my-account .pager .count-container {
  float: right;
}
body.sales-order-history .my-account .pager:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 450px) {
  body.sales-order-history .my-account table#my-orders-table td {
    text-align: inherit;
    width: auto;
  }
}

@media only screen and (max-width: 450px) {
  .customer-account-index table#my-orders-table td, .sales-order-history table#my-orders-table td {
    text-align: inherit !important;
    width: auto !important;
  }
  .customer-account-index table#my-orders-table td, .sales-order-history table#my-orders-table td, .sales-order-view table#my-orders-table td {
    border: none !important;
  }
}
body.wishlist-index-index .fieldset.fieldset.fieldset.fieldset.fieldset {
  padding: 0;
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-info .product-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table .customer-wishlist-item-info .product-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-info .product-name a {
  text-decoration: none;
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-info textarea {
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table .customer-wishlist-item-info textarea {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-info .button, body.wishlist-index-index #wishlist-table .customer-wishlist-item-info [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.wishlist-index-index #wishlist-table .customer-wishlist-item-info a {
  min-width: 250px;
  width: 100%;
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-price .price {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table .customer-wishlist-item-price .price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-price .tax-details {
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table .customer-wishlist-item-price .tax-details {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-cart .button, body.wishlist-index-index #wishlist-table .customer-wishlist-item-cart [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.wishlist-index-index #wishlist-table .customer-wishlist-item-cart a {
  margin-bottom: 10px;
}
body.wishlist-index-index #wishlist-table .customer-wishlist-item-cart .button span, body.wishlist-index-index #wishlist-table .customer-wishlist-item-cart [class*='checkout'] .back-link a span, [class*='checkout'] .back-link body.wishlist-index-index #wishlist-table .customer-wishlist-item-cart a span {
  width: 100%;
}
body.wishlist-index-index .buttons-set {
  background: #F4F4F4;
  padding: 10px 10px 0 !important;
  margin: 0;
}
body.wishlist-index-index .buttons-set .btn-add {
  background-color: #00c18c;
}
body.wishlist-index-index .buttons-set .btn-add:hover {
  background-color: #004990;
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info {
  margin: 0;
  color: #8A8A8A;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .product-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .product-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .product-name a {
  color: #323232;
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .item-options {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  padding: 0;
  margin: 10px 0;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .item-options {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .item-options dt {
  font-weight: normal;
  display: none;
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .item-options dt, body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .item-options dd {
  padding: 0;
  margin: 0;
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .cart-links li {
  display: inline-block;
}
body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .cart-links li .button, body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .cart-links li [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.wishlist-index-index #wishlist-table td.customer-wishlist-item-info .cart-links li a {
  background: transparent;
  border: 1px solid #ddd;
  color: #999;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  padding: 4px 10px;
  text-transform: none;
}
body.wishlist-index-index #wishlist-table td .cart-label {
  display: none;
}
@media only screen and (max-width: 450px) {
  body.wishlist-index-index #wishlist-table tbody tr {
    border-bottom: solid 1px #eee;
  }
  body.wishlist-index-index #wishlist-table tbody td {
    border: none;
    float: left;
    width: 66.66666%;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-image {
    width: 33.33333%;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-image img {
    width: 100%;
    height: auto;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-info .item-options {
    display: none;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-quantity {
    width: 16.6666%;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-price {
    width: 50%;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-cart {
    width: 90%;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-cart .cart-cell {
    display: inline-block;
  }
  body.wishlist-index-index #wishlist-table tbody td.customer-wishlist-item-remove {
    width: 10%;
  }
}

body.customer-account-edit .fieldset {
  padding-top: 10px;
}

body.customer-budget-index .current-budget {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: -10px 0 10px;
}
@media only screen and (max-width: 450px) {
  body.customer-budget-index .current-budget {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.customer-budget-index .current-budget strong {
  color: #004990;
  font-family: Verdana, Arial, sans-serif;
}

[class*='checkout'] .page-title {
  padding-top: 30px;
}
[class*='checkout'] h2, [class*='checkout'] h3 {
  margin-bottom: 10px;
}
[class*='checkout'] .back-link a {
  border: none;
  background: none;
}
@media only screen and (max-width: 450px) {
  [class*='checkout'] label {
    text-transform: none;
  }
}

body.checkout-cart-index .cart .page-title h1,
body.checkout-simple-checkup .cart .page-title h1 {
  float: left;
}
body.checkout-cart-index .cart .page-title .checkout-types,
body.checkout-simple-checkup .cart .page-title .checkout-types {
  float: right;
  width: 50%;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
body.checkout-cart-index .cart .page-title .checkout-types li,
body.checkout-simple-checkup .cart .page-title .checkout-types li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index .cart .page-title .checkout-types,
  body.checkout-simple-checkup .cart .page-title .checkout-types {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  body.checkout-cart-index .cart .page-title .checkout-types li,
  body.checkout-simple-checkup .cart .page-title .checkout-types li {
    width: 100%;
  }
}
body.checkout-cart-index .cart .page-title:after,
body.checkout-simple-checkup .cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
body.checkout-cart-index .cart button,
body.checkout-simple-checkup .cart button {
  min-width: 146px;
}
body.checkout-cart-index .cart button.btn-inquiry,
body.checkout-simple-checkup .cart button.btn-inquiry {
  background-color: #e50045;
}
body.checkout-cart-index .cart button.btn-checkout,
body.checkout-simple-checkup .cart button.btn-checkout {
  background-color: #004990;
  min-width: 262px;
}
body.checkout-cart-index .cart button.btn-continue,
body.checkout-simple-checkup .cart button.btn-continue {
  float: left;
}
body.checkout-cart-index .cart button.btn-update,
body.checkout-simple-checkup .cart button.btn-update {
  float: right;
}
body.checkout-cart-index .crosssell,
body.checkout-simple-checkup .crosssell {
  margin-bottom: 10px;
}
body.checkout-cart-index .crosssell h2,
body.checkout-simple-checkup .crosssell h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index .crosssell h2,
  body.checkout-simple-checkup .crosssell h2 {
    padding-right: 80px;
  }
  body.checkout-cart-index .crosssell #slick-slider-crosssell,
  body.checkout-simple-checkup .crosssell #slick-slider-crosssell {
    margin: 0;
  }
  body.checkout-cart-index .crosssell #slick-slider-crosssell .slick-next,
  body.checkout-simple-checkup .crosssell #slick-slider-crosssell .slick-next {
    right: -53px;
  }
  body.checkout-cart-index .crosssell #slick-slider-crosssell .slick-prev,
  body.checkout-simple-checkup .crosssell #slick-slider-crosssell .slick-prev {
    right: -14px;
  }
}
body.checkout-cart-index .cart-collaterals,
body.checkout-simple-checkup .cart-collaterals {
  margin: 15px 0;
}
body.checkout-cart-index .cart-collaterals .discount,
body.checkout-cart-index .cart-collaterals .payment-shipping,
body.checkout-simple-checkup .cart-collaterals .discount,
body.checkout-simple-checkup .cart-collaterals .payment-shipping {
  background: none repeat scroll 0 0 #f4f4f4;
  width: 92%;
  margin-right: 4%;
  padding: 10px 15px;
}
body.checkout-cart-index .cart-collaterals .discount h2, body.checkout-cart-index .cart-collaterals .discount .h2, body.checkout-cart-index .cart-collaterals .discount label,
body.checkout-cart-index .cart-collaterals .payment-shipping h2,
body.checkout-cart-index .cart-collaterals .payment-shipping .h2,
body.checkout-cart-index .cart-collaterals .payment-shipping label,
body.checkout-simple-checkup .cart-collaterals .discount h2,
body.checkout-simple-checkup .cart-collaterals .discount .h2,
body.checkout-simple-checkup .cart-collaterals .discount label,
body.checkout-simple-checkup .cart-collaterals .payment-shipping h2,
body.checkout-simple-checkup .cart-collaterals .payment-shipping .h2,
body.checkout-simple-checkup .cart-collaterals .payment-shipping label {
  background: #0f0;
}
body.checkout-cart-index .cart-collaterals .payment-shipping,
body.checkout-simple-checkup .cart-collaterals .payment-shipping {
  background-color: transparent;
  padding: 0;
}
body.checkout-cart-index .cart-collaterals .payment-shipping .img-wrap,
body.checkout-simple-checkup .cart-collaterals .payment-shipping .img-wrap {
  padding: 12px 10px;
  height: 48px;
  border: 1px solid #bfbfbf;
  float: left;
  background-color: #fff;
}
body.checkout-cart-index .cart-collaterals .payment-shipping .img-wrap + .img-wrap,
body.checkout-simple-checkup .cart-collaterals .payment-shipping .img-wrap + .img-wrap {
  border-left: 0;
}
body.checkout-cart-index .cart-collaterals .payment-shipping:after,
body.checkout-simple-checkup .cart-collaterals .payment-shipping:after {
  content: '';
  display: table;
  clear: both;
}
body.checkout-cart-index .cart-collaterals .discount,
body.checkout-simple-checkup .cart-collaterals .discount {
  background: none repeat scroll 0 0 #f4f4f4;
  width: 96%;
  margin: 0 2%;
  padding: 10px 15px;
}
body.checkout-cart-index .cart-collaterals .discount .buttons-set,
body.checkout-simple-checkup .cart-collaterals .discount .buttons-set {
  border: none;
}
body.checkout-cart-index .cart-collaterals .discount .buttons-set .button, body.checkout-cart-index .cart-collaterals .discount .buttons-set [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.checkout-cart-index .cart-collaterals .discount .buttons-set a,
body.checkout-simple-checkup .cart-collaterals .discount .buttons-set .button,
body.checkout-simple-checkup .cart-collaterals .discount .buttons-set [class*='checkout'] .back-link a,
[class*='checkout'] .back-link body.checkout-simple-checkup .cart-collaterals .discount .buttons-set a {
  margin-left: 0;
  float: none;
  width: 100%;
}
body.checkout-cart-index .cart-collaterals .totals,
body.checkout-simple-checkup .cart-collaterals .totals {
  background: none repeat scroll 0 0 #f4f4f4;
  border: 1px solid #f4f4f4;
  float: right;
  padding: 10px 15px;
  text-align: right;
  width: 92%;
  margin-left: 2%;
  height: inherit;
}
body.checkout-cart-index .cart-collaterals .totals .checkout-types,
body.checkout-simple-checkup .cart-collaterals .totals .checkout-types {
  margin-top: 15px;
}
body.checkout-cart-index .cart-collaterals .totals .checkout-types li + li,
body.checkout-simple-checkup .cart-collaterals .totals .checkout-types li + li {
  margin-top: 3px;
}
body.checkout-cart-index .cart-collaterals .discount,
body.checkout-simple-checkup .cart-collaterals .discount {
  float: right;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index .cart-collaterals .discount, body.checkout-cart-index .cart-collaterals .totals,
  body.checkout-simple-checkup .cart-collaterals .discount,
  body.checkout-simple-checkup .cart-collaterals .totals {
    margin: 10px 0 20px;
    width: 100%;
  }
}
body.checkout-cart-index #shopping-cart-table,
body.checkout-simple-checkup #shopping-cart-table {
  background: #fff;
}
body.checkout-cart-index #shopping-cart-table input[type=number].qty,
body.checkout-cart-index #shopping-cart-table input[type=text].qty,
body.checkout-simple-checkup #shopping-cart-table input[type=number].qty,
body.checkout-simple-checkup #shopping-cart-table input[type=text].qty {
  display: block;
  margin: 0 auto 5px;
}
body.checkout-cart-index #shopping-cart-table .cart-links,
body.checkout-simple-checkup #shopping-cart-table .cart-links {
  padding: 5px 0 0 0;
}
body.checkout-cart-index #shopping-cart-totals-table,
body.checkout-simple-checkup #shopping-cart-totals-table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index #shopping-cart-totals-table,
  body.checkout-simple-checkup #shopping-cart-totals-table {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.checkout-cart-index #shopping-cart-totals-table tfoot,
body.checkout-simple-checkup #shopping-cart-totals-table tfoot {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index #shopping-cart-totals-table tfoot,
  body.checkout-simple-checkup #shopping-cart-totals-table tfoot {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info {
  width: 500px;
  margin: 0;
  color: #8A8A8A;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index #shopping-cart-table td.product-cart-info,
  body.checkout-simple-checkup #shopping-cart-table td.product-cart-info {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .product-name,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .product-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index #shopping-cart-table td.product-cart-info .product-name,
  body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .product-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .product-name a,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .product-name a {
  color: #323232;
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .item-options,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .item-options {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  padding: 0;
  margin: 10px 0;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index #shopping-cart-table td.product-cart-info .item-options,
  body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .item-options {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .item-options dt, body.checkout-cart-index #shopping-cart-table td.product-cart-info .item-options dd,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .item-options dt,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .item-options dd {
  padding: 0;
  margin: 0;
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .item-options dt,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .item-options dt {
  font-weight: bold;
  font-style: normal;
  margin-right: 10px;
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .item-options dd,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .item-options dd {
  float: none;
  margin-bottom: 5px;
}
body.checkout-cart-index #shopping-cart-table td.product-cart-info .cart-links li,
body.checkout-simple-checkup #shopping-cart-table td.product-cart-info .cart-links li {
  display: inline-block;
}
body.checkout-cart-index #shopping-cart-table td .cart-label,
body.checkout-simple-checkup #shopping-cart-table td .cart-label {
  display: none;
}
@media only screen and (max-width: 450px) {
  body.checkout-cart-index #shopping-cart-table .button > span, body.checkout-cart-index #shopping-cart-table [class*='checkout'] .back-link a > span, [class*='checkout'] .back-link body.checkout-cart-index #shopping-cart-table a > span,
  body.checkout-simple-checkup #shopping-cart-table .button > span,
  body.checkout-simple-checkup #shopping-cart-table [class*='checkout'] .back-link a > span,
  [class*='checkout'] .back-link body.checkout-simple-checkup #shopping-cart-table a > span {
    padding: 0 15px;
  }
  body.checkout-cart-index #shopping-cart-table thead,
  body.checkout-simple-checkup #shopping-cart-table thead {
    display: none;
  }
  body.checkout-cart-index #shopping-cart-table tbody tr,
  body.checkout-simple-checkup #shopping-cart-table tbody tr {
    border-bottom: solid 1px #bfbfbf;
    position: relative;
  }
  body.checkout-cart-index #shopping-cart-table tbody td,
  body.checkout-simple-checkup #shopping-cart-table tbody td {
    width: 66.66666%;
    border: none;
    float: left;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-image,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-image {
    width: 33.33333%;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-image img,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-image img {
    width: 100%;
    height: auto;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-info,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-info {
    width: 66.66666%;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-price, body.checkout-cart-index #shopping-cart-table tbody td.product-cart-total,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-price,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-total {
    width: 16.66666%;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-actions,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-actions {
    width: 33.33333%;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-actions input,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-actions input {
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table tbody td.product-cart-remove,
  body.checkout-simple-checkup #shopping-cart-table tbody td.product-cart-remove {
    width: 60px;
    position: absolute;
    right: 0;
  }
  body.checkout-cart-index #shopping-cart-table tbody td .cart-price,
  body.checkout-simple-checkup #shopping-cart-table tbody td .cart-price {
    line-height: 45px;
  }
}

body.checkout-onepage-index ol#checkoutSteps.opc li#opc-billing div.step-title a {
  display: none !important;
}
body.checkout-onepage-index ol#checkoutSteps.opc li.section {
  background: #f4f4f4;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
body.checkout-onepage-index ol#checkoutSteps.opc li.section.active {
  background: #ffffff;
  border: 1px solid #eeeeee;
}
body.checkout-onepage-index ol#checkoutSteps.opc .control label,
body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label,
body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dd label {
  width: 100%;
}
@media only screen and (min-width: 450px) {
  body.checkout-onepage-index ol#checkoutSteps.opc .control label,
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label,
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dd label {
    background-color: transparent;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 450px) and (max-width: 450px) {
  body.checkout-onepage-index ol#checkoutSteps.opc .control label,
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label,
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dd label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 450px) {
  body.checkout-onepage-index ol#checkoutSteps.opc .control label:hover,
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label:hover,
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dd label:hover {
    background-color: transparent;
  }
}
body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label img {
  display: inline-block;
}
body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label img + a {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index ol#checkoutSteps.opc .sp-methods dt label img + a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.checkout-onepage-index .form-list .fields .field {
  float: left;
  margin-right: 1%;
  width: 49%;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index .form-list .fields .field {
    width: 99%;
  }
}
body.checkout-onepage-index .form-list .fields:after {
  content: '';
  display: table;
  clear: both;
}
body.checkout-onepage-index .form-list .wide {
  width: 99%;
  margin-right: 1%;
}
body.checkout-onepage-index .form-list .wide input[type=text] {
  max-width: 100% !important;
}
body.checkout-onepage-index .form-list .wide select {
  width: 100%;
}
body.checkout-onepage-index .form-list p.required {
  margin: 5px 0;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index .form-list p.required {
    float: none;
    width: 100%;
    text-align: right;
  }
}
body.checkout-onepage-index .sp-methods dd {
  margin-bottom: 10px;
}
body.checkout-onepage-index #checkout-step-login .col2-set .col-1, body.checkout-onepage-index #checkout-step-login .col2-set .col-2 {
  padding: 0 10px 20px;
  position: relative;
}
body.checkout-onepage-index #checkout-step-login .col2-set .col-1 {
  padding-left: 0;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #checkout-step-login .col2-set .col-1 button.button {
    margin-bottom: 0 !important;
  }
}
body.checkout-onepage-index #checkout-step-login .col2-set .col-2 {
  padding-right: 0;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #checkout-step-login .col2-set .col-2 {
    padding-left: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
body.checkout-onepage-index #checkout-step-login .checkout-register {
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #checkout-step-login .checkout-register {
    margin-bottom: 0;
  }
}
body.checkout-onepage-index #checkout-step-login .button, body.checkout-onepage-index #checkout-step-login [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.checkout-onepage-index #checkout-step-login a {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #checkout-step-login .button, body.checkout-onepage-index #checkout-step-login [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.checkout-onepage-index #checkout-step-login a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body.checkout-onepage-index #checkout-step-login .btn-password {
  border: none;
  background: transparent;
  color: #004990;
  right: 0;
}
body.checkout-onepage-index #checkout-step-login #onepage-register-button {
  margin-bottom: 20px !important;
}
body.checkout-onepage-index #checkout-step-login #onepage-login-button,
body.checkout-onepage-index #checkout-step-login #onepage-guest-button,
body.checkout-onepage-index #checkout-step-login .btn-password {
  position: absolute;
  bottom: 0;
}
body.checkout-onepage-index #checkout-step-login .better-login-box {
  margin: 0 0 30px 0;
}
body.checkout-onepage-index #checkout-step-login .better-login-box + .better-login-box {
  margin: 0;
}
body.checkout-onepage-index #checkout-step-login h3, body.checkout-onepage-index #checkout-step-login .h3 {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #checkout-step-login h3, body.checkout-onepage-index #checkout-step-login .h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.checkout-onepage-index #checkout-step-login ul, body.checkout-onepage-index #checkout-step-login p {
  margin-bottom: 10px !important;
  display: block;
}
body.checkout-onepage-index #checkout-step-login .buttons-set.buttons-set.better-login {
  width: 100%;
}
body.checkout-onepage-index #opc-payment #payment_form_payone_wallet > li {
  display: none;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment #payment_form_payone_wallet {
  display: none;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment table {
  margin-bottom: 20px;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment table td {
  padding: 2px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-payment #checkout-step-payment table td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.checkout-onepage-index #opc-payment #checkout-step-payment table td label {
  width: auto;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment table td * {
  font-size: inherit;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment .input-box label {
  margin: 0;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment .input-box input {
  margin: 5px 0 10px 0;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment dl.sp-methods dd {
  margin: 10px 0;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment dl.sp-methods p {
  margin-top: 10px;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment dl.sp-methods br {
  display: none;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment .required:after {
  display: none;
}
body.checkout-onepage-index #opc-payment #checkout-step-payment input[name='payment[cc_cid]'] {
  width: 4em !important;
}
body.checkout-onepage-index #opc-payment li:not(.fields) {
  width: 99%;
  margin-right: 1%;
}
body.checkout-onepage-index #opc-payment li:not(.fields) input[type=text] {
  max-width: 100% !important;
}
body.checkout-onepage-index #opc-payment label .required:after {
  content: none;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block {
  border: 2px solid #f4f4f4;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-title {
  color: #333333;
  background-color: #f4f4f4;
  display: inline-block;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 4px;
  font-weight: bold;
  color: #999;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-title:after {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-title.active:after {
  content: "-";
  top: 2px;
  right: 12px;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-content {
  margin-top: 0;
  padding: 15px;
  padding-bottom: 0;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-content dl dd {
  margin-bottom: 15px;
}
body.checkout-onepage-index #opc-review #checkout-progress-wrapper .block .block-content dl dd * {
  font-weight: normal !important;
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree {
  color: #333333;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  max-width: none;
  min-width: 250px;
  float: none;
  width: 100%;
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree:hover {
  background-color: #e7e7e7;
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree .checkbox {
  top: 5px;
  vertical-align: top;
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree label {
  max-width: 95%;
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree label a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-agreements .agree label a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree label {
  display: inline !important;
}
body.checkout-onepage-index #opc-review #checkout-agreements .agree label + a {
  display: inline;
  line-height: 24px;
  margin-left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-agreements .agree label + a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.checkout-onepage-index #opc-review #checkout-review-table-wrapper,
body.checkout-onepage-index #opc-review #checkout-review-submit {
  border-color: #C0C0C0;
}
body.checkout-onepage-index #opc-review #checkout-review-table-wrapper .button, body.checkout-onepage-index #opc-review #checkout-review-table-wrapper [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.checkout-onepage-index #opc-review #checkout-review-table-wrapper a,
body.checkout-onepage-index #opc-review #checkout-review-submit .button,
body.checkout-onepage-index #opc-review #checkout-review-submit [class*='checkout'] .back-link a,
[class*='checkout'] .back-link body.checkout-onepage-index #opc-review #checkout-review-submit a {
  background-color: #004990;
  color: #fff;
}
body.checkout-onepage-index #opc-review #checkout-review-submit {
  padding: 0 10px;
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info {
  margin: 0;
  color: #8A8A8A;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .product-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .product-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .product-name a {
  color: #323232;
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .item-options {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  padding: 0;
  margin: 10px 0;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .item-options {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .item-options dt {
  font-weight: normal;
  display: none;
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .item-options dt, body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .item-options dd {
  padding: 0;
  margin: 0;
}
body.checkout-onepage-index #opc-review #checkout-review-table td.product-cart-info .cart-links li {
  display: inline-block;
}
body.checkout-onepage-index #opc-review #checkout-review-table td .cart-label {
  display: none;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #opc-review #checkout-review-table tbody tr {
    border-bottom: solid 1px #eee;
  }
  body.checkout-onepage-index #opc-review #checkout-review-table tbody td {
    width: 50%;
    border: none;
  }
  body.checkout-onepage-index #opc-review #checkout-review-table tbody td.product-cart-info .item-options {
    display: none;
  }
  body.checkout-onepage-index #opc-review #checkout-review-table tbody td.product-cart-price, body.checkout-onepage-index #opc-review #checkout-review-table tbody td.product-cart-actions, body.checkout-onepage-index #opc-review #checkout-review-table tbody td.product-cart-total {
    width: 16.6666%;
  }
}
body.checkout-onepage-index #opc-review #checkout-review-submit .buttons-set {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.checkout-onepage-index #opc-review #checkout-review-submit .buttons-set button.button {
  float: right;
}
body.checkout-onepage-index #checkout-progress-wrapper .block .block-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
body.checkout-onepage-index #checkout-progress-wrapper .block .block-content dl dd {
  margin-bottom: 15px;
}
body.checkout-onepage-index #checkout-progress-wrapper .block .block-content dl dd * {
  font-weight: normal !important;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index #checkout-progress-wrapper .block {
    padding: 0;
    border: none;
  }
  body.checkout-onepage-index #checkout-progress-wrapper .block .block-title {
    margin-bottom: 0 !important;
    border: 1px solid #bfbfbf;
  }
  body.checkout-onepage-index #checkout-progress-wrapper .block .block-title strong {
    border: none;
  }
  body.checkout-onepage-index #checkout-progress-wrapper .block .block-content {
    padding: 0 10px 10px 10px;
    border: 1px solid #bfbfbf;
    border-top: none;
  }
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index .checkbox {
    top: 5px;
  }
  body.checkout-onepage-index .radio {
    top: 1px;
  }
}
body.checkout-onepage-index .sidebar {
  padding-top: 30px;
}

body.checkout-onepage-index .opc {
  margin-bottom: 15px;
}
body.checkout-onepage-index .opc .section {
  background: #fff;
}
body.checkout-onepage-index .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;
}
body.checkout-onepage-index .opc .section .step-title h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0 5px 0 45px;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-index .opc .section .step-title h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.checkout-onepage-index .opc .section .step-title a {
  display: none;
}
body.checkout-onepage-index .opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}
body.checkout-onepage-index .opc .section .step {
  padding: 20px;
}
body.checkout-onepage-index .opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
body.checkout-onepage-index .opc .section .step input[type=email],
body.checkout-onepage-index .opc .section .step input[type=search],
body.checkout-onepage-index .opc .section .step input[type=number],
body.checkout-onepage-index .opc .section .step input[type=password],
body.checkout-onepage-index .opc .section .step input[type=tel],
body.checkout-onepage-index .opc .section .step input[type=text] {
  width: 100%;
  max-width: 365px;
}
body.checkout-onepage-index .opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}
body.checkout-onepage-index .opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}
body.checkout-onepage-index .opc .buttons-set.buttons-set {
  text-align: left;
  border-top: none;
  width: 100%;
  margin-top: 10px;
}
body.checkout-onepage-index .opc .buttons-set.buttons-set button.button {
  float: left;
}
body.checkout-onepage-index .opc .buttons-set.buttons-set .required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
body.checkout-onepage-index .opc .buttons-set.buttons-set .back-link {
  float: right;
  margin: 0;
}
body.checkout-onepage-index .opc .form-list li {
  margin-left: 0 !important;
  margin-bottom: 5px;
}
body.checkout-onepage-index .opc .better-login-checkout-helper .payment,
body.checkout-onepage-index .opc .better-login-checkout-helper .shipping {
  float: left;
  width: 50%;
  padding-right: 40px;
  margin: 0;
}
body.checkout-onepage-index .opc .better-login-checkout-helper .payment h5, body.checkout-onepage-index .opc .better-login-checkout-helper .payment .h5,
body.checkout-onepage-index .opc .better-login-checkout-helper .shipping h5,
body.checkout-onepage-index .opc .better-login-checkout-helper .shipping .h5 {
  margin-bottom: 5px;
}
body.checkout-onepage-index .opc .better-login-checkout-helper .payment .content img,
body.checkout-onepage-index .opc .better-login-checkout-helper .shipping .content img {
  float: left;
  padding: 8px;
}
body.checkout-onepage-index .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #004990;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}
body.checkout-onepage-index .active .number {
  background-color: #e50045;
}
body.checkout-onepage-index .checkout-helperbox {
  width: 100%;
  padding: 1.5%;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
body.checkout-onepage-index .checkout-helperbox .content,
body.checkout-onepage-index .checkout-helperbox .hotline {
  float: none;
  text-align: left;
}

.block-progress.opc-block-progress #billing-progress-opcheckout dt.complete:first-child span.changelink {
  display: none;
}

body.checkout-onepage-success .col1-layout {
  padding-bottom: 20px;
}
body.checkout-onepage-success .col1-layout p {
  margin-bottom: 10px;
}
body.checkout-onepage-success .buttons-set {
  border: none;
}
@media only screen and (max-width: 450px) {
  body.checkout-onepage-success .page-title {
    /*
    h1 {
      visibility: hidden;
    }
    */
  }
  body.checkout-onepage-success .button, body.checkout-onepage-success [class*='checkout'] .back-link a, [class*='checkout'] .back-link body.checkout-onepage-success a {
    zoom: .95;
  }
}

body.checkout-simple-checkup h2 {
  margin-top: 10px;
}
body.checkout-simple-checkup .box-info {
  margin: 20px 0;
}
@media only screen and (min-width: 451px) {
  body.checkout-simple-checkup .cart-collaterals .totals {
    width: 30%;
  }
}

.catalog-product-view .product-collateral {
  margin-bottom: 20px;
  color: #626262;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-collateral {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.catalog-product-view .product-collateral h3, .catalog-product-view .product-collateral .h3 {
  margin-top: 30px;
  margin-bottom: 25px;
}
.catalog-product-view .product-collateral .content .std {
  color: #626262;
  padding: 0;
}
.catalog-product-view .product-collateral .data-table {
  border-top: 1px solid #eeeeee;
}
.catalog-product-view .product-collateral .data-table tr {
  border-bottom: 1px solid #eeeeee;
}
.catalog-product-view .product-collateral .data-table td, .catalog-product-view .product-collateral .data-table th {
  border-bottom: 1px solid #eee;
}
.catalog-product-view .product-collateral .data-table td.label, .catalog-product-view .product-collateral .data-table th.label {
  font-weight: normal;
  background-color: transparent;
  text-transform: none;
}
.catalog-product-view .zoomContainer {
  z-index: 1000;
}
.catalog-product-view .postock {
  margin-top: 20px;
}
.catalog-product-view .product-essential {
  background-color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-name.mobile-only,
  .catalog-product-view .product-essential .product-img-box {
    margin-bottom: 25px;
  }
}
.catalog-product-view .product-essential .product-img-box {
  float: left;
  margin-right: 50px;
  width: 510px;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery {
  border: 1px solid #f0f0f0;
  position: relative;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery .gallery-image {
  display: none;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery .gallery-image.visible {
  display: block;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery:before, .catalog-product-view .product-essential .product-img-box .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery.loading {
  position: relative;
}
.catalog-product-view .product-essential .product-img-box .product-image-gallery.loading:before, .catalog-product-view .product-essential .product-img-box .product-image-gallery.loading:after {
  display: block;
}
.catalog-product-view .product-essential .product-img-box img {
  width: 100%;
  height: auto;
}
.catalog-product-view .product-essential .product-img-box .zoom-notice {
  display: none;
}
.catalog-product-view .product-essential .product-img-box .more-views {
  margin-top: 10px;
}
.catalog-product-view .product-essential .product-img-box .more-views ul {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .product-essential .product-img-box .more-views ul li {
  float: left;
  margin-right: 10px;
}
.catalog-product-view .product-essential .product-img-box .more-views ul li img {
  width: 50px;
  height: auto;
  border: 1px solid #ccc;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp {
  margin-top: 30px;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .trusted-shops, .catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp {
  float: left;
  width: 50%;
  border: 1px solid #e5e5e5;
  padding: 18px;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .trusted-shops {
  position: relative;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .trusted-shops a {
  position: absolute;
  left: 50%;
  margin-left: -95px;
  top: 50%;
  margin-top: -65px;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .trusted-shops a img {
  max-width: 100%;
  width: auto;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-1, .catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-2, .catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-3 {
  height: 36px;
  padding: 5px 0 5px 45px;
  margin: 10px 0;
  color: #808080;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-1, .catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-2, .catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-1 {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAYAAADxG9hnAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAACPUlEQVRYw+2Yv2sUQRTHP2fWwiKaJqAgEuWLnYoSkVSnSAiiiIhKwH9Bi4AJFiIXFCyu0EIwhAg2AZGIggiCh+Qw/gAbsdHiNRbmFwg2BqNGLXaWLGtud1buEov9NrO7783sZ97Oe7O7JTJkZruAh8COLF9gWFLFzCaBcobvb6AGnJC0ELhOK2lWUj8w6AmRVyWgFzgD3AlSyD+6dmMLIOLqAAiA4YThINlhbboCSZX4BTOrrAXIutW+YQFSgPyrAg+f28Ck53ivXXuTsBr7qO4FIulR3tlJmmh6RMzsOnDIc7wRSSNmNgZ0e/apShr3eTTbgT2eg26OgpKjTyf8R4u1AClACpBWgLxvMcM78NtrrgA/gN0evh9cOwV8yfD9CTyR9MwLRNICcDnPFCVdyhuWNJBtZpY1q6YpDaQEbFpLkLvA29UCiM+6ocysGzhH+KU3DYxJquW9iZl1AgNAD/ANeAyMSvqeCWJm/cA4f6f4kKRqDogu4DmwNWGqA32SFqFBHTGzDmDU2b8CD4DPznzNzHbmCMiNGEQNVzcIP+LOR06NCloZaHfHxyWdBA648zbgiGc02oCj7vSWpF5gH8tr8FgWyIbY8bRr5wmLUNKepoDlhPgEIGkJmEuO0yh9XwG/HOg99w56KuY/5UMhadHM3gD7gYtmBrAF6HMuLyLftMVaBS6sYJqQdNozIphZGXgKrE+YZoC9kuYgfdMbIky56D/JLHAVOOsL4aJSBw4DL4ElwvS9D/REEAB/AOg0kd6nhMnOAAAAAElFTkSuQmCC') left center no-repeat;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-2 {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAABg0lEQVRIx8WWsUsbYRjGf7lGoR27FxwecHZROlU6BEGNCEFoxZD+I/1XWlqjS0Fag4vQ6qiLs/Bs7h06GMgR7XB3yWdMFs19ecb3jvs9vN997/NCJNnesV0brSexDACvgI7telisBA7fAUslGlgGPgAp0JD0a2DA9i7wBZiL1I0U+CSpXcnh34h7HAB3QLNiuz8DeKGTZIbwY2C7OuHhDfB3ysDXwJsA3pDUm2Tgs6Sv06TbbpH96AdAS1IKUH3OR5+gA6ApqV8UxhlIgesS4GfA9xBue6Vi+34EPhgSZcr2e+Ao7EAX2JJ0GgneAV4WV7ALbESC1wo4ZDPgH7Au6XcEeD2EFwZqkv4EL72wvVAC/C3wg5G8SSRdhHCyXFgtoQGLjAm7wRi2PZ/DP5YAn6gijufz9mzm9bJH8dDAGHhUVYGfwNos4MBdAuyTLQfR4UAzkdQG9sjGcCylwJ6kdriU1hne00PgskQDV5LOH1Vt12338uyOogfrWJ6CG8BtLAP/AYzPiY1NZTPiAAAAAElFTkSuQmCC') left center no-repeat;
}
.catalog-product-view .product-essential .product-img-box .trusted-shops-usp .usp .usp-3 {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAADf0lEQVRYw73YXYhVVRQH8J/HGWy0yAdBqTSbFkIUItZTHwgJFhFUlIyEb0H02BDVQ6AkPUmUENVbEPUS+mCBYNjHU0LQmD1IkGtmyiiJokiNycaPHs6+48x479xz9dYfDpt997pr/89/r7X32meRHpCZS/AA7sdGrMMKLMZ5/IbvcASf4eOIONvU/6KGJNbgBWzH9T3w/xPvY3dEnLgqMpm5DDvxLAZ7UXEepvE6dkXEXz2TycwN2Iu4ChKXucXWiDjabrDqQOQhHC5EDuJh/NgHMoHDxX93MsVwP4bKT+9GxAF80Cd1hrC/HaE5ZMrS7DM3Pm5uDZd2vzpbzvVA4AIO4O3SH8S+Mt8MBmYRWaaOkaF5jloxM1HaNyPik8wcVKf2MFbjBlxbnvP4ozzf4gv8jmPzFNqbmRtaQT0wa3CH9sE6XNrx0q6CiJguzo9pgMx8FLe1edEdeHFmmco+MtrBT4vMifLGt/SwPC0ii/BSh+HRMv9MzDyv8z6yJjMHI+IcfrgSMngEd3UYGyzzq8oWv30BR5VLQTzRK5nMrPBKF7PtmbmkwhYs72J8a2nHr0CZrbi9i81ybKmwuYHDVmCPY3XJpKZ4rKHd5kp9+nbD7Iyq1KncFLtxsoHdxkq9VzQlMzGv3xURcQR34ssupusqdT3SDbNjBtb2oIyIOIlNeGcBsxWVujBqpExEnFYXUI2VmUXobEQ8hWfwTxuTxVVDX8syc+Usde7OzJHM3JSZjYutzLwOS9GuprkwgF+wsoGvKLbjeFIte2uSxBiO4ht1wJ7BEtyIO3AfHsQ1Hfz/OlCcNyEzrD7wJtqMRXlGmqrUBscrfNXQeP6B2W+MVfi0ofH8jOo3Pq9wCKd6UGaigW2vOIWDVURMqa8TTZX5GX/3mcx7EXG2ldqvqq8TC2FVZi6NiIt9Vudcmb+uZyJiEm/0oE4/yeyJiO9nyBTs1D04+51RiZdbnRkyEXFGvU9M/U/KTGGkzDuXTCE0hm3qWve/VGYa28qJPoPLzqaI+AiPd1CoH3vNFJ4o88xB24MyIj7EvZjsQGYSF6+AyATuaUekI5lC6AjWY49Lab82MxeXby4/9UBiGq9hfUR83clowRIiIs5ExKj68vVWkfimMtxkqU6X/0VEPLfQ5xAafixqITOHCsmpzNyFp1068S+qC6/j6rv4IRwqO3wj/AtaMwsYgEIYFQAAAABJRU5ErkJggg==') left center no-repeat;
}
.catalog-product-view .product-essential .product-img-box.disabled .product-image {
  -webkit-filter: grayscale(1) opacity(60%);
  filter: grayscale(1) opacity(60%);
}
.catalog-product-view .product-essential .product-shop {
  float: left;
  width: 580px;
}
.catalog-product-view .product-essential .product-shop .product-pricing {
  background: #fbf4de none repeat scroll 0 0;
  background: none;
  border: 1px solid #6fa2ae;
  display: inline-block;
  margin-top: 20px;
  padding: 4px 8px;
  width: 100%;
}
.catalog-product-view .product-essential .product-shop .product-name {
  padding: 8px 0;
}
.catalog-product-view .product-essential .product-shop .product-name h1, .catalog-product-view .product-essential .product-shop .product-name .h1 {
  margin-bottom: 20px;
}
.catalog-product-view .product-essential .product-shop .product-name .sku {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .product-name .sku {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.catalog-product-view .product-essential .product-shop .product-name .delivery {
  display: block;
}
.catalog-product-view .product-essential .product-shop .extra-info {
  margin-bottom: 14px;
}
.catalog-product-view .product-essential .product-shop .extra-info .availability {
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: -5px;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .extra-info .availability {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.catalog-product-view .product-essential .product-shop .extra-info .availability.in-stock {
  color: #abc80a;
}
.catalog-product-view .product-essential .product-shop .short-description .std {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: normal;
  color: #626262;
  padding: 0;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .short-description .std {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.catalog-product-view .product-essential .product-shop div.price-info {
  border-top: 1px solid #efefef;
  margin-top: 25px;
  padding: 25px 0 18px 0;
}
@media only screen and (min-width: 451px) {
  .catalog-product-view .product-essential .product-shop div.price-info {
    padding: 18px;
    display: flex !important;
    align-items: flex-end;
    margin-top: 20px;
    border-right: 0 none;
  }
  .catalog-product-view .product-essential .product-shop div.price-info .price-box {
    margin-bottom: 8px;
  }
}
.catalog-product-view .product-essential .product-shop div.price-info .price {
  color: #004990;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop div.price-info .price {
    font-size: 32px;
    font-size: 2rem;
  }
}
.catalog-product-view .product-essential .product-shop div.price-info .tax-details {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop div.price-info .tax-details {
    font-size: 16px;
    font-size: 1rem;
  }
}
.catalog-product-view .product-essential .product-shop div.price-info .tax-details a {
  text-transform: none;
}
.catalog-product-view .product-essential .product-shop div.price-info.disabled .price {
  color: #e50045;
}
.catalog-product-view .product-essential .product-shop div.price-info.with-options {
  width: 100%;
  margin-bottom: -20px;
}
.catalog-product-view .product-essential .product-shop .add-to-box,
.catalog-product-view .product-essential .product-shop .product-options > dl,
.catalog-product-view .product-essential .product-shop .product-options .product-options-bottom,
.catalog-product-view .product-essential .product-shop .price-info {
  display: block !important;
  float: left;
  width: 50%;
  border: 1px solid #e5e5e5;
  padding: 18px;
  margin: 20px 0;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .add-to-box,
  .catalog-product-view .product-essential .product-shop .product-options > dl,
  .catalog-product-view .product-essential .product-shop .product-options .product-options-bottom,
  .catalog-product-view .product-essential .product-shop .price-info {
    padding: 18px 0;
    float: none;
    width: 100%;
    border: none;
    margin: 0;
  }
}
.catalog-product-view .product-essential .product-shop .add-to-box label,
.catalog-product-view .product-essential .product-shop .product-options > dl label,
.catalog-product-view .product-essential .product-shop .product-options .product-options-bottom label,
.catalog-product-view .product-essential .product-shop .price-info label {
  margin-bottom: 10px;
  display: block !important;
}
.catalog-product-view .product-essential .product-shop .add-to-cart-wrapper.disabled .add-to-box {
  position: relative;
}
.catalog-product-view .product-essential .product-shop .add-to-cart-wrapper.disabled .add-to-box:before {
  content: attr(budget-to-low-txt);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background: #fff;
  color: #e50045;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .add-to-cart-wrapper.disabled .add-to-box:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.catalog-product-view .product-essential .product-shop .product-options .required {
  display: none;
}
.catalog-product-view .product-essential .product-shop .product-options dt {
  display: block;
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector {
  position: relative;
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li {
  background: #f6f6f6;
  cursor: pointer;
  float: left;
  padding: 10px 20px;
  margin-bottom: 8px;
  margin-right: 8px;
  z-index: 1;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #000;
  line-height: 25px;
  font-weight: 700;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.active:not(.disabled), .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li:hover:not(.disabled) {
  background: #e50045;
  color: #fff;
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled {
  color: #dcdcdc;
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled:hover:after {
  content: " " attr(data-tip-note);
  padding: 0 2px;
  font-weight: 400;
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled.disabled.disabled.disabled:hover:after {
  height: 16px;
  line-height: 18px;
  background-color: #f2e102;
  color: #000;
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  z-index: 2;
  float: right;
  margin-right: -90px;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-shop .product-options ul#sizeselector li.disabled.disabled.disabled.disabled:hover:after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.catalog-product-view .product-essential .product-shop .product-options ul#sizeselector:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .product-essential .add-to-cart .qty-wrapper input[type=number].qty,
.catalog-product-view .product-essential .add-to-cart .qty-wrapper input[type=text].qty {
  margin-right: 8px;
  width: 60px;
  float: left;
}
.catalog-product-view .product-essential .add-to-cart .qty-wrapper button {
  width: calc(100% - 70px);
  float: left;
}
.catalog-product-view .product-essential .add-to-cart .qty-wrapper button span span {
  padding: 0 10px 0;
}
.catalog-product-view .product-essential .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .product-essential .add-to-links {
  margin-top: 15px;
}
.catalog-product-view .product-essential .delivery-time {
  display: none;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-essential .product-img-box, .catalog-product-view .product-essential .product-shop {
    float: none;
    width: 100%;
  }
}
.catalog-product-view .sidebar .block-addtocart .price-info .uvp-inlist {
  display: none;
}
.catalog-product-view .sidebar .block-addtocart .price-info .uvp {
  -moz-border-radius: 18px / 18px;
  -webkit-border-radius: 18px 18px;
  border-radius: 18px / 18px;
  background-color: #eceae4;
  color: #9d9d9d;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
.catalog-product-view .sidebar .block-addtocart .price-info .uvp .old-price {
  color: #333;
  text-decoration: line-through;
}
.catalog-product-view .sidebar .block-addtocart .price-info .main-price-label {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .sidebar .block-addtocart .price-info .main-price-label {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.catalog-product-view .sidebar .block-addtocart .price-info .price-box .old-price {
  display: none;
}
.catalog-product-view .sidebar .block-addtocart .price-info .price-box .regular-price, .catalog-product-view .sidebar .block-addtocart .price-info .price-box .special-price {
  margin-top: -4px;
  display: block;
  padding-left: 0;
}
.catalog-product-view .sidebar .block-addtocart .price-info .price-box .regular-price .price, .catalog-product-view .sidebar .block-addtocart .price-info .price-box .special-price .price {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .sidebar .block-addtocart .price-info .price-box .regular-price .price, .catalog-product-view .sidebar .block-addtocart .price-info .price-box .special-price .price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.catalog-product-view .sidebar .block-addtocart .price-info .tax-details {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-top: 2px;
  display: block;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .sidebar .block-addtocart .price-info .tax-details {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.catalog-product-view .sidebar .block-addtocart p.please-login {
  background: #333;
  color: #fff;
  margin: 20px -20px -20px;
  padding: 20px;
  font-weight: bold;
}
.catalog-product-view .sidebar .block-addtocart .add-to-cart {
  margin-top: 16px;
}
.catalog-product-view .sidebar .block-addtocart .add-to-cart .qty-wrapper {
  margin-bottom: 10px;
}
.catalog-product-view .sidebar .block-addtocart .add-to-cart .qty-wrapper label {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
  color: #666;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .sidebar .block-addtocart .add-to-cart .qty-wrapper label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.catalog-product-view .sidebar .block-addtocart .add-to-cart .qty-wrapper input {
  vertical-align: middle;
  height: 28px;
  margin-bottom: 0;
}
.catalog-product-view .sidebar #customprice dl {
  padding: 10px 0;
}
.catalog-product-view .sidebar #customprice dl dt, .catalog-product-view .sidebar #customprice dl dd {
  float: left;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 50%;
}
.catalog-product-view .sidebar #customprice dl dt:after, .catalog-product-view .sidebar #customprice dl dd:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .sidebar #customprice dl dt.custom-price, .catalog-product-view .sidebar #customprice dl dd.custom-price {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 450px) {
  .catalog-product-view .sidebar #customprice dl dt.custom-price, .catalog-product-view .sidebar #customprice dl dd.custom-price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.catalog-product-view .sidebar #customprice dl dd {
  text-align: right;
}
.catalog-product-view .sidebar #customprice dl dt {
  font-weight: bold;
}
.catalog-product-view .sidebar #customprice dl:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .sidebar .label {
  -moz-border-radius: 18px / 18px;
  -webkit-border-radius: 18px 18px;
  border-radius: 18px / 18px;
  background-color: #cccae4;
  padding: 0 3px;
  display: inline-block;
  color: #fff;
}
.catalog-product-view .sidebar .label.available {
  background-color: #27ae60;
}
.catalog-product-view .sidebar .label.not_available {
  background-color: #f39c12;
}

.easy-module + .easy-module {
  margin-top: 20px;
}
.easy-module.praemienshop_slider {
  padding: 0;
}
.easy-module.praemienshop_slider .slick-list > .main-container {
  background: #00ffff;
}
.easy-module.praemienshop_slider .slick-prev, .easy-module.praemienshop_slider .slick-next {
  width: 57px;
  height: 63px;
  margin-top: -30px;
  bottom: 150px;
  top: auto;
  opacity: 0.65;
}
.easy-module.praemienshop_slider .slick-prev:before, .easy-module.praemienshop_slider .slick-next:before {
  content: none;
}
.easy-module.praemienshop_slider .slick-prev:hover, .easy-module.praemienshop_slider .slick-next:hover {
  opacity: 1;
}
.easy-module.praemienshop_slider .slick-prev {
  left: -60px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA/CAMAAABtn5CqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB41BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAACxsDzkAAAAn3RSTlMAEjyw9/NnDN70Ag4WCgQufdTBX/D7HxQQCEu8/eTT2v4bP/Wmh++qpAYz/OxS2fJ50fi7cPpNsu7jXXTOWrmP8Zy2HUZhxndZoubJ2/nHa8ibjsUmvTUx6BlXz4OBSKHnVcx29tbQMMBD6sKnku1txOWoahfr4bXpTyGE1eLfYr+MQWijPpOxizfcsyhFymTSqyWQI6lzLIiKrtc6rzjgVszwAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAWJQAAFiUBSVIk8AAABBFJREFUSMeNl/tXE0cYhjcYDNklC0o2ZO2Cg6GLYVOjlKVWsKZFqlUSVGKFYCtCChYoRVqsKEV7v1hrtfeL/f7Vzs7MFxLYnpk5J7+8J8/OzLvfbTWttiJN+6LAVvN+IcVaAOJa49KN1kjC1OultvYDnIwfNITUkQQrtZuMdabtBlA79ELcYWRXh1DMbgeSmpzsOEwoRn+He4RyJAPQu4fcfVoz/aILjLT6UDtKwMmG7NlIGv29zYz0ci8JqfMYgby2Z9mGkbDr0LbjJwYYmXw5IaRBF/x+LQSNNZBDr5z0mD+vnhJKotsL2zK4mV1v0XCLR9ieIxGhnI4DvBZKanp2h9TPFHgUWK+j9IYDTkz7n7VDjvbxWxL3rFBSNH4ymnSlxkbYLUnmTXwN5wrgnJeTQ29dYKTTNSaUyEUfCnJQax8vMn+8EobsRAHIJQXycp4w0rqCxk86QDplmG6Xr/J3CSffFtq1KRV/zOnKDMsSUryEbl+n/rwjJWPv3phlpNV1E72e80lSl5LG/Ikqu6VfwpCdzxHyntye0aNJh5GZeaEkFjzwU3Jy8ZYHjMyVhfL+0t76E7ZudvNY95ZRORMHsiK/5eIHszzWV2v+lDyoZqVk6sO1PCs/0Yu2kM7dJk6L/KzX1oOUpmTyI6F8vOBDcVFONpVE/GxgyatsKPlT3n+Hg+QToejrPpBlOVm5cpeBXvOmUO5NehCNyckbk3FGZtZMody/QLxxOaht3bX4LbEllOeKUD2kQLo8peFTLHmDNH5cBVCr8i4Et1C4TEv9hgrp+oS9zW305IHqnltLFiNzGHrTcz5EDQWSeUvJ6kNM5OOzxFlQICufLTHSaf5cKD00qAbk9UArf3GHkUDWUfqyCHBdYdOvSiKvl/C9bCrmNc8VupKnhZKeobnSIydTE5N5RkaX8XKDND+PyUmj7espHvOr6NF0UBNMOapVtkQd+gaVb2kd6lMgFw+K3M61CqVJ0aPR3gLvR5kHQrFnPLC+U7hprcbX4mhwlZDv5WRdXzmCHtG+UkhISXP6PPayR6i10142JyV1+4da/xwVWptS/9R2erY/jE9bozPNKQWyNic8xACYyANRiCM6m9wWs8ljoaR/pLNJa9h/TbM+vFJPcB7ah9Iw9einUFca5kXt3lM+gznuM3xYMMOHBK+eSMey9YPxzzj3taMUzH33w8iIQTfdYedx1ixh4wxmzW0FcrM232KuBfNt4Rc5WZupC7+i9BudqUfC7mk0fDuk+1dY+aRz/O9Cag3meFtKmuk/XF4ErT9RW6Ee/bVnU9to8JausXHem+Bv3OcxPcWUAjl0Fb+R0KPsAQ+S/8hOG3yXdYvvsucoPXHBWpCTkabnVX7c+L9o2zbAQHoXmuCn/Q9gsn0M0QUYZwAAAABJRU5ErkJggg==') no-repeat center center;
}
.easy-module.praemienshop_slider .slick-next {
  right: -60px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA/CAMAAABtn5CqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB41BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAACxsDzkAAAAn3RSTlMAAgYMDgoQ+N849PavPBII0PvvZPfTfS468PzUQeT9vU3oRdf+22Gup4qIBPLZFizsM876c6nx0Xkj4+6yT1rH3naEtpAfJash0nSw9crlomu/+V3Emx0ozLPPWRk/56FI3O1wN2Km6sEwqoux1VeTwsUbqDE+g6PhaCbzjFXrwOJLX+nmjrVnF2p3yW2Sj0Ok1oHINRTGRpy5u1KH2ryr5OZ+AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAWJQAAFiUBSVIk8AAABAZJREFUSMeVl/tXE0cUx3eTTcBEsmwM2KywiA6UuoEG0kar1YA11kJqISJSVGxpBaHVCtQXKSiotfWBVKS+e//Vzs7MTTaynh32p7nn7Gce37mvURRFDQS1kFL9hWsAasPC2BYB9kW318Wq/lJ1LRxS30PrDYjvQGM7RxMNjTv9yY+SYO4KCKOpmZFWpGV3NUl3qyvvf60AkT1irO/l2yVt7RLkxxZYHWh8YjgcQHxf2PbbraKngHR2CePTtEkcMtLRHfYllZ4MxD9D4/MscbZbs/9ARSNVtXUt5kF+kQWzAW+r6SA7qHnoy8P+pFJLd3dEjAM5tiYxe/skyKNUo6/QaDS4vNljLomotl7nVGx6/715YRyPW/ykX59wkbYe0j1I5RsLsv1oDBQYafbsyLtnt20PUOnKQuZbvIU9zRYjT363W/H/OgmkBnH2IZNpVGxrlCBPUY2G8Rz9GUaS1GkJUikAtOLVjxzi6potZzxVqf5GqUblzX1fZBpZY2fP2b5kKEsyo+eEcb6Z3ak1fuGHoP92fyRk4icxVof4SaP7+zR/8mcDzDEMwYsFrlF2ckRCI+pHU3Vi3JUWGl2aliBnCER+QeNXk/v95SsSpB0FM4caNU0wb4DW33ZKnLTTIifLGl1NMDI1O5j3J+eKkBlD5z2SFAE+/7ukRpgIYlPsnPQA1yTI6wDFG2jME54Eb95a8CfVGrrEHGpUshg59YeMvPUWGT+A0wxFGRmZvSBBagmoOO9impHG1GUJUonT3V0U42AtI0kmLkMuAZTK4Xybe6AVlV0TnSF2h9emosyay1EojuIlrCwx0rgrc842k9w7Ksb2MIs0OW2DCTBnMT0fLnGfv3tf4j6vEsjMY8r6k3CBbj6Q8CHqt0u4wNySiO1cnT84TWOl/i9h/J1ktykXK700Ph+Ksf4owcjU8GP/+Aw4OQF/W5zgtXD8ybR/TuigeWi1LJbIQw2L/ntlcf1UjBfSIq5vS+S+fAbMemwW+ni+tZJrEvn2H0LS2BmEclvI8WqS1pWyPlupK89oLbuOs6xjLbsiUcuc+ol3/rxcPxf86+cGAWsW579vbKFmrxPIDoqxlttKn0B7k0fYRbeL3uSeTG9yluqDLhv4F/uhdomSUnD1YC/ihPdgMxUv+KBOQXff9xL7vtXK/2rgA+wrV68Z68Fes7/yg6rr3hebcvW3p8r9bUUfp18M6h5gN+2pMcuGXic9empKah4vAMXp4zfE+E2aR2Zpstvl7Kodim0EN501YAFZQ2PGAEbG37rfDg7ZpW0iJwEK58V47h1LP0DerVT9o+phjzWTYDXg/Cv4Rvpv2Z/MG5DEBbRL4l22q/pd5r1bp4fH+H1Q4l6QGHC/Bf8HK+1+NWTc05EAAAAASUVORK5CYII=') no-repeat center center;
}
.easy-module.praemienshop_slider .content {
  width: 400px;
  height: 350px;
  padding: 50px 0;
}
.easy-module.praemienshop_slider .headline {
  color: #00c18c;
  line-height: 1;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_slider .headline {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.easy-module.praemienshop_slider .text {
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_slider .text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.easy-module.praemienshop_headline_promo {
  margin-bottom: 55px;
}
.easy-module.praemienshop_headline_promo .headline {
  margin-bottom: 15px;
  color: #00c18c;
  font-style: italic;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_headline_promo .headline {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_headline_promo .headline {
    line-height: 1.3;
  }
}
.easy-module.praemienshop_headline_promo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.easy-module.praemienshop_headline {
  background: #3AB187 url('../images/bg-slider.jpg?1594462355') no-repeat center top;
}
.easy-module.praemienshop_headline [class*="col-"] {
  height: 250px;
  position: relative;
}
.easy-module.praemienshop_headline .content {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_headline {
    background-color: #00c18c;
    background-position: left 37% top;
    background-size: auto 170px;
    padding-top: 190px;
    padding-bottom: 20px;
  }
  .easy-module.praemienshop_headline [class*="col-"] {
    height: auto;
  }
  .easy-module.praemienshop_headline .content {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.easy-module.praemienshop_headline .headline,
.easy-module.praemienshop_headline .subline,
.easy-module.praemienshop_headline .text {
  color: #fff;
}
.easy-module.praemienshop_headline .text {
  line-height: 1.75;
}
.easy-module.praemienshop_two_column_text_image {
  margin-bottom: 55px;
}
@media only screen and (min-width: 451px) {
  .easy-module.praemienshop_two_column_text_image .easy-column {
    padding-right: 30px;
  }
  .easy-module.praemienshop_two_column_text_image .easy-column + .easy-column {
    border-left: 1px dotted #bfbfbf;
    padding-left: 30px;
  }
  .easy-module.praemienshop_two_column_text_image img {
    max-width: 240px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_two_column_text_image .easy-column + .easy-column {
    padding-top: 30px;
  }
  .easy-module.praemienshop_two_column_text_image img {
    max-width: 40%;
  }
}
.easy-module.praemienshop_product_list.background-gradient, .easy-module.praemienshop_product_list_budget.background-gradient {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwMThiN2UiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzA2MGI1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(49%, #018b7e), color-stop(51%, #060b5d));
  background-image: -moz-linear-gradient(left, #018b7e 49%, #060b5d 51%);
  background-image: -webkit-linear-gradient(left, #018b7e 49%, #060b5d 51%);
  background-image: linear-gradient(to right, #018b7e 49%, #060b5d 51%);
}
.easy-module.praemienshop_product_list.background-gradient .main-container, .easy-module.praemienshop_product_list_budget.background-gradient .main-container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOGI3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2MGI1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #018b7e), color-stop(100%, #060b5d));
  background-image: -moz-linear-gradient(left, #018b7e, #060b5d);
  background-image: -webkit-linear-gradient(left, #018b7e, #060b5d);
  background-image: linear-gradient(to right, #018b7e, #060b5d);
}
.easy-module.praemienshop_product_list.background-gradient .headline,
.easy-module.praemienshop_product_list.background-gradient .subline, .easy-module.praemienshop_product_list_budget.background-gradient .headline,
.easy-module.praemienshop_product_list_budget.background-gradient .subline {
  color: #fff;
}
.easy-module.praemienshop_product_list .main-container, .easy-module.praemienshop_product_list_budget .main-container {
  padding: 45px 0;
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_product_list .main-container, .easy-module.praemienshop_product_list_budget .main-container {
    padding: 45px 10px;
  }
}
.easy-module.praemienshop_product_list .headline, .easy-module.praemienshop_product_list_budget .headline {
  margin-bottom: 5px;
}
.easy-module.praemienshop_two_column_text_video {
  margin-top: 50px;
}
.easy-module.praemienshop_two_column_text_video .subline {
  margin-bottom: 20px;
}
.easy-module.praemienshop_two_column_text_video .text {
  color: #000;
}
.easy-module.praemienshop_two_column_text_video .video iframe {
  width: 100%;
  height: 320px;
}
@media only screen and (max-width: 450px) {
  .easy-module.praemienshop_two_column_text_video .easy-column + .easy-column {
    padding-top: 30px;
  }
}
.easy-module.praemienshop_tire_carousel .headline {
  margin-bottom: 40px;
}
.easy-module.praemienshop_tire_carousel .slick-slide {
  width: 270px;
  height: 375px;
}
.easy-module.praemienshop_tire_carousel .slick-prev, .easy-module.praemienshop_tire_carousel .slick-next {
  top: -80px;
  left: auto;
  right: auto;
  width: 39px;
  height: 42px;
}
.easy-module.praemienshop_tire_carousel .slick-prev:before, .easy-module.praemienshop_tire_carousel .slick-next:before {
  content: none;
}
.easy-module.praemienshop_tire_carousel .slick-prev:hover, .easy-module.praemienshop_tire_carousel .slick-next:hover {
  opacity: 1;
}
.easy-module.praemienshop_tire_carousel .slick-prev {
  right: 39px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAqCAYAAADBNhlmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTAyMDUxNkNGMjA2ODExODcxRjlDQ0U0Qjc3NTg5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRDRGNjFGNDAzRTExMUU2QTkxNURDREY1RDY0MEM5MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRDRGNjFGMzAzRTExMUU2QTkxNURDREY1RDY0MEM5MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg5OWI1ZDI0LTZmZjctNDgyNS05NDM3LTA0NDQwMTI4ZThiYiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjFhYzc0NjYyLWEwYzUtMTE3OC05ODY5LWJiYWU0NThkOWE2YiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjnq2DsAAAHnSURBVHjazJjNK0RRGIdfY5jClGJIhtQUsVL4A9BYTCIbH6GIQiZZW0iyEQs1o6EsLBRWYqMmmp2dzM5qSLEyShYW5ON3xr01TebznDv3/dXT6U6309O5857z3mslt49yiAV0gE7QDhpBLSgFNlIYa5b3O8E8GAV1lIdkKlgBVsE0KKY8JhPBQbANKsmEWNLIB8CxWXKpVrBEE+slk2NJIn3IQS6ZoB/0EZMkCg6BGWIUS8JW4idmiRdcM7Na0wnWgyliGF1wDhRxFRSMEdPoXYlT5aTlZTY6WfHQT9BLN4Fh6ZOkS7VcaGOAWl1/9aaPMivYZpScyH7wVlqwyUi5yc1LacEarnK6oJ2rnC4o1SEbKZeuYc0o4cizoftgIbk8S7Exx5xe3VNDtR2r6NC2FUfsWvyuSnBR66CJo6QQHMdYJTuRUZJCsBtji4rHYYSkKJJrlX9qUcHxp8dET7N0FYdUV168ZDgSlZqrgNw+IfmguqNRuQ9+gwPO/SBpnzY+OAs+gj3OgiLL4IWzoJDzchYUOQK7nAVFFsAZZ0FRzSPgnKugyDvo5/C4UzWsn2BWW80oR8H4whEn/o4Zm3mmLX9U+37jAuvgKV+Coh/M5v43cAG2tCK6A6/gS3v5ssq8PvyXXwEGALnweqf8hjBoAAAAAElFTkSuQmCC') no-repeat center center;
}
.easy-module.praemienshop_tire_carousel .slick-next {
  right: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAqCAYAAADBNhlmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTAyMDUxNkNGMjA2ODExODcxRjlDQ0U0Qjc3NTg5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRDRGNjFGMDAzRTExMUU2QTkxNURDREY1RDY0MEM5MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRDRGNjFFRjAzRTExMUU2QTkxNURDREY1RDY0MEM5MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmIwMTcyOTkwLTE0ODUtNDAwYS05M2JiLTEwYjgyZWRhYTNhYSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjFhYzc0NjYyLWEwYzUtMTE3OC05ODY5LWJiYWU0NThkOWE2YiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phiqv6QAAAHaSURBVHjazJm7SgNBFIYnu1FBsNEEG2+QykKw0AcIooWIIBZesBAbL6iVgoWF4CMYiVqohRq7oGCTwljZGFErLxAsdLFREIxCVkj8T5y1EjWZnXh++MjuQoaP2d2Z2TMe0b6UFe4mDV6BBW5AAsTBCcjk25hXuJ8ySSVoAr3y+h3YBsvg/q+NGaJ4qQVzICklq7gJOikFE+AK9HEUdOIDuyD806P2n4JOxkAUlHMVpHSByHc9yUWQ0g1CnAUpo2CAs6CQvejnLEgD/CJnQcoIqOMsWALGOQtShshPSfAs3C+ysUmxMdOmQ7AGtCoJNgd8ud/hjkZdkkElwc3Y5dexJskWUwQ6Fwr9997xrWiorkBP+mWP+nPndN2lZJQEiyBpKgtqlvS6IqhR0tQ6DjqyKnFNkN5gepOdnCcfRXA2qtqsbeiUe06lVZt+MRjLUR4MxnKUayVBzXKUhJIgSVGOLiwdcpS4R0Ntxq1QeaSe83pwi+ZiroK2rN+wXVGvy1vMUvAJzHP+qpuWkiwF18AO18rCPpjiWps5kDUZm6PgKugBb1rXgwWE5slB8VnAfNe+YM1zEF4BtNKI/PpRUkQxS05fIZHHNoQOQbpdKSlBGzmn4FAUuJHzIcAA3jmZOpihvI0AAAAASUVORK5CYII=') no-repeat center center;
}

.cms-index-index .std {
  padding: 0;
}
.cms-index-index .messages {
  width: 100%;
  max-width: 1140px;
  margin: 15px auto;
}
.cms-index-index .messages .li .li {
  background-color: #efefef;
}

.col-main h1, .col-main .h1 {
  margin-bottom: 10px;
}
.col-main h2, .col-main .h2 {
  margin-bottom: 10px;
}
.col-main h3, .col-main .h3 {
  margin-bottom: 10px;
}
.col-main h4, .col-main .h4 {
  margin-bottom: 10px;
}
.col-main .std h1, .col-main .std .h1,
.col-main .std h2, .col-main .std .h2,
.col-main .std h3, .col-main .std .h3,
.col-main .std h4, .col-main .std .h4 {
  margin: 20px 0 10px;
}
.col-main .std a {
  text-transform: none;
}

.cms-index-noroute .budget-filter-container {
  display: none;
}

.advancedforms .std ul {
  list-style: none;
}
.advancedforms .std ul li {
  margin-left: 0;
}
@media only screen and (min-width: 451px) {
  .advancedforms .fieldset {
    padding-right: 20px;
  }
  .advancedforms .info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .advancedforms .info {
    padding-top: 30px;
  }
}

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