@import "../css/font-face.css";
@import "../../cart-alert/css/cart-alert.css";
/**
 *
 * This file is part of the GPMD Magento Responsive Theme.
 *
 * The GPMD Magento Responsive Theme is free software: you can redistribute
 * it and/or modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 *
 * The GPMD Magento Responsive Theme is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with the GPMD Magento Responsive Theme. If not, see
 * http://www.gnu.org/licenses/.
 *
 * @category    GPMD
 * @package     GPMD_Responsive_Theme
 * @copyright   Copyright (c) 2012 GPMD.
 * @author      Matt Bailey @GPMD LTD
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
 *
 * This file is part of the GPMD Magento Responsive Theme.
 *
 * The GPMD Magento Responsive Theme is free software: you can redistribute
 * it and/or modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 *
 * The GPMD Magento Responsive Theme is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with the GPMD Magento Responsive Theme. If not, see
 * http://www.gnu.org/licenses/.
 *
 * @category    GPMD
 * @package     GPMD_Responsive_Theme
 * @copyright   Copyright (c) 2012 GPMD.
 * @author      Matt Bailey @GPMD LTD
 */
/* Table of Contents
==================================================
	#Typography
	#Fonts
	#Colours
	#Styling */
/* #Typography
================================================== */
/* Based on a 16px base font size this is equivalent to an 18 pixel baseline grid */
/* #Fonts
================================================== */
/* FontAwesome */
.font-awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
/* #Colours
================================================== */
/* #Styling
================================================== */
/* #Helpers
================================================== */
/* Accessible hiding */
.accessible-hide {
  /*position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;*/
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide from visual and speaking browsers */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Cross browser inline-block: http://css-tricks.com/snippets/css/cross-browser-inline-block/ */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/*@import "mixins.less";
@import "path.less";
@import "core.less";
@import "bootstrap.less";
@import "extras.less";
@import "icons.less";*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* ==========================================================================
   Header
   ========================================================================== */
html {
  font-size: 62.5%;
}
body {
  text-align: left;
  font-family: "purista-web", Arial, sans-serif;
  color: #6E6D6D;
}
h1,
h2,
h3,
h4 {
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  font-weight: 600;
}
a {
  color: #000;
}
a:hover {
  color: #566c11;
}
a:visited {
  color: #000;
}
a:visited:hover {
  color: #566c11;
}
h1 {
  color: #000;
  font-weight: bold;
}
h2 {
  color: #566c11;
  font-weight: bold;
}
.nobr {
  white-space: nowrap;
}
#whitebar {
  width: 100%;
  height: 187px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.main-container {
  margin: 0;
}
.wrapper {
  max-width: 1170px!important;
}
/* .header-container */
.header-container {
  /*border-bottom: 1px dotted @lightgrey;
	padding-bottom: @baseline;*/
  margin-top: 0;
  margin-bottom: 0;
}
/* .logo */
h1.logo,
a.logo {
  margin-bottom: 0;
}
h1.logo a:hover,
a.logo a:hover {
  border: none;
}
h1.logo img,
a.logo img {
  /*margin-bottom: 16px;
		margin-bottom: 1rem;*/
}
/* .quick-access */
.quick-access {
  /* #search_mini_form */
  /*.links {}*/
  /* .form-language */
}
.quick-access #search_mini_form .form-search label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 40px;
  line-height: 4.444444444444445rem;
  margin-bottom: 0;
}
.quick-access #search_mini_form .form-search .button {
  width: auto;
}
.quick-access .form-language label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 28px;
  line-height: 3.111111111111111rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .nobr {
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) {
  /* Header
	   ========================================================================== */
  .header-container .header {
    /* .logo */
    /* .quick-access */
  }
  .header-container .header .logo {
    float: left;
  }
  .header-container .header .logo img {
    margin-bottom: 0;
  }
  .header-container .header .quick-access {
    float: right;
    text-align: right;
  }
  .header-container .header .quick-access #search_mini_form {
    margin-bottom: 0.75em;
  }
  .header-container .header .quick-access .welcome-msg {
    margin-bottom: 0.75em;
  }
  .header-container .header .quick-access .links {
    line-height: 16px;
    line-height: 1.7777777777777777rem;
    margin-bottom: 0.5625em;
  }
  .header-container .header .quick-access .links li {
    line-height: 16px;
    line-height: 1.7777777777777777rem;
  }
  .header-container .header .quick-access .links li a {
    padding: 0;
  }
  .header-container .header .quick-access .links .top-link-cart {
    color: #acacac;
  }
}
/* ==========================================================================
   Navigation
   ========================================================================== */
/* Jump to menu */
a[href="#nav"] {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #566c11;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
a[href="#nav"]:hover {
  background-color: #33400a;
}
/* Main menu - small screen styles */
.page #nav {
  *zoom: 1;
  list-style: none;
  float: left;
}
.page #nav:before,
.page #nav:after {
  content: "";
  display: table;
}
.page #nav:after {
  clear: both;
}
.page #nav ul {
  list-style: none;
  margin: 0;
}
.page #nav > li a {
  display: block;
  padding: 0.5625em;
  color: #fff;
}
.page #nav > li a:hover {
  color: #566c11 !important;
}
.page #nav > li a:after {
  content: '\00a0\00a0/';
  font-family: "purista-web", Arial, sans-serif;
}
.page #nav > li:last-of-type a:after {
  content: '';
}
.page #nav > li.parent > a {
  height: 45px;
  background: url("../images/main-parent.png") no-repeat -999px -999px;
}
.page #nav > li.parent > a:hover {
  background-position: 45px 30px;
}
.page #nav > li.parent.over > a,
.page #nav > li.parent.mega-active > a {
  color: #566c11 !important;
  background-position: 45px 30px;
}
.page #nav > li.active > a {
  color: #566c11;
}
.page #nav > li.active > a:hover {
  color: #fff;
}
.page #nav > li ul.level0 {
  background-color: rgba(255, 255, 255, 0.85);
}
.page #nav > li ul.level0 > li.parent {
  border-top: 1px solid #aaa;
}
.page #nav > li ul.level0 > li a {
  color: #000;
  /*background-color: #ddd;*/
  padding: 0.5625em;
}
.page #nav > li ul.level0 > li a:hover {
  /*background-color: #ccc;*/
}
.page #nav > li ul.level0 > li a:after {
  content: '';
}
.page #nav > li ul.level0 > li.active > a {
  color: #566c11;
}
.page #nav > li ul.level0 > li ul.level1 > li a {
  font-weight: normal;
  /*background-color: #f6f6f6;*/
  font-family: "purista-web", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
.page #nav > li ul.level0 > li ul.level1 > li a:hover {
  /*background-color: #eee;*/
}
.page #nav > li ul.level0 > li ul.level1 > li.active > a {
  color: #566c11;
  /*background-color: #eee;*/
}
@media only screen and (min-width: 768px) {
  /* Main menu - wider screen styles
	   ========================================================================== */
  .nav-container {
    position: relative;
    z-index: 999;
    margin: 0 0 0 -2px;
    float: left;
    width: auto;
  }
  .nav-container #nav {
    /*background-color: #000;*/
    float: left;
    font-family: "purista-web", Arial, sans-serif;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    color: #000;
  }
  .nav-container #nav ul {
    list-style: none;
    margin: 0;
  }
  .nav-container #nav li {
    position: relative;
    float: left;
    text-align: left;
    /*&.parent {
					> a {
						padding-right: 30px;
						&:after {
							.font-size(10);
							.font-awesome;
							line-height: 32px;
							display: block;
							content: "\f078";
							position: absolute;
							top: 0;
							right: 10px;
							bottom: 0;
							color: #000;
						}
					}
				}*/
  }
  .nav-container #nav li a {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 0.5625em;
    color: #000;
    font-weight: bold;
  }
  .nav-container #nav li ul.level0 {
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    left: -9999px;
    min-width: 530px;
    padding: 8px 0 5px;
  }
  .nav-container #nav li ul.level0.shown-sub {
    top: auto;
    left: 0;
  }
  .nav-container #nav li ul.level0 > li {
    position: relative;
    float: left;
    min-width: 241px;
    padding: 3px 0 7px 5px;
    display: block;
  }
  .nav-container #nav li ul.level0 > li.parent {
    border-top: none;
  }
  .nav-container #nav li ul.level0 > li a {
    padding: 0 0.5625em;
  }
  .nav-container #nav li ul.level0 > li ul.level1 {
    /*.drop-shadow(0, 0, 8px, 0, 0.15);
							position: absolute;
							left: -9999px;*/
  }
  .nav-container #nav li ul.level0 > li ul.level1.shown-sub {
    top: 0;
    left: 160px;
  }
  .nav-container #nav li ul.level0 > li ul.level1 > li {
    position: relative;
    float: none;
    padding-left: 5px;
    line-height: 12px;
    line-height: 1.3333333333333333rem;
    /*width: 160px;*/
  }
  .nav-container #nav li ul.level0 > li ul.level1 > li > a {
    line-height: 20px;
  }
  .nav-container #nav li.nav-1 ul.level0 {
    display: none;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.mega-1 {
    /*float:right;*/
    padding: 3px 50px 7px 10px;
    border-left: 1px solid #afaead;
    min-height: 125px;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.mega-3 {
    /*float:right;
                      clear:right;*/
    padding: 0 10px;
    border-left: 1px solid #afaead;
    border-right: 1px solid #afaead;
    max-height: 100px;
    height: 100px;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.mega-2 {
    clear: left;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.mega-4 {
    margin-top: -32px;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.nav-specials {
    float: left;
    border-left: 1px solid #afaead;
    padding: 3px 50px 7px 10px;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.nav-specials > p {
    max-width: 225px;
    font-family: "purista-web", Arial, sans-serif;
    font-weight: medium;
    font-size: 14px;
    font-size: 1.4rem;
    color: #706f6f;
    padding-left: 9px;
  }
  .nav-container #nav > li:not(.nav-1) ul.level0 {
    min-width: 0;
  }
  .nav-container #nav > li:not(.nav-1) ul.level0 .mega-4 {
    margin-top: 0;
  }
  .nav-close,
  .nav-toggle {
    display: none;
  }
  .top-search {
    float: right;
  }
  .top-search .searchbutton {
    float: right;
    max-width: 25px;
    background: #566c11;
  }
  .top-search .searchbutton:hover {
    background: #eee;
    color: #566c11;
  }
  .top-search .input-text {
    border: none;
    background: #eee;
    font-family: "purista-web", Arial, sans-serif;
    font-weight: medium;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    height: 33px;
    width: 145px;
    color: #908f8f;
    float: left;
  }
  .top-search .input-text:focus {
    border: none;
  }
  .top-search form {
    margin-bottom: 0;
  }
  .top-search #search_autocomplete {
    background: #eee;
    z-index: 99;
  }
  .top-search #search_autocomplete ul {
    list-style: none;
    margin-left: 20px;
  }
  .top-search #search_autocomplete ul li {
    cursor: pointer;
  }
  .top-search #search_autocomplete ul li .amount {
    display: none;
  }
}
.megabox {
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 45px;
  left: 0;
  width: 530px;
  height: auto;
  padding: 8px 0;
}
.megabox .mega-left,
.megabox .mega-right {
  float: left;
  width: 45%;
  padding: 3px 15px 0;
}
.megabox .mega-left ul,
.megabox .mega-right ul {
  list-style: none;
}
.megabox .mega-left ul.level0 > li,
.megabox .mega-right ul.level0 > li {
  min-height: 115px;
}
.megabox .mega-left ul.level0 > li > a,
.megabox .mega-right ul.level0 > li > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
}
.megabox .mega-left ul.level0 > li > ul,
.megabox .mega-right ul.level0 > li > ul {
  margin-left: 3px;
}
.megabox .mega-right {
  border-left: 1px solid #AFAEAD;
}
.megabox.navshow {
  display: block!important;
}
#nav-content {
  display: none;
}
/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  border-top: 1px solid #b6b6b8;
  font-family: "purista-web", Arial, sans-serif;
  padding-top: 3px;
  text-transform: uppercase;
}
.breadcrumbs ul {
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  margin-bottom: 25px;
  color: #9b9b9b;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li a {
  color: #9b9b9b;
}
.breadcrumbs ul li a:hover {
  color: #33400a;
}
.breadcrumbs ul li strong {
  font-weight: 500;
  color: #566c11;
}
@media only screen and (min-width: 599px) {
  /* .breadcrumbs
	   ========================================================================== */
  .breadcrumbs ul {
    text-align: left;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container {
  border-top: 1px solid #bfbfbf;
}
.footer-container .footer ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-container .footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 0.5625em;
  padding: 0.5625em 0;
}
.footer-container .footer ul li:first-child {
  margin-left: 0;
}
.footer-container .footer p,
.footer-container .footer address {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #e6e6e6;
  margin: 0;
  padding-left: 1.125em;
  padding-right: 1.125em;
}
.footer-container .footer p {
  padding-top: 1.125em;
}
.footer-container .footer address {
  padding-bottom: 1.125em;
}
.footer-container .half.columns {
  margin-top: 35px;
}
/* ==========================================================================
   .std
   ========================================================================== */
.col-main .std a {
  text-decoration: underline;
}
.col-main .std a.button {
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.col-main .std p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  color: #747373;
}
.col-main .std ul,
.col-main .std ol,
.col-main .std dl {
  margin-bottom: 1.125em !important;
  color: #747373;
}
.col-main .std ul li,
.col-main .std ol li,
.col-main .std dl li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.col-main .std ul dd,
.col-main .std ol dd,
.col-main .std dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  margin-bottom: 1.125em !important;
}
.main-container .main .col-main {
  margin-bottom: 30px;
}
.ajax-add {
  background: #566c11;
  padding: 15px 10px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
  display: none;
  position: relative;
}
.ajax-add .ajax-container {
  display: table;
  width: 100%;
}
.ajax-add .ajax-container .ajax-tocart-container {
  display: table-cell;
  vertical-align: middle;
}
.ajax-add .ajax-container .ajax-tocart-container #ajax-tocart {
  display: none;
  background: #ffffff;
  color: #566c11;
  padding: 5px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.ajax-add .ajax-container .ajax-tocart-container #ajax-tocart:hover {
  color: #ffffff;
  background: #000000;
}
.ajax-add .ajax-container p {
  margin-bottom: 0;
  color: #fff;
  font-family: "purista-web", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  max-width: 215px;
  margin-right: 10px;
  float: left;
}
.ajax-add .ajax-container .add-close-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.ajax-add .ajax-container .add-close-container #add-close,
.ajax-add .ajax-container .add-close-container #add-chck {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.ajax-add .ajax-container .add-close-container #add-close:hover,
.ajax-add .ajax-container .add-close-container #add-chck:hover {
  color: #000;
}
.ajax-add .ajax-container #add-chck {
  top: inherit;
  bottom: 5px;
}
.ajax-add .ajax-container #ajax_loader {
  display: table-caption;
}
.ajax-add .ajax-container #ajax_loader img {
  display: block;
  margin: 0 auto;
}
#ajax_deleter {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1169px) {
  .ajax-add .ajax-container p {
    max-width: 145px;
  }
}
@media (max-width: 959px) {
  .ajax-add .ajax-container p {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .ajax-add {
    margin-top: 0;
  }
  .ajax-add .ajax-container p {
    max-width: 215px;
  }
  #search_autocomplete {
    background: #eee;
    z-index: 99;
  }
  #search_autocomplete ul {
    list-style: none;
    margin-left: 20px;
  }
  #search_autocomplete ul li {
    cursor: pointer;
  }
  #search_autocomplete ul li .amount {
    display: none;
  }
}
@media (max-width: 479px) {
  .ajax-add .ajax-container p {
    max-width: 120px;
  }
}
@media only screen and (min-width: 599px) {
  /* .std
	   ========================================================================== */
  .col-main .std {
    text-align: left;
  }
}
/* ==========================================================================
   Products grid
   ========================================================================== */
