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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     MINT2
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*MW update*/
/*MW update*/
/*MW update*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

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

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

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

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

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

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

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_defaultx
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*Custom mixing for accordeon with no borders */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder, .input-text::-webkit-input-placeholder, .input-text:-moz-placeholder, .input-text::-moz-placeholder, .input-text:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder, input[type=number].qty::-webkit-input-placeholder, input[type=number].qty:-moz-placeholder, input[type=number].qty::-moz-placeholder, input[type=number].qty:-ms-input-placeholder,
input[type=text].qty::-webkit-input-placeholder,
input[type=text].qty:-moz-placeholder,
input[type=text].qty::-moz-placeholder,
input[type=text].qty:-ms-input-placeholder,
.qty.cart-item-quantity::-webkit-input-placeholder,
.qty.cart-item-quantity:-moz-placeholder,
.qty.cart-item-quantity::-moz-placeholder,
.qty.cart-item-quantity:-ms-input-placeholder, .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="email"]::-webkit-input-placeholder, .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="email"]:-moz-placeholder, .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="email"]::-moz-placeholder, .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="email"]:-ms-input-placeholder,
.checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="password"]::-webkit-input-placeholder,
.checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="password"]:-moz-placeholder,
.checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="password"]::-moz-placeholder,
.checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="password"]:-ms-input-placeholder, .customer-account-login #login-form input[type=password]::-webkit-input-placeholder, .customer-account-login #login-form input[type=password]:-moz-placeholder, .customer-account-login #login-form input[type=password]::-moz-placeholder, .customer-account-login #login-form input[type=password]:-ms-input-placeholder,
.customer-account-login #login-form input[type=email]::-webkit-input-placeholder,
.customer-account-login #login-form input[type=email]:-moz-placeholder,
.customer-account-login #login-form input[type=email]::-moz-placeholder,
.customer-account-login #login-form input[type=email]:-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.4px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input-box input[type=text]:focus,
.input-box input[type=email]:focus,
.input-box textarea:focus, select:focus, .input-text:focus,
textarea:focus, input[type=number].qty:focus,
input[type=text].qty:focus,
.qty.cart-item-quantity:focus, .form-list .control input.checkbox:focus,
.sp-methods dt input.checkbox:focus,
#checkout-shipping-method-load .sp-methods dd input.checkbox:focus,
#co-shipping-method-form .sp-methods dd input.checkbox:focus,
.product-options ul.options-list input.checkbox:focus, .mini-products-list input[type="checkbox"], .product-options dd textarea:focus, .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="email"]:focus,
.checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="password"]:focus, .customer-account-login #login-form input[type=password]:focus,
.customer-account-login #login-form input[type=email]:focus {
  outline: 1px;
  border: 1px solid #00A78E;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.product-grid-wrapper .product-shop-wrapper .add-to-cart-wrapper {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px; }

.vert-ribbon {
  background-color: #911;
  display: inline-block;
  padding-bottom: 50px;
  text-align: center;
  width: 50px;
  top: -2px;
  padding-top: 10px;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
  left: 10px;
  color: #fff; }
  .vert-ribbon:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 25px;
    border-color: transparent;
    border-bottom-color: #ebebeb;
    position: absolute;
    bottom: -1px; }

.footer-wrapper-first .horiz-ribbon {
  color: #ffffff;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

.footer-wrapper-first .box-ribbon {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  position: relative;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600; }

@media only screen and (min-width: 1200px) {
  .footer-wrapper-first .horiz-ribbon {
    background-color: #0A7666;
    display: inline-block;
    padding-right: 32px;
    height: 32px;
    line-height: 32px;
    left: -2px;
    padding-left: 10px;
    color: #fff; }
    .footer-wrapper-first .horiz-ribbon:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 16px;
      border-color: transparent;
      border-right-color: #fff;
      position: absolute;
      right: -1px; }
  .footer-wrapper-first .box-ribbon {
    height: 32px; } }

@media only screen and (max-width: 1199px) {
  .footer-wrapper-first .horiz-ribbon {
    background-color: #0A7666;
    display: inline-block;
    padding-right: 68px;
    height: 68px;
    line-height: 68px;
    left: -2px;
    padding-left: 10px;
    color: #fff; }
    .footer-wrapper-first .horiz-ribbon:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 34px;
      border-color: transparent;
      border-right-color: #fff;
      position: absolute;
      right: -1px; }
  .footer-wrapper-first .box-ribbon {
    height: 68px;
    line-height: 1.6; } }

@media only screen and (max-width: 770px) {
  .footer-wrapper-first .horiz-ribbon {
    background-color: #0A7666;
    display: inline-block;
    padding-right: 32px;
    height: 32px;
    line-height: 32px;
    left: -2px;
    padding-left: 10px; }
    .footer-wrapper-first .horiz-ribbon:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 16px;
      border-color: transparent;
      border-right-color: #fff;
      position: absolute;
      right: -1px; }
  .footer-wrapper-first .box-ribbon {
    height: 32px;
    margin-bottom: 15px; } }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal; }

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

img {
  display: block; }

ol,
ul {
  list-style: none; }

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

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

a {
  border: none;
  outline: none; }

a:hover {
  outline: none; }

:focus {
  outline: none; }

*:focus {
  outline: none; }

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

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

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

@viewport {
  width: device-width; }

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

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
table,
textarea {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.5; }

a {
  color: #00A78E;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

a:focus {
  outline-color: #007e6b;
  color: #007463; }

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

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

.cart-table thead th {
  text-transform: uppercase;
  font-weight: 600;
  color: #555555; }

:-moz-any(select):before {
  background-color: #ffffff;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */ }

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #555555;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00A78E;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

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

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

strong.medium {
  font-weight: 400;
  padding-left: 5px; }

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

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase; }
  .availability .label {
    display: none; }
  .availability span i {
    margin-right: 8px;
    font-size: 19px; }

.availability.in-stock {
  color: #00A78E; }

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

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

.title-wrapper-no-img .page-title.title-description-wrapper {
  padding-left: 0; }

.title-wrapper-no-img ~ .subcategory-grid {
  margin-bottom: 15px; }

.page-title {
  margin-top: 30px;
  padding-left: 25px;
  *zoom: 1; }
  .page-title + p,
  .page-title + .cart-empty {
    padding-left: 25px; }
  .page-title h1 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #00A78E;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px; }
  .page-title:after {
    content: "";
    display: table;
    clear: both; }

.checkout-onepage-index .page-title h1,
.checkout-multishipping-address-newshipping .page-title h1,
.cart .page-title h1 {
  color: #0A7666;
  font-size: 28px; }

.customer-account .page-title,
.contacts-index-index .page-title,
.cms-page-view .page-title,
.mb-testimonials-index-index .page-title {
  margin-top: 10px;
  padding-left: 0;
  border: 0;
  font-weight: 300; }
  .customer-account .page-title + p,
  .contacts-index-index .page-title + p,
  .cms-page-view .page-title + p,
  .mb-testimonials-index-index .page-title + p {
    padding-left: 0; }

.product-name h1 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00A78E;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-bottom: 15px;
  font-weight: 300;
  margin-bottom: 0;
  color: #444444; }

@media only screen and (max-width: 770px) {
  .page-title {
    padding-left: 0;
    text-align: center; }
    .page-title h1 {
      font-size: 24px;
      margin-top: 0;
      padding-bottom: 0; }
    .page-title h2 {
      padding-top: 0; }
  .customer-account .page-title,
  .contacts-index-index .page-title,
  .cms-page-view .page-title,
  .mb-testimonials-index-index .page-title {
    margin-top: 30px; } }

@media only screen and (max-width: 599px) {
  .customer-account .page-title,
  .contact-index-index .page-title {
    margin-bottom: 15px; } }

@media only screen and (max-width: 479px) {
  .page-popup .page-title.title-buttons {
    text-align: center; }
  .page-popup h1 {
    margin-bottom: 0.5em; } }

.checkout-cart-index .page-title {
  padding-bottom: 20px; }
  .checkout-cart-index .page-title h1,
  .checkout-cart-index .page-title .checkout-types {
    display: inline-block; }

@media only screen and (min-width: 1200px) {
  .checkout-cart-index .messages {
    padding-left: 25px; } }

@media only screen and (max-width: 770px) {
  .checkout-cart-index .page-title {
    padding-bottom: 20px;
    margin-bottom: 0;
    display: block; }
    .checkout-cart-index .page-title h1 {
      display: block; } }

#checkout-step-review .page-title {
  padding-left: 0; }
  #checkout-step-review .page-title h1 {
    font-size: 16px !important;
    font-weight: 400; }

.cms-page-view h1.page-title,
.mb-testimonials-index-index h1.page-title {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 30px; }

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.mb-testimonials-index-index .page-title h1,
.mb-testimonials-index-index .page-title h3,
.mb-testimonials-index-index .page-head h1,
.mb-testimonials-index-index .page-head h3 {
  border: none; }

.cms-page-view .page-title h1,
.cms-page-view .page-head h1,
.mb-testimonials-index-index .page-title h1,
.mb-testimonials-index-index .page-head h1 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 30px; }

ul.list-bullets {
  margin: 15px 0 15px 30px; }
  ul.list-bullets li {
    list-style: disc; }

.cms-index-noroute.cms-no-route .page-title {
  padding: 2em 3em 0;
  text-align: center; }
  .cms-index-noroute.cms-no-route .page-title h1 {
    font-size: 12em !important;
    color: #eeeeee;
    margin: 0 0 40px; }
  .cms-index-noroute.cms-no-route .page-title h3 {
    color: #555555;
    text-align: left;
    margin-top: 10px; }

.cms-index-noroute.cms-no-route .cms-404-list {
  padding-left: 25px; }

.cms-index-noroute.cms-no-route .content h3 {
  padding-left: 40px; }

.cms-index-noroute.cms-no-route .content .sub-section {
  padding-left: 40px;
  margin-bottom: 10px; }

@media only screen and (max-width: 1199px) {
  .cms-index-noroute.cms-no-route .page-title h1 {
    font-size: 11em !important; } }

@media only screen and (max-width: 979px) {
  .cms-index-noroute.cms-no-route .page-title h1 {
    font-size: 10em !important; } }

@media only screen and (max-width: 770px) {
  .cms-index-noroute.cms-no-route .page-title h1 {
    font-size: 7em !important; } }

@media only screen and (max-width: 599px) {
  .cms-index-noroute.cms-no-route .page-title {
    padding: 3em 3em 3em; }
    .cms-index-noroute.cms-no-route .page-title h1 {
      font-size: 5em !important; }
    .cms-index-noroute.cms-no-route .page-title h3 {
      font-weight: 400; } }

.col2-set {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  /* margin-top: 30px;  // Removed for .customer-account-login page */
  *zoom: 1; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .col2-set .col-1:nth-child(2),
    .col2-set .col-2:nth-child(2) {
      float: right;
      margin-right: 0; }
    .col2-set .col-1 .buttons-set,
    .col2-set .col-2 .buttons-set {
      text-align: left;
      border: none; }
      .col2-set .col-1 .buttons-set a,
      .col2-set .col-2 .buttons-set a {
        color: #ffffff; }
    .col2-set .col-1 .col-inner-wrapper,
    .col2-set .col-2 .col-inner-wrapper {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      max-width: 330px;
      margin: 0 auto;
      float: none; }
      .col2-set .col-1 .col-inner-wrapper .buttons-set,
      .col2-set .col-2 .col-inner-wrapper .buttons-set {
        max-width: 330px; }
  .col2-set:after {
    content: "";
    display: table;
    clear: both; }
  .col2-set .col-1 .form-list .control label {
    width: 100%;
    padding: 10px 10px 9px 40px; }
  .col2-set .col-1 .form-list .control input.radio {
    margin-top: 14px; }
  .col2-set .col-1 ul.benefits {
    margin: 0 0 21px 0; }
    @media only screen and (max-width: 599px) {
      .col2-set .col-1 ul.benefits {
        margin: 0 0 10px 0; } }
    .col2-set .col-1 ul.benefits li {
      padding-left: 20px;
      position: relative;
      line-height: 1.8; }
      .col2-set .col-1 ul.benefits li:before {
        content: '\f00c';
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        left: 0;
        color: #555555;
        font-family: "FontAwesome"; }
  .col2-set .col-1 ul {
    padding-left: 20px; }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }

.checkout-onepage-index #checkout-step-login .col2-set {
  padding-top: 30px;
  margin-bottom: 30px; }
  .checkout-onepage-index #checkout-step-login .col2-set .col-2 {
    padding-left: 1.6949152542%; }

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding: 0 1.6949152542%; }
  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    line-height: 0; }

.customer-account .col2-set .col-1 .box-title h3,
.customer-account .col2-set .col-1 .box-title h2,
.customer-account .col2-set .col-1 li.item h3,
.customer-account .col2-set .col-1 li.item h2,
.customer-account .col2-set .col-2 .box-title h3,
.customer-account .col2-set .col-2 .box-title h2,
.customer-account .col2-set .col-2 li.item h3,
.customer-account .col2-set .col-2 li.item h2 {
  font-size: 16px;
  padding: 10px 0 10px;
  margin-bottom: 0; }

.customer-account .col2-set .col-1 .box-title h2,
.customer-account .col2-set .col-1 li.item h2,
.customer-account .col2-set .col-2 .box-title h2,
.customer-account .col2-set .col-2 li.item h2 {
  font-weight: 300;
  color: #999999; }

.customer-account .col2-set .col-1 .box-title h3,
.customer-account .col2-set .col-1 li.item h3,
.customer-account .col2-set .col-2 .box-title h3,
.customer-account .col2-set .col-2 li.item h3 {
  font-weight: 500;
  color: #444444; }

.customer-account .col2-set.addresses-list {
  margin: 15px 0; }
  .customer-account .col2-set.addresses-list .col-1 ol,
  .customer-account .col2-set.addresses-list .col-2 ol {
    padding: 0 1.6949152542%; }

.customer-account-forgotpassword .col-main form {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  margin: 40px auto;
  float: none !important; }
  @media only screen and (max-width: 770px) {
    .customer-account-forgotpassword .col-main form {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      margin: 40px auto 30px; } }
  @media only screen and (max-width: 599px) {
    .customer-account-forgotpassword .col-main form {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin: 0 auto 0; }
      .customer-account-forgotpassword .col-main form .col2 {
        border-top: none; }
      .customer-account-forgotpassword .col-main form .col2 .col-inner-wrapper {
        margin-top: 40px; } }

@media only screen and (max-width: 979px) {
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0; }
  .checkout-onepage-index #checkout-step-login .col2-set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin: 0 auto; } }

@media only screen and (max-width: 770px) {
  .checkout-onepage-index #checkout-step-login .col2-set {
    padding-top: 0; }
  .customer-account .col2-set .col-1,
  .customer-account .col2-set .col-2 {
    padding-top: 0; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-top: 30px; } }

@media only screen and (max-width: 479px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px; } }

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

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 1em; }
  .block-title h2,
  .block-title h3,
  .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #555555;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
  .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #999999;
    display: block; }

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

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

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

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

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

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

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

.main-container {
  background-color: inherit; }

@media only screen and (max-width: 770px) {
  .block-category-nav {
    content: '';
    display: table;
    clear: both;
    width: 100%; }
    .block-category-nav .block-content ul#narrow-by-list2 {
      border: 0; }
      .block-category-nav .block-content ul#narrow-by-list2 li.top-level {
        padding-left: 0px; }
  .sidebar {
    background: none; }
    .sidebar .block:not(.block-layered-nav) {
      margin-bottom: 10px;
      margin-top: 15px; }
      .sidebar .block:not(.block-layered-nav).block-cms-menu {
        margin-bottom: 0; }
      .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0; }
        .sidebar .block:not(.block-layered-nav) .block-title > strong {
          margin: 0;
          margin-bottom: 10px;
          color: #444444;
          font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
          font-size: 15px;
          font-weight: 600;
          font-style: normal;
          line-height: 1.4;
          text-rendering: optimizeSpeed;
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          font-weight: normal;
          margin-bottom: 0px;
          padding: 12px 10px 12px 24px;
          position: relative;
          background-color: #f8f8f8;
          display: block;
          width: 100%;
          cursor: pointer;
          border-bottom: 0;
          text-transform: uppercase;
          text-align: left; }
          .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #777777;
            border-right: none;
            left: 10px;
            top: 50%;
            margin-top: -3px; }
        .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
          margin: 0;
          margin-bottom: 10px;
          color: #444444;
          font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
          font-size: 15px;
          font-weight: 600;
          font-style: normal;
          line-height: 1.4;
          text-rendering: optimizeSpeed;
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          font-weight: normal;
          margin-bottom: 0px;
          padding: 12px 10px 12px 24px;
          position: relative;
          background-color: #f8f8f8;
          background-color: #d5d5d5; }
          .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            border-top: 4px solid #777777;
            border-bottom: none;
            left: 10px;
            top: 50%;
            margin-top: -3px; }
      .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc; }
      .sidebar .block:not(.block-layered-nav) .block-content {
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        padding: 10px 20px; }
  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu'; } }

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

.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  margin: 7px 0; }
  .block-account li strong,
  .block-cms-menu li strong {
    font-weight: 400;
    color: #00A78E; }
  .block-account li a,
  .block-cms-menu li a {
    color: #444444; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: #00A78E; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.sidebar .actions .button,
.button.button-secondary,
.btn-coupon,
.btn-coupon,
.button_grey {
  background: #777777;
  color: #ffffff;
  display: inline-block;
  padding: 12px 25px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
  .cart .buttons-set .button a,
  .sidebar .actions .button a,
  .button.button-secondary a,
  .btn-coupon a,
  .btn-coupon a,
  .button_grey a {
    color: #ffffff;
    text-decoration: none; }
  .cart .buttons-set .button:active,
  .sidebar .actions .button:active,
  .button.button-secondary:active,
  .btn-coupon:active,
  .btn-coupon:active,
  .button_grey:active {
    background: #5e5e5e; }
  .cart .buttons-set .button:hover,
  .sidebar .actions .button:hover,
  .button.button-secondary:hover,
  .btn-coupon:hover,
  .btn-coupon:hover,
  .button_grey:hover {
    background: #6a6a6a; }
  .cart .buttons-set .button:focus,
  .sidebar .actions .button:focus,
  .button.button-secondary:focus,
  .btn-coupon:focus,
  .btn-coupon:focus,
  .button_grey:focus {
    outline: none; }
  .cart .buttons-set .button:hover,
  .sidebar .actions .button:hover,
  .button.button-secondary:hover,
  .btn-coupon:hover,
  .btn-coupon:hover,
  .button_grey:hover {
    cursor: pointer; }
  .cart .buttons-set .button.btn-estimate, .cart .buttons-set .button.btn-coupon, .cart .buttons-set .button.button_grey,
  .sidebar .actions .button.btn-estimate,
  .sidebar .actions .button.btn-coupon,
  .sidebar .actions .button.button_grey,
  .button.button-secondary.btn-estimate,
  .button.button-secondary.btn-coupon,
  .button.button-secondary.button_grey,
  .btn-coupon.btn-estimate,
  .btn-coupon.btn-coupon,
  .btn-coupon.button_grey,
  .btn-coupon.btn-estimate,
  .btn-coupon.btn-coupon,
  .btn-coupon.button_grey,
  .button_grey.btn-estimate,
  .button_grey.btn-coupon,
  .button_grey.button_grey {
    font-size: 14px; }

span.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  white-space: nowrap; }

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
.footer .button {
  background: #31377C;
  color: #ffffff;
  display: inline-block;
  padding: 12px 25px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button a,
  .cart-table .product-cart-actions .button a,
  .footer .button a {
    color: #ffffff;
    text-decoration: none; }
  .button:active,
  .cart-table .product-cart-actions .button:active,
  .footer .button:active {
    background: #232757; }
  .button:hover,
  .cart-table .product-cart-actions .button:hover,
  .footer .button:hover {
    background: #2a2f6a; }
  .button:focus,
  .cart-table .product-cart-actions .button:focus,
  .footer .button:focus {
    outline: none; }
  .button:hover,
  .cart-table .product-cart-actions .button:hover,
  .footer .button:hover {
    cursor: pointer; }

#checkoutSteps li.section .buttons-set {
  text-align: right; }
  #checkoutSteps li.section .buttons-set button {
    background: #006C6E;
    background: #2C2786;
    color: #fff; }
    #checkoutSteps li.section .buttons-set button:hover {
      background: #262172; }
  #checkoutSteps li.section .buttons-set p.back-link {
    float: left; }
    #checkoutSteps li.section .buttons-set p.back-link a {
      text-align: right; }
  #checkoutSteps li.section .buttons-set#review-buttons-container button {
    background: #31377C; }

#checkoutSteps li.section #checkout-review-submit .buttons-set {
  text-align: right; }

.button.btn_ghost {
  background: transparent;
  color: #00A78E;
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #00A78E;
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button.btn_ghost a {
    color: #00A78E;
    text-decoration: none; }
  .button.btn_ghost:active {
    background: transparent; }
  .button.btn_ghost:hover {
    background: transparent; }
  .button.btn_ghost:focus {
    outline: none; }
  .button.btn_ghost:hover, .button.btn_ghost:focus {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease false;
    -o-transition: all 0.5s ease false;
    transition: all 0.5s ease;
    background: #00A78E; }
    .button.btn_ghost:hover a, .button.btn_ghost:focus a {
      color: #ffffff; }

a.button {
  text-decoration: none; }

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

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

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

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

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #777777;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
  .button2 span:hover,
  .button2 span span:hover {
    text-decoration: none;
    color: #5e5e5e; }

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

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

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

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

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

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

.paypal-button img {
  display: inline; }

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

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1;
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
  text-align: right; }
  .buttons-set:after {
    content: "";
    display: table;
    clear: both; }
  .buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right; }
  .buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px; }
    .buttons-set .back-link a:before {
      content: '\f104';
      font-family: "FontAwesome";
      display: inline;
      padding-right: 15px; }
    .buttons-set .back-link a small {
      display: none; }
  .buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px; }
  .buttons-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-account .icon, .skip-cart .icon, .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box:before, .products-grid .item .actions .button-set a i[class^="action-links-"], .product-view .sharing-links a, .product-slider .owl-prev, .product-slider .owl-next, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .cms-link-content span.icon, .sample-icons.icon-account, .home-page-label.label-delivery:after {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-account .icon, .skip-cart .icon, .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box:before, .products-grid .item .actions .button-set a i[class^="action-links-"], .product-view .sharing-links a, .product-slider .owl-prev, .product-slider .owl-next, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .cms-link-content span.icon, .sample-icons.icon-account, .home-page-label.label-delivery:after {
    background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite@2x.png);
    /*Here we use background size of the defauld sprite*/
    background-size: 86px 729px; } }

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  min-height: 40px;
  line-height: 40px;
  padding-left: 20px; }

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.4px; }

.breadcrumbs a {
  float: left;
  color: #b3b3b3;
  text-decoration: none; }

.breadcrumbs a:hover {
  color: #00A78E; }

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

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

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

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: right;
  text-decoration: none;
  /* Hide text */
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }

.btn-remove:after {
  content: '\f00d';
  font-family: "FontAwesome";
  color: #999999;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-weight: bold; }

.btn-remove:hover:after {
  color: #444444;
  text-decoration: none; }

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

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

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

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous {
  float: right;
  margin-left: 6px;
  text-decoration: none; }

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

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 100%;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f8f8f8; }

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

/* -------------------------------------------- *
 * Containers
 */
.page {
  background: inherit; }

#header-wrapper {
  background: #00A78E; }

.main-container {
  background: #ffffff; }

.header_location {
  text-align: center;
  color: #fff;
  padding: 0; }
  .header_location a {
    color: #fff;
    font-size: 15px; }

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

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #040404;
  color: #e6e6e6;
  font-size: 11px; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat; }
  .global-site-notice p {
    margin-bottom: 0; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #00A78E;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

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

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #00A78E; }

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

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

/* -------------------------------------------- *
 * Messages
 */
.cms-index-index .messages {
  margin-top: 10px; }

.messages {
  margin-bottom: 10px; }

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #ffffff;
  height: auto; }
  .page-popup > div {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .page-popup > div:after {
      content: " ";
      display: block;
      clear: both; }
    .page-popup > div > div {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  .page-popup .buttons-set {
    border-top: none; }
  .page-popup table.compare-table tr.last td {
    border-bottom: none; }
  .page-popup table.compare-table th {
    background: #eaeaea; }
  .page-popup table.compare-table td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee; }
  .page-popup table.compare-table tr.last th,
  .page-popup table.compare-table tr.last td {
    border-bottom: 1px solid #cccccc !important; }
  .page-popup table.compare-table th, .page-popup table.compare-table td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee; }
  .page-popup table.compare-table tr.first td {
    text-align: center;
    padding: 10px; }
    .page-popup table.compare-table tr.first td .add-to-links li a.link-wishlist {
      text-decoration: none;
      display: block; }
      .page-popup table.compare-table tr.first td .add-to-links li a.link-wishlist:hover i {
        color: #D9649C; }
  .page-popup table.compare-table tr.last td .add-to-links li a {
    padding-top: 10px; }
  .page-popup table.compare-table tr.last td .price-box .price, .page-popup table.compare-table tr.last td .price {
    font-weight: 400; }
  .page-popup table.compare-table td.last {
    border-right: 1px solid #eeeeee; }
  .page-popup table.compare-table tr.add-to-row td {
    text-align: center; }

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

.page-popup a.print-button {
  float: right;
  margin-bottom: 20px; }
  .page-popup a.print-button i {
    margin-right: 5px; }

@media only screen and (max-width: 479px) {
  .page-popup a.print-button {
    width: 100%; } }

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px; }
  .payment-methods dt {
    padding: 5px 0; }
  .payment-methods dd {
    padding-top: 10px; }

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

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

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

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

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

.product-slider .product-grid {
  border-top: 0;
  padding-top: 0; }
  .product-slider .product-grid .item .price-box .price {
    font-size: 14px; }
  .product-slider .product-grid .item .price-box .price-label {
    font-size: 13px !important; }
  .product-slider .product-grid .item .price-box .old-price .price {
    font-size: 13px; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price .price {
  color: #aaaaaa !important;
  text-decoration: line-through;
  font-size: 16px; }

.price-box .special-price {
  color: #00A78E; }

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

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  line-height: 2;
  color: #555555;
  width: 100%; }
  .product-pricing .benefit,
  .tier-prices .benefit,
  .tier-prices-grouped .benefit {
    font-style: italic;
    font-weight: normal; }
  .product-pricing .price,
  .tier-prices .price,
  .tier-prices-grouped .price {
    font-weight: bold; }

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

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

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 15px; }
  .truncated a.details:hover {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

.products-grid .ratings {
  text-align: center;
  float: none;
  bottom: 15px;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0; }

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em; }

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar .category-title,
.catalogsearch-result-index .page-title {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%; }
  .toolbar .category-title.page-title,
  .catalogsearch-result-index .page-title.page-title {
    padding-left: 1.6949152542%; }
  .toolbar .category-title h1,
  .catalogsearch-result-index .page-title h1 {
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: 0; }
  .toolbar .category-title p,
  .catalogsearch-result-index .page-title p {
    color: #666666; }
    .toolbar .category-title p span,
    .catalogsearch-result-index .page-title p span {
      text-transform: uppercase;
      font-weight: 600;
      padding-left: 5px; }
    .toolbar .category-title p:hover,
    .catalogsearch-result-index .page-title p:hover {
      cursor: pointer;
      color: #444444; }

.toolbar {
  padding-bottom: 20px;
  border-bottom: 6px solid #eaeaea;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  .toolbar:after {
    content: " ";
    display: block;
    clear: both; }
  .toolbar:after {
    content: "";
    display: table;
    clear: both; }
  .toolbar .custom-select {
    max-width: 120px;
    display: inline-block; }
    @media only screen and (max-width: 479px) {
      .toolbar .custom-select {
        max-width: 120px; } }
  .toolbar .page-title {
    margin-top: 0;
    text-align: left; }
  .toolbar .label {
    text-transform: none;
    color: #aaaaaa; }
  .toolbar .pager {
    display: none;
    /* Disables pager on Top but keeps on bottom*/ }
  .toolbar .sorter {
    width: 57.6271186441%;
    float: right;
    margin-right: 0; }
    .toolbar .sorter .sort-by {
      text-align: center;
      /* EI fix - category page sorter*/
      height: 40px;
      line-height: 40px; }
    .toolbar .sorter .view-mode {
      text-align: right; }
    .toolbar .sorter .sort-by {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; }
    .toolbar .sorter .view-mode {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; }
  .toolbar .sorter .view-mode,
  .toolbar .pager .count-container {
    padding-right: 20px; }
    @media only screen and (max-width: 979px) {
      .toolbar .sorter .view-mode,
      .toolbar .pager .count-container {
        padding-right: 30px; } }
  .toolbar .pager {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    padding-top: 20px;
    text-align: right; }
    .toolbar .pager .count-container {
      width: 66.1016949153%;
      float: right;
      margin-right: 0;
      text-align: right; }
      .toolbar .pager .count-container .amount {
        display: inline-block; }
      .toolbar .pager .count-container .limiter {
        display: inline; }
    .toolbar .pager .pages {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
    @media only screen and (max-width: 479px) {
      .toolbar .pager .pages,
      .toolbar .pager .count-container {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        text-align: center; }
      .toolbar .pager .pages ol {
        display: inline-block; } }
  @media only screen and (max-width: 770px) {
    .toolbar {
      padding-bottom: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      clear: both; } }

.toolbar-bottom .toolbar {
  border: 0; }
  @media only screen and (max-width: 479px) {
    .toolbar-bottom .toolbar {
      padding-bottom: 0; } }

.toolbar-bottom .sorter,
.toolbar-bottom .page-title.category-title {
  display: none; }

.toolbar-bottom .pager {
  display: block; }

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

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

.toolbar,
.pager {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  color: #aaaaaa;
  line-height: 36px;
  font-size: 12px; }

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

.sorter {
  margin-bottom: 5px; }
  @media only screen and (max-width: 770px) {
    .sorter {
      margin-bottom: 25px; } }
  .sorter label {
    margin-right: 5px;
    color: #999999;
    font-weight: 300;
    text-transform: capitalize; }

.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  /*IE fix - height*/ }

.sorter > .sort-by .sort-by-switcher--asc {
  background-position: -588px; }
  .sorter > .sort-by .sort-by-switcher--asc:hover {
    background-position: -538px; }

.sorter > .sort-by .sort-by-switcher--desc {
  background-position: -613px; }
  .sorter > .sort-by .sort-by-switcher--desc:hover {
    background-position: -563px; }

html.ie9 .sorter label,
html.ie9 .sorter > .sort-by .sort-by-switcher {
  vertical-align: top; }

.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle; }

.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: 8px -492px; }

.sorter > .view-mode .grid {
  background-position: -42px -492px; }

.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: 8px -517px; }

.sorter > .view-mode .list {
  background-position: -42px -517px; }

/* -------------------------------------------- *
 * Search Index page > Titles
 */
.catalogsearch-result-index .page-title,
.catalogsearch-result-index .toolbar {
  text-align: left; }

.catalogsearch-result-index .toolbar {
  margin-top: 25px; }

.catalogsearch-result-index .page-title {
  position: absolute;
  margin-bottom: 0; }
  .catalogsearch-result-index .page-title h1 {
    font-size: 24px; }
    @media only screen and (max-width: 979px) {
      .catalogsearch-result-index .page-title h1 {
        font-size: 20px; } }

@media only screen and (max-width: 599px) {
  .catalogsearch-result-index .page-title {
    width: 27.9661016949%;
    float: left;
    margin-right: 0;
    padding-left: 0 !important; }
    .catalogsearch-result-index .page-title h1 {
      display: block;
      margin: 0; } }

@media only screen and (max-width: 479px) {
  .catalogsearch-result-index .toolbar {
    padding-top: 30px;
    padding-bottom: 0px; }
  .catalogsearch-result-index .page-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both; }
    .catalogsearch-result-index .page-title h1 {
      font-size: 24px;
      text-align: center; } }

body.catalogsearch-result-index .page-title h1 {
  border-bottom: none; }

body.review-product-list .pager .limiter .custom-select select {
  height: 35px; }

.pager .amount {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  white-space: nowrap; }

.pager .limiter > label {
  padding-right: 5px;
  margin-left: 20px; }
  .pager .limiter > label:after {
    content: ':'; }

.pages {
  float: right;
  overflow: hidden; }
  .pages strong {
    display: none; }

.pages li {
  float: left;
  line-height: 40px; }

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 40px;
  width: 25px;
  height: 40px;
  padding: 0;
  color: #00A78E;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

.pages .current,
.pages .current:hover {
  color: #444444;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #ffffff;
  cursor: default; }

.pages .next,
.pages .previous {
  /**
  /*HP5BP technique:
  /* https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757c9e03dda4e463fb0d4db5a5f82d7
  **/
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative; }
  .pages .next:hover,
  .pages .previous:hover {
    border: 1px solid #00A78E; }

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

.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #005b4d;
  border-right: none; }

.full-width-label {
  width: 100% !important; }

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

.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #005b4d;
  border-left: none; }

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

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #00A78E;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #005b4d;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

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

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

/* ============================================ *
 * Jquery - Light Box
 * ============================================ */
.fancybox-overlay {
  z-index: 9999999 !important; }

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

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

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

.emp-line {
  padding: 15px 0; }

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

.width-full {
  width: 100%; }

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

@media only screen and (min-width: 980px) {
  .hide-sm-label {
    display: block; }
  .hide-lg-label {
    display: none; } }

@media only screen and (max-width: 979px) {
  .hide-sm-label {
    display: none; }
  .hide-lg-label {
    display: block; } }

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

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

#overlay_modal {
  background-color: rgba(68, 68, 68, 0.5); }

ul.mint2-bullets li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin-right: 0.9rem;
  display: inline-block;
  background: #00A78E; }

ul.no-bullets {
  list-style: none; }
  ul.no-bullets li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }

ul.inline-block li {
  display: inline-block; }

.monkey-general-list li.listdata .monkey-list-subscriber {
  margin-left: 5px;
  margin-right: 15px; }

@media only screen and (max-width: 770px) {
  .monkey-general-list li.listdata {
    text-align: center; }
    .monkey-general-list li.listdata .monkey-list-subscriber {
      margin-right: 0; } }

.alert-stock.link-stock-alert {
  padding: 10px 30px 10px 10px;
  background: #00A78E;
  display: inline-block;
  cursor: pointer; }
  .alert-stock.link-stock-alert a {
    color: #ffffff;
    font-size: 13px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    text-decoration: none; }
    .alert-stock.link-stock-alert a:before {
      font-family: "FontAwesome";
      content: '\f0e0';
      font-size: 17px;
      line-height: 1;
      margin-right: 10px; }
  .alert-stock.link-stock-alert:hover {
    background: #005b4d; }

.gift-messages-form .inner-box h4 {
  padding-top: 18px; }

body.ebizmarts-autoresponder-autoresponder-unsubscribe .main-container .col-main .page-title {
  padding-top: 20px;
  padding-left: 30px; }
  body.ebizmarts-autoresponder-autoresponder-unsubscribe .main-container .col-main .page-title h1 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #00A78E;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px;
    font-weight: 400; }

body.ebizmarts-autoresponder-autoresponder-unsubscribe .main-container .col-main h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00A78E;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-bottom: 15px;
  padding-left: 30px; }

/* ============================================ *
 * Product View > Zoomed Image
 * ============================================ */
.zoomWindow {
  border: none !important; }

.zoomLens {
  border: none !important;
  width: 100% !important;
  height: 100% !important; }

.zoomContainer {
  z-index: 10; }

/* ============================================ *
 * Responsive Styles
 * ============================================ */
/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none; } }

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

@media only screen and (max-width: 979px) {
  .toolbar .pager {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; } }

@media only screen and (max-width: 770px) {
  .toolbar {
    border: none; }
    .toolbar .pager {
      width: 91.5254237288%;
      float: right;
      margin-right: 0; } }

@media only screen and (max-width: 599px) {
  .toolbar .category-title {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .toolbar .category-title h1 {
      display: block;
      margin: 0;
      height: 40px; }
    .toolbar .category-title p.toggle-trigger {
      position: absolute; }
  .toolbar .sorter {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; }
  .toolbar .pager {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 479px) {
  .toolbar {
    position: relative;
    padding-bottom: 10px; }
    .toolbar .sorter {
      padding-top: 15px; }
    .toolbar .category-title p.toggle-trigger {
      bottom: 0; }
    .toolbar .category-title,
    .toolbar .sorter {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      content: '';
      display: table;
      clear: both; }
  .pager .amount--has-pages {
    display: none; }
  .pages {
    float: left; }
  .limiter label {
    display: none; } }

@media only screen and (max-width: 479px) {
  .toolbar .count-container {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }
  .toolbar .pages {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; } }

ul.left-label,
ul.right-description {
  display: inline-block;
  list-style: none;
  padding: 0; }
  ul.left-label li,
  ul.right-description li {
    border: 0px solid rgba(0, 0, 0, 0.04);
    margin: 0;
    padding: 4px 6px; }
    ul.left-label li:last-child,
    ul.right-description li:last-child {
      border-bottom: none; }

ul.left-label {
  margin: 0;
  width: 23.7288135593%;
  float: left; }
  ul.left-label li {
    border-width: 0 1px 1px 0; }

ul.right-description {
  margin: 0 0 0 -1px;
  width: 66.1016949153%;
  float: left; }
  ul.right-description li {
    border-width: 0 0 1px 0;
    padding-left: 15px; }

.accordion-section-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 15px 25px; }
  .accordion-section-content:after {
    content: " ";
    display: block;
    clear: both; }

.pop-info {
  display: inline-block;
  margin-right: 0px;
  line-height: 20px; }
  @media only screen and (max-width: 770px) {
    .pop-info {
      right: 0; } }
  .pop-info:hover {
    text-decoration: none; }
  .pop-info span {
    text-transform: uppercase;
    font-size: 9px;
    color: #292727;
    padding: 0px 5px 0 0;
    display: table-cell;
    vertical-align: top; }
  .pop-info i {
    font-size: 19px;
    line-height: 20px;
    vertical-align: top;
    display: table-cell; }

.popup-content {
  display: none;
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid #00A78E; }
  .popup-content.show {
    display: block; }
  .popup-content .card-info-popup-body {
    font-size: 11px;
    color: #292727;
    padding: 15px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    position: relative; }
    .popup-content .card-info-popup-body p {
      margin-bottom: 0; }
    .popup-content .card-info-popup-body i {
      position: absolute;
      right: 5px;
      top: 5px;
      color: #333;
      font-size: 12px;
      cursor: pointer; }
  .popup-content:hover {
    display: block; }

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

.fieldset p.required {
  margin-bottom: 5px;
  font-size: 11px;
  margin-top: 0px; }

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

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eaeaea; }

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-weight: normal;
  color: #555555;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

label.required:after,
span.required:after {
  content: ' *';
  color: #F03C00;
  font-weight: normal;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 12px; }

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

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

/* -------------------------------------------- *
 * Select
 */
.custom-select {
  position: relative; }
  .custom-select:before {
    color: #333333;
    font-family: "FontAwesome";
    font-size: 1.2em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 0.625em;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    content: '\f0d7'; }

select {
  width: 100%;
  height: 40px;
  max-width: 100%;
  background: #eeeeee;
  border: none;
  display: block;
  margin: 0px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

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

.custom-select select::-ms-expand {
  display: none; }

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

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

/* -------------------------------------------- *
 * Inputs, Textarea
 */
.input-text,
textarea {
  width: 100%;
  height: 40px;
  max-width: 100%;
  background: #eeeeee;
  border: none;
  display: block;
  margin: 0px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

textarea {
  line-height: 1.8;
  padding-top: 7px; }

.input-text.validation-failed {
  border: 1px solid #F03C00; }
  .input-text.validation-failed:focus {
    border: 1px solid #F03C00 !important; }

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

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

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
.custom-select,
select,
textarea {
  width: 100%;
  max-width: 330px; }

input[type=text]#day, input[type=text]#month, input[type=text]#year {
  width: 100%;
  max-width: 100%; }

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

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

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

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

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty,
.qty.cart-item-quantity {
  width: 100%;
  height: 40px;
  max-width: 100%;
  background: #eeeeee;
  border: 1px solid #dddddd;
  display: block;
  margin: 0px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  border: 1 px solid #2D2E81;
  background: #ffffff;
  padding: 0 3px; }

.product-cart-actions input[type=text].qty {
  display: inline-block; }
  @media only screen and (max-width: 1199px) {
    .product-cart-actions input[type=text].qty {
      margin: 0 auto 10px;
      display: block; } }
  @media only screen and (max-width: 979px) {
    .product-cart-actions input[type=text].qty {
      margin-bottom: 0;
      display: inline-block; } }
  @media only screen and (max-width: 770px) {
    .product-cart-actions input[type=text].qty {
      margin: 0 auto 10px;
      display: block; } }
  @media only screen and (max-width: 599px) {
    .product-cart-actions input[type=text].qty {
      margin-bottom: 0;
      display: inline-block; } }

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

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

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

/* ============================================ *
 * Form List
 * ============================================ */
.form-list .input-box {
  position: relative; }

.form-list > li {
  margin-bottom: 10px; }

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

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

/*CheckBox On Customer Account Pages*/
.customer-account .form-list .control input.checkbox {
  margin-right: 0px;
  margin-left: 0; }

.customer-account .form-list .control label {
  padding: 10px 15px 10px 20px;
  line-height: 20px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
  .form-list .control div.input-box,
  .sp-methods dt div.input-box,
  #checkout-shipping-method-load .sp-methods dd div.input-box,
  #co-shipping-method-form .sp-methods dd div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    .sp-methods dt div.input-box:after,
    #checkout-shipping-method-load .sp-methods dd div.input-box:after,
    #co-shipping-method-form .sp-methods dd div.input-box:after,
    .product-options ul.options-list div.input-box:after {
      display: none; }
  .form-list .control input.radio,
  .form-list .control input.checkbox,
  .sp-methods dt input.radio,
  .sp-methods dt input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    margin-right: -40px;
    margin-left: 15px;
    float: left; }
  .form-list .control input.radio,
  .sp-methods dt input.radio,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.radio,
  .product-options ul.options-list input.radio {
    margin-top: 15px; }
  .form-list .control input.checkbox,
  .sp-methods dt input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  .product-options ul.options-list input.checkbox {
    margin-top: 17px;
    border-radius: 10px;
    color: #666666;
    background: #ffffff;
    }
  .form-list .control label,
  .sp-methods dt label,
  #checkout-shipping-method-load .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd label,
  .product-options ul.options-list label {
    color: #444444;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    font-weight: normal;
    float: none;
    padding: 11px 15px 11px 45px; }
    @media only screen and (max-width: 770px) {
      .form-list .control label,
      .sp-methods dt label,
      #checkout-shipping-method-load .sp-methods dd label,
      #co-shipping-method-form .sp-methods dd label,
      .product-options ul.options-list label {
        width: 100%; } }
  .form-list .control .no-display + label,
  .sp-methods dt .no-display + label,
  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 30px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover,
    .sp-methods dt .no-display + label:hover,
    #checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
    #co-shipping-method-form .sp-methods dd .no-display + label:hover,
    .product-options ul.options-list .no-display + label:hover {
      background-color: transparent; }

#onepage-checkout-shipping-method-additional-load .field {
  padding-left: 30px;
  padding-bottom: 25px; }

#billing-new-address-form li.fields .custom-select > #billing:country_id {
  width: 330px; }

#onepage-checkout-shipping-method-additional-load .allow-gift-messages-for-order-container {
  padding-top: 20px; }

#onepage-checkout-shipping-method-additional-load ul.form-list {
  padding-top: 10px;
  max-width: 330px; }
  #onepage-checkout-shipping-method-additional-load ul.form-list li.wide {
    width: 100%;
    content: '';
    display: table;
    clear: both; }

#onepage-checkout-shipping-method-additional-load .gift-messages-form .inner-box {
  padding-left: 30px; }
  @media only screen and (max-width: 599px) {
    #onepage-checkout-shipping-method-additional-load .gift-messages-form .inner-box {
      padding-left: 20px;
      padding-right: 20px; } }

#co-shipping-method-form h3,
#co-shipping-method-form h4 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600; }

.form-list .control.remember-me-box {
  background: none;
  margin-top: 0;
  margin-bottom: 0; }

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

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

.form-list .control.remember-me-box label {
  padding: 10px 0px 10px 30px; }

.form-list .control.remember-me-box input.checkbox {
  margin-left: 0; }

.form-list .control.subscribe-me-box label {
  background: #f8f8f8;
  display: block; }
  @media only screen and (min-width: 771px) {
    .form-list .control.subscribe-me-box label {
      display: inline-block;
      clear: right; } }

.form-list .control.subscribe-me-box input.checkbox {
  margin-left: 8px; }

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

.form-instructions, .account-exists {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: 300; }

/* -------------------------------------------- *
 * Multifee Form
 */
#multifees_payment_magebasedpspxpay .fee-items {
  clear: both; }
  #multifees_payment_magebasedpspxpay .fee-items .options td {
    padding-top: 0;
    padding-bottom: 0; }
    #multifees_payment_magebasedpspxpay .fee-items .options td:first-child {
      padding-right: 0; }
  #multifees_payment_magebasedpspxpay .fee-items > p.note {
    color: #666;
    padding: 10px 0 5px 0; }

#multifees_payment_magebasedpspxpay .fee-options table.options tr td {
  padding: 0 10px 0 0 !important;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 6px;
  text-transform: capitalize; }

#multifees_payment_magebasedpspxpay.multifees-payment-fee {
  padding-left: 50px; }

#payment_form_polipay_payment {
  padding-left: 20px;
  padding-top: 20px; }

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

/* ============================================ *
 * Data Table on "My Account Page"
 * ============================================ */
body.customer-account .data-table {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%; }
  body.customer-account .data-table th, body.customer-account .data-table td {
    border: 1px solid #eaeaea;
    vertical-align: middle; }
  body.customer-account .data-table.orders {
    margin-bottom: 10px; }

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

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

.data-table th {
  background: #f8f8f8;
  text-transform: uppercase;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap; }

.data-table tbody td,
.data-table tfoot td {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

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

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

.data-table#checkout-review-table tfoot > tr.last {
  font-size: 16px; }

.data-table#checkout-review-table tr td.last {
  text-align: right; }

.data-table#checkout-review-table span.cart-price span.price {
  float: right; }

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

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

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

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

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

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

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

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

 * @category    design
 * @package     mint2
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.col1-layout .col-main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.col2-left-layout .col-main {
  width: 76.6949152542%;
  float: right;
  margin-right: 0; }

.col2-left-layout .col-left {
  width: 21.6101694915%;
  float: left;
  margin-right: 1.6949152542%;
  clear: left; }

.col2-right-layout .col-main {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }

.col2-right-layout .col-right {
  width: 23.7288135593%;
  float: right;
  margin-right: 0; }

@media only screen and (max-width: 979px) {
  .col2-right-layout .col-main {
    width: 70.3389830508%;
    float: left;
    margin-right: 1.6949152542%; }
  .col2-right-layout .col-right {
    width: 27.9661016949%;
    float: right;
    margin-right: 0; } }

.col3-layout .col-wrapper {
  width: 91.5254237288%;
  float: left;
  margin-right: 1.6949152542%; }
  .col3-layout .col-wrapper .col-left {
    width: 18.3673469388%;
    float: left;
    margin-right: 2.0408163265%;
    clear: left; }
  .col3-layout .col-wrapper .col-main {
    width: 79.5918367347%;
    float: right;
    margin-right: 0; }

.col3-layout .col-right {
  width: 6.7796610169%;
  float: right;
  margin-right: 0; }

.col3-layout .breadcrumbs li {
  color: #888888;
  text-transform: none; }

.col3-layout .breadcrumbs strong {
  color: #444444; }

.col3-layout .breadcrumbs span {
  padding: 0 10px; }

.main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .main:after {
    content: " ";
    display: block;
    clear: both; }

.page {
  *zoom: 1; }
  .page:after {
    content: "";
    display: table;
    clear: both; }

.main-container {
  min-height: 39.2857142857em;
  height: 100%;
  padding-bottom: 30px; }

.main-container,
.bottom-container,
.bottom-container > .widget,
.copyrights-block ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .main-container:after,
  .bottom-container:after,
  .bottom-container > .widget:after,
  .copyrights-block ul:after {
    content: " ";
    display: block;
    clear: both; }

/*To review*/
body.customer-account .main-container,
body.customer-account-forgotpassword .main-container {
  min-height: 100%; }

.product-grid-wrapper .product-img-box {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }

.product-grid-wrapper .product-shop-wrapper {
  width: 49.1525423729%;
  float: right;
  margin-right: 0; }

.catalog-category-view,
.catalogsearch-result-index {
  /* 5.a Top Landing*/
  /* 5.b Filters Sidebar*/ }
  .catalog-category-view .col2-right-layout .col-main,
  .catalogsearch-result-index .col2-right-layout .col-main {
    width: 91.5254237288%;
    float: left;
    margin-right: 1.6949152542%;
    padding-left: 0; }
  .catalog-category-view .col2-right-layout .col-right,
  .catalogsearch-result-index .col2-right-layout .col-right {
    width: 6.7796610169%;
    float: right;
    margin-right: 0;
    padding-right: 0; }
  @media only screen and (max-width: 979px) {
    .catalog-category-view .col2-right-layout .col-main,
    .catalog-category-view .col2-right-layout .col-right,
    .catalogsearch-result-index .col2-right-layout .col-main,
    .catalogsearch-result-index .col2-right-layout .col-right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 771px) and (max-width: 1000px) {
    .catalog-category-view .col3-layout .col-wrapper,
    .catalogsearch-result-index .col3-layout .col-wrapper {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      content: '';
      display: table;
      clear: both; }
      .catalog-category-view .col3-layout .col-wrapper .col-left,
      .catalogsearch-result-index .col3-layout .col-wrapper .col-left {
        width: 18.3673469388%;
        float: left;
        margin-right: 2.0408163265%; }
      .catalog-category-view .col3-layout .col-wrapper .col-main,
      .catalogsearch-result-index .col3-layout .col-wrapper .col-main {
        width: 79.5918367347%;
        float: right;
        margin-right: 0; }
    .catalog-category-view .col3-layout .col-right,
    .catalogsearch-result-index .col3-layout .col-right {
      width: 18.3673469388%;
      float: right;
      margin-right: 0;
      clear: left;
      float: left;
      padding-left: 3%;
      padding-right: 3%;
      margin-top: 30px;
      margin-bottom: 30px; } }

@media only screen and (min-width: 980px) {
  .catalog-product-view .col2-right-layout .col-main {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%; }
  .catalog-product-view .col2-right-layout .col-right {
    width: 23.7288135593%;
    float: right;
    margin-right: 0; } }

.cms-index-noroute.cms-no-route .col1-layout .content > p {
  font-size: 16px;
  color: #777777;
  text-align: center;
  font-weight: 300; }

.cms-index-noroute.cms-no-route .col1-layout .content .sub-section {
  margin-top: 10px; }

.cms-index-noroute.cms-no-route .col1-layout .content ul {
  display: inline-block;
  text-align: left; }
  .cms-index-noroute.cms-no-route .col1-layout .content ul li {
    color: #777777;
    list-style: none;
    margin: 0 0 5px 0;
    position: relative; }
    .cms-index-noroute.cms-no-route .col1-layout .content ul li p {
      padding-left: 20px; }
      .cms-index-noroute.cms-no-route .col1-layout .content ul li p:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 2px;
        margin-right: 0.9rem;
        display: inline-block;
        background: #00A78E; }

.cms-index-noroute.cms-no-route .col1-layout .content img {
  width: 100%; }

@media only screen and (max-width: 599px) {
  .cms-index-noroute.cms-no-route .col1-layout .content {
    text-align: left; }
    .cms-index-noroute.cms-no-route .col1-layout .content > p {
      margin: 0 0 10px 0; }
    .cms-index-noroute.cms-no-route .col1-layout .content ul li {
      padding: 0px 15px;
      margin: 0 0 10px 0; }
      .cms-index-noroute.cms-no-route .col1-layout .content ul li p {
        padding-left: 0; } }

.contacts-index-index .col3-layout .col-wrapper {
  width: 69.387755102%;
  float: left;
  margin-right: 2.0408163265%; }
  .contacts-index-index .col3-layout .col-wrapper .col-left {
    width: 31.1224489796%;
    float: left;
    margin-right: 2.0408163265%;
    clear: left; }
  .contacts-index-index .col3-layout .col-wrapper .col-main {
    width: 66.8367346939%;
    float: right;
    margin-right: 0;
    padding-right: 3.3898305085%; }

.contacts-index-index .col3-layout .col-right {
  width: 28.5714285714%;
  float: right;
  margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .contacts-index-index .col3-layout .col-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1; }
    .contacts-index-index .col3-layout .col-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .contacts-index-index .col3-layout .col-wrapper .col-main {
      width: 53.3898305085%;
      float: left;
      padding-right: 1.6949152542%; }
    .contacts-index-index .col3-layout .col-wrapper .col-left {
      width: 21.6101694915%;
      float: left;
      margin-right: 1.6949152542%;
      clear: none; }
    .contacts-index-index .col3-layout .col-wrapper .col-right {
      width: 21.6101694915%;
      float: right;
      margin-right: 0; } }

@media only screen and (max-width: 979px) {
  .contacts-index-index .col3-layout .col-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1; }
    .contacts-index-index .col3-layout .col-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .contacts-index-index .col3-layout .col-wrapper .col-main {
      width: 76.6949152542%;
      float: right;
      margin-right: 0;
      padding-right: 0; }
    .contacts-index-index .col3-layout .col-wrapper .col-left {
      width: 21.6101694915%;
      float: left;
      margin-right: 1.6949152542%;
      clear: left; }
    .contacts-index-index .col3-layout .col-wrapper .col-right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      *zoom: 1;
      margin-top: 30px;
      /* SPECIAL CASE FOR CONTACT FORM DESIGN */ }
      .contacts-index-index .col3-layout .col-wrapper .col-right:after {
        content: "";
        display: table;
        clear: both; }
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block {
        position: relative; }
        .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left,
        .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left + .widget, .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .postal {
          width: 21.6101694915%;
          float: left;
          margin-right: 1.6949152542%;
          clear: left; }
        .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .map-locator {
          position: absolute;
          right: 0;
          width: 76.6949152542%;
          float: right;
          margin-right: 0;
          padding-right: 0;
          padding-left: 1.6949152542%; } }

@media only screen and (max-width: 770px) {
  .contacts-index-index .col3-layout .col-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .contacts-index-index .col3-layout .col-wrapper .col-main,
    .contacts-index-index .col3-layout .col-wrapper .col-left,
    .contacts-index-index .col3-layout .col-wrapper .col-right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      *zoom: 1; }
      .contacts-index-index .col3-layout .col-wrapper .col-main:after,
      .contacts-index-index .col3-layout .col-wrapper .col-left:after,
      .contacts-index-index .col3-layout .col-wrapper .col-right:after {
        content: "";
        display: table;
        clear: both; }
    .contacts-index-index .col3-layout .col-wrapper .col-right {
      /* SPECIAL CASE FOR CONTACT FORM DESIGN */ }
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left,
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left + .widget {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center; }
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .map-locator {
        position: relative; } }

@media only screen and (max-width: 533px) {
  .contacts-index-index .col3-layout .col-wrapper .col-right {
    /* SPECIAL CASE FOR CONTACT FORM DESIGN */ }
    .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left,
    .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left + .widget,
    .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .postal,
    .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .map-locator {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      text-align: center;
      *zoom: 1;
      padding-left: 0; }
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left:after,
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .contact-info-left + .widget:after,
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .postal:after,
      .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .map-locator:after {
        content: "";
        display: table;
        clear: both; }
    .contacts-index-index .col3-layout .col-wrapper .col-right .widget.widget-static-block .postal {
      text-align: left; } }

@media only screen and (max-width: 1199px) {
  .main-container.col1-layout,
  .main-container,
  .bottom-container,
  .copyrights-block ul {
    padding-left: 1%;
    padding-right: 1%; } }

@media only screen and (max-width: 979px) {
  .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li,
  .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item,
  .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li,
  .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item {
    width: 15.2542372881%;
    float: left; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(6n + 1),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(6n + 1),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(6n + 1),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(6n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(6n + 2),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(6n + 2),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(6n + 2),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(6n + 2) {
      margin-left: 16.9491525424%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(6n + 3),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(6n + 3),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(6n + 3),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(6n + 3) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(6n + 4),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(6n + 4),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(6n + 4),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(6n + 4) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(6n + 5),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(6n + 5),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(6n + 5),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(6n + 5) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(6n + 6),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(6n + 6),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(6n + 6),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(6n + 6) {
      margin-left: 84.7457627119%;
      margin-right: -100%;
      clear: none; }
  .review-product-list .col-right.sidebar .mini-products-list li {
    width: 100%;
    float: right;
    margin-right: 0; } }

@media only screen and (min-width: 771px) {
  body.customer-account .col-main,
  body.contacts-index-index .col-main,
  body.mb-testimonials-index-index .col-main {
    padding-left: 1.6949152542%; }
  .col-right.sidebar .block-compare,
  .col-right.sidebar .block-viewed,
  .col-right.sidebar .block-wishlist {
    border-top: 6px solid #eaeaea;
    padding-top: 10px;
    text-align: center; } }

@media only screen and (max-width: 770px) {
  .col3-layout .col-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col3-layout .col-wrapper .col-main,
  .col3-layout .col-wrapper .sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col2-left-layout .col-main {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col2-left-layout .col-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col2-right-layout .col-main {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .col2-right-layout .col-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .main-container.col1-layout,
  .main-container,
  #header-wrapper #header {
    padding-left: 2%;
    padding-right: 2%; }
  body.contacts-index-index .main-container .breadcrumbs,
  body.cms-page-view .main-container .breadcrumbs {
    padding-left: 0 !important; }
  .block-viewed.block-title > strong,
  .block-compare.block-title > strong,
  .block-wishlist.block-title > strong {
    text-align: left;
    font-weight: 400;
    font-size: 15px; }
  /* ============================================ *
    * Category Landing Pages
    * ============================================ */
  .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li,
  .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item,
  .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li,
  .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item,
  .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list li,
  .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list .item,
  .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items li,
  .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items .item {
    width: 23.7288135593%;
    float: left; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 1),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 1),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 1),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 1),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 1),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 1),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 1),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 2),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 2),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 2),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 2),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 2),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 2),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 2),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 3),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 3),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 3),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 3),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 3),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 3),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 3),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 4),
    .catalog-category-view .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 4),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 4),
    .catalog-category-view .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 4),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list li:nth-child(4n + 4),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar .mini-products-list .item:nth-child(4n + 4),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items li:nth-child(4n + 4),
    .catalogsearch-result-index .col2-right-layout .col-right.sidebar #compare-items .item:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; }
  .catalog-category-view .col-right.sidebar .mini-products-list li,
  .catalog-category-view .col-right.sidebar .mini-products-list .item,
  .catalog-category-view .col-right.sidebar #compare-items li,
  .catalog-category-view .col-right.sidebar #compare-items .item,
  .catalogsearch-result-index .col-right.sidebar .mini-products-list li,
  .catalogsearch-result-index .col-right.sidebar .mini-products-list .item,
  .catalogsearch-result-index .col-right.sidebar #compare-items li,
  .catalogsearch-result-index .col-right.sidebar #compare-items .item,
  .review-product-list .col-right.sidebar .mini-products-list li,
  .review-product-list .col-right.sidebar .mini-products-list .item,
  .review-product-list .col-right.sidebar #compare-items li,
  .review-product-list .col-right.sidebar #compare-items .item {
    width: 23.7288135593%;
    float: left; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(4n + 1),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(4n + 1),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(4n + 1),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(4n + 1),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(4n + 1),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(4n + 1),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(4n + 1),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(4n + 1),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(4n + 1),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(4n + 1),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(4n + 1),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(4n + 2),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(4n + 2),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(4n + 2),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(4n + 2),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(4n + 2),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(4n + 2),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(4n + 2),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(4n + 2),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(4n + 2),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(4n + 2),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(4n + 2),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(4n + 3),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(4n + 3),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(4n + 3),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(4n + 3),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(4n + 3),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(4n + 3),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(4n + 3),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(4n + 3),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(4n + 3),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(4n + 3),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(4n + 3),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(4n + 4),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(4n + 4),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(4n + 4),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(4n + 4),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(4n + 4),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(4n + 4),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(4n + 4),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(4n + 4),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(4n + 4),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(4n + 4),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(4n + 4),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; }
  /* ============================================ *
      * Customer Account Pages
      * ============================================ */
  .customer-account .col2-left-layout .col-main,
  .customer-account .col2-left-layout .sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both;
    margin-bottom: 25px; }
  /* ============================================ *
    * Product View Pages
    * ============================================ */
  .product-grid-wrapper .product-img-box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .product-grid-wrapper .product-shop-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 599px) {
  #header-nav.skip-content.skip-active {
    padding-left: 0;
    padding-right: 0; }
  .catalog-category-view .col-right.sidebar .mini-products-list li,
  .catalog-category-view .col-right.sidebar .mini-products-list .item,
  .catalog-category-view .col-right.sidebar #compare-items li,
  .catalog-category-view .col-right.sidebar #compare-items .item,
  .catalogsearch-result-index .col-right.sidebar .mini-products-list li,
  .catalogsearch-result-index .col-right.sidebar .mini-products-list .item,
  .catalogsearch-result-index .col-right.sidebar #compare-items li,
  .catalogsearch-result-index .col-right.sidebar #compare-items .item,
  .review-product-list .col-right.sidebar .mini-products-list li,
  .review-product-list .col-right.sidebar .mini-products-list .item,
  .review-product-list .col-right.sidebar #compare-items li,
  .review-product-list .col-right.sidebar #compare-items .item {
    width: 32.2033898305%;
    float: left; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(3n + 1),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(3n + 1),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(3n + 1),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(3n + 1),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(3n + 1),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(3n + 1),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(3n + 1),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(3n + 1),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(3n + 1),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(3n + 1),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(3n + 1),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(3n + 2),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(3n + 2),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(3n + 2),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(3n + 2),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(3n + 2),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(3n + 2),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(3n + 2),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(3n + 2),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(3n + 2),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(3n + 2),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(3n + 2),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .catalog-category-view .col-right.sidebar .mini-products-list li:nth-child(3n + 3),
    .catalog-category-view .col-right.sidebar .mini-products-list .item:nth-child(3n + 3),
    .catalog-category-view .col-right.sidebar #compare-items li:nth-child(3n + 3),
    .catalog-category-view .col-right.sidebar #compare-items .item:nth-child(3n + 3),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list li:nth-child(3n + 3),
    .catalogsearch-result-index .col-right.sidebar .mini-products-list .item:nth-child(3n + 3),
    .catalogsearch-result-index .col-right.sidebar #compare-items li:nth-child(3n + 3),
    .catalogsearch-result-index .col-right.sidebar #compare-items .item:nth-child(3n + 3),
    .review-product-list .col-right.sidebar .mini-products-list li:nth-child(3n + 3),
    .review-product-list .col-right.sidebar .mini-products-list .item:nth-child(3n + 3),
    .review-product-list .col-right.sidebar #compare-items li:nth-child(3n + 3),
    .review-product-list .col-right.sidebar #compare-items .item:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
  .bottom-container {
    padding: 0; }
  .widget .banner-boxes,
  .widget .products-grid.product-carousel,
  .widget .brand-boxes-parent {
    padding-left: 2%;
    padding-right: 2%; }
  .widget .widget-title {
    margin: 0 2%; } }

/* ============================================ *
 * Special 3 column layout for blog pages
 * ============================================ */
body.is-blog .col3-layout {
  max-width: 100%; }
  body.is-blog .col3-layout div.main > .col-wrapper {
    width: 870px;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 25px; }
    body.is-blog .col3-layout div.main > .col-wrapper .col-main {
      width: 580px;
      float: right;
      margin-left: 25px; }
    body.is-blog .col3-layout div.main > .col-wrapper .col-left {
      width: 260px;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 20px; }
    @media only screen and (max-width: 1199px) {
      body.is-blog .col3-layout div.main > .col-wrapper {
        width: 74.5762711864%;
        float: left;
        margin-right: 1.6949152542%; }
        body.is-blog .col3-layout div.main > .col-wrapper .col-main {
          width: 66.1016949153%;
          float: right;
          margin-left: 1.6949152542%; }
        body.is-blog .col3-layout div.main > .col-wrapper .col-left {
          width: 32.2033898305%;
          float: left;
          margin-left: 0; } }
    @media only screen and (max-width: 1000px) {
      body.is-blog .col3-layout div.main > .col-wrapper {
        width: 100%;
        float: left;
        margin-right: 1.6949152542%; }
        body.is-blog .col3-layout div.main > .col-wrapper .col-main {
          width: 74.5762711864%;
          float: right;
          margin-left: 1.6949152542%; }
        body.is-blog .col3-layout div.main > .col-wrapper .col-left {
          width: 23.7288135593%;
          float: left;
          margin-left: 0; }
        body.is-blog .col3-layout div.main > .col-wrapper .col-right {
          width: 23.7288135593%;
          float: left;
          margin-left: 0;
          clear: left; } }
    @media only screen and (max-width: 770px) {
      body.is-blog .col3-layout div.main > .col-wrapper .col-main {
        width: 100%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 0; }
      body.is-blog .col3-layout div.main > .col-wrapper .col-left {
        width: 100%;
        float: left;
        margin-right: 1.6949152542%;
        padding-left: 0; }
      body.is-blog .col3-layout div.main > .col-wrapper .col-right {
        width: 100%;
        float: left;
        margin-right: 1.6949152542%; } }
  body.is-blog .col3-layout div.main > .col-right {
    width: 300px;
    float: right;
    margin-right: 0;
    padding-right: 10px; }
    @media only screen and (max-width: 1199px) {
      body.is-blog .col3-layout div.main > .col-right {
        width: 23.7288135593%;
        float: right;
        margin-right: 0; } }

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

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: inherit;
  _height: 100%; }

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

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

#header-wrapper .header-sticky-container {
  width: 100%;
  position: relative;
  z-index: 8775309;
  /* To hide Pinterest button */
  min-height: 160px; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px; }
  .page-header-container .store-language-container label {
    display: none; }
  .page-header-container .store-language-container select {
    max-width: 100%; }

.header-language-background {
  padding: 10px;
  background-color: #73B9FF;
  text-transform: uppercase;
  *zoom: 1; }
  .header-language-background:after {
    content: "";
    display: table;
    clear: both; }
  .header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .header-language-background .form-language,
  .header-language-background .currency-switcher {
    float: left;
    margin-right: 10px; }
  .header-language-background .welcome-msg {
    float: right; }

.header-language-background,
.header-language-background a {
  color: #e6e6e6; }

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  float: left;
  padding-top: 22px;
  margin-left: -19px;
  height: 110px; }
  .logo:hover {
    opacity: 0.8; }
  .logo img {
    max-width: 310px; }
  .logo .small {
    display: block; }
  .logo .large {
    display: none; }

@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 300px; } }

@media only screen and (max-width: 770px) {
  .logo {
    padding-top: 25px; } }

@media only screen and (max-width: 599px) {
  .logo {
    padding-top: 15px;
    height: 100px; } }

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links .skip-account:hover,
.skip-links .skip-cart:hover,
.skip-links .skip-language:hover,
.skip-links .skip-currency:hover {
  background: rgba(248, 248, 248, 0.5); }

.skip-link {
  width: 120px;
  position: relative;
  float: left;
  height: 110px;
  background: inherit;
  color: #ffffff;
  text-align: center;
  padding-top: 25px; }
  .skip-link.skip-account {
    right: 120px; }
  .skip-link.skip-currency {
    right: 240px; }
  .skip-link:hover > .label {
    color: #ffffff;
    text-decoration: none; }
  @media only screen and (max-width: 1199px) {
    .skip-link {
      width: 100px;
      height: 110px; }
      .skip-link.skip-account {
        right: 100px; }
      .skip-link.skip-currency {
        right: 200px; } }
  @media only screen and (max-width: 979px) {
    .skip-link {
      width: 78px;
      height: 110px; }
      .skip-link.skip-account {
        right: 78px; }
      .skip-link.skip-currency {
        right: 156px; } }
  @media only screen and (max-width: 770px) {
    .skip-link {
      padding-top: 25px; } }
  @media only screen and (max-width: 599px) {
    .skip-link {
      width: 54px;
      height: 110px;
      padding-top: 25px; }
      .skip-link.skip-account {
        right: 54px; }
      .skip-link.skip-currency {
        right: 108px; }
      .skip-link .label {
        display: none; }
      .skip-link.skip-nav .label {
        display: block;
        line-height: 1; } }
  @media only screen and (max-width: 533px) {
    .skip-link {
      border-right: none; } }

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

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

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link > .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px; }

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }
  .skip-content.skip-active {
    display: block;
    background: #eaeaea;
    width: 100%;
    content: '';
    display: table;
    clear: both; }

/* ============================================ *
 * Responsive Header Style
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header-container {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto; }
    .page-header-container:after {
      content: " ";
      display: block;
      clear: both; }
  .logo .small {
    display: none; }
  .logo .large {
    display: block; } }

@media only screen and (max-width: 770px) {
  .page-header .page-header-container {
    position: relative; }
    .page-header .page-header-container .header-currencies button {
      right: 22px;
      top: 20px; }
  .page-header .logo {
    margin-left: 78px;
    padding-left: 25px;
    position: relative; }
    .page-header .logo img {
      max-width: 220px; }
    .page-header .logo:before {
      border-left: 1px solid #eeeeee;
      content: '';
      position: absolute;
      height: 65px;
      left: 0;
      top: 25px; }
  .header-language-background {
    display: none; }
  .skip-link {
    border: none; }
  .skip-links {
    border: 0; }
  .skip-link:last-child {
    border-right: 0; }
  /* -------------------------------------------- *
 * Skip Link - Active
 */
  .skip-link.skip-active {
    color: inherit; }
    .skip-link.skip-active span {
      color: inherit; } }

@media only screen and (max-width: 770px) {
  #header-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 599px) {
  .page-header .page-header-container {
    height: 150px; }
  .page-header .logo {
    margin-left: 54px;
    padding-left: 15px; }
    .page-header .logo:before {
      height: 55px;
      top: 15px; } }

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px; }
    .page-header-container .store-language-container select {
      /* Setting this font-size will causing zooming on iOs devices, */
      /* but it keeps header more tidy */
      font-size: 12px; }
  .page-header .logo {
    padding-top: 20px; }
    .page-header .logo img {
      width: 100%;
      max-width: 170px; } }

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

#header-nav {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #header-nav:after {
    content: " ";
    display: block;
    clear: both; }

.nav-primary {
  line-height: 50px; }
  .nav-primary a.level0 {
    padding: 0 15px; }
  .nav-primary li a {
    line-height: 50px; }
  .nav-primary > a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    line-height: 50px; }
  .nav-primary li.level1 a {
    border-bottom: 1px solid #cccccc; }
  .nav-primary li {
    position: relative; }

.nav-primary li.level0.online-cms-link > a {
  text-transform: lowercase; }
  .nav-primary li.level0.online-cms-link > a span {
    text-decoration: underline; }

.nav-primary li.level0 > a {
  position: relative;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2px; }
  .nav-primary li.level0 > a span {
    line-height: 30px; }
  .nav-primary li.level0 > a:hover {
    background: #E7ECEB;
    text-decoration: none;
    color: #007968; }
    .nav-primary li.level0 > a:hover span {
      color: #007968; }

.skip-nav:not(.skip-active):hover {
  text-decoration: none; }
  .skip-nav:not(.skip-active):hover .icon {
    background-position: -50px 0px; }

.skip-nav .icon {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  background-position: 0px 0px;
  width: 23px;
  height: 19px;
  margin-top: 13px; }

ul.nav-secondary {
  text-align: right; }
  ul.nav-secondary li {
    display: inline-block;
    margin-right: 20px; }
    ul.nav-secondary li:last-child {
      margin-right: 30px; }
    ul.nav-secondary li a {
      color: #ffffff;
      font-size: 13px;
      line-height: 50px;
      text-decoration: none; }
      ul.nav-secondary li a:hover {
        color: #d9d9d9; }
    ul.nav-secondary li a.location-link:before {
      content: '\f041'; }
    ul.nav-secondary li a.about-link:before {
      content: '\f06a'; }
    ul.nav-secondary li a.events-link:before {
      content: '\f073'; }
    ul.nav-secondary li a[class*='-link']:before {
      font-family: "FontAwesome";
      line-height: 1;
      margin-right: 7px;
      font-size: 16px; }

/* ============================================ *
 * General Navigation Styles - Active
 * ============================================ */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block; }

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

/* ============================================ *
 * Responsive Navigation Styles
 * ============================================ */
@media only screen and (min-width: 1200px) {
  .nav-primary a.level0 {
    padding: 0 24px; }
  #header-nav #nav {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #header-nav #nav:after {
      content: " ";
      display: block;
      clear: both; }
    #header-nav #nav ol.nav-primary {
      width: 80%;
      float: left;}
    #header-nav #nav ul.nav-secondary {
      width: 20%;
      float: right;
      margin-right: 0; } }

@media only screen and (max-width: 1199px) {
  .nav-primary li.level0 > a {
    font-size: 13px; }
  ol.nav-primary {
    width: 80%;
    float: left; }
  ul.nav-secondary {
    width: 20%;
    float: right;
    margin-right: 0; } }

@media only screen and (max-width: 870px) {
  .nav-primary a.level0 {
    padding: 0 10px; }
  .nav-primary li.level0 > a {
    letter-spacing: normal; } }

@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */ }
    .nav-primary li.level0 > a {
      /* MW menu cut offs */
      position: relative; }
      .nav-primary li.level0 > a:before, .nav-primary li.level0 > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid; }
      .nav-primary li.level0 > a:before {
        border-width: 8px 8px 0 8px;
        border-color: #00A78E transparent transparent transparent;
        left: -8px; }
      .nav-primary li.level0 > a:after {
        border-width: 8px 0px 8px 8px;
        border-color: transparent #00A78E transparent transparent;
        right: -7px; }
    .nav-primary li.level0:first-child a:before {
      display: none; }
    .nav-primary li.level0:last-child a:after {
      border-width: 8px 8px 0 8px;
      border-color: #00A78E transparent transparent transparent;
      right: -7px; }
    .nav-primary li.level0,
    .nav-primary a.level0 {
      display: inline-block;
      float: left; }
    .nav-primary li:last-child > a {
      border-bottom: none; }
    .nav-primary .menu-active {
      z-index: 200; }
    .nav-primary li.level0 ul {
      background: #E7ECEB;
      border: 1px solid #333333;
      border-top: none;
      position: absolute;
      left: 0;
      top: 50px;
      /* Height of ".nav-primary a.level0" */
      z-index: 10;
      width: 250px;
      display: none;
      /* Hide until displayed. */ }
    .nav-primary li.level1 ul {
      left: 60px;
      top: 15px; }
    .nav-primary li.level0 ul.level0.position-test {
      display: block; }
    .nav-primary li.level0 ul.level0.spill {
      right: 0;
      left: auto; }
      .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px; }
    .nav-primary li.level0 li.parent > a {
      position: relative; }
      .nav-primary li.level0 li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #cccccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px; }
  #header-nav {
    display: block;
    /* Force visibility */
    background-color: #0A7666; }
    #header-nav .custom-nav-col {
      float: right;
      clear: right;
      margin-right: 0; }
  .skip-nav {
    display: none; }
  .nav-primary {
    display: block;
    margin-top: 0; } }

@media only screen and (max-width: 770px) {
  .skip-nav {
    position: absolute;
    display: block; }
  .skip-search {
    display: none; }
  .nav-primary,
  ul.nav-secondary {
    /* Active Menu State Styles */ }
    .nav-primary a.level0,
    .nav-primary a,
    ul.nav-secondary a.level0,
    ul.nav-secondary a {
      line-height: 55px; }
    .nav-primary li a.level0,
    .nav-primary li a,
    ul.nav-secondary li a.level0,
    ul.nav-secondary li a {
      color: #ffffff;
      position: relative;
      padding-left: 45px;
      border-bottom: 1px solid #ffffff;
      line-height: 40px;
      display: list-item;
      text-decoration: none; }
      .nav-primary li a.level0:hover,
      .nav-primary li a:hover,
      ul.nav-secondary li a.level0:hover,
      ul.nav-secondary li a:hover {
        background-color: #eaeaea;
        color: #666666; }
    .nav-primary li .megamenu-banner,
    ul.nav-secondary li .megamenu-banner {
      display: none;
      padding: 10px 30px 10px 45px;
      line-height: 150%; }
      .nav-primary li .megamenu-banner a,
      ul.nav-secondary li .megamenu-banner a {
        display: initial;
        border: none;
        padding: 0;
        line-height: 150%;
        color: #fff !important;
        text-decoration: none;
        border-bottom: none; }
        .nav-primary li .megamenu-banner a:hover,
        ul.nav-secondary li .megamenu-banner a:hover {
          background-color: transparent; }
    .nav-primary li.parent > div.menu-dropdown-container > .nav-column > ul[class*="level"],
    .nav-primary li.parent > ul[class*="level"],
    ul.nav-secondary li.parent > div.menu-dropdown-container > .nav-column > ul[class*="level"],
    ul.nav-secondary li.parent > ul[class*="level"] {
      display: none; }
    .nav-primary li.level1 ul.level2 a,
    ul.nav-secondary li.level1 ul.level2 a {
      padding-left: 65px; }
    .nav-primary li.level1 a,
    ul.nav-secondary li.level1 a {
      padding: 0 15px 0 45px;
      color: #ffffff;
      line-height: 40px; }
      .nav-primary li.level1 a li.level2 > a,
      ul.nav-secondary li.level1 a li.level2 > a {
        padding-left: 65px; }
      .nav-primary li.level1 a:hover,
      ul.nav-secondary li.level1 a:hover {
        color: #666666; }
    .nav-primary li.parent > a:after,
    ul.nav-secondary li.parent > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #cccccc;
      border-right: none;
      top: 50%;
      left: 15px;
      right: auto;
      margin-top: -5px; }
    .nav-primary li.level1.parent > a:after,
    ul.nav-secondary li.level1.parent > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #cccccc;
      border-right: none;
      top: 50%;
      left: 15px;
      right: auto;
      margin-top: -5px; }
    .nav-primary li.parent.menu-active > div.menu-dropdown-container > .nav-column > ul[class*="level"],
    .nav-primary li.parent.menu-active > ul[class*="level"],
    ul.nav-secondary li.parent.menu-active > div.menu-dropdown-container > .nav-column > ul[class*="level"],
    ul.nav-secondary li.parent.menu-active > ul[class*="level"] {
      display: block; }
    .nav-primary li.parent.sub-menu-active > a:after,
    .nav-primary li.parent.menu-active > a:after,
    ul.nav-secondary li.parent.sub-menu-active > a:after,
    ul.nav-secondary li.parent.menu-active > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 5px solid #cccccc;
      border-bottom: none;
      top: 50%;
      left: 10px;
      right: auto;
      margin-top: -5px; }
    .nav-primary li.parent.sub-menu-active > a:after,
    ul.nav-secondary li.parent.sub-menu-active > a:after {
      left: 0; }
    .nav-primary li.menu-active,
    .nav-primary li.sub-menu-active,
    ul.nav-secondary li.menu-active,
    ul.nav-secondary li.sub-menu-active {
      background-color: #eaeaea; }
      .nav-primary li.menu-active a,
      .nav-primary li.sub-menu-active a,
      ul.nav-secondary li.menu-active a,
      ul.nav-secondary li.sub-menu-active a {
        color: #555555;
        border-bottom: 1px solid #cccccc; }
        .nav-primary li.menu-active a.level-top.has-children,
        .nav-primary li.sub-menu-active a.level-top.has-children,
        ul.nav-secondary li.menu-active a.level-top.has-children,
        ul.nav-secondary li.sub-menu-active a.level-top.has-children {
          color: #00A78E; }
  ul.nav-secondary li {
    margin-right: 0; }
    ul.nav-secondary li a {
      line-height: 40px;
      text-transform: uppercase; }
      ul.nav-secondary li a:hover {
        color: #666666; }
    ul.nav-secondary li:first-child a {
      border-top: 1px solid #ffffff; }
    ul.nav-secondary li:last-child {
      margin-right: 0; }
      ul.nav-secondary li:last-child a {
        border-bottom: none; }
  ol.nav-primary, ul.nav-secondary {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both; }
  ul.nav-secondary {
    text-align: left; }
    ul.nav-secondary li {
      display: block; }
  div.active-services,
  .active-services + .block-content ul {
    background-color: #eaeaea; }
    div.active-services strong span,
    div.active-services span,
    div.active-services span a span,
    .active-services + .block-content ul strong span,
    .active-services + .block-content ul span,
    .active-services + .block-content ul span a span {
      color: #555555; }
  li.menu-active,
  li.sub-menu-active,
  div.active-services,
  .active-services + .block-content ul {
    background-color: #eaeaea; }
    li.menu-active a,
    li.sub-menu-active a,
    div.active-services a,
    .active-services + .block-content ul a {
      color: #555555;
      border-bottom: 1px solid #cccccc; }
  .menu-dropdown-container {
    border-bottom: 0; }
  .skip-content.skip-active {
    background: transparent; }
  #header-nav .megamenu-banner {
    color: #ffffff;
    border-top: 1px solid #cccccc;
    background: #0A7666; }
    #header-nav .megamenu-banner .block-title {
      padding: 0 0 0 10px;
      margin-bottom: 0;
      cursor: pointer; }
      #header-nav .megamenu-banner .block-title strong {
        color: #ffffff;
        line-height: 40px;
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 400; }
        #header-nav .megamenu-banner .block-title strong span:before {
          content: "\f013";
          margin-right: 22px;
          font-family: "FontAwesome";
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit; }
      #header-nav .megamenu-banner .block-title + .block-content {
        display: none;
        margin-top: 0; }
        #header-nav .megamenu-banner .block-title + .block-content ul {
          border-bottom: 1px solid #cccccc; }
      #header-nav .megamenu-banner .block-title.active-services + .block-content {
        display: block; }
    #header-nav .megamenu-banner .widget-cms-link a {
      padding: 0 15px 0 45px;
      line-height: 40px;
      border-bottom: 1px solid #cccccc;
      display: block;
      text-decoration: none; }
    #header-nav .megamenu-banner ul li:last-child span.widget-cms-link a {
      border-bottom: none; } }

@media only screen and (max-width: 599px) {
  .skip-nav .icon {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    margin-top: 0; } }

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

#header-search {
  width: 57.6271186441%;
  float: left;
  display: block;
  margin-left: 5px;
  margin-top: 33px;
  height: 45px; }
  @media only screen and (max-width: 1199px) {
    #header-search {
      width: 40.6779661017%;
      float: left; } }
  @media only screen and (max-width: 880px) {
    #header-search {
      width: 32.2033898305%;
      float: left;
      max-width: 350px; } }

.form-search .icon {
  top: 15px;
  right: 25px;
  font-size: 20px; }

@media only screen and (max-width: 979px) {
  .form-search .icon {
    margin-left: 0.5em;
    font-size: 16px;
    top: 16px;
    left: 5px;
    width: 20px;
    display: block; }
  .form-search #search {
    padding-left: 50px; } }

@media only screen and (max-width: 770px) {
  #header-search {
    display: block;
    width: 100%;
    min-width: 100%;
    margin-bottom: 13px;
    margin-top: 0;
    margin-left: 0;
    content: '';
    display: table;
    clear: both; } }

@media only screen and (max-width: 599px) {
  #header-search .form-search .icon {
    margin-left: 15px; }
  #header-search .form-search input {
    font-size: 14px;
    padding-right: 73px; }
  #header-search .form-search .button {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0; } }

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

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding-right: 40px;
  padding-left: 20px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #666666; }

.form-search input#search:focus + .button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease false;
  -o-transition: all 0.5s ease false;
  transition: all 0.5s ease; }

.form-search .button {
  opacity: 0;
  filter: alpha(opacity=0); }

.form-search .button {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 34px;
  background: #31377C;
  color: #ffffff;
  display: inline-block;
  padding: 12px 25px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 19px; }
  .form-search .button a {
    color: #ffffff;
    text-decoration: none; }
  .form-search .button:active {
    background: #232757; }
  .form-search .button:hover {
    background: #2a2f6a; }
  .form-search .button:focus {
    outline: none; }

#search_mini_form .search-button {
  top: 8px;
  right: 8px;
  height: 26px;
  padding: 8px 16px;
  border: 0; }

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

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

@media only screen and (min-width: 1200px) {
  #header-search {
    width: 580px;
    float: left;
    margin-left: 5px;
    max-width: 450px; } }

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

#header-account a {
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  text-align: left; }

#header-account li.last > a {
  padding-left: 35px;
  position: relative; }
  #header-account li.last > a:before {
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 40px;
    content: "\f090";
    font-family: "FontAwesome"; }

#header-account a:hover {
  color: #ffffff;
  background: #555555;
  text-decoration: none; }

/* ============================================ *
 * Responsive Styles
 * ============================================ */
@media only screen and (min-width: 771px) {
  #header-account.skip-active {
    display: block;
    position: absolute;
    z-index: 20000;
    top: 110px;
    right: 0;
    width: 200px; }
    #header-account.skip-active .links {
      background: #444444; }
  #header-account a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    color: #ffffff;
    line-height: 2; }
  #header-account a:hover {
    color: #ffffff;
    background: #555555; } }

@media only screen and (max-width: 979px) {
  #header-account.skip-active {
    background: #444444; }
    #header-account.skip-active a {
      color: #ffffff; } }

@media only screen and (max-width: 770px) {
  #header-account li a {
    padding: 3px 15px 3px 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #444444;
    text-transform: uppercase;
    line-height: 34px; }
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; }
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    color: #555555; } }

@media only screen and (max-width: 533px) {
  .skip-account {
    overflow: hidden;
    display: block; } }

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

#header-cart .close-cart {
  cursor: pointer;
  position: absolute;
  z-index: 1001;
  color: #fff;
  font-size: 18px;
  right: 20px;
  top: 10px; }

#header-cart .btn-edit, #header-cart .remove {
  margin: 0 5px;
  color: #555555; }

@media only screen and (min-width: 771px) {
  #header-cart.skip-active {
    display: block;
    position: absolute;
    z-index: 200;
    top: 110px;
    right: 0;
    width: 410px; } }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 25px;
  height: 25px;
  color: #ffffff;
  position: absolute;
  background: rgba(49, 55, 124, 0.9);
  margin-left: 0px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  top: 30px;
  right: 30px; }
  @media only screen and (max-width: 1199px) {
    .skip-cart .count {
      top: 28px;
      right: 22px; } }
  @media only screen and (max-width: 979px) {
    .skip-cart .count {
      right: 9px; } }
  @media only screen and (max-width: 770px) {
    .skip-cart .count {
      top: 38px; } }
  @media only screen and (max-width: 599px) {
    .skip-cart .count {
      top: 28px;
      right: -3px; } }

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

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

.cart-menu .empty {
  padding: 20px;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  #header-cart {
    top: 205px;
    position: absolute; }
  .header-minicart .block-subtitle .close {
    font-size: 0; } }

@media only screen and (max-width: 599px) {
  #header-cart {
    top: 192px; } }

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

.footer-container {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 500px;
  background: #ffffff; }

.footer {
  background: inherit; }

.footer-before-container,
.footer-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1; }
  .footer-before-container:after,
  .footer-container:after {
    content: "";
    display: table;
    clear: both; }

/* ========================================================== *
  *  Footer > Wrapper for 3 main footer columns
  * ========================================================== */
.footer .footer-wrapper {
  *zoom: 1;
  margin-top: 30px;
  margin-bottom: 60px; }
  .footer .footer-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .footer .footer-wrapper > .footer-wrapper-last {
    text-align: center; }
    .footer .footer-wrapper > .footer-wrapper-last .social-media {
      display: inline-block; }
  .footer .footer-wrapper > .footer-wrapper-first div.ribbon {
    color: #ffffff;
    margin-bottom: 20px; }
  .footer .footer-wrapper > .footer-wrapper-first img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .footer .footer-wrapper > .footer-wrapper-first p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8; }
  @media only screen and (min-width: 1200px) {
    .footer .footer-wrapper {
      width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .footer .footer-wrapper:after {
        content: " ";
        display: block;
        clear: both; }
      .footer .footer-wrapper > .footer-wrapper-block:first-child {
        width: 360px;
        float: left;
        margin-right: 60px; }
      .footer .footer-wrapper > .footer-wrapper-block:last-child {
        width: 220px;
        float: left;
        margin-right: 60px; }
      .footer .footer-wrapper > .footer-wrapper-block:nth-child(2) {
        width: 500px;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .footer .footer-wrapper > .footer-wrapper-block:last-child {
        float: right;
        margin-right: 0; } }
  @media only screen and (max-width: 1199px) {
    .footer .footer-wrapper {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .footer .footer-wrapper:after {
        content: " ";
        display: block;
        clear: both; }
      .footer .footer-wrapper > .footer-wrapper-block:first-child, .footer .footer-wrapper > .footer-wrapper-block:last-child {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%; }
      .footer .footer-wrapper > .footer-wrapper-block:nth-child(2) {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%; }
      .footer .footer-wrapper > .footer-wrapper-block:last-child {
        float: right;
        margin-right: 0; } }
  @media only screen and (max-width: 770px) {
    .footer .footer-wrapper > .footer-wrapper-block {
      content: '';
      display: table;
      clear: both; }
      .footer .footer-wrapper > .footer-wrapper-block:first-child, .footer .footer-wrapper > .footer-wrapper-block:nth-child(2), .footer .footer-wrapper > .footer-wrapper-block:last-child {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

ul.payment-list li i, ul.secure-payment-list li i {
  display: block; }

ul.payment-list li {
  display: inline-block;
  padding-right: 8px;
  margin-bottom: 25px; }

/* ========================================================== *
  *  Footer > Bottom Contener ('Footer Links' Block wrap)
  * ========================================================== */
.footer .footer-wrap-links .footer-links {
  padding-bottom: 20px; }
  .footer .footer-wrap-links .footer-links:nth-child(2) {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 0; }

@media only screen and (min-width: 980px) {
  .footer .footer-wrap-links .footer-links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .footer .footer-wrap-links .footer-links:after {
      content: " ";
      display: block;
      clear: both; }
    .footer .footer-wrap-links .footer-links > div.footer-links-block {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
      .footer .footer-wrap-links .footer-links > div.footer-links-block:nth-child(3n+3) {
        float: right;
        margin-right: 0; } }

@media only screen and (max-width: 979px) {
  .footer .footer-wrap-links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .footer .footer-wrap-links:after {
      content: " ";
      display: block;
      clear: both; }
    .footer .footer-wrap-links .footer-links {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      display: inline-block;
      text-align: center; }
      .footer .footer-wrap-links .footer-links > div.footer-links-block {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        content: '';
        display: table;
        clear: both;
        margin-bottom: 20px; }
      .footer .footer-wrap-links .footer-links:nth-child(2n+2) {
        float: right;
        margin-right: 0; }
      .footer .footer-wrap-links .footer-links:nth-child(2) {
        border-top: none;
        padding-top: 0; }
      .footer .footer-wrap-links .footer-links:first-child {
        border-right: 1px solid #eaeaea; } }

@media only screen and (max-width: 770px) {
  .footer .footer-wrap-links .footer-links {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both; }
    .footer .footer-wrap-links .footer-links:first-child {
      border: none; }
    .footer .footer-wrap-links .footer-links:last-child {
      border-top: 1px solid #eaeaea;
      padding-top: 20px; }
    .footer .footer-wrap-links .footer-links > div.footer-links-block {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      clear: none; }
      .footer .footer-wrap-links .footer-links > div.footer-links-block:nth-child(3n+3) {
        float: right;
        margin-right: 0; } }

@media only screen and (max-width: 599px) {
  .footer .footer-wrap-links .footer-links > div.footer-links-block {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0; }
  .footer .footer-wrap-links .footer-links:last-child {
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-top: 0; } }

/* ============================================ *
    * Footer - Payment Methods Sprites
    * ============================================ */
.footer .footer-links .payments-sprite {
  display: inline-block;
  margin-top: 0; }

.footer .footer-links .social-media ul li i[class^="payments-"],
.footer .footer-links .social-media ul li i[class*="payments-"] {
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50); }
  @media screen and (min-width: 770px) and (max-width: 806px) {
    .footer .footer-links .social-media ul li i[class^="payments-"],
    .footer .footer-links .social-media ul li i[class*="payments-"] {
      margin-right: 10px; } }
  .footer .footer-links .social-media ul li i[class^="payments-"]:hover,
  .footer .footer-links .social-media ul li i[class*="payments-"]:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.block-title.title-divider {
  border-bottom: 1px solid #dddddd;
  line-height: 0;
  text-align: center; }

.a2a-icon-wrapper {
  display: inline-block;
  margin-bottom: 25px; }
  .a2a-icon-wrapper .payments-account2account {
    display: block; }

/* ============================================ *
    *  Footer > Footer Links
    * ============================================ */
.footer {
  /* new footer links styles */ }
  .footer .block-title {
    border-bottom: 0;
    padding: 3px 0; }
  .footer .block-title strong {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize; }
  .footer .block-title,
  .footer address {
    color: #00A78E; }
  .footer .block-title {
    color: #555555;
    font-weight: 300;
    margin-bottom: 20px; }
    .footer .block-title.title-divider {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      margin-top: 25px;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid #dddddd;
      line-height: 0;
      padding: 0; }
      .footer .block-title.title-divider:after {
        content: " ";
        display: block;
        clear: both; }
      .footer .block-title.title-divider > strong {
        background-color: #ffffff;
        line-height: 0;
        padding: 0 15px; }
  .footer .footer-links {
    background: #ffffff;
    color: #777777;
    font-weight: 300; }
    .footer .footer-links h6 {
      color: #999999;
      margin-top: 1.7857142857em; }
    .footer .footer-links .social-list {
      margin: 1em 0 2em; }
    .footer .footer-links .social-media ul li {
      display: inline-block; }
    .footer .footer-links ul li span {
      margin-bottom: 5px;
      display: block; }
      .footer .footer-links ul li span > a {
        text-decoration: none; }
        .footer .footer-links ul li span > a span {
          color: #555555;
          text-decoration: none;
          font-size: 13px;
          margin-bottom: 15px; }
          .footer .footer-links ul li span > a span:hover {
            color: #00A78E;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease false;
            -o-transition: all 0.3s ease false;
            transition: all 0.3s ease; }
  .footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px; }
    .footer .links li {
      word-break: break-all;
      line-height: 1.4;
      padding: 4px 0; }
    .footer .links a {
      color: #444444; }
      .footer .links a:hover {
        color: #00A78E; }
  .footer .bugs,
  .footer address {
    clear: both; }
  .footer .bugs {
    display: none; }
  .footer .form-language,
  .footer .currency-switcher,
  .footer .store-switcher {
    clear: both;
    margin-bottom: 10px; }
  .footer .form-language,
  .footer .currency-switcher {
    display: none; }

/* ============================================ *
     * Footer > Copyrights Block
     * ============================================ */
.footer .copyrights-block {
  background-color: #0A7666; }
  .footer .copyrights-block ul {
    padding-top: 1%;
    padding-bottom: 1%; }
    .footer .copyrights-block ul > li address a {
      text-decoration: underline; }
    .footer .copyrights-block ul > li address, .footer .copyrights-block ul > li a, .footer .copyrights-block ul > li span {
      font-size: 11px;
      font-weight: 300;
      color: #ffffff;
      display: inline-block;
      text-transform: uppercase;
      font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

@media only screen and (max-width: 770px) {
  .footer .footer-wrapper .footer-wrapper-block {
    margin-bottom: 15px; }
  .footer .footer-links > div.footer-links-block {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .footer .footer-links > div.footer-links-block.footer-collapse-links .widget.widget-static-block {
      float: none; }
    .footer .footer-links > div.footer-links-block:last-child {
      float: right;
      margin-right: 0;
      padding-top: 0; }
  .footer .footer-links .social-list {
    margin-bottom: 4em; }
  .footer .copyrights-block ul {
    padding-top: 12px;
    padding-bottom: 12px; }
    .footer .copyrights-block ul > li {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      .footer .copyrights-block ul > li:last-child {
        text-align: center;
        padding-top: 10px; }
  .social-media > p {
    padding: 0 15%; }
  .social-media .payment-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    content: '';
    display: table;
    clear: both; }
    .social-media .payment-list:after {
      content: " ";
      display: block;
      clear: both; } }

@media only screen and (max-width: 599px) {
  .footer .footer-links > div.footer-links-block {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both; }
  .footer .footer-links {
    margin-bottom: 0; }
    .footer .footer-links > div.footer-collapse-links > .widget,
    .footer .footer-links > div.footer-links-block:last-child > .widget,
    .footer .footer-links > div.footer-links-block:not(:first-child) > .widget,
    .footer .footer-links div.footer-links-block > .widget {
      width: 100%;
      display: block;
      margin: 0; }
      .footer .footer-links > div.footer-collapse-links > .widget .block-title,
      .footer .footer-links > div.footer-links-block:last-child > .widget .block-title,
      .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title,
      .footer .footer-links div.footer-links-block > .widget .block-title {
        padding: 0;
        margin: 0;
        padding: 10px 15px;
        border-top: solid 1px #ccc;
        cursor: default;
        display: inline-block;
        width: 100%;
        text-align: left; }
        .footer .footer-links > div.footer-collapse-links > .widget .block-title:after,
        .footer .footer-links > div.footer-links-block:last-child > .widget .block-title:after,
        .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title:after,
        .footer .footer-links div.footer-links-block > .widget .block-title:after {
          content: '\f105';
          font-family: "FontAwesome";
          color: #444;
          font-size: 16px;
          font-weight: 100;
          display: inline;
          float: right; }
        .footer .footer-links > div.footer-collapse-links > .widget .block-title + .block-content,
        .footer .footer-links > div.footer-links-block:last-child > .widget .block-title + .block-content,
        .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title + .block-content,
        .footer .footer-links div.footer-links-block > .widget .block-title + .block-content {
          display: none; }
          .footer .footer-links > div.footer-collapse-links > .widget .block-title + .block-content li,
          .footer .footer-links > div.footer-links-block:last-child > .widget .block-title + .block-content li,
          .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title + .block-content li,
          .footer .footer-links div.footer-links-block > .widget .block-title + .block-content li {
            padding: 10px 15px;
            border-top: solid 1px #ccc;
            background: #eee; }
            .footer .footer-links > div.footer-collapse-links > .widget .block-title + .block-content li span,
            .footer .footer-links > div.footer-links-block:last-child > .widget .block-title + .block-content li span,
            .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title + .block-content li span,
            .footer .footer-links div.footer-links-block > .widget .block-title + .block-content li span {
              margin: 0; }
        .footer .footer-links > div.footer-collapse-links > .widget .block-title.active-footer-link:after,
        .footer .footer-links > div.footer-links-block:last-child > .widget .block-title.active-footer-link:after,
        .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title.active-footer-link:after,
        .footer .footer-links div.footer-links-block > .widget .block-title.active-footer-link:after {
          content: '\f107'; }
        .footer .footer-links > div.footer-collapse-links > .widget .block-title.active-footer-link + .block-content,
        .footer .footer-links > div.footer-links-block:last-child > .widget .block-title.active-footer-link + .block-content,
        .footer .footer-links > div.footer-links-block:not(:first-child) > .widget .block-title.active-footer-link + .block-content,
        .footer .footer-links div.footer-links-block > .widget .block-title.active-footer-link + .block-content {
          display: block; }
    .footer .footer-links > div.footer-show-block-links {
      margin-bottom: 30px; }
  .footer .footer-wrapper {
    *zoom: 1;
    margin-top: 15px;
    margin-bottom: 15px; }
    .footer .footer-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .footer .footer-wrapper .footer-wrapper-first,
    .footer .footer-wrapper .footer-wrapper-last {
      padding-left: 2%;
      padding-right: 2%; }
    .footer .footer-wrapper .footer-links {
      padding-bottom: 0; }
      .footer .footer-wrapper .footer-links:first-child {
        border-right: none; } }

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

.brand-boxes {
  content: '';
  display: table;
  clear: both;
  width: 100%; }
  .brand-boxes div {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    /* non-flexbox browsers */
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .brand-boxes div a img {
      width: 100%;
      height: 100%;
      max-width: 100%; }

.brands-top-border {
  position: relative;
  text-align: center; }
  .brands-top-border:before {
    border-bottom: 5px solid #eeeeee;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 13px; }
  .brands-top-border h4 {
    background-color: #ffffff;
    font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    color: #444444;
    padding: 0px 60px;
    font-size: 14px;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    font-weight: normal; }

.brands-page-link {
  text-align: center;
  margin: 0px 0px 60px;
  color: #aaaaaa;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .5px; }
  .brands-page-link a {
    text-decoration: none;
    font-weight: 300; }

.brand-boxes {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0; }
  .brand-boxes:after {
    content: " ";
    display: block;
    clear: both; }
  .brand-boxes > div {
    width: 11.7647058824%;
    float: left; }
    .brand-boxes > div:nth-child(7n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .brand-boxes > div:nth-child(7n + 2) {
      margin-left: 14.7058823529%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(7n + 3) {
      margin-left: 29.4117647059%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(7n + 4) {
      margin-left: 44.1176470588%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(7n + 5) {
      margin-left: 58.8235294118%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(7n + 6) {
      margin-left: 73.5294117647%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(7n + 7) {
      margin-left: 88.2352941176%;
      margin-right: -100%;
      clear: none; }

@media only screen and (max-width: 979px) {
  .brand-boxes > div {
    height: 100px;
    width: 23.7288135593%;
    float: left; }
    .brand-boxes > div:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .brand-boxes > div:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; } }

@media only screen and (max-width: 770px) {
  .brand-boxes-parent {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .brand-boxes > div {
    height: 100px;
    width: 32.2033898305%;
    float: left; }
    .brand-boxes > div:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .brand-boxes > div:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .brand-boxes > div:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; } }

@media only screen and (max-width: 599px) {
  .brands-page-link {
    background: #777777;
    padding-top: 1em;
    padding-bottom: 1em; }
    .brands-page-link:hover {
      background: #999999; }
    .brands-page-link h6 {
      margin-bottom: 0; }
    .brands-page-link a {
      color: #ffffff;
      letter-spacing: 2px;
      font-weight: 300; }
      .brands-page-link a:hover {
        color: #ffffff; }
  .brands-top-border h4 {
    padding: 0px 25px; } }

@media only screen and (max-width: 479px) {
  .brand-boxes > div {
    width: 49.1525423729%;
    float: left; }
    .brand-boxes > div:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .brand-boxes > div:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.banner-boxes {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  height: auto; }
  .banner-boxes:after {
    content: " ";
    display: block;
    clear: both; }
  .banner-boxes .widget {
    width: 23.7288135593%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    display: block; }
    .banner-boxes .widget:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .banner-boxes .widget:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .banner-boxes .widget:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .banner-boxes .widget:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; }
    .banner-boxes .widget div {
      position: relative;
      display: block; }
    .banner-boxes .widget .banner-block-image {
      margin-bottom: 0; }
    .banner-boxes .widget img {
      width: 100%;
      height: auto;
      max-width: 100%;
      border: 1px solid #cccccc; }
    .banner-boxes .widget span.banner-subtitle {
      font-weight: 300; }

@media only screen and (min-width: 1200px) {
  .banner-boxes div .image-filter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.1); }
  .banner-boxes div:hover .image-filter {
    background: rgba(255, 255, 255, 0.8); }
  .banner-boxes div .figcaption {
    left: 0;
    width: 100%;
    color: #ffffff; }
    .banner-boxes div .figcaption .banner-title {
      color: #ffffff;
      padding-top: 25%;
      margin-bottom: 0; }
    .banner-boxes div .figcaption p, .banner-boxes div .figcaption .plus-icon {
      display: none; }
    .banner-boxes div .figcaption:hover h4 {
      padding-top: 6%;
      color: #444444; }
    .banner-boxes div .figcaption:hover span {
      color: #444444;
      margin-bottom: 10px; }
    .banner-boxes div .figcaption:hover p, .banner-boxes div .figcaption:hover .banner-text {
      font-size: 1em;
      line-height: 1.5;
      display: block;
      padding: 0 20px;
      color: #444444;
      margin-top: 12px;
      margin-bottom: 0; }
    .banner-boxes div .figcaption:hover .plus-icon {
      display: block;
      font-size: 36px;
      line-height: 40px;
      font-weight: 300;
      color: #00A78E; } }
  @media only screen and (min-width: 1200px) and (max-width: 1199px) {
    .banner-boxes div .figcaption:hover p, .banner-boxes div .figcaption:hover .banner-text {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) and (max-width: 979px) {
    .banner-boxes div .figcaption:hover p, .banner-boxes div .figcaption:hover .banner-text {
      font-size: 10px;
      margin-top: 7px; } }

@media only screen and (max-width: 1199px) {
  .banner-boxes .widget .image-filter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .banner-boxes .widget .figcaption {
    left: 0;
    width: 100%;
    min-width: 100%;
    color: #444444; }
    .banner-boxes .widget .figcaption .banner-title {
      padding-top: 17%;
      margin-bottom: 0;
      font-wight: 400;
      font-size: 15px; }
    .banner-boxes .widget .figcaption span {
      color: #444444;
      margin-bottom: 8px;
      padding: 0 10px; }
    .banner-boxes .widget .figcaption p, .banner-boxes .widget .figcaption .banner-text {
      display: none; }
    .banner-boxes .widget .figcaption .plus-icon {
      display: block;
      font-size: 36px;
      line-height: 40px;
      font-weight: 300;
      color: #00A78E; } }

@media only screen and (max-width: 771px) {
  .banner-boxes div .image-filter {
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .banner-boxes div .figcaption {
    color: #ffffff; }
    .banner-boxes div .figcaption .banner-title {
      color: #ffffff;
      padding-top: 15%;
      margin-bottom: 0; }
    .banner-boxes div .figcaption span {
      color: #ffffff;
      margin-bottom: 8px; }
    .banner-boxes div .figcaption p, .banner-boxes div .figcaption .banner-text {
      display: none; } }

@media only screen and (max-width: 770px) {
  .banner-boxes .widget {
    width: 49.1525423729%;
    float: left;
    margin-bottom: 2%; }
    .banner-boxes .widget:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .banner-boxes .widget:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; } }

@media only screen and (max-width: 599px) {
  .banner-boxes .widget {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both !important;
    margin-left: 0 !important; } }

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

.block-subscribe {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 30px; }
  .block-subscribe:after {
    content: " ";
    display: block;
    clear: both; }

.block-subscribe-inner form#newsletter-validate-detail {
  width: 550px;
  margin: 0 auto; }
  .block-subscribe-inner form#newsletter-validate-detail .block-content .form-subscribe-header label {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 1em;
    font-size: 17px;
    display: block;
    text-align: center; }
  .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    padding-top: 0;
    position: relative; }
    .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box:before {
      content: '';
      position: absolute;
      display: block;
      left: 10px;
      z-index: 2;
      top: 30%;
      height: 60px;
      background-position: -49px -188px;
      background-repeat: no-repeat;
      height: 24px;
      width: 40px; }
    .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box input {
      position: relative;
      height: 60px;
      background-color: #ffffff;
      padding-left: 4em;
      font-weight: 300;
      font-size: 16px;
      max-width: 363px;
      color: #aaaaaa;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .block-subscribe-inner form#newsletter-validate-detail .block-content .actions {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    margin-top: 0; }
    .block-subscribe-inner form#newsletter-validate-detail .block-content .actions button {
      height: 60px;
      width: 100%;
      letter-spacing: 1px; }

.social-media > p {
  font-size: 13px;
  line-height: 26px;
  margin-top: -11px; }

/* ============================================ *
 * Responsive Subscribe Styles
 * ============================================ */
@media only screen and (max-width: 599px) {
  .block-subscribe {
    background: #eeeeee;
    width: 100%; }
    .block-subscribe .block-subscribe-inner form#newsletter-validate-detail {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 2%;
      padding-right: 2%; }
      .block-subscribe .block-subscribe-inner form#newsletter-validate-detail .block-content .form-subscribe-header label {
        color: #777777;
        font-weight: 300;
        font-size: 15px; }
      .block-subscribe .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box input[type=email] {
        background-color: #ffffff; } }

@media only screen and (max-width: 479px) {
  .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box, .block-subscribe-inner form#newsletter-validate-detail .block-content .actions {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box {
    margin-bottom: 10px; }
    .block-subscribe-inner form#newsletter-validate-detail .block-content .input-box input {
      max-width: 100%; } }

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

.currency-sprite {
  display: inline-block; }

.form-language, .currency-switcher,
.skip-language {
  display: none; }

.skip-currency {
  position: absolute;
  cursor: pointer;
  top: 0;
  text-transform: uppercase;
  border-right: none; }

.header-currencies {
  background: #f8f8f8;
  z-index: 2000;
  text-align: center;
  display: none;
  padding: 47px 0 70px;
  position: absolute;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .header-currencies button {
    position: absolute;
    background: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/no-icon-small.png") no-repeat;
    height: 24px;
    width: 24px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    right: 55px;
    top: 45px; }
    @media only screen and (max-width: 599px) {
      .header-currencies button {
        right: 20px;
        top: 20px; } }
  .header-currencies span {
    font-size: 32px;
    color: #666666; }
  .header-currencies .currency-list {
    width: 60%;
    margin: 10px auto 0;
    padding: 0; }
    .header-currencies .currency-list li {
      display: inline-block; }
      .header-currencies .currency-list li a {
        padding: 10px 6px;
        display: block;
        text-decoration: none; }
        .header-currencies .currency-list li a:hover {
          background: #dddddd; }
      .header-currencies .currency-list li .large-icon {
        display: block;
        vertical-align: middle; }
      .header-currencies .currency-list li .label {
        display: inline;
        font-size: 9px; }

/* ============================================ *
 * Responsive Styles
 * ============================================ */
@media only screen and (max-width: 770px) {
  .header-currencies.active {
    top: 110px; } }

@media only screen and (max-width: 599px) {
  .header-currencies.active {
    top: 170px; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00A78E;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px; }
  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a,
  p.product-name a {
    color: #333333; }
    h2.product-name a:hover,
    h3.product-name a:hover,
    h4.product-name a:hover,
    h5.product-name a:hover,
    p.product-name a:hover {
      color: #00A78E;
      text-decoration: none; }

.products-grid .product-name {
  margin-bottom: 5px;
  font-family: "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px; }
  .products-grid .product-name a {
    font-weight: 600; }

.products-list .product-name {
  font-size: 18px; }

/* ============================================ *
 * Product Views: Grid, List
 * ============================================ */
.category-products {
  padding: 25px 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  *zoom: 1; }
  .category-products:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (min-width: 1200px) {
  .products-grid > .item {
    margin-bottom: 50px; } }

@media only screen and (max-width: 1199px) {
  .products-grid > .item {
    margin-bottom: 30px; } }

.products-grid,
.products-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .products-grid:after,
  .products-list:after {
    content: " ";
    display: block;
    clear: both; }
  .products-grid > .item,
  .products-list > .item {
    position: relative; }
  .products-grid [class*="product-is"] .product-image img,
  .products-list [class*="product-is"] .product-image img {
    width: 100%;
    height: auto; }
  .products-grid [class*="product-is"] .product-image:after, .products-grid [class*="product-is"] .product-image:before,
  .products-list [class*="product-is"] .product-image:after,
  .products-list [class*="product-is"] .product-image:before {
    width: 44px;
    height: 24px;
    position: absolute;
    z-index: 30;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 2; }
  .products-grid .product-is-special .product-image:after,
  .products-list .product-is-special .product-image:after {
    background: #F03C00;
    content: 'Special';
    top: 0;
    left: 0; }
  .products-grid .product-is-new .product-image:after,
  .products-list .product-is-new .product-image:after {
    background: #00CFC0;
    color: #ffffff;
    content: 'New';
    top: 0;
    left: 0; }
  .products-grid .product-is-new-special .product-image:before,
  .products-list .product-is-new-special .product-image:before {
    background: #F03C00;
    content: 'Sale';
    top: 0;
    left: 0; }
  .products-grid .product-is-new-special .product-image:after,
  .products-list .product-is-new-special .product-image:after {
    background: #6AB444;
    color: #ffffff;
    content: 'New';
    top: 28px;
    left: 0; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.link-wishlist span,
.link-compare span,
.product-tab-btn--share span {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  margin: 0; }

.link-wishlist i, .link-wishlist i[class^="icon-"],
.link-compare i,
.link-compare i[class^="icon-"],
.product-tab-btn--share i,
.product-tab-btn--share i[class^="icon-"] {
  font-size: 16px;
  color: #000000;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .link-wishlist i:hover, .link-wishlist i[class^="icon-"]:hover,
  .link-compare i:hover,
  .link-compare i[class^="icon-"]:hover,
  .product-tab-btn--share i:hover,
  .product-tab-btn--share i[class^="icon-"]:hover {
    color: #D9649C; }
  @media only screen and (max-width: 770px) {
    .link-wishlist i, .link-wishlist i[class^="icon-"],
    .link-compare i,
    .link-compare i[class^="icon-"],
    .product-tab-btn--share i,
    .product-tab-btn--share i[class^="icon-"] {
      padding: 10px 20px; } }

.products-grid .item .actions .button-set a i[class^="action-links-"] {
  background-repeat: no-repeat; }

.products-grid .item .actions .button-set a i.action-links-view {
  width: 22px;
  height: 15px; }

.products-grid .item .actions .button-set a i.action-links-cart {
  width: 20px;
  height: 18px; }

.product-view .add-to-links .link-wishlist i, .product-view .add-to-links .link-wishlist i[class^="icon-"],
.product-view .add-to-links .link-compare i,
.product-view .add-to-links .link-compare i[class^="icon-"],
.product-view .add-to-links .product-tab-btn--share i,
.product-view .add-to-links .product-tab-btn--share i[class^="icon-"] {
  width: 16px;
  line-height: 1;
  height: auto;
  margin-right: 15px;
  font-size: 13px; }
  .product-view .add-to-links .link-wishlist i:hover, .product-view .add-to-links .link-wishlist i[class^="icon-"]:hover,
  .product-view .add-to-links .link-compare i:hover,
  .product-view .add-to-links .link-compare i[class^="icon-"]:hover,
  .product-view .add-to-links .product-tab-btn--share i:hover,
  .product-view .add-to-links .product-tab-btn--share i[class^="icon-"]:hover {
    color: inherit; }

.products-grid > .row-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eaeaea; }

.products-grid > li {
  width: 32.2033898305%;
  float: left; }
  .products-grid > li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .products-grid > li:nth-child(3n + 2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none; }
  .products-grid > li:nth-child(3n + 3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 1200px) {
    .products-grid > li:nth-child(3n+3):after {
      content: '';
      position: absolute;
      height: 1px;
      left: -592px;
      bottom: -25px;
      right: 0;
      width: 874px;
      border-bottom: 1px solid #eaeaea; } }

.products-grid.products-grid-default > li {
  width: 23.7288135593%;
  float: left; }
  .products-grid.products-grid-default > li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .products-grid.products-grid-default > li:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none; }
  .products-grid.products-grid-default > li:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  .products-grid.products-grid-default > li:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (min-width: 771px) {
    .products-grid.products-grid-default > li {
      padding-left: 2.4%;
      padding-right: 2.4%; } }
  @media only screen and (max-width: 770px) {
    .products-grid.products-grid-default > li {
      width: 32.2033898305%;
      float: left; }
      .products-grid.products-grid-default > li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .products-grid.products-grid-default > li:nth-child(3n + 2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none; }
      .products-grid.products-grid-default > li:nth-child(3n + 3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (max-width: 479px) {
    .products-grid.products-grid-default > li {
      width: 49.1525423729%;
      float: left; }
      .products-grid.products-grid-default > li:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .products-grid.products-grid-default > li:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; } }

.products-grid .qty-box, .products-grid .qty-box + button,
.products-list .qty-box,
.products-list .qty-box + button {
  display: inline-block; }

.products-grid .dummy-box,
.products-list .dummy-box {
  height: 26px;
  margin: 8px 0; }

.products-grid .extra-info-box,
.products-list .extra-info-box {
  height: 22px; }
  .products-grid .extra-info-box p,
  .products-list .extra-info-box p {
    color: #00A78E;
    line-height: 1; }

.products-grid .qty-box,
.products-list .qty-box {
  clear: left;
  margin-right: 10px; }
  .products-grid .qty-box label, .products-grid .qty-box input,
  .products-list .qty-box label,
  .products-list .qty-box input {
    display: inline; }
  .products-grid .qty-box label,
  .products-list .qty-box label {
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 5px; }
  .products-grid .qty-box input[type=text].qty,
  .products-list .qty-box input[type=text].qty {
    width: 35px;
    height: 35px; }

.products-grid .qty-box + button, .products-grid .button,
.products-list .qty-box + button,
.products-list .button {
  padding: 10px;
  font-size: 13px;
  line-height: 16px; }
  @media only screen and (max-width: 479px) {
    .products-grid .qty-box + button, .products-grid .button,
    .products-list .qty-box + button,
    .products-list .button {
      padding: 8px;
      font-size: 11px;
      line-height: 17px;
      margin-top: 10px; } }

.products-grid .product-info .availability.out-of-stock {
  line-height: 35px; }

@media only screen and (max-width: 770px) {
  .products-grid {
    padding: 8px;
    font-size: 12px; } }

.catalog-category-view .col2-right-layout .category-products .products-grid > li {
  width: 23.7288135593%;
  float: left; }
  .catalog-category-view .col2-right-layout .category-products .products-grid > li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .catalog-category-view .col2-right-layout .category-products .products-grid > li:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none; }
  .catalog-category-view .col2-right-layout .category-products .products-grid > li:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  .catalog-category-view .col2-right-layout .category-products .products-grid > li:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none; }

/* ============================================ *
 * Product List
 * ============================================ */
.products-list > li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1.6949152542%;
  border-bottom: 1px solid #eaeaea;
  *zoom: 1; }
  .products-list > li:after {
    content: "";
    display: table;
    clear: both; }
  .products-list > li .add-to-links {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    text-align: right;
    width: 100%; }
    .products-list > li .add-to-links a {
      width: 36px;
      float: right;
      text-decoration: none; }
  .products-list > li .product-image-wrap {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    position: relative; }
    .products-list > li .product-image-wrap .product-image {
      border: 4px solid #eaeaea; }
      .products-list > li .product-image-wrap .product-image img {
        width: 100%;
        max-width: 100%;
        height: auto; }
  .products-list > li .product-shop {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
    padding-top: 1.6949152542%;
    padding-left: 30px; }
    .products-list > li .product-shop .product-name {
      margin-bottom: 0; }
    .products-list > li .product-shop .ratings {
      display: none; }
      .products-list > li .product-shop .ratings .rating-box,
      .products-list > li .product-shop .ratings .rating-links {
        float: left;
        margin-right: 7px; }
      .products-list > li .product-shop .ratings .rating-links {
        margin-top: 4px; }
    .products-list > li .product-shop .action {
      margin: 7px 0; }
    .products-list > li .product-shop .product-primary {
      margin-bottom: 7px; }
    .products-list > li .product-shop .desc .price-box {
      margin-top: 7px;
      margin-bottom: 0; }
    .products-list > li .product-shop .product-primary,
    .products-list > li .product-shop .desc {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; }
    .products-list > li .product-shop .product-secondary {
      text-align: center;
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .products-list > li .product-shop .product-secondary:after {
        content: " ";
        display: block;
        clear: both; }
      .products-list > li .product-shop .product-secondary > .qty-box {
        width: 40.6779661017%;
        float: left;
        margin-right: 1.6949152542%; }
      .products-list > li .product-shop .product-secondary > button.btn-cart {
        width: 57.6271186441%;
        float: right;
        margin-right: 0; }
      .products-list > li .product-shop .product-secondary .action.availability.out-of-stock {
        color: #F03C00; }
        .products-list > li .product-shop .product-secondary .action.availability.out-of-stock:before {
          content: '\f057';
          font-family: "FontAwesome";
          padding-right: 7px; }
      .products-list > li .product-shop .product-secondary .action button,
      .products-list > li .product-shop .product-secondary .action .button {
        padding: 10px 20px; }
      .products-list > li .product-shop .product-secondary .add-to-links {
        padding: 0 20px;
        max-width: 130px;
        margin: 0; }

@media only screen and (max-width: 979px) {
  .products-list > li .product-shop .product-primary,
  .products-list > li .product-shop .desc {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .products-list > li .product-shop .product-secondary {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; } }

@media only screen and (min-width: 771px) {
  .products-list > li:hover {
    background: #eeeeee; }
  .products-list > li:hover .add-to-links {
    opacity: 1;
    filter: alpha(opacity=100); } }

@media only screen and (max-width: 770px) {
  .products-list > li .product-shop .product-secondary {
    text-align: left; } }

@media only screen and (max-width: 599px) {
  .products-list > li .product-image-wrap {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%; }
  .products-list > li .product-shop {
    width: 57.6271186441%;
    float: right;
    margin-right: 0; }
    .products-list > li .product-shop .product-primary,
    .products-list > li .product-shop .desc,
    .products-list > li .product-shop .product-secondary {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .products-list > li .product-shop .product-secondary {
      padding-top: 30px; }
      .products-list > li .product-shop .product-secondary > .qty-box {
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%; }
      .products-list > li .product-shop .product-secondary > button.btn-cart {
        width: 66.1016949153%;
        float: right;
        margin-right: 0; } }

@media only screen and (max-width: 479px) {
  .products-list > li .product-shop .product-secondary .add-to-links {
    padding: 0 10px;
    margin-top: 0; }
  .products-list > li .product-image-wrap {
    padding-top: 30px; }
  .products-list > li .product-shop .product-secondary {
    text-align: left; }
  .products-list > li .product-shop .action {
    margin-top: 25px; } }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.minimal-price-link a {
  text-decoration: none; }
  .minimal-price-link a label {
    font-weight: 400; }

.mini-products-list {
  /* Hide the input, but have it still be clickable */
  /* Base for label styling */ }
  .mini-products-list input[type="checkbox"] {
    border: solid 1px #bbbbbb;
    background: #ffffff;
    position: absolute;
    margin-top: 15px;
    z-index: 5; }
  .mini-products-list .product-details a {
    text-transform: uppercase;
    color: #2D2E81;
    font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none; }
  .mini-products-list .product-details .product-name a {
    font-size: 13px;
    color: #111;
    text-transform: none; }

.col-right .mini-products-list#block-related > li {
  position: relative;
  content: '';
  display: table;
  clear: both; }

.col-right .mini-products-list#block-related label {
  display: none; }

.col-right .mini-products-list#block-related .product {
  margin-left: 0; }

.col-right .mini-products-list#block-related .product-image {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }

.col-right .mini-products-list#block-related .product-details {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
  text-align: left; }

.col-right .mini-products-list#block-related p.product-name {
  color: #555555;
  font-size: 13px;
  padding: 0; }
  .col-right .mini-products-list#block-related p.product-name a:hover {
    color: #00A78E; }

.col-right .mini-products-list .product-image img {
  width: 100%;
  height: auto; }

.col-right .mini-products-list .product-details .product-name {
  padding-top: 10px; }

@media only screen and (max-width: 770px) {
  .col-right .mini-products-list#block-related > li {
    width: 23.7288135593%;
    float: left; }
    .col-right .mini-products-list#block-related > li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .col-right .mini-products-list#block-related > li:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .col-right .mini-products-list#block-related > li:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .col-right .mini-products-list#block-related > li:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; }
    .col-right .mini-products-list#block-related > li .product-image, .col-right .mini-products-list#block-related > li .product-details {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .col-right .mini-products-list#block-related > li .product-details {
      text-align: center; } }

@media only screen and (max-width: 599px) {
  .col-right .mini-products-list#block-related > li {
    width: 49.1525423729%;
    float: left;
    content: '';
    display: table;
    clear: both; }
    .col-right .mini-products-list#block-related > li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .col-right .mini-products-list#block-related > li:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; } }

.sidebar .block-layered-nav {
  position: relative; }
  .sidebar .block-layered-nav .toggle-content {
    position: relative; }
    .sidebar .block-layered-nav .toggle-content .actions {
      padding: 0;
      margin: 0;
      top: -30px; }
  .sidebar .block-layered-nav .actions {
    position: absolute;
    top: -8px;
    right: 0px; }
    .sidebar .block-layered-nav .actions a {
      color: #999999;
      position: relative;
      padding-left: 26px;
      text-decoration: none;
      font-size: 13px;
      font-weight: 300; }
      .sidebar .block-layered-nav .actions a:before {
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        content: '\f0e2';
        font-size: 15px;
        color: #cccccc;
        font-family: "FontAwesome";
        left: 0;
        line-height: 20px; }
      .sidebar .block-layered-nav .actions a:hover {
        color: #737373; }
        .sidebar .block-layered-nav .actions a:hover:before {
          color: #737373; }
  @media only screen and (max-width: 770px) {
    .sidebar .block-layered-nav {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  padding: 10px; }
  .category-image img:hidden {
    display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer; }

.block-layered-nav #narrow-by-list {
  background: #f8f8f8;
  padding: 0px; }
  .block-layered-nav #narrow-by-list > li {
    border-bottom: 1px solid #dddddd; }
    .block-layered-nav #narrow-by-list > li h4 {
      font-size: 12px;
      font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
    .block-layered-nav #narrow-by-list > li:last-child {
      border-bottom: none; }

.block-layered-nav .block-layered-nav ul#narrow-by-list li {
  border-bottom: 1px solid #dddddd; }

.block-layered-nav .active a {
  color: #000000;
  text-transform: uppercase; }

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

.block-layered-nav .block-content > ul li > .narrow-by-list-title {
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #555555;
  font-weight: 600;
  padding: 15px; }

.block-layered-nav .block-content > ul li > .narrow-by-list-content {
  margin: 0;
  padding: 0 15px 15px 15px; }

.block-layered-nav .block-content > ul li > .narrow-by-list-title:last-child {
  border-width: 0 1px 1px 1px; }

.block-layered-nav ul li .narrow-by-list-content {
  margin-bottom: 10px;
  margin-top: 10px; }
  .block-layered-nav ul li .narrow-by-list-content ol > li > span, .block-layered-nav ul li .narrow-by-list-content ol > li > a {
    padding: 5px 0px;
    color: #666666;
    font-weight: 300; }
  .block-layered-nav ul li .narrow-by-list-content ol > li > a .count {
    color: #555555; }

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #999999;
  font-size: 14px;
  padding-left: 15px;
  display: none; }

.block-layered-nav .currently ol {
  background: #f8f8f8;
  padding: 15px; }

.block-layered-nav .currently ol li {
  *zoom: 1; }
  .block-layered-nav .currently ol li:after {
    content: "";
    display: table;
    clear: both; }
  .block-layered-nav .currently ol li .label {
    font-weight: bold; }

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

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

/* ============================================ *
 * Responsive Styles
 * ============================================ */
@media only screen and (max-width: 979px) {
  .mini-products-list,
  #compare-items {
    *zoom: 1; }
    .mini-products-list:after,
    #compare-items:after {
      content: "";
      display: table;
      clear: both; }
    .mini-products-list .product-details,
    #compare-items .product-details {
      background: none;
      margin: 0;
      padding: 10px;
      font-size: 11px;
      position: relative;
      display: block !important;
      text-align: center; }
      .mini-products-list .product-details .product-name,
      #compare-items .product-details .product-name {
        padding-top: 10px; }
      .mini-products-list .product-details .price,
      #compare-items .product-details .price {
        font-size: 13px;
        color: #777777; }
  .products-list > li .product-shop {
    padding: 15px 0 15px 1.6949152542%; }
  .products-list > li .add-to-links {
    opacity: 1;
    filter: alpha(opacity=100); }
    .products-list > li .add-to-links .link-wishlist i, .products-list > li .add-to-links .link-wishlist i[class^="icon-"],
    .products-list > li .add-to-links .link-compare i,
    .products-list > li .add-to-links .link-compare i[class^="icon-"] {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .products-list > li .add-to-links .link-wishlist i.icon-heart,
    .products-list > li .add-to-links .link-compare i.icon-heart {
      color: #D9649C; } }

@media only screen and (min-width: 771px) {
  .col3-layout .product-slider .products-grid .item,
  .catalog-product-view .col2-right-layout .products-grid .item {
    position: relative; }
    .col3-layout .product-slider .products-grid .item .product-info .product-name,
    .catalog-product-view .col2-right-layout .products-grid .item .product-info .product-name {
      text-transform: none; }
    .col3-layout .product-slider .products-grid .item .product-info .product-short-descr,
    .catalog-product-view .col2-right-layout .products-grid .item .product-info .product-short-descr {
      font-size: 12px;
      color: #888888;
      font-weight: normal;
      margin-bottom: 10px;
      height: 44px;
      overflow: hidden; }
    .col3-layout .product-slider .products-grid .item .product-image-wrap,
    .catalog-product-view .col2-right-layout .products-grid .item .product-image-wrap {
      margin-bottom: 15px; }
      .col3-layout .product-slider .products-grid .item .product-image-wrap .image-overlay,
      .catalog-product-view .col2-right-layout .products-grid .item .product-image-wrap .image-overlay {
        background: rgba(255, 255, 255, 0.5); }
    .col3-layout .product-slider .products-grid .item .actions,
    .catalog-product-view .col2-right-layout .products-grid .item .actions {
      width: 100%;
      content: '';
      display: table;
      clear: both;
      position: initial;
      opacity: 1; }
      .col3-layout .product-slider .products-grid .item .actions .ratings,
      .catalog-product-view .col2-right-layout .products-grid .item .actions .ratings {
        padding: 10px 0 0 5px; }
      .col3-layout .product-slider .products-grid .item .actions .button-set,
      .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set {
        left: 0;
        top: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 0;
        display: block;
        clear: none; }
        .col3-layout .product-slider .products-grid .item .actions .button-set a,
        .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set a {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%;
          text-align: center;
          font-size: 14px;
          position: relative;
          text-decoration: none; }
          .col3-layout .product-slider .products-grid .item .actions .button-set a > span,
          .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set a > span {
            text-transform: uppercase;
            color: #ffffff;
            padding: 5px 0 5px 20px;
            display: block; }
          .col3-layout .product-slider .products-grid .item .actions .button-set a:hover,
          .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set a:hover {
            text-decoration: none; }
        .col3-layout .product-slider .products-grid .item .actions .button-set .product-quick-view > span,
        .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set .product-quick-view > span {
          background-color: #555555; }
          .col3-layout .product-slider .products-grid .item .actions .button-set .product-quick-view > span:hover,
          .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set .product-quick-view > span:hover {
            background-color: #3c3c3c; }
        .col3-layout .product-slider .products-grid .item .actions .button-set .product-quick-cart > span,
        .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set .product-quick-cart > span {
          background-color: #00A78E; }
          .col3-layout .product-slider .products-grid .item .actions .button-set .product-quick-cart > span:hover,
          .catalog-product-view .col2-right-layout .products-grid .item .actions .button-set .product-quick-cart > span:hover {
            background-color: #007463; }
    .col3-layout .product-slider .products-grid .item .add-to-links,
    .catalog-product-view .col2-right-layout .products-grid .item .add-to-links {
      position: absolute;
      float: right;
      top: 0;
      right: 5px;
      text-align: right;
      width: 100%; }
      .col3-layout .product-slider .products-grid .item .add-to-links a,
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links a {
        width: 24px;
        float: right; }
      .col3-layout .product-slider .products-grid .item .add-to-links .link-wishlist i, .col3-layout .product-slider .products-grid .item .add-to-links .link-wishlist i[class^="icon-"],
      .col3-layout .product-slider .products-grid .item .add-to-links .link-compare i,
      .col3-layout .product-slider .products-grid .item .add-to-links .link-compare i[class^="icon-"],
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links .link-wishlist i,
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links .link-wishlist i[class^="icon-"],
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links .link-compare i,
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links .link-compare i[class^="icon-"] {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      .col3-layout .product-slider .products-grid .item .add-to-links .link-wishlist i.icon-heart,
      .col3-layout .product-slider .products-grid .item .add-to-links .link-compare i.icon-heart,
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links .link-wishlist i.icon-heart,
      .catalog-product-view .col2-right-layout .products-grid .item .add-to-links .link-compare i.icon-heart {
        color: #D9649C; }
    .col3-layout .product-slider .products-grid .item.slick-slide .add-to-links,
    .catalog-product-view .col2-right-layout .products-grid .item.slick-slide .add-to-links {
      top: 0;
      right: 18px; }
  .col3-layout .product-slider .products-grid#upsell-product-table .item .actions .button-set a span span,
  .catalog-product-view .col2-right-layout .products-grid#upsell-product-table .item .actions .button-set a span span {
    background: none;
    color: #ffffff; }
  .col3-layout .product-slider .products-grid#upsell-product-table .item ul.add-to-links,
  .catalog-product-view .col2-right-layout .products-grid#upsell-product-table .item ul.add-to-links {
    right: 16px;
    padding-right: 25px; }
    .col3-layout .product-slider .products-grid#upsell-product-table .item ul.add-to-links a,
    .catalog-product-view .col2-right-layout .products-grid#upsell-product-table .item ul.add-to-links a {
      padding: 0 15px; }
    .col3-layout .product-slider .products-grid#upsell-product-table .item ul.add-to-links li,
    .catalog-product-view .col2-right-layout .products-grid#upsell-product-table .item ul.add-to-links li {
      float: right; }
  .products-grid .item .product-image-wrap {
    position: relative;
    overflow: hidden; }
  .products-grid .item .product-info {
    margin-top: 25px; }
    .products-grid .item .product-info .product-name {
      text-transform: none; }
    .products-grid .item .product-info .product-short-descr,
    .products-grid .item .product-info .product-short-descr + p {
      font-size: 13px;
      color: #555555;
      font-weight: 300;
      height: 44px;
      overflow: hidden; }
  .products-grid .item .configurable-swatch-list, .products-grid .item .dummy-box {
    margin: 8px 0; }
  .products-grid .item .product-image .image-overlay {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: 1;
    -moz-transition-property: 1;
    -o-transition-property: 1;
    transition-property: 1;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    position: absolute;
    background: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 25; }
  .products-grid .item .add-to-links {
    text-align: right;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-pointer-events: all;
    -moz-pointer-events: all;
    pointer-events: all; }
    .products-grid .item .add-to-links li {
      text-align: center; }
      .products-grid .item .add-to-links li a {
        width: 36px;
        float: right;
        text-decoration: none; }
    .products-grid .item .add-to-links .link-wishlist span,
    .products-grid .item .add-to-links .link-compare span {
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      display: block; }
  .products-grid .item .actions {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    position: absolute;
    background: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 26; }
    .products-grid .item .actions .button-set {
      content: '';
      display: table;
      clear: both;
      -webkit-pointer-events: all;
      -moz-pointer-events: all;
      pointer-events: all;
      top: 60%;
      width: 100%;
      margin-top: -15px;
      position: relative;
      padding: 0 20%; }
      .products-grid .item .actions .button-set a {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        font-size: 12px;
        position: relative;
        text-decoration: none; }
        .products-grid .item .actions .button-set a:first-child {
          border-right: 1px solid #00A78E; }
        .products-grid .item .actions .button-set a i[class^="action-links-"] {
          display: block;
          margin: 0 auto 7px; }
        .products-grid .item .actions .button-set a i.action-links-view {
          background-position: -3px -229px; }
        .products-grid .item .actions .button-set a i.action-links-cart {
          background-position: -50px -229px; }
        .products-grid .item .actions .button-set a span {
          text-transform: uppercase;
          color: #00A78E; }
        .products-grid .item .actions .button-set a p.availability.out-of-stock {
          text-align: center;
          line-height: 42px; }
      .products-grid .item .actions .button-set a.product-quick-view.nostock-view {
        width: 100%;
        border: none;
        margin-bottom: 10px;
        margin-top: -20px; }
      .products-grid .item .actions .button-set p.availability.out-of-stock {
        text-align: center; }
  .products-grid .item:hover {
    cursor: pointer; }
    .products-grid .item:hover .product-image .image-overlay {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .products-grid .item:hover .actions {
      opacity: 1;
      filter: alpha(opacity=100); }
  .block-layered-nav .block-content > ul li > .narrow-by-list-title:after {
    display: none; }
  .catalogsearch-result-index .col-right .mini-products-list .product-details .price,
  .catalogsearch-result-index .col-right .mini-products-list .details .price,
  .catalogsearch-result-index .col-right #compare-items .product-details .price,
  .catalogsearch-result-index .col-right #compare-items .details .price,
  .catalog-category-view .col-right .mini-products-list .product-details .price,
  .catalog-category-view .col-right .mini-products-list .details .price,
  .catalog-category-view .col-right #compare-items .product-details .price,
  .catalog-category-view .col-right #compare-items .details .price {
    font-size: 13px; }
  .catalogsearch-result-index .col-right .mini-products-list li,
  .catalogsearch-result-index .col-right #compare-items li,
  .catalog-category-view .col-right .mini-products-list li,
  .catalog-category-view .col-right #compare-items li {
    margin-bottom: 10px;
    position: relative;
    *zoom: 1; }
    .catalogsearch-result-index .col-right .mini-products-list li:after,
    .catalogsearch-result-index .col-right #compare-items li:after,
    .catalog-category-view .col-right .mini-products-list li:after,
    .catalog-category-view .col-right #compare-items li:after {
      content: "";
      display: table;
      clear: both; }
    .catalogsearch-result-index .col-right .mini-products-list li:hover .product-image img,
    .catalogsearch-result-index .col-right #compare-items li:hover .product-image img,
    .catalog-category-view .col-right .mini-products-list li:hover .product-image img,
    .catalog-category-view .col-right #compare-items li:hover .product-image img {
      border: 1px solid #eaeaea; }
    .catalogsearch-result-index .col-right .mini-products-list li:hover .product-details, .catalogsearch-result-index .col-right .mini-products-list li:hover .details,
    .catalogsearch-result-index .col-right #compare-items li:hover .product-details,
    .catalogsearch-result-index .col-right #compare-items li:hover .details,
    .catalog-category-view .col-right .mini-products-list li:hover .product-details,
    .catalog-category-view .col-right .mini-products-list li:hover .details,
    .catalog-category-view .col-right #compare-items li:hover .product-details,
    .catalog-category-view .col-right #compare-items li:hover .details {
      display: block; }
  .catalogsearch-result-index .col-right .mini-products-images-list,
  .catalog-category-view .col-right .mini-products-images-list {
    *zoom: 1; }
    .catalogsearch-result-index .col-right .mini-products-images-list:after,
    .catalog-category-view .col-right .mini-products-images-list:after {
      content: "";
      display: table;
      clear: both; }
    .catalogsearch-result-index .col-right .mini-products-images-list li.item,
    .catalog-category-view .col-right .mini-products-images-list li.item {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0 5px 10px 0; }
      .catalogsearch-result-index .col-right .mini-products-images-list li.item:nth-child(even),
      .catalog-category-view .col-right .mini-products-images-list li.item:nth-child(even) {
        padding-right: 0;
        padding-left: 5px; }
      .catalogsearch-result-index .col-right .mini-products-images-list li.item .product-image,
      .catalog-category-view .col-right .mini-products-images-list li.item .product-image {
        display: block; }
        .catalogsearch-result-index .col-right .mini-products-images-list li.item .product-image img,
        .catalog-category-view .col-right .mini-products-images-list li.item .product-image img {
          width: 100%;
          max-width: 100%; } }

@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }
  .block-layered-nav--no-filters .block-title {
    display: none; }
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px; }
    .block-layered-nav .block-content > dl > dt {
      cursor: pointer;
      border-bottom-width: 0; }
      .block-layered-nav .block-content > dl > dt:hover {
        color: #00A78E; }
      .block-layered-nav .block-content > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #00A78E;
        border-right: none; }
      .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px; }
    .block-layered-nav .block-content > dl > dd {
      display: none; }
    .block-layered-nav .block-content.accordion-open > dl > dt.current {
      border-bottom-width: 1px; }
    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #00A78E;
      border-bottom: none;
      left: 6px;
      top: 50%;
      margin-top: -3px; }
    .block-layered-nav .block-content.accordion-open > dl > dd.current {
      display: block; }
  .block-layered-nav .block-subtitle--filter {
    border: 0;
    display: block;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 12px 10px 12px 24px;
    position: relative;
    background-color: #f8f8f8;
    margin-top: -10px;
    text-transform: uppercase; }
    .block-layered-nav .block-subtitle--filter:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #777777;
      border-right: none;
      left: 10px;
      top: 50%;
      margin-top: -3px; }
    .block-layered-nav .block-subtitle--filter:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #444444;
      border-right: none;
      right: 10px;
      top: 50%;
      margin-top: -5px; }
    .block-layered-nav .block-subtitle--filter:hover, .block-layered-nav .block-subtitle--filter .active {
      background-color: #d5d5d5;
      color: #444444; }
    .block-layered-nav .block-subtitle--filter.active:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #444444;
      border-bottom: none;
      right: 10px;
      top: 50%;
      margin-top: -3px; }
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 0;
    border: 1px solid #cccccc;
    border-top: 0; }
  .block-layered-nav ul ol > li > a,
  .block-layered-nav ul ol > li > span {
    padding: 7px;
    margin: 5px; }
  .block-layered-nav ul ol > li > a {
    color: #444444;
    padding: 5px 10px; }
    .block-layered-nav ul ol > li > a:hover {
      text-decoration: none;
      background: #ececec; }
  .products-grid .item .product-info .product-name {
    text-transform: none;
    min-height: 40px; }
  .products-grid .item .product-info .product-short-descr {
    font-size: 12px;
    color: #888888;
    font-weight: normal;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden; }
  .products-grid .item .product-image-wrap {
    margin-bottom: 15px; }
  .products-grid .item .product-info {
    padding-bottom: 40px; }
  .products-grid .item .actions {
    width: 100%;
    content: '';
    display: table;
    clear: both; }
    .products-grid .item .actions .button-set {
      height: 31px;
      display: none; }
      .products-grid .item .actions .button-set a {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: center;
        font-size: 14px;
        position: relative;
        text-decoration: none; }
        .products-grid .item .actions .button-set a:nth-child(2n) {
          float: right;
          margin-right: 0; }
        .products-grid .item .actions .button-set a i[class^="action-links-"] {
          display: block;
          position: absolute;
          left: 12px; }
        .products-grid .item .actions .button-set a i.action-links-view {
          background-position: -3px -259px;
          top: 7px; }
        .products-grid .item .actions .button-set a i.action-links-cart {
          background-position: -50px -259px;
          top: 6px; }
        .products-grid .item .actions .button-set a > span {
          text-transform: uppercase;
          color: #ffffff;
          padding: 5px 0px 5px 20px;
          display: block; }
        .products-grid .item .actions .button-set a:hover {
          text-decoration: none; }
      .products-grid .item .actions .button-set .availability.out-of-stock {
        background: #F03C00;
        width: 49%;
        height: 100%;
        float: right; }
        .products-grid .item .actions .button-set .availability.out-of-stock span {
          color: #ffffff;
          padding: 5px 0;
          display: block;
          font-size: 11px;
          text-align: center;
          line-height: 22px; }
      .products-grid .item .actions .button-set .product-quick-view > span {
        background-color: #555555; }
        .products-grid .item .actions .button-set .product-quick-view > span:hover {
          background-color: #3c3c3c; }
      .products-grid .item .actions .button-set .product-quick-cart > span {
        background-color: #00A78E; }
        .products-grid .item .actions .button-set .product-quick-cart > span:hover {
          background-color: #007463; }
  .products-grid .item .add-to-links {
    position: absolute;
    float: right;
    top: 0;
    right: 5px;
    text-align: right;
    width: 100%; }
    .products-grid .item .add-to-links a {
      width: 36px;
      float: right; }
    .products-grid .item .add-to-links .link-wishlist i, .products-grid .item .add-to-links .link-wishlist i[class^="icon-"],
    .products-grid .item .add-to-links .link-compare i,
    .products-grid .item .add-to-links .link-compare i[class^="icon-"] {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .products-grid .item .add-to-links .link-wishlist i.icon-heart,
    .products-grid .item .add-to-links .link-compare i.icon-heart {
      color: #D9649C; }
  .products-grid .item.slick-slide .add-to-links {
    top: 10px;
    right: 20px; }
  .product-view > .products-grid#upsell-product-table .add-to-links {
    top: 7px;
    right: 7px; } }

@media only screen and (max-width: 600px) {
  .mini-products-list:not(#cart-sidebar), #compare-items {
    *zoom: 1; }
    .mini-products-list:not(#cart-sidebar):after, #compare-items:after {
      content: "";
      display: table;
      clear: both; }
    .mini-products-list:not(#cart-sidebar) li, .mini-products-list:not(#cart-sidebar) .item, #compare-items li, #compare-items .item {
      width: 32.2033898305%;
      float: left; }
      .mini-products-list:not(#cart-sidebar) li:nth-child(3n + 1), .mini-products-list:not(#cart-sidebar) .item:nth-child(3n + 1), #compare-items li:nth-child(3n + 1), #compare-items .item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .mini-products-list:not(#cart-sidebar) li:nth-child(3n + 2), .mini-products-list:not(#cart-sidebar) .item:nth-child(3n + 2), #compare-items li:nth-child(3n + 2), #compare-items .item:nth-child(3n + 2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none; }
      .mini-products-list:not(#cart-sidebar) li:nth-child(3n + 3), .mini-products-list:not(#cart-sidebar) .item:nth-child(3n + 3), #compare-items li:nth-child(3n + 3), #compare-items .item:nth-child(3n + 3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none; } }

@media only screen and (max-width: 599px) {
  .products-grid .item .actions .button-set a i[class^="action-links-"] {
    left: 17px; }
  .products-grid .item .actions .button-set .availability.out-of-stock span {
    font-size: 10px;
    line-height: 11px;
    padding-left: 15px;
    padding-right: 15px; }
  .products-grid > li {
    width: 49.1525423729%;
    float: left; }
    .products-grid > li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .products-grid > li:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
  .products-list > li .product-shop {
    padding-top: 25px; } }

@media only screen and (max-width: 479px) {
  .col-right > .block-wishlist .block-conten .actions {
    display: inline-block; }
    .col-right > .block-wishlist .block-conten .actions .button-set a i[class^="action-links-"] {
      left: 10px; }
    .col-right > .block-wishlist .block-conten .actions .button-set a i.action-links-view {
      top: 10px; }
    .col-right > .block-wishlist .block-conten .actions .button-set a i.action-links-cart {
      top: 8px; }
    .col-right > .block-wishlist .block-conten .actions a {
      color: #ffffff;
      background: #00A78E;
      padding: 10px;
      margin: 0 auto;
      text-decoration: none; }
      .col-right > .block-wishlist .block-conten .actions a:hover {
        background: #008e78;
        color: #ffffff; }
  .mini-products-list:not(#cart-sidebar), #compare-items {
    *zoom: 1; }
    .mini-products-list:not(#cart-sidebar):after, #compare-items:after {
      content: "";
      display: table;
      clear: both; }
    .mini-products-list:not(#cart-sidebar) li, .mini-products-list:not(#cart-sidebar) .item, #compare-items li, #compare-items .item {
      width: 49.1525423729%;
      float: left; }
      .mini-products-list:not(#cart-sidebar) li:nth-child(2n + 1), .mini-products-list:not(#cart-sidebar) .item:nth-child(2n + 1), #compare-items li:nth-child(2n + 1), #compare-items .item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .mini-products-list:not(#cart-sidebar) li:nth-child(2n + 2), .mini-products-list:not(#cart-sidebar) .item:nth-child(2n + 2), #compare-items li:nth-child(2n + 2), #compare-items .item:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; } }

/*** To Use Product Description as accordion
/* on Product Page View Enable Partial Below */
/*** @import "https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/css/module/product-accordion"; ***/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     mint2
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.catalog-product-view .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px; }
  .catalog-product-view .sidebar ol#cart-sidebar-reorder p.product-name a {
    font-size: 15px; }
    .catalog-product-view .sidebar ol#cart-sidebar-reorder p.product-name a:hover {
      color: #00A78E; }

.catalog-product-view .sidebar ol#cart-sidebar-reorder .icheckbox_minimal {
  display: inline-block; }

.description.size {
  margin-bottom: 20px; }
  .description.size p {
    font-weight: bold; }

.product-view .product-essential {
  *zoom: 1; }
  .product-view .product-essential:after {
    content: "";
    display: table;
    clear: both; }
  .product-view .product-essential .extra-info .ratings {
    *zoom: 1; }
    .product-view .product-essential .extra-info .ratings:after {
      content: "";
      display: table;
      clear: both; }
    .product-view .product-essential .extra-info .ratings .rating-box,
    .product-view .product-essential .extra-info .ratings .amount {
      float: left; }
    .product-view .product-essential .extra-info .ratings .rating-box {
      margin-right: 10px;
      display: block; }

.product-view .product-name h1 {
  font-size: 25px;
  border-bottom: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #111111;
  margin-bottom: 30px; }
  @media only screen and (max-width: 979px) {
    .product-view .product-name h1 {
      font-size: 24px; } }

.product-view .product-name + .extra-info .review-container, .product-view .product-name + .extra-info #reviews-trigger {
  display: inline; }

.product-view .product-name + .extra-info #reviews-trigger {
  line-height: 1;
  color: #00A78E;
  text-decoration: none;
  font-size: 13px; }
  .product-view .product-name + .extra-info #reviews-trigger:hover {
    color: #555555; }

.product-view .product-name + .extra-info .review-container {
  line-height: 1; }
  .product-view .product-name + .extra-info .review-container .ratings {
    padding-right: 10px; }
  .product-view .product-name + .extra-info .review-container .rating-links {
    border-right: 1px solid #cccccc;
    border-color: #666666;
    padding-right: 15px;
    margin: 0;
    line-height: 1;
    color: #00A78E; }

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

.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left; }
  @media only screen and (max-width: 479px) {
    .product-view .product-shop .extra-info {
      padding: 0; }
      .product-view .product-shop .extra-info p.availability {
        float: left;
        content: '';
        display: table;
        clear: both; } }

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  width: 100%; }

.product-view .product-shop .extra-info, .product-view .product-shop .wine_shop_year {
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  color: #00A78E; }

.product-view .product-shop .short-description {
  margin-top: 10px;
  color: #555555;
  clear: both; }
  .product-view .product-shop .short-description .std {
    line-height: 1.5;
    font-size: 13px;
    color: #555555; }

.product-view .product-shop .ratings {
  margin-bottom: 10px;
  display: inline-flex; }

.product-view .product-shop .availability {
  font-size: 14px;
  padding-bottom: 30px;
  text-transform: capitalize;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
  .product-view .product-shop .availability.in-stock .value:before, .product-view .product-shop .availability.out-of-stock .value:before {
    font-family: "FontAwesome";
    margin-right: 6px; }
  .product-view .product-shop .availability.in-stock .value:before {
    content: '\f058'; }
  .product-view .product-shop .availability.out-of-stock .value:before {
    content: '\f057';
    color: #F03C00; }

.product-view .add-to-links a {
  text-transform: uppercase;
  font-size: 13px; }

@media only screen and (max-width: 979px) {
  .product-view .add-to-links a {
    font-size: 11px; } }

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

.product-img-box {
  width: 50%;
  float: left; }
  .product-img-box .product-name h1 {
    border: 0; }
  .product-img-box .product-image {
    margin-bottom: 10px;
    width: 100%;
    height: 100%; }
  .product-img-box .product-image img {
    max-width: 400px;
    width: 100%;
    height: auto;
    max-height: 750px;
    margin: 0px auto; }
    @media only screen and (max-width: 770px) {
      .product-img-box .product-image img {
        max-height: 450px; } }
  .product-img-box .more-views {
    border-top: 1px solid #eeeeee; }
  .product-img-box .more-views h2 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0; }

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

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

.product-image-thumbs {
  padding-top: 15px; }
  .product-image-thumbs li {
    display: inline-block; }
  .product-image-thumbs li:first-child {
    margin-left: -1px; }
  .product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent; }
  .product-image-thumbs a.thumb-link.active {
    border: 1px solid #cccccc; }

.no-touch .product-image-thumbs a:hover {
  border-color: rgba(204, 204, 204, 0.6); }

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

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

.product-view {
  /* Set a min-height so that the floated elements break appropriately */ }
  .product-view .add-to-cart, .product-view .add-to-box {
    *zoom: 1; }
    .product-view .add-to-cart:after, .product-view .add-to-box:after {
      content: "";
      display: table;
      clear: both; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart-buttons {
    min-height: 40px; }
  .product-view .add-to-cart-buttons .paypal-logo {
    margin-top: 10px; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart .qty-wrapper label {
    float: left; }
  .product-view .add-to-cart .qty-wrapper label {
    color: #555555;
    line-height: 40px;
    text-transform: capitalize;
    padding-right: 25px;
    font-size: 11px; }
  .product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
    border: 1px solid #2D2E81; }
  .product-view .add-to-cart-buttons {
    float: right; }
    .product-view .add-to-cart-buttons .paypal-logo {
      clear: left;
      text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-button {
        margin: 0 auto;
        display: block;
        width: auto;
        max-width: 145px; }
        .product-view .add-to-cart-buttons .paypal-logo .paypal-button img {
          width: 100%; }
      .product-view .add-to-cart-buttons .paypal-logo .bml_button {
        display: block;
        width: 150px;
        margin: 0 auto; }
        .product-view .add-to-cart-buttons .paypal-logo .bml_button a {
          text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-or {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        line-height: 1;
        text-align: center; }
  .product-view .add-to-cart-buttons .button {
    height: 40px;
    width: 100%; }
  .product-view .add-to-case .price {
    float: left;
    margin: 20px 0 15px; }
    .product-view .add-to-case .price .text {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      display: inherit; }
    .product-view .add-to-case .price .price {
      font-size: 23px;
      font-weight: normal;
      line-height: 1;
      color: #111111;
      display: inline;
      float: left; }
    .product-view .add-to-case .price .per-bottle {
      font-size: 11px;
      font-weight: normal; }
    .product-view .add-to-case .price .label {
      color: #444444;
      line-height: 73px;
      padding-left: 7px;
      font-size: 11px;
      font-weight: normal;
      text-transform: uppercase;
      vertical-align: bottom;
      clear: none; }
      .product-view .add-to-case .price .label:before {
        content: '/ ';
        display: inline; }
  .product-view .add-to-box .add-to-case {
    text-align: right; }
    .product-view .add-to-box .add-to-case button.btn-case {
      height: 40px;
      width: 100%;
      background: #0A7666; }
      .product-view .add-to-box .add-to-case button.btn-case:hover {
        background: #085e52; }

@media only screen and (min-width: 980px) {
  .product-view .add-to-links {
    float: left; }
    .product-view .add-to-links a {
      padding: 0 20px; } }

@media only screen and (max-width: 979px) {
  .product-view .add-to-cart-buttons .button {
    font-size: 15px;
    padding: 7px 9px; }
  .product-view .add-to-links {
    margin-right: 0;
    float: right; }
    .product-view .add-to-links a {
      padding: 0px 7px; } }

@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-buttons .button {
    font-size: 1.1428571429em;
    padding: .4rem .5rem; }
  .product-view .add-to-links {
    margin-right: 15px;
    float: left; }
    .product-view .add-to-links a {
      padding: 0px 18px 0px 18px; } }

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

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

.product-view .product-grid-wrapper .add-to-links {
  clear: both;
  margin-top: 0px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  *zoom: 1; }
  .product-view .product-grid-wrapper .add-to-links:after {
    content: "";
    display: table;
    clear: both; }
  .product-view .product-grid-wrapper .add-to-links li {
    float: left; }
  .product-view .product-grid-wrapper .add-to-links a {
    margin-left: 7px;
    color: #000000;
    font-weight: 300;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.3;
    border-left: 1px solid #cccccc; }
    .product-view .product-grid-wrapper .add-to-links a:hover {
      color: #00A78E; }
    @media only screen and (max-width: 770px) {
      .product-view .product-grid-wrapper .add-to-links a {
        padding-left: 0; } }
  .product-view .product-grid-wrapper .add-to-links li:first-child a {
    margin-left: 0px; }
  .product-view .product-grid-wrapper .add-to-links li:last-child a {
    border-right: 0px; }

.product-view .products-grid#upsell-product-table .add-to-links {
  top: 7px;
  right: 7px; }
  .product-view .products-grid#upsell-product-table .add-to-links li {
    float: right; }

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

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

.product-collateral {
  clear: both;
  padding-top: 60px; }
  .product-collateral .product-tabs-content h3 {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

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

.box-collateral {
  clear: both; }

/* ============================================ *
 * Tags
 * ============================================ */
.box-collateral.box-tags {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%; }
  @media only screen and (max-width: 599px) {
    .box-collateral.box-tags {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .box-collateral.box-tags h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed; }
  .box-collateral.box-tags .form-add label,
  .box-collateral.box-tags p.note {
    display: block;
    content: '';
    display: table;
    clear: both;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777777; }
  .box-collateral.box-tags .input-box {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    padding-top: 0; }
  .box-collateral.box-tags button.button {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }

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

@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none; }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 12px 10px 12px 24px;
    position: relative;
    background-color: #f8f8f8;
    display: block; }
    .product-collateral > dl > dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #777777;
      border-bottom: none;
      left: 10px;
      top: 50%;
      margin-top: -3px; }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc; }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px; }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0; }
    .product-collateral > dl > dt:hover {
      color: #00A78E; }
    .product-collateral > dl > dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #00A78E;
      border-right: none; }
    .product-collateral > dl > dt.last {
      border-bottom-width: 1px; }
  .product-collateral > dl > dd {
    display: none; }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px; }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #00A78E;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px; }
  .product-collateral.accordion-open > dl > dd.current {
    display: block; } }

@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .block-related .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0; }
    .block-related .block-title > h2 {
      margin: 0;
      margin-bottom: 10px;
      color: #444444;
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-size: 15px;
      font-weight: 600;
      font-style: normal;
      line-height: 1.4;
      text-rendering: optimizeSpeed;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      font-weight: normal;
      margin-bottom: 0px;
      padding: 12px 10px 12px 24px;
      position: relative;
      background-color: #f8f8f8;
      display: block;
      width: 100%;
      cursor: pointer;
      border-bottom: 0; }
      .block-related .block-title > h2:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #777777;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px; }
    .block-related .block-title.active > h2 {
      margin: 0;
      margin-bottom: 10px;
      color: #444444;
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-size: 15px;
      font-weight: 600;
      font-style: normal;
      line-height: 1.4;
      text-rendering: optimizeSpeed;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      font-weight: normal;
      margin-bottom: 0px;
      padding: 12px 10px 12px 24px;
      position: relative;
      background-color: #f8f8f8; }
      .block-related .block-title.active > h2:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #777777;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px; } }

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

@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px; }
  .catalog-product-view .review-container {
    float: left;
    width: 65%; }
    .catalog-product-view .review-container .ratings {
      margin: 10px 0; } }

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0; }
  .product-view .ratings .rating-links a {
    color: #00A78E;
    text-decoration: none;
    font-size: 13px; }
    .product-view .ratings .rating-links a:hover {
      color: #0A7666; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  width: 100%;
  padding: 0; }
  .grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none; }
  @media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
      margin-bottom: 15px; } }
  .grouped-items-table-wrapper table.table-grouped.a-right-grouped .price-box .regular-price .price {
    font-size: 20px; }

table.grouped-items-table .name-wrapper {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

table.grouped-items-table table.table-grouped {
  display: inline-block;
  /*Important, allows tables use susy, otherwise - default clearing*/ }
  table.grouped-items-table table.table-grouped.image-grouped, table.grouped-items-table table.table-grouped.name-grouped, table.grouped-items-table table.table-grouped.a-right-grouped {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
  table.grouped-items-table table.table-grouped.a-right-grouped {
    float: right;
    margin-right: 0; }
    table.grouped-items-table table.table-grouped.a-right-grouped .price-box span {
      float: left; }
  @media only screen and (min-width: 771px) and (max-width: 1199px) {
    table.grouped-items-table table.table-grouped.image-grouped {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
      table.grouped-items-table table.table-grouped.image-grouped img {
        width: 100%; }
    table.grouped-items-table table.table-grouped.name-grouped {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%;
      float: right;
      margin-right: 0; }
    table.grouped-items-table table.table-grouped.a-right-grouped {
      width: 66.1016949153%;
      float: left;
      margin-left: 33.8983050847%;
      margin-right: -100%;
      *zoom: 1;
      float: none;
      display: block; }
      table.grouped-items-table table.table-grouped.a-right-grouped:after {
        content: "";
        display: table;
        clear: both; } }
  table.grouped-items-table table.table-grouped tr td {
    padding: 7px;
    vertical-align: middle; }
  table.grouped-items-table table.table-grouped .availability.out-of-stock span {
    font-size: 14px; }

table.grouped-items-table .qty-wrapper {
  padding-top: 7px; }
  table.grouped-items-table .qty-wrapper label.qty-label {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }

table.grouped-items-table .qty-label {
  text-transform: capitalize; }

table.grouped-items-table.data-table td {
  padding: 10px 0px;
  vertical-align: middle;
  border-bottom: none;
  border-bottom: 1px dotted #cccccc; }

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  border-bottom: 0;
  padding-top: 15px;
  content: '';
  display: table;
  clear: both;
  position: relative; }
  .product-options dd .custom-select select {
    background-color: #eaeaea; }
    .product-options dd .custom-select select.datetime-picker {
      width: 100% !important; }
  .product-options dl.last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; }
    .product-options dl.last > dd {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
  .product-options .custom-select {
    background: transparent; }
  .product-options p.required,
  .product-options .validation-advice {
    width: 100%;
    padding-right: 0;
    margin: 0;
    padding-top: 5px;
    float: right;
    text-align: right; }
  .product-options .validation-advice {
    text-align: left;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
  .product-options .input-box label {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    @media only screen and (min-width: 980px) {
      .product-options .input-box label p {
        padding: 0 2em 0 0; } }
    @media only screen and (max-width: 770px) {
      .product-options .input-box label p {
        padding: 0; } }
    @media only screen and (max-width: 479px) {
      .product-options .input-box label p {
        padding: 0 3em 0 0; } }

.product-options p.required {
  position: absolute;
  right: 0;
  top: 0;
  display: none; }

.product-options dt {
  padding: 10px 0 3px;
  font-weight: normal;
  content: '';
  display: table;
  clear: both; }

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

.product-options dd .qty-holder {
  display: block; }

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

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

.inline-label {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 400;
  color: #555555; }
  .inline-label p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.product-options dd i.icon-down-dir {
  margin-left: -6%;
  font-size: 1.3em;
  color: #777777;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
  .product-options dd i.icon-down-dir:before {
    padding-top: 10px;
    text-align: left; }

.product-options dd label.required:after,
.product-options dd span.required:after {
  display: none; }

.product-options dd label.required p:after,
.product-options dd span.required p:after {
  content: ' *';
  color: #F03C00;
  font-weight: normal;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  padding-left: 17px;
  top: -2px;
  position: absolute; }

.product-options dl dt label.recurring_start_date_label {
  margin-top: 10px; }

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

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

.product-options dd input.datetime-picker {
  width: 150px;
  float: left;
  display: block; }

img#recurring_start_date_trig {
  display: block;
  float: left;
  height: 40px;
  padding: 10px;
  cursor: pointer; }

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

.product-options dd textarea {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 8em; }

.product-options dd .custom-select select:disabled {
  color: #bbbbbb;
  cursor: default; }

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

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

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

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

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

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

.product-options p.note {
  margin: 0 0 15px;
  font-size: 11px;
  content: '';
  display: table;
  clear: both; }

.product-options-bottom {
  border-top: 0; }

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

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

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

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

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

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

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

.mini-products-list .product .product-details a.button {
  color: #31377C;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px; }

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

.block-related .block-title {
  border-bottom: 6px solid #eaeaea;
  margin-bottom: 25px; }
  .block-related .block-title h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px; }

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

.block-related .product {
  margin-left: 20px;
  position: relative; }
  @media only screen and (max-width: 770px) {
    .block-related .product {
      margin-left: 0; } }

.block-related .product-details {
  text-align: center; }

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

.block-related .product-details .price-box {
  *zoom: 1; }
  .block-related .product-details .price-box:after {
    content: "";
    display: table;
    clear: both; }
  .block-related .product-details .price-box a:first-child,
  .block-related .product-details .price-box p:first-child,
  .block-related .product-details .price-box span:first-child {
    margin-left: 0; }
  .block-related .product-details .price-box .price {
    font-size: 11px; }

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

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px; }
  .box-up-sell h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed; }
  .box-up-sell .ratings {
    display: none; }

.product-grid-wrapper ul.product-share-buttons {
  width: 175px;
  height: 50px;
  position: relative;
  padding: 10px;
  margin: 7px auto 0;
  border: 1px solid #eeeeee;
  float: right;
  text-align: center;
  right: 0;
  background: #fff;
  border-radius: 5px; }
  .product-grid-wrapper ul.product-share-buttons > li {
    display: inline-block; }
    .product-grid-wrapper ul.product-share-buttons > li i[class^="icon-"]:before,
    .product-grid-wrapper ul.product-share-buttons > li i[class*=" icon-"]:before {
      font-size: 16px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      color: whitesmoke;
      background-color: #00A78E;
      line-height: 0.8;
      margin-right: 0.1em;
      padding: 6px;
      width: 25px;
      height: 25px; }

.product-grid-wrapper .product-shop-wrapper .add-to-cart-wrapper {
  margin-top: 40px;
  overflow: hidden;
  width: 100%; }
  .product-grid-wrapper .product-shop-wrapper .add-to-cart-wrapper .back-link {
    border: none; }
  .product-grid-wrapper .product-shop-wrapper .add-to-cart-wrapper .review-container .rating-links {
    line-height: 13px; }

.add-to-links-content {
  position: relative;
  display: none; }
  .add-to-links-content.active {
    display: block; }

.active.add-to-links-content {
  width: calc(100% - 40px);
  height: auto;
  padding: 40px 0 0;
  position: relative; }
  @media only screen and (max-width: 770px) {
    .active.add-to-links-content {
      padding-left: 0; } }

.active.add-to-links-content .add-to-links-tab {
  padding: 25px 20px 0 20px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

.add-to-links-content-close {
  float: right;
  display: block;
  text-indent: -9999px;
  position: absolute;
  width: 40px;
  right: -39px;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea; }
  .add-to-links-content-close a {
    text-decoration: none; }
  .add-to-links-content-close:before {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 16px;
    text-indent: 0;
    color: #777777;
    float: right;
    margin-right: 12px;
    margin-bottom: 6px; }

/* Next & Previous */
.catalog-product-view .nextprevious-navigation {
  margin: 0 0 20px;
  height: 30px;
  position: relative; }
  .catalog-product-view .nextprevious-navigation span {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #999999;
    font-size: 0;
    text-indent: -9999px;
    background: #f8f8f8;
    display: block;
    float: left; }
    .catalog-product-view .nextprevious-navigation span:before {
      font-family: "FontAwesome";
      content: "\f105";
      font-size: 16px;
      display: block;
      text-indent: 0; }
  .catalog-product-view .nextprevious-navigation .prev_link {
    position: absolute;
    right: 45px; }
  .catalog-product-view .nextprevious-navigation .prev {
    margin-right: 7px; }
  .catalog-product-view .nextprevious-navigation .next {
    margin-left: 7px;
    float: right; }
  .catalog-product-view .nextprevious-navigation .prev:before {
    content: "\f104"; }
  .catalog-product-view .nextprevious-navigation a.nav-disabled {
    opacity: 0.4;
    filter: alpha(opacity=40); }
    .catalog-product-view .nextprevious-navigation a.nav-disabled:hover span {
      background-color: #eeeeee;
      color: #999999; }
    .catalog-product-view .nextprevious-navigation a.nav-disabled span {
      color: #999999; }
  .catalog-product-view .nextprevious-navigation a:last-child {
    float: right; }
  .catalog-product-view .nextprevious-navigation a span {
    color: #555555;
    background-color: #eeeeee; }
  .catalog-product-view .nextprevious-navigation a:hover span {
    background-color: #00A78E;
    color: #ffffff; }
  .catalog-product-view .nextprevious-navigation .nav-label {
    display: inline-block;
    line-height: 35px;
    font-size: 10px;
    text-transform: uppercase;
    color: #555555; }

.top-right-container {
  margin-bottom: 20px;
  clear: both; }

@media only screen and (min-width: 771px) {
  .top-right-container a img {
    width: 100%; }
  .product-grid-wrapper {
    padding-top: 20px; }
    .product-grid-wrapper .product-img-box {
      padding-top: 30px; } }

@media only screen and (max-width: 770px) {
  .product-grid-wrapper {
    padding-top: 50px; }
    .product-grid-wrapper > div {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .product-grid-wrapper .add-to-box .qty-wrapper {
      padding-right: 20px; }
    .product-grid-wrapper .add-to-box .add-to-cart-buttons {
      float: left; }
    .product-grid-wrapper ul.add-to-links {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .product-grid-wrapper ul.add-to-links:after {
        content: " ";
        display: block;
        clear: both; }
  .catalog-product-view .page-header {
    -webkit-box-shadow: #000, 0.13 0px 2px 5px;
    -moz-box-shadow: #000, 0.13 0px 2px 5px;
    box-shadow: #000, 0.13 0px 2px 5px; }
  .catalog-product-view .nextprevious-navigation {
    position: absolute;
    top: 0;
    right: 0; }
    .catalog-product-view .nextprevious-navigation > a:first-child {
      margin-right: 20px; }
    .catalog-product-view .nextprevious-navigation span {
      width: 37px;
      height: 37px; }
  .catalog-product-view .top-right-container img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px; }
  .catalog-product-view .col2-right-layout .col-main {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .catalog-product-view .col2-right-layout .col-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .catalog-product-view .sidebar .block-related .block-title > h2,
  .catalog-product-view .sidebar .block-related .block-title.active > h2 {
    border-bottom: 1px solid transparent;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400; }
  .catalog-product-view .sidebar .block-related .block-content {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc; } }

@media only screen and (max-width: 599px) {
  .catalog-product-view .page-header {
    -webkit-box-shadow: #000, 0.13 0px 2px 5px;
    -moz-box-shadow: #000, 0.13 0px 2px 5px;
    box-shadow: #000, 0.13 0px 2px 5px; }
  .catalog-product-view .nextprevious-navigation {
    position: absolute;
    top: 0;
    right: 10px; }
    .catalog-product-view .nextprevious-navigation span {
      width: 37px;
      height: 37px; }
  .catalog-product-view #messages_product_view .messages {
    margin-top: 40px; }
  .top-right-container img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px; }
  .product-view {
    float: none; }
    .product-view .add-to-links a {
      margin-left: 0;
      padding: 0 0.7em; } }

table#addTagForm {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  table#addTagForm .input-box {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
  table#addTagForm button.button {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    float: right; }

/* ============================================ *
* Filter By 
* ============================================ */
.catalog-category-view .block-layered-nav .block-content.toggle-content .currently {
  padding: 0 0 15px 0; }
  .catalog-category-view .block-layered-nav .block-content.toggle-content .currently ol li .label {
    padding-right: 8px;
    display: block;
    text-transform: uppercase;
    display: block;
    color: #555555;
    font-weight: 600; }

.bundle-tier-field {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 1em; }
  @media only screen and (max-width: 979px) {
    .bundle-tier-field {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 770px) {
    .bundle-tier-field {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; } }

#product-options-wrapper dd .bundle-input {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  padding-right: 0;
  padding-left: 0; }
  #product-options-wrapper dd .bundle-input .custom-select {
    width: 100%; }

#product-options-wrapper dd .bundle-qty {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
  text-align: right; }
  #product-options-wrapper dd .bundle-qty label, #product-options-wrapper dd .bundle-qty input {
    display: inline-block; }

#product-options-wrapper .custom-select {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: none; }

#product-options-wrapper dt > label {
  text-transform: capitalize; }

.price-as-configured .price-label {
  padding-right: 10px; }

.price-from > .price-label,
.price-to > .price-label {
  padding-right: 10px; }

p.alert-price.link-price-alert {
  display: block;
  content: '';
  display: table;
  clear: both;
  padding-top: 10px; }
  p.alert-price.link-price-alert a {
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 13px; }
    p.alert-price.link-price-alert a:hover {
      color: #00A78E; }
    p.alert-price.link-price-alert a:before {
      content: '\f044';
      color: #00A78E;
      font-family: "FontAwesome";
      width: 15px;
      height: 15px;
      display: inline;
      margin-right: 7px; }

.product-grid-wrapper .product-options .configurable-swatch-list .swatch-link.has-image img {
  padding: 2px;
  border-radius: 3px; }

.category-description-trigger {
  position: relative;
  display: inline-block;
  margin-left: 30px; }
  .category-description-trigger span {
    color: #00A78E; }
  .category-description-trigger:before {
    color: #00A78E;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f0dd";
    font-size: 16px;
    line-height: 30px;
    padding: 0 0.625em;
    position: relative;
    float: right;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    transition: all 0.5s ease; }
  .category-description-trigger.toggled:before {
    content: "\f0d8"; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Featured
 * ============================================ */
.product-slider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both; }
  .product-slider:after {
    content: " ";
    display: block;
    clear: both; }
  .product-slider .widget-title {
    border-top: 5px solid #eeeeee;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }
    .product-slider .widget-title h2 {
      font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-size: 16px;
      background: #eeeeee;
      display: inline-block;
      padding: 5px 55px 10px;
      font-weight: 500;
      color: #333333;
      letter-spacing: .6px;
      line-height: 1; }
  .product-slider .products-grid {
    padding: 0 60px;
    border-top: 0; }
    .product-slider .products-grid .item .price-box .price {
      font-size: 14px; }
    .product-slider .products-grid .item .price-box .price-label {
      font-size: 13px !important; }
    .product-slider .products-grid .item .price-box .old-price .price {
      font-size: 13px; }
    @media only screen and (max-width: 770px) {
      .product-slider .products-grid {
        padding: 0; } }
  .product-slider .slick-slide img {
    width: 100%;
    height: auto; }
  .product-slider .owl-prev, .product-slider .owl-next {
    width: 22px;
    height: 50px;
    top: 25%;
    position: absolute;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden; }
  .product-slider .owl-prev {
    background-position: -9px -679px;
    left: 0; }
  .product-slider .owl-next {
    background-position: -63px -679px;
    right: 0; }
  .product-slider .product-carousel {
    border-top: 0;
    padding-top: 0; }
    .product-slider .product-carousel.owl-carousel {
      background: #ffffff; }
      .product-slider .product-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item {
        min-height: 100%; }

@media only screen and (max-width: 770px) {
  .product-slider {
    margin-bottom: 0; } }

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

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

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

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

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

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

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

.compare-table .ratings .rating-box {
  margin: 0 auto; }

/* ============================================ *
 * sidebar - Compare
 * ============================================ */
.col-right .block-content .actions a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  color: #006C6E;
  float: none;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
  cursor: pointer;
  font-weight: 600; }

#compare-items li.item, #wishlist-sidebar li.item {
  position: relative;
  margin-bottom: 10px; }
  #compare-items li.item .details .price-box, #wishlist-sidebar li.item .details .price-box {
    font-size: 12px; }
    #compare-items li.item .details .price-box .special-price .price-label, #wishlist-sidebar li.item .details .price-box .special-price .price-label {
      text-transform: uppercase; }
  #compare-items li.item .product-image img, #wishlist-sidebar li.item .product-image img {
    width: 100%;
    height: auto; }
  #compare-items li.item .btn-remove, #wishlist-sidebar li.item .btn-remove {
    display: none; }
  @media only screen and (min-width: 771px) {
    #compare-items li.item:hover .product-image, #wishlist-sidebar li.item:hover .product-image {
      border: 1px solid #eeeeee; }
      #compare-items li.item:hover .product-image:before, #wishlist-sidebar li.item:hover .product-image:before {
        content: '';
        top: 0px;
        right: 0px;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 36px solid #eeeeee;
        border-left: 36px solid transparent;
        z-index: 180; }
    #compare-items li.item:hover .btn-remove, #wishlist-sidebar li.item:hover .btn-remove {
      position: absolute;
      top: 0;
      right: 6px;
      z-index: 190;
      display: block;
      text-decoration: none; } }
  @media only screen and (min-width: 771px) and (max-width: 1000px) {
    #compare-items li.item:hover .btn-remove, #wishlist-sidebar li.item:hover .btn-remove {
      position: absolute;
      top: 0;
      right: 6px;
      z-index: 190;
      display: block; } }
  @media only screen and (max-width: 1000px) {
    #compare-items li.item .product-image, #wishlist-sidebar li.item .product-image {
      border: 1px solid #eeeeee; } }
  @media only screen and (max-width: 770px) {
    #compare-items li.item, #wishlist-sidebar li.item {
      min-height: 270px; }
      #compare-items li.item .product-image, #wishlist-sidebar li.item .product-image {
        border: 1px solid #eeeeee; }
        #compare-items li.item .product-image:before, #wishlist-sidebar li.item .product-image:before {
          content: '';
          top: 0px;
          right: 0px;
          position: absolute;
          width: 0;
          height: 0;
          border-top: 36px solid #eeeeee;
          border-left: 36px solid transparent;
          z-index: 180; }
      #compare-items li.item .btn-remove, #wishlist-sidebar li.item .btn-remove {
        position: absolute;
        top: 0;
        right: 7px;
        z-index: 500;
        display: block; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.checkout-cart-index .btn-continue {
  float: left;
  background: #006C6E; }
  .checkout-cart-index .btn-continue:before {
    content: '←';
    font-family: Calibri, Arial, Helvetica;
    color: #ffffff;
    padding-right: 12px; }

.checkout-cart-index .cart-empty > .button {
  margin-top: 20px; }

.checkout-cart-index .cart-forms form button {
  height: 40px; }

.checkout-cart-index form#discount-coupon-form .discount-form .field-wrapper .input-text {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  max-width: 100%; }

.checkout-cart-index form#discount-coupon-form .discount-form .field-wrapper button {
  width: 32.2033898305%;
  float: right;
  margin-right: 0; }

.checkout-cart-index form#shipping-zip-form .form-list .input-box .custom-select, .checkout-cart-index form#shipping-zip-form .form-list .input-box select {
  max-width: 100%; }

.checkout-cart-index form#shipping-zip-form .form-list,
.checkout-cart-index form#shipping-zip-form .buttons-set {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  content: '';
  display: table;
  clear: both; }

.checkout-cart-index form#shipping-zip-form .buttons-set {
  margin-top: 10px; }

.checkout-cart-index form#co-shipping-method-form .sp-methods {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%; }

.checkout-cart-index form#co-shipping-method-form .buttons-set {
  width: 32.2033898305%;
  float: right;
  margin-right: 0; }
  .checkout-cart-index form#co-shipping-method-form .buttons-set button {
    padding-left: 0;
    padding-right: 0; }

.checkout-cart-index form#shipping-zip-form, .checkout-cart-index form#co-shipping-method-form, .checkout-cart-index form#discount-coupon-form {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .checkout-cart-index form#shipping-zip-form:after, .checkout-cart-index form#co-shipping-method-form:after, .checkout-cart-index form#discount-coupon-form:after {
    content: " ";
    display: block;
    clear: both; }

.checkout-cart-index .cart .cart-main-content-wrapper {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  border-bottom: 5px solid #00A78E;
  padding: 0 25px 60px; }

.checkout-cart-index .cart .cart-sidebar-wrapper {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
  background: #eeeeee;
  margin-bottom: 30px; }

.checkout-cart-index .cart > form,
.checkout-cart-index .cart > .multifees-cart-fee.discount {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.checkout-cart-index .cart > form table.cart-table {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .checkout-cart-index .cart > form table.cart-table tfoot tr {
    padding: 10px 0; }

.checkout-cart-index .cart .cart-forms,
.checkout-cart-index .cart .cart-totals-wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  clear: both; }

.checkout-cart-index .cart .cart-forms .shipping-form form#shipping-zip-form,
.checkout-cart-index .cart .cart-forms .shipping-form form#co-shipping-method-form {
  position: relative; }
  .checkout-cart-index .cart .cart-forms .shipping-form form#shipping-zip-form .buttons-set button,
  .checkout-cart-index .cart .cart-forms .shipping-form form#co-shipping-method-form .buttons-set button {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

.checkout-cart-index .cart .cart-forms .shipping-form form#co-shipping-method-form {
  padding-top: 15px; }
  .checkout-cart-index .cart .cart-forms .shipping-form form#co-shipping-method-form .buttons-set {
    position: absolute;
    right: 0;
    bottom: 0; }

@media only screen and (max-width: 979px) {
  .checkout-cart-index .cart .cart-main-content-wrapper,
  .checkout-cart-index .cart .cart-sidebar-wrapper {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .checkout-cart-index .cart .cart-main-content-wrapper {
    padding-bottom: 15px; }
  .checkout-cart-index .cart .cart-sidebar-wrapper {
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 0; }
  .checkout-cart-index .cart .cart-forms,
  .checkout-cart-index .cart .cart-totals-wrapper {
    clear: none; }
  .checkout-cart-index .cart .cart-forms {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .checkout-cart-index .cart .cart-totals-wrapper {
    background: #eeeeee;
    width: 49.1525423729%;
    float: right;
    margin-right: 0; } }

@media only screen and (max-width: 770px) {
  .checkout-cart-index .cart .cart-forms,
  .checkout-cart-index .cart .cart-totals-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both; } }

@media only screen and (max-width: 599px) {
  .checkout-cart-index .cart .page-title.title-buttons,
  .checkout-cart-index .cart > form {
    padding-left: 1.6949152542%;
    padding-right: 1.6949152542%; }
    .checkout-cart-index .cart .page-title.title-buttons button#empty_cart_button,
    .checkout-cart-index .cart > form button#empty_cart_button {
      padding: 0; }
  .checkout-cart-index form#discount-coupon-form .discount-form .field-wrapper .input-text {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
  .checkout-cart-index form#discount-coupon-form .discount-form .field-wrapper button {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }
  .checkout-cart-index form#co-shipping-method-form .sp-methods {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
  .checkout-cart-index form#co-shipping-method-form .buttons-set {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }
    .checkout-cart-index form#co-shipping-method-form .buttons-set button {
      padding-left: 0;
      padding-right: 0; } }

.cart-forms {
  padding-top: 20px;
  background: #f8f8f8; }
  .cart-forms dl.sp-methods dd li {
    margin: 0; }

#onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container ol li.item li.fields {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container ol li.item li.fields:after {
    content: " ";
    display: block;
    clear: both; }
  #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container ol li.item li.fields:after {
    content: "";
    display: table;
    clear: both; }
  #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container ol li.item li.fields .field {
    content: '';
    display: table;
    clear: both; }

@media only screen and (max-wdth: 770px) {
  #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container ol li.item .product-img-box {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
  #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container ol li.item .details {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; } }

#onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container .form-list input, #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container .form-list textarea {
  width: 330px;
  max-width: 330px; }
  @media only screen and (min-width: 771px) and (max-width: 1100px) {
    #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container .form-list input, #onepage-checkout-shipping-method-additional-load #allow-gift-message-container #allow-gift-messages-for-items-container .form-list textarea {
      width: 270px;
      max-width: 270px; } }

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 0; }

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

.cart-forms .discount > h2 {
  display: none; }

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

.display-both-prices .cart-forms {
  float: left; }

.display-both-prices .cart-totals-wrapper {
  margin-top: 0; }

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

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

.display-both-prices .crosssell {
  clear: both;
  float: left;
  width: 100%; }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */ }
  .checkout-types li {
    *zoom: 1;
    vertical-align: top;
    margin: 0 0 5px 5px;
    text-align: center; }
    .checkout-types li:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 770px) {
      .checkout-types li p.paypal-logo {
        margin-top: 15px; } }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
    padding-bottom: 15px; }
  .checkout-types.top li {
    display: inline-block; }
  .checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top; }
    .checkout-types.top .bml_button img {
      display: block; }
  .checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block; }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center; }

@media only screen and (min-width: 979px) {
  .cart-main-content-wrapper {
    width: calc(100% - 25px); } }

table#shopping-cart-table.cart-table thead > tr.first.last {
  border-top: 4px solid #eaeaea;
  border-bottom: 4px solid #eaeaea; }

table#shopping-cart-table.cart-table tfoot > tr.first.last {
  border-bottom: none;
  border-top: 4px solid #eaeaea; }
  table#shopping-cart-table.cart-table tfoot > tr.first.last td {
    padding: 25px 0 0; }
    table#shopping-cart-table.cart-table tfoot > tr.first.last td .button2 span, table#shopping-cart-table.cart-table tfoot > tr.first.last td .button2 span span {
      color: #999999;
      font-size: 14px;
      text-decoration: none; }
      table#shopping-cart-table.cart-table tfoot > tr.first.last td .button2 span:hover, table#shopping-cart-table.cart-table tfoot > tr.first.last td .button2 span span:hover {
        color: #00A78E; }
    table#shopping-cart-table.cart-table tfoot > tr.first.last td .button2.btn-update span span {
      color: #006C6E;
      font-size: 13px;
      padding-right: 20px; }

table#shopping-cart-table.cart-table tr.even td.product-cart-image img {
  max-width: 100%;
  width: 100%;
  border: 3px solid #eaeaea; }

table#shopping-cart-table.cart-table span.icon-trash-bin {
  color: #777777;
  font-size: 18px; }
  table#shopping-cart-table.cart-table span.icon-trash-bin:hover {
    text-decoration: none; }

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

/* ============================================ *
 *  Multi Fees extension
 * ============================================ */
.multifees-massage label {
  font-weight: bold;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  color: #222;
  width: 100%;
  padding-bottom: 5px; }

.multifees-massage textarea {
  padding-top: 7px;
  padding-left: 10px; }

.shipping select,
#discount-coupon-form input {
  background: #eaeaea; }

.shipping p,
.shipping-additional-text {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px; }
  .shipping p .pop-info,
  .shipping-additional-text .pop-info {
    text-align: right;
    float: right; }
  @media only screen and (min-width: 770px) {
    .shipping p .popup-content,
    .shipping-additional-text .popup-content {
      position: absolute;
      right: 0;
      top: 20px;
      z-index: 100; } }
  @media only screen and (max-width: 770px) {
    .shipping p .popup-content,
    .shipping-additional-text .popup-content {
      margin-bottom: 15px;
      left: auto;
      top: auto;
      position: relative;
      margin-top: 10px; } }

.shipping h2,
.discount-form > label,
.multifees-cart-fee .fee-title {
  font-size: 16px;
  line-height: 1.5;
  color: #00A78E;
  margin: 0 0 5px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-weight: normal; }

.shipping .form-list label {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #222; }

.shipping .shipping-form #shipping-zip-form:after {
  content: '';
  display: table;
  clear: both; }

.shipping .shipping-form .buttons-set, .shipping .shipping-form .btn-coupon {
  border-top: none;
  clear: none; }

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

.shipping .shipping-desc {
  display: none; }

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }

.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }

.shipping .form-list .shipping-country {
  width: 100%; }

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%; }
  .shipping .form-list .shipping-postcode input {
    margin-top: 4px; }

.shipping .form-list .input-box {
  padding-top: 0;
  position: relative; }

.shipping .form-list input {
  height: 30px;
  margin-top: 4px; }

.shipping .sp-methods {
  margin: 0; }
  .shipping .sp-methods label {
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-style: italic;
    min-width: 100px; }
    .shipping .sp-methods label span {
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }

.shipping #co-shipping-method-form:after {
  content: '';
  display: table;
  clear: both; }

.shipping #co-shipping-method-form .buttons-set {
  margin: 35px 0 0 13px; }

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

.shipping #co-shipping-method-form .sp-methods dd label {
  background-color: #eaeaea;
  max-width: 100%;
  width: 100%; }
  .shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: lightgray; }

.cart .cart-totals-wrapper .cart-totals {
  text-align: right; }
  .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr td {
    padding: 5px;
    font-size: 14px; }
    .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr td:first-child {
      width: 74.5762711864%;
      float: left;
      white-space: normal;
      font-weight: 300; }
    .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr td:last-child {
      width: 23.7288135593%;
      float: right;
      margin-right: 0; }
  .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr:last-child {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb; }
    .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr:last-child td {
      font-size: 14px;
      color: #555555; }
      .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr:last-child td strong {
        font-weight: 400;
        color: #333333; }
      .cart .cart-totals-wrapper .cart-totals table#shopping-cart-totals-table tr:last-child td:last-child {
        padding-right: 10px; }
  .cart .cart-totals-wrapper .cart-totals table {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    table-layout: fixed; }
    .cart .cart-totals-wrapper .cart-totals table td {
      padding: 2px 0px;
      font-size: 13px; }
    .cart .cart-totals-wrapper .cart-totals table td:first-child {
      padding-right: 10px; }
    .cart .cart-totals-wrapper .cart-totals table tr.summary-details td, .cart .cart-totals-wrapper .cart-totals table tr.summary-details td.a-right,
    .cart .cart-totals-wrapper .cart-totals table tr.summary-total td,
    .cart .cart-totals-wrapper .cart-totals table tr.summary-total td.a-right {
      font-size: 18px; }
    .cart .cart-totals-wrapper .cart-totals table tbody tr:last-child td,
    .cart .cart-totals-wrapper .cart-totals table tbody tr:last-child th {
      padding-bottom: 10px; }
    .cart .cart-totals-wrapper .cart-totals table tfoot {
      border-top: 1px solid #bbbbbb;
      border-bottom: 1px solid #bbbbbb; }
      .cart .cart-totals-wrapper .cart-totals table tfoot td {
        font-size: 24px;
        padding: 2px 5px;
        vertical-align: top;
        color: #555555; }
      .cart .cart-totals-wrapper .cart-totals table tfoot strong span,
      .cart .cart-totals-wrapper .cart-totals table tfoot span.price {
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
      .cart .cart-totals-wrapper .cart-totals table tfoot strong {
        font-weight: 400; }
  .cart .cart-totals-wrapper .cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px; }

.discount-form,
#giftcard-form {
  *zoom: 1; }
  .discount-form:after,
  #giftcard-form:after {
    content: "";
    display: table;
    clear: both; }

.cart .giftcard {
  width: 100%; }
  .cart .giftcard h2 {
    display: none; }
  .cart .giftcard label {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    color: #555555;
    font-weight: 600;
    text-align: left;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px; }
  .cart .giftcard .validation-advice {
    display: inline; }
  .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom; }
    .cart .giftcard .button-wrapper > button {
      float: left; }

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

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

form#multifees-form {
  padding-top: 20px;
  border-top: 5px solid #eee; }
  form#multifees-form fieldset {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    form#multifees-form fieldset:after {
      content: " ";
      display: block;
      clear: both; }
    form#multifees-form fieldset .gift-card-img {
      width: 38%;
      float: left;
      margin-right: 1.6949152542%; }
    form#multifees-form fieldset .multifees-form.discount-form {
      width: 60%;
      float: right;
      margin-right: 0;
      padding-left: 30px;
      padding-right: 30px; }
  form#multifees-form .gift-card-img img {
    border: 4px solid #eaeaea;
    width: 100%; }
  form#multifees-form .multifees-form.discount-form .buttons-set {
    text-align: left;
    border-top: none;
    padding-top: 0; }
    form#multifees-form .multifees-form.discount-form .buttons-set .left {
      display: inline-block; }
      form#multifees-form .multifees-form.discount-form .buttons-set .left .button {
        float: left; }
        @media only screen and (max-width: 599px) {
          form#multifees-form .multifees-form.discount-form .buttons-set .left .button {
            padding: 12px 15px; } }
    form#multifees-form .multifees-form.discount-form .buttons-set > .button {
      float: right;
      background: transparent;
      color: #006C6E; }
    @media only screen and (max-width: 479px) {
      form#multifees-form .multifees-form.discount-form .buttons-set {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        text-align: center; }
        form#multifees-form .multifees-form.discount-form .buttons-set button {
          width: 100%; } }

.fee-options table.options {
  margin-left: 0; }
  .fee-options table.options tr td {
    padding: 20px 10px 20px 0 !important; }
    .fee-options table.options tr td:first-child {
      padding: 0 !important; }
    .fee-options table.options tr td a img.small-image-preview {
      display: none; }

.fee-options .multifees-massage textarea {
  max-width: 100%;
  width: 100%;
  background: transparent; }

/* ============================================ *
 * Crosssells + Upsells
 * ============================================ */
.crosssell,
.box-up-sell {
  width: 100%;
  clear: both;
  padding-top: 2em; }
  .crosssell h2,
  .box-up-sell h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555555;
    font-weight: 400;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
  .crosssell .product-image img,
  .box-up-sell .product-image img {
    margin: 0 auto;
    max-width: 70%;
    border: 1px solid #cccccc; }
  .crosssell .product-details .price-box > .price-label,
  .box-up-sell .product-details .price-box > .price-label {
    display: none; }
  .crosssell .products-grid,
  .crosssell .products-grid#upsell-product-table,
  .box-up-sell .products-grid,
  .box-up-sell .products-grid#upsell-product-table {
    padding-top: 5px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .crosssell .products-grid:after,
    .crosssell .products-grid#upsell-product-table:after,
    .box-up-sell .products-grid:after,
    .box-up-sell .products-grid#upsell-product-table:after {
      content: " ";
      display: block;
      clear: both; }
    .crosssell .products-grid > li,
    .crosssell .products-grid#upsell-product-table > li,
    .box-up-sell .products-grid > li,
    .box-up-sell .products-grid#upsell-product-table > li {
      width: 23.7288135593%;
      float: left;
      margin-bottom: 30px;
      margin-right: 0; }
      .crosssell .products-grid > li:nth-child(4n + 1),
      .crosssell .products-grid#upsell-product-table > li:nth-child(4n + 1),
      .box-up-sell .products-grid > li:nth-child(4n + 1),
      .box-up-sell .products-grid#upsell-product-table > li:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .crosssell .products-grid > li:nth-child(4n + 2),
      .crosssell .products-grid#upsell-product-table > li:nth-child(4n + 2),
      .box-up-sell .products-grid > li:nth-child(4n + 2),
      .box-up-sell .products-grid#upsell-product-table > li:nth-child(4n + 2) {
        margin-left: 25.4237288136%;
        margin-right: -100%;
        clear: none; }
      .crosssell .products-grid > li:nth-child(4n + 3),
      .crosssell .products-grid#upsell-product-table > li:nth-child(4n + 3),
      .box-up-sell .products-grid > li:nth-child(4n + 3),
      .box-up-sell .products-grid#upsell-product-table > li:nth-child(4n + 3) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; }
      .crosssell .products-grid > li:nth-child(4n + 4),
      .crosssell .products-grid#upsell-product-table > li:nth-child(4n + 4),
      .box-up-sell .products-grid > li:nth-child(4n + 4),
      .box-up-sell .products-grid#upsell-product-table > li:nth-child(4n + 4) {
        margin-left: 76.2711864407%;
        margin-right: -100%;
        clear: none; }
      @media only screen and (max-width: 1199px) {
        .crosssell .products-grid > li,
        .crosssell .products-grid#upsell-product-table > li,
        .box-up-sell .products-grid > li,
        .box-up-sell .products-grid#upsell-product-table > li {
          width: 32.2033898305%;
          float: left; }
          .crosssell .products-grid > li:nth-child(3n + 1),
          .crosssell .products-grid#upsell-product-table > li:nth-child(3n + 1),
          .box-up-sell .products-grid > li:nth-child(3n + 1),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(3n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .crosssell .products-grid > li:nth-child(3n + 2),
          .crosssell .products-grid#upsell-product-table > li:nth-child(3n + 2),
          .box-up-sell .products-grid > li:nth-child(3n + 2),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(3n + 2) {
            margin-left: 33.8983050847%;
            margin-right: -100%;
            clear: none; }
          .crosssell .products-grid > li:nth-child(3n + 3),
          .crosssell .products-grid#upsell-product-table > li:nth-child(3n + 3),
          .box-up-sell .products-grid > li:nth-child(3n + 3),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(3n + 3) {
            margin-left: 67.7966101695%;
            margin-right: -100%;
            clear: none; } }
      @media only screen and (max-width: 599px) {
        .crosssell .products-grid > li,
        .crosssell .products-grid#upsell-product-table > li,
        .box-up-sell .products-grid > li,
        .box-up-sell .products-grid#upsell-product-table > li {
          width: 49.1525423729%;
          float: left; }
          .crosssell .products-grid > li:nth-child(2n + 1),
          .crosssell .products-grid#upsell-product-table > li:nth-child(2n + 1),
          .box-up-sell .products-grid > li:nth-child(2n + 1),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .crosssell .products-grid > li:nth-child(2n + 2),
          .crosssell .products-grid#upsell-product-table > li:nth-child(2n + 2),
          .box-up-sell .products-grid > li:nth-child(2n + 2),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(2n + 2) {
            margin-left: 50.8474576271%;
            margin-right: -100%;
            clear: none; } }
      @media only screen and (max-width: 479px) {
        .crosssell .products-grid > li,
        .crosssell .products-grid#upsell-product-table > li,
        .box-up-sell .products-grid > li,
        .box-up-sell .products-grid#upsell-product-table > li {
          width: 49.1525423729%;
          float: left; }
          .crosssell .products-grid > li:nth-child(2n + 1),
          .crosssell .products-grid#upsell-product-table > li:nth-child(2n + 1),
          .box-up-sell .products-grid > li:nth-child(2n + 1),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .crosssell .products-grid > li:nth-child(2n + 2),
          .crosssell .products-grid#upsell-product-table > li:nth-child(2n + 2),
          .box-up-sell .products-grid > li:nth-child(2n + 2),
          .box-up-sell .products-grid#upsell-product-table > li:nth-child(2n + 2) {
            margin-left: 50.8474576271%;
            margin-right: -100%;
            clear: none; } }
      .crosssell .products-grid > li .actions,
      .crosssell .products-grid#upsell-product-table > li .actions,
      .box-up-sell .products-grid > li .actions,
      .box-up-sell .products-grid#upsell-product-table > li .actions {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        background: rgba(255, 255, 255, 0.4);
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 210px;
        /*<img> height, look up in template/list/ upsells, crosssells  */
        padding: 0;
        z-index: 26; }
        @media only screen and (max-width: 770px) {
          .crosssell .products-grid > li .actions,
          .crosssell .products-grid#upsell-product-table > li .actions,
          .box-up-sell .products-grid > li .actions,
          .box-up-sell .products-grid#upsell-product-table > li .actions {
            opacity: 1;
            filter: alpha(opacity=100);
            background: transparent; } }
        .crosssell .products-grid > li .actions .add-to-links a,
        .crosssell .products-grid#upsell-product-table > li .actions .add-to-links a,
        .box-up-sell .products-grid > li .actions .add-to-links a,
        .box-up-sell .products-grid#upsell-product-table > li .actions .add-to-links a {
          border-right: 0; }
      .crosssell .products-grid > li:hover,
      .crosssell .products-grid#upsell-product-table > li:hover,
      .box-up-sell .products-grid > li:hover,
      .box-up-sell .products-grid#upsell-product-table > li:hover {
        cursor: pointer; }
        .crosssell .products-grid > li:hover .product-image .image-overlay,
        .crosssell .products-grid#upsell-product-table > li:hover .product-image .image-overlay,
        .box-up-sell .products-grid > li:hover .product-image .image-overlay,
        .box-up-sell .products-grid#upsell-product-table > li:hover .product-image .image-overlay {
          opacity: 0.9;
          filter: alpha(opacity=90); }
        .crosssell .products-grid > li:hover .actions,
        .crosssell .products-grid#upsell-product-table > li:hover .actions,
        .box-up-sell .products-grid > li:hover .actions,
        .box-up-sell .products-grid#upsell-product-table > li:hover .actions {
          opacity: 1;
          filter: alpha(opacity=100); }
    .crosssell .products-grid .product-details,
    .crosssell .products-grid#upsell-product-table .product-details,
    .box-up-sell .products-grid .product-details,
    .box-up-sell .products-grid#upsell-product-table .product-details {
      padding-top: 1em; }
      .crosssell .products-grid .product-details .button,
      .crosssell .products-grid#upsell-product-table .product-details .button,
      .box-up-sell .products-grid .product-details .button,
      .box-up-sell .products-grid#upsell-product-table .product-details .button {
        background: transparent;
        color: #2D2E81;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #2D2E81; }
        .crosssell .products-grid .product-details .button:hover,
        .crosssell .products-grid#upsell-product-table .product-details .button:hover,
        .box-up-sell .products-grid .product-details .button:hover,
        .box-up-sell .products-grid#upsell-product-table .product-details .button:hover {
          color: #26276e; }
      .crosssell .products-grid .product-details .price-box,
      .crosssell .products-grid#upsell-product-table .product-details .price-box,
      .box-up-sell .products-grid .product-details .price-box,
      .box-up-sell .products-grid#upsell-product-table .product-details .price-box {
        margin: 15px 0; }
        .crosssell .products-grid .product-details .price-box .price,
        .crosssell .products-grid#upsell-product-table .product-details .price-box .price,
        .box-up-sell .products-grid .product-details .price-box .price,
        .box-up-sell .products-grid#upsell-product-table .product-details .price-box .price {
          font-weight: 600;
          font-size: 15px; }
        .crosssell .products-grid .product-details .price-box .label,
        .crosssell .products-grid#upsell-product-table .product-details .price-box .label,
        .box-up-sell .products-grid .product-details .price-box .label,
        .box-up-sell .products-grid#upsell-product-table .product-details .price-box .label {
          line-height: 15px; }
      .crosssell .products-grid .product-details h3.product-name,
      .crosssell .products-grid#upsell-product-table .product-details h3.product-name,
      .box-up-sell .products-grid .product-details h3.product-name,
      .box-up-sell .products-grid#upsell-product-table .product-details h3.product-name {
        margin-bottom: 2px; }
        .crosssell .products-grid .product-details h3.product-name a,
        .crosssell .products-grid#upsell-product-table .product-details h3.product-name a,
        .box-up-sell .products-grid .product-details h3.product-name a,
        .box-up-sell .products-grid#upsell-product-table .product-details h3.product-name a {
          color: #555;
          font-size: 15px; }
  .crosssell .product-view .add-to-links,
  .box-up-sell .product-view .add-to-links {
    border-bottom: none; }
    .crosssell .product-view .add-to-links a,
    .box-up-sell .product-view .add-to-links a {
      border-left: none; }

.cart ul#crosssell-products-list li.item .product-details h3 {
  min-height: 45px; }

.cart ul#crosssell-products-list li.item .product-details .price-box {
  height: 65px; }

/* ============================================ *
 * Responsive Styles
 * ============================================ */
@media only screen and (min-width: 980px) {
  .crosssell .products-grid > li,
  .box-up-sell .products-grid > li {
    width: 15.2542372881%;
    float: left; }
    .crosssell .products-grid > li:nth-child(6n + 1),
    .box-up-sell .products-grid > li:nth-child(6n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .crosssell .products-grid > li:nth-child(6n + 2),
    .box-up-sell .products-grid > li:nth-child(6n + 2) {
      margin-left: 16.9491525424%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(6n + 3),
    .box-up-sell .products-grid > li:nth-child(6n + 3) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(6n + 4),
    .box-up-sell .products-grid > li:nth-child(6n + 4) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(6n + 5),
    .box-up-sell .products-grid > li:nth-child(6n + 5) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(6n + 6),
    .box-up-sell .products-grid > li:nth-child(6n + 6) {
      margin-left: 84.7457627119%;
      margin-right: -100%;
      clear: none; } }

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; }
  .display-single-price .cart-forms {
    float: left; }
  .display-single-price .cart-totals-wrapper {
    margin-top: 0; }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px; }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 49%; }
  .display-single-price .crosssell {
    clear: both;
    float: left;
    width: 100%; }
  .crosssell .products-grid > li,
  .box-up-sell .products-grid > li {
    width: 23.7288135593%;
    float: left; }
    .crosssell .products-grid > li:nth-child(4n + 1),
    .box-up-sell .products-grid > li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .crosssell .products-grid > li:nth-child(4n + 2),
    .box-up-sell .products-grid > li:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(4n + 3),
    .box-up-sell .products-grid > li:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(4n + 4),
    .box-up-sell .products-grid > li:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; } }

@media only screen and (max-width: 770px) {
  .cart .cart-totals-wrapper {
    clearfix: none; }
    .cart .cart-totals-wrapper .cart-totals table tr:last-child td {
      font-size: 18px; }
  .cart-table th {
    font-size: 12px; }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px; }
  .cart-table .product-cart-actions > li {
    white-space: inherit; }
  .crosssell .products-grid > li,
  .box-up-sell .products-grid > li {
    width: 32.2033898305%;
    float: left; }
    .crosssell .products-grid > li:nth-child(3n + 1),
    .box-up-sell .products-grid > li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .crosssell .products-grid > li:nth-child(3n + 2),
    .box-up-sell .products-grid > li:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li:nth-child(3n + 3),
    .box-up-sell .products-grid > li:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    .crosssell .products-grid > li .actions,
    .box-up-sell .products-grid > li .actions {
      opacity: 1;
      filter: alpha(opacity=100);
      background: transparent; }
  .checkout-types {
    float: none;
    text-align: center; }
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
      width: auto;
      float: none; }
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0; }
  .btn-checkout {
    width: 100%; } }

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

@media only screen and (min-width: 600px) {
  #discount-coupon-form .input-text,
  #discount-coupon-form .btn-coupon,
  #discount-coupon-form .sp-methods,
  #discount-coupon-form .buttons-set,
  #shipping-zip-form .input-text,
  #shipping-zip-form .btn-coupon,
  #shipping-zip-form .sp-methods,
  #shipping-zip-form .buttons-set,
  .shipping-form #co-shipping-method-form .input-text,
  .shipping-form #co-shipping-method-form .btn-coupon,
  .shipping-form #co-shipping-method-form .sp-methods,
  .shipping-form #co-shipping-method-form .buttons-set {
    margin: 0; }
    #discount-coupon-form .input-text dd,
    #discount-coupon-form .btn-coupon dd,
    #discount-coupon-form .sp-methods dd,
    #discount-coupon-form .buttons-set dd,
    #shipping-zip-form .input-text dd,
    #shipping-zip-form .btn-coupon dd,
    #shipping-zip-form .sp-methods dd,
    #shipping-zip-form .buttons-set dd,
    .shipping-form #co-shipping-method-form .input-text dd,
    .shipping-form #co-shipping-method-form .btn-coupon dd,
    .shipping-form #co-shipping-method-form .sp-methods dd,
    .shipping-form #co-shipping-method-form .buttons-set dd {
      margin: 0; } }

@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none; }
  .cart-table tr {
    display: block;
    margin-bottom: 1.6949152542%;
    padding: 1.6949152542%;
    padding-bottom: 3.3898305085%;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-top: none;
    *zoom: 1; }
    .cart-table tr:after {
      content: "";
      display: table;
      clear: both; }
    .cart-table tr.first {
      border-top: 4px solid #eaeaea;
      padding-top: 20px; }
    .cart-table tr:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  .cart-table tfoot tr {
    padding-bottom: 0; }
  .cart-table tbody td {
    padding: 0; }
  .cart-table td, .cart-table th {
    border-bottom: none; }
  .cart-table td {
    border: none;
    display: block; }
    .cart-table td[data-rwd-label] .price {
      font-weight: normal; }
    .cart-table td.product-cart-price {
      text-align: left; }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px; }
    .cart-table .cart-tax-info .price {
      font-size: 13px; }
  .cart-table .product-cart-links .cart-links {
    padding-top: 15px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .cart-table .product-cart-links .cart-links > li {
      width: 100%;
      text-align: center; }
      .cart-table .product-cart-links .cart-links > li > a {
        padding: 2px 0px; }
  .cart-table .product-cart-actions {
    text-align: left; }
    .cart-table .product-cart-actions .button {
      display: none; }
  .cart-table .product-cart-remove {
    position: absolute;
    right: 0;
    text-align: right;
    font-size: 17px;
    padding: 0 10px; }
  .cart-table .product-cart-price {
    line-height: 30px; }
  .cart-table .product-cart-price,
  .cart-table .product-cart-actions {
    text-align: center;
    padding-top: 10px; }
  .cart-table .product-cart-image {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    float: left;
    padding-bottom: 0; }
    .cart-table .product-cart-image a.cart-edit {
      display: block;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase; }
  .cart-table .product-cart-info,
  .cart-table .product-cart-links,
  .cart-table .product-cart-total,
  .cart-table .product-cart-remove {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; }
  .cart-table .product-cart-price {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
  .cart-table .product-cart-actions {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }
  .cart-table .product-cart-info h2 {
    padding-right: 20px; }
  .cart-table .product-cart-info .btn-remove {
    color: #666666; }
  .cart-table .product-cart-total {
    text-align: center;
    padding-top: 15px; }
    .cart-table .product-cart-total span.cart-price span {
      font-size: 18px;
      color: #333333; }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 400;
    font-size: 15px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
  .cart-table .cart-footer-actions {
    width: 100%;
    padding-top: 0 !important; }
    .cart-table .cart-footer-actions span.or {
      display: none; }
    .cart-table .cart-footer-actions > button {
      display: block;
      float: left; }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; }
  .cart-totals {
    text-align: right; }
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper {
    width: 100%; }
  .crosssell .products-grid > li,
  .crosssell .products-grid#upsell-product-table > li,
  .box-up-sell .products-grid > li,
  .box-up-sell .products-grid#upsell-product-table > li {
    width: 49.1525423729%;
    float: left; }
    .crosssell .products-grid > li:nth-child(2n + 1),
    .crosssell .products-grid#upsell-product-table > li:nth-child(2n + 1),
    .box-up-sell .products-grid > li:nth-child(2n + 1),
    .box-up-sell .products-grid#upsell-product-table > li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .crosssell .products-grid > li:nth-child(2n + 2),
    .crosssell .products-grid#upsell-product-table > li:nth-child(2n + 2),
    .box-up-sell .products-grid > li:nth-child(2n + 2),
    .box-up-sell .products-grid#upsell-product-table > li:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
  table#shopping-cart-table.cart-table tbody > tr.first.last {
    border-top: 4px solid #eaeaea; } }

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

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

.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center; }
  .checkout-onepage-success .buttons-set button {
    float: none; }

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

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

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

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

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

#narrow-by-list .configurable-swatch-list li a,
.product-info .configurable-swatch-list li a {
  padding: 2px;
  background: #dddddd; }

#narrow-by-list ol.configurable-swatch-list li a,
.product-info ol.configurable-swatch-list li a {
  border-radius: 0; }
  #narrow-by-list ol.configurable-swatch-list li a.has-image,
  .product-info ol.configurable-swatch-list li a.has-image {
    border-radius: 3px; }

#narrow-by-list ul.configurable-swatch-list.configurable-swatch-color a,
.product-info ul.configurable-swatch-list.configurable-swatch-color a {
  border-radius: 3px; }

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

.swatch-link img {
  border-radius: 0; }

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

.swatch-link {
  margin: 0 0 3px; }

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

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
  border-radius: none;
  border: none;
  background: none; }
  .currently .swatch-link .swatch-label {
    background: #eeeeee;
    border: #999999 1px solid;
    border-radius: 3px; }
  .currently .swatch-link img {
    min-width: 100%;
    min-height: 100%; }
  .currently .swatch-link .swatch-label {
    min-height: 100%;
    min-width: 100%;
    padding: 3px; }

.swatch-label {
  margin: 0;
  white-space: nowrap; }
  .swatch-label.span {
    min-width: 100%;
    min-height: 100%; }

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

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

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

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

.configurable-swatch-list .not-available .swatch-link {
  position: relative; }

.configurable-swatch-list .not-available .swatch-label {
  color: #aaaaaa;
  background: #fff;
  border-radius: 0; }

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
  min-height: 100%;
  min-width: 100%; }

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

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

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #999999;
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

/* MINT2 Styles */
.swatch-link {
  background: #eeeeee;
  border: 1px solid #cccccc; }

.product-options dt.swatch-attr .select-label {
  font-weight: 600;
  font-size: 14px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Customer Account Login
 * ============================================ */
.customer-account-login .main {
  margin-bottom: 180px; }
  @media only screen and (min-width: 980px) {
    .customer-account-login .main .col2-set .col-1 .col-inner-wrapper,
    .customer-account-login .main .col2-set .col-2 .col-inner-wrapper {
      max-width: 405px; }
      .customer-account-login .main .col2-set .col-1 .col-inner-wrapper div.buttons-set,
      .customer-account-login .main .col2-set .col-2 .col-inner-wrapper div.buttons-set {
        max-width: 405px; }
        .customer-account-login .main .col2-set .col-1 .col-inner-wrapper div.buttons-set .button,
        .customer-account-login .main .col2-set .col-2 .col-inner-wrapper div.buttons-set .button {
          width: 100%; } }
  .customer-account-login .main #login-form {
    padding-top: 30px; }

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

.customer-account-forgotpassword .fieldset {
  padding-bottom: 5px; }
  .customer-account-forgotpassword .fieldset p.required {
    text-align: right; }
  .customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%; }

/* ============================================ *
*  Reset Password
* ============================================ */
.customer-account-forgotpassword form#form-validate .fieldset {
  min-width: 330px;
  max-width: 330px;
  margin: 0 auto;
  float: none; }
  .customer-account-forgotpassword form#form-validate .fieldset .required {
    text-align: right; }

@media only screen and (max-width: 770px) {
  form#form-validate .buttons-set {
    min-width: 330px;
    max-width: 330px;
    margin: 0 auto;
    float: none; }
    form#form-validate .buttons-set button {
      width: 100%; } }

/* ============================================ *
 * Customer Styles
 * ============================================ */
@media only screen and (min-width: 771px) {
  .customer-account .block-reorder {
    padding: 0 25px 25px;
    background: #f8f8f8; } }

.customer-account .block-reorder .block-title {
  border-top: 1px solid #eaeaea; }

.customer-account .block-reorder .block-content .actions {
  margin-top: 10px !important; }

.customer-account .block-reorder p.block-subtitle {
  margin-bottom: 0 !important; }

.customer-account-create .page-title {
  padding-left: 0; }

.customer-account-create .account-create {
  max-width: 380px;
  width: 100%;
  margin: 75px auto 145px auto;
  float: none; }
  .customer-account-create .account-create form {
    *zoom: 1; }
    .customer-account-create .account-create form .fieldset {
      margin-bottom: 15px; }
    .customer-account-create .account-create form:after {
      content: "";
      display: table;
      clear: both; }
    .customer-account-create .account-create form .form-list input[type=email],
    .customer-account-create .account-create form .form-list input[type=number],
    .customer-account-create .account-create form .form-list input[type=password],
    .customer-account-create .account-create form .form-list input[type=tel],
    .customer-account-create .account-create form .form-list input[type=text],
    .customer-account-create .account-create form .form-list .custom-select,
    .customer-account-create .account-create form .form-list select,
    .customer-account-create .account-create form .form-list textarea {
      width: 100%;
      max-width: 100%; }
    .customer-account-create .account-create form .buttons-set {
      border: none; }
      .customer-account-create .account-create form .buttons-set button {
        width: 100%; }
    .customer-account-create .account-create form .additional-info-text {
      border-left-color: #888888; }
    .customer-account-create .account-create form .mwilsonscard .input-box {
      clear: both; }
    .customer-account-create .account-create form .mwilsonscard label {
      float: left;
      width: auto; }
    .customer-account-create .account-create form .mwilsonscard .pop-info {
      float: right; }
    .customer-account-create .account-create form .mwilsonscard .popup-content {
      max-width: 100%;
      margin-top: 10px; }
  .customer-account-create .account-create .account-exists {
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #dddddd;
    *zoom: 1; }
    .customer-account-create .account-create .account-exists:after {
      content: "";
      display: table;
      clear: both; }
    .customer-account-create .account-create .account-exists a {
      color: #00A78E;
      text-transform: capitalize; }
  @media only screen and (max-width: 770px) {
    .customer-account-create .account-create form.scaffold-form {
      padding-bottom: 30px !important; } }

.customer-account-create .scaffold-form label:first-child {
  width: 100%; }

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

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

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

.opc #opc-login p:not(.required) {
  font-style: normal;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 13px;
  color: #888888; }

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

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 8px;
  content: '';
  vertical-align: middle;
  text-decoration: none; }
  .remember-me-box .link-tip i {
    font-size: 13px;
    color: #888888; }

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

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .main {
  padding-top: 20px;
  padding-bottom: 30px; }

body.customer-account .my-account .pager {
  display: block;
  text-align: right;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  body.customer-account .my-account .pager .limiter,
  body.customer-account .my-account .pager .amount {
    display: inline; }
  body.customer-account .my-account .pager .amount {
    margin: 0; }
  body.customer-account .my-account .pager .count-container .limiter .custom-select {
    max-width: 60px; }

body.customer-account .my-account .title-buttons {
  position: relative;
  padding-left: 0; }
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0; }

body.customer-account .my-account .addresses-list .addresses-primary ol li.item:last-child {
  padding-top: 15px; }

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  color: #888888;
  font-size: 16px;
  line-height: 40px;
  padding-bottom: 0; }

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

body.customer-account .my-account .form-list,
body.customer-account .my-account .billing-agreements .box-content > p {
  width: 83.0508474576%;
  float: right;
  margin-right: 0;
  content: '';
  display: table;
  clear: both;
  max-width: 400px;
  float: none;
  margin: 0 auto; }
  @media only screen and (max-width: 770px) {
    body.customer-account .my-account .form-list,
    body.customer-account .my-account .billing-agreements .box-content > p {
      float: none; } }
  @media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list,
    body.customer-account .my-account .billing-agreements .box-content > p {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; } }

body.customer-account .my-account form .buttons-set {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  body.customer-account .my-account form .buttons-set:after {
    content: " ";
    display: block;
    clear: both; }

body.customer-account .my-account form .buttons-set2 {
  width: 100%;
  margin-top: 2em; }

body.customer-account .my-account .fieldset .form-list li {
  max-width: 330px;
  margin: 0 auto; }
  body.customer-account .my-account .fieldset .form-list li label {
    text-transform: capitalize; }

body.customer-account .my-account .fieldset .form-list li.control label {
  background-color: transparent; }

body.customer-account .my-account .fieldset .form-list li.control .icheckbox_minimal {
  display: inline-block; }

body.customer-account .my-account .fieldset p.required {
  text-align: right; }

body.customer-account .data-table td a {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px; }

body.customer-account .sidebar .action a {
  float: right; }

body.customer-account .sidebar .actions .button {
  background: #00A78E;
  float: left; }
  body.customer-account .sidebar .actions .button:hover {
    background: #007463; }
  body.customer-account .sidebar .actions .button ~ a {
    float: right; }

body.customer-account .sidebar .block-content {
  font-size: 16px;
  color: #555555; }
  body.customer-account .sidebar .block-content ul li a:hover {
    color: #555555;
    text-decoration: none; }
  body.customer-account .sidebar .block-content a {
    font-size: 14px;
    font-weight: 300; }
    body.customer-account .sidebar .block-content a strong {
      color: #555555;
      font-weight: 300; }

body.customer-account .sidebar .block-account .block-title {
  display: block;
  margin-bottom: 10px; }

body.customer-account .sidebar .block-account, body.customer-account .sidebar .block-compare {
  background: #f8f8f8;
  padding: 10px 25px;
  font-size: 15px; }
  body.customer-account .sidebar .block-account li, body.customer-account .sidebar .block-compare li {
    text-transform: capitalize; }

body.customer-account .sidebar .block-compare {
  border-top: 1px solid #eeeeee; }
  body.customer-account .sidebar .block-compare .block-title {
    padding: 0;
    font-weight: 700;
    color: #666666; }

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

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

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

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }

body.customer-account .sidebar ol#cart-sidebar-reorder .icheckbox_minimal {
  display: inline-block; }

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

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    *display: inline;
    /* ie6/7 hack for inline block */
    zoom: 1.0;
    /* ie6/7 hack for inline block */
    vertical-align: top; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
  width: 80%; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a {
    color: #555555;
    text-decoration: none;
    line-height: 18px;
    font-weight: 300; }
    body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name a:hover {
      color: #626262;
      text-decoration: none; }

body.customer-account.newsletter-manage-index .my-account .fieldset .form-list li.control {
  margin: 0; }

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

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

/* ============================================ *
*  Magemonkey Subscribtion
* ============================================ */
body.customer-account.monkey-customer-account-index .monkey-multisubscribe form#mailchimp-additional {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  body.customer-account.monkey-customer-account-index .monkey-multisubscribe form#mailchimp-additional:after {
    content: " ";
    display: block;
    clear: both; }
  body.customer-account.monkey-customer-account-index .monkey-multisubscribe form#mailchimp-additional > .fieldset {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    height: 40px;
    line-height: 40px; }
    body.customer-account.monkey-customer-account-index .monkey-multisubscribe form#mailchimp-additional > .fieldset .monkey-additional-lists .listdata label {
      float: none; }
    body.customer-account.monkey-customer-account-index .monkey-multisubscribe form#mailchimp-additional > .fieldset .monkey-additional-lists .listdata input {
      float: left;
      margin-top: 10px;
      margin-right: 15px; }
  body.customer-account.monkey-customer-account-index .monkey-multisubscribe form#mailchimp-additional > .buttons-set {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    clear: none;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    height: 40px; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard a {
  margin-top: 10px; }

.dashboard .welcome-msg {
  font-size: 14px;
  font-weight: 300; }
  .dashboard .welcome-msg p.hello {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea; }

.dashboard .box-recent .box-head {
  border-bottom: none; }

.dashboard .box-head {
  border-bottom: 7px solid #f8f8f8;
  padding-bottom: 7px; }
  .dashboard .box-head h2 {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0; }
  .dashboard .box-head a {
    padding: 10px 0 10px; }

.dashboard .box-head a {
  float: right;
  margin-top: -10px; }

.dashboard .box-title a {
  float: right;
  margin-top: -20px; }

.dashboard .box-account {
  margin-top: 30px;
  padding-bottom: 0;
  *zoom: 1; }
  @media only screen and (max-width: 770px) {
    .dashboard .box-account {
      margin-top: 15px; } }
  .dashboard .box-account:after {
    content: "";
    display: table;
    clear: both; }
  .dashboard .box-account p,
  .dashboard .box-account address {
    font-weight: 300;
    font-size: 15px;
    font-style: normal; }

.dashboard .box-link {
  padding-top: 10px; }

.dashboard .box-reviews #my_recent_reviews {
  padding: 0 1.6949152542%; }

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

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

/* ============================================ *
 * Address Book /.customer-address-index
 * ============================================ */
.my-account .billing-agreements h2,
.my-account .addresses-list h2 {
  font-size: 20px; }

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0; }

.my-account .addresses-list .addresses-additional h2 {
  padding-top: 25px; }
  @media only screen and (min-width: 771px) {
    .my-account .addresses-list .addresses-additional h2 {
      padding-top: 0; } }

.my-account .addresses-list .addresses-additional .item.empty ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin-right: 0.9rem;
  display: inline-block;
  background: #00A78E; }

.my-account .addresses-list .item p {
  margin-top: 10px; }
  .my-account .addresses-list .item p a {
    font-size: 15px; }

.my-account .billing-agreements .info-box form .box-content {
  padding-top: 30px;
  padding-bottom: 5px; }
  @media only screen and (max-width: 770px) {
    .my-account .billing-agreements .info-box form .box-content .form-list li {
      padding-bottom: 50px; } }
  .my-account .billing-agreements .info-box form .box-content .form-list li .custom-select {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%; }
    @media only screen and (min-width: 771px) {
      .my-account .billing-agreements .info-box form .box-content .form-list li .custom-select {
        margin-bottom: 25px; } }
  .my-account .billing-agreements .info-box form .box-content .form-list li button {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .my-account .billing-agreements .info-box form .box-content p {
    color: #777777; }
    @media only screen and (max-width: 599px) {
      .my-account .billing-agreements .info-box form .box-content p {
        padding-bottom: 10px; } }

.my-account .billing-agreements .info-box h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  margin-top: 10px; }

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

.order-date {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  text-transform: uppercase; }

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
  .order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea; }
  .order-info-box .col-1 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    padding-right: 0; }
  .order-info-box .col-2 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .order-info-box .box-title {
    width: 10.7142857143em;
    padding-right: 10px;
    float: left; }
    .order-info-box .box-title h2 {
      font-size: 14px;
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-weight: bold;
      line-height: 1.5; }
      .order-info-box .box-title h2:after {
        content: ':'; }
  .order-info-box .box-content {
    float: left;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }
    .order-info-box .box-content td,
    .order-info-box .box-content th {
      font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
      line-height: 1.3; }
    .order-info-box .box-content th {
      padding-top: 10px; }
    .order-info-box .box-content td {
      padding-left: 15px; }
    .order-info-box .box-content strong {
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }

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

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

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

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

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

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

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

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset .form-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  body.newsletter-manage-index .my-account .fieldset .form-list:after {
    content: " ";
    display: block;
    clear: both; }

body.newsletter-manage-index .my-account .fieldset .form-list,
body.newsletter-manage-index .my-account form .buttons-set {
  padding-left: 0;
  padding-right: 0; }

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

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

/* ============================================ *
 * Responsive Customer Account Styles
 * ============================================ */
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
      top: -12px; }
  .data-table span.nobr {
    white-space: normal; }
    .data-table span.nobr a {
      white-space: nowrap; }
  .data-table .separator {
    display: none; } }

@media only screen and (min-width: 771px) {
  body.customer-account .block-content ul li a:hover:before {
    color: #999999;
    content: "\f0da";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    margin-left: -15px; }
  body.customer-account .block-content li.current a:before {
    color: #999999;
    content: "\f0da";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    margin-left: -15px; }
  .checkout-cart-index .col-main {
    padding-right: 0; } }

@media only screen and (max-width: 770px) {
  .customer-account-login .main #login-form {
    padding-top: 0; }
  /*Customer Account Login Form Pages */
  .customer-account-login .col2-set p.required,
  .customer-account-forgotpassword .col2-set p.required {
    display: none; }
  body.mb-testimonials-index-index .block-title > strong,
  body.mb-testimonials-index-index .sidebar .block:not(.block-layered-nav) .block-title > strong {
    border-bottom: 1px solid transparent;
    font-size: 15px;
    text-transform: uppercase; }
  body.mb-testimonials-index-index .sidebar .block-content {
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 10px 20px; }
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship {
    display: none; }
  body.customer-account .block-title > strong,
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong {
    border-bottom: 1px solid transparent;
    font-size: 15px;
    text-transform: uppercase; }
  body.customer-account .sidebar .block-account {
    padding: 0; }
  body.customer-account .sidebar .block-account .block-title strong > span {
    font-size: 15px;
    text-transform: uppercase;
    display: block; }
  body.customer-account .sidebar .block:not(.block-layered-nav) .block-content {
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 10px 20px; }
  body.customer-account .sidebar .block {
    border-bottom: none; }
    body.customer-account .sidebar .block.block-account {
      border-bottom: none; }
      body.customer-account .sidebar .block.block-account .block-title {
        margin-bottom: 0; }
        body.customer-account .sidebar .block.block-account .block-title > strong {
          font-size: 11px;
          text-transform: uppercase;
          border-bottom: 1px solid transparent; }
  body.customer-account .my-account .addresses-list address {
    text-align: left; }
  body.customer-account .my-account .addresses-list h2 {
    border-bottom: 7px solid #f8f8f8;
    padding-bottom: 7px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    color: #555555; }
  body.customer-account .my-account .addresses-list .addresses-primary ol li.item {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    body.customer-account .my-account .addresses-list .addresses-primary ol li.item:last-child {
      padding-top: 0;
      float: right;
      margin-right: 0; }
  body.customer-account .col-left.sidebar {
    padding-top: 0; }
    body.customer-account .col-left.sidebar .block-compare {
      border-top: none;
      padding: 0;
      background: tansparent; }
      body.customer-account .col-left.sidebar .block-compare .block-title strong {
        font-size: 15px;
        text-transform: uppercase; }
    body.customer-account .col-left.sidebar .block-reorder {
      border-bottom: 1px solid #cccccc; }
    body.customer-account .col-left.sidebar .block {
      margin-bottom: 0;
      border-bottom: 0; }
  .order-info-box .box-content {
    clear: left; }
  .order-info dt {
    display: none; }
  .dashboard .box-account {
    margin-top: 25px;
    margin-bottom: 0; } }

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .linearize-table tbody tr {
    border-bottom: none; }
  body.customer-account .my-account .box-content > address {
    margin-top: 0;
    text-align: left; }
  body.customer-account .col-main {
    margin-bottom: 5px; }
    body.customer-account .col-main .my-account .page-title h1 {
      margin-bottom: 0;
      font-size: 26px !important; }
    body.customer-account .col-main .my-account .page-title button.button {
      position: relative;
      margin: 10px 0 25px;
      float: right; }
    body.customer-account .col-main .my-account .dashboard {
      padding-left: 0; }
      body.customer-account .col-main .my-account .dashboard .data-table.orders td {
        text-align: center; }
      body.customer-account .col-main .my-account .dashboard .box-head a {
        padding: 10px 0 10px 10px; }
      body.customer-account .col-main .my-account .dashboard .box-account address {
        padding: 0 20px;
        text-align: left; }
  body.customer-account .col-left.col-left-first.sidebar .block-account {
    background: #ffffff; }
  body.customer-account .box-link a {
    float: left;
    margin-top: 0; }
  #my-orders-table .option-label {
    margin-left: 20px; }
  #my-orders-table .option-value {
    margin-left: 35px; }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; }
  #my-orders-table tr.bundle {
    border-color: #eaeaea; }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px; }
    #my-orders-table tbody:last-child tr:last-child td:last-child {
      padding-bottom: 15px; }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }

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

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons {
    text-align: center; }
    body.customer-account .my-account .title-buttons .button {
      width: 100%;
      position: static;
      margin-bottom: 15px; }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .addresses-list .addresses-primary ol li.item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1; }
    body.customer-account .my-account .addresses-list .addresses-primary ol li.item:after {
      content: "";
      display: table;
      clear: both; }
  .order-info {
    margin-top: 15px; }
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none; }
  .data-table.orders td.view {
    text-align: right; }
  .order-info-box {
    margin: 0; }
    .order-info-box .col-1,
    .order-info-box .col-2 {
      width: 100%;
      border-bottom: 1px solid #eaeaea;
      padding: 10px 15px; }
    .order-info-box + .order-info-box {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 30px; }
  #my-reviews-table .nobr {
    white-space: normal; } }

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

.checkout-onepage-index .col2-right-layout .col-right {
  width: 32.2033898305%;
  float: right;
  margin-right: 0; }

.checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2 {
  max-width: 100%; }

@media only screen and (max-width: 1100px) and (min-width: 979px) {
  .checkout-onepage-index .col2-set .col-1, .checkout-onepage-index .col2-set .col-2 {
    width: 45.15254%; }
    .checkout-onepage-index .col2-set .col-1 .col-inner-wrapper h2, .checkout-onepage-index .col2-set .col-2 .col-inner-wrapper h2 {
      font-size: 22px; }
    .checkout-onepage-index .col2-set .col-1 .col-inner-wrapper .buttons-set, .checkout-onepage-index .col2-set .col-2 .col-inner-wrapper .buttons-set {
      max-width: 310px; } }

@media only screen and (max-width: 979px) {
  .checkout-onepage-index .col2-right-layout .col-main {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1; }
    .checkout-onepage-index .col2-right-layout .col-main:after {
      content: "";
      display: table;
      clear: both; } }

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

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

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

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

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

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

.opc .step-title {
  border-bottom: 1px solid #eaeaea; }
  .opc .step-title h2 {
    color: #888888;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

.opc .section .step-title
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
  color: #00A78E;
  text-transform: uppercase; }

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

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

.opc .section.allow.active .step-title .number {
  background-color: #fff;
  color: #00A78E; }

.opc .section.allow .step-title .number, .opc .section .step-title .number {
  background-color: #a0a0a0;
  color: #fff; }

#opc-login.allow.active .step-title {
  background: none;
  color: #666666; }
  #opc-login.allow.active .step-title .number {
    background-color: #a0a0a0;
    color: #fff; }

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

.opc h3,
.opc h4 {
  font-weight: 400; }

.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0; }

.opc .buttons-set .back-link {
  margin: 0; }

.opc .buttons-set a {
  line-height: 20px;
  display: inline-block; }
  .opc .buttons-set a:hover {
    color: #444444; }

#register-mwcard {
  position: relative; }
  #register-mwcard .field {
    position: relative; }
    #register-mwcard .field:after {
      content: '';
      display: table;
      clear: both; }
    #register-mwcard .field label {
      float: left; }
  #register-mwcard .pop-info {
    position: absolute;
    z-index: 1000; }
    @media only screen and (min-width: 770px) {
      #register-mwcard .pop-info {
        right: 1%; } }
  #register-mwcard .billing-mwcard-field .pop-info {
    right: 13%; }
  @media only screen and (min-width: 770px) {
    #register-mwcard .popup-content {
      position: absolute;
      left: 47.15254%;
      top: -10px; } }
  @media only screen and (max-width: 770px) {
    #register-mwcard .popup-content {
      float: left;
      margin-bottom: 15px;
      left: auto;
      top: auto;
      position: relative; } }

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

@media only screen and (min-width: 771px) {
  .opc #opc-login div.col-1 .buttons-set {
    position: absolute;
    bottom: 0; } }

.opc #opc-login div.col-1 .buttons-set p.required {
  display: none; }

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

.opc #opc-login ul.form-list li.control {
  margin-top: 0;
  margin-bottom: 5px; }

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

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

#co-payment-form .method_label.active {
  font-weight: bold; }

#co-payment-form .dps-logos:after {
  content: '';
  display: table;
  clear: both; }

#co-payment-form .dps-logos img {
  float: left;
  margin-right: 10px;
  height: 31px; }

#co-payment-form .multifees-payment-fee .options {
  margin-bottom: 0; }
  #co-payment-form .multifees-payment-fee .options tbody td:before {
    content: "\f09d";
    display: inline-block;
    font: normal normal normal 14px/1 "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

#co-payment-form .multifees-payment-fee p.note {
  padding-left: 25px;
  font-size: 13px;
  font-weight: 300;
  line-height: 175%; }

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

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

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

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

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

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

/* -------------------------------------------- *
 * Billing Information
 */
.opc .section input[type=email],
.opc .section input[type=search],
.opc .section input[type=number],
.opc .section input[type=password],
.opc .section input[type=tel],
.opc .section input[type=text],
.opc .section .custom-select {
  width: 330px; }

.opc .section form ul.form-list li.fields {
  float: left; }
  .opc .section form ul.form-list li.fields .field {
    float: left; }

.opc .section form ul.form-list li.control {
  margin-top: 0;
  margin-bottom: 5px;
  clear: both; }

.opc .section form ul.form-list div.input-box div.custom-select select#billing-address-select {
  padding-right: 30px; }

.opc .section form ul.form-list div.input-box div.custom-select:before {
  background: none; }

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

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 51px 0 0;
  padding-left: 15px; }
  @media only screen and (max-width: 770px) {
    .block-progress {
      margin: 0; } }
  .block-progress .block-title span {
    font-size: 16px; }
  .block-progress .block-content {
    font-size: 13px; }
    .block-progress .block-content dl div {
      background: #f8f8f8;
      padding: 5px 15px;
      margin-bottom: 5px; }
  .block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #555555; }
  .block-progress dt.complete {
    color: #444444; }
  .block-progress dd {
    margin-bottom: 10px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-style: normal;
    color: #666666; }
    .block-progress dd address {
      font-style: normal;
      color: #666666; }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px; }
  .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both; }

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

#checkout-review-submit button.btn-checkout {
  padding: 20px 50px;
  background: #31377C;
  color: #ffffff;
  font-size: 20px; }
  #checkout-review-submit button.btn-checkout:hover {
    background: #2c3270; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress span.changelink span.separator {
  padding-left: 10px;
  padding-right: 10px; }

.opc-block-progress dt.complete a, .opc-block-progress dt a {
  color: #00A78E; }

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

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

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

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

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

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

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

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

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

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

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

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

#payment_form_paypal_express.form-list {
  padding: 20px; }
  #payment_form_paypal_express.form-list li label > input[type="checkbox"] {
    margin: 0px 8px -2px 0px; }

ul#payment_form_magebasedpspxpay .multifees-payment-fee {
  padding-left: 50px; }

ul#payment_form_magebasedpspxpay li.dps {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding-left: 30px; }
  ul#payment_form_magebasedpspxpay li.dps .dps-text {
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #444444;
    line-height: 1.8; }
  @media only screen and (max-width: 599px) {
    ul#payment_form_magebasedpspxpay li.dps {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      ul#payment_form_magebasedpspxpay li.dps .dps-logos {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  ul#payment_form_magebasedpspxpay li.dps .dps-logos img {
    display: inline-block;
    max-width: 60px; }
    ul#payment_form_magebasedpspxpay li.dps .dps-logos img.paymentexpress-img {
      display: block;
      max-width: 100%; }

.checkout-onepage-index .main #checkout-step-login .col2-set .col-1 .col-inner-wrapper,
.checkout-onepage-index .main #checkout-step-login .col2-set .col-2 .col-inner-wrapper {
  margin: 0 auto 0 0; }
  @media only screen and (max-width: 770px) {
    .checkout-onepage-index .main #checkout-step-login .col2-set .col-1 .col-inner-wrapper,
    .checkout-onepage-index .main #checkout-step-login .col2-set .col-2 .col-inner-wrapper {
      margin: 0 auto; } }

.checkout-onepage-index .main #checkout-step-login .col2-set .col-1 .col-inner-wrapper h2,
.checkout-onepage-index .main #checkout-step-login .col2-set .col-2 .col-inner-wrapper h2 {
  padding-left: 0 !important; }

.checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li {
  width: 100%;
  display: block; }
  .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="email"],
  .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li input[type="password"] {
    width: 100%;
    height: 50px;
    max-width: 100%;
    background: #eeeeee;
    border: 1px solid #dddddd;
    display: block;
    margin: 0px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 15px; }
  .checkout-onepage-index .main #checkout-step-login .col2-set #login-form .form-list li.forgot-wrapper {
    display: inline-block;
    width: auto;
    padding: 0; }

.checkout-onepage-index .main ol#checkoutSteps li#opc-login div.col-1 h3,
.checkout-onepage-index .main ol#checkoutSteps li#opc-login div.col-2 h3 {
  padding-left: 0; }

.checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box h4 {
  clear: left; }

.checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-order-container ul.form-list li div.field {
  width: 100%; }

.checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-items-container ol li.item {
  width: 49.1525423729%;
  float: left; }
  .checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-items-container ol li.item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-items-container ol li.item:nth-child(2n + 2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }

@media only screen and (max-width: 770px) {
  .checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-order-container ul.form-list li div.field,
  .checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-items-container ul.form-list li div.field {
    width: 100%; } }

@media only screen and (max-width: 750px) {
  .checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-items-container ol li.item {
    width: 100%;
    float: left;
    clear: both !important; }
    .checkout-onepage-index .main ol#checkoutSteps li#opc-shipping_method form#co-shipping-method-form #onepage-checkout-shipping-method-additional-load div#allow-gift-message-container .inner-box #allow-gift-messages-for-items-container ol li.item:nth-child(1n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: none; } }

.checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .input-box .custom-select, .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .input-box .address-select {
  max-width: 100%;
  width: 100%; }

.checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li.billing-new-address-form ul li.fields {
  width: 100%; }

.checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields,
.checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields {
  width: 100%; }

@media only screen and (min-width: 771px) {
  .checkout-onepage-index .main ol#checkoutSteps {
    padding-left: 25px; }
    .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li.wide, .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li#billing-new-address-form, .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li#shipping-new-address-form,
    .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li.wide,
    .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li#billing-new-address-form,
    .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li#shipping-new-address-form {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      *zoom: 1; }
      .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li.wide:after, .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li#billing-new-address-form:after, .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li#shipping-new-address-form:after,
      .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li.wide:after,
      .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li#billing-new-address-form:after,
      .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li#shipping-new-address-form:after {
        content: "";
        display: table;
        clear: both; }
    .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-billing-form .form-list li.billing-new-address-form ul li.fields .name-lastname,
    .checkout-onepage-index .main ol#checkoutSteps li#opc-billing form#co-shipping-form .form-list li.billing-new-address-form ul li.fields .name-lastname {
      float: right !important; }
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .customer-name .field select,
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .customer-name .field input,
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .customer-name .field .custom-select,
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .field select,
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .field input,
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .field .custom-select,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .customer-name .field select,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .customer-name .field input,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .customer-name .field .custom-select,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .field select,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .field input,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .field .custom-select {
      width: 100% !important;
      max-width: 330px; }
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .customer-name .field:first-child,
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .field:first-child,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .customer-name .field:first-child,
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .field:first-child {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      padding-left: 0;
      padding-right: 6%; }
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .customer-name .field:nth-child(2),
    .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .field:nth-child(2),
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .customer-name .field:nth-child(2),
    .checkout-onepage-index .main ol#checkoutSteps li#shipping-new-address-form ul li.fields .field:nth-child(2) {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
      padding-right: 0;
      padding-left: 6%; } }

@media only screen and (max-width: 979px) {
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list div.field,
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=email],
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=search],
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=number],
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=password],
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=tel],
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=text],
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list .custom-select,
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list select,
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list textarea,
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list div.field,
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=email],
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=search],
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=number],
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=password],
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=tel],
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=text],
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list .custom-select,
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list select,
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list textarea {
    max-width: 100% !important; } }

@media only screen and (max-width: 770px) {
  .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list,
  .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list {
    max-width: 330px;
    margin: 0 auto; }
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list li.wide,
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list li.wide {
      width: 100%; }
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list div.field,
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=email],
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=search],
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=number],
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=password],
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=tel],
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list input[type=text],
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list .custom-select,
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list select,
    .checkout-onepage-index .main ol#checkoutSteps #co-shipping-form ul.form-list textarea,
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list div.field,
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=email],
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=search],
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=number],
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=password],
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=tel],
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list input[type=text],
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list .custom-select,
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list select,
    .checkout-onepage-index .main ol#checkoutSteps #co-billing-form ul.form-list textarea {
      width: 100%; }
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .name-lastname,
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .billing-street-field,
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .shipping-region-field,
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .billing-country-field,
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .billing-fax-field,
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.fields .billing-gender-field {
    float: left; }
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.control input {
    margin-left: 13px; }
  .checkout-onepage-index .main ol#checkoutSteps li#billing-new-address-form ul li.control label {
    padding-left: 45px;
    padding-bottom: 0px; } }

.checkout-onepage-index .opc .section #checkout-step-shipping_method {
  padding: 25px 0px 25px 36px; }
  .checkout-onepage-index .opc .section #checkout-step-shipping_method .sp-methods dd .no-display + label {
    padding-left: 0; }
  .checkout-onepage-index .opc .section #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load .field {
    padding-left: 0; }
  .checkout-onepage-index .opc .section #checkout-step-shipping_method #shipping-method-buttons-container .buttons-set p.back-link a {
    text-align: left; }

@media only screen and (max-width: 770px) {
  .checkout-onepage-index .opc .section .step, .checkout-onepage-index .opc .section #checkout-step-shipping_method {
    padding: 25px 38px; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .col-right {
  color: #555555; }
  .contacts-index-index .col-right .contact-info-left i {
    padding-right: 10px; }
  .contacts-index-index .col-right .map-locator {
    margin-top: 30px; }
    .contacts-index-index .col-right .map-locator p > a {
      text-transform: uppercase;
      position: relative;
      padding-left: 20px;
      font-size: 13px;
      text-decoration: none; }
      .contacts-index-index .col-right .map-locator p > a:before {
        content: '\f00e';
        font-family: "FontAwesome";
        position: absolute;
        left: 0;
        display: block;
        font-weight: 200; }
  .contacts-index-index .col-right h3 {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px; }
  .contacts-index-index .col-right .postal {
    color: #555555;
    white-space: pre; }
    .contacts-index-index .col-right .postal h3 {
      margin-top: 25px;
      margin-bottom: 0; }
  .contacts-index-index .col-right .contact-info-left .contact-number,
  .contacts-index-index .col-right .contact-info-left .fax-number {
    display: block;
    color: #555555;
    line-height: 1.7; }
    .contacts-index-index .col-right .contact-info-left .contact-number:hover,
    .contacts-index-index .col-right .contact-info-left .fax-number:hover {
      text-decoration: none;
      color: #333333;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease false;
      -o-transition: all 0.5s ease false;
      transition: all 0.5s ease; }

.contacts-index-index .input-box textarea {
  min-height: 180px;
  width: 100%; }

@media only screen and (max-width: 979px) {
  .contacts-index-index .col-right .map-locator {
    margin-top: 0;
    margin-bottom: 0; } }

.contacts-index-index .col-left .cms-menu-wrapper,
.contacts-index-index .col-left-first .cms-menu-wrapper,
.cms-page-view .col-left .cms-menu-wrapper,
.cms-page-view .col-left-first .cms-menu-wrapper,
.mb-testimonials-index-index .col-left .cms-menu-wrapper,
.mb-testimonials-index-index .col-left-first .cms-menu-wrapper {
  padding: 0 25px 15px;
  background: #f8f8f8; }
  @media only screen and (min-width: 771px) {
    .contacts-index-index .col-left .cms-menu-wrapper,
    .contacts-index-index .col-left-first .cms-menu-wrapper,
    .cms-page-view .col-left .cms-menu-wrapper,
    .cms-page-view .col-left-first .cms-menu-wrapper,
    .mb-testimonials-index-index .col-left .cms-menu-wrapper,
    .mb-testimonials-index-index .col-left-first .cms-menu-wrapper {
      margin-bottom: 30px; } }
  .contacts-index-index .col-left .cms-menu-wrapper .block,
  .contacts-index-index .col-left-first .cms-menu-wrapper .block,
  .cms-page-view .col-left .cms-menu-wrapper .block,
  .cms-page-view .col-left-first .cms-menu-wrapper .block,
  .mb-testimonials-index-index .col-left .cms-menu-wrapper .block,
  .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 20px; }
    .contacts-index-index .col-left .cms-menu-wrapper .block:last-child,
    .contacts-index-index .col-left-first .cms-menu-wrapper .block:last-child,
    .cms-page-view .col-left .cms-menu-wrapper .block:last-child,
    .cms-page-view .col-left-first .cms-menu-wrapper .block:last-child,
    .mb-testimonials-index-index .col-left .cms-menu-wrapper .block:last-child,
    .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block:last-child {
      border-bottom: none; }
    .contacts-index-index .col-left .cms-menu-wrapper .block .block-title,
    .contacts-index-index .col-left-first .cms-menu-wrapper .block .block-title,
    .cms-page-view .col-left .cms-menu-wrapper .block .block-title,
    .cms-page-view .col-left-first .cms-menu-wrapper .block .block-title,
    .mb-testimonials-index-index .col-left .cms-menu-wrapper .block .block-title,
    .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block .block-title {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #555555;
      margin-bottom: 0; }
    .contacts-index-index .col-left .cms-menu-wrapper .block .block-content li,
    .contacts-index-index .col-left-first .cms-menu-wrapper .block .block-content li,
    .cms-page-view .col-left .cms-menu-wrapper .block .block-content li,
    .cms-page-view .col-left-first .cms-menu-wrapper .block .block-content li,
    .mb-testimonials-index-index .col-left .cms-menu-wrapper .block .block-content li,
    .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block .block-content li {
      text-transform: none;
      font-weight: 300; }
      .contacts-index-index .col-left .cms-menu-wrapper .block .block-content li a,
      .contacts-index-index .col-left-first .cms-menu-wrapper .block .block-content li a,
      .cms-page-view .col-left .cms-menu-wrapper .block .block-content li a,
      .cms-page-view .col-left-first .cms-menu-wrapper .block .block-content li a,
      .mb-testimonials-index-index .col-left .cms-menu-wrapper .block .block-content li a,
      .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block .block-content li a {
        color: #555555; }
        .contacts-index-index .col-left .cms-menu-wrapper .block .block-content li a:hover,
        .contacts-index-index .col-left-first .cms-menu-wrapper .block .block-content li a:hover,
        .cms-page-view .col-left .cms-menu-wrapper .block .block-content li a:hover,
        .cms-page-view .col-left-first .cms-menu-wrapper .block .block-content li a:hover,
        .mb-testimonials-index-index .col-left .cms-menu-wrapper .block .block-content li a:hover,
        .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block .block-content li a:hover {
          text-decoration: none;
          color: #00A78E; }

@media only screen and (max-width: 770px) {
  .contacts-index-index .col-left .cms-menu-wrapper,
  .contacts-index-index .col-left-first .cms-menu-wrapper,
  .cms-page-view .col-left .cms-menu-wrapper,
  .cms-page-view .col-left-first .cms-menu-wrapper,
  .mb-testimonials-index-index .col-left .cms-menu-wrapper,
  .mb-testimonials-index-index .col-left-first .cms-menu-wrapper {
    padding: 0;
    background: none; }
    .contacts-index-index .col-left .cms-menu-wrapper .block-cms-menu,
    .contacts-index-index .col-left-first .cms-menu-wrapper .block-cms-menu,
    .cms-page-view .col-left .cms-menu-wrapper .block-cms-menu,
    .cms-page-view .col-left-first .cms-menu-wrapper .block-cms-menu,
    .mb-testimonials-index-index .col-left .cms-menu-wrapper .block-cms-menu,
    .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block-cms-menu {
      border-bottom: none;
      padding: 5px 0; }
      .contacts-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title,
      .contacts-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title,
      .cms-page-view .col-left .cms-menu-wrapper .block-cms-menu .block-title,
      .cms-page-view .col-left-first .cms-menu-wrapper .block-cms-menu .block-title,
      .mb-testimonials-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title,
      .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0; }
        .contacts-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title > span,
        .contacts-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title > span,
        .cms-page-view .col-left .cms-menu-wrapper .block-cms-menu .block-title > span,
        .cms-page-view .col-left-first .cms-menu-wrapper .block-cms-menu .block-title > span,
        .mb-testimonials-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title > span,
        .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title > span {
          margin: 0;
          margin-bottom: 10px;
          color: #444444;
          font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
          font-size: 15px;
          font-weight: 600;
          font-style: normal;
          line-height: 1.4;
          text-rendering: optimizeSpeed;
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          font-weight: normal;
          margin-bottom: 0px;
          padding: 12px 10px 12px 24px;
          position: relative;
          background-color: #f8f8f8;
          display: block;
          width: 100%;
          cursor: pointer;
          border-bottom: 0; }
          .contacts-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title > span:after,
          .contacts-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title > span:after,
          .cms-page-view .col-left .cms-menu-wrapper .block-cms-menu .block-title > span:after,
          .cms-page-view .col-left-first .cms-menu-wrapper .block-cms-menu .block-title > span:after,
          .mb-testimonials-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title > span:after,
          .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title > span:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #777777;
            border-right: none;
            left: 10px;
            top: 50%;
            margin-top: -3px; }
        .contacts-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title.active > span,
        .contacts-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title.active > span,
        .cms-page-view .col-left .cms-menu-wrapper .block-cms-menu .block-title.active > span,
        .cms-page-view .col-left-first .cms-menu-wrapper .block-cms-menu .block-title.active > span,
        .mb-testimonials-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title.active > span,
        .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title.active > span {
          margin: 0;
          margin-bottom: 10px;
          color: #444444;
          font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
          font-size: 15px;
          font-weight: 600;
          font-style: normal;
          line-height: 1.4;
          text-rendering: optimizeSpeed;
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          font-weight: normal;
          margin-bottom: 0px;
          padding: 12px 10px 12px 24px;
          position: relative;
          background-color: #f8f8f8; }
          .contacts-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title.active > span:after,
          .contacts-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title.active > span:after,
          .cms-page-view .col-left .cms-menu-wrapper .block-cms-menu .block-title.active > span:after,
          .cms-page-view .col-left-first .cms-menu-wrapper .block-cms-menu .block-title.active > span:after,
          .mb-testimonials-index-index .col-left .cms-menu-wrapper .block-cms-menu .block-title.active > span:after,
          .mb-testimonials-index-index .col-left-first .cms-menu-wrapper .block-cms-menu .block-title.active > span:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            border-top: 4px solid #777777;
            border-bottom: none;
            left: 10px;
            top: 50%;
            margin-top: -3px; } }

.contacts-index-index .main {
  padding-bottom: 30px; }

.cms-page-view .main {
  padding-bottom: 30px; }

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

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-review-order .buttons-set button {
    margin-bottom: 10px; }

@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0; }
  .paypal-review-order .field.inactive {
    display: none; } }

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

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

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

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

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

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

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

#customer-reviews {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #customer-reviews:after {
    content: " ";
    display: block;
    clear: both; }
  #customer-reviews > dl dd {
    width: 100%; }
  #customer-reviews .link-write-review {
    float: right; }
  #customer-reviews .box-collateral-title {
    color: #666666;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px; }
  #customer-reviews .box-reviews-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: '';
    display: table;
    clear: both;
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 0; }
    #customer-reviews .box-reviews-container .review-by {
      padding-left: 0.5em;
      font-style: italic;
      color: #00A78E; }
    #customer-reviews .box-reviews-container .ratings-table tr {
      float: none; }
    #customer-reviews .box-reviews-container .three.columns {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      padding-left: 0;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-left: 0; }
    #customer-reviews .box-reviews-container .nine.columns {
      width: 74.5762711864%;
      float: left;
      margin-right: 1.6949152542%;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-right: 0;
      padding-top: 10px;
      text-align: justify; }
    #customer-reviews .box-reviews-container small {
      color: #00A78E;
      display: block; }
  #customer-reviews .more {
    text-align: right; }
    #customer-reviews .more a {
      background: #31377C;
      color: #ffffff;
      display: inline-block;
      padding: 12px 25px;
      border: none;
      font-size: 14px;
      font-weight: normal;
      font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap; }
      #customer-reviews .more a a {
        color: #ffffff;
        text-decoration: none; }
      #customer-reviews .more a:active {
        background: #232757; }
      #customer-reviews .more a:hover {
        background: #2a2f6a; }
      #customer-reviews .more a:focus {
        outline: none; }
  #customer-reviews .form-add {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
    #customer-reviews .form-add .review-nologged {
      text-align: center; }
    #customer-reviews .form-add h2 {
      font-size: 16px;
      text-transform: uppercase; }
    #customer-reviews .form-add h2,
    #customer-reviews .form-add #review-form h3 {
      text-align: center; }
    #customer-reviews .form-add #review-form h4 {
      margin-top: 20px; }
    @media only screen and (min-width: 771px) {
      #customer-reviews .form-add {
        margin: 0 auto;
        float: none; } }
    @media only screen and (max-width: 770px) {
      #customer-reviews .form-add {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  #customer-reviews textarea,
  #customer-reviews input {
    max-width: 100%; }
  #customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 7px 5px 10px;
    *zoom: 1; }
    #customer-reviews .review-heading:after {
      content: "";
      display: table;
      clear: both; }
    #customer-reviews .review-heading h2 {
      float: left;
      display: block; }
      @media only screen and (max-width: 479px) {
        #customer-reviews .review-heading h2 {
          font-size: 20px; } }
    #customer-reviews .review-heading .pager {
      clear: none;
      float: right;
      width: auto;
      padding: 0;
      margin: 0;
      line-height: 0; }
      #customer-reviews .review-heading .pager .count-container .limiter {
        margin-bottom: 0; }
        #customer-reviews .review-heading .pager .count-container .limiter label {
          font-size: 10px;
          text-transform: uppercase;
          color: #777777; }
        #customer-reviews .review-heading .pager .count-container .limiter .custom-select {
          width: auto; }
          #customer-reviews .review-heading .pager .count-container .limiter .custom-select:before {
            line-height: 35px;
            height: 35px;
            width: 35px; }
          #customer-reviews .review-heading .pager .count-container .limiter .custom-select select {
            height: 35px;
            width: 50px; }
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  #customer-reviews h2 {
    color: #666666;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    padding-top: 10px; }
    #customer-reviews h2 span {
      color: #444444;
      text-transform: lowercase; }
  #customer-reviews h3 {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase; }
    #customer-reviews h3 span {
      color: #444444;
      padding-left: 5px; }
  #customer-reviews .fieldset {
    padding-top: 25px;
    margin: 0 auto; }
    #customer-reviews .fieldset h4 {
      margin-top: 30px;
      border-bottom: 1px solid #cccccc;
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      padding-bottom: 5px;
      text-transform: uppercase; }
      #customer-reviews .fieldset h4 em {
        display: none; }
    #customer-reviews .fieldset .form-list {
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      margin-top: 30px 0 10px;
      *zoom: 1; }
      #customer-reviews .fieldset .form-list:after {
        content: "";
        display: table;
        clear: both; }
      #customer-reviews .fieldset .form-list label {
        font-size: 12px;
        font-weight: normal; }
      #customer-reviews .fieldset .form-list input {
        background: #eeeeee;
        border: 1px solid #cccccc; }
        #customer-reviews .fieldset .form-list input[type="text"] {
          width: 100%; }
  #customer-reviews .buttons-set {
    border: none; }
  #customer-reviews dl {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin: 0 auto; }
    #customer-reviews dl dt {
      margin: 20px 0 0;
      text-transform: uppercase; }
      #customer-reviews dl dt .review-title {
        font-weight: 600; }
    #customer-reviews dl dd {
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      font-size: 14px;
      margin: 5px 0 10px;
      content: '';
      display: table;
      clear: both;
      text-transform: capitalize;
      width: 100%; }
      #customer-reviews dl dd .ratings-table {
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
        font-size: 12px;
        width: 100%;
        margin-top: 10px; }
        #customer-reviews dl dd .ratings-table tr {
          float: left;
          margin-right: 15px; }
      #customer-reviews dl dd table {
        margin: 0; }
      #customer-reviews dl dd .review-meta {
        color: #00A78E;
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase; }

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

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
  .review-product-view .product-review .product-img-box > a {
    width: 100%; }
  .review-product-view .product-review .product-img-box .product-image {
    width: 100%; }

.review-product-list .product-view .product-shop .product-name {
  padding: 1.5em 0 1em 1.5em; }

.review-product-list .product-view .product-shop .extra-info {
  padding-left: 0; }
  .review-product-list .product-view .product-shop .extra-info .availability {
    margin-top: 20px; }
  .review-product-list .product-view .product-shop .extra-info a.nobr {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1 px solid #666;
    line-height: 22px; }
  .review-product-list .product-view .product-shop .extra-info .nobr, .review-product-list .product-view .product-shop .extra-info .nowrap {
    padding-top: 0.2em; }
  .review-product-list .product-view .product-shop .extra-info table.ratings-table {
    float: left;
    padding: 0;
    height: 22px; }
    .review-product-list .product-view .product-shop .extra-info table.ratings-table th {
      display: none; }
    .review-product-list .product-view .product-shop .extra-info table.ratings-table td {
      padding-left: 0; }

.review-product-list .product-view .product-shop .buttons-set .back-link {
  line-height: 1; }
  .review-product-list .product-view .product-shop .buttons-set .back-link a {
    padding: 0;
    text-decoration: none; }

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

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
      float: left;
      margin-right: 15px; }
  #customer-reviews .review-heading h2 {
    font-size: 16px; } }

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

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

@media only screen and (min-width: 771px) {
  .review-product-list .col2-right-layout .col-right.sidebar .block-compare,
  .review-product-list .col2-right-layout .col-right.sidebar .block-viewed,
  .review-product-list .col2-right-layout .col-right.sidebar .block-wishlist {
    border-top: 8px solid #eeeeee;
    padding-top: 10px;
    text-align: center; } }

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

@media only screen and (max-width: 599px) {
  #reviews_contents {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #customer-reviews #product-review-table {
    font-size: 12px; }
  #customer-reviews .box-collateral-title {
    font-size: 16px; }
    #customer-reviews .box-collateral-title .link-write-review {
      font-size: 14px;
      padding: 6px 15px;
      line-height: 19px; }
  #customer-reviews textarea,
  #customer-reviews input[type="text"] {
    width: 100%; }
  #customer-reviews .data-table th {
    padding: 10px 6px; }
  #customer-reviews .form-add {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px; }
  #customer-reviews .more a {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 6px; }
  #customer-reviews dl {
    padding: 20px 0 20px !important; }
    #customer-reviews dl dt {
      margin: 0 !important; }
      #customer-reviews dl dt .review-title {
        display: block;
        font-weight: 600; }
      #customer-reviews dl dt .review-by {
        padding-left: 0 !important; }
  #customer-reviews .box-reviews-container {
    background: #fff;
    float: none;
    margin-bottom: 25px; }
    #customer-reviews .box-reviews-container .three.columns {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0; }
    #customer-reviews .box-reviews-container .nine.columns {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

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

 * @category    design
 * @package     MINT2
 * @copyright   Copyright (c) 2015 Lero9 (http://Lero9.co.nz)
 * @license     See license.txt
 */
/* ============================================ *
 * Slideshow
 * ============================================ */
.carousel-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  border: 1px solid #cccccc; }
  .carousel-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .carousel-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .carousel-wrapper ~ .carousel-wrapper {
    border: none; }
  .carousel-wrapper:nth-child(2) {
    margin-top: 0; }

.carousel-slider {
  display: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .carousel-slider:after {
    content: " ";
    display: block;
    clear: both; }
  .carousel-slider .owl-stage-outer .owl-item .carousel-image a {
    display: block;
    width: 100%;
    height: 100%; }
    .carousel-slider .owl-stage-outer .owl-item .carousel-image a img {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      .carousel-slider .owl-stage-outer .owl-item .carousel-image a img:after {
        content: " ";
        display: block;
        clear: both; }
  .carousel-slider .owl-stage-outer .owl-item .carousel-description {
    position: absolute;
    display: block;
    top: 75px;
    left: 60px;
    z-index: 101;
    width: 40%;
    color: #ffffff; }
    .carousel-slider .owl-stage-outer .owl-item .carousel-description p {
      color: #ffffff; }
    @media only screen and (max-width: 770px) {
      .carousel-slider .owl-stage-outer .owl-item .carousel-description {
        bottom: 15px;
        right: 0;
        left: 0;
        top: auto;
        width: 100%; } }
    .carousel-slider .owl-stage-outer .owl-item .carousel-description h2 {
      font-weight: 300;
      color: #ffffff; }
    .carousel-slider .owl-stage-outer .owl-item .carousel-description p {
      margin-bottom: 20px;
      font-weight: 300;
      font-size: 16px; }
    .carousel-slider .owl-stage-outer .owl-item .carousel-description a {
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      font-weight: 600;
      padding-bottom: 3px;
      border-bottom: 1px solid #ffffff;
      cursor: pointer; }
      .carousel-slider .owl-stage-outer .owl-item .carousel-description a:hover {
        text-decoration: none; }
  .carousel-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 60px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    width: 50%; }
    .carousel-slider .owl-controls .owl-dots .owl-dot span {
      display: block;
      width: 22px;
      height: 10px;
      text-align: center;
      background: #999999;
      float: left;
      margin-right: 5px; }
    .carousel-slider .owl-controls .owl-dots .owl-dot.active span {
      background: #31377C; }
    @media only screen and (max-width: 599px) {
      .carousel-slider .owl-controls .owl-dots .owl-dot span {
        width: 15px;
        height: 15px; } }
    .carousel-slider .owl-controls .owl-dots .owl-nav .owl-prev,
    .carousel-slider .owl-controls .owl-dots .owl-nav .owl-next {
      bottom: 40%;
      padding: 5px 10px;
      position: absolute;
      color: #fff;
      font-size: 0;
      background: rgba(255, 255, 255, 0.4); }
      .carousel-slider .owl-controls .owl-dots .owl-nav .owl-prev:before,
      .carousel-slider .owl-controls .owl-dots .owl-nav .owl-next:before {
        font-family: "FontAwesome";
        font-size: 30px !important;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .carousel-slider .owl-controls .owl-dots .owl-nav .owl-prev:hover,
      .carousel-slider .owl-controls .owl-dots .owl-nav .owl-next:hover {
        background: rgba(255, 255, 255, 0.75); }
    .carousel-slider .owl-controls .owl-dots .owl-nav .owl-next {
      right: 0; }
      .carousel-slider .owl-controls .owl-dots .owl-nav .owl-next:before {
        content: '\f105'; }
    .carousel-slider .owl-controls .owl-dots .owl-nav .owl-prev:before {
      content: '\f104'; }
  .carousel-slider .owl-controls .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    padding: 0 10px; }
    .carousel-slider .owl-controls .owl-nav .owl-next {
      float: right; }
    .carousel-slider .owl-controls .owl-nav .owl-prev:before {
      content: '\f104';
      left: 10px; }
    .carousel-slider .owl-controls .owl-nav .owl-next:before {
      content: '\f105';
      right: 10px; }
    .carousel-slider .owl-controls .owl-nav .owl-next,
    .carousel-slider .owl-controls .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      position: relative;
      color: transparent;
      display: inline-block; }
      .carousel-slider .owl-controls .owl-nav .owl-next:hover,
      .carousel-slider .owl-controls .owl-nav .owl-prev:hover {
        background: rgba(255, 255, 255, 0.21); }
      .carousel-slider .owl-controls .owl-nav .owl-next:before,
      .carousel-slider .owl-controls .owl-nav .owl-prev:before {
        font-family: "FontAwesome";
        position: absolute;
        font-size: 25px;
        line-height: 30px;
        color: #ffffff; }

.carousel-slider.theme-sidebar {
  width: 74.5762711864%;
  float: left;
  border-right: 1px solid #cccccc; }

.carousel-sidebar {
  width: 23.7288135593%;
  float: right;
  margin-right: 0; }

@media only screen and (min-width: 1200px) {
  .carousel-wrapper {
    border: none; }
  .carousel-slider.theme-sidebar {
    width: 880px;
    float: left;
    border: 1px solid #cccccc; }
  .carousel-sidebar {
    width: 300px;
    float: right;
    margin-right: 0; } }

.carousel-sidebar .block-carousel-sidebar {
  display: block;
  height: 200px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  overflow: hidden; }
  .carousel-sidebar .block-carousel-sidebar img {
    width: 100%;
    height: auto; }
  .carousel-sidebar .block-carousel-sidebar:first-child {
    margin-bottom: 20px; }

.carousel-slider.theme-white-transparent .owl-controls .owl-dots {
  width: 100%;
  left: auto;
  text-align: center; }
  .carousel-slider.theme-white-transparent .owl-controls .owl-dots .owl-dot {
    display: inline-block; }
  .carousel-slider.theme-white-transparent .owl-controls .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 200px; }
  .carousel-slider.theme-white-transparent .owl-controls .owl-dots .owl-dot.active span {
    background: #fff; }

.carousel-slider.theme-sidebar .owl-stage-outer .owl-item .carousel-image a img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 1199px) {
  .carousel-sidebar .block-carousel-sidebar {
    height: auto;
    border: none; } }

@media only screen and (min-width: 771px) {
  #carousel-content-mobile {
    display: none !important; } }

@media only screen and (max-width: 770px) {
  .carousel-wrapper {
    border: none; }
  #carousel-content.carousel-slider.hide-on-medium,
  .carousel-sidebar {
    display: none !important; }
  .carousel-slider .owl-stage-outer .owl-item {
    position: relative; }
    .carousel-slider .owl-stage-outer .owl-item .carousel-image a {
      overflow: hidden; }
      .carousel-slider .owl-stage-outer .owl-item .carousel-image a img {
        width: 100%;
        height: auto;
        padding: 0; }
      .carousel-slider .owl-stage-outer .owl-item .carousel-image a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        background: rgba(102, 102, 102, 0.45);
        transition: background .3s linear;
        z-index: 10; }
    .carousel-slider .owl-stage-outer .owl-item .carousel-description {
      top: 20%;
      text-align: center;
      display: block;
      z-index: 500;
      overflow: visible;
      padding: 0 15px; }
      .carousel-slider .owl-stage-outer .owl-item .carousel-description h2 {
        font-size: 28px; }
  .carousel-slider .owl-controls .owl-dots {
    margin-top: 10px;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0; }
    .carousel-slider .owl-controls .owl-dots .owl-dot {
      display: inline-block; }
      .carousel-slider .owl-controls .owl-dots .owl-dot span {
        width: 22px;
        height: 10px;
        margin-right: 5px; }
  .carousel-slider.theme-sidebar,
  .carousel-sidebar {
    margin-top: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: none; }
  .carousel-sidebar .block-carousel-sidebar {
    height: auto; }
  #carousel-content-mobile .owl-stage-outer .owl-item .carousel-image a img {
    width: 1200px;
    margin-left: -330px; } }

@media only screen and (max-width: 599px) {
  .carousel-sidebar {
    padding: 0 2%; } }

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

#wishlist-table.clean-table {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%; }
  #wishlist-table.clean-table th {
    border-bottom: 1px solid #cccccc; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: middle; }
  #wishlist-table.clean-table thead th {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }
  #wishlist-table .product-name a {
    color: #00A78E;
    text-decoration: none;
    font-size: 15px; }
    #wishlist-table .product-name a:hover {
      color: #007463; }

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

#wishlist-table textarea {
  font-size: 11px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  max-width: 100%; }

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

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

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

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

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

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

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }
  #wishlist-table td.customer-wishlist-item-remove .btn-remove.btn-remove-wishlist i[class^="icon-"] {
    color: #777777;
    font-size: 18px; }
    #wishlist-table td.customer-wishlist-item-remove .btn-remove.btn-remove-wishlist i[class^="icon-"]:hover {
      color: #5e5e5e; }
  #wishlist-table td.customer-wishlist-item-remove .btn-remove:after {
    content: ''; }

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

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

#wishlist-table .truncated .details {
  background: none;
  color: #00A78E; }

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

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }

.block-wishlist .price-box {
  float: left;
  margin: 0; }

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px; }

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #eaeaea; }

@media only screen and (max-width: 770px) {
  .block-wishlist .link-cart {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    float: none; }
  .block-wishlist .price-box {
    float: none; } }

/* ============================================ *
 * Wishlist Account Dashboard
 * ============================================ */
form#wishlist-view-form .buttons-set button {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 15px; }

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

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

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

@media only screen and (max-width: 599px) {
  #wishlist-table tbody > tr {
    padding: 10px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #wishlist-table tbody > tr td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 12px;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
      padding-right: 5px;
      text-transform: uppercase; }
    #wishlist-table tbody > tr:after {
      content: " ";
      display: block;
      clear: both; }
    #wishlist-table tbody > tr td.customer-wishlist-item-image {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%; }
      #wishlist-table tbody > tr td.customer-wishlist-item-image img {
        width: 100%;
        height: 100%; }
    #wishlist-table tbody > tr td.customer-wishlist-item-info {
      width: 74.5762711864%;
      float: right;
      margin-right: 0; }
    #wishlist-table tbody > tr td.customer-wishlist-item-quantity,
    #wishlist-table tbody > tr td.customer-wishlist-item-price {
      text-align: center; }
      #wishlist-table tbody > tr td.customer-wishlist-item-quantity:before,
      #wishlist-table tbody > tr td.customer-wishlist-item-price:before {
        display: inline-block;
        margin-right: 15px;
        line-height: 40px; }
      #wishlist-table tbody > tr td.customer-wishlist-item-quantity .cart-cell,
      #wishlist-table tbody > tr td.customer-wishlist-item-price .cart-cell {
        display: inline-block; }
      #wishlist-table tbody > tr td.customer-wishlist-item-quantity .price-box,
      #wishlist-table tbody > tr td.customer-wishlist-item-price .price-box {
        margin-top: 0; }
    #wishlist-table tbody > tr td.customer-wishlist-item-quantity {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    #wishlist-table tbody > tr td.customer-wishlist-item-price {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; }
    #wishlist-table tbody > tr td.customer-wishlist-item-cart {
      content: '';
      display: table;
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      #wishlist-table tbody > tr td.customer-wishlist-item-cart .button {
        padding: 6px; }
      #wishlist-table tbody > tr td.customer-wishlist-item-cart .cart-cell {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%; }
      #wishlist-table tbody > tr td.customer-wishlist-item-cart > p {
        width: 49.1525423729%;
        float: right;
        margin-right: 0; }
    #wishlist-table tbody > tr td.customer-wishlist-item-remove {
      position: absolute;
      top: 15px;
      right: 15px;
      display: block;
      padding: 0px;
      height: 20px; }
  #wishlist-table thead > tr th.customer-wishlist-item-quantity,
  #wishlist-table thead > tr th.customer-wishlist-item-price {
    display: none; } }

@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; }
  #wishlist-table th.customer-wishlist-item-image {
    display: block; }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide; }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; }
    #wishlist-table td.customer-wishlist-item-image a {
      float: left; }
      #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px; }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }

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

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative; }
  .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .header-minicart .minicart-wrapper:after {
    background-image: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .header-minicart .minicart-wrapper.loading {
    position: relative; }
    .header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
      display: block; }
  .header-minicart .minicart-wrapper .minicart-detail-wrapper {
    background: #E7ECEB;
    border: 1px solid #333333;
    border-top: none;
    background: #F8F8F8; }
    .header-minicart .minicart-wrapper .minicart-detail-wrapper .empty {
      padding: 15px; }
    .header-minicart .minicart-wrapper .minicart-detail-wrapper .block-content {
      margin-top: 0; }
      @media only screen and (max-width: 770px) {
        .header-minicart .minicart-wrapper .minicart-detail-wrapper .block-content {
          padding: 0 10px; } }

.header-minicart .block-cart {
  display: none; }

.header-minicart .block-subtitle {
  color: #ffffff;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  background: #666666;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  text-transform: none;
  margin-bottom: 0px;
  /* iPads (landscape) ----------- */ }
  .header-minicart .block-subtitle .close {
    width: 53px;
    float: right;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    background-color: #777777;
    line-height: 50px;
    top: 0;
    right: 0; }
  @media only screen and (min-width: 771px) {
    .header-minicart .block-subtitle .close {
      display: none; } }

.header-minicart .mini-products-list#cart-sidebar {
  padding: 20px 25px 10px;
  *zoom: 1; }
  .header-minicart .mini-products-list#cart-sidebar:after {
    content: "";
    display: table;
    clear: both; }
  .header-minicart .mini-products-list#cart-sidebar li {
    padding: 20px 0 15px 0;
    border-bottom: solid 1px #eeeeee;
    position: relative;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1; }
    .header-minicart .mini-products-list#cart-sidebar li:first-child {
      padding: 0 0 15px 0; }
    .header-minicart .mini-products-list#cart-sidebar li:after {
      content: "";
      display: table;
      clear: both; }
    .header-minicart .mini-products-list#cart-sidebar li .product-image {
      width: 23.0769230769%;
      float: left;
      margin-right: 5px;
      border: solid 4px #eeeeee; }
      .header-minicart .mini-products-list#cart-sidebar li .product-image img {
        width: 100%;
        height: auto; }
    .header-minicart .mini-products-list#cart-sidebar li.last {
      border: none; }
    .header-minicart .mini-products-list#cart-sidebar li .product-details {
      width: 74.358974359%;
      float: right;
      margin-right: 0;
      position: relative; }
      .header-minicart .mini-products-list#cart-sidebar li .product-details .item-actions {
        width: 23.0769230769%;
        float: right;
        margin-right: 0;
        text-align: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .header-minicart .mini-products-list#cart-sidebar li .product-details .item-actions a {
          color: #aaaaaa;
          margin-left: 10px;
          font-size: 15px; }
          .header-minicart .mini-products-list#cart-sidebar li .product-details .item-actions a:hover {
            color: #919191;
            text-decoration: none; }

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: normal;
  display: inline-block;
  float: left;
  margin-right: 10px; }
  .header-minicart .product-details .product-name a {
    color: #555555; }

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
  float: left;
  display: block;
  clear: left; }
  .header-minicart .info-wrapper th {
    padding-right: 10px;
    font-weight: 400;
    font-size: 15px; }
  .header-minicart .info-wrapper .qty-wrapper td {
    padding: 7px 0; }
    .header-minicart .info-wrapper .qty-wrapper td .cart-item-quantity {
      display: inline;
      height: 35px; }
    .header-minicart .info-wrapper .qty-wrapper td .quantity-button {
      opacity: 0;
      height: 35px;
      line-height: 35px;
      padding: 0 10px;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 100ms;
      -moz-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      transition-duration: 100ms; }
      .header-minicart .info-wrapper .qty-wrapper td .quantity-button[disabled] {
        cursor: default; }
      .header-minicart .info-wrapper .qty-wrapper td .quantity-button.visible {
        opacity: 1; }

.header-minicart .subtotal {
  background-color: #eee;
  text-align: center;
  line-height: 55px; }
  .header-minicart .subtotal .label {
    color: #555555;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .8px;
    margin-right: 10px; }
  .header-minicart .subtotal .price {
    color: #555555;
    font-size: 16px; }

.header-minicart .minicart-actions {
  padding: 20px 25px;
  margin-top: 0px;
  overflow: hidden;
  position: relative; }
  .header-minicart .minicart-actions .checkout-types.minicart {
    text-align: center;
    width: 100%;
    float: none; }
    .header-minicart .minicart-actions .checkout-types.minicart li {
      content: '';
      display: table;
      clear: both;
      width: 100%;
      margin: 0; }
      .header-minicart .minicart-actions .checkout-types.minicart li a.checkout-button {
        width: 100%; }
  .header-minicart .minicart-actions .cart-link {
    color: #00A78E;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    float: left; }

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

.header-minicart #minicart-success-message {
  text-align: center;
  color: #00A78E;
  display: none;
  background: #eaeaea;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333; }

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

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

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

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

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

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

.text-uppercase{
  text-transform: uppercase;
}
.text-lowercase{
  text-transform: lowercase;
}
.full-width{
  width:100%;
}
.autocomplete{
  position: relative;
  cursor: pointer;
  top: 0;
  width: 100%;
  border:2px solid #eee;
  background-color:#fff;
  z-index: 199;
}
.autocomplete .option-active{
  background-color:#d9e1df;
}
.autocomplete li{
  padding: 0 10px;
}
.autocomplete:before, .autocomplete:after{
  content: " ";
  display: table;
}
.autocomplete:after{
  clear: both;
}
.autocomplete h5{
  margin-bottom: 0;
  padding: 5px 0;
}
.autocomplete em {
    font-style: normal !important;
}
.autocomplete .close-container {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    z-index: 200;
}
.autocomplete a{
  display: block;
}
.autocomplete a:hover,.autocomplete a:focus{
  text-decoration: none;
  background: #d9e1df;
}
.autocomplete img{
  display: block;
  max-width: 100%;
  height: auto;
}
.autocomplete li{
  display: block;
  max-width: 100%;
}
.autocomplete .result-product{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 5px;
}
.autocomplete .result-product .product-image{
  width:40px;
}
.autocomplete .result-product .product-details{
  height:40px;
}
.autocomplete .result-product .product-details a{
  line-height: 20px;
  height: 100%;
  padding:0 10px;
}
.autocomplete .result-product .product-details a span{
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 30px; }
  .advanced-search select.multiselect option {
    border-bottom: 1px solid #eaeaea;
    padding: 2px 5px; }

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

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

.product-review .product-img-box .rating-box {
  margin: 15px 0; }

.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  padding-bottom: 10px; }

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

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

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

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

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

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

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

.content h3 {
  margin-top: 20px;
  margin-bottom: 15px; }

.cms-page-view ul.mint2-bullets,
.mb-testimonials-index-index ul.mint2-bullets {
  list-style: none; }
  .cms-page-view ul.mint2-bullets li a,
  .mb-testimonials-index-index ul.mint2-bullets li a {
    text-decoration: none; }

.cms-page-view .std img,
.mb-testimonials-index-index .std img {
  max-width: 100%; }

.cms-page-view .std p,
.mb-testimonials-index-index .std p {
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  font-weight: 300; }
  .cms-page-view .std p.testimonial-name,
  .mb-testimonials-index-index .std p.testimonial-name {
    color: #00A78E;
    text-transform: uppercase; }

.cms-page-view .std .page-title h1,
.mb-testimonials-index-index .std .page-title h1 {
  color: #00A78E; }

.cms-page-view .std h1,
.mb-testimonials-index-index .std h1 {
  color: #555555; }

.cms-page-view .std h2,
.mb-testimonials-index-index .std h2 {
  color: #555555; }

.cms-page-view .std li,
.mb-testimonials-index-index .std li {
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  font-weight: 300; }

.cms-page-view .col-left,
.mb-testimonials-index-index .col-left {
  *zoom: 1; }
  .cms-page-view .col-left:after,
  .mb-testimonials-index-index .col-left:after {
    content: "";
    display: table;
    clear: both; }
  .cms-page-view .col-left.col-left-first .cms-menu-wrapper .block-content ul li a:hover,
  .mb-testimonials-index-index .col-left.col-left-first .cms-menu-wrapper .block-content ul li a:hover {
    color: #00A78E; }

.cms-page-view .separator,
.mb-testimonials-index-index .separator {
  border: 3px solid #f8f8f8;
  margin-bottom: 20px; }

.cms-page-view .col-main .returns_form_cms,
.mb-testimonials-index-index .col-main .returns_form_cms {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
  margin: 0 auto;
  float: none;
  display: block; }
  .cms-page-view .col-main .returns_form_cms .block-title span,
  .mb-testimonials-index-index .col-main .returns_form_cms .block-title span {
    margin: 0;
    margin-bottom: 10px;
    color: #444444;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #555555;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
  @media only screen and (max-width: 599px) {
    .cms-page-view .col-main .returns_form_cms,
    .mb-testimonials-index-index .col-main .returns_form_cms {
      width: 83.0508474576%;
      float: right;
      margin-right: 0;
      float: none; } }
  .cms-page-view .col-main .returns_form_cms #oar_widget_orders_and_returns_form,
  .mb-testimonials-index-index .col-main .returns_form_cms #oar_widget_orders_and_returns_form {
    width: 330px; }

.cms-page-view .std .messages,
.cms-home .std .messages {
  margin-bottom: 10px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul {
    margin-bottom: 0; }
  .cms-page-view .std .messages li,
  .cms-home .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .content:after {
    content: " ";
    display: block;
    clear: both; }
  .content .cms-6-col {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .content .cms-6-col:nth-child(2n+2) {
      float: right;
      margin-right: 0; }
    .content .cms-6-col.last-col {
      float: right;
      margin-right: 0; }
  .content .cms-8-col {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
  .content .cms-4-col {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 770px) {
    .content .cms-6-col,
    .content .cms-8-col,
    .content .cms-4-col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .content .cms-6-col:after,
      .content .cms-8-col:after,
      .content .cms-4-col:after {
        content: '';
        display: table;
        clear: both; }
      .content .cms-6-col img,
      .content .cms-8-col img,
      .content .cms-4-col img {
        width: 100%;
        padding: 5%; } }

.content .float-right img {
  float: right; }

.cms-wrap-3-of-12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .cms-wrap-3-of-12:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (min-width: 771px) {
    .cms-wrap-3-of-12 > div {
      width: 23.7288135593%;
      float: left; }
      .cms-wrap-3-of-12 > div:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .cms-wrap-3-of-12 > div:nth-child(4n + 2) {
        margin-left: 25.4237288136%;
        margin-right: -100%;
        clear: none; }
      .cms-wrap-3-of-12 > div:nth-child(4n + 3) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; }
      .cms-wrap-3-of-12 > div:nth-child(4n + 4) {
        margin-left: 76.2711864407%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (max-width: 770px) {
    .cms-wrap-3-of-12 > div {
      width: 49.1525423729%;
      float: left; }
      .cms-wrap-3-of-12 > div:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .cms-wrap-3-of-12 > div:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (max-width: 479px) {
    .cms-wrap-3-of-12 > div {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      content: '';
      display: table;
      clear: both;
      clear: both !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 15px; } }

.cms-wrap-4-of-12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 30px 15px; }
  .cms-wrap-4-of-12:after {
    content: " ";
    display: block;
    clear: both; }
  .cms-wrap-4-of-12 > div img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 12%; }
  @media only screen and (min-width: 480px) {
    .cms-wrap-4-of-12 > div {
      width: 32.2033898305%;
      float: left; }
      .cms-wrap-4-of-12 > div:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .cms-wrap-4-of-12 > div:nth-child(3n + 2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none; }
      .cms-wrap-4-of-12 > div:nth-child(3n + 3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (max-width: 479px) {
    .cms-wrap-4-of-12 > div {
      width: 49.1525423729%;
      float: left; }
      .cms-wrap-4-of-12 > div:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .cms-wrap-4-of-12 > div:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; } }

.cms-page-view.cms-departments-foodservice .std .page-title h1 {
  color: #F47818; }

/* ============================================ *
 * CMS Moore Wilsons Pages
 * ============================================ */
.fb-comments, .fb-comments iframe[style] {
  width: 100% !important; }

form#mc-embedded-subscribe-form ul.form-list {
  width: 450px; }
  form#mc-embedded-subscribe-form ul.form-list input[type=email], form#mc-embedded-subscribe-form ul.form-list input[type=search], form#mc-embedded-subscribe-form ul.form-list input[type=number], form#mc-embedded-subscribe-form ul.form-list input[type=password], form#mc-embedded-subscribe-form ul.form-list input[type=tel], form#mc-embedded-subscribe-form ul.form-list input[type=text], form#mc-embedded-subscribe-form ul.form-list .custom-select, form#mc-embedded-subscribe-form ul.form-list select, form#mc-embedded-subscribe-form ul.form-list textarea {
    max-width: 100%;
    width: 100%; }

form#mc-embedded-subscribe-form .mc-field-group ul.form-list {
  width: auto; }

form#mc-embedded-subscribe-form p.required {
  margin: 5px 0 0;
  color: #F03C00;
  font-size: 13px;
  text-align: right; }

.mc-field-group .form-list .control {
  margin: 0; }
  @media only screen and (max-width: 770px) {
    .mc-field-group .form-list .control label {
      padding: 11px 0 11px 45px; } }

.department-icons-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6949152542%; }
  .department-icons-wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .department-icons-wrap > a {
    width: 32.2033898305%;
    float: left;
    margin-bottom: 1.6949152542%; }
    .department-icons-wrap > a:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .department-icons-wrap > a:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .department-icons-wrap > a:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    .department-icons-wrap > a img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 479px) {
    .department-icons-wrap a.empty-tile {
      display: none; } }

#locations {
  margin: 30px 0; }

.location h2 {
  margin-top: 0.5em; }

.location span.number
span.time,
.location span.closed {
  float: right; }

.location span.value.number {
  float: right; }

.location .hours ul li,
.location .contact ul li {
  color: #777777;
  color: #777777;
  border-bottom: 1px solid #eaeaea; }
  .location .hours ul li:last-child,
  .location .contact ul li:last-child {
    border-bottom: none; }

.location .span.closed {
  color: #999; }

.location .address a {
  color: #F03C00;
  text-decoration: underline;
  float: right; }

.location .hours h4 {
  color: #00A78E;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 5px; }

.location .hours span.time {
  float: right;
  color: #444444; }

@media only screen and (max-width: 979px) {
  .location h2 {
    font-size: 24px; } }

@media only screen and (max-width: 770px) {
  .location h2 {
    font-size: 34px; } }

.terms-page ul.list-bullets li {
  color: #777777; }

.license-details .license-wrap img {
  width: 100%;
  padding: 6%; }

.std .cms-link-content h2, .std .cms-link-content h3, .std .cms-link-content h4 {
  color: #fff; }

.cms-link-content {
  display: block;
  position: relative;
  margin-top: 20px; }
  .cms-link-content p.link-secondary {
    line-height: 1.5;
    font-size: 13px;
    color: #fff; }
  .cms-link-content > a {
    background: #2D2E81;
    display: inline-block;
    padding: 15px 10px 20px;
    max-width: 80%; }
    .cms-link-content > a:hover {
      text-decoration: none;
      background: #20215b; }
  .cms-link-content span.icon {
    background-position: 0 -451px;
    width: 81px;
    height: 41px;
    display: block;
    margin: 20px auto 0; }

/* ============================================ *
 * UVP Tabs
 * ============================================ */
.uvp-tabs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 1.6949152542% 0 0; }
  .uvp-tabs-container:after {
    content: " ";
    display: block;
    clear: both; }
  .uvp-tabs-container > div {
    margin-bottom: 1.6949152542%; }
    .uvp-tabs-container > div img {
      width: 100%;
      height: auto; }
    @media only screen and (min-width: 771px) {
      .uvp-tabs-container > div {
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%; }
        .uvp-tabs-container > div:nth-child(3n + 3) {
          float: right;
          margin-right: 0; } }
    @media only screen and (max-width: 770px) {
      .uvp-tabs-container > div {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%; }
        .uvp-tabs-container > div:nth-child(2n + 2) {
          float: right;
          margin-right: 0; } }
    @media only screen and (max-width: 479px) {
      .uvp-tabs-container > div {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        content: '';
        display: table;
        clear: both; } }
  .uvp-tabs-container.departmens-uvp-tabs > div img {
    width: 165px;
    height: 165px; }
  .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container:after {
      content: " ";
      display: block;
      clear: both; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container .label, .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container img {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container img {
      float: right;
      margin-right: 0; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container .label {
      padding: 20px 0 0 20px; }
      .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container .label h2 {
        font-weight: 600;
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
        font-size: 28px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 5px;
        line-height: 1; }
      .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container .label p {
        color: #ffffff;
        text-transform: lowercase;
        line-height: 1;
        font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
        font-style: italic; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container.c-food-service {
      background-color: #F47818; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container.c-variety {
      background-color: #EA4025; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container.c-wine {
      background-color: #4E2966; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container.c-fresh {
      background-color: #0A7666; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container.c-chook-wagon {
      background-color: #006C6E; }
    .uvp-tabs-container.departmens-uvp-tabs .uvp-tile-container.c-toys {
      background-color: #D9649C; }

/* ============================================ *
 * Shop Online Page
 * ============================================ */
.cms-shop-online p.promo-title {
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  color: #00A78E;
  height: 50px;
  padding: 15px 0;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden; }
  .cms-shop-online p.promo-title > span {
    position: relative;
    display: inline-block; }
    .cms-shop-online p.promo-title > span:before, .cms-shop-online p.promo-title > span:after {
      content: '';
      position: absolute;
      top: 50%;
      border-bottom: 1px solid #cccccc;
      width: 50%;
      /* half of limiter*/
      margin: 0 30px; }
    .cms-shop-online p.promo-title > span:before {
      right: 100%; }
    .cms-shop-online p.promo-title > span:after {
      left: 100%; }

.cms-shop-online .widget-block-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100px;
  margin-bottom: 40px; }
  .cms-shop-online .widget-block-title img {
    margin: 0 auto;
    padding: 17px 0; }
  .cms-shop-online .widget-block-title.c-grocery {
    background: #F47818; }
  .cms-shop-online .widget-block-title.c-variety {
    background: #EA4025; }
  .cms-shop-online .widget-block-title.c-wine {
    background: #4E2966; }

.cms-shop-online .online-shopping-info {
  padding-top: 30px; }
  .cms-shop-online .online-shopping-info p {
    color: #888888; }
    .cms-shop-online .online-shopping-info p.small {
      font-size: 12px; }
    .cms-shop-online .online-shopping-info p.bold {
      font-weight: bold; }
    .cms-shop-online .online-shopping-info p a {
      text-decoration: underline;
      color: #888888; }
    .cms-shop-online .online-shopping-info p:nth-child(2) {
      padding: 30px 0; }

@media only screen and (max-width: 770px) {
  .cms-shop-online p.promo-title {
    font-size: 20px; } }

@media only screen and (max-width: 599px) {
  .cms-shop-online p.promo-title {
    font-size: 15px;
    font-weight: 400;
    height: 70px; }
  .cms-shop-online .widget-block-title img {
    padding: 25px; } }

/* ========================================================== *
* CMS Page Styling - Centered Title as on existing MW site
* ========================================================== */
.page-title.cms-centered-title {
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 0 30px; }
  .page-title.cms-centered-title h1 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 50px;
    line-height: 1; }
    .page-title.cms-centered-title h1:before, .page-title.cms-centered-title h1:after {
      content: '';
      position: absolute;
      top: 50%;
      border-bottom: 4px solid #eaeaea;
      width: 50%;
      /* half of limiter*/
      margin: 0 30px; }
    .page-title.cms-centered-title h1:before {
      right: 100%; }
    .page-title.cms-centered-title h1:after {
      left: 100%; }

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

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 12px 10px 12px 24px;
  position: relative;
  background-color: #f8f8f8;
  display: block; }
  #accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #777777;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }

#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc; }

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }

#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  .page-sitemap .links a {
    position: relative; }

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

.contacts-index-index #contactForm {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px; }
  .contacts-index-index #contactForm input[type=email],
  .contacts-index-index #contactForm input[type=number],
  .contacts-index-index #contactForm input[type=password],
  .contacts-index-index #contactForm input[type=tel],
  .contacts-index-index #contactForm input[type=text],
  .contacts-index-index #contactForm .custom-select,
  .contacts-index-index #contactForm select,
  .contacts-index-index #contactForm textarea {
    width: 100%;
    max-width: 100%; }
  .contacts-index-index #contactForm .buttons-set {
    text-align: left; }
  .contacts-index-index #contactForm p.required {
    text-align: right; }

.contacts-index-index .contact-intro-text {
  margin-bottom: 20px; }
  .contacts-index-index .contact-intro-text p {
    padding-left: 4px;
    color: #555555; }
    @media only screen and (max-width: 770px) {
      .contacts-index-index .contact-intro-text p {
        text-align: center; } }

@media only screen and (max-width: 1000px) {
  .contacts-index-index .col-main {
    border-right: none; } }

.contacts-index-index .col-right h3 {
  font-weight: 400;
  font-size: 16px; }

.contacts-index-index .col-right .contact-info-left {
  color: #666666; }
  .contacts-index-index .col-right .contact-info-left > p {
    margin-bottom: 0.5em; }
  .contacts-index-index .col-right .contact-info-left:after {
    content: '';
    display: table;
    clear: both; }

.contacts-index-index .col-right .social-list {
  margin-top: 0px;
  margin-bottom: 0.5em; }

.cms-typography .ui-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px; }
  .cms-typography .ui-container:after {
    content: " ";
    display: block;
    clear: both; }
  .cms-typography .ui-container .ui-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }
    .cms-typography .ui-container .ui-row > .ui-header {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
      .cms-typography .ui-container .ui-row > .ui-header h2 {
        color: #dddddd; }
    .cms-typography .ui-container .ui-row > .ui-example {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; }
      .cms-typography .ui-container .ui-row > .ui-example > .inputs-example {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%; }
        @media only screen and (max-width: 770px) {
          .cms-typography .ui-container .ui-row > .ui-example > .inputs-example {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
  .cms-typography .ui-container .colors-grid .colors-grid-table ul.inline-block {
    margin: 0 auto; }
    .cms-typography .ui-container .colors-grid .colors-grid-table ul.inline-block li {
      display: inline-block;
      width: 10.2564102564%;
      float: left;
      margin-right: 2.5641025641%; }
      @media only screen and (max-width: 770px) {
        .cms-typography .ui-container .colors-grid .colors-grid-table ul.inline-block li {
          width: 13.7931034483%;
          float: left;
          margin-right: 3.4482758621%;
          margin-bottom: 40px; } }
  .cms-typography .ui-container .colors-grid .colors-grid-table ul.color-box-labels li {
    color: #555555; }
  .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box {
    width: 3.9285714286em;
    height: 2.4285714286em;
    margin: 0; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box p {
      padding-top: 2.7142857143em; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-mint {
      background-color: #00A78E; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-grey {
      background-color: #444444; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-grey-dark {
      background-color: #555555; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-grey-light {
      background-color: #777777; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-grey-xxlight {
      background-color: #bbbbbb; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-grey-xlight {
      background-color: #aaaaaa; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-white-xdark {
      background-color: #eeeeee; }
    .cms-typography .ui-container .colors-grid .colors-grid-table li.color-box.c-white-dark {
      background-color: #f8f8f8; }
  .cms-typography .ui-container .colors-grid .colors-grid-table tr.color-boxes li,
  .cms-typography .ui-container .colors-grid .colors-grid-table ul.color-box-labels li {
    padding: 10px;
    text-align: center;
    vertical-align: top; }
  .cms-typography .ui-container .font-url {
    border-bottom: 1px solid #cccccc; }
    .cms-typography .ui-container .font-url .box-title {
      padding-top: 10px; }
    .cms-typography .ui-container .font-url > .box-title:first-child {
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .font-url > .box-title.font-title {
      width: 83.0508474576%;
      float: left;
      margin-right: 1.6949152542%;
      display: inline; }
  .cms-typography .ui-container .logos-example .logo-box {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .cms-typography .ui-container .logos-example .logo-box img.small {
      max-width: 100px; }
  .cms-typography .ui-container .tab-ui-row {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .cms-typography .ui-container .tab-ui-row .header-cell {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .tab-ui-row .font-size-cell {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .tab-ui-row .typography-ui-sample ul.inline-list li {
      display: inline-block; }
      .cms-typography .ui-container .tab-ui-row .typography-ui-sample ul.inline-list li:first-child {
        margin-left: 0; }
    .cms-typography .ui-container .tab-ui-row .typography-ui-sample span h4, .cms-typography .ui-container .tab-ui-row .typography-ui-sample span p {
      display: inline-block; }
    .cms-typography .ui-container .tab-ui-row .typography-ui-sample span p {
      margin-left: 15px; }
    .cms-typography .ui-container .tab-ui-row form.example-input-form .normal-input-example {
      display: block; }

.sample-icons-fa {
  font-size: 18px;
  color: #aaaaaa;
  margin-right: 10px; }
  .sample-icons-fa.fa-plus-circle {
    color: #00A78E; }

.sample-icons {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/mint2-sprite.png");
  background-repeat: no-repeat;
  margin-right: 10px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .sample-icons {
      background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite@2x.png);
      background-size: 100px 1000px; } }
  .sample-icons.icon-account {
    background-position: 3px -58px; }
  .sample-icons.icon-cart {
    background-position: 2px -121px; }
  .sample-icons.icon-nav {
    background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite.png);
    background-repeat: no-repeat;
    background-position: 4px 4px; }
  .sample-icons.icon-arrow {
    background-position: 4px -542px;
    background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite.png);
    background-repeat: no-repeat; }
  .sample-icons.icon-grid {
    background-position: -42px -492px;
    background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite.png);
    background-repeat: no-repeat; }
  .sample-icons.icon-list {
    background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/icon_sprite.png);
    background-position: 11px -517px;
    background-repeat: no-repeat; }

.label-sample-ui {
  width: 44px;
  height: 24px;
  padding: 5px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  margin-right: 10px; }

.example-input-form label {
  text-transform: uppercase; }

.example-input-form label.label-radio {
  text-transform: capitalize;
  margin-right: 15px; }

.label-ui-sale:after {
  background: #F03C00;
  content: 'Sale';
  top: 0;
  left: 0;
  padding: 5px; }

.label-ui-new:after {
  background: #00CFC0;
  color: #ffffff;
  content: 'New';
  top: 0;
  left: 0;
  padding: 5px; }

input[type=text].input-standard {
  display: inline;
  width: auto;
  margin-right: 15px;
  margin-top: 15px;
  border: solid 1px #bbbbbb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type=text].input-standard.focus-input-example {
    border: solid 1px rgba(115, 185, 255, 0.9); }
    input[type=text].input-standard.focus-input-example:focus {
      outline: 1px; }
  input[type=text].input-standard.error-input-example {
    border: solid 1px #F03C00; }
    input[type=text].input-standard.error-input-example:focus {
      outline: 1px; }
  input[type=text].input-standard:focus {
    outline: 1px; }

input[type=number].number-input-example {
  margin-bottom: 15px;
  width: 3em;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #bbbbbb;
  background: #ffffff;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type=number].number-input-example:focus {
    border: 1px solid rgba(115, 185, 255, 0.9);
    outline: 1px; }

.label-radio input[type="radio"] {
  margin-right: 15px; }

.example-input-form input[type='checkbox'] {
  margin-left: 15px; }

.example-input-form .custom-select {
  margin: 15px 0; }

.float-right {
  float: right; }

.example-input-form-global input[type=email].newsletter-type {
  height: 60px;
  background: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/newsletter.png) no-repeat scroll 15px;
  background-color: #eeeeee;
  padding-left: 4em;
  color: #aaaaaa;
  font-weight: 300;
  font-size: 18px;
  color: #aaaaaa;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .example-input-form-global input[type=email].newsletter-type:focus {
    border: solid 2px rgba(115, 185, 255, 0.9);
    outline: 1px;
    background-color: #fff; }

.example-input-form-global input[type=email],
.example-input-form-global input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: solid 1px #d8d8d8;
  background: #dddddd;
  font-size: 14px;
  height: 40px;
  padding: 0 8px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .example-input-form-global input[type=email]:focus,
  .example-input-form-global input[type=password]:focus {
    outline: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.form-search-example {
  position: relative; }
  .form-search-example input[type=search] {
    width: 100%;
    height: 49px;
    padding-right: 40px;
    padding-left: 2.5em;
    border: 3px solid #f8f8f8;
    background: transparent;
    color: #aaaaaa; }
    .form-search-example input[type=search]:focus {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 1px; }
  .form-search-example i.icon {
    position: absolute;
    color: #aaaaaa;
    top: 18px;
    left: -5px;
    margin-left: 1em;
    font-size: 16px; }

.social-side {
  clear: both;
  padding-top: 20px; }

.map-side {
  margin: 20px 0; }

@media only screen and (max-width: 1000px) {
  .contacts-index-index #contactForm .form-list {
    max-width: 450px; } }

@media only screen and (max-width: 770px) {
  .contacts-index-index #contactForm .form-list {
    max-width: 100%; }
  .contacts-index-index .social-sidem, .contacts-index-index .map-side {
    text-align: center; }
  .contacts-index-index .col-right .postal {
    text-align: center;
    width: 100%; }
    .contacts-index-index .col-right .postal h3 {
      margin-top: 0; }
  .cms-typography .col-left .cms-menu-wrapper .block-cms-menu,
  .cms-typography .col-left-first .cms-menu-wrapper .block-cms-menu {
    padding: 0; }
  .cms-typography .ui-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .cms-typography .ui-container:after {
      content: " ";
      display: block;
      clear: both; }
    .cms-typography .ui-container .ui-row {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px; }
      .cms-typography .ui-container .ui-row > .ui-header {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .cms-typography .ui-container .ui-row > .ui-example {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
    .cms-typography .ui-container .tab-ui-row .header-cell {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .tab-ui-row .font-size-cell {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .tab-ui-row .typography-ui-sample {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .colors-grid table.colors-grid-table tr.color-boxes td,
    .cms-typography .ui-container .colors-grid table.colors-grid-table tr.color-box-labels td {
      padding: 0 6px; }
    .cms-typography .ui-container .label-sample-ui {
      width: 44px;
      height: 24px;
      font-size: 12px;
      text-align: center;
      line-height: 22px; }
      .cms-typography .ui-container .label-sample-ui:before.label-ui-new {
        background: #00d9a3;
        color: #ffffff;
        content: 'New';
        top: 0;
        left: 0; }
    .cms-typography .ui-container .font-url > .box-title:first-child {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .font-url > .box-title.font-title {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%; }
    .cms-typography .ui-container .logos-example .logo-box {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      margin: 0 auto;
      margin-bottom: 20px; }
      .cms-typography .ui-container .logos-example .logo-box.logo-large {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
    .cms-typography .ui-container table.typography-ui-table {
      margin-top: 20px; }
  .example-input-form label {
    width: 100%; }
  .social-side {
    text-align: center; } }

@media only screen and (max-width: 599px) {
  .contacts-index-index #contactForm .buttons-set button {
    width: 100%; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box {
  display: block;
  padding: 20px 0;
  clear: both;
  height: 100px; }
  .price-box.map-info .old-price {
    display: none; }
  .price-box .price {
    color: #444444;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    float: left; }
  .price-box p {
    margin-bottom: 0; }
  .price-box .label {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 5px;
    line-height: 13px;
    vertical-align: top;
    font-weight: normal; }
  .price-box .regular-price, .price-box .regular-price + label,
  .price-box .minimal-price-link .price, .price-box .price + .label {
    display: inline;
    float: left; }
  .price-box .special-price {
    display: block;
    clear: both;
    padding: 5px 0 0; }
    .price-box .special-price .price-label {
      padding-right: 5px;
      font-size: 11px; }
    .price-box .special-price .price-label, .price-box .special-price .price {
      color: #F03C00;
      float: left;
      line-height: 21px; }
  .price-box .minimal-price-link {
    padding-left: 0;
    color: #00A78E;
    display: block;
    text-decoration: none;
    padding-top: 3px;
    clear: both; }

.price-notice {
  color: #555555; }

.price-box .price-label {
  color: #555555;
  white-space: nowrap;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  text-transform: uppercase; }

.catalog-category-view .products-list .price-box {
  height: auto;
  padding-bottom: 0; }

@media only screen and (max-width: 1199px) {
  .catalog-category-view .products-list .qty-box + button {
    font-size: 11px; } }

.catalog-product-view .product-shop .price-info .price-box {
  padding: 0;
  height: auto; }
  .catalog-product-view .product-shop .price-info .price-box .label {
    color: #444444;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 7px; }
    .catalog-product-view .product-shop .price-info .price-box .label:before {
      content: '/ ';
      display: inline; }
  .catalog-product-view .product-shop .price-info .price-box .price, .catalog-product-view .product-shop .price-info .price-box .label {
    vertical-align: bottom;
    clear: none; }
  .catalog-product-view .product-shop .price-info .price-box .special-price .price {
    color: #F03C00; }
  .catalog-product-view .product-shop .price-info .price-box .special-price .price-label {
    line-height: 30px;
    vertical-align: middle;
    padding-right: 7px; }
  .catalog-product-view .product-shop .price-info .price-box + .price {
    clear: both;
    padding-top: 30px; }

.catalog-product-view .product-shop .price-info .price {
  font-size: 23px;
  font-weight: normal;
  line-height: 1;
  color: #111111; }

.catalog-product-view .product-shop .price-info span.text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #111111;
  line-height: 2.5; }
  .catalog-product-view .product-shop .price-info span.text.per-bottle {
    font-weight: normal;
    color: #444444;
    font-size: 11px;
    line-height: 23px; }

.catalog-product-view .mini-products-list .price-box {
  height: auto;
  padding: 10px 0; }
  .catalog-product-view .mini-products-list .price-box .minimal-price-link {
    padding-top: 0; }

.crosssell .products-grid .product-details .price-box,
.crosssell .products-grid#upsell-product-table .product-details .price-box,
.box-up-sell .products-grid .product-details .price-box,
.box-up-sell .products-grid#upsell-product-table .product-details .price-box {
  height: auto;
  padding: 10px 0; }

.product-view .product-shop .price-box-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  .product-view .product-shop .price-box-grid:after {
    content: " ";
    display: block;
    clear: both; }
  .product-view .product-shop .price-box-grid .add-to-cart-buttons {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    margin-bottom: 20px; }
  .product-view .product-shop .price-box-grid .qty-wrapper {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%; }
    .product-view .product-shop .price-box-grid .qty-wrapper label p {
      text-transform: uppercase; }

.product-view .product-shop .add-to-case {
  border-top: 1px solid #cccccc; }
  .product-view .product-shop .add-to-case button.btn-case {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    margin: 20px 0 10px; }

@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both; }
  .product-view .product-shop .price-box {
    margin-top: 0;
    height: auto; }
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
      font-size: 16px; }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
      font-size: 20px; }
  .product-view .product-shop .price-info {
    clear: both; }
  .product-view .add-to-links a {
    text-transform: uppercase;
    font-size: 13px; } }

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

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

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

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

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

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

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

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

.product-tab-area ul.product-tabs {
  overflow: hidden;
  margin: 0 0 -1px; }
  .product-tab-area ul.product-tabs li {
    display: inline-block;
    margin: 0 4px 0 0;
    text-align: center;
    position: relative;
    float: left;
    background: #eeeeee;
    border-bottom-color: #eeeeee; }
    .product-tab-area ul.product-tabs li a {
      color: #666666;
      font-size: 16px;
      text-decoration: none;
      padding: 12px 60px 11px;
      display: block; }
    .product-tab-area ul.product-tabs li.active {
      background: #0A7666;
      border-bottom: none; }
      .product-tab-area ul.product-tabs li.active a {
        cursor: default;
        color: #ffffff; }

.product-tab-area .product-tabs-container {
  margin: 0 0 20px;
  padding: 30px;
  background: #fff;
  border: 1px solid #dddddd;
  width: 100%;
  content: '';
  display: table;
  clear: both; }
  .product-tab-area .product-tabs-container .box-description {
    padding-bottom: 20px; }

#product-attribute-specs-table tr.product-atribute {
  line-height: 2; }
  #product-attribute-specs-table tr.product-atribute td {
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    padding: 0 10px 0 0; }
    #product-attribute-specs-table tr.product-atribute td.last {
      border-left: 1px solid #eaeaea;
      padding: 0 0 0 10px; }
  #product-attribute-specs-table tr.product-atribute.first td {
    border-top: none; }
  #product-attribute-specs-table tr.product-atribute.last td {
    border-bottom: none; }

@media only screen and (min-width: 980px) {
  .product-tab-area ul.product-tabs li {
    min-width: 15.2857142857em; } }

@media only screen and (max-width: 979px) {
  .product-tab-area ul.product-tabs li a {
    padding: 12px 20px 11px; } }

@media only screen and (max-width: 770px) {
  .product-tab-area ul.product-tabs li {
    min-width: 5.7142857143em; } }

@media only screen and (max-width: 599px) {
  .product-tab-area ul.product-tabs {
    display: none; } }

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

.product-tab-area .product-tabs-container .accordion-handle {
  display: none; }

@media only screen and (max-width: 599px) {
  .product-tab-area ul.product-accordion {
    display: none; }
    .product-tab-area ul.product-accordion li {
      min-width: 100%;
      overflow: hidden;
      position: relative; }
      .product-tab-area ul.product-accordion li:active {
        display: block; }
  .product-tab-area .product-tabs-container {
    border: 0;
    overflow: auto;
    padding: 0; }
    .product-tab-area .product-tabs-container .product-tabs-content {
      display: none;
      padding: 0 1.6949152542% 1.6949152542%; }
    .product-tab-area .product-tabs-container .accordion-handle {
      display: block;
      border-left: 5px solid #00A78E;
      position: relative;
      background: #f8f8f8;
      cursor: pointer;
      font-size: 1.2em;
      margin-bottom: 0.5em;
      padding: 0.8em 0;
      width: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      content: '';
      display: table;
      clear: both; }
      .product-tab-area .product-tabs-container .accordion-handle span {
        padding-left: 1.5em; }
      .product-tab-area .product-tabs-container .accordion-handle:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #00A78E;
        border-right: none;
        top: 38%; } }

/**
 * Magebase Extras
 *
 * @category    Magebase
 * @package     Magebase_Extras
 * @copyright   Copyright (c) 2012 LERO9 Ltd
 */
/* ============================================ *
 * Tags - List Block
 * ============================================ */
ul.tags-list,
ul.product-tags {
  list-style: none;
  margin-bottom: 10px; }
  ul.tags-list li,
  ul.tags-list a,
  ul.product-tags li,
  ul.product-tags a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    color: #ffffff;
    margin-right: 5px;
    text-decoration: none;
    font-size: 13px !important; }
  ul.tags-list li,
  ul.product-tags li {
    margin: 5px 8px;
    padding: 0 10px 0 12px;
    background: #888888;
    font-size: 13px !important;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px; }
    ul.tags-list li:before,
    ul.product-tags li:before {
      content: "";
      float: left;
      position: absolute;
      top: 0;
      left: -12px;
      width: 0;
      height: 0;
      border-color: transparent #888888 transparent transparent;
      border-style: solid;
      border-width: 12px 12px 12px 0; }
    ul.tags-list li:after,
    ul.product-tags li:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      float: left;
      width: 4px;
      height: 4px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #fff;
      -moz-box-shadow: -1px -1px 2px #222222;
      -webkit-box-shadow: -1px -1px 2px #222222;
      box-shadow: -1px -1px 2px #222222; }
    ul.tags-list li:hover,
    ul.product-tags li:hover {
      background: #aeaeae; }
      ul.tags-list li:hover:before,
      ul.product-tags li:hover:before {
        border-color: transparent #aeaeae transparent transparent; }

.block-tags .actions a {
  margin-top: 10px;
  display: block;
  content: '';
  display: table;
  clear: both; }

body.tag-list-index .main {
  padding-top: 20px; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     mint2
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.subcategory-grid .products-grid > div {
  position: relative;
  width: 23.7288135593%;
  float: left;
  margin-bottom: 1.6949152542%; }
  .subcategory-grid .products-grid > div:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .subcategory-grid .products-grid > div:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none; }
  .subcategory-grid .products-grid > div:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  .subcategory-grid .products-grid > div:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none; }
  .subcategory-grid .products-grid > div img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media only screen and (max-width: 979px) {
    .subcategory-grid .products-grid > div {
      width: 32.2033898305%;
      float: left; }
      .subcategory-grid .products-grid > div:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .subcategory-grid .products-grid > div:nth-child(3n + 2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none; }
      .subcategory-grid .products-grid > div:nth-child(3n + 3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none; } }
  @media only screen and (max-width: 770px) {
    .subcategory-grid .products-grid > div {
      width: 49.1525423729%;
      float: left; }
      .subcategory-grid .products-grid > div:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .subcategory-grid .products-grid > div:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; } }

.subcategory-grid .products-description {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.subcategory-grid .products-grid > div {
  border: 1px solid #eaeaea; }
  .subcategory-grid .products-grid > div a.category-thumbnail {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
    display: block; }
    .subcategory-grid .products-grid > div a.category-thumbnail .subcategory-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 0; }
      .subcategory-grid .products-grid > div a.category-thumbnail .subcategory-overlay::before {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s false, -webkit-transform 0.35s false;
        -moz-transition: opacity 0.35s false false, -moz-transform 0.35s false false;
        -o-transition: opacity 0.35s false false, -o-transform 0.35s false false;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    @media only screen and (min-width: 980px) {
      .subcategory-grid .products-grid > div a.category-thumbnail:hover .subcategory-overlay::before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #00A78E; }
      .subcategory-grid .products-grid > div a.category-thumbnail:hover + .products-description .subcategory-title {
        background-color: rgba(0, 0, 0, 0.6); }
        .subcategory-grid .products-grid > div a.category-thumbnail:hover + .products-description .subcategory-title span {
          color: #00A78E; } }

.subcategory-grid .products-description {
  width: 100%;
  height: 100%;
  padding: 10%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media only screen and (max-width: 599px) {
    .subcategory-grid .products-description {
      padding: 5%; } }
  @media only screen and (max-width: 479px) {
    .subcategory-grid .products-description {
      padding: 8%; } }
  .subcategory-grid .products-description .subcategory-title {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    padding: 3%; }
    .subcategory-grid .products-description .subcategory-title span {
      color: #ffffff;
      font-size: 12px;
      font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif, sans-serif;
      font-weight: 700;
      padding-top: 10%;
      display: block; }
    .subcategory-grid .products-description .subcategory-title h2 {
      font-size: 18px;
      font-weight: 600; }
    .subcategory-grid .products-description .subcategory-title h5 a, .subcategory-grid .products-description .subcategory-title h2 a {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-decoration: none; }
    @media only screen and (max-width: 770px) {
      .subcategory-grid .products-description .subcategory-title {
        background-color: rgba(0, 0, 0, 0.45); }
        .subcategory-grid .products-description .subcategory-title span {
          padding-top: 20%; } }

@media only screen and (max-width: 599px) {
  .subcategory-grid .products-description .subcategory-title span {
    padding-top: 20px; } }

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

 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


button::-moz-focus-inner {
  border: 0;
  outline: 0; }

input::-moz-focus-inner {
  border: 0;
  outline: 0; }

select::-moz-focus-inner {
  border: 0;
  outline: 0; }

.customer-account .main {
  padding-top: 40px; }

.widget-static-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .widget-static-block:after {
    content: " ";
    display: block;
    clear: both; }
  .widget-static-block:after {
    content: '';
    display: table;
    clear: both; }

.brand-boxes div a img {
  width: auto;
  height: 100%; }

.container-2-blocks {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container-2-blocks:after {
    content: " ";
    display: block;
    clear: both; }
  .container-2-blocks .widget-static-block {
    position: relative; }
  .container-2-blocks > div img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 600px) {
    .container-2-blocks > div {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
      .container-2-blocks > div:nth-child(2n+2) {
        float: right;
        margin-right: 0; } }
  @media only screen and (max-width: 599px) {
    .container-2-blocks > div {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 2%; }
      .container-2-blocks > div:after {
        content: '';
        display: table;
        clear: both; } }

.home-page-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00A78E;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: bold; }
  .home-page-label.label-location:after {
    content: '\f041';
    font-family: "FontAwesome";
    display: inline;
    line-height: 1;
    padding-left: 10px;
    font-size: 20px; }
  .home-page-label.label-delivery {
    padding: 10px 60px 10px 25px; }
    .home-page-label.label-delivery:after {
      position: absolute;
      content: '';
      background-position: 0px -187px;
      background-repeat: no-repeat;
      position: absolute;
      width: 32px;
      height: 18px;
      margin-left: 10px; }
  @media only screen and (max-width: 770px) {
    .home-page-label {
      width: 100%;
      padding: 10px;
      font-weight: normal; }
      .home-page-label.label-delivery {
        padding: 10px; } }
  @media only screen and (max-width: 599px) {
    .home-page-label {
      width: auto;
      padding: 10px 25px;
      font-weight: bold; }
      .home-page-label.label-delivery {
        padding: 10px 60px 10px 25px; } }

img[width],
img[height] {
  max-width: none; }

.cms-page-view .std .header-promo,
.header-promo {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .cms-page-view .std .header-promo:after,
  .header-promo:after {
    content: '';
    display: table;
    clear: both; }
  .cms-page-view .std .header-promo p,
  .header-promo p {
    background: #eeeeee;
    padding: 19px 8px;
    background-size: contain;
    color: #4e4e4e;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0; }
    .cms-page-view .std .header-promo p strong,
    .header-promo p strong {
      font-weight: 400;
      color: #555555; }
    @media only screen and (max-width: 979px) {
      .cms-page-view .std .header-promo p,
      .header-promo p {
        font-size: 16px; } }
    @media only screen and (max-width: 770px) {
      .cms-page-view .std .header-promo p,
      .header-promo p {
        line-height: 1.5; } }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1800; }
  @media only screen and (max-width: 770px) {
    .overlay {
      top: 173px; } }

.category-description.toggle-content {
  display: none;
  padding: 1.6949152542%; }
  .category-description.toggle-content p {
    margin: 0; }

.social-list {
  margin-bottom: 25px; }

.social-list li {
  display: inline-block; }
  .social-list li i[class^="fa"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 12px 0 0;
    color: #ffffff;
    background-color: #bbbbbb;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px; }
    .social-list li i[class^="fa"].fa-facebook {
      background-color: #395083; }
    .social-list li i[class^="fa"].fa-twitter {
      background-color: #3AAAE3; }
    .social-list li i[class^="fa"].fa-instagram {
      background-color: #2F588C; }
    .social-list li i[class^="fa"]:hover {
      background-color: #00A78E; }

@media only screen and (max-width: 770px) {
  .social-list li i[class^="fa"] {
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px; } }

.account-create .filter-select, .account-create h1 {
  margin-top: 10px; }

.account-create ul.form-list {
  margin-top: 30px; }

.login-only h1,
.col-inner-wrapper h1,
.account-create h1,
.customer-account-forgotpassword .col-main h1,
.tag-list-index .col2-right-layout h1 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00A78E;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-bottom: 15px; }

.login-only h3, .login-only h2,
.col-inner-wrapper h3,
.col-inner-wrapper h2,
.account-create h3,
.account-create h2,
.customer-account-forgotpassword .col-main h3,
.customer-account-forgotpassword .col-main h2,
.tag-list-index .col2-right-layout h3,
.tag-list-index .col2-right-layout h2 {
  font-size: 24px;
  font-weight: 300; }
  @media only screen and (max-width: 770px) {
    .login-only h3, .login-only h2,
    .col-inner-wrapper h3,
    .col-inner-wrapper h2,
    .account-create h3,
    .account-create h2,
    .customer-account-forgotpassword .col-main h3,
    .customer-account-forgotpassword .col-main h2,
    .tag-list-index .col2-right-layout h3,
    .tag-list-index .col2-right-layout h2 {
      padding-left: 10%; } }
  @media only screen and (max-width: 599px) {
    .login-only h3, .login-only h2,
    .col-inner-wrapper h3,
    .col-inner-wrapper h2,
    .account-create h3,
    .account-create h2,
    .customer-account-forgotpassword .col-main h3,
    .customer-account-forgotpassword .col-main h2,
    .tag-list-index .col2-right-layout h3,
    .tag-list-index .col2-right-layout h2 {
      font-size: 20px;
      padding-bottom: 10px;
      padding-top: 20px; } }

.back-link {
  color: #666666;
  text-align: center;
  padding: 15px;
  margin-top: 20px; }
  .back-link a {
    color: #666666; }

.additional-info-text {
  border-left: 5px solid #bbbbbb;
  padding-left: 10px;
  font-size: 16px;
  color: #555555;
  margin: 20px 0 !important;
  padding-right: 50px;
  position: relative;
  display: inline-block; }
  .additional-info-text i {
    padding-left: 10px;
    font-size: 15px;
    cursor: pointer;
    vertical-align: middle;
    color: #00A78E; }
    .additional-info-text i:before {
      position: absolute;
      right: 6%;
      top: 28%; }

.additional-info {
  display: none;
  margin: 10px 0 20px; }

.col-inner-wrapper .description {
  margin: 20px 0; }

.col-inner-wrapper .form-instructions {
  margin-bottom: 25px; }

.col-inner-wrapper .form-list > li {
  margin-bottom: 15px; }

.col-inner-wrapper .form-list .control {
  margin-bottom: 0; }

@media only screen and (max-width: 979px) {
  li#opc-login {
    margin-bottom: 20px; } }

#login-form .input-box {
  padding-top: 0; }

#login-form .control {
  clear: left;
  margin-bottom: 20px;
  display: inline-block; }
  #login-form .control .input-box {
    float: none; }

#login-form .password-wrapper,
#login-form .forgot-wrapper {
  float: left; }

#login-form li.forgot-wrapper {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  line-height: 39px;
  text-align: center;
  padding-right: 40px; }
  @media only screen and (max-width: 599px) {
    #login-form li.forgot-wrapper {
      float: right; } }
  @media only screen and (max-width: 479px) {
    #login-form li.forgot-wrapper {
      padding-right: 0; } }
  #login-form li.forgot-wrapper a {
    color: #00A78E;
    text-decoration: underline; }
    #login-form li.forgot-wrapper a:hover {
      color: #007463; }

#login-form li.remember-me-box {
  margin-bottom: 0; }
  #login-form li.remember-me-box input.checkbox {
    margin-left: 8px; }
  #login-form li.remember-me-box label {
    padding-left: 40px;
    padding-right: 0; }

.customer-account-login #login-form .login-wrapper,
.customer-account-login #login-form .password-wrapper {
  width: 100%; }
  .customer-account-login #login-form .login-wrapper label,
  .customer-account-login #login-form .password-wrapper label {
    display: none; }

.customer-account-login #login-form .forgot-wrapper {
  display: inline-block;
  float: right;
  line-height: 40px; }

.customer-account-login #login-form li.remember-me-box input.checkbox {
  margin-left: 0; }

.customer-account-login #login-form li.remember-me-box label {
  padding-left: 35px; }

.customer-account-login #login-form .control {
  clear: none;
  display: inline-block;
  margin-top: 0; }

.customer-account-login #login-form input[type=password],
.customer-account-login #login-form input[type=email] {
  width: 100%;
  height: 50px;
  max-width: 100%;
  background: #eeeeee;
  border: 1px solid #dddddd;
  display: block;
  margin: 0px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 15px; }

@media only screen and (min-width: 771px) {
  .customer-account-login .col2-set .col-1 .buttons-set {
    position: absolute;
    bottom: 0; } }

@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set .col-1 .buttons-set {
    text-align: left; } }

div#checkout-progress-wrapper div.block.block-progress div.block-title {
  padding-left: 15px; }

.ias-trigger-next a {
  text-decoration: none;
  text-transform: uppercase;
  color: #00A78E; }
  .ias-trigger-next a:hover {
    color: #007463; }

.cms-home .col1-layout .std {
  width: auto; }

.remember-me-popup-head h4 {
  color: #888888; }

.back-link {
  padding: 0; }

.back-link a {
  display: inline-block;
  padding: 10px 0 !important;
  border: 0;
  color: #006C6E;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 100px;
  text-decoration: none; }

.account-exists {
  padding-top: 20px;
  text-align: center; }
  .account-exists a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: underline; }

dd.clearfix.swatch-attr.last {
  margin-bottom: 15px; }

.testimonials-sidebar {
  display: block;
  position: relative; }
  @media only screen and (min-width: 771px) {
    .testimonials-sidebar {
      margin-top: 30px; }
      .testimonials-sidebar .block-title strong {
        text-transform: capitalize;
        font-size: 16px;
        color: #999999;
        font-weight: 400;
        margin: 15px 0 20px; } }
  @media only screen and (max-width: 770px) {
    .testimonials-sidebar.block:not(.block-layered-nav) {
      margin-bottom: 0 !important; } }
  .testimonials-sidebar .block-content .testimonial-box {
    padding-top: 0; }
    .testimonials-sidebar .block-content .testimonial-box .testimonial-text {
      text-align: left;
      margin: 0;
      font-weight: 300;
      color: #999999;
      padding-top: 26px; }
    .testimonials-sidebar .block-content .testimonial-box .testimonial-name {
      font-weight: 500;
      padding-top: 20px;
      color: #777777; }
    .testimonials-sidebar .block-content .testimonial-box p.testimonial-name,
    .testimonials-sidebar .block-content .testimonial-box p.testimonial-text {
      padding-left: 35px;
      padding-right: 15px; }
    .testimonials-sidebar .block-content .testimonial-box:after {
      color: #cccccc;
      font-size: 5em;
      font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
      line-height: 0.1em;
      margin: 0;
      vertical-align: -0.4em;
      position: absolute; }
    .testimonials-sidebar .block-content .testimonial-box:before {
      content: "\f10d";
      left: 0;
      font-family: "FontAwesome";
      font-size: 26px;
      color: #dddddd;
      display: block;
      float: left; }
  .testimonials-sidebar .actions {
    padding-top: 25px;
    text-align: left; }
    .testimonials-sidebar .actions a {
      float: none; }

@media only screen and (max-width: 770px) {
  .header-promo {
    margin-top: 5px; } }

#ageverification-wrapper #ageverification {
  background: #E7ECEB;
  border: 1px solid #00A78D;
  text-align: center;
  padding: 0;
  width: 480px;
  height: auto; }
  #ageverification-wrapper #ageverification p {
    font-size: 18px;
    color: #333;
    padding: 20px 10px; }
    #ageverification-wrapper #ageverification p#ageverification-details {
      font-size: 11px;
      padding: 0 0 10px; }

#ageverification-wrapper .main-logo {
  background: #00A78D;
  padding: 25px 0 10px; }
  #ageverification-wrapper .main-logo img {
    margin: 0 auto;
    width: 230px; }

#ageverification-wrapper #ageverification-no {
  text-transform: uppercase;
  color: #006C6E;
  font-size: 12px;
  padding-top: 7px; }

#ageverification-wrapper button#ageverification-yes {
  border-top: none;
  background: #006C6E;
  position: relative;
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px; }
  #ageverification-wrapper button#ageverification-yes:hover {
    background: #005355; }

@media only screen and (max-width: 479px) {
  #ageverification-wrapper #ageverification {
    width: 400px; }
    #ageverification-wrapper #ageverification p {
      font-size: 12px; } }

@media only screen and (max-width: 479px) {
  .products-grid .item .product-info .product-short-descr {
    height: 75px; } }

@media only screen and (max-width: 320px) {
  .page-header .logo {
    padding-left: 0;
    margin-left: 43px; }
    .page-header .logo:before {
      display: none; }
    .page-header .logo img {
      max-width: 160px; } }

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

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

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  *zoom: 1; }
  .promos:after {
    content: "";
    display: table;
    clear: both; }

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

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

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

.promos a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block; }

.promos span {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 400;
  font-size: 20px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  text-shadow: 1px 1px 3px false #555555; }

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

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px; }
  .promos strong {
    font-size: 17px; }
  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.746031746%;
    margin-right: 2.380952381%; }
  .promos > li:nth-child(3n) {
    margin-right: 0; } }

@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px; }
  .promos strong {
    font-size: 24px; } }

/* -------------------------------------------- *
 * WP Posts Tabs section
 */
body.cms-index-index section.home-filter-wp {
  padding: 0;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    body.cms-index-index section.home-filter-wp {
      margin-bottom: 70px; } }
  body.cms-index-index section.home-filter-wp ul.ui-tabs-nav {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 0; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) {
      background-color: #E7ECEB;
      display: inline-block;
      float: none;
      width: 214px;
      margin-right: 4px; }
      @media only screen and (max-width: 886px) {
        body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) {
          width: calc((100% - 12px)/4); } }
      @media only screen and (max-width: 599px) {
        body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) {
          white-space: normal;
          min-height: 52px;
          vertical-align: middle; } }
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
        color: #444444;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 50px;
        padding: 0;
        float: none; }
        @media only screen and (max-width: 868px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
            font-size: 15px;
            line-height: 48px; } }
        @media only screen and (max-width: 760px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
            font-size: 14px;
            line-height: 45px; } }
        @media only screen and (max-width: 700px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
            font-size: 13px;
            line-height: 40px; } }
        @media only screen and (max-width: 599px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
            line-height: 16px;
            padding: 10px 0;
            margin: 0 auto;
            width: 70%;
            display: block;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            top: 50%;
            left: 50%;
            position: absolute; } }
        @media only screen and (max-width: 470px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
            font-size: 12px;
            line-height: 13px; } }
        @media only screen and (max-width: 479px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:not(:first-child) a {
            font-size: 11px; } }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:last-child {
      margin-right: 0; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:not(:first-child):after {
      left: calc(50% - 10px); }
      @media only screen and (max-width: 599px) {
        body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:not(:first-child):after {
          bottom: -10px; } }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:not(:first-child) a {
      color: #ffffff; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child {
      top: 8px;
      right: 15px;
      position: absolute; }
      @media only screen and (max-width: 1199px) {
        body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child {
          top: auto;
          bottom: -35px;
          left: 50%;
          width: 180px;
          background-color: #E7ECEB;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%); } }
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child a {
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: underline; }
        @media only screen and (max-width: 1199px) {
          body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child a {
            text-decoration: none;
            color: #444444;
            float: none;
            line-height: 44px; } }
        body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child a span {
          display: none; }
          @media only screen and (max-width: 1199px) {
            body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child a span {
              display: inline; } }
        body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child a i {
          padding-left: 5px; }
    @media only screen and (max-width: 1199px) {
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child:hover {
        background-color: #00A78E; } }
    @media only screen and (max-width: 1199px) {
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li:first-child:hover a {
        color: #ffffff; } }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-state-active:first-child {
      display: none; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:nth-child(2) {
      background-color: #6AB444; }
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:nth-child(2):after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #6AB444;
        border-bottom: none; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:nth-child(3) {
      background-color: #E65F00; }
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:nth-child(3):after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #E65F00;
        border-bottom: none; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:nth-child(4) {
      background-color: #EA4025; }
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:nth-child(4):after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #EA4025;
        border-bottom: none; }
    body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:last-child {
      background-color: #007B94; }
      body.cms-index-index section.home-filter-wp ul.ui-tabs-nav li.ui-tabs-active:last-child:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #007B94;
        border-bottom: none; }
  body.cms-index-index section.home-filter-wp div.ui-tabs-panel {
    padding: 20px 20px; }
    @media only screen and (max-width: 1199px) {
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel {
        padding: 20px 0; } }
    body.cms-index-index section.home-filter-wp div.ui-tabs-panel div.hfw-spinner {
      text-align: center;
      line-height: 200px; }
    body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts {
      overflow: hidden;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 20px; }
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item {
        width: 275px;
        float: left;
        margin-right: 1.6949152542%;
        border: 1px solid #cccccc;
        margin-bottom: 18px; }
        @media only screen and (max-width: 1199px) {
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%; } }
        @media only screen and (max-width: 979px) {
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%; } }
        @media only screen and (max-width: 770px) {
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%; } }
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.post-featured-image {
          padding: 9px 0; }
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.post-featured-image img {
            display: block;
            width: 250px;
            margin: 0 auto; }
            @media only screen and (max-width: 1199px) {
              body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.post-featured-image img {
                width: calc(100% - 15px); } }
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image {
          width: 250px;
          margin: 0 auto 14px auto;
          padding-bottom: 8px; }
          @media only screen and (max-width: 1199px) {
            body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image {
              width: calc(100% - 15px); } }
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image p.post-category-name {
            text-transform: uppercase;
            display: inline-block;
            width: calc(100% - 80px);
            line-height: 27px; }
            @media only screen and (max-width: 1199px) {
              body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image p.post-category-name {
                font-size: 13px; } }
            @media only screen and (max-width: 979px) {
              body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image p.post-category-name {
                font-size: 14px; } }
            @media only screen and (max-width: 500px) {
              body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image p.post-category-name {
                font-size: 13px; } }
            @media only screen and (max-width: 479px) {
              body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image p.post-category-name {
                display: block;
                width: 100%;
                text-align: center; } }
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image a.read-more {
            color: #404040;
            border: 1px solid #E7ECEB;
            padding: 5px 12px;
            font-size: 10px;
            display: inline-block; }
            @media only screen and (max-width: 479px) {
              body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image a.read-more {
                display: block;
                margin: 0 auto;
                text-align: center; } }
            body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item div.below-post-featured-image a.read-more:hover {
              text-decoration: none; }
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-title {
          width: 250px;
          margin: 0 auto 10px auto;
          font-size: 15px;
          line-height: 18px;
          min-height: 36px; }
          @media only screen and (max-width: 1199px) {
            body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-title {
              width: calc(100% - 15px); } }
          @media only screen and (max-width: 479px) {
            body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-title {
              text-align: center;
              font-size: 13px; } }
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-title > a {
            color: #444444; }
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-meta-when {
          width: 250px;
          margin: 10px auto 10px auto;
          font-size: 11px;
          line-height: 12px; }
          @media only screen and (max-width: 1199px) {
            body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-meta-when {
              width: calc(100% - 15px); } }
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item p.post-meta-when span {
            font-weight: bold; }
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(4n+4) {
        width: 275px;
        float: right;
        margin-right: 0; }
        @media only screen and (max-width: 1199px) {
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(4n+4) {
            width: 23.7288135593%;
            float: right;
            margin-right: 0; } }
        @media only screen and (max-width: 979px) {
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(4n+4) {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%; } }
        @media only screen and (max-width: 770px) {
          body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(4n+4) {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%; } }
      @media only screen and (max-width: 979px) {
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(3n+3) {
          width: 32.2033898305%;
          float: right;
          margin-right: 0; } }
      @media only screen and (max-width: 770px) {
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(3n+3) {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%; } }
      @media only screen and (max-width: 770px) {
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(2n+2) {
          width: 49.1525423729%;
          float: right;
          margin-right: 0; } }
      @media only screen and (max-width: 599px) {
        body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item:nth-child(n+5) {
          display: none; } }
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item.whats-on div.below-post-featured-image {
        border-bottom: 4px solid #6AB444; }
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item.recipe-collection div.below-post-featured-image {
        border-bottom: 4px solid #E65F00; }
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item.whats-hot div.below-post-featured-image {
        border-bottom: 4px solid #EA4025; }
      body.cms-index-index section.home-filter-wp div.ui-tabs-panel ul.home-filter-wp-tab-posts li.item.supplier-profiles div.below-post-featured-image {
        border-bottom: 4px solid #007B94; }

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none; }

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #00A78E;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }

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

/*Home 2*/
.cms-page-view .col-main {
  padding-left: 0; }

.cms-page-view .std {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .cms-page-view .std:after {
    content: " ";
    display: block;
    clear: both; }

.cms-home2 .breadcrumbs {
  display: none; }

.cms-home2 .main {
  padding-bottom: 0; }

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

.category-description {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both; }

.categorylandingMainblock {
  border: 1px solid #e6e6e6;
  padding: 7px; }

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%; }
  .catblocks ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .catblocks ul:after {
      content: " ";
      display: block;
      clear: both; }

.catblocks li {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  position: relative;
  margin-bottom: 20px; }
  .catblocks li:after {
    content: " ";
    display: block;
    clear: both; }

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important; }
    .catblocks li:nth-child(even) {
      margin-right: 0 !important; } }

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

.catblocks li:last-child {
  margin-right: 0 !important; }

.catblocks li img {
  width: 100%;
  max-width: 100%; }

.catblocklinks a {
  color: #ffffff;
  text-decoration: none; }

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 100px; }

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center; }

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 700;
  padding: 0 0 0 8px; }

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important; }

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px; }

.catalog-category-view div.categoryland-caption p.desc {
  color: #3399CC; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 700;
  padding: 0 0 0 8px; }

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px; }

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  color: #666666; }

.catalog-category-view .page-title-overlay,
.catalogsearch-result-index .page-title-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  @media only screen and (max-width: 599px) {
    .catalog-category-view .page-title-overlay,
    .catalogsearch-result-index .page-title-overlay {
      display: none; } }

.catalog-category-view .title-wrapper .page-title,
.catalogsearch-result-index .title-wrapper .page-title {
  position: absolute;
  z-index: 1000;
  width: 50%;
  height: 100%;
  top: 0;
  margin-top: 0;
  padding: 3% 5%; }
  .catalog-category-view .title-wrapper .page-title p,
  .catalogsearch-result-index .title-wrapper .page-title p {
    color: #ffffff; }

.catalog-category-view .page-title-overlay-no-img,
.catalogsearch-result-index .page-title-overlay-no-img {
  background: none; }

.catalog-category-view .block-category-nav .block-title,
.catalog-category-view .block-layered-nav .block-title,
.catalogsearch-result-index .block-category-nav .block-title,
.catalogsearch-result-index .block-layered-nav .block-title {
  padding-left: 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
  font-size: 12px; }
  .catalog-category-view .block-category-nav .block-title span.label,
  .catalog-category-view .block-layered-nav .block-title span.label,
  .catalogsearch-result-index .block-category-nav .block-title span.label,
  .catalogsearch-result-index .block-layered-nav .block-title span.label {
    display: none; }

@media only screen and (max-width: 770px) {
  .catalog-category-view .page-title-overlay,
  .catalogsearch-result-index .page-title-overlay {
    background-color: rgba(0, 0, 0, 0.6); }
  .catalog-category-view .page-title,
  .catalogsearch-result-index .page-title {
    width: 100%;
    height: 100%; } }

.col-left-first .block-title {
  margin-bottom: 0.5em; }
  .col-left-first .block-title strong {
    font-weight: 600; }

.col-left-first .block-content li.top-level ul {
  display: none;
  padding: 10px 15px;
  background: #f8f8f8; }

.col-left-first .block-content li.top-level a {
  padding-left: 25px;
  color: #666666;
  font-weight: 300;
  position: relative;
  line-height: 2;
  font-size: 12px; }
  .col-left-first .block-content li.top-level a .child-switcher {
    position: absolute;
    background: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/nav-sprite.png") no-repeat 0px 0px;
    text-indent: -99999px;
    top: 5px;
    left: 7px;
    width: 10px;
    height: 10px; }

.col-left-first .block-content li.top-level.shown ul {
  display: block; }

.col-left-first .block-content li.top-level.shown > a {
  color: #444444;
  font-weight: 600;
  text-decoration: none; }
  .col-left-first .block-content li.top-level.shown > a .child-switcher {
    background: url("https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/nav-sprite.png") no-repeat 0px -59px;
    top: 7px; }

.widget-block-title.c-variety, .widget-block-title.c-grocery, .widget-block-title.c-wine {
  text-align: center;
  margin: 20px 0;
  padding: 12px 0;
  height: 90px; }
  .widget-block-title.c-variety img, .widget-block-title.c-grocery img, .widget-block-title.c-wine img {
    display: inline-block;
    max-width: 320px; }

.widget-block-title.c-grocery {
  background: #F47818; }

.widget-block-title.c-variety {
  background: #EA4025; }

.widget-block-title.c-wine {
  background: #4E2966; }

/* ============================================ *
 * Responsive Category View Styles
 * ============================================ */
.catalogsearch-result-index .title-wrapper,
.catalog-category-view .title-wrapper {
  position: relative;
  margin-bottom: 25px; }

.catalogsearch-result-index .landing-category-title h1,
.catalogsearch-result-index .landing-category-title-no-img h1,
.catalog-category-view .landing-category-title h1,
.catalog-category-view .landing-category-title-no-img h1 {
  text-align: left; }

.catalogsearch-result-index .category-image,
.catalog-category-view .category-image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  padding: 0; }
  .catalogsearch-result-index .category-image img,
  .catalog-category-view .category-image img {
    width: 100%;
    height: auto;
    position: absolute; }

.catalogsearch-result-index .carousel-wrapper,
.catalog-category-view .carousel-wrapper {
  margin-bottom: 30px; }

.catalogsearch-result-index .carousel-slider .owl-stage-outer .owl-item .carousel-image a img,
.catalog-category-view .carousel-slider .owl-stage-outer .owl-item .carousel-image a img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 599px) {
  .catalogsearch-result-index .category-image,
  .catalog-category-view .category-image {
    display: none; }
  .catalogsearch-result-index .title-wrapper,
  .catalog-category-view .title-wrapper {
    margin-bottom: 0; } }

.catalogsearch-result-index .landing-category-title,
.catalog-category-view .landing-category-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  height: 280px;
  width: 40.6779661017%;
  float: right;
  margin-right: 0;
  padding: 4em;
  margin-top: 0; }
  @media only screen and (max-width: 979px) {
    .catalogsearch-result-index .landing-category-title,
    .catalog-category-view .landing-category-title {
      padding: 40px 25px 0; } }
  @media only screen and (max-width: 770px) {
    .catalogsearch-result-index .landing-category-title,
    .catalog-category-view .landing-category-title {
      padding: 25px 20px 0; } }
  .catalogsearch-result-index .landing-category-title h1,
  .catalog-category-view .landing-category-title h1 {
    border-bottom: none;
    color: white;
    text-transform: capitalize;
    letter-spacing: 0.1rem; }
    @media only screen and (max-width: 1199px) {
      .catalogsearch-result-index .landing-category-title h1,
      .catalog-category-view .landing-category-title h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 979px) {
      .catalogsearch-result-index .landing-category-title h1,
      .catalog-category-view .landing-category-title h1 {
        font-size: 20px; } }
    @media only screen and (max-width: 770px) {
      .catalogsearch-result-index .landing-category-title h1,
      .catalog-category-view .landing-category-title h1 {
        text-align: center;
        font-size: 17px; } }
    @media only screen and (max-width: 599px) {
      .catalogsearch-result-index .landing-category-title h1,
      .catalog-category-view .landing-category-title h1 {
        font-size: 25px; } }
    @media only screen and (max-width: 479px) {
      .catalogsearch-result-index .landing-category-title h1,
      .catalog-category-view .landing-category-title h1 {
        font-size: 22px; } }
  .catalogsearch-result-index .landing-category-title.title-description-wrapper > p,
  .catalog-category-view .landing-category-title.title-description-wrapper > p {
    color: #ffffff; }

.catalogsearch-result-index .landing-category-title-no-img,
.catalog-category-view .landing-category-title-no-img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 599px) {
    .catalogsearch-result-index .landing-category-title-no-img,
    .catalog-category-view .landing-category-title-no-img {
      width: 32.2033898305%; } }
  @media only screen and (max-width: 479px) {
    .catalogsearch-result-index .landing-category-title-no-img,
    .catalog-category-view .landing-category-title-no-img {
      width: 100%;
      position: relative;
      display: block; }
      .catalogsearch-result-index .landing-category-title-no-img h1,
      .catalog-category-view .landing-category-title-no-img h1 {
        margin-bottom: 0; } }

.catalogsearch-result-index .landing-category-image,
.catalog-category-view .landing-category-image {
  position: relative;
  display: block;
  height: 280px;
  z-index: 5;
  overflow: hidden;
  padding: 0; }
  @media only screen and (max-width: 770px) {
    .catalogsearch-result-index .landing-category-image img,
    .catalog-category-view .landing-category-image img {
      position: absolute;
      right: 0; } }
  .catalogsearch-result-index .landing-category-image img,
  .catalog-category-view .landing-category-image img {
    max-width: 1200px;
    height: 280px;
    width: 1200px; }

.catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-content p.block-subtitle,
.catalog-category-view .col3-layout .col-right .block-wishlist .block-content p.block-subtitle {
  font-weight: normal;
  display: none; }
  @media only screen and (max-width: 770px) {
    .catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-content p.block-subtitle,
    .catalog-category-view .col3-layout .col-right .block-wishlist .block-content p.block-subtitle {
      text-align: left;
      font-weight: 400;
      margin-bottom: 15px;
      font-size: 16px; } }

.catalogsearch-result-index .col3-layout .col-right .block-list,
.catalogsearch-result-index .col3-layout .col-right .block-wishlist,
.catalogsearch-result-index .col2-right-layout .col-right .block-list,
.catalogsearch-result-index .col2-right-layout .col-right .block-wishlist,
.catalog-category-view .col3-layout .col-right .block-list,
.catalog-category-view .col3-layout .col-right .block-wishlist,
.catalog-category-view .col2-right-layout .col-right .block-list,
.catalog-category-view .col2-right-layout .col-right .block-wishlist {
  padding-top: 10px; }
  @media only screen and (min-width: 771px) {
    .catalogsearch-result-index .col3-layout .col-right .block-list,
    .catalogsearch-result-index .col3-layout .col-right .block-wishlist,
    .catalogsearch-result-index .col2-right-layout .col-right .block-list,
    .catalogsearch-result-index .col2-right-layout .col-right .block-wishlist,
    .catalog-category-view .col3-layout .col-right .block-list,
    .catalog-category-view .col3-layout .col-right .block-wishlist,
    .catalog-category-view .col2-right-layout .col-right .block-list,
    .catalog-category-view .col2-right-layout .col-right .block-wishlist {
      border-top: 6px solid #eeeeee; } }
  .catalogsearch-result-index .col3-layout .col-right .block-list .block-title,
  .catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-title,
  .catalogsearch-result-index .col2-right-layout .col-right .block-list .block-title,
  .catalogsearch-result-index .col2-right-layout .col-right .block-wishlist .block-title,
  .catalog-category-view .col3-layout .col-right .block-list .block-title,
  .catalog-category-view .col3-layout .col-right .block-wishlist .block-title,
  .catalog-category-view .col2-right-layout .col-right .block-list .block-title,
  .catalog-category-view .col2-right-layout .col-right .block-wishlist .block-title {
    line-height: 1; }
    .catalogsearch-result-index .col3-layout .col-right .block-list .block-title strong,
    .catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-title strong,
    .catalogsearch-result-index .col2-right-layout .col-right .block-list .block-title strong,
    .catalogsearch-result-index .col2-right-layout .col-right .block-wishlist .block-title strong,
    .catalog-category-view .col3-layout .col-right .block-list .block-title strong,
    .catalog-category-view .col3-layout .col-right .block-wishlist .block-title strong,
    .catalog-category-view .col2-right-layout .col-right .block-list .block-title strong,
    .catalog-category-view .col2-right-layout .col-right .block-wishlist .block-title strong {
      text-transform: uppercase; }
      .catalogsearch-result-index .col3-layout .col-right .block-list .block-title strong span,
      .catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-title strong span,
      .catalogsearch-result-index .col2-right-layout .col-right .block-list .block-title strong span,
      .catalogsearch-result-index .col2-right-layout .col-right .block-wishlist .block-title strong span,
      .catalog-category-view .col3-layout .col-right .block-list .block-title strong span,
      .catalog-category-view .col3-layout .col-right .block-wishlist .block-title strong span,
      .catalog-category-view .col2-right-layout .col-right .block-list .block-title strong span,
      .catalog-category-view .col2-right-layout .col-right .block-wishlist .block-title strong span {
        line-height: 1; }
  .catalogsearch-result-index .col3-layout .col-right .block-list .block-content p,
  .catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-content p,
  .catalogsearch-result-index .col2-right-layout .col-right .block-list .block-content p,
  .catalogsearch-result-index .col2-right-layout .col-right .block-wishlist .block-content p,
  .catalog-category-view .col3-layout .col-right .block-list .block-content p,
  .catalog-category-view .col3-layout .col-right .block-wishlist .block-content p,
  .catalog-category-view .col2-right-layout .col-right .block-list .block-content p,
  .catalog-category-view .col2-right-layout .col-right .block-wishlist .block-content p {
    line-height: 16px; }
  .catalogsearch-result-index .col3-layout .col-right .block-list .block-content p.block-subtitle,
  .catalogsearch-result-index .col3-layout .col-right .block-wishlist .block-content p.block-subtitle,
  .catalogsearch-result-index .col2-right-layout .col-right .block-list .block-content p.block-subtitle,
  .catalogsearch-result-index .col2-right-layout .col-right .block-wishlist .block-content p.block-subtitle,
  .catalog-category-view .col3-layout .col-right .block-list .block-content p.block-subtitle,
  .catalog-category-view .col3-layout .col-right .block-wishlist .block-content p.block-subtitle,
  .catalog-category-view .col2-right-layout .col-right .block-list .block-content p.block-subtitle,
  .catalog-category-view .col2-right-layout .col-right .block-wishlist .block-content p.block-subtitle {
    font-weight: normal; }

.catalogsearch-result-index .col2-right-layout .col-right img,
.catalog-category-view .col2-right-layout .col-right img {
  max-width: 100%; }

@media only screen and (max-width: 979px) {
  .catalogsearch-result-index .col2-right-layout .col-right .block-list,
  .catalog-category-view .col2-right-layout .col-right .block-list {
    border-top: none; }
  .catalogsearch-result-index .col2-right-layout .col-main, .catalogsearch-result-index .col2-right-layout .col-right,
  .catalog-category-view .col2-right-layout .col-main,
  .catalog-category-view .col2-right-layout .col-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.catalogsearch-result-index .header-promo,
.catalog-category-view .header-promo {
  background: transparent;
  border-top: 5px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
  margin: 20px 0px; }
  .catalogsearch-result-index .header-promo > div,
  .catalog-category-view .header-promo > div {
    background-image: none; }
  .catalogsearch-result-index .header-promo a,
  .catalog-category-view .header-promo a {
    text-decoration: none;
    color: #777777;
    font-size: 14px; }
  .catalogsearch-result-index .header-promo p,
  .catalog-category-view .header-promo p {
    background: transparent;
    background-image: none; }

.catalogsearch-result-index .sidebar:not(.col-left-first),
.catalog-category-view .sidebar:not(.col-left-first) {
  text-align: center;
  padding-top: 25px; }

@media only screen and (min-width: 1551px) {
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li .product-details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li .details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li .details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details,
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .details,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
  .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li .product-details,
  .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li .details,
  .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
  .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li .details,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details {
    left: 0px;
    margin-left: 90px; } }

@media only screen and (max-width: 1550px) {
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li,
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li {
    margin-bottom: 20px; }
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .details {
      right: 0px;
      margin-right: 90px; } }

@media screen and (min-width: 980px) and (max-width: 1550px) {
  .col2-right-layout .sidebar .block-list #compare-items li .product-details,
  .col2-right-layout .sidebar .block-list #compare-items li .details,
  .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
  .col2-right-layout .sidebar .block-list .mini-products-list li .details,
  .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
  .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
  .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details {
    right: 0px;
    margin-right: 90px; } }

@media screen and (min-width: 771px) and (max-width: 979px) {
  .col2-right-layout .sidebar .block-list #compare-items li .product-details,
  .col2-right-layout .sidebar .block-list #compare-items li .details,
  .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
  .col2-right-layout .sidebar .block-list .mini-products-list li .details,
  .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
  .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
  .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details {
    position: relative;
    display: block; } }

@media screen and (min-width: 771px) and (max-width: 1000px) {
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .details,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .details {
    margin-left: 120px;
    left: 10px; } }

@media only screen and (min-width: 980px) {
  .col2-right-layout .sidebar .block-list,
  .col2-right-layout .sidebar .block-wishlist {
    border-top: 6px solid #eeeeee; }
  .block-category-nav .block-content ul#narrow-by-list2 {
    background: #f8f8f8; }
    .block-category-nav .block-content ul#narrow-by-list2 li:first-child {
      padding-top: 15px; }
    .block-category-nav .block-content ul#narrow-by-list2 li:last-child {
      padding-bottom: 15px; }
    .block-category-nav .block-content ul#narrow-by-list2 ul.level-1 li {
      padding-top: 0; }
    .block-category-nav .block-content ul#narrow-by-list2 ul.child {
      padding-top: 0;
      padding-bottom: 0; } }

@media only screen and (min-width: 771px) {
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li,
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li,
  .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li,
  .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li {
    margin-bottom: 25px;
    border: 1px solid #eaeaea; }
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details {
      background: rgba(255, 255, 255, 0.8);
      top: 0px;
      width: 150px;
      padding: 10px;
      font-size: 11px;
      position: absolute;
      display: none;
      height: auto;
      min-height: 100%;
      text-align: center;
      z-index: 40;
      border: 1px solid #eaeaea; }
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li:hover .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li:hover .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li:hover .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li:hover .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li:hover .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li:hover .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li:hover .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li:hover .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li:hover .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li:hover .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li:hover .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li:hover .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li:hover .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li:hover .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li:hover .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li:hover .details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li:hover .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li:hover .details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li:hover .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li:hover .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li:hover .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li:hover .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li:hover .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li:hover .details,
    .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li:hover .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li:hover .details,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li:hover .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li:hover .details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li:hover .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li:hover .details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li:hover .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li:hover .details {
      display: block; }
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details,
  .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details {
    height: auto; }
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details .price-box,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details .price-box {
      font-size: 11px;
      width: 100%; }
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list#wishlist-sidebar li .details a.link-cart,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list#wishlist-sidebar li .details a.link-cart {
      text-transform: capitalize;
      border: none; } }

@media only screen and (max-width: 979px) {
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li,
  .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li,
  .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li {
    margin-bottom: 0; }
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list #compare-items li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-list .mini-products-list li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-list #compare-items li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-list .mini-products-list li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist #compare-items li .details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalog-category-view .col2-right-layout .sidebar .block-wishlist .mini-products-list li .details {
      background: transparent;
      width: 100%;
      padding: 0;
      font-size: 14px;
      position: relative;
      display: block;
      height: auto; }
  .catalogsearch-result-index .col2-right-layout .sidebar .block-list,
  .catalogsearch-result-index .col2-right-layout .sidebar .block-wishlist,
  .catalog-category-view .col2-right-layout .sidebar .block-list,
  .catalog-category-view .col2-right-layout .sidebar .block-wishlist {
    border-top: none; } }

@media only screen and (max-width: 770px) {
  .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li,
  .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li,
  .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li,
  .catalog-category-view .col3-layout .sidebar .block-list #compare-items li,
  .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li,
  .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li,
  .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li {
    margin-bottom: 0; }
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list #compare-items li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-list .mini-products-list li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist #compare-items li .details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalogsearch-result-index .col3-layout .sidebar .block-wishlist .mini-products-list li .details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list #compare-items li .details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-list .mini-products-list li .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist #compare-items li .details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .product-details,
    .catalog-category-view .col3-layout .sidebar .block-wishlist .mini-products-list li .details {
      background: transparent;
      width: 100%;
      padding: 0;
      font-size: 14px;
      position: relative;
      display: block;
      height: auto; }
  .catalogsearch-result-index .col2-right-layout .block-viewed,
  .catalogsearch-result-index .col2-right-layout .block-compare,
  .catalogsearch-result-index .col2-right-layout .block-wishlist,
  .catalog-category-view .col2-right-layout .block-viewed,
  .catalog-category-view .col2-right-layout .block-compare,
  .catalog-category-view .col2-right-layout .block-wishlist {
    border-top: none !important; } }

@media only screen and (max-width: 599px) {
  .catalogsearch-result-index #header-search,
  .catalog-category-view #header-search {
    margin: 0px auto 10px; }
  .catalogsearch-result-index .landing-category-title,
  .catalog-category-view .landing-category-title {
    top: 0;
    background-color: transparent;
    left: 0;
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 4em 0 4em 4em; }
  .catalogsearch-result-index .landing-category-image:before,
  .catalog-category-view .landing-category-image:before {
    position: absolute;
    top: 0;
    left: 0;
    /* fallback/image non-cover color */
    background-color: #000;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(left, #000 30%, #606060 60%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #000), color-stop(60%, #606060));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(left, #000 30%, #606060 60%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #000 30%, #606060 60%);
    /* IE10+ */
    background: -ms-linear-gradient(left, #000 30%, #606060 60%);
    /* Standard */
    background: linear-gradient(to right, #000 30%, #606060 60%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    content: '';
    opacity: 0.4; } }

body.is-blog div.post-view-print {
  display: none; }

@media print {
  body.is-blog div.page div.header-wrapper, body.is-blog div.page div.main-container, body.is-blog div.page div.footer-before-container, body.is-blog div.page div.footer-container {
    display: none; }
  body.is-blog div.page div.post-view-print {
    display: block;
    font-size: 11px;
    line-height: 14px; }
    body.is-blog div.page div.post-view-print div.print-logo-container {
      border-bottom: 1px solid #333333;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      body.is-blog div.page div.post-view-print div.print-logo-container img.print-logo {
        max-width: 200px;
        width: 45%;
        display: block; }
    body.is-blog div.page div.post-view-print div.print-post-title h1 {
      font-size: 22px; }
    body.is-blog div.page div.post-view-print div.print-ingredients, body.is-blog div.page div.post-view-print div.print-instructions, body.is-blog div.page div.post-view-print div.print-tips {
      margin-bottom: 30px; }
      body.is-blog div.page div.post-view-print div.print-ingredients div.post-subtitle, body.is-blog div.page div.post-view-print div.print-instructions div.post-subtitle, body.is-blog div.page div.post-view-print div.print-tips div.post-subtitle {
        margin-top: 0;
        margin-bottom: 15px; }
        body.is-blog div.page div.post-view-print div.print-ingredients div.post-subtitle h2, body.is-blog div.page div.post-view-print div.print-instructions div.post-subtitle h2, body.is-blog div.page div.post-view-print div.print-tips div.post-subtitle h2 {
          font-size: 15px;
          color: #333333;
          font-weight: 700; }
    body.is-blog div.page div.post-view-print div.print-post-image-ingredients-container {
      overflow: hidden; }
      body.is-blog div.page div.post-view-print div.print-post-image-ingredients-container div.print-featured-image {
        float: left;
        width: 35%;
        margin-right: 5%;
        margin-bottom: 30px; }
        body.is-blog div.page div.post-view-print div.print-post-image-ingredients-container div.print-featured-image img {
          width: 100%; }
      body.is-blog div.page div.post-view-print div.print-post-image-ingredients-container div.print-ingredients {
        float: left;
        width: 60%; }
    body.is-blog div.page div.post-view-print div.print-post-content {
      overflow: hidden; }
      body.is-blog div.page div.post-view-print div.print-post-content div.print-featured-image {
        float: left;
        width: 35%;
        margin-right: 5%;
        margin-bottom: 30px; }
        body.is-blog div.page div.post-view-print div.print-post-content div.print-featured-image img {
          width: 100%; }
      body.is-blog div.page div.post-view-print div.print-post-content p {
        margin-bottom: 10px; }
    body.is-blog div.page div.post-view-print p#print-footer-message {
      border-top: 1px solid #333333;
      text-align: center;
      padding-top: 20px; } }

body.is-blog div.main-container {
  background-color: #E7ECEB; }

body.is-blog div.block-title strong {
  color: #007968;
  font-size: 18px;
  text-transform: none;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

body.is-blog div.block-blog-search form#blog-search-form div.blog-search {
  position: relative;
  padding: 0; }
  body.is-blog div.block-blog-search form#blog-search-form div.blog-search input.input-text {
    border: 1px solid #E7ECEB;
    height: 45px;
    background: #fff; }
  body.is-blog div.block-blog-search form#blog-search-form div.blog-search button.button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 65px;
    height: 30px;
    font-size: 11px;
    padding: 0;
    background: #007968; }

body.is-blog div.block-blog-categories ul#wp-category-list li {
  border-bottom: 1px solid #ffffff; }
  body.is-blog div.block-blog-categories ul#wp-category-list li:first-child {
    border-top: 1px solid #ffffff; }
  body.is-blog div.block-blog-categories ul#wp-category-list li a {
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }
  body.is-blog div.block-blog-categories ul#wp-category-list li a {
    padding-left: 10px; }

body.is-blog div.block-blog-categories ul#wp-category-list li.active {
  border-top: none;
  border-bottom: none; }
  body.is-blog div.block-blog-categories ul#wp-category-list li.active a {
    color: #ffffff; }

body.is-blog div.block-blog-categories ul#wp-category-list li.active.recipe-collection {
  background-color: #E65F00; }

body.is-blog div.block-blog-categories ul#wp-category-list li.active.supplier-profiles {
  background-color: #007B94; }

body.is-blog div.block-blog-categories ul#wp-category-list li.active.whats-hot {
  background-color: #EA4025; }

body.is-blog div.block-blog-categories ul#wp-category-list li.active.whats-on {
  background-color: #6AB444; }

body.is-blog div.block-recent-posts ul li {
  border-bottom: 1px solid #ffffff; }
  body.is-blog div.block-recent-posts ul li:first-child {
    border-top: 1px solid #ffffff; }
  body.is-blog div.block-recent-posts ul li a {
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }

body.is-blog div.block-blog-archives ul#wp-archive-list li {
  border-bottom: 1px solid #ffffff; }
  body.is-blog div.block-blog-archives ul#wp-archive-list li:first-child {
    border-top: 1px solid #ffffff; }
  body.is-blog div.block-blog-archives ul#wp-archive-list li a {
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }

body.is-blog div.block-blog-tag-cloud {
  margin-top: 20px; }
  body.is-blog div.block-blog-tag-cloud ul.blog-tags-list li {
    display: inline-block;
    line-height: 34px;
    margin-right: 5px;
    margin-bottom: 8px; }
    body.is-blog div.block-blog-tag-cloud ul.blog-tags-list li a {
      font-size: 13px;
      padding: 8px 10px;
      background: #ffffff;
      color: #333; }
      body.is-blog div.block-blog-tag-cloud ul.blog-tags-list li a:hover {
        text-decoration: none; }

body.is-blog div.block-more-recipes-slider, body.is-blog div.related-products-slider {
  background: #ffffff; }
  body.is-blog div.block-more-recipes-slider div.block-title, body.is-blog div.related-products-slider div.block-title {
    padding-left: 15px;
    padding-right: 15px; }
  body.is-blog div.block-more-recipes-slider div.block-content div.bx-wrapper, body.is-blog div.related-products-slider div.block-content div.bx-wrapper {
    border: 0;
    margin-bottom: 40px; }
    body.is-blog div.block-more-recipes-slider div.block-content div.bx-wrapper ul#recipe-slider li a img, body.is-blog div.related-products-slider div.block-content div.bx-wrapper ul#recipe-slider li a img {
      width: 100%; }
    body.is-blog div.block-more-recipes-slider div.block-content div.bx-wrapper ul#recipe-slider li p.post-title, body.is-blog div.related-products-slider div.block-content div.bx-wrapper ul#recipe-slider li p.post-title {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    body.is-blog div.block-more-recipes-slider div.block-content div.bx-wrapper ol#related-products-slider li.item a img, body.is-blog div.related-products-slider div.block-content div.bx-wrapper ol#related-products-slider li.item a img {
      width: 100%; }
    body.is-blog div.block-more-recipes-slider div.block-content div.bx-wrapper ol#related-products-slider li.item p.product-name, body.is-blog div.related-products-slider div.block-content div.bx-wrapper ol#related-products-slider li.item p.product-name {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }

body.is-blog div.widget.widget-static-block a img {
  width: 100%;
  max-width: 290px; }

body.is-blog div.page-title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 27px;
  position: relative; }
  body.is-blog div.page-title h1 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif;
    padding: 20px;
    margin-bottom: 0; }
  body.is-blog div.page-title:after {
    left: 20px; }

body.is-blog div.page-title.wordpress-term-recipe-collection h1 {
  background-color: #E65F00; }

body.is-blog div.page-title.wordpress-term-recipe-collection:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #E65F00;
  border-bottom: none; }

body.is-blog div.page-title.wordpress-term-supplier-profiles h1 {
  background-color: #007B94; }

body.is-blog div.page-title.wordpress-term-supplier-profiles:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #007B94;
  border-bottom: none; }

body.is-blog div.page-title.wordpress-term-whats-hot h1 {
  background-color: #EA4025; }

body.is-blog div.page-title.wordpress-term-whats-hot:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #EA4025;
  border-bottom: none; }

body.is-blog div.page-title.wordpress-term-whats-on h1 {
  background-color: #6AB444; }

body.is-blog div.page-title.wordpress-term-whats-on:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #6AB444;
  border-bottom: none; }

body.is-blog div.post-list ul#post-list li.item {
  background-color: #ffffff; }
  body.is-blog div.post-list ul#post-list li.item div.post-list-item h1 {
    font-size: 21px;
    color: #333;
    font-weight: 700;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }
    body.is-blog div.post-list ul#post-list li.item div.post-list-item h1 a {
      color: #333; }
  body.is-blog div.post-list ul#post-list li.item div.post-list-item .post-meta {
    padding-left: 20px;
    padding-right: 20px; }
    body.is-blog div.post-list ul#post-list li.item div.post-list-item .post-meta span.post-meta-tag a, body.is-blog div.post-list ul#post-list li.item div.post-list-item .post-meta span.post-meta-category a {
      color: #333;
      padding-left: 16px;
      padding-right: 15px;
      position: relative; }
    body.is-blog div.post-list ul#post-list li.item div.post-list-item .post-meta span.post-meta-tag a:before {
      content: '\f02b';
      font-family: "FontAwesome";
      font-size: 13px;
      position: absolute;
      color: #333;
      left: 0; }
    body.is-blog div.post-list ul#post-list li.item div.post-list-item .post-meta span.post-meta-category a:before {
      content: '\f07c';
      font-family: "FontAwesome";
      font-size: 13px;
      position: absolute;
      color: #333;
      left: 0; }

body.is-blog div.post-list ul#post-list li.item.featured div.post-list-item div.post-entry-with-image div.featured-image {
  position: relative; }
  body.is-blog div.post-list ul#post-list li.item.featured div.post-list-item div.post-entry-with-image div.featured-image a:after {
    content: "Featured";
    text-transform: uppercase;
    background-color: #00A68D;
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    color: #ffffff;
    width: 88px;
    height: 35px;
    text-align: center;
    line-height: 35px; }

body.is-blog div.post-entry {
  font-size: 13px;
  background: #fff; }
  body.is-blog div.post-entry div.featured-image {
    border: none;
    padding: 0;
    margin: 0 0 25px 0; }
    body.is-blog div.post-entry div.featured-image img {
      width: 100%; }
  body.is-blog div.post-entry div.post-title {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    body.is-blog div.post-entry div.post-title h1 {
      font-size: 21px;
      color: #333333;
      font-weight: 700;
      font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
      float: left;
      width: calc(100% - 59px); }
    body.is-blog div.post-entry div.post-title a#print-button {
      display: block;
      float: right;
      margin-left: 15px; }
      body.is-blog div.post-entry div.post-title a#print-button img {
        width: 44px;
        height: 44px; }
  body.is-blog div.post-entry div.post-content {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px; }
    body.is-blog div.post-entry div.post-content div.post-subtitle {
      border-bottom: 1px solid #E7ECEB;
      margin-top: 20px;
      margin-bottom: 20px; }
      body.is-blog div.post-entry div.post-content div.post-subtitle h2 {
        font-size: 15px;
        color: #333333;
        font-weight: 700;
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
    body.is-blog div.post-entry div.post-content ul {
      list-style-type: disc;
      list-style-position: outside;
      padding-left: 20px; }
      body.is-blog div.post-entry div.post-content ul li {
        margin-bottom: 18px; }

body.is-blog div.after-post-content {
  background: #fff;
  overflow: hidden; }
  body.is-blog div.after-post-content div.post-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    body.is-blog div.after-post-content div.post-subtitle h2 {
      font-size: 15px;
      color: #333333;
      font-weight: 700;
      font-family: "Droid Sans", "Helvetica Neue", Helvetica, Vernada, Arial, sans-serif; }
  body.is-blog div.after-post-content p.post-social-buttons {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
    body.is-blog div.after-post-content p.post-social-buttons span.st-facebook-counter, body.is-blog div.after-post-content p.post-social-buttons span.stHBubble, body.is-blog div.after-post-content p.post-social-buttons span.st-twitter-counter {
      height: auto; }
  body.is-blog div.after-post-content p.post-meta {
    font-style: normal;
    border-top: 1px solid #E7ECEB;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }
    body.is-blog div.after-post-content p.post-meta span.post-meta-tag a, body.is-blog div.after-post-content p.post-meta span.post-meta-category a {
      color: #333;
      padding-left: 16px;
      padding-right: 15px;
      position: relative; }
    body.is-blog div.after-post-content p.post-meta span.post-meta-tag a:before {
      content: '\f02b';
      font-family: "FontAwesome";
      font-size: 13px;
      position: absolute;
      color: #333;
      left: 0; }
    body.is-blog div.after-post-content p.post-meta span.post-meta-category a:before {
      content: '\f07c';
      font-family: "FontAwesome";
      font-size: 13px;
      position: absolute;
      color: #333;
      left: 0; }

body.is-blog span.post-skips a.post-skip-next {
  float: right; }

/* ============================================ *
 * Moore Wilsons Sprites
 * ============================================ */
.payments-poli {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/payments.png);
  background-position: -104px -48px;
  width: 51px;
  height: 30px; }

.payments-mastercard {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/payments.png);
  background-position: 0px -48px;
  width: 53px;
  height: 33px; }

.payments-visa {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/payments.png);
  background-position: -53px -48px;
  width: 51px;
  height: 33px; }

.payments-paymentexpress {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/Windcave-Red-Logo-Horizontal.svg);
  /* background-position: -128px 0px; */
  width: 156px;
  height: 49px;
  background-repeat-x: no-repeat;
  }

.payments-ssl {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/payments.png);
  background-position: 0px 0px;
  width: 128px;
  height: 32px; }

.payments-account2account {
  background-image: url(https://moorewilsons.co.nz/skin/frontend/mint2/moorewilsons/images/payments.png);
  background-position: 0px -32px;
  width: 160px;
  height: 16px; }

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




.add-to-cart-wrapper .product-options input[type='checkbox']{
  width: 11px;
  height: 11px;
}
.add-to-cart-wrapper .product-options input[type='checkbox']:checked:after{
  display: none;
}
.add-to-cart-wrapper .custom-select{
  max-width: 100%;
}
.product-shop-wrapper .product-pricing {
  display: none;
}
#esns_background_layer {
    position: absolute;
    z-index: 9998;
    background: url(https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}

#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

#esns_box_title {
    width: 440px;
    height: auto;
    overflow: hidden;
    background: url(https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_box_block1.png) no-repeat right top;
}

#esns_box_block_1 {
    width: 350px;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    text-align: left;
}
#esns_box_block_2 {
    font: 29px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    height: auto;
    text-align: left;
    margin: 0  0 10px 0 ;
    width: 350px;
}
#esns_box_block_3 {
    text-align: justify;
}

#esns_box_close {
    height: 22px;
    width: 22px;
    background: url(https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_box_close.png) no-repeat;
    cursor: pointer;
    float: right;
}
.esns_box_lines {
    background: url("https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
 }
#esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
#esns_box_subscribe_input {
    width: 320px;
    float: left;
    clear: both;
}
#esns_box_subscribe_input input {
    width: 290px;
    margin: 5px 0 0 20px;
    border: 1px solid #acacac;
    height: 25px;
    padding-left: 10px;
}
#esns_box_subscribe_submit {
    width: 80px;
    float: left;
}

#esns_box_subscribe_submit a {
    background-image: url('https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_box_button.png');
    width: 117px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 12px;
    color: #000000;
    margin: 1px 0 0 0;
}

#esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

#esns_box_subscribe_response_success {
    display: none;
}

#esns_box_subscribe_response_error {
    color: #ea6868;
    text-align: left;
    margin: 0 0 0 30px;
    height: auto;
    overflow: hidden;
}

#esns_box_subscribe_response_success {
    color: #35ea49;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
}


/*** LABEL THEME ***/
.tl#esns_box_layer {
    height: 263px;
    width: 504px;
    background: url('https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_label.png') no-repeat transparent;
    position: relative;
}
.tl #esns_box_block_1, .tl #esns_box_block_2 {
    color: #ffffff;
    text-align: right;
    float: right;
    line-height: normal;

}
.tl #esns_box_block_1 {
    margin: 20px 55px 0 0 ;
}

.tl #esns_box_block_2 {
    margin: 0px 55px 0 0 ;
}

.tl #esns_box_block_3 {
    color: #000000;
    clear: both;
    text-align: justify;
    float: right;
    margin: 10px 55px 0px 0 ;
    width: 340px;
    height: 70px;
    overflow: hidden;
 }

.tl #esns_box_close {
    position: absolute;
}
.tl #esns_box_subscribe_input {
    width: 340px;
}
.tl #esns_box_subscribe_response_error {
    height: 22px;
    line-height: 15px;
    color: #ffffff;
    float: right;
    text-align: left;
    width: 325px;
    margin: 0 50px 0 0;
    overflow: hidden;
}

.tl #esns_box_subscribe_input input {
    margin: 0 0 0 132px;
    background: none;
    height: 29px;
    width: 216px;
    border: 0;
}

.tl #esns_box_subscribe_submit a {
    background: none;
    color: #ffffff;
    height: 29px;
    line-height: 25px;
    background: url('https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_input.png') no-repeat -212px 0px;
}
.tl #esns_box_subscribe_response_success {
    color: #FFFFFF;
    float: right;
    margin: 0 50px 0 0;
    width: 340px;
}
.tl #esns_box_subscribe_input {
    background: url('https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_input.png') no-repeat 125px 0px;
}

.tl #esns_box_close {
    height: 36px;
    width: 36px;
    background: url(https://moorewilsons.co.nz/skin/frontend/base/default/images/newssubscribers/esns_box_close2.png) no-repeat;
    right: 10px;
    top:-5px;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: inherit;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://moorewilsons.co.nz/skin/frontend/base/default/css/magebase/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.active.add-to-links-content {
}

.add-to-links-tab:before {
    width: 5px;
    height: 35px;
    background: #ffffff;
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0 0 0 -3px;
}

.active.add-to-links-content .add-to-links-tab {
     padding: 15px 20px 0 20px;
 }

.add-to-links-tab--share .stButton span.stLarge{
    background-size: 85%;
    background-repeat: no-repeat;
}

.add-to-links-tab--share .stButton .stLarge:hover {
    opacity: .75;
    background-position: initial;
}


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

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

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

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

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

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

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

/* ============================================ *
 * Megamenu - Cms Block
 * ============================================ */
.megamenu-banner > img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
  bottom: 0;
  position: absolute; }
  @media only screen and (max-width: 770px) {
    .megamenu-banner > img {
      display: none; } }

.header-sticky-container.header-fixed.header-hidden .megamenu-banner > img {
  display: none; }

.cat-view-all > a span {
  text-transform: uppercase;
  color: #00A78E; }

@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */ }
    .nav-primary a.level0 {
      padding: 0 30px; }
    .nav-primary li.level0,
    .nav-primary a.level0 {
      display: inline-block; }
    .nav-primary li.level0 ul {
      border: none !important;
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
      width: auto !important;
      display: block !important;
      /* Hide until displayed. */ }
    .nav-primary li:last-child > a {
      border-bottom: none; }
    .nav-primary > li:hover > a {
      text-decoration: none;
      color: #ffffff; }
    .nav-primary .menu-active,
    .nav-primary li.level0:hover {
      z-index: 200; }
    .nav-primary li.level0 > div {
      padding-top: 15px;
      background: #E7ECEB;
      border: 1px solid #333333;
      border-top: none;
      border-left: none;
      border-right: none;
      position: absolute;
      left: 0;
      top: 50px;
      /* Height of ".nav-primary a.level0" */
      z-index: 50;
      min-height: 220px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: none;
      /* Hide until displayed. */
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      padding-bottom: 50px;
      border-bottom: 0; }
      .nav-primary li.level0 > div .megamenu-banner {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: #00A78E;
        color: #fff;
        left: 0; }
        .nav-primary li.level0 > div .megamenu-banner a {
          color: #fff;
          text-decoration: underline; }
    .nav-primary li.level0:hover > div {
      display: block;
      min-height: 250px; }
    .nav-primary li.level0 .nav-column {
      width: 18.3673469388%;
      float: left;
      margin-right: 2.0408163265%; }
      .nav-primary li.level0 .nav-column:first-child {
        padding-left: 5px; }
      .nav-primary li.level0 .nav-column:nth-child(5) {
        float: right;
        margin-right: 0; }
      .nav-primary li.level0 .nav-column a {
        position: relative;
        display: list-item; }
        .nav-primary li.level0 .nav-column a:hover {
          text-decoration: none; }
      .nav-primary li.level0 .nav-column.custom-nav-col li.level1 > a, .nav-primary li.level0 .nav-column.custom-nav-col li.level1 div span a {
        border-bottom: none; }
      .nav-primary li.level0 .nav-column li.level1 > a, .nav-primary li.level0 .nav-column li.level1 div span a {
        color: #000;
        font-size: 15px;
        border-bottom: 1px solid #00A68D;
        font-weight: bold;
        padding: 10px 0 0 6px;
        line-height: 25px; }
        .nav-primary li.level0 .nav-column li.level1 > a:hover, .nav-primary li.level0 .nav-column li.level1 div span a:hover {
          background: #d9e1df; }
    .nav-primary li.level1 ul {
      padding: 0;
      position: relative; }
      .nav-primary li.level1 ul a {
        color: #000;
        font-size: 13px;
        border-bottom: 1px solid #fff;
        padding: 0 0 0 6px;
        line-height: 45px; }
        .nav-primary li.level1 ul a:hover {
          background: #ffffff;
          color: #00A78E; }
    .nav-primary li.level0 ul.level0.position-test {
      display: block; }
    .nav-primary li.level0 ul.level0.spill {
      right: 0;
      left: auto; }
      .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px; }
    .nav-primary li.level0 li.parent > a {
      position: relative; }
      .nav-primary li.level0 li.parent > a:after {
        display: none !important; }
    .nav-primary .no-touch li:hover > div {
      display: block;
      /* Force display */ }
  #header-nav .cat-view-all {
    display: none; } }

@media screen and (min-width: 770px) and (max-width: 979px) {
  .nav-primary {
    text-align: left; }
    .nav-primary a.level0 {
      padding: 0 15px; } }

@media screen and (min-width: 771px) and (max-width: 860px) {
  .nav-primary li.level0 .nav-column {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
    .nav-primary li.level0 .nav-column:nth-child(4) {
      float: right;
      margin-right: 0; } }

@media only screen and (max-width: 979px) {
  .nav-primary a.level0 {
    padding: 0 16px; }
  .nav-primary li.level0 > a {
    font-size: 14px; } }

/*# sourceMappingURL=megamenurwd.css.map */
.pull-right {
    float: right !important;
}

.locations img{
    width: 100%;
    text-align: center;
}

.locations-heading {
    color: #949391 !important;
    margin-bottom: 10px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

.category-tag {
    padding: 9px;
}

.top-box {
    margin-top: 40px;
}

.store-name {
    color: #949391 !important;
    font-size: 16px;
    margin-bottom: 3px;
}

#list-store-detail {
    padding-top: 10px;
    text-transform: uppercase;
}

.open-tag {
    color: #4ab151;
}

.close-tag {
    color: #ec6c38;
}

.open-hour-title {
    color: #949391 !important;
    font-weight: bold;
}
.store-time-table {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
}

.store-time-table td{
    padding-bottom: 5px;
}
.store-time-table .day {
    color: #949391 !important;
    font-size: 12px;
    font-weight: bold;
}
.time {
    color: #bebebd;
}
.store-time-table .time {
    font-size: 12px;
    padding-left: 30px;
}
.toggle-table-button {
    color: #949391;
    margin-left: -15px;
    cursor: pointer;
}
.toggle-table-text {
    float: left;
    width: 125px;
}
.info-table td{
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
}
.info-table i{
    color: #FFF;
    font-size: 19px;
    background-color: #00a68e;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.info-table .fa-phone{
    line-height: 33px;
}
.section-title {
    color: #949391;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.map-button-box {
    position: relative;
}
.map-button {
    color: #FFF;
    background: #00a68e;
    height: 30px;
    position: absolute;
    top: 18px;
    right: 32px;
    z-index: 100;
    padding: 6px 23px 29px 23px;
}

.location-button {
    color: #FFF;
    background: #00a68e;
    height: 20px;
    text-align: center;
    font-size: 15px;
}

.location {
    padding-top: 30px;
}

.m-t-15 {
    margin-top: 15px;
}

.location-title {
  font-size: 72px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
    position: absolute;
    width: 100%;
    bottom: 24px;
    z-index: 5;
}

.food-service {
    background-color: #f57e20;

}
.kichen-and-home {
    background-color: #ee3a29;

}
.toys {
    background-color: #d864a6;

}
.wine-beer-spirits {
    background-color: #452e7e;

}
.fresh-market {
    background-color: #39b54a;

}
.chook-wagon {
    background-color: #1c7f98;

}

.std .service {
    color: #FFF;
    text-align: center;
    border: 1px solid #FFF;
    font-weight: bold;
    line-height: 14px;
    height: 135px;
    padding: 0px 2px 0px 2px;
}

.service img{
    max-height: 85px;
    padding-top: 5px ;
    padding-bottom: 12px ;
    margin: auto;
}

/*! jQuery UI - v1.11.4 - 2015-07-08
* http://jqueryui.com
* Includes: core.css, tabs.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}