.container .category-products .home-tab {
  /* Products grid */
}
.container .category-products .home-tab .products-grid,
.container .category-products .home-tab .products-list {
  margin-bottom: 0;
  list-style: none;
  /* .item */
}
.container .category-products .home-tab .products-grid.last .item.last,
.container .category-products .home-tab .products-list.last .item.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.40625em;
}
.container .category-products .home-tab .products-grid .item,
.container .category-products .home-tab .products-list .item {
  margin-bottom: 1.125em;
}
.container .category-products .home-tab .products-grid .item .product-image img,
.container .category-products .home-tab .products-list .item .product-image img {
  margin-bottom: 0.5625em;
}
.container .category-products .home-tab .products-grid .item .product-name,
.container .category-products .home-tab .products-list .item .product-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  margin-left: 0.5625em;
  margin-right: 0.5625em;
}
.container .category-products .home-tab .products-grid .item .btn-cart,
.container .category-products .home-tab .products-list .item .btn-cart {
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  padding-top: 0.28125em;
  padding-bottom: 0.28125em;
  margin: 0;
}
.container .category-products .home-tab .products-grid .item .desc,
.container .category-products .home-tab .products-list .item .desc {
  text-align: left;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  margin: 0 0.5625em 1.125em;
}
.container .category-products .home-tab .tab-image-wrap {
  max-height: 250px;
}
.container .category-products .quarter.columns {
  width: 250px;
}
.container .category-products .quarter.columns.alpha {
  clear: both;
}
.catalog-product-view .main-container .main .col-main {
  margin-bottom: 18px;
}
@media (max-width: 1169px) {
  .container .category-products .home-tab .quarter.columns {
    width: 200px;
  }
  .container .category-products .pager {
    width: 65%;
  }
  .container .category-products .sorter {
    width: 35%;
  }
}
@media (max-width: 959px) {
  .container .category-products .home-tab .quarter.columns {
    width: 218px;
  }
  .container .category-products .home-tab .quarter.columns.omega {
    margin-right: 10px;
  }
  .container .category-products .pager {
    width: 60%;
  }
  .container .category-products .sorter {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .container .category-products .home-tab .quarter.columns {
    width: 100%;
    margin-bottom: 10px;
  }
  .container .category-products .home-tab .clearfix {
    display: none;
  }
  .container .category-products .pager {
    width: 55%;
  }
  .container .category-products .pager .pages {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .container .category-products .pager .pages strong {
    margin-left: 0;
  }
  .container .category-products .sorter {
    width: 45%;
  }
  .container .category-products .sorter .sort-by {
    float: none;
    text-align: right;
    margin-top: 8px;
    max-width: 145px;
  }
  .container .category-products .sorter .sort-by > a {
    display: none;
  }
  .container .pager {
    width: 100%;
  }
  .container .pager .pages {
    width: 100%;
  }
  .container .pager .pages strong {
    margin-left: 0;
  }
  .container .pager .amount,
  .container .pager .limiter {
    float: none;
  }
}
@media (max-width: 767px) {
  .home-tabs .home-tab .tab-product {
    margin-bottom: 10px;
  }
  .col-main > .product-view > .product-essential .product-shop .add-to-box {
    float: none!important;
    clear: both;
  }
}
@media only screen and (min-width: 479px) {
  /* Products grid
	   ========================================================================== */
  .category-products {
    /* Products grid */
  }
  .category-products .products-grid .item .product-name,
  .category-products .products-list .item .product-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .category-products .products-grid .item .price-box,
  .category-products .products-list .item .price-box {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.2222222222222223rem;
    margin-bottom: 1.125em;
  }
  .category-products .products-grid .item .price-box .price-as-configured,
  .category-products .products-list .item .price-box .price-as-configured {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.2222222222222223rem;
  }
  .category-products .products-grid .item .btn-cart,
  .category-products .products-list .item .btn-cart {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 767px) {
  /* .products-grid
	   ========================================================================== */
  .category-products .products-grid.last .item.last {
    border-bottom: 1px dotted #808080;
  }
}
/* ==========================================================================
   Product view
   ========================================================================== */
.product-view .block-product-questions {
  margin-top: 0;
}
.product-view .product-essential {
  /* .product-shop */
  /* .product-img-box */
  /* .product-options */
  /* .product-options-bottom */
}
.product-view .product-essential .product-col-left .more-views {
  display: none;
}
.product-view .product-essential .product-shop .product-name h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  padding: 0 0.5625em;
  text-transform: none;
}
.product-view .product-essential .product-shop .email-friend a,
.product-view .product-essential .product-shop .no-rating a {
  /*font-weight: bold;*/
  background-repeat: no-repeat;
}
.product-view .product-essential .product-shop .email-friend {
  margin-bottom: 1.125em;
}
.product-view .product-essential .product-shop .availability {
  /*font-weight: bold;*/
  display: none;
}
.product-view .product-essential .product-shop .availability span {
  font-weight: normal;
}
.product-view .product-essential .product-shop .add-to-box .or {
  display: none;
}
.product-view .product-essential .product-shop .add-to-box .add-to-cart input {
  margin-bottom: 0.5625em;
}
.product-view .product-essential .product-shop .add-to-box .add-to-cart #qty {
  margin-right: 5px!important;
}
.product-view .product-essential .product-shop .add-to-box .add-to-cart label {
  margin-right: 5px!important;
}
.product-view .product-essential .product-shop .short-description {
  background-color: #eee;
  padding: 1.125em;
  margin: 1.125em 0;
}
.product-view .product-essential .product-shop .short-description h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-view .product-essential .product-shop .short-description .std {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  text-align: left;
  margin-bottom: 0.5625em;
}
.product-view .product-essential .product-img-box {
  margin-bottom: 1.125em;
}
.product-view .product-essential .product-img-box .product-img-wrapper {
  position: relative;
}
.product-view .product-essential .product-img-box .product-image img {
  /*display: block;
					width: 100%;*/
}
.product-view .product-essential .product-img-box .zoomPad > img {
  width: 100%;
}
.product-view .product-essential .product-img-box .camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
.review-product-list .product-view .product-essential .product-img-box .more-views {
  display: none;
}
.product-view .product-essential .product-img-box .more-views h2 {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  text-transform: uppercase;
  color: #020202;
}
.product-view .product-essential .product-img-box .more-views ul {
  list-style: none;
}
.product-view .product-essential .product-img-box .more-views ul li {
  display: block;
  height: 70px;
  width: 70px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  float: left;
  border: 1px solid #ccc;
}
.product-view .product-essential .product-img-box .more-views ul li:last-child {
  margin-right: 0;
}
.product-view .product-essential .product-img-box .more-views ul li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100px;
  max-width: 1000%!important;
}
.product-view .product-essential .product-img-box .more-views ul li.video {
  position: relative;
}
.product-view .product-essential .product-img-box .more-views ul li.video [class^="icon-"] {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 20px;
  color: #ffffff !important;
  text-shadow: 0px 1px 1px black;
}
.product-view .product-essential .product-img-box .more-views iframe {
  border: 1px solid #000;
}
.product-view .product-essential .product-options {
  text-align: left;
}
.product-view .product-essential .product-options dl dt {
  padding: 0;
  margin-bottom: 0;
}
.product-view .product-essential .product-options dl dt label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
}
.product-view .product-essential .product-options dl dt label.required {
  padding: 0;
  margin-bottom: 0;
  display: inline;
  float: right;
  margin-top: 8px;
}
.product-view .product-essential .product-options dl dt label.required em {
  color: #f00;
}
.product-view .product-essential .product-options dl dd {
  border-bottom: 1px solid #AAABAC;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.product-view .product-essential .product-options dl dd .input-box .options-list {
  list-style: none;
}
.product-view .product-essential .product-options dl dd .input-box .options-list li .radio,
.product-view .product-essential .product-options dl dd .input-box .options-list li .checkbox {
  float: left;
  margin: 0 0.5625em 1px 0;
}
.product-view .product-essential .product-options dl dd .input-box .options-list li .label label {
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  font-weight: normal;
}
.product-view .product-essential .product-options dl dd .input-box .options-list li .label label .price-notice {
  /*font-weight: bold;*/
}
.product-view .product-essential .product-options dl dd .input-box .multiselect {
  width: 100%;
}
.product-view .product-essential .product-options dl dd .input-box select {
  width: 100%;
}
.product-view .product-essential .product-options dl dd .qty-holder label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 0.5625em;
}
.product-view .product-essential .product-options .required {
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  color: #ff0000;
  padding: 0;
  margin-bottom: 10px;
}
.product-view .product-essential .product-options-bottom .add-to-cart {
  text-align: center;
}
.product-view .product-essential .product-options-bottom .add-to-cart input {
  width: 40px;
}
.product-view .product-essential .product-options-bottom .add-to-cart .btn-cart {
  width: auto;
}
.product-view .product-essential .product-options-bottom .add-to-links {
  display: none;
}
@media only screen and (min-width: 599px) {
  /* Product view
	   ========================================================================== */
  .product-view .product-essential .product-shop {
    text-align: left;
  }
  .product-view .product-essential .product-shop .product-name h1 {
    padding: 0;
  }
  .product-view .product-essential .product-shop .email-friend a,
  .product-view .product-essential .product-shop .no-rating a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product-view .product-essential .product-shop .ratings {
    *zoom: 1;
    text-align: left;
  }
  .product-view .product-essential .product-shop .ratings:before,
  .product-view .product-essential .product-shop .ratings:after {
    content: "";
    display: table;
  }
  .product-view .product-essential .product-shop .ratings:after {
    clear: both;
  }
  .product-view .product-essential .product-shop .ratings .rating-links {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-shop .ratings .rating-links a:first-child {
    margin-right: 5px;
  }
  .product-view .product-essential .product-shop .availability {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product-view .product-essential .product-shop .availability span {
    font-weight: normal;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart {
    *zoom: 1;
    margin-bottom: 0.5625em;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart:before,
  .product-view .product-essential .product-shop .add-to-box .add-to-cart:after {
    content: "";
    display: table;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart:after {
    clear: both;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    line-height: 4rem;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart input {
    float: left;
    width: 30px;
    margin-right: 5px;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart .btn-cart {
    float: left;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "purista-web", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-links {
    clear: both;
  }
  .product-view .product-essential .product-shop .short-description h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.4444444444444446rem;
    margin-bottom: 0.5625em;
  }
  .product-view .product-essential .product-shop .short-description .std {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-options dl dt label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.4444444444444446rem;
  }
  .product-view .product-essential .product-options dl dt label.required {
    padding: 0;
    margin-bottom: 0.5625em;
  }
  .product-view .product-essential .product-options dl dd .input-box .options-list li .radio,
  .product-view .product-essential .product-options dl dd .input-box .options-list li .checkbox {
    margin: 3px 0.5625em 0 0;
  }
  .product-view .product-essential .product-options dl dd .input-box .options-list li .label label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.4444444444444446rem;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-options-bottom .price-box {
    float: left;
  }
  .product-view .product-essential .product-options-bottom .add-to-cart {
    float: right;
    margin-bottom: 1.125em;
  }
  .product-view .product-essential .product-options-bottom .add-to-cart label {
    display: inline;
  }
  .product-view .product-essential .product-options-bottom .add-to-cart .btn-cart {
    width: auto;
  }
  .product-view .product-essential .product-options-bottom .add-to-links {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-essential .product-shop .product-name h1 {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) {
  /* .product-options-bottom
	   ========================================================================== */
  .product-options-bottom .add-to-links .link-wishlist {
    float: left;
  }
  .product-options-bottom .add-to-links .link-compare {
    float: right;
  }
  /* .add-to-links
	   ========================================================================== */
  .add-to-links {
    padding-bottom: 0.5625em;
    margin-top: 0.75em;
  }
  .add-to-links li {
    display: block;
  }
  .add-to-links li a {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .ebsco-productquestions-product-list .five.columns {
    width: 100%;
    padding: 0 20px!important;
  }
}
.ebsco-productquestions-product-list .five.columns .pq-question .box-title h3 {
  float: left;
}
.ebsco-productquestions-product-list .five.columns .pq-question .box-title .backtoproduct {
  float: left;
  clear: both;
  font-family: 'purista-web', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  margin-bottom: 20px;
}
.ebsco-productquestions-product-list .five.columns .pq-question .box-title h4 {
  clear: both;
}
.ebsco-productquestions-product-list .five.columns .no-questions {
  display: none;
}
.ebsco-productquestions-product-list .five.columns button#pq-submit {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .ebsco-productquestions-product-list .six.columns.mobile {
    display: none;
  }
  .ebsco-productquestions-product-list .six.columns.mobile .product-img-box {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .ebsco-productquestions-product-list .six.columns.mobile {
    display: block;
  }
  .ebsco-productquestions-product-list .six.columns.mobile .product-img-box {
    display: block !important;
  }
  .ebsco-productquestions-product-list .six.columns.mobile .product-img-box .block-product-questions {
    margin-right: 20px;
  }
  .ebsco-productquestions-product-list .six.columns.mobile .product-img-box .block-product-questions .pq-question-sorting {
    margin-bottom: 10px;
  }
}
/* ==========================================================================
   Shopping cart
   ========================================================================== */
body[class*='cart'] .sidebar {
  display: none;
}
body[class*='cart'] .container .main .col-main.eleven.columns {
  width: 100%;
}
.cart .page-title.title-buttons .checkout-types {
  list-style: none;
}
.cart table thead tr th {
  font-family: "Arial";
  background-color: #566c11;
  border-right: 1px solid #979797;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797 !important;
  color: #fff;
}
.cart table thead tr th:first-child {
  border-left: 1px solid #979797;
}
.cart table tbody tr td {
  font-family: "Arial";
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.cart table tbody tr td:first-child {
  border-left: 1px solid #cccccc;
}
.cart table tbody tr td .item-options dt,
.cart table tbody tr td .item-options dd {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart table tbody tr td .item-options dt:after {
  content: ":";
}
.cart table tbody tr td .item-options dd {
  margin-right: 5px;
}
.cart table tfoot tr td {
  background-color: transparent;
}
.cart table tfoot tr td button:first-of-type {
  margin-left: 10px;
}
.cart .cart-collaterals .crosssell {
  display: none;
}
.cart .cart-collaterals select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  width: 285px;
  color: #444444;
}
.cart .cart-collaterals .btn-proceed-checkout:last-of-type {
  max-width: 425px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 10px 0 0 0;
}
.cart .cart-collaterals .shipping h2,
.cart .cart-collaterals .discount h2 {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px !important;
  font-size: 2rem !important;
  line-height: 24px !important;
  line-height: 2.6666666666666665rem !important;
}
.cart .cart-collaterals .button {
  background-color: #b0b1b1;
}
.cart .cart-collaterals .button:hover {
  background-color: #000;
}
.cart .cart-collaterals .button.btn-proceed-checkout {
  background-color: #566c11;
}
.cart .cart-collaterals .button.btn-proceed-checkout:hover {
  background-color: #33400a;
}
@media only screen and (max-width: 767px) {
  .shipping,
  #discount-coupon-form {
    float: left;
    width: 100%!important;
  }
  .shipping {
    margin-left: 0!important;
  }
  .totals {
    width: 100%!important;
  }
  form:before,
  form:after {
    box-shadow: none!important;
  }
  form thead th:nth-of-type(2) {
    border-left: 1px solid #BFBFBF;
  }
  form tbody td:nth-of-type(2) {
    border-left: 1px solid #BFBFBF;
  }
  #shopping-cart-table thead tr th:first-of-type {
    display: none;
  }
  #shopping-cart-table thead tr th:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table tbody tr td:first-of-type {
    display: none;
  }
  #shopping-cart-table tbody tr td:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table tfoot span,
  #shopping-cart-table tfoot button {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  #shopping-cart-table tfoot td {
    padding-left: 2px;
    padding-right: 2px;
  }
  #shopping-cart-table tfoot td .btn-continue {
    margin-right: 2px!important;
  }
}
@media only screen and (max-width: 479px) {
  #shopping-cart-table thead tr th:first-of-type {
    display: none;
  }
  #shopping-cart-table thead tr th:last-of-type {
    display: none;
  }
  #shopping-cart-table thead tr th:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table thead tr th:nth-of-type(3) {
    display: none;
  }
  #shopping-cart-table tbody tr td:first-of-type {
    display: none;
  }
  #shopping-cart-table tbody tr td:last-of-type {
    display: none;
  }
  #shopping-cart-table tbody tr td:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table tbody tr td:nth-of-type(3) {
    display: none;
  }
  #shopping-cart-table tfoot span,
  #shopping-cart-table tfoot button {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  #shopping-cart-table tfoot td {
    padding-left: 2px;
    padding-right: 2px;
  }
  #shopping-cart-table tfoot td .btn-continue {
    margin-right: 2px!important;
  }
}
@media only screen and (min-width: 599px) {
  /* Shopping cart
     ========================================================================== */
  .cart .page-title.title-buttons {
    *zoom: 1;
    margin-bottom: 1.125em;
  }
  .cart .page-title.title-buttons:before,
  .cart .page-title.title-buttons:after {
    content: "";
    display: table;
  }
  .cart .page-title.title-buttons:after {
    clear: both;
  }
  .cart .page-title.title-buttons h1 {
    float: left;
  }
  .cart .page-title.title-buttons .checkout-types {
    float: right;
    list-style: none;
  }
  /* .cart - inner shadows for responsive
     ========================================================================== */
  body:not(.checkout-onepage-index) .cart > form:before,
  body:not(.checkout-onepage-index) .cart > form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  body:not(.checkout-onepage-index) .cart > form:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  body:not(.checkout-onepage-index) .cart > form:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
  /* #checkout-review-table-wrapper - inner shadows for responsive
     ========================================================================== */
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:before,
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
}
@media only screen and (min-width: 767px) {
  /* .cart - inner shadows for responsive
	   ========================================================================== */
  .checkout-onepage-index .cart > form:before,
  .checkout-onepage-index .cart > form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  .checkout-onepage-index .cart > form:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  .checkout-onepage-index .cart > form:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
  /* Other inner shadows for responsive
	   ========================================================================== */
  .checkout-onepage-index .inner-shadow-wrapper:before,
  .wishlist-index-index .inner-shadow-wrapper:before,
  .customer-account-index .inner-shadow-wrapper:before,
  .sales-order-view .inner-shadow-wrapper:before,
  .sales-order-history .inner-shadow-wrapper:before,
  .review-customer-index .inner-shadow-wrapper:before,
  .review-product-list .inner-shadow-wrapper:before,
  .catalog-product-compare-index .inner-shadow-wrapper:before,
  .checkout-onepage-index .inner-shadow-wrapper:after,
  .wishlist-index-index .inner-shadow-wrapper:after,
  .customer-account-index .inner-shadow-wrapper:after,
  .sales-order-view .inner-shadow-wrapper:after,
  .sales-order-history .inner-shadow-wrapper:after,
  .review-customer-index .inner-shadow-wrapper:after,
  .review-product-list .inner-shadow-wrapper:after,
  .catalog-product-compare-index .inner-shadow-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  .checkout-onepage-index .inner-shadow-wrapper:before,
  .wishlist-index-index .inner-shadow-wrapper:before,
  .customer-account-index .inner-shadow-wrapper:before,
  .sales-order-view .inner-shadow-wrapper:before,
  .sales-order-history .inner-shadow-wrapper:before,
  .review-customer-index .inner-shadow-wrapper:before,
  .review-product-list .inner-shadow-wrapper:before,
  .catalog-product-compare-index .inner-shadow-wrapper:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  .checkout-onepage-index .inner-shadow-wrapper:after,
  .wishlist-index-index .inner-shadow-wrapper:after,
  .customer-account-index .inner-shadow-wrapper:after,
  .sales-order-view .inner-shadow-wrapper:after,
  .sales-order-history .inner-shadow-wrapper:after,
  .review-customer-index .inner-shadow-wrapper:after,
  .review-product-list .inner-shadow-wrapper:after,
  .catalog-product-compare-index .inner-shadow-wrapper:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
}
.data-table#product-review-table {
  overflow: hidden;
}
.data-table#product-review-table colgroup {
  display: none;
  width: 100%;
}
.data-table#product-review-table thead,
.data-table#product-review-table tbody,
.data-table#product-review-table tfoot {
  width: 100%;
}
.data-table#product-review-table thead tr,
.data-table#product-review-table tbody tr,
.data-table#product-review-table tfoot tr {
  width: 100%;
}
.data-table#product-review-table thead tr th,
.data-table#product-review-table tbody tr th,
.data-table#product-review-table tfoot tr th {
  border: none;
  width: 20%;
  text-align: center;
  padding: 10px 12px;
  vertical-align: middle;
}
.data-table#product-review-table thead tr th:first-of-type,
.data-table#product-review-table tbody tr th:first-of-type,
.data-table#product-review-table tfoot tr th:first-of-type {
  display: none;
}
.data-table#product-review-table thead tr td,
.data-table#product-review-table tbody tr td,
.data-table#product-review-table tfoot tr td {
  width: 20%;
  text-align: center;
  padding: 10px 7px;
}
@media (max-width: 1169px) {
  .data-table#product-review-table thead tr th,
  .data-table#product-review-table tbody tr th,
  .data-table#product-review-table tfoot tr th {
    padding: 10px 7px;
  }
}
@media (max-width: 767px) {
  .data-table#product-review-table thead tr th,
  .data-table#product-review-table tbody tr th,
  .data-table#product-review-table tfoot tr th {
    padding: 10px 15px;
  }
}
@media (max-width: 479px) {
  .data-table#product-review-table thead tr th,
  .data-table#product-review-table tbody tr th,
  .data-table#product-review-table tfoot tr th {
    padding: 10px 7px;
  }
}
/* ==========================================================================
   Popup page
   ========================================================================== */
.page-popup {
  text-align: center;
  margin: 1.125em 0;
  /* .page-wrapper */
  /* #product_comparison table */
  /* .product-image-popup */
}
.page-popup .page-wrapper {
  margin: 0 1.125em;
}
.page-popup #product_comparison {
  margin-bottom: 1.125em;
}
.page-popup .product-image-popup {
  margin: 0 auto;
}
.page-popup .product-image-popup .buttons-set .button {
  width: auto;
  margin-bottom: 1.125em;
}
.page-popup .product-image-popup .buttons-set .button:hover {
  color: #fff;
}
.page-popup .product-image-popup .nav {
  margin: 0 0 1.125em 0;
}
.page-popup .product-image-popup .nav a {
  position: relative;
  text-decoration: none;
}
.page-popup .product-image-popup .nav a.prev:after,
.page-popup .product-image-popup .nav a.next:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #566c11;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-popup .product-image-popup .nav a.prev {
  padding-left: 15px;
}
.page-popup .product-image-popup .nav a.prev:after {
  content: "\f053";
  left: 0;
}
.page-popup .product-image-popup .nav a.next {
  padding-right: 15px;
}
.page-popup .product-image-popup .nav a.next:after {
  content: "\f054";
  right: 0;
}
.page-popup .product-image-popup .image {
  margin-bottom: 1.125em;
}
/* ==========================================================================
   Blocks
   ========================================================================== */
/* .block defaults */
.block {
  background-color: #e0e1e1;
  padding: 1.125em;
  margin: 1.125em 0;
}
.block ul,
.block ol,
.block dl {
  list-style: none;
  margin-bottom: 0;
}
.block .block-title {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 3.111111111111111rem;
  text-transform: uppercase;
  padding: 0 0 0.5625em;
  margin-bottom: 0;
}
.block .block-title small {
  font-size: 22px;
  font-size: 2.2rem;
  color: #808080;
}
.block .block-title strong {
  font-weight: bold;
}
.block .block-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  /*font-weight: bold;*/
  margin-bottom: 1.125em;
}
.block .block-content .item p {
  font-size: 14px;
  font-size: 1.4rem;
}
.block .block-content .item p a {
  color: #000;
}
.block .block-content .item p a:hover {
  color: #566c11;
}
.block .block-content .actions {
  font-size: 14px;
  font-size: 1.4rem;
}
/* Common styles for .block-cart, .block-wishlist and .block-related */
.block-cart,
.block-wishlist,
.block-related {
  position: relative;
}
.block-cart .block-content .subtotal,
.block-wishlist .block-content .subtotal,
.block-related .block-content .subtotal {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  position: relative;
  border-top: 1px solid #A6A7A9;
  /*background-color: #fff;*/
  padding: 50px 0 10px;
  margin-bottom: 0.75em;
  text-align: right;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  color: #898989;
  text-transform: uppercase;
  /*&:after {
				content: " ";
				position: absolute;
				top: -10px;
				right: 0;
				left: 0;
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-bottom: 10px solid #fff;
				margin-right: auto;
				margin-left: auto;
			}*/
}
.block-cart .block-content .subtotal .label,
.block-wishlist .block-content .subtotal .label,
.block-related .block-content .subtotal .label,
.block-cart .block-content .subtotal .price,
.block-wishlist .block-content .subtotal .price,
.block-related .block-content .subtotal .price {
  /*color: #000;*/
}
.block-cart .block-content .subtotal .price,
.block-wishlist .block-content .subtotal .price,
.block-related .block-content .subtotal .price {
  /*font-weight: bold;*/
}
.block-cart .block-content .button,
.block-wishlist .block-content .button,
.block-related .block-content .button {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  width: auto;
  float: right;
}
.block-cart .block-content .mini-products-list .item .product-details {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
}
.block-cart .block-content .mini-products-list .item .product-details .price {
  float: right;
  line-height: 20px;
}
.block-cart .block-content .mini-products-list .item .product-details .clearfix {
  margin-bottom: 10px;
}
.block-cart .block-content .mini-products-list .item .product-details .product-name {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
}
.block-cart .block-content .mini-products-list .item .product-details .qty {
  color: #818181;
}
.review-product-list .col-main > .product-view > .product-essential .product-shop .product-tab-links,
.review-product-list .col-main > .product-view > .product-essential .product-shop .product-tab,
.review-product-list .col-main > .product-view > .product-essential .product-shop .active-tab,
.review-product-list .col-main > .product-view > .product-essential .product-shop .ratings-table,
.review-product-list .col-main > .product-view > .product-essential .product-shop a.nobr {
  display: none;
}
.review-product-list .col-main > .product-view > .product-essential .reviews-mobile {
  display: none;
}
#customer-reviews .backtoproduct {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "purista bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
#customer-reviews .backtoproduct:hover {
  color: #566c11;
}
/* .block-wishlist */
.block-wishlist .block-content .mini-products-list .item .product-details .link-cart {
  width: 100%;
  text-align: center;
}
.block-wishlist .block-content .actions {
  margin-top: 1.125em;
}
.block-wishlist .block-content .actions a {
  /*font-weight: bold;*/
}
/* .block-compare */
.block-compare .block-content #compare-items .item .product-name {
  padding-right: 21px;
  margin-bottom: 0.5625em;
}
.block-compare .block-content #compare-items .item.last .product-name {
  margin-bottom: 0;
}
.block-compare .block-content .actions {
  text-align: right;
}
.block-compare .block-content .actions .button {
  width: 100%;
  margin-top: 1.125em;
}
/* .block-poll */
.block-poll form {
  margin-bottom: 0;
}
.block-poll form .block-content {
  text-align: left;
}
.block-poll form .block-content ul li {
  margin-bottom: 0.5625em;
}
.block-poll form .block-content ul li .radio {
  float: left;
  margin: 1px 0.5625em 1px 0;
}
.block-poll form .block-content ul li .label label {
  line-height: 18px;
  line-height: 2rem;
}
.block-poll form .block-content ul li:last-child {
  margin-bottom: 0;
}
.block-poll form .block-content ul .answer {
  /*font-weight: bold;*/
}
.block-poll form .block-content ul .votes {
  float: right;
}
.block-poll form .block-content .button {
  width: 100%;
  margin-top: 1.125em;
}
/* .block-viewed */
.block-viewed .block-title {
  font-size: 20px;
  font-size: 2rem;
}
.block-viewed .block-content {
  text-align: left;
}
.block-viewed .block-content .product-name {
  margin-bottom: 0.5625em;
}
/* .block-reorder */
.block-reorder form {
  margin-bottom: 0;
}
.block-reorder form .block-content .item .checkbox {
  float: left;
  margin: 0;
}
.block-reorder form .block-content .item .product-name {
  text-align: left;
  padding-left: 1.6875em;
}
.block-reorder form .block-content .actions .btn-cart {
  width: 100%;
  margin-bottom: 0.5625em;
}
.block-reorder form .block-content .actions a {
  /*font-weight: bold;*/
}
/* .block-layered-nav */
.block-layered-nav .block-content {
  text-align: left;
}
.block-layered-nav .block-content #narrow-by-list dt {
  margin-bottom: 0.75em;
}
.block-layered-nav .block-content #narrow-by-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  color: #808080;
  margin-bottom: 0.28125em;
}
.block-layered-nav .block-content #narrow-by-list li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  position: relative;
  padding-left: 21px;
}
.block-layered-nav .block-content #narrow-by-list li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  font-size: 16px;
  content: "\f055";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: auto;
}
.block-layered-nav .block-content .currently {
  border-bottom: 1px dotted #808080;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.block-layered-nav .block-content .currently ol {
  margin-bottom: 0.5625em;
}
.block-layered-nav .block-content .currently ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  color: #000;
  margin-bottom: 0.375em;
}
.block-layered-nav .block-content .currently ol li .label {
  /*font-weight: bold;*/
}
.block-layered-nav .block-content .currently ol li:last-child {
  margin-bottom: 0.28125em;
}
.block-layered-nav .block-content .currently .actions {
  display: block;
  text-align: right;
}
/* .block-subscribe */
.block-subscribe #newsletter-validate-detail {
  margin-bottom: 0;
}
.block-subscribe #newsletter-validate-detail .block-content .form-subscribe-header {
  margin-bottom: 1.125em;
}
.block-subscribe #newsletter-validate-detail .block-content input {
  width: 100%;
}
.block-subscribe #newsletter-validate-detail .block-content .button {
  width: 100%;
  margin-top: 1.125em;
}
/* .block-related */
.block-related .block-content .mini-products-list .item .product {
  overflow: hidden;
}
@media only screen and (min-width: 479px) {
  /* .block
	   ========================================================================== */
  .block .block-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.6666666666666665rem;
    color: #353535;
  }
  .block .block-title small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .block .block-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .block .block-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 767px) {
  /* .block
	   ========================================================================== */
  .block {
    text-align: left;
  }
}
/* ==========================================================================
   Tags
   ========================================================================== */
/* .tags-list */
.tags-list {
  list-style: none;
  margin-bottom: 1.125em;
}
.tags-list li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background-color: #0099ff;
  padding: 0.375em 0.5625em;
  margin-bottom: 0.28125em;
}
.tags-list li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #fff;
}
.tags-list li:hover {
  background-color: #007acc;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin-bottom: 1.125em;
}
label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  /*font-weight: bold;*/
  margin-bottom: 0.5625em;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.link-cart {
  font-size: 14px;
  font-size: 1.4rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  /*font-weight: bold;*/
  color: #fff;
  width: 100%;
  max-width: 300px;
  background-color: #566c11;
  padding: 0.5625em;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.link-cart:hover {
  background-color: #33400a;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.link-cart:active {
  background-color: #33400a;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.multiselect,
.input-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  max-width: 480px;
  color: #808080;
  outline: none;
  border: 1px solid #ccc;
  padding: 0.5625em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
.input-text:focus {
  border: 1px solid #75b9f0;
  color: #000;
}
select {
  background-color: #fff;
}
.calendar * {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
.calendar table {
  border-collapse: separate;
}
.calendar table td {
  line-height: normal;
  display: table-cell;
  background-color: inherit;
  color: inherit;
  max-width: none;
  width: auto;
}
/* ==========================================================================
   Messages
   ========================================================================== */
.success,
.error {
  color: #fff;
}
.notice {
  color: #000;
}
.messages {
  margin-bottom: 1.6875em;
}
.messages,
.messages ul {
  list-style: none;
}
.messages .error-msg,
.messages ul .error-msg,
.messages .success-msg,
.messages ul .success-msg,
.messages .note-msg,
.messages ul .note-msg,
.messages .notice-msg,
.messages ul .notice-msg {
  color: #fff;
  padding: 0.5625em;
}
.messages .error-msg ul li,
.messages ul .error-msg ul li,
.messages .success-msg ul li,
.messages ul .success-msg ul li,
.messages .note-msg ul li,
.messages ul .note-msg ul li,
.messages .notice-msg ul li,
.messages ul .notice-msg ul li {
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
.messages .error-msg span,
.messages ul .error-msg span,
.messages .success-msg span,
.messages ul .success-msg span,
.messages .note-msg span,
.messages ul .note-msg span,
.messages .notice-msg span,
.messages ul .notice-msg span {
  position: relative;
  padding-left: 21px;
}
.messages .error-msg span:before,
.messages ul .error-msg span:before,
.messages .success-msg span:before,
.messages ul .success-msg span:before,
.messages .note-msg span:before,
.messages ul .note-msg span:before,
.messages .notice-msg span:before,
.messages ul .notice-msg span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: auto;
}
.messages .error-msg,
.messages ul .error-msg {
  background-color: #f00;
}
.messages .error-msg span:before,
.messages ul .error-msg span:before {
  content: "\f06a";
  color: #fff;
}
.messages .success-msg,
.messages ul .success-msg {
  background-color: #566c11;
}
.messages .success-msg span:before,
.messages ul .success-msg span:before {
  content: "\f058";
  color: #fff;
}
.messages .note-msg,
.messages ul .note-msg,
.messages .notice-msg,
.messages ul .notice-msg {
  color: #000;
  background-color: #fc0;
}
.messages .note-msg span:before,
.messages ul .note-msg span:before,
.messages .notice-msg span:before,
.messages ul .notice-msg span:before {
  content: "\f05a";
  color: #000;
}
/* ==========================================================================
   .links
   ========================================================================== */
.links {
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
  margin-bottom: 1.125em !important;
  padding-right: 10px;
  padding-top: 10px;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.links li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  font-family: "purista-web";
  text-transform: uppercase;
  margin-left: 0.5625em;
}
.links li:first-child {
  margin-left: 0;
}
.links li a {
  font-family: "purista-web";
  font-weight: bold;
  padding: 0.5625em 0;
  color: #000;
}
.links li a:hover {
  color: #566c11;
}
/* ==========================================================================
   Toolbar
   ========================================================================== */
/* .toolbar */
.toolbar {
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.75em 0;
}
.toolbar:before,
.toolbar:after {
  content: "";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  margin-right: 5px;
  margin-bottom: 0;
}
.blog-toolbar {
  padding: 0 40px;
}
/* .pager */
.pager {
  overflow: hidden;
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.pager .amount {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  float: left;
  margin-bottom: 0.5625em;
}
.pager .limiter {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  float: right;
  margin-bottom: 0.5625em;
}
.pager .limiter label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  display: inline;
}
.pager .limiter select {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2px;
  margin-right: 2px;
  height: 23px;
}
.pager .pages {
  margin-bottom: 0;
}
.pager .pages strong {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 23px;
  margin-right: 5px;
  margin-left: 20px;
}
.pager .pages ol {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin-bottom: 0;
}
.pager .pages ol li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.pager .pages ol li.current {
  color: #fff;
  background-color: #808080;
  padding: 0.225em 0.45em;
}
.pager .pages ol li:first-child {
  margin-left: 0;
}
.pager .pages ol li a {
  display: block;
  background-color: #fff;
  padding: 0.225em 0.45em;
}
.pager .pages ol li a:hover {
  color: #fff;
  background-color: #566c11;
}
.pager .pages ol li a:active {
  background-color: #000;
}
.pager .pages ol li a.previous,
.pager .pages ol li a.next {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border: 0;
  font: 0/0 a;
  text-align: center;
  color: transparent;
  width: 23px;
  height: 23px;
}
.pager .pages ol li a.previous img,
.pager .pages ol li a.next img {
  display: none;
}
.pager .pages ol li a.previous:after,
.pager .pages ol li a.next:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #566c11;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pager .pages ol li a.previous:hover:after,
.pager .pages ol li a.next:hover:after {
  color: #fff;
}
.pager .pages ol li a.previous:after {
  content: "\f053";
}
.pager .pages ol li a.next {
  height: 28px;
}
.pager .pages ol li a.next:after {
  content: "\f054";
  padding-top: 3px;
}
/* .sorter */
.sorter {
  overflow: hidden;
  width: 25%;
  float: right;
}
.sorter .view-mode {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.5555555555555554rem;
  float: left;
  margin-bottom: 0;
  display: none;
}
.sorter .view-mode .grid,
.sorter .view-mode .list {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border: 0;
  font: 0/0 a;
  text-align: center;
  color: transparent;
  width: 20px;
  height: 28px;
}
.sorter .view-mode .grid:after,
.sorter .view-mode .list:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  line-height: 3.5555555555555554rem;
  color: #bfbfbf;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sorter .view-mode .grid:after {
  content: "\f009";
}
.sorter .view-mode .list:after {
  content: "\f039";
}
.sorter .view-mode a.grid:after,
.sorter .view-mode a.list:after {
  color: #566c11;
}
.sorter .view-mode a.grid:hover:after,
.sorter .view-mode a.list:hover:after {
  color: #33400a;
}
.sorter .sort-by {
  float: right;
  margin-bottom: 0;
}
.sorter .sort-by select {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2px;
  margin-right: 2px;
}
.sorter .sort-by a {
  background-color: #fff;
  padding: 0.28125em 0.5625em 0.225em;
}
/* .toolbar-bottom */
.toolbar-bottom {
  clear: both;
}
.toolbar-bottom .toolbar {
  margin-bottom: 0;
}
@media only screen and (min-width: 479px) {
  /* .toolbar
	   ========================================================================== */
  .toolbar .pager .amount {
    float: none;
  }
  .toolbar .pager .limiter {
    float: none;
  }
  .toolbar .pager .pages {
    margin-bottom: 0;
  }
  .toolbar .sorter .view-mode {
    float: none;
    margin-bottom: 0.5625em;
  }
  .toolbar .sorter .sort-by {
    float: none;
  }
}
@media only screen and (min-width: 767px) {
  /* .toolbar
	   ========================================================================== */
  .toolbar .pager .amount {
    float: left;
  }
  .toolbar .pager .limiter {
    float: right;
  }
  .toolbar .pager .pages {
    margin-bottom: 0;
  }
  .toolbar .sorter .view-mode {
    float: left;
    margin-bottom: 0;
  }
  .toolbar .sorter .sort-by {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar .sorter {
    width: 100%;
    float: none;
  }
  .toolbar .sorter .sort-by {
    float: left;
  }
}
@media only screen and (min-width: 959px) {
  /* .toolbar
	   ========================================================================== */
  .toolbar .pager .pages {
    clear: none;
    padding-bottom: 0;
  }
}
/* ==========================================================================
   .btn-remove and .btn-edit
   ========================================================================== */
.btn-remove,
.btn-edit {
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border: 0;
  font: 0/0 a;
  color: transparent;
  float: right;
}
.btn-remove:after,
.btn-edit:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  font-size: 16px;
  color: #808080;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: auto;
}
.btn-remove:hover:after,
.btn-edit:hover:after {
  color: #000;
}
.btn-remove:after {
  content: "\f057";
}
.btn-edit:after {
  content: "\f044";
}
.box-additional,
.box-up-sell {
  display: none;
}
.cart-table .btn-remove:after {
  position: relative;
  top: auto;
  right: auto;
}
/* ==========================================================================
   Common styles for .data-table and .products-grid
   ========================================================================== */
.data-table,
.products-grid {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  display: block;
  border-collapse: separate;
  text-align: left;
  margin-bottom: 1.125em;
  position: relative;
  z-index: 5;
}
.data-table colgroup,
.products-grid colgroup,
.data-table thead,
.products-grid thead,
.data-table tbody,
.products-grid tbody,
.data-table tfoot,
.products-grid tfoot {
  width: 100%;
}
.data-table colgroup tr th,
.products-grid colgroup tr th,
.data-table thead tr th,
.products-grid thead tr th,
.data-table tbody tr th,
.products-grid tbody tr th,
.data-table tfoot tr th,
.products-grid tfoot tr th {
  z-index: 1;
  position: relative;
  vertical-align: top;
  /*font-weight: bold;*/
  border-bottom: 1px solid #bfbfbf;
  padding: 1.125em 0.5625em;
}
.data-table colgroup tr td,
.products-grid colgroup tr td,
.data-table thead tr td,
.products-grid thead tr td,
.data-table tbody tr td,
.products-grid tbody tr td,
.data-table tfoot tr td,
.products-grid tfoot tr td {
  z-index: 1;
  position: relative !important;
  vertical-align: top;
  border-bottom: 1px solid #bfbfbf;
  background-color: #ffffff;
  padding: 1.125em 0.5625em;
}
.data-table colgroup tr td .product-image,
.products-grid colgroup tr td .product-image,
.data-table thead tr td .product-image,
.products-grid thead tr td .product-image,
.data-table tbody tr td .product-image,
.products-grid tbody tr td .product-image,
.data-table tfoot tr td .product-image,
.products-grid tfoot tr td .product-image {
  border: none;
}
.data-table colgroup tr td .product-image img,
.products-grid colgroup tr td .product-image img,
.data-table thead tr td .product-image img,
.products-grid thead tr td .product-image img,
.data-table tbody tr td .product-image img,
.products-grid tbody tr td .product-image img,
.data-table tfoot tr td .product-image img,
.products-grid tfoot tr td .product-image img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 50px;
  height: auto;
}
.data-table colgroup tr td .product-name,
.products-grid colgroup tr td .product-name,
.data-table thead tr td .product-name,
.products-grid thead tr td .product-name,
.data-table tbody tr td .product-name,
.products-grid tbody tr td .product-name,
.data-table tfoot tr td .product-name,
.products-grid tfoot tr td .product-name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.data-table colgroup tr td .disc,
.products-grid colgroup tr td .disc,
.data-table thead tr td .disc,
.products-grid thead tr td .disc,
.data-table tbody tr td .disc,
.products-grid tbody tr td .disc,
.data-table tfoot tr td .disc,
.products-grid tfoot tr td .disc {
  list-style: none;
}
.data-table colgroup tr td p,
.products-grid colgroup tr td p,
.data-table thead tr td p,
.products-grid thead tr td p,
.data-table tbody tr td p,
.products-grid tbody tr td p,
.data-table tfoot tr td p,
.products-grid tfoot tr td p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.data-table colgroup tr td .input-text,
.products-grid colgroup tr td .input-text,
.data-table thead tr td .input-text,
.products-grid thead tr td .input-text,
.data-table tbody tr td .input-text,
.products-grid tbody tr td .input-text,
.data-table tfoot tr td .input-text,
.products-grid tfoot tr td .input-text {
  width: 35px;
  text-align: center;
}
.data-table colgroup tr td .ratings,
.products-grid colgroup tr td .ratings,
.data-table thead tr td .ratings,
.products-grid thead tr td .ratings,
.data-table tbody tr td .ratings,
.products-grid tbody tr td .ratings,
.data-table tfoot tr td .ratings,
.products-grid tfoot tr td .ratings {
  margin-bottom: 0;
}
.data-table colgroup tr td .ratings .rating-links,
.products-grid colgroup tr td .ratings .rating-links,
.data-table thead tr td .ratings .rating-links,
.products-grid thead tr td .ratings .rating-links,
.data-table tbody tr td .ratings .rating-links,
.products-grid tbody tr td .ratings .rating-links,
.data-table tfoot tr td .ratings .rating-links,
.products-grid tfoot tr td .ratings .rating-links {
  margin-bottom: 0;
}
.data-table colgroup tr td .ratings .rating-links a,
.products-grid colgroup tr td .ratings .rating-links a,
.data-table thead tr td .ratings .rating-links a,
.products-grid thead tr td .ratings .rating-links a,
.data-table tbody tr td .ratings .rating-links a,
.products-grid tbody tr td .ratings .rating-links a,
.data-table tfoot tr td .ratings .rating-links a,
.products-grid tfoot tr td .ratings .rating-links a {
  display: block;
  margin: 0 0 0.5625em;
}
.data-table colgroup tr td .ratings .rating-links a:last-child,
.products-grid colgroup tr td .ratings .rating-links a:last-child,
.data-table thead tr td .ratings .rating-links a:last-child,
.products-grid thead tr td .ratings .rating-links a:last-child,
.data-table tbody tr td .ratings .rating-links a:last-child,
.products-grid tbody tr td .ratings .rating-links a:last-child,
.data-table tfoot tr td .ratings .rating-links a:last-child,
.products-grid tfoot tr td .ratings .rating-links a:last-child {
  margin-bottom: 0;
}
.data-table colgroup tr td .btn-remove,
.products-grid colgroup tr td .btn-remove,
.data-table thead tr td .btn-remove,
.products-grid thead tr td .btn-remove,
.data-table tbody tr td .btn-remove,
.products-grid tbody tr td .btn-remove,
.data-table tfoot tr td .btn-remove,
.products-grid tfoot tr td .btn-remove {
  position: relative;
  outline: 0;
}
.data-table colgroup tr.last th,
.products-grid colgroup tr.last th,
.data-table thead tr.last th,
.products-grid thead tr.last th,
.data-table tbody tr.last th,
.products-grid tbody tr.last th,
.data-table tfoot tr.last th,
.products-grid tfoot tr.last th,
.data-table colgroup tr.last td,
.products-grid colgroup tr.last td,
.data-table thead tr.last td,
.products-grid thead tr.last td,
.data-table tbody tr.last td,
.products-grid tbody tr.last td,
.data-table tfoot tr.last td,
.products-grid tfoot tr.last td {
  border-bottom: none;
}
.data-table thead tr td,
.products-grid thead tr td {
  border-bottom: 1px solid #bfbfbf !important;
}
.data-table tfoot tr td,
.products-grid tfoot tr td {
  border-bottom: none;
  border-top: 1px solid #bfbfbf;
}
.data-table tfoot tr td .btn-continue,
.products-grid tfoot tr td .btn-continue,
.data-table tfoot tr td .btn-update,
.products-grid tfoot tr td .btn-update {
  z-index: 2;
  width: auto;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #566c11;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #566c11;
}
.data-table tfoot tr td .btn-continue:hover,
.products-grid tfoot tr td .btn-continue:hover,
.data-table tfoot tr td .btn-update:hover,
.products-grid tfoot tr td .btn-update:hover {
  border-bottom: none;
}
.data-table tfoot tr td .btn-continue,
.products-grid tfoot tr td .btn-continue {
  margin-right: 1.125em;
}
.data-table#checkout-review-table tfoot tr.first td,
.products-grid#checkout-review-table tfoot tr.first td {
  padding-bottom: 0;
}
.data-table#checkout-review-table tfoot tr.last td,
.products-grid#checkout-review-table tfoot tr.last td {
  padding-top: 0;
}
/* ==========================================================================
   .data-table, .box-up-sell .products-grid
   ========================================================================== */
.data-table,
.box-up-sell .products-grid {
  position: relative;
  overflow-x: auto;
}
.products-grid {
  text-align: center;
}
/* Specific responsive table rules */
#wishlist-view-form {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table {
  table-layout: fixed;
  margin-bottom: 1.125em;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(1) {
  width: 25%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(2) {
  width: 35%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(3) {
  width: 15%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(4) {
  width: 20%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(5) {
  width: 5%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(1) {
  width: 25%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(2) {
  width: 35%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(3) {
  width: 15%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(4) {
  width: 20%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(5) {
  width: 5%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td .price-box {
  margin-bottom: 0;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td textarea {
  width: 100%;
  max-width: 100%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td .btn-cart {
  width: auto;
  margin-bottom: 0.5625em;
}
/* ==========================================================================
   .buttons-set2
   ========================================================================== */
.buttons-set2 button {
  width: auto;
  margin-bottom: 0.5625em;
}
/* ==========================================================================
   .cart - inner shadows for responsive layouts
   ========================================================================== */
.cart > form {
  position: relative;
}
.cart > form:before,
.cart > form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  z-index: 20;
}
.cart > form:before {
  -webkit-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  left: 0;
}
.cart > form:after {
  -webkit-box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  right: 0;
}
/* ==========================================================================
   Other table inner shadows for responsive layouts
   ========================================================================== */
/* ==========================================================================
   .add-to-links
   ========================================================================== */
.add-to-links {
  overflow: hidden;
  list-style: none;
  margin: 1.125em 0 0;
}
.add-to-links .separator {
  display: none;
}
/* ==========================================================================
   .product-collateral
   ========================================================================== */
.product-collateral {
  background-color: #eee;
  padding: 1.125em;
  margin: 1.125em 0 0;
  z-index: 10;
  position: relative;
}
.product-collateral .box-description {
  border-bottom: 1px dotted #808080;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.product-collateral .box-description h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-description .std {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  text-align: left;
}
.product-collateral .box-additional {
  margin-bottom: 1.125em;
}
.product-collateral .box-additional h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-up-sell {
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.product-collateral .box-up-sell h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-tags h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-tags h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 1.125em;
}
.product-collateral .box-tags .product-tags {
  list-style: none;
}
.product-collateral .box-tags .product-tags li {
  font-size: 14px;
  font-size: 1.4rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background-color: #0099ff;
  padding: 0.5625em;
  margin: 0 0.28125em 0.5625em 0;
}
.product-collateral .box-tags .product-tags li:hover {
  background-color: #007acc;
}
.product-collateral .box-tags .product-tags li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #fff;
}
.product-collateral .box-tags form label {
  display: block;
  width: 100%;
  clear: both;
}
.product-collateral .box-tags form input {
  width: 100%;
}
.product-collateral .box-tags form .button {
  width: 100%;
  margin-top: 0.5625em;
}
.product-collateral .box-tags .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  color: #808080;
  text-align: left;
  margin-bottom: 1.125em;
}
@media only screen and (min-width: 599px) {
  /* .box-description
	   ========================================================================== */
  .product-collateral .box-description {
    text-align: left;
  }
  /* .box-tags
	   ========================================================================== */
  .product-collateral .box-tags {
    text-align: left;
  }
  .product-collateral .box-tags h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.2222222222222223rem;
  }
  .product-collateral .box-tags .form-add label {
    float: left;
  }
  .product-collateral .box-tags .form-add .input-box {
    display: inline;
  }
  .product-collateral .box-tags .form-add .input-box input {
    width: auto;
  }
  .product-collateral .box-tags .form-add .button {
    width: auto;
    margin-top: 0;
  }
}
/* ==========================================================================
   .box-reviews
   ========================================================================== */
.box-reviews h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 0.5625em;
}
.box-reviews .pager {
  margin-bottom: 0.5625em;
}
.box-reviews dl {
  text-align: left;
  background-color: #fff;
  padding: 1.125em;
  margin: 1.125em 0;
}
.box-reviews dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  margin-bottom: 0.5625em;
}
.box-reviews dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.box-reviews dl dd .ratings-table {
  width: 100%;
  margin-bottom: 0.5625em;
}
.box-reviews dl dd .ratings-table tbody tr th {
  /*font-weight: bold;*/
  padding-right: 20px;
  padding-bottom: 0.5625em;
}
.box-reviews dl dd .ratings-table tbody tr td {
  padding-bottom: 0.5625em;
}
.box-reviews dl dd .ratings-table tbody tr td .rating-box {
  width: 80px;
  height: 16px;
  background: url('../images/icon-star-sml.png') repeat-x left top;
}
.box-reviews dl dd .ratings-table tbody tr td .rating-box .rating {
  height: 16px;
  background: url('../images/icon-star-sml.png') repeat-x left -32px;
}
.box-reviews .form-add {
  text-align: left;
  background-color: #fff;
  padding: 1.125em;
  margin: 1.125em 0;
}
.box-reviews .form-add #review-form h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.box-reviews .form-add #review-form h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.box-reviews .form-add #review-form #product-review-table {
  white-space: nowrap;
}
/* ==========================================================================
   Common styles for .crosssell, #discount-coupon-form, .shipping and .totals
   ========================================================================== */
.crosssell,
#discount-coupon-form,
.giftcard,
.shipping,
.totals {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1.125em;
  margin: 0 0 1.125em 0;
  float: left;
  width: 30%;
}
.crosssell h2,
#discount-coupon-form h2,
.giftcard h2,
.shipping h2,
.totals h2 {
  font-family: "purista-web", Arial, sans-serif;
  font-size: 20px !important;
  font-size: 2rem !important;
  line-height: 24px !important;
  line-height: 2.6666666666666665rem !important;
  font-weight: bold;
  margin-bottom: 1.125em;
}
.shipping {
  float: left;
  margin-left: 25px;
}
.totals {
  float: right;
  width: 35%;
}
.giftcard,
#discount-coupon-form {
  float: none;
  width: 100%;
}
.discount-gift {
  width: 30%;
  float: left;
}
@media only screen and (min-width: 479px) {
  /* Common styles for .crosssell, #discount-coupon-form, .shipping and .totals
     ========================================================================== */
  .crosssell h2,
  #discount-coupon-form h2,
  .shipping h2,
  .totals h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .discount-gift {
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
   .crosssell
   ========================================================================== */
.crosssell #crosssell-products-list {
  list-style: none;
  margin-bottom: 0;
}
.crosssell #crosssell-products-list .item {
  border-bottom: 1px dotted #808080;
  margin-bottom: 1.125em;
}
.crosssell #crosssell-products-list .item.last {
  border-bottom: none;
  margin-bottom: 0;
}
.crosssell #crosssell-products-list .item .product-image {
  float: left;
}
.crosssell #crosssell-products-list .item .product-details {
  text-align: left;
  margin-left: 95px;
}
.crosssell #crosssell-products-list .item .product-details .product-name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.crosssell #crosssell-products-list .item .product-details .price-box {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 1.125em;
}
.crosssell #crosssell-products-list .item .product-details .btn-cart {
  width: auto;
}
@media only screen and (min-width: 479px) {
  /* .crosssell
	   ========================================================================== */
  .crosssell #crosssell-products-list .item .product-image {
    float: left;
  }
  .crosssell #crosssell-products-list .item .product-image img {
    max-width: 50px;
    height: auto;
  }
  .crosssell #crosssell-products-list .item .product-details {
    margin-left: 60px;
  }
  .crosssell #crosssell-products-list .item .product-details .product-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .crosssell #crosssell-products-list .item .product-details .price-box {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .crosssell #crosssell-products-list .item .product-details .add-to-links li a.link-wishlist,
  .crosssell #crosssell-products-list .item .product-details .add-to-links li a.link-compare {
    float: none;
  }
}
/* ==========================================================================
   #discount-coupon-form
   ========================================================================== */
#discount-coupon-form .discount .discount-form .input-box input {
  width: 100%;
  margin-bottom: 0.5625em;
}
#discount-coupon-form .discount .discount-form .buttons-set .button {
  width: 100%;
}
#giftcard_code {
  width: 100%;
  margin-bottom: 0.5625em;
}
.check-gc-status {
  margin-top: 10px;
}
/* ==========================================================================
   .shipping
   ========================================================================== */
.shipping .shipping-form form .form-list {
  list-style: none;
  margin-bottom: 0;
}
.shipping .shipping-form form .form-list li label {
  clear: both;
}
.shipping .shipping-form form .form-list li .input-box {
  clear: both;
}
.shipping .shipping-form form .form-list li .input-box select {
  max-width: 100%;
  margin-bottom: 0.5625em;
}
.shipping .shipping-form form .form-list li .input-box .input-text {
  width: 100%;
  margin-bottom: 0.5625em;
}
.shipping .shipping-form form .buttons-set .button {
  width: 100%;
}
.shipping #co-shipping-method-form .sp-methods dd ul {
  list-style: none;
}
.shipping #co-shipping-method-form .sp-methods dd ul li {
  text-align: left;
}
.shipping #co-shipping-method-form .sp-methods dd ul li .radio {
  float: left;
  margin: 2px 0.5625em 1px 0;
}
.shipping #co-shipping-method-form .sp-methods dd ul li label {
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
/* ==========================================================================
   .totals
   ========================================================================== */
.totals #shopping-cart-totals-table {
  width: 100%;
  text-align: left;
  margin-bottom: 0.75em;
}
.totals #shopping-cart-totals-table tbody tr td,
.totals #shopping-cart-totals-table tfoot tr td {
  width: 50%;
}
.totals #shopping-cart-totals-table tbody tr td,
.totals #shopping-cart-totals-table tbody tr th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  vertical-align: top;
}
.totals #shopping-cart-totals-table tbody tr td:first-child,
.totals #shopping-cart-totals-table tbody tr th:first-child {
  text-align: right;
  padding-right: 0.5625em;
}
.totals #shopping-cart-totals-table tbody tr td:last-child,
.totals #shopping-cart-totals-table tbody tr th:last-child {
  text-align: left;
  padding-left: 0.5625em;
}
.totals #shopping-cart-totals-table tbody tr th {
  border: 1px solid #CCCCCC;
}
.totals #shopping-cart-totals-table tfoot tr td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.totals #shopping-cart-totals-table tfoot tr td:first-child {
  text-align: right;
  padding-right: 0.5625em;
}
.totals #shopping-cart-totals-table tfoot tr td:last-child {
  text-align: left;
  padding-left: 0.5625em;
}
.totals .checkout-types {
  list-style: none;
  margin-bottom: 0;
}
.totals .checkout-types li .btn-checkout {
  width: 100%;
  margin-bottom: 1.125em;
}
.totals .checkout-types li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
/* ==========================================================================
   Common styles for .link-wishlist and .link-compare
   ========================================================================== */
.link-wishlist,
.link-compare {
  font-size: 13px;
  font-size: 1.3rem;
  /*font-weight: bold;*/
}
/* ==========================================================================
   .link-wishlist
   ========================================================================== */
.link-wishlist {
  float: left;
}
/* ==========================================================================
   .link-compare
   ========================================================================== */
.link-compare {
  float: right;
}
/* ==========================================================================
   .mini-products-list
   ========================================================================== */
.mini-products-list {
  text-align: left;
}
.mini-products-list .item {
  padding: 0.5625em 0;
  border-top: 1px solid #a6a7a9;
}
.mini-products-list .item.last {
  margin-bottom: 0;
}
.mini-products-list .item .checkbox {
  float: left;
  margin: 1px 0.5625em 1px 0;
}
.mini-products-list .item .product-image {
  float: left;
  margin-right: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 5px;
}
.mini-products-list .item .product-image img {
  max-width: 65px;
}
.mini-products-list .item .product-details {
  font-size: 14px;
  font-size: 1.4rem;
}
.mini-products-list .item .product-details .product-name {
  font-family: "purista-web", Arial, sans-serif;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.mini-products-list .item .product-details .product-name a {
  color: #030303;
}
.mini-products-list .item .product-details .price-box .price {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
}
.mini-products-list .item .product-details .price-box .old-price {
  margin-bottom: 0;
}
.mini-products-list .item .product-details .price-box .old-price .price {
  color: #000;
}
.mini-products-list .item .product-details .price-box .special-price .price {
  color: #f80505;
}
.mini-products-list .item .product-details .link-cart:hover {
  color: #fff;
}
.mini-products-list .item .product-details .truncated {
  position: relative;
  display: block;
  clear: both;
  background-color: #fff;
  padding: 1.125em;
  margin-top: 2.25em;
}
.mini-products-list .item .product-details .truncated:after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-right: auto;
  margin-left: auto;
}
.mini-products-list .item .product-details .truncated .item-options dt {
  margin-bottom: 0.5625em;
}
.mini-products-list .item .product-details .truncated .item-options dd {
  margin-bottom: 1.125em;
}
.mini-products-list .item .product-details .truncated .item-options dd .price {
  display: block;
}
.mini-products-list .item .product-details .btn-edit {
  margin-right: 26px;
}
/* ==========================================================================
   .price-box
   ========================================================================== */
.price-box {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.5625em;
}
.price-box .regular-price .price,
.price-box .price-from .price,
.price-box .price-to .price,
.price-box .special-price .price,
.price-box .minimal-price .price,
.price-box .price-as-configured .price,
.price-box .full-product-price .price {
  line-height: 38px;
  line-height: 4.222222222222222rem;
  /*font-weight: bold;*/
}
.price-box .price-from {
  margin-bottom: 0;
}
.price-box .old-price {
  color: #808080;
  margin-bottom: 0.75em;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .price-as-configured {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  color: #fff;
  background-color: #00cc00;
  padding: 0.5625em;
  margin-bottom: 0.5625em;
}
@media only screen and (min-width: 599px) {
  /* .price-box
	   ========================================================================== */
  .price-box .price-as-configured {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .price-box-bundle .price-box .price-from {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .price-box-bundle .price-box .price-to {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
/* ==========================================================================
   .product-pricing
   ========================================================================== */
.product-pricing {
  margin-bottom: 1.6875em;
}
.product-pricing li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
/* ==========================================================================
   .ratings
   ========================================================================== */
.ratings {
  margin-bottom: 1.125em;
}
.ratings .rating-box {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border: 0;
  font: 0/0 a;
  color: transparent;
  float: left;
  margin: 2px 10px 0 0;
  width: 80px;
  height: 16px;
  background: url('../../default/images/icon-star-sml.png') repeat-x left top;
}
.ratings .rating-box .rating {
  height: 16px;
  background: url('../../default/images/icon-star-sml.png') repeat-x left -32px;
}
.ratings .amount {
  margin-left: 0.5625em;
}
.ratings .amount a {
  line-height: 23px;
  line-height: 2.5555555555555554rem;
}
.ratings .rating-links {
  margin-top: 0.5625em;
}
.ratings .rating-links a {
  margin-right: 1.125em;
}
.ratings .rating-links a:last-child {
  margin-right: 0;
}
.ratings .rating-links .separator {
  display: none;
}
@media (max-width: 479px) {
  .ratings .rating-links a {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 479px) {
  /* .ratings
	   ========================================================================== */
  .ratings .rating-box {
    width: 80px;
    height: 16px;
    background: url('../images/icon-star-sml.png') repeat-x left top;
  }
  .ratings .rating-box .rating {
    height: 16px;
    background: url('../images/icon-star-sml.png') repeat-x left -32px;
  }
  .ratings .amount a {
    line-height: 20px;
    line-height: 2.2222222222222223rem;
  }
}
/* ==========================================================================
   One page checkout
   ========================================================================== */
/* .opc - One Page Checkout */
.opc {
  list-style: none;
}
.opc .section {
  position: relative;
  background-color: #fff;
  padding: 1.125em;
  margin-bottom: 1.125em;
  border: 1px solid #bfbfbf;
}
.opc .section .step-title {
  position: relative;
  padding: 0.140625em 0.375em;
  margin-bottom: 0.28125em;
}
.opc .section .step-title .number {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #E0E1E1;
  width: 36px;
  height: 36px;
  padding: 6px 5px 5px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.opc .section .step-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 40px;
}
.opc .section .step-title > a,
.opc .section .step-title .edit {
  position: absolute;
  top: 10px;
  right: 0;
  border: 0;
  font: 0/0 a;
  color: transparent;
  float: right;
}
.opc .section .step-title > a:after,
.opc .section .step-title .edit:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #566c11;
  content: "\f044";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.opc .section .step-title > a:hover:after,
.opc .section .step-title .edit:hover:after {
  color: #33400a;
}
.opc .section.allow .edit {
  display: block;
  position: absolute;
  top: 1.125em;
  right: 1.125em;
}
.opc .section.active {
  background-color: #fff;
}
.opc .section.active .step-title {
  border-bottom: 1px solid #aaabac;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.opc .section.active .step-title .number {
  color: #fff;
  background-color: #566c11;
}
.opc .section.active .step-title > a,
.opc .section.active .step-title .edit {
  display: none;
}
.opc .section .step #checkout-step-shipping_method #co-shipping-method-form {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load,
.opc .section .step #co-payment-form {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load dl dt .radio,
.opc .section .step #co-payment-form dl dt .radio {
  margin-bottom: 0.5625em;
}
.opc .section .step #checkout-shipping-method-load dl dt label,
.opc .section .step #co-payment-form dl dt label {
  display: inline;
}
.opc .section .step #checkout-shipping-method-load dl dd,
.opc .section .step #co-payment-form dl dd {
  margin-bottom: 0.5625em;
}
.opc .section .step #checkout-shipping-method-load dl dd:last-child,
.opc .section .step #co-payment-form dl dd:last-child {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load dl dd p,
.opc .section .step #co-payment-form dl dd p {
  margin-bottom: 0.5625em;
}
.opc .section .step #checkout-shipping-method-load dl dd p:last-child,
.opc .section .step #co-payment-form dl dd p:last-child {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load dl dd ul,
.opc .section .step #co-payment-form dl dd ul {
  list-style: none;
  margin-bottom: 1.125em;
}
.opc .section .step #checkout-shipping-method-load dl dd ul li label,
.opc .section .step #co-payment-form dl dd ul li label {
  display: inline;
}
/* Brought out of .opc due to specificity problems */
ul.ul {
  list-style-type: disc;
  margin-bottom: 1.125em;
}
/* .col2-set for forms */
.col2-set .col-1 h2,
.col2-set .col-2 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
}
.col2-set .col-1 h3,
.col2-set .col-2 h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
.col2-set .col-1 h4,
.col2-set .col-2 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.col2-set .col-1 p,
.col2-set .col-2 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 0.5625em;
}
.col2-set .col-1 a,
.col2-set .col-2 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.col2-set .col-1 form .form-list,
.col2-set .col-2 form .form-list {
  margin-bottom: 0;
}
.col2-set .col-2 #login-form {
  margin-bottom: 0;
}
/* .form-list */
.form-list {
  list-style: none;
  margin: 0 0 0.5625em;
}
.form-list li.control {
  margin-bottom: 1.125em !important;
}
.form-list li.control .input-box {
  display: inline;
}
.form-list li.control .radio {
  margin-bottom: 0.5625em;
}
.form-list li.control label {
  display: inline;
  margin-bottom: 0.5625em;
}
.form-list li:last-child {
  margin-bottom: 0;
}
.form-list li .radio {
  margin-right: 5px;
  margin-bottom: 0 !important;
}
.form-list li label {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 0.5625em;
}
.form-list li .input-box {
  display: block;
  float: none;
  clear: both;
  margin-top: 0.5625em;
}
.form-list li .input-box .input-text {
  width: 100%;
  margin-bottom: 1.125em;
}
.form-list li .input-box select {
  max-width: 180px;
  overflow: hidden;
  margin-bottom: 1.125em;
}
.form-list li .input-box select option {
  max-width: 180px;
  overflow: hidden;
}
.form-list li .input-box textarea,
.form-list li .input-box .multiselect {
  width: 100%;
  max-width: 480px;
}
.form-list li .input-range {
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
}
.form-list li ul {
  list-style: none;
  margin: 0;
}
.form-list li ul li label {
  margin-bottom: 0.5625em;
}
.form-list li ul li div label {
  margin-bottom: 0.5625em;
}
.form-list li ul li .field label {
  margin-bottom: 0.5625em;
}
.form-list li ul li .input-box .input-text {
  width: 100%;
  margin-bottom: 1.125em;
}
.form-list li ul li .input-box select {
  max-width: 200px;
  overflow: hidden;
  margin-bottom: 1.125em;
}
.form-list li ul li .input-box select option {
  max-width: 200px;
  overflow: hidden;
}
/* .buttons-set */
.buttons-set .back-link,
.buttons-set .f-left {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  display: block;
}
.buttons-set .button {
  margin-bottom: 1.125em;
}
.buttons-set .please-wait img {
  display: block;
  margin: 1.125em auto 0.5625em;
}
/* #checkout-progress-wrapper */
#checkout-progress-wrapper .block-progress .block-title {
  margin-bottom: 1.125em;
}
#checkout-progress-wrapper .block-progress .block-content dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  background-color: #fff;
  padding: 0.5625em;
  margin-bottom: 2px;
}
#checkout-progress-wrapper .block-progress .block-content dl dt.complete {
  margin-bottom: 0;
}
#checkout-progress-wrapper .block-progress .block-content dl dt .separator {
  margin-right: 5px;
  margin-left: 5px;
}
#checkout-progress-wrapper .block-progress .block-content dl dd {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}
#checkout-progress-wrapper .block-progress .block-content dl dd.complete {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
#checkout-progress-wrapper .block-progress .block-content dl dd address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
#checkout-progress-wrapper .block-progress .block-content dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 0;
}
/* .checkout-onepage-success */
.checkout-onepage-success .page .main-container.col1-layout .main .col-main .page-title h1 {
  text-align: center;
}
.checkout-onepage-success .page .main-container.col1-layout .main .col-main p {
  margin-bottom: 0.5625em;
}
.checkout-onepage-success .page .main-container.col1-layout .main .col-main p:last-of-type {
  margin-bottom: 1.125em;
}
.checkout-onepage-success .page .main-container.col1-layout .main .col-main .buttons-set {
  margin-bottom: 1.125em;
}
/* .validation-advice */
.validation-advice {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  position: relative;
  /*font-weight: bold;*/
  background-color: #ffcc00;
  padding: 0.5625em 1.125em;
  padding-left: 30px;
  margin-bottom: 0.5625em;
}
.validation-advice:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  line-height: 4rem;
  content: "\f05a";
  color: #000;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 16px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .account-login .col2-set .col-1,
  .account-login .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .opc .step .col2-set .col-1,
  .opc .step .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  /* .opc - One Page Checkout
	   ========================================================================== */
  .opc .section .step-title .number {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ==========================================================================
   My Account
   ========================================================================== */
.my-account .dashboard .welcome-msg .hello {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.my-account .dashboard .welcome-msg p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.my-account form {
  background-color: #eee;
  padding: 2.25em;
  margin-bottom: 1.125em;
}
.my-account form .fieldset h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.my-account form .buttons-set .button {
  border: none;
}
.my-account .pager {
  *zoom: 1;
  margin-bottom: 0.5625em;
}
.my-account .pager:before,
.my-account .pager:after {
  content: "";
  display: table;
}
.my-account .pager:after {
  clear: both;
}
.my-account .pager .amount {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  margin-bottom: 0.5625em;
}
.my-account .pager .limiter {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  float: right;
}
.my-account .pager .limiter label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  margin-bottom: 0;
}
.my-account .pager .pages {
  float: right;
}
.my-account .pager .pages ul,
.my-account .pager .pages ol {
  *zoom: 1;
  list-style: none;
}
.my-account .pager .pages ul:before,
.my-account .pager .pages ol:before,
.my-account .pager .pages ul:after,
.my-account .pager .pages ol:after {
  content: "";
  display: table;
}
.my-account .pager .pages ul:after,
.my-account .pager .pages ol:after {
  clear: both;
}
.my-account .pager .pages ul li,
.my-account .pager .pages ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  position: relative;
  float: left;
  margin-left: 0.5625em;
}
.my-account .pager .pages ul li a,
.my-account .pager .pages ol li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.my-account .buttons-set .back-link a {
  /*font-weight: bold;*/
}
/* .block-account */
.block-account .block-content ul li {
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
/* .title-buttons */
.title-buttons {
  margin-bottom: 1.6875em;
}
/* .addresses-primary */
.addresses-primary {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1.125em;
  margin-bottom: 1.125em;
}
.addresses-primary h2 {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.addresses-primary ul,
.addresses-primary ol {
  list-style: none;
  margin-bottom: 0;
}
.addresses-primary ul .item,
.addresses-primary ol .item {
  margin-bottom: 1.6875em;
}
.addresses-primary ul .item:last-child,
.addresses-primary ol .item:last-child {
  margin-bottom: 0;
}
.addresses-primary ul .item address,
.addresses-primary ol .item address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 1.125em;
}
.addresses-primary ul .item p,
.addresses-primary ol .item p {
  margin-bottom: 0.5625em;
}
.addresses-primary ul .item p:last-child,
.addresses-primary ol .item p:last-child {
  margin-bottom: 0;
}
/* .addresses-additional */
.addresses-additional {
  border: 1px solid #e6e6e6;
  padding: 1.125em;
  margin-bottom: 1.125em;
}
.addresses-additional h2 {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.addresses-additional ul,
.addresses-additional ol {
  list-style: none;
  margin-bottom: 0;
}
.addresses-additional ul li p,
.addresses-additional ol li p {
  margin-bottom: 0.75em;
}
.addresses-additional ul li p:last-child,
.addresses-additional ol li p:last-child {
  margin-bottom: 0;
}
/* .box-account */
.box-account {
  margin-bottom: 2.25em;
}
.box-account .box-head {
  position: relative;
  margin-bottom: 1.125em;
}
.box-account .box-head h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
}
.box-account .box-head a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  /*font-weight: bold;*/
}
.box-account ul,
.box-account ol {
  list-style: none;
}
.box-account .data-table {
  margin-top: 1.125em;
}
.box-account .box {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1.6875em;
  margin-bottom: 1.125em;
}
.box-account .box .box-title {
  position: relative;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.box-account .box .box-title h3 {
  margin-bottom: 0.28125em;
}
.box-account .box .box-title a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.box-account .box .box-content {
  *zoom: 1;
}
.box-account .box .box-content:before,
.box-account .box .box-content:after {
  content: "";
  display: table;
}
.box-account .box .box-content:after {
  clear: both;
}
.box-account .box .box-content .col-1 {
  width: 47.5%;
  float: left;
}
.box-account .box .box-content .col-2 {
  width: 47.5%;
  float: right;
}
.box-account .box .box-content p {
  margin-bottom: 0.5625em;
}
.box-account .box .box-content p:last-child {
  margin-bottom: 0;
}
.box-account .box .box-content address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
/* .box-reviews */
.box-reviews #my_recent_reviews .item {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.box-reviews #my_recent_reviews .item .number {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  float: left;
  /*font-weight: bold;*/
  margin-right: 0.5625em;
}
.box-reviews #my_recent_reviews .item .details h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  margin-bottom: 0.5625em;
}
.box-reviews #my_recent_reviews .item .details h3 a {
  /*font-weight: bold;*/
}
.box-reviews #my_recent_reviews .item .details .ratings {
  margin-bottom: 0;
}
@media only screen and (min-width: 479px) {
  .box-account .box .box-title a {
    position: relative;
  }
  .box-account .box .box-content .col-1,
  .box-account .box .box-content .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  /* My Account
	   ========================================================================== */
  .my-account {
    text-align: left;
  }
  .my-account .title-buttons {
    *zoom: 1;
    margin-bottom: 0;
  }
  .my-account .title-buttons:before,
  .my-account .title-buttons:after {
    content: "";
    display: table;
  }
  .my-account .title-buttons:after {
    clear: both;
  }
  .my-account .title-buttons h1 {
    float: left;
  }
  .my-account .title-buttons .button {
    float: right;
    width: auto;
  }
  .my-account .col2-set {
    *zoom: 1;
  }
  .my-account .col2-set:before,
  .my-account .col2-set:after {
    content: "";
    display: table;
  }
  .my-account .col2-set:after {
    clear: both;
  }
  .my-account .col2-set .col-1 {
    width: 47.5%;
    float: left;
  }
  .my-account .col2-set .col-2 {
    width: 47.5%;
    float: right;
  }
}
/* ==========================================================================
   CMS No Route
   ========================================================================== */
.cms-index-noroute .std dl,
.cms-no-route .std dl {
  margin-bottom: 1.125em;
}
.cms-index-noroute .std dl dt,
.cms-no-route .std dl dt {
  margin-bottom: 1.125em;
}
.cms-index-noroute .std dl dd,
.cms-no-route .std dl dd {
  margin-bottom: 1.125em;
}
.cms-index-noroute .std dl dd ul,
.cms-no-route .std dl dd ul,
.cms-index-noroute .std dl dd ol,
.cms-no-route .std dl dd ol {
  margin-bottom: 1.125em;
  margin-left: 1.125em;
}
.cms-index-noroute .std dl dd ul li,
.cms-no-route .std dl dd ul li,
.cms-index-noroute .std dl dd ol li,
.cms-no-route .std dl dd ol li {
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
/* ==========================================================================
   Dealer Locator
   ========================================================================== */
.dealerlocator-index-index .dealerlocator {
  margin-top: 40px;
}
.dealerlocator-index-index .dealerlocator .fieldset {
  background: none repeat scroll 0 0 #E0E1E1;
  padding: 22px 20px 12px;
  margin: 28px 0;
  position: relative;
  border: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .fieldset h2 {
  clear: both;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #E0E1E1;
  border-radius: 2px;
  padding: 5px 8px;
  left: 10px;
  top: -20px;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  background: #566c11;
  color: #fff;
}
.dealerlocator-index-index .dealerlocator .fieldset form {
  margin-bottom: 0;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list {
  margin-bottom: 0;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list .fields {
  margin-top: 20px;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list .fields .field {
  float: left;
  padding-right: 20px;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list .fields .field select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  width: 120px;
  color: #444444;
}
.dealerlocator-index-index .dealerlocator .fieldset .buttons-set {
  clear: left;
}
.dealerlocator-index-index .dealerlocator .fieldset .buttons-set button {
  background-color: #566c11;
}
.dealerlocator-index-index .dealerlocator .fieldset .buttons-set button:hover {
  background-color: #33400a;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer h2 {
  clear: both;
  padding-top: 15px;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table {
  width: 100%;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table colgroup {
  width: 1%;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table thead tr th {
  cursor: pointer;
  font-family: "Arial";
  background-color: #566c11;
  color: #fff;
  border-right: 1px solid #E0E1E1;
  border-top: 1px solid #E0E1E1;
  border-bottom: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table thead tr th:first-child {
  border-left: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table tbody tr td {
  cursor: pointer;
  font-family: "Arial";
  border-right: 1px solid #E0E1E1;
  border-bottom: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table tbody tr td:first-child {
  border-left: 1px solid #E0E1E1;
}
.dealerlocator-index-index .gmap img,
.dealerlocator-index-index .gmap embed,
.dealerlocator-index-index .gmap object,
.dealerlocator-index-index .gmap video {
  max-width: none;
}
.dealerlocator-index-index .gmap div {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .data-table#product-review-table colgroup {
    display: none;
    width: 100%;
  }
  .data-table#product-review-table thead,
  .data-table#product-review-table tbody,
  .data-table#product-review-table tfoot {
    width: 100%;
  }
  .data-table#product-review-table thead tr,
  .data-table#product-review-table tbody tr,
  .data-table#product-review-table tfoot tr {
    width: 100%;
  }
  .data-table#product-review-table thead tr th,
  .data-table#product-review-table tbody tr th,
  .data-table#product-review-table tfoot tr th {
    border: none;
    width: 20%;
    text-align: center;
    padding: 5px 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .data-table#product-review-table thead tr th:first-of-type,
  .data-table#product-review-table tbody tr th:first-of-type,
  .data-table#product-review-table tfoot tr th:first-of-type {
    display: none;
  }
  .data-table#product-review-table thead tr td,
  .data-table#product-review-table tbody tr td,
  .data-table#product-review-table tfoot tr td {
    width: 20%;
    text-align: center;
    padding: 5px 3px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearer {
  clear: both;
}
/**
 * Styles below this point override the default 'mobile first' styles
 */
/* ==========================================================================
   Miscellaneous media queries
   ========================================================================== */
@media only screen and (min-width: 479px) {
  /* ==========================================================================
	   .page-title
	   ========================================================================== */
  .page-title h1 {
    font-family: "refrigerator-deluxe", Arial, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
body {
  background: url("../images/bg_blog.jpg") repeat-x top center #f2f2f2;
}
.cms-home {
  background: url("../images/bg_repeat-home.jpg") repeat-x top center #f2f2f2;
}
.catalog-category-view,
.catalog-product-view {
  background: url("../images/bg_products.jpg") repeat-x top center #f2f2f2;
}
.page-popup {
  background: #fff;
  text-align: left;
}
.page-popup .page-title h1 {
  float: left;
}
.page-popup .page-title .link-print {
  float: right;
  z-index: 999;
}
.page-popup .data-table colgroup tr td .product-image img,
.page-popup .products-grid colgroup tr td .product-image img,
.page-popup .data-table thead tr td .product-image img,
.page-popup .products-grid thead tr td .product-image img,
.page-popup .data-table tbody tr td .product-image img,
.page-popup .products-grid tbody tr td .product-image img,
.page-popup .data-table tfoot tr td .product-image img,
.page-popup .products-grid tfoot tr td .product-image img {
  max-width: none!important;
}
.page-popup .data-table tbody th,
.page-popup .data-table tbody td {
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  line-height: 18px;
}
.page-popup .data-table tbody th ul,
.page-popup .data-table tbody td ul,
.page-popup .data-table tbody th ol,
.page-popup .data-table tbody td ol {
  list-style-position: outside;
  margin-left: 20px;
}
.page-popup .data-table tbody th ul li,
.page-popup .data-table tbody td ul li,
.page-popup .data-table tbody th ol li,
.page-popup .data-table tbody td ol li {
  font-size: 14px;
  line-height: 18px;
}
.page-popup #product_comparison {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  clear: both;
}
.page-popup .buttons-set {
  text-align: center;
}
#home-featured,
#home-rotate {
  max-height: 475px;
  margin-bottom: 20px;
  overflow: hidden;
}
body[class*='supersearch-search-result'] .col-main,
body[class*='catalogsearch'] .col-main,
body[class*='checkout'] .col-main,
body[class*='account'] .col-main,
body[class*='customer-account'] .col-main,
body[class*='customer-address'] .col-main,
body[class*='review-customer'] .col-main,
body[class*='customer-token'] .col-main,
body[class*='customer-products'] .col-main,
body[class*='ebsco-myphotos'] .col-main,
body[class*='dealerlocator'] .col-main,
body[class*='noroute'] .col-main,
body[class*='kbase'] .col-main,
body[class*='sales'] .col-main,
body[class*='archivedorders'] .col-main,
body[class*='sendfriend'] .col-main,
.sales-order-history .col-main,
.newsletter-manage-index .col-main,
.catalog-category-view .col-main,
.cms-page-view .col-main {
  padding: 20px;
}
body[class*='supersearch-search-result'] .col-main h1,
body[class*='catalogsearch'] .col-main h1,
body[class*='checkout'] .col-main h1,
body[class*='account'] .col-main h1,
body[class*='customer-account'] .col-main h1,
body[class*='customer-address'] .col-main h1,
body[class*='review-customer'] .col-main h1,
body[class*='customer-token'] .col-main h1,
body[class*='customer-products'] .col-main h1,
body[class*='ebsco-myphotos'] .col-main h1,
body[class*='dealerlocator'] .col-main h1,
body[class*='noroute'] .col-main h1,
body[class*='kbase'] .col-main h1,
body[class*='sales'] .col-main h1,
body[class*='archivedorders'] .col-main h1,
body[class*='sendfriend'] .col-main h1,
.sales-order-history .col-main h1,
.newsletter-manage-index .col-main h1,
.catalog-category-view .col-main h1,
.cms-page-view .col-main h1 {
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
body[class*='ebsco-myphotos'] .main.fifteen.columns,
body[class*='checkout'] .main.fifteen.columns,
body[class*='dealerlocator'] .main.fifteen.columns,
body[class*='noroute'] .main.fifteen.columns,
body[class*='customer-account'] .main.fifteen.columns,
body[class*='customer-address'] .main.fifteen.columns,
body[class*='review-customer'] .main.fifteen.columns,
body[class*='customer-token'] .main.fifteen.columns,
body[class*='customer-products'] .main.fifteen.columns,
body[class*='sales'] .main.fifteen.columns,
body[class*='sendfriend'] .main.fifteen.columns,
.kbase-article-index .main.fifteen.columns,
.sales-order-history .main.fifteen.columns,
.newsletter-manage-index .main.fifteen.columns,
body[class*='account'] .main.fifteen.columns {
  margin-top: 49px;
}
body[class*='ebsco-myphotos'] .main.fifteen.columns .col-main,
body[class*='checkout'] .main.fifteen.columns .col-main,
body[class*='dealerlocator'] .main.fifteen.columns .col-main,
body[class*='noroute'] .main.fifteen.columns .col-main,
body[class*='customer-account'] .main.fifteen.columns .col-main,
body[class*='customer-address'] .main.fifteen.columns .col-main,
body[class*='review-customer'] .main.fifteen.columns .col-main,
body[class*='customer-token'] .main.fifteen.columns .col-main,
body[class*='customer-products'] .main.fifteen.columns .col-main,
body[class*='sales'] .main.fifteen.columns .col-main,
body[class*='sendfriend'] .main.fifteen.columns .col-main,
.kbase-article-index .main.fifteen.columns .col-main,
.sales-order-history .main.fifteen.columns .col-main,
.newsletter-manage-index .main.fifteen.columns .col-main,
body[class*='account'] .main.fifteen.columns .col-main {
  min-height: 470px;
}
.cms-online-ordering-checkout-faq .main.fifteen.columns {
  margin-top: 0;
}
.wmuSlider,
.wmuSlider article {
  position: relative;
}
.wmuSlider article h2 {
  font-family: 'refrigerator-deluxe', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  bottom: 24%;
  margin-bottom: 0;
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 95px;
  line-height: 9.5rem;
}
.wmuSlider article h2 a {
  color: #fff;
}
.wmuSlider article h2 a:hover {
  color: #fff;
  text-decoration: none;
}
.wmuSliderPrev,
.wmuSliderNext {
  display: block;
  width: 23px;
  height: 46px;
  position: absolute;
  bottom: 5%;
  background: url("../images/slide_nav.png");
  cursor: pointer;
}
.wmuSliderPrev {
  left: 5%;
  background-position: 0 0;
}
.wmuSliderNext {
  right: 5%;
  background-position: 0 46px;
}
.wmuSliderPrev:hover {
  background-position: 23px 0;
}
.wmuSliderNext:hover {
  background-position: 23px 46px;
}
.slide-link {
  position: absolute;
  left: 5%;
  bottom: 18%;
  display: block;
  padding: 7px 40px 8px 15px;
  background: url('../images/bg_slidelink.png') no-repeat right;
  background-color: #566c11;
  font-family: 'purista-web', Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff!important;
  text-transform: uppercase;
}
.slide-link:hover {
  color: #231f20!important;
  background-color: #fff;
}
.swipe {
  overflow: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.swipe-wrap > div h2 {
  font-family: 'refrigerator-deluxe', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  bottom: 24%;
  margin-bottom: 0;
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 95px;
  line-height: 9.5rem;
}
.swipe-wrap > div h2 a {
  color: #fff;
  font-weight: 700;
}
.swipe-wrap > div h2 a:hover {
  color: #fff;
  text-decoration: none;
}
.bx-controls .bx-controls-direction .bx-prev,
.bx-controls .bx-controls-direction .bx-next {
  display: block;
  width: 23px;
  height: 46px;
  position: absolute;
  bottom: 5%;
  background: url("../images/slide_nav.png");
  cursor: pointer;
  font-size: 0;
  outline: none!important;
  -moz-outline-style: none!important;
}
.bx-controls .bx-controls-direction .bx-prev {
  left: 5%;
  background-position: 0 0;
}
.bx-controls .bx-controls-direction .bx-prev:hover {
  background-position: 23px 0;
}
.bx-controls .bx-controls-direction .bx-next {
  right: 5%;
  background-position: 0 46px;
}
.bx-controls .bx-controls-direction .bx-next:hover {
  background-position: 23px 46px;
}
#home-featured {
  max-height: 475px;
  background: #fff;
  position: relative;
}
#home-featured .catalog-image img {
  margin-bottom: 60px;
}
#home-featured .catalog-image img.camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#home-featured .custom-content img.product {
  margin-bottom: 0;
}
#home-featured .custom-content img.brand-flag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 80px;
  right: 30px;
}
#home-featured .custom-content .title-bar {
  background: #566c11;
  padding: 20px;
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  max-width: none;
}
#home-featured .custom-content .title-bar.button {
  padding-left: 70px;
  background: url("../images/bg_new.png") no-repeat 15px center #566c11;
}
#home-featured .custom-content .title-bar.custom-button {
  padding-left: 70px;
  background-color: #566c11;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.home-third {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  height: 300px;
}
.home-third .third-wrap {
  overflow: hidden;
  max-height: 300px;
  padding-top: 5px;
  position: relative;
}
.home-third .third-wrap img {
  height: 235px;
  display: block;
  margin: 0 auto;
}
.home-third .third-wrap img.camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-third .featured-title {
  background: #000;
  padding: 20px;
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  line-height: 2.5555555555555554rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
#home-featured .tab-product-title {
  background: #566c11;
  padding: 20px;
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.home-third .newProduct {
  padding-left: 70px;
  background: url("../images/bg_new.png") no-repeat 15px center #000000;
}
#home-featured .newProduct {
  padding-left: 70px;
  background: url("../images/bg_new.png") no-repeat 15px center #566c11;
}
.divider {
  border-top: 1px solid #aaabac;
  clear: both;
  height: 0px;
  position: relative;
  margin-bottom: 10px;
}
.divider span {
  display: block;
  height: 35px;
  background: url("../images/bg_divide.png") repeat top left;
  position: absolute;
  right: 0;
  top: 0;
}
.std ul.home-tab-links {
  list-style: none;
  font-family: "purista-web", Arial, sans-serif;
  text-transform: uppercase;
  color: #566c11;
  margin-bottom: 40px!important;
}
.home-tab-links li {
  float: left;
}
.home-tab-links li a {
  color: #566c11;
  padding: 5px 10px 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  height: 14px;
}
.home-tab-links li a:hover {
  background: #566c11;
  color: #fff;
}
.home-tab-links li a.active-tab-link {
  background: #566c11;
  color: #fff;
}
.home-tabs .tab-title {
  display: none;
}
.home-tabs .tab-wrap {
  display: none;
}
.home-tabs .tab-wrap.active-tab-box {
  display: block;
}
.home-tab .tab-product {
  background: #fff;
  margin-bottom: 20px;
}
.home-tab .tab-image-wrap {
  width: 100%;
  max-height: 270px;
  overflow: hidden;
  border-bottom: 1px solid #040404;
  position: relative;
}
.home-tab .tab-image-wrap img {
  width: 100%;
}
.home-tab .tab-image-wrap img.camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-tab .tab-inner {
  padding: 10px;
  min-height: 187px;
  border-top: 1px solid #818181;
}
.home-tab .tab-inner h3 {
  font-family: "refrigerator-deluxe";
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 20px;
  padding: 6px 0;
  text-transform: none;
}
.home-tab .tab-inner h3 a {
  color: #000;
  font-weight: bold;
}
.home-tab .tab-inner h3.newProduct {
  padding-left: 40px;
  background: url("../images/bg_new-small.png") no-repeat top left;
}
.home-tab .tab-inner p {
  font-family: "purista-web", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 18px;
  margin-bottom: 0;
}
.home-tab .tab-inner .price-box {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
.home-tab .tab-inner .price-box .price-label {
  display: none;
}
.home-tab .tab-inner .price-box p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  margin-right: 20px;
  /*font-weight: bold;*/
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
}
.home-tab .tab-inner .price-box p span {
  line-height: 4.22rem;
}
.home-tab .tab-inner .price-box .special-price .price {
  color: #e50202;
}
.home-tab .tab-inner .list-compare {
  float: right;
  font-size: 14px;
  color: #6F6F6F;
  padding-top: 8px;
}
.home-tab .tab-inner .list-compare:hover {
  color: #000;
}
.tab-product .tab-links a {
  font-family: "purista-web", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  background: #566c11;
}
.tab-product .tab-links a:hover {
  background: #000;
}
.container #associated_products {
  border-top: 1px solid #AAABAC;
  padding-top: 10px;
  clear: both;
}
.container #associated_products .home-tab .quarter.columns.tab-product {
  width: 239px;
}
.container #associated_products .home-tab .quarter.columns.tab-product .tab-inner {
  min-height: 0;
}
body.checkout-cart-configure .sidebar {
  display: block;
}
body.checkout-cart-configure .main.fifteen.columns {
  margin-top: 0;
}
body.checkout-cart-configure .container .main .col-main.eleven.columns {
  width: 838px;
  padding: 0;
}
@media (max-width: 1169px) {
  .container #associated_products .home-tab .quarter.columns.tab-product {
    width: 188px;
  }
}
@media (max-width: 959px) {
  .container #associated_products .home-tab .quarter.columns.tab-product {
    width: 100%;
  }
}
.outofstock {
  color: #e50202;
  font-family: 'purista-web', Arial, sans-serif;
  font-weight: medium;
  padding-top: 10px;
  margin-bottom: 10px;
}
.find-a-dealer:visited,
.find-a-dealer {
  color: #fff;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.foot-quarter-wrap {
  background: #d4d6d6;
  width: 100%;
  margin: 35px 0;
  padding: 3px 0;
}
.foot-quarter-wrap #foot-quarter-last {
  margin-left: 9px!important;
}
.foot-quarter {
  height: 160px;
}
.foot-quarter > h3 {
  padding: 10px 30px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}
.foot-quarter.alpha > h3 {
  padding-left: 30px;
}
.foot-quarter p {
  padding: 0 30px;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
}
.foot-quarter > div {
  float: left;
  padding-left: 30px;
  position: relative;
}
.foot-quarter > div a {
  display: block;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #050505;
  text-decoration: underline;
}
.foot-quarter > div a:hover {
  color: #566c11;
}
.foot-quarter > div.dealer {
  margin-top: 20px;
}
.foot-quarter > div.gc {
  margin-top: 6px;
}
.foot-quarter > div span {
  position: absolute;
  top: 7px;
  right: -15px;
  font-size: 10px;
  font-size: 1rem;
  color: #566c11;
}
.foot-quarter > .btn_social {
  display: block;
  float: left;
  margin-left: 15px;
  width: 37px;
  height: 37px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 3px;
}
.foot-quarter > .btn_social.icon-facebook {
  padding: 6px 0 0 13px;
  margin-left: 30px;
  background: #3460a1;
}
.foot-quarter > .btn_social.icon-twitter {
  padding: 6px 0 0 8px;
  background: #28aae1;
}
.foot-quarter > .btn_social.icon-youtube {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 4px 0 0 7px;
  background: #ee3138;
}
.foot-quarter > .btn_social.icon-rss {
  padding: 6px 0 0 9px;
  background: #f58020;
}
.foot-quarter > .btn_social:hover {
  margin-top: 0;
  -moz-box-shadow: 0 2px 3px 0 #666;
  -webkit-box-shadow: 0 2px 3px 0 #666;
  box-shadow: 0 2px 3px 0 #666;
}
.foot-quarter .txt-signup {
  width: 205px;
  margin-left: 30px;
  float: left;
  border: none!important;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  color: #908f8f;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.foot-quarter button {
  float: left;
  max-width: 30px;
  background: #566c11;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 31px;
}
.foot-quarter button:hover {
  background: #eee;
  color: #566c11;
}
.vert {
  width: 1px;
  float: left;
  height: 160px;
  background: #383938;
}
.container .footer-gallery .foot-gallery-image {
  height: 100%;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.container .footer-gallery .foot-gallery-image img {
  max-width: none;
  position: absolute;
  height: inherit;
}
.container .footer-gallery > a {
  float: right;
  margin-left: 20px;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  color: #7e7e7e;
  padding: 5px 10px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.container .footer-gallery > a:hover {
  color: #566c11;
}
.container .footer-gallery > a.photo-upload {
  background: #566c11;
  color: #fff;
}
.container .footer-gallery > a.photo-upload:hover {
  background: #231F20;
}
.absolute-footer {
  clear: both;
  margin: 25px 0;
  border-top: 7px solid #000;
  padding: 25px 0;
  font-family: "purista-web", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.absolute-footer p {
  float: left;
  line-height: 27px;
  margin-right: 10px;
}
.absolute-footer p a {
  color: #000;
  padding: 0 5px;
  font-family: "purista-web", Arial, sans-serif;
}
.absolute-footer p a:hover {
  color: #566c11;
}
.absolute-footer p:first-of-type {
  font-weight: bold;
}
.absolute-footer img {
  float: right;
}
.ei-logo {
  text-align: right;
}
.col-main {
  background: #fff;
}
.col-main > .product-view {
  padding-top: 20px;
}
.col-main > .product-view > .product-essential .product-col-left {
  padding-left: 20px;
}
.col-main > .product-view > .product-essential .product-col-right {
  padding-right: 20px;
}
.col-main > .product-view > .product-essential .product-col-right .ratings .rating-links {
  margin: 0;
  font-family: "purista-web", Arial, sans-serif;
  display: inline-block;
}
.col-main > .product-view > .product-essential .product-col-right .ratings .rating-links a {
  color: #566c11;
  font-size: 12px;
  font-size: 1.2rem;
}
.col-main > .product-view > .product-essential .product-col-right .ratings .rating-links a:hover {
  color: #000;
}
.col-main > .product-view > .product-essential .product-shop.options > .price-box {
  display: none;
}
.col-main > .product-view > .product-essential .product-shop .product-name h1 {
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 42px;
  border-bottom: 1px solid #b6b6b8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.col-main > .product-view > .product-essential .product-shop .product-name.newProduct h1 {
  padding-left: 50px;
  background: url("../images/bg_new.png") no-repeat top left;
}
.col-main > .product-view > .product-essential .product-shop .product-short {
  font-family: "purista-web", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #747373;
}
.col-main > .product-view > .product-essential .product-shop .price-box {
  float: left;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.col-main > .product-view > .product-essential .product-shop .price-box .old-price,
.col-main > .product-view > .product-essential .product-shop .price-box .special-price {
  float: left;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  height: 30px;
}
.col-main > .product-view > .product-essential .product-shop .price-box .old-price span,
.col-main > .product-view > .product-essential .product-shop .price-box .special-price span {
  height: 30px;
  line-height: 30px;
}
.col-main > .product-view > .product-essential .product-shop .price-box .old-price {
  margin-right: 10px;
  color: #000000;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box {
  float: right;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box .add-to-cart {
  margin-top: 5px;
  margin-bottom: 0;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box .add-to-cart label {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 5px;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box .add-to-cart #qty {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  border: none;
  background: #f2f2f2;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 3px;
  width: 30px;
  text-align: center;
}
.col-main > .product-view > .product-essential .product-shop .product-links {
  clear: both;
}
.col-main > .product-view > .product-essential .product-shop .product-links a {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #6f6f6f;
  float: left;
  display: block;
  margin-right: 25px;
  margin-bottom: 0;
}
.col-main > .product-view > .product-essential .product-shop .product-links a:hover {
  color: #000;
}
.col-main > .product-view > .product-essential .product-shop .product-links a.warranty-link {
  margin-right: 0;
  margin-bottom: 10px;
}
.col-main > .product-view > .product-essential .product-shop .tab {
  padding: 20px;
}
.sidebar .block:first-of-type {
  margin-top: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.accordion-title,
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postWrapper {
  padding: 20px 20px 0 20px;
}
.postWrapper:last-child .divider {
  display: none;
}
.postWrapper h2 {
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  float: left;
}
.postWrapper h2 a {
  color: #000;
}
.postWrapper h2 a:hover {
  color: #566c11;
}
.postWrapper .page-title h1 {
  margin-bottom: 0;
}
.postWrapper .page-title p {
  font-weight: bold;
  font-family: 'purista-web', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.postWrapper .blog-date {
  float: right;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #566c11;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 15px;
}
.postWrapper .featured-image {
  width: 50%;
  margin-bottom: 20px;
  float: right;
  margin-left: 20px;
}
.postWrapper .featured-image image {
  width: 100%;
}
.postWrapper .postContent {
  padding-bottom: 20px;
}
.postWrapper .postContent p,
.postWrapper .postContent ul,
.postWrapper .postContent li {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  color: #747373;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
.postWrapper .postContent p a,
.postWrapper .postContent ul a,
.postWrapper .postContent li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
.postWrapper .postContent p a:hover,
.postWrapper .postContent ul a:hover,
.postWrapper .postContent li a:hover {
  color: #566c11;
}
.postWrapper .postContent ul li,
.postWrapper .postContent ol li {
  list-style-position: outside;
  margin: 0 0 10px 20px;
}
.postWrapper .postContent .newsletter {
  overflow: hidden;
}
.postWrapper .postContent .newsletter h1,
.postWrapper .postContent .newsletter h2,
.postWrapper .postContent .newsletter h3,
.postWrapper .postContent .newsletter h4 {
  color: #000000;
  margin-bottom: 0;
}
.postWrapper .postContent .newsletter p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  text-align: justify;
}
.postWrapper .postContent .newsletter .txt-signup {
  width: 205px;
  float: left;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  color: #908f8f;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.postWrapper .postContent .newsletter button {
  float: left;
  max-width: 33px;
  background: #566c11;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 33px;
}
.postWrapper .postContent .newsletter button:hover {
  background: black;
  color: white;
}
.postWrapper .postContent .newsletter {
  overflow: hidden;
}
.postWrapper .postContent .newsletter h1,
.postWrapper .postContent .newsletter h2,
.postWrapper .postContent .newsletter h3,
.postWrapper .postContent .newsletter h4 {
  color: #000000;
  margin-bottom: 0;
}
.postWrapper .postContent .newsletter p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  text-align: justify;
}
.postWrapper .postContent .newsletter .txt-signup {
  width: 205px;
  float: left;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  color: #908f8f;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.postWrapper .postContent .newsletter button {
  float: left;
  max-width: 33px;
  background: #566c11;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 33px;
}
.postWrapper .postContent .newsletter button:hover {
  background: black;
  color: white;
}
.postWrapper .tags {
  clear: both;
}
.postWrapper .post-extras p {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.postWrapper .post-extras p.blog-share {
  font-family: "Purista Medium", Arial, sans-serif;
}
.postWrapper .post-extras p.blog-share a {
  color: #747373;
  line-height: 18px;
}
.postWrapper .post-extras p.blog-share a:hover {
  color: #566c11;
}
.postWrapper .post-extras p.blog-podcast {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  float: right;
}
.postWrapper .post-extras p.blog-podcast span {
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 5px;
  line-height: 25px;
  float: left;
}
.postWrapper .post-extras p.blog-podcast a {
  color: #010101;
  line-height: 22px;
}
.postWrapper .post-extras p.blog-podcast a:hover {
  color: #566c11;
}
.postWrapper .blog-prev-back {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0 30px 0;
}
.postWrapper .blog-prev-back a {
  color: #656262;
}
.postWrapper .blog-prev-back a:hover {
  color: #566c11;
  text-decoration: none;
}
.postWrapper .blog-prev-back .blogNext {
  float: right;
}
.postWrapper .blog-prev-back .blogNext:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f061";
  padding-left: 5px;
  color: #33400a;
}
.postWrapper .blog-prev-back .blogPrev {
  float: left;
}
.postWrapper .blog-prev-back .blogPrev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f060";
  padding-right: 5px;
  color: #33400a;
}
.postWrapper.post-list-item .postContent {
  float: none;
  width: 100%;
}
.postWrapper.post-list-item .post-extras {
  width: 30%;
  float: right;
}
.block.block-blog .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.block.block-blog .block-content ul li a {
  display: block;
  margin-bottom: 10px;
  font-family: "purista-web";
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.block.block-blog .block-content ul li a:hover {
  color: #566c11;
}
.block.block-blog .block-content .menu-archives {
  margin-top: 0;
}
.block.block-blog .block-content .menu-archives ul {
  margin-top: -10px;
}
.block.block-blog .block-content .menu-archives ul li {
  margin-left: 0;
  display: block;
  border-top: 1px solid #A6A7A9;
  padding-top: 10px;
}
.block.block-blog .block-content .menu-archives ul li:first-child {
  border-top: none;
}
.block.block-blog .block-content .menu-archives ul li a {
  font-family: "purista-web";
  font-weight: 600;
  font-size: 18px;
}
.block.block-blog .block-content .menu-archives ul li a:hover {
  color: #566c11;
}
.block.block-blog .block-content .menu-archives ul li span {
  background: none;
  right: 0;
  left: auto;
}
.block.block-blog .block-content .menu-archives ul li span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f078";
  position: absolute;
  top: 13px;
  right: 0;
}
.block.block-blog .block-content .menu-archives ul li span.plus:after {
  content: "\f054";
}
.block.block-blog .block-content .menu-archives ul li ul {
  margin: 0;
}
.block.block-blog .block-content .menu-archives ul li ul li {
  border-top: none;
  padding-top: 0;
}
.block.block-blog .block-content .menu-archives ul li ul li a {
  font-family: "purista-web";
  font-weight: medium;
  font-size: 13px;
  color: #6d6d6d;
}
.block.myphotos-nav .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.block.myphotos-nav .block-content ul li.myphotos-upload-new-photo a {
  border: 5px solid #566c11;
  color: #566c11;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.block.myphotos-nav .block-content ul li.myphotos-upload-new-photo a:hover {
  background: #566c11;
  color: #fff;
}
.block.myphotos-nav .block-content ul li a {
  display: block;
  margin-bottom: 10px;
  font-family: "purista-web";
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.block.myphotos-nav .block-content ul li a:hover {
  color: #566c11;
}
.block.myphotos-nav .block-content .myphotos-search input {
  width: 60%;
  float: left;
}
.block.myphotos-nav .block-content .myphotos-search button {
  width: 40%;
  float: left;
  border: 1px solid #566c11;
  font-family: "purista-web";
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 7px 7px;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li:first-of-type .archive-head {
  border-top: none;
  padding-top: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li:first-of-type .archive-head span:after {
  top: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head {
  font-family: "purista-web";
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 0;
  display: block;
  border-top: 1px solid #A6A7A9;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #000;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head span {
  right: 0;
  left: auto;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f078";
  position: absolute;
  top: 10px;
  right: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head span.plus:after {
  content: "\f054";
}
.block.myphotos-nav .myphotos-nav-myphotos-item li ul {
  display: none;
  margin: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li ul li {
  margin-left: 0;
  padding-bottom: 3px;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li ul li a {
  font-family: "purista-web";
  font-weight: medium;
  font-size: 13px;
  color: #6d6d6d;
  margin-left: 0;
  display: block;
}
.block.popular .block-title {
  background: #566c11;
  color: #fff;
  margin: -18px -18px 18px;
  padding: 10px;
}
.block.archive .block-title {
  margin: -18px -18px 18px;
  background: #000;
  color: #fff;
  padding: 10px 18px;
}
.block.categories .block-title {
  margin: -8px -18px 18px 0;
  border-bottom: 1px solid #a6a7a9;
}
.block.myphotos-cats .block-title {
  margin: -8px -18px 18px 0;
  border-bottom: 1px solid #a6a7a9;
}
.block.myphotos-options .block-title {
  background: #566c11;
  color: #fff;
  margin: -18px -18px 18px;
  padding: 10px;
}
.block.myphotos-archive .block-title {
  margin: -18px -18px 18px;
  background: #000;
  color: #fff;
  padding: 10px 18px;
}
@media (max-width: 767px) {
  .block.block-blog .block-title {
    margin: 0 0 10px 0;
  }
  .block.block-blog.popular .block-title .icon-star:before {
    content: '';
  }
  .block.block-blog.archive .block-title {
    padding: 10px;
  }
  .block.myphotos-nav .block-title {
    margin: 0 0 10px 0;
  }
  .block.myphotos-nav.myphotos-archive .block-title {
    padding: 10px;
  }
}
.media-item-subcontainer .page-title h2 {
  font-family: "purista-web";
  font-weight: bold;
}
.media-item-subcontainer .media-item-leftcon,
.media-item-subcontainer .media-item-rightcon {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 15px;
}
.media-item-subcontainer .media-item-leftcon p,
.media-item-subcontainer .media-item-rightcon p {
  margin-bottom: 10px;
  font-family: "purista-web";
  font-weight: medium;
}
.media-item-subcontainer .media-item-leftcon p span.media-item-label,
.media-item-subcontainer .media-item-rightcon p span.media-item-label {
  font-family: "purista-web";
  font-weight: bold;
  text-transform: uppercase;
}
.media-item-subcontainer .media-item-leftcon .media-item-google-map,
.media-item-subcontainer .media-item-rightcon .media-item-google-map {
  min-height: 175px;
  border: 2px solid #566c11;
}
.media-footer-container > div {
  width: 33%;
  float: left;
}
.media-footer-container > div a {
  font-family: "purista-web";
  font-weight: 600;
  text-transform: uppercase;
}
.media-footer-container .media-item-footer-prev {
  text-align: left;
}
.media-footer-container .media-item-footer-next {
  text-align: right;
}
.media-footer-container .media-item-footer-return {
  text-align: center;
}
.accordion-title,
.qty-change,
#btn_add-small,
#product-slides {
  display: none;
}
.upload-container {
  padding: 0 10px 15px 10px;
}
.media-form-container {
  margin-top: 20px;
}
.media-required {
  color: #383838;
  font-family: "Novecentowide-Bold", Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
}
.media-required em {
  color: #566c11;
  margin-right: 5px;
  vertical-align: middle;
}
.media-upload-form-list {
  width: 100%;
}
.media-upload-form-list li {
  margin-bottom: 20px;
  clear: both;
  display: block;
}
.media-label {
  float: left;
  width: 30%;
  clear: both;
}
.media-label label {
  float: right;
  margin-right: 10px;
  text-align: right;
  height: 40px;
  font-family: "purista-web";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 0!important;
  line-height: 21px;
}
.media-input-box,
.media-input-text {
  float: left;
  width: 70%;
  min-height: 40px;
}
.ebsco-myphotos-index-new .col-main textarea,
.ebsco-myphotos-index-new .col-main input,
.ebsco-myphotos-index-new .col-main select,
.ebsco-myphotos-index-new .col-main .form-list input.input-text {
  width: 100%;
}
.ebsco-myphotos-index-index .gallery-divider,
.ebsco-myphotos-index-index .gallery-title,
.ebsco-myphotos-index-index .footer-gallery {
  display: none;
}
.ebsco-myphotos-index-new .col-main .input-text {
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.media-descrip-text {
  color: #666 !important;
  font-size: 10px !important;
  line-height: 10px !important;
  margin-top: 2px !important;
}
.file-browse-input-box {
  overflow: hidden;
  position: relative;
}
.file-browse-input-box button {
  float: left;
  margin-right: 2%;
  width: 28%;
  padding: 0 7px;
  height: 34px;
}
.file-browse-input-box #falsePath {
  color: #999999;
  float: right;
  font-style: italic;
  width: 70%;
}
.file-browse-input-box input#file-browse {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}
.file-browse-input-box span {
  color: #fff;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#description {
  height: 150px;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item {
  float: left;
  list-style: none;
  margin-bottom: 10px;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
  width: 258px;
  height: 200px;
  overflow: hidden;
  margin: 0 1.5% 10px 0;
  display: block;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery.omega {
  margin-right: 0;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-image .media-thumbnail img {
  max-width: none;
  position: absolute;
  height: inherit;
  min-width: 260px;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-actions h2 {
  font-family: "purista-web";
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
body[class*='ebsco-myphotos'] .main-container .pager .pages {
  clear: none;
  margin-bottom: 20px;
}
@media (max-width: 1169px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 208px;
    height: 161px;
  }
}
@media (max-width: 959px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 243px;
    height: 188px;
  }
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery.omega {
    margin-right: 7px;
  }
  body[class*='ebsco-myphotos'] .media-item-subcontainer .media-item-leftcon,
  body[class*='ebsco-myphotos'] .media-item-subcontainer .media-item-rightcon {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 380px;
    height: 294px;
    margin-right: 0;
  }
  .media-label {
    float: none;
    width: 100%;
    clear: both;
  }
  .media-label label {
    text-align: left;
    height: 40px;
    font-family: "purista-web";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 0!important;
    line-height: 21px;
  }
  .media-input-box,
  .media-input-text {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 260px;
    height: 201px;
  }
  body[class*='ebsco-myphotos'] .media-footer-container .media-item-footer-prev {
    text-align: left;
    float: left;
    width: 50%;
  }
  body[class*='ebsco-myphotos'] .media-footer-container .media-item-footer-next {
    text-align: right;
    float: right;
    width: 50%;
  }
  body[class*='ebsco-myphotos'] .media-footer-container .media-item-footer-return {
    display: none;
  }
}
/* ==========================================================================
   Knowledge Base / Kbase
   ========================================================================== */
body[class*='kbase'] .kbase-block {
  border: none;
}
body[class*='kbase'] .kbase-block.kbase-main-search {
  background: none repeat scroll 0 0 #E0E1E1;
  padding: 10px;
  margin: 0 0 10px;
  position: relative;
  border: 1px solid #E0E1E1;
}
body[class*='kbase'] .kbase-block.kbase-main-search h2 {
  clear: both;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #E0E1E1;
  border-radius: 2px;
  padding: 5px 8px;
  left: 10px;
  top: -20px;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  background: #566c11;
  color: #fff;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content {
  padding-top: 0px;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content input {
  border: 1px solid #CCCCCC;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.55556rem;
  max-width: 70%;
  width: 68%;
  outline: medium none;
  padding: 0.5625em;
  float: left;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content button {
  width: 30%;
  float: right;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content form {
  margin: 0;
}
body[class*='kbase'] .kbase-block.kbase-main-category {
  padding: 0;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li {
  list-style: none;
  display: block;
  position: relative;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h3 {
  padding: 10px 0 10px 25px;
  border-top: 1px solid #AAABAC;
  margin-bottom: 0;
  font-family: "purista-web", Arial, sans-serif;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h4 {
  padding-left: 20px;
  text-transform: none;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h4 a {
  color: #000;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h4 a:hover {
  color: #566c11;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li > span {
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #000;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li > span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f054";
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li > span.cat-active:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f078";
  color: #566c11;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li ul {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #AAABAC;
  display: none;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li ul li > span {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #000;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li ul li > span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f0f6";
}
body[class*='kbase'] .kbase-category .kbase_category,
body[class*='kbase'] .kbase-tag .kbase_category,
body[class*='kbase'] .kbase-search .kbase_category,
body[class*='kbase'] .kbase-category .kbase_tag,
body[class*='kbase'] .kbase-tag .kbase_tag,
body[class*='kbase'] .kbase-search .kbase_tag,
body[class*='kbase'] .kbase-category .kbase_search,
body[class*='kbase'] .kbase-tag .kbase_search,
body[class*='kbase'] .kbase-search .kbase_search {
  border: none;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item h3,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item h3,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item h3,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item h3,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item h3,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item h3,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item h3,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item h3,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item h3 {
  margin-bottom: 0;
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  float: left;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item h3 a,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item h3 a,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item h3 a,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item h3 a,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item h3 a,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item h3 a,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item h3 a,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item h3 a,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item h3 a {
  color: #000;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item h3 a:hover {
  color: #566c11;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item p,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item p,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item p,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item p,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item p,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item p,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item p,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item p,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item p {
  margin-bottom: 10px;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-date,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-date,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-date,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-date,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-date,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-date,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-date,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-date,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-date {
  float: right;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #566c11;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 15px;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-rating {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-style: italic;
  color: #999;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-excerpt {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  color: #747373;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-excerpt a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-excerpt a:hover {
  color: #566c11;
}
body[class*='kbase'] .kbase-category .kbase-sorter,
body[class*='kbase'] .kbase-tag .kbase-sorter,
body[class*='kbase'] .kbase-search .kbase-sorter {
  width: 100%;
  height: auto;
  background: none;
  border-top: none;
  padding-top: 7px;
}
body[class*='kbase'] .kbase-category .kbase-sorter .sort-by,
body[class*='kbase'] .kbase-tag .kbase-sorter .sort-by,
body[class*='kbase'] .kbase-search .kbase-sorter .sort-by {
  padding: 0;
  float: none;
}
body[class*='kbase'] .kbase-category .kbase-sorter .sort-by label,
body[class*='kbase'] .kbase-tag .kbase-sorter .sort-by label,
body[class*='kbase'] .kbase-search .kbase-sorter .sort-by label {
  float: left;
  line-height: 24px;
  margin-right: 10px;
}
body[class*='kbase'] .kbase-article {
  padding: 0;
}
body[class*='kbase'] .kbase-article h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-size: 3.6rem;
}
body[class*='kbase'] .kbase-article p {
  margin-bottom: 10px;
}
body[class*='kbase'] .kbase-article .kbase-article-date {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
body[class*='kbase'] .kbase-article .kbase-article-author {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-style: italic;
  color: #999;
}
body[class*='kbase'] .kbase-article .kbase-article-text {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  color: #747373;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
body[class*='kbase'] .kbase-article .kbase-article-text a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
body[class*='kbase'] .kbase-article .kbase-article-text a:hover {
  color: #566c11;
}
body[class*='kbase'] .kbase-article .kbase-article-attachment,
body[class*='kbase'] .kbase-article .kbase-article-category,
body[class*='kbase'] .kbase-article .kbase-article-tag {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
}
body[class*='kbase'] .kbase-article .kbase-article-rating {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
}
body[class*='kbase'] .kbase-article .kbase-article-rating #rating {
  height: 34px;
}
body[class*='kbase'] .kbase-article .kbase-article-rating span {
  float: none;
}
body[class*='kbase'] .kbase-article .kbase-article-rating form {
  float: none;
}
body[class*='kbase'] .kbase-article .kbase-article-rating button {
  max-width: 100px;
}
body[class*='kbase'] .kbase-article .kbase-article-rating button span {
  margin: 0;
}
body[class*='kbase'] .sidebar .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
body[class*='kbase'] .sidebar .block-content ul li a {
  display: block;
  margin-bottom: 10px;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
body[class*='kbase'] .sidebar .block-content ul li a:hover {
  color: #566c11;
}
body[class*='kbase'] .sidebar .kbase-block {
  padding: 1.125em;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-top .block-title {
  background: #566c11;
  color: #fff;
  margin: -18px -18px 18px;
  padding: 10px;
  font-weight: normal;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-latest .block-title {
  margin: -18px -18px 18px;
  background: #000;
  color: #fff;
  padding: 10px 18px;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-tag .block-title {
  margin: -8px -18px 18px 0;
  border-bottom: 1px solid #a6a7a9;
}
@media (max-width: 767px) {
  body[class*='kbase'] .sidebar .kbase-block {
    padding: 0;
    margin: 10px 0;
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-top .block-title {
    margin: 0 0 10px 0;
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-top .block-title .icon-star:before {
    content: '';
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-latest .block-title {
    margin: 0 0 10px 0;
    padding: 10px;
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-tag .block-title {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1169px) {
  .cms-home {
    background: url("../images/bg_repeat-home.jpg") repeat-x scroll center -75px #f2f2f2;
  }
  .nav-container #nav li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home-third .featured-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .home-tab .tab-inner {
    min-height: 185px;
  }
  .swipe-wrap > div h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 8.0rem;
    bottom: 27%;
  }
  .swipe-wrap .slide-link {
    bottom: 20%;
    left: 39px;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab-links li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab-links li a {
    padding-bottom: 9px;
  }
  .foot-quarter.alpha > h3 {
    padding: 10px 15px;
  }
  .foot-quarter.alpha > p {
    padding-left: 15px;
  }
  .foot-quarter p {
    padding: 0 10px;
  }
  .foot-quarter .txt-signup {
    margin-left: 15px;
    width: 120px;
  }
  .foot-quarter > h3 {
    padding: 10px;
  }
  .foot-quarter > div {
    padding-left: 10px;
  }
  .foot-quarter > div.dealer {
    margin-top: 10px;
    clear: left;
  }
  .foot-quarter > .btn_social {
    margin-left: 13px;
  }
  .foot-quarter > .btn_social.icon-facebook {
    margin-left: 10px;
  }
  .foot-quarter-wrap #foot-quarter-last {
    margin-left: 7px!important;
  }
  .mini-products-list .product .price-box {
    float: left;
  }
  .mini-products-list .product .price-box .special-price {
    margin-bottom: 0;
  }
  .logo img {
    max-width: none;
  }
}
@media (max-width: 959px) {
  .cms-home {
    background: url("../images/bg_repeat-home.jpg") repeat-x scroll center -215px #f2f2f2;
  }
  .nav-container #nav li a {
    font-size: 13.7px;
    font-size: 1.3699999999999999rem;
  }
  .logo img {
    max-width: none;
  }
  .top-search {
    margin: -50px 20px 18px 0;
  }
  .home-third .newProduct {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-shop .product-name.newProduct h1 {
    background: none;
    padding: 0;
  }
  .col-main > .product-view > .product-essential .product-shop .product-name.newProduct h1 {
    background: none;
    padding-left: 0;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab {
    display: block;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab .accordion-wrap {
    display: none;
  }
  .product-view .product-essential .product-img-box .more-views iframe {
    max-width: 270px;
  }
  .product-view .product-essential .product-img-box .more-views ul li {
    width: 80px;
    height: 80px;
  }
  .product-view .product-essential .product-img-box .more-views ul li img {
    height: 80px;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart label {
    float: left;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart #qty {
    float: left;
    margin-left: 5px;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart #btn_add-main {
    display: none;
  }
  .product-view .product-essential .product-shop .add-to-box #btn_add-small {
    display: inline;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .home-tab .tab-inner h3.newProduct {
    background: none;
    padding-left: 0;
  }
  .swipe-wrap > div h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 6.0rem;
    bottom: 33%;
  }
  .swipe-wrap .slide-link {
    bottom: 21%;
  }
  .foot-quarter-wrap #foot-quarter-last {
    margin-left: 8px!important;
  }
  .foot-quarter-wrap .foot-quarter {
    height: 180px;
  }
  .foot-quarter-wrap .foot-quarter > div {
    padding-left: 10px;
  }
  .foot-quarter-wrap .foot-quarter > div.dealer {
    margin-top: 10px;
  }
  .foot-quarter-wrap .foot-quarter > div span {
    display: none;
  }
  .foot-quarter-wrap .foot-quarter > .btn_social {
    margin-left: 5px;
  }
  .foot-quarter-wrap .foot-quarter > .btn_social.icon-facebook {
    margin-left: 2px;
  }
  .foot-quarter-wrap .vert {
    height: 180px;
  }
  .accordion-title {
    display: block;
    width: 100%;
    padding: 10px;
    background: #B0B1B1;
    position: relative;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
  }
  .accordion-title span {
    float: right;
    font-family: FontAwesome;
  }
  .accordion-title span:before {
    content: "\f0da";
  }
  .accordion-title:hover {
    color: #fff;
  }
  .accordion-title.active-title {
    background: #000;
  }
  .accordion-title.active-title > span {
    float: right;
    font-family: FontAwesome;
  }
  .accordion-title.active-title > span:before {
    content: "\f0d7";
  }
  .postWrapper.post-list-item {
    padding: 20px;
  }
  .postWrapper.post-list-item > h2 {
    margin-bottom: 10px;
  }
  .postWrapper.post-list-item .blog-date {
    float: none;
    clear: left;
  }
  .postWrapper.post-list-item .post-extras p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mini-products-list .item .product-image {
    float: left;
    margin-right: 0.75em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 5px;
  }
  .mini-products-list .item .product-image img {
    max-width: 135px;
  }
  .hider {
    display: none;
  }
  .block.block-blog .block-content ul li a {
    font-size: 13px;
  }
  body[class*="kbase"] .sidebar .block-content ul li a {
    font-size: 13px;
  }
  .catalog-category-view .container .col-main.eleven.columns,
  .catalogsearch-result-index .container .col-main.eleven.columns {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-category-view .container .sidebar.four.columns,
  .catalogsearch-result-index .container .sidebar.four.columns {
    width: 100%;
    margin: 0;
  }
  .catalog-category-view .container .sidebar.four.columns .block,
  .catalogsearch-result-index .container .sidebar.four.columns .block {
    width: 49%;
    float: left;
    margin: 0;
  }
  .catalog-category-view .container .sidebar.four.columns .block.block-compare,
  .catalogsearch-result-index .container .sidebar.four.columns .block.block-compare {
    margin-right: 14px;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns {
    width: 235px;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(3),
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(7) {
    display: none!important;
  }
}
@media (max-width: 767px) {
  #whitebar {
    display: none;
  }
  .cms-home {
    background: url("../images/bg_repeat-home.jpg") repeat-x scroll center -30px #f2f2f2;
  }
  .divider {
    display: none;
  }
  .container {
    position: static!important;
  }
  .container .breadcrumbs {
    display: none;
  }
  .container .header-container {
    margin-bottom: 35px;
  }
  .container .header-container .header .three.columns {
    width: 260px!important;
  }
  .container .header-container .header .logo img {
    max-width: 170px;
  }
  .container .header-container .header .quick-access {
    width: auto!important;
    text-align: left;
    padding-top: 20px;
    float: right;
  }
  .container .header-container .header .quick-access .links {
    padding-right: 0;
  }
  .container .header-container .header .quick-access .links .welcome-msg,
  .container .header-container .header .quick-access .links .first {
    display: none;
  }
  .container .header-container .header .quick-access li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #566c11;
    margin-left: 6px;
    padding: 7px 0 0 10px!important;
    font-size: 0;
  }
  .container .header-container .header .quick-access li a:before {
    font-family: FontAwesome;
    content: "\f007";
    color: #fff;
    font-size: 25px;
  }
  .container .header-container .header .quick-access li.last a {
    padding: 7px 0 0 6px!important;
  }
  .container .header-container .header .quick-access li.last a:before {
    content: "\f07a";
  }
  .container .header-container .header .top-search {
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 240px;
    float: right;
  }
  .container .header-container .header .top-search #search {
    width: 190px;
    height: 40px;
    float: left;
  }
  .container .header-container .header .top-search .searchbutton {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
  }
  .container .header-container .nav-container {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 200px;
    height: auto;
    margin: 0;
    background: #fff;
    z-index: 999;
    margin-left: -200px;
  }
  .container .header-container .nav-container #nav {
    float: none;
    clear: both;
    padding-top: 40px;
  }
  .container .header-container .nav-container #nav > li > a:after {
    content: '';
  }
  .container .header-container .nav-container #nav > li.parent > a {
    background: none;
    height: auto;
  }
  .container .header-container .nav-container #nav .level-top > a,
  .container .header-container .nav-container #nav .level1 > a {
    color: #566c11;
    font-family: "refrigerator-deluxe", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
  }
  .container .header-container .nav-container #nav .level2 > a {
    padding-left: 25px;
  }
  .container .header-container .nav-container #nav .nav-5.parent {
    border-top: 1px solid #AAAAAA;
  }
  .container .header-container .nav-container #nav .nav-5.parent .level0 .level1 > a {
    padding-left: 25px;
    font-family: "purista-web", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    color: #000;
  }
  .container .header-container .nav-container #nav .nav-5.parent .level0 .level1 > a:hover {
    color: #566c11;
  }
  .container .header-container .nav-container #nav ul.level0 {
    border-bottom: 1px solid #AAA;
  }
  .container .header-container .nav-container #nav ul.level0 > .nav-specials > a {
    padding: 11px;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    color: #566c11;
    font-family: "refrigerator-deluxe", Arial, sans-serif;
  }
  .container .header-container .nav-container #nav ul.level0 > .nav-specials > p {
    padding: 0 10px;
    color: #000;
  }
  .container .header-container .nav-toggle {
    display: block;
    width: 40px;
    height: 40px;
    background: #566c11;
    padding: 10px 0 0 9px;
    float: left;
  }
  .container .header-container .nav-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
  }
  .container .header-container .nav-close {
    display: block;
    width: 200px;
    height: 40px;
    padding: 8px 0 0 8px;
    background: #566c11;
    position: fixed;
    color: #fff;
    font-family: "refrigerator-deluxe", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
  }
  .container .header-container .nav-close > span {
    padding-left: 110px;
  }
  .container .header-container .nav-close > span:before {
    content: "\f100";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
  }
  .container .megabox {
    display: none!important;
  }
  .container .swipe-wrap > div h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 4.0rem;
    bottom: 27%;
  }
  .container .swipe-wrap .slide-link {
    display: none;
  }
  .container .bx-controls .bx-controls-direction .bx-prev,
  .container .bx-controls .bx-controls-direction .bx-next {
    display: none;
  }
  .container #home-featured {
    display: none;
  }
  .container .product-image .home-third {
    margin-bottom: 20px;
  }
  .container .footer-container {
    border: none;
    padding-top: 10px;
  }
  .container .footer-container .foot-quarter-wrap {
    margin-top: 0;
  }
  .container .footer-container .foot-quarter-wrap .vert {
    width: 100%;
    height: 20px;
    background: #f2f2f2;
  }
  .container .footer-container .half.columns {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .container .footer-container .gallery-divider,
  .container .footer-container .gallery-title,
  .container .footer-container .footer-gallery {
    display: none;
  }
  .container .footer-container .absolute-footer {
    padding: 10px 0;
    text-align: center;
  }
  .container .footer-container .absolute-footer p {
    font-size: 12px;
    font-size: 1.2rem;
    float: none;
    margin: 0;
  }
  .container .footer-container .absolute-footer p span {
    display: none;
  }
  .container .footer-container .absolute-footer img {
    float: none;
    margin-top: 20px;
  }
  .container .home-tabs {
    display: block;
  }
  .container .home-tabs .tab-title {
    display: block;
    background: #566c11;
    padding: 5px 20px;
    cursor: pointer;
    color: #fff;
  }
  .container .home-tabs .tab-wrap {
    display: none;
  }
  .container .home-tabs .tab-wrap .home-tab {
    margin-bottom: 15px;
  }
  .container .home-tabs .tab-wrap .home-tab .tab-product {
    display: none;
    float: none;
    clear: both;
  }
  .container .home-tabs .tab-wrap .home-tab .tab-product:nth-child(1),
  .container .home-tabs .tab-wrap .home-tab .tab-product:nth-child(2),
  .container .home-tabs .tab-wrap .home-tab .tab-product:nth-child(3) {
    display: block;
  }
  .container .home-tabs .tab-wrap .home-tab .tab-product .tab-links a {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .container .std {
    clear: both;
  }
  .container .std .clearfix,
  .container .std ul.home-tab-links {
    display: none;
  }
  .container .product-view .product-essential .product-img-box {
    display: none;
  }
  .container .product-view .product-essential form .product-col-right {
    padding: 0 20px;
  }
  .container .product-view .product-essential .product-shop .product-name.newProduct h1 {
    background: none;
    padding: 0;
    border: none;
    text-transform: none;
  }
  .container #product-slides {
    display: block;
  }
  .product-shop .add-to-box .qty-change {
    display: block;
    width: 33px;
    height: 33px;
    background: #566c11;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 25px;
  }
  .product-shop .add-to-box .qty-sub {
    padding-top: 3px;
  }
  .product-shop .add-to-box .qty-add {
    padding-top: 1px;
  }
  .product-tab {
    clear: both;
  }
  .product-tab.active-tab .accordion-wrap {
    display: block;
  }
  .product-tab .accordion-wrap {
    display: none;
  }
  .block {
    background: none;
    padding: 0;
    margin: 0;
  }
  .block .block-title {
    background: #e0e1e1;
    padding: 7px 10px;
    cursor: pointer;
  }
  .block .block-title span > span {
    float: right;
  }
  .block .block-title span > span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .block .block-title.title-closed span > span:after {
    content: "\f0da";
  }
  .recent-title {
    display: block;
    text-align: left;
    padding: 5px;
    background: #e0e1e1;
    clear: both;
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 10px;
    font-family: "purista-web", Arial, sans-serif;
    font-weight: bold;
    color: #353535;
    cursor: pointer;
  }
  .recent-title span {
    float: right;
    color: #353535;
    font-family: FontAwesome;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recent-title span:before {
    content: "\f0d7";
  }
  .recent-title.title-closed span:before {
    content: "\f0da";
  }
  .recent-wrap .tab-product {
    margin-bottom: 10px!important;
  }
  .postWrapper.post-list-item .postContent {
    float: none;
    width: 100%;
  }
  .postWrapper.post-list-item .post-extras {
    width: 100%;
    float: none;
    clear: both;
  }
  .postWrapper.post-list-item .post-extras p {
    text-align: left;
  }
  .postWrapper.post-list-item .post-extras p.blog-podcast {
    float: none;
  }
  .postWrapper {
    padding: 20px;
  }
  .postWrapper .featured-image {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns {
    width: 100%;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(3),
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(7) {
    display: block!important;
  }
}
@media (max-width: 767px) {
  body {
    background: url("../images/bg_blog.jpg") repeat-x scroll center -40px #f2f2f2;
  }
  .cms-home {
    background: url("../images/bg_repeat-home.jpg") repeat-x scroll center -40px #f2f2f2;
  }
  .catalog-category-view,
  .catalog-product-view,
  .cms-page-view {
    background: url("../images/bg_products.jpg") repeat-x center -40px #f2f2f2;
  }
  .container .home-tabs .tab-title:after {
    font-family: FontAwesome;
    content: "\f0da";
    display: block;
    float: right;
  }
  .container .home-tabs .tab-title.active-tab:after {
    content: "\f0d7";
  }
  .ei-logo {
    text-align: center;
  }
  body[class*='ebsco-myphotos'] .main.fifteen.columns,
  body[class*='checkout'] .main.fifteen.columns,
  body[class*='dealerlocator'] .main.fifteen.columns,
  body[class*='noroute'] .main.fifteen.columns,
  body[class*='customer-account'] .main.fifteen.columns,
  body[class*='customer-address'] .main.fifteen.columns,
  body[class*='review-customer'] .main.fifteen.columns,
  body[class*='customer-token'] .main.fifteen.columns,
  body[class*='customer-products'] .main.fifteen.columns,
  body[class*='sales'] .main.fifteen.columns,
  .kbase-article-index .main.fifteen.columns,
  .sales-order-history .main.fifteen.columns,
  .newsletter-manage-index .main.fifteen.columns,
  body[class*='account'] .main.fifteen.columns {
    margin-top: 0;
  }
  body[class*='ebsco-myphotos'] .main.fifteen.columns .col-main,
  body[class*='checkout'] .main.fifteen.columns .col-main,
  body[class*='dealerlocator'] .main.fifteen.columns .col-main,
  body[class*='noroute'] .main.fifteen.columns .col-main,
  body[class*='customer-account'] .main.fifteen.columns .col-main,
  body[class*='customer-address'] .main.fifteen.columns .col-main,
  body[class*='review-customer'] .main.fifteen.columns .col-main,
  body[class*='customer-token'] .main.fifteen.columns .col-main,
  body[class*='customer-products'] .main.fifteen.columns .col-main,
  body[class*='sales'] .main.fifteen.columns .col-main,
  .kbase-article-index .main.fifteen.columns .col-main,
  .sales-order-history .main.fifteen.columns .col-main,
  .newsletter-manage-index .main.fifteen.columns .col-main,
  body[class*='account'] .main.fifteen.columns .col-main {
    min-height: 0;
  }
}
@media (max-width: 479px) {
  body {
    background: url("../images/bg_blog.jpg") repeat-x scroll center -50px #f2f2f2;
  }
  .cms-home {
    background: url("../images/bg_repeat-home.jpg") repeat-x scroll center -40px #f2f2f2;
  }
  .catalog-category-view,
  .catalog-product-view,
  .cms-page-view {
    background: url("../images/bg_products.jpg") repeat-x center -50px #f2f2f2;
  }
  .container .header-container {
    margin-bottom: 15px;
  }
  .container .header-container .header .nav-toggle {
    float: left;
  }
  .container .header-container .header .three.columns {
    width: 170px!important;
    max-height: 90px;
  }
  .container .header-container .header .quick-access {
    float: right;
  }
  .container .header-container .header .quick-access .links {
    padding-right: 0;
    padding-top: 5px;
  }
  .container .header-container .header .quick-access .links li {
    margin-left: 0;
  }
  .container .header-container .header .top-search {
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 240px;
    float: right;
  }
  .container .header-container .header .top-search #search {
    width: 190px;
    height: 40px;
    float: left;
  }
  .container .header-container .header .top-search .searchbutton {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
  }
  .container .swipe-wrap > div h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 3.0rem;
    bottom: 33%;
  }
  .container .swipe-wrap .slide-link {
    display: none;
  }
}
.review-product-list .zoomPup,
.review-product-list .zoomWindow,
.review-product-list .zoomPreload {
  display: none!important;
}
.review-product-list .zoomPad {
  cursor: auto!important;
}
/* ==========================================================================
   Feeder Laws
   ========================================================================== */
.qa-float {
  width: 50%;
  padding: 0 15px 0 0;
  float: left;
}
#mobile-select ul {
  float: left;
  width: 33%;
  padding: 0 10px;
}
@media (max-width: 959px) {
  #mobile-select {
    display: block;
  }
  #map-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .qa-float {
    width: 100%;
    float: none;
  }
  #mobile-select ul {
    float: none;
    width: 100%;
    margin-bottom: 0!important;
  }
  .review-product-list .reviews-desktop {
    display: none;
  }
  .review-product-list .col-main > .product-view > .product-essential .reviews-mobile {
    display: block;
  }
}
.review-product-list .zoomPup,
.review-product-list .zoomWindow,
.review-product-list .zoomPreload {
  display: none!important;
}
.review-product-list .zoomPad {
  cursor: auto!important;
}
.review-product-list .no-rating,
.review-product-list .price-box,
.review-product-list .add-to-box,
.review-product-list .product-links,
.review-product-list .divider,
.review-product-list .recent-title,
.review-product-list .recent-wrap {
  display: none;
}
.review-product-list .product-name h1 {
  display: none!important;
}
.review-product-list .form-add h2 {
  margin-bottom: 0;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
.review-product-list .form-add form h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
  clear: both;
  float: none;
}
.review-product-list .form-add form h4 {
  display: none;
}
.review-product-list .form-add h3 {
  margin-bottom: 15px;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
}
.review-product-list .form-add .backtoproduct {
  float: left;
  clear: both;
  font-family: "purista bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
  margin-bottom: 20px;
}
.review-product-list .form-add .backtoproduct:after {
  font-family: FontAwesome;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 3px;
}
.review-product-list form tbody td:nth-of-type(2) {
  border-left: 0;
}
/* ==========================================================================
   EBSCO SuperSearch (super search)
   ========================================================================== */
.top-search #showResults {
  box-shadow: 0 0 2px #808080;
  top: 40px;
  z-index: 9999;
  padding: 5px;
  width: 295px;
}
.top-search #showResults #resultNotice {
  width: 90%;
  min-height: 30px;
}
.top-search #showResults #resultNotice .icon-search {
  font-size: inherit;
}
.top-search #showResults .close-dropdown {
  background-color: #566c11;
  color: #ffffff;
  line-height: 22px;
}
.top-search #showResults .bottomClose {
  background-color: #000000;
  color: #ffffff;
}
.top-search #showResults #listResults .result-title {
  clear: both;
  background-color: #566c11;
  border: 1px solid #bfbfbf;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 15px;
}
.top-search #showResults #listResults .list-products {
  list-style: none;
}
.top-search #showResults #listResults .list-products .item {
  width: 50%;
  float: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 10px 0;
  border: 0;
}
.top-search #showResults #listResults .list-products .item:nth-child(even):after {
  clear: both;
}
.top-search #showResults #listResults .list-products .item .product-img {
  width: 100%;
}
.top-search #showResults #listResults .list-products .item .product-img img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.top-search #showResults #listResults .list-products .item .product-info {
  margin-left: 0;
  width: auto;
  float: none;
  text-align: center;
}
.top-search #showResults #listResults .list-products .item .product-info .desc {
  display: none;
}
.top-search #showResults #listResults .list-products .item .product-info .product-name {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  text-transform: uppercase;
}
.top-search #showResults #listResults .list-products .item .product-info .product-name a {
  color: #404040;
}
.top-search #showResults #listResults .list-products .item .product-info .product-price {
  display: inline-block;
}
.top-search #showResults #listResults .list-products .item .product-info .product-price h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
  color: #ff0000;
}
.top-search #showResults #listResults .list-cms {
  list-style: none;
}
.top-search #showResults #listResults .list-cms li {
  padding: 10px 0 10px 5px;
}
.top-search #showResults #listResults .list-cms li:first-of-type {
  padding-top: 0;
}
.top-search #showResults #listResults .list-cms li:last-of-type {
  border-bottom: 0;
  padding-bottom: 5px;
}
.top-search #showResults #listResults .list-cms li h5 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
}
.top-search #showResults #listResults .list-cms li .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  display: block;
  background: none;
  border-bottom: 0;
  margin-bottom: 0;
}
.search-result .page-content {
  background: none;
  border: none;
  box-shadow: none;
  overflow: auto;
  padding: 0;
}
.search-result .page-content .result-title a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase;
  font-weight: normal;
  color: #404040;
  padding: 10px 0;
}
.search-result .page-content .result-title a:hover {
  color: #ffffff;
}
.search-result .page-content .result-title:before {
  font-family: "FontAwesome";
  color: #404040;
  display: inline-block;
  margin: 0 10px 0 13px;
  font-weight: normal;
}
.search-result .page-content .result-title span {
  padding-left: 0;
}
.search-result .page-content .result-title.blog:before {
  content: '\f075';
}
.search-result .page-content .result-title.media:before {
  content: '\f03e';
}
.search-result .page-content .result-title.product:before {
  content: '\f02a';
}
.search-result .page-content .result-title.kb:before {
  content: '\f0c2';
}
.search-result .page-content .result-title.cms:before {
  content: '\f15c';
}
.search-result .page-content .list-result.media .media {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 10px;
  width: 242px;
}
.search-result .page-content .list-result.media .media .p-title {
  position: absolute;
  padding: 10px;
  margin-right: 10px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.search-result .page-content .list-result.media .media .p-title a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-result .page-content .list-result.media .media .p-image {
  height: 160px;
  overflow: hidden;
}
.search-result .page-content .list-result.media .media .p-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.search-result .page-content .list-result.media .media .p-content {
  display: none;
}
.search-result .page-content .list-result.blog,
.search-result .page-content .list-result.kb {
  list-style: none;
  margin-left: 10px;
}
@media only screen and (max-width: 1169px) {
  .search-result .page-content .list-result.media .media {
    width: 298px;
  }
  .search-result .page-content .list-result.media .media .p-image {
    height: 200px;
  }
}
@media only screen and (max-width: 959px) {
  .search-result .page-content .list-result.media .media {
    width: 228px;
  }
  .search-result .page-content .list-result.media .media .p-image {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .search-result .page-content .list-result.media .media {
    width: auto;
  }
  .search-result .page-content .list-result.media .media .p-image {
    height: 260px;
    width: 355px;
  }
  .search-result .page-content .result-title a {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.7777777777777777rem;
    font-family: "refrigerator-deluxe";
    text-transform: uppercase;
    font-weight: bold;
    color: #404040;
  }
  .search-result .page-content .result-title a:hover {
    color: #ffffff;
  }
}
@media only screen and (max-width: 459px) {
  .search-result .page-content .list-result.media .media .p-image {
    height: 190px;
    width: 240px;
  }
}
.cms-index-index .home-intro {
  margin-bottom: 25px;
}
.cms-index-index .home-intro h1,
.cms-index-index .home-intro h2,
.cms-index-index .home-intro h3,
.cms-index-index .home-intro h4 {
  color: #000000;
  margin-bottom: 0;
}
.cms-index-index .home-intro p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  text-align: justify;
}
.cms-index-index .home-intro img {
  float: left;
  padding: 5px 10px 10px 0;
}
.blog-home-container .blog-home-title {
  position: relative;
  top: -5px;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-image {
  height: 195px;
  overflow: hidden;
  position: relative;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-image .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 195px;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-titlebar {
  background: #000;
  padding: 20px;
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  line-height: 2.5555555555555554rem;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: table;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-titlebar span {
  vertical-align: middle;
  display: table-cell;
}
.blog-home-container .blog-home-content.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blog-home-container .blog-home-title {
    position: relative;
    top: -5px;
  }
  .blog-home-container .blog-home-content.desktop {
    display: none;
  }
  .blog-home-container .blog-home-content.mobile {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-image {
    height: 195px;
    overflow: hidden;
    position: relative;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-image .image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 195px;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-titlebar {
    background: #000;
    padding: 20px;
    font-family: "refrigerator-deluxe", Arial, sans-serif;
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 23px;
    line-height: 2.5555555555555554rem;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
    display: table;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-titlebar span {
    vertical-align: middle;
    display: table-cell;
  }
  .blog-home-container .blog-home-content.mobile .bx-controls {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .blog-home-container .blog-home-content.mobile .bx-controls .bx-controls-direction .bx-prev {
    display: block;
    position: absolute;
    left: 10px;
  }
  .blog-home-container .blog-home-content.mobile .bx-controls .bx-controls-direction .bx-next {
    display: block;
    position: absolute;
    right: 10px;
  }
}
/* General Add This Block */
.addthis_toolbox {
  margin-bottom: 15px;
  float: left;
  clear: both;
  min-height: 34px;
}
.addthis_toolbox a {
  margin-top: 2px!important;
}
/* Blog Add This Block */
.blog-post-view .addthis_toolbox {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  min-height: 34px;
}
/* Product View Add This Block */
.catalog-product-view .addthis_toolbox {
  margin-bottom: 15px;
  float: left;
  clear: both;
  min-height: 34px;
}
.catalog-product-view .addthis_toolbox a {
  margin-top: 2px!important;
}
/* Checkout Success Add This Block */
.checkout-success {
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout-success .share-content {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
}
.checkout-success .share-content:first-of-type {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 20px 0;
}
.checkout-success .share-content:last-of-type {
  border-bottom: none;
  padding: 20px 0 0 0;
}
.checkout-success .share-content .product-image {
  float: left;
}
.checkout-success .share-content .product-detail {
  padding-left: 10px;
  overflow: hidden;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.checkout-success .share-content .product-detail .product-name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.checkout-success .share-content .product-detail .share-bar {
  margin-top: 10px;
  display: block;
}
.cms-index-index .home-intro {
  margin-bottom: 25px;
}
.cms-index-index .home-intro h1,
.cms-index-index .home-intro h2,
.cms-index-index .home-intro h3,
.cms-index-index .home-intro h4 {
  color: #000000;
  margin-bottom: 0;
}
.cms-index-index .home-intro p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  text-align: justify;
}
.cms-index-index .home-intro img {
  float: left;
  padding: 5px 10px 10px 0;
}
.blog-home-container .blog-home-title {
  position: relative;
  top: -5px;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-image {
  height: 195px;
  overflow: hidden;
  position: relative;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-image .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 195px;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-titlebar {
  background: #000;
  padding: 20px;
  font-family: "refrigerator-deluxe", Arial, sans-serif;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  line-height: 2.5555555555555554rem;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: table;
}
.blog-home-container .blog-home-content.desktop .blog-content a .blog-home-titlebar span {
  vertical-align: middle;
  display: table-cell;
}
.blog-home-container .blog-home-content.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blog-home-container .blog-home-title {
    position: relative;
    top: -5px;
  }
  .blog-home-container .blog-home-content.desktop {
    display: none;
  }
  .blog-home-container .blog-home-content.mobile {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-image {
    height: 195px;
    overflow: hidden;
    position: relative;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-image .image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 195px;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-titlebar {
    background: #000;
    padding: 20px;
    font-family: "refrigerator-deluxe", Arial, sans-serif;
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 23px;
    line-height: 2.5555555555555554rem;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
    display: table;
  }
  .blog-home-container .blog-home-content.mobile a .blog-home-titlebar span {
    vertical-align: middle;
    display: table-cell;
  }
  .blog-home-container .blog-home-content.mobile .bx-controls {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .blog-home-container .blog-home-content.mobile .bx-controls .bx-controls-direction .bx-prev {
    display: block;
    position: absolute;
    left: 10px;
  }
  .blog-home-container .blog-home-content.mobile .bx-controls .bx-controls-direction .bx-next {
    display: block;
    position: absolute;
    right: 10px;
  }
}
/* ==========================================================================
   Innobyte Product Questions / Tabs
   ========================================================================== */
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control {
  display: block;
  margin: 20px 15px 0 15px;
}
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control .innobyte-producttabs-tab-control {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  background: #b0b1b1;
  color: #ffffff;
  padding: 5px 15px 8px;
  margin-bottom: 2px;
  border-radius: 5px 5px 0 0;
}
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control .innobyte-producttabs-tab-control.active {
  background: #000;
  color: #ffffff;
  padding: 5px 15px 8px 15px;
}
.innobyte-producttabs-tab-content-container {
  border: 1px solid #b0b1b1;
  margin: 0 15px;
  padding: 15px;
  position: relative;
  top: -2px;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content {
  display: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul {
  list-style: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul li {
  padding: 5px 0 10px 15px;
  background: url("../images/bg_product-li.jpg") no-repeat 0 12px;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6e6d6d;
  border-bottom: 1px solid #b6b6b8;
  line-height: 18px;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul li:last-child {
  border: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts {
  overflow: hidden;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.image {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content .title {
  display: block;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content .title a {
  font-family: "purista-web", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 0 0 0.5625em;
  margin-bottom: 10px;
  text-decoration: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content.active {
  display: block;
}
.innobyte-producttabs-tab-content-container .mobile-tab-header {
  display: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  background: #b0b1b1;
  color: #ffffff;
  padding: 15px;
}
.innobyte-producttabs-tab-content-container .question-link {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.innobyte-producttabs-tab-content-container .block-product-questions {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-votes {
  padding-right: 5px;
  padding-left: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-vote-down {
  margin-right: 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-sorting {
  margin-bottom: -20px;
  min-width: 115px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-sorting select {
  font-size: 12px;
}
.innobyte-producttabs-tab-content-container .block-product-questions.pq-view li.last {
  margin-bottom: 8px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title {
  float: left;
  text-align: left;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase;
  position: relative;
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h2 {
  display: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h3 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "refrigerator-deluxe";
  color: #000000;
  float: left;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  font-weight: normal;
  font-family: "Arial";
  text-transform: none;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h4 span {
  margin: 0 0 0 5px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title a span {
  float: right;
  margin-top: 10px;
  font-family: "arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
  text-transform: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title a span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .no-answers {
  color: #000000;
  font-family: "Arial";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer {
  padding-bottom: 8px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right a:hover {
  text-decoration: underline;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #more-questions-trigger span {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #more-questions-trigger .fa-refresh {
  margin-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #pq-add-question-trigger span {
  font-size: 12px;
  font-size: 1.2rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #pq-add-question-trigger span.ask-a:before {
  font-family: "FontAwesome";
  content: '\f059';
  font-size: 12px;
  margin-right: 5px;
  display: block;
  float: left;
  top: 0;
  position: relative;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #pq-question-loader img {
  position: relative;
  right: -2px;
  top: 3px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions {
  overflow: auto;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li {
  padding-left: 0;
  overflow: hidden;
  word-wrap: break-word;
  background: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote {
  float: left;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-your-vote {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-your-vote .helpful {
  color: #00cc00;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-your-vote .helpful.not {
  color: #ff0000;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-vote-up {
  margin-left: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-author {
  float: left;
  margin-top: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question {
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  color: #000000;
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question strong {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 3px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  font-family: inherit;
  position: relative;
  left: 30px;
  word-wrap: break-word;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer {
  position: relative;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer strong {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 3px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span {
  position: relative;
  left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  font-family: inherit;
  word-wrap: break-word;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span p span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol {
  *zoom: 1;
  margin: 0;
  overflow: auto;
  padding-bottom: 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol:before,
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol:after {
  content: "";
  display: table;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol:after {
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  position: relative;
  border: none;
  margin: 0 0 5px 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol li:first-of-type {
  margin-top: 5px;
}
#product-question-wrapper #product-question-content {
  padding: 5px 0 0 0;
  margin-top: 0;
}
#product-question-wrapper #product-question-content .response {
  padding: 20px;
  background-color: #ffffff;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title {
  width: 100%;
  text-align: left;
  position: relative;
  clear: both;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title h3 {
  margin-bottom: 0;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  color: #566c11;
  font-weight: bold;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  font-weight: normal;
  font-family: "Arial";
  text-transform: none;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title h4 span {
  margin: 0 0 0 3px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title a span {
  float: right;
  font-family: "purista-web", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title a span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content {
  clear: both;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .buttons-set #pq-submit {
  width: 100%;
  max-width: none;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label {
  margin-left: -8px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label span {
  font-size: 10px;
  font-size: 1rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label em {
  color: red;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .required-notice {
  font-size: 10px;
  font-size: 1rem;
  margin-top: -10px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .required-notice em {
  color: red;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .review-nologged {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
.block-product-questions .pq-question-sorting {
  float: none;
  text-align: right;
}
.block-product-questions .pq-question-sorting select {
  font-size: 12px;
  font-size: 1.2rem;
}
.block-product-questions .pq-answer {
  margin-bottom: 25px;
}
.block-product-questions .pq-answer > span p {
  display: inherit;
}
@media only screen and (max-width: 959px) {
  .innobyte-producttabs-tabs-control-container {
    display: none;
  }
  .innobyte-producttabs-tab-content-container {
    border: 0;
    margin: 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content {
    border: 1px solid #b0b1b1;
    margin: 10px 0;
    padding: 20px;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content.active {
    display: block;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header {
    display: block;
    margin-bottom: 5px;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 30px;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header.active {
    display: block;
    background: #000;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header.active:after {
    font-family: FontAwesome;
    content: "\f0d7";
  }
}
@media only screen and (max-width: 767px) {
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li {
    padding: 20px 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li:first-of-type {
    padding-top: 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.image {
    float: none;
    text-align: center;
    width: auto;
    margin: 0 0 10px 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.image a img {
    width: 100%;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content {
    height: auto;
  }
}
/* Product View Add This Block */
.addthis_toolbox {
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.addthis_toolbox a {
  margin-top: 2px!important;
}
/* Checkout Success Add This Block */
.checkout-success {
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout-success .share-content {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
}
.checkout-success .share-content:first-of-type {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 20px 0;
}
.checkout-success .share-content:last-of-type {
  border-bottom: none;
  padding: 20px 0 0 0;
}
.checkout-success .share-content .product-image {
  float: left;
}
.checkout-success .share-content .product-detail {
  padding-left: 10px;
  overflow: hidden;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.checkout-success .share-content .product-detail .product-name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.checkout-success .share-content .product-detail .share-bar {
  margin-top: 10px;
  display: block;
}
