@import "../../default/css/font-face.css";
@import "../../cart-alert/css/cart-alert.css";
@import "../../default/css/font-awesome.css";
/**
 *
 * This file is part of the GPMD Magento Responsive Theme.
 *
 * The GPMD Magento Responsive Theme is free software: you can redistribute
 * it and/or modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 *
 * The GPMD Magento Responsive Theme is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with the GPMD Magento Responsive Theme. If not, see
 * http://www.gnu.org/licenses/.
 *
 * @category    GPMD
 * @package     GPMD_Responsive_Theme
 * @copyright   Copyright (c) 2012 GPMD.
 * @author      Matt Bailey @GPMD LTD
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
 *
 * This file is part of the GPMD Magento Responsive Theme.
 *
 * The GPMD Magento Responsive Theme is free software: you can redistribute
 * it and/or modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 *
 * The GPMD Magento Responsive Theme is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with the GPMD Magento Responsive Theme. If not, see
 * http://www.gnu.org/licenses/.
 *
 * @category    GPMD
 * @package     GPMD_Responsive_Theme
 * @copyright   Copyright (c) 2012 GPMD.
 * @author      Matt Bailey @GPMD LTD
 */
/* Table of Contents
==================================================
	#Typography
	#Fonts
	#Colours
	#Styling */
/* #Typography
================================================== */
/* Based on a 16px base font size this is equivalent to an 18 pixel baseline grid */
/* #Fonts
================================================== */
/* FontAwesome */
.font-awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
/* #Colours
================================================== */
/* #Styling
================================================== */
/* #Helpers
================================================== */
/* Accessible hiding */
.accessible-hide {
  /*position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;*/
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide from visual and speaking browsers */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Cross browser inline-block: http://css-tricks.com/snippets/css/cross-browser-inline-block/ */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
/* ==========================================================================
   Header
   ========================================================================== */
html {
  font-size: 62.5%;
}
body {
  text-align: left;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #6E6D6D;
  background: #f2f2f2;
}
::selection {
  background: #6caedf;
  color: #ffffff;
}
::-moz-selection {
  background: #6caedf;
  color: #ffffff;
}
h1,
h2,
h3,
h4 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  text-transform: none!important;
}
a {
  color: #000;
  outline: none!important;
  -moz-outline-style: none!important;
}
a:hover {
  color: #6caedf;
}
a:visited {
  color: #000;
}
a:visited:hover {
  color: #6caedf;
}
h1 {
  color: #000;
  font-weight: bold;
}
h2 {
  color: #6caedf;
  font-weight: bold;
}
.nobr {
  white-space: nowrap;
}
#whitebar {
  width: 100%;
  height: 285px;
  background: url('../images/bg_header.png') repeat-x top center #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
#grassbar {
  width: 100%;
  height: 165px;
  background: url('../images/bg_footer.png') repeat-x top center;
  margin-top: -100px;
}
.main-container {
  margin: 0;
}
.wrapper {
  max-width: 1170px!important;
}
/* .header-container */
.header-container {
  /*border-bottom: 1px dotted @lightgrey;
	padding-bottom: @baseline;*/
  margin-top: 0;
  margin-bottom: 0;
}
/* .logo */
h1.logo {
  margin-top: 125px;
  margin-bottom: 0;
}
a.logo {
  max-height: 75px;
}
a.logo img {
  max-width: none!important;
}
/* .quick-access */
.quick-access {
  width: 100px;
  /* #search_mini_form */
  /*.links {}*/
  /* .form-language */
}
.quick-access #search_mini_form .form-search label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 40px;
  line-height: 4.444444444444445rem;
  margin-bottom: 0;
}
.quick-access #search_mini_form .form-search .button {
  width: auto;
}
.quick-access .form-language label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 28px;
  line-height: 3.111111111111111rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .nobr {
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) {
  /* Header
	   ========================================================================== */
  .header-container .header {
    position: relative;
    /* .logo */
    /* .quick-access */
  }
  .header-container .header .three.columns {
    margin-left: 0;
  }
  .header-container .header .logo {
    float: left;
  }
  .header-container .header .logo img {
    margin-bottom: 0;
  }
  .header-container .header .quick-access {
    float: right;
    text-align: right;
    width: auto;
  }
  .header-container .header .quick-access #search_mini_form {
    margin-bottom: 0.75em;
  }
  .header-container .header .quick-access .welcome-msg {
    margin-bottom: 0.75em;
  }
  .header-container .header .quick-access .links {
    line-height: 16px;
    line-height: 1.7777777777777777rem;
    margin-bottom: 0.5625em;
    padding-left: 10px;
    background: #4f8218;
    font-weight: 300;
    display: block;
    box-shadow: 0 0 8px 0 #333;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .header-container .header .quick-access .links li {
    line-height: 16px;
    line-height: 1.7777777777777777rem;
    color: #fff;
    font-weight: 300;
  }
  .header-container .header .quick-access .links li a {
    padding: 0;
    color: #fff;
    font-weight: 300;
  }
  .header-container .header .quick-access .links .top-link-cart {
    color: #fff;
  }
  .product-col-left .more-views {
    display: none;
  }
}
/* ==========================================================================
   Navigation
   ========================================================================== */
/* Jump to menu */
a[href="#nav"] {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #6caedf;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
a[href="#nav"]:hover {
  background-color: #8dc63f;
}
/* Main menu - small screen styles */
.page #nav {
  *zoom: 1;
  list-style: none;
  float: left;
}
.page #nav:before,
.page #nav:after {
  content: "";
  display: table;
}
.page #nav:after {
  clear: both;
}
.page #nav ul {
  list-style: none;
  margin: 0;
}
.page #nav > li a {
  display: block;
  padding: 0.5625em;
  color: #fff;
}
.page #nav > li a:hover {
  color: #6caedf !important;
}
.page #nav > li a:after {
  font-family: "proxima-nova", Arial, sans-serif;
}
.page #nav > li:last-of-type a:after {
  content: '';
}
.page #nav > li.parent > a {
  height: 45px;
}
.page #nav > li.parent > a:hover {
  background-position: 45px 30px;
}
.page #nav > li.parent.over > a,
.page #nav > li.parent.mega-active > a {
  color: #6caedf !important;
  background-position: 45px 30px;
}
.page #nav > li.active > a {
  color: #6caedf;
}
.page #nav > li.active > a:hover {
  color: #fff;
}
.page #nav > li ul.level0 {
  background-color: rgba(255, 255, 255, 0.85);
}
.page #nav > li ul.level0 > li.parent {
  border-top: 1px solid #aaa;
}
.page #nav > li ul.level0 > li a {
  color: #000;
  /*background-color: #ddd;*/
  padding: 0.5625em;
}
.page #nav > li ul.level0 > li a:hover {
  /*background-color: #ccc;*/
}
.page #nav > li ul.level0 > li a:after {
  content: '';
}
.page #nav > li ul.level0 > li.active > a {
  color: #6caedf;
}
.page #nav > li ul.level0 > li ul.level1 > li a {
  font-weight: normal;
  /*background-color: #f6f6f6;*/
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
.page #nav > li ul.level0 > li ul.level1 > li a:hover {
  /*background-color: #eee;*/
}
.page #nav > li ul.level0 > li ul.level1 > li.active > a {
  color: #6caedf;
  /*background-color: #eee;*/
}
@media only screen and (min-width: 768px) {
  /* Main menu - wider screen styles
	   ========================================================================== */
  .nav-container {
    position: relative;
    z-index: 999;
    margin: 5px 0 0 0;
    float: left;
    width: auto;
    min-height: 45px;
  }
  .nav-container #nav {
    /*background-color: #000;*/
    float: left;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    color: #000;
  }
  .nav-container #nav ul {
    list-style: none;
    margin: 0;
  }
  .nav-container #nav li {
    position: relative;
    float: left;
    text-align: left;
  }
  .nav-container #nav li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    padding: 0 20px;
    color: #000;
    font-weight: bold;
  }
  .nav-container #nav li ul.level0 {
    position: absolute;
    left: -9999px;
    min-width: 530px;
    padding: 8px 0 5px;
    margin-left: 8px;
  }
  .nav-container #nav li ul.level0.shown-sub {
    top: auto;
    left: 0;
  }
  .nav-container #nav li ul.level0 > li {
    position: relative;
    float: left;
    padding: 3px 20px 7px 5px;
    min-width: 240px;
  }
  .nav-container #nav li ul.level0 > li.parent {
    border-top: none;
  }
  .nav-container #nav li ul.level0 > li a {
    padding: 0 0.5625em;
  }
  .nav-container #nav li ul.level0 > li ul.level1.shown-sub {
    top: 0;
    left: 160px;
  }
  .nav-container #nav li ul.level0 > li ul.level1 > li {
    position: relative;
    float: none;
    padding-left: 5px;
    display: block;
    line-height: 12px;
    line-height: 1.3333333333333333rem;
    /*width: 160px;*/
  }
  .nav-container #nav li ul.level0 > li ul.level1 > li > a {
    line-height: 20px;
  }
  .nav-container #nav li.first a {
    padding-left: 10px;
  }
  .nav-container #nav li.first ul.level0 {
    margin-left: -2px;
  }
  .nav-container #nav li.first ul.level0 > li {
    min-width: 50%;
  }
  .nav-container #nav li.first ul.level0 > li a {
    display: inline;
  }
  .nav-container #nav li.nav-1 ul.level0 {
    display: none;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.nav-specials {
    float: right;
    border-left: 1px solid #afaead;
    padding: 3px 20px 7px 20px;
    max-width: 50%;
    text-align: center;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.nav-specials > h3 {
    margin-bottom: 5px;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.nav-specials > span {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #afaead;
    margin-bottom: 10px;
  }
  .nav-container #nav li.nav-1 ul.level0 > li.nav-specials > a {
    min-width: 100%;
    display: block;
    padding: 0;
  }
  .nav-container #nav > li:not(.nav-1) ul.level0 {
    min-width: 0;
  }
  .nav-container #nav > li:not(.nav-1) ul.level0 .mega-4 {
    margin-top: 0;
  }
  .nav-close,
  .nav-toggle {
    display: none;
  }
  .top-search {
    float: right;
  }
  .top-search .searchbutton {
    float: right;
    max-width: 25px;
    background: #6caedf;
    height: 33px;
  }
  .top-search .searchbutton:hover {
    background: #eee;
    color: #6caedf;
  }
  .top-search .input-text {
    border: none;
    background: #eee;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: medium;
    font-size: 12px;
    font-size: 1.2rem;
    height: 33px;
    width: 145px;
    color: #908f8f;
    float: left;
  }
  .top-search .input-text:focus {
    border: none;
  }
  .top-search form {
    margin-bottom: 0;
  }
}
.megabox {
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 45px;
  left: -2px;
  width: 500px;
  height: auto;
  padding: 8px 0;
}
.megabox .mega-left,
.megabox .mega-right {
  float: left;
  width: 45%;
  padding: 3px 15px 0;
}
.megabox .mega-left ul,
.megabox .mega-right ul {
  list-style: none;
}
.megabox .mega-left ul.level0 > li > a,
.megabox .mega-right ul.level0 > li > a {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
}
.megabox .mega-left ul.level0 > li > ul,
.megabox .mega-right ul.level0 > li > ul {
  margin-left: 3px;
}
.megabox .mega-right {
  border-left: 1px solid #AFAEAD;
  text-align: center;
  min-width: 275px;
}
.megabox.navshow {
  display: block!important;
}
#nav-content {
  display: none;
}
/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  border-top: 1px solid #b6b6b8;
  font-family: "proxima-nova", Arial, sans-serif;
  padding-top: 3px;
}
.breadcrumbs ul {
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  margin-bottom: 28px;
  padding-top: 3px;
  color: #9b9b9b;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li a {
  color: #9b9b9b;
}
.breadcrumbs ul li a:hover {
  color: #8dc63f;
}
.breadcrumbs ul li strong {
  font-weight: 500;
  color: #6caedf;
}
@media only screen and (min-width: 599px) {
  /* .breadcrumbs
	   ========================================================================== */
  .breadcrumbs ul {
    text-align: left;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container .footer ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-container .footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 0.5625em;
  padding: 0.5625em 0;
}
.footer-container .footer ul li:first-child {
  margin-left: 0;
}
.footer-container .footer p,
.footer-container .footer address {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #e6e6e6;
  margin: 0;
  padding-left: 1.125em;
  padding-right: 1.125em;
}
.footer-container .footer p {
  padding-top: 1.125em;
}
.footer-container .footer address {
  padding-bottom: 1.125em;
}
/* ==========================================================================
   .std
   ========================================================================== */
.col-main .std a {
  text-decoration: underline;
}
.col-main .std a.button {
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.col-main .std p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  color: #747373;
}
.col-main .std ul,
.col-main .std ol,
.col-main .std dl {
  margin-bottom: 1.125em !important;
  color: #747373;
}
.col-main .std ul li,
.col-main .std ol li,
.col-main .std dl li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.col-main .std ul dd,
.col-main .std ol dd,
.col-main .std dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  margin-bottom: 1.125em !important;
}
.col-main table {
  margin-bottom: 15px;
}
.main-container .main .col-main {
  margin-bottom: 30px;
}
.ajax-add {
  background: #6caedf;
  padding: 15px 10px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
  display: none;
  position: relative;
}
.ajax-add .ajax-container {
  display: table;
  width: 100%;
}
.ajax-add .ajax-container .ajax-tocart-container {
  display: table-cell;
  vertical-align: middle;
}
.ajax-add .ajax-container .ajax-tocart-container #ajax-tocart {
  display: none;
  background: #ffffff;
  color: #6caedf;
  padding: 5px;
  position: relative;
}
.ajax-add .ajax-container .ajax-tocart-container #ajax-tocart:hover {
  color: #ffffff;
  background: #000000;
}
.ajax-add .ajax-container p {
  margin-bottom: 0;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  max-width: 215px;
  margin-right: 10px;
  float: left;
}
.ajax-add .ajax-container .add-close-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.ajax-add .ajax-container .add-close-container #add-close,
.ajax-add .ajax-container .add-close-container #add-chck {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.ajax-add .ajax-container .add-close-container #add-close:hover,
.ajax-add .ajax-container .add-close-container #add-chck:hover {
  color: #000;
}
.ajax-add .ajax-container #add-chck {
  top: inherit;
  bottom: 5px;
}
.ajax-add .ajax-container #ajax_loader {
  display: table-caption;
}
.ajax-add .ajax-container #ajax_loader img {
  display: block;
  margin: 0 auto;
}
#ajax_deleter {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1169px) {
  .ajax-add .ajax-container p {
    max-width: 145px;
  }
}
@media (max-width: 959px) {
  .ajax-add .ajax-container p {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .ajax-add {
    margin-top: 0;
  }
  .ajax-add .ajax-container p {
    max-width: 215px;
  }
}
@media (max-width: 479px) {
  .ajax-add .ajax-container p {
    max-width: 120px;
  }
}
@media only screen and (min-width: 599px) {
  /* .std
	   ========================================================================== */
  .col-main .std {
    text-align: left;
  }
}
/* ==========================================================================
   Products grid
   ========================================================================== */
.container .category-products .home-tab {
  /* Products grid */
}
.container .category-products .home-tab .products-grid,
.container .category-products .home-tab .products-list {
  margin-bottom: 0;
  list-style: none;
  /* .item */
}
.container .category-products .home-tab .products-grid.last .item.last,
.container .category-products .home-tab .products-list.last .item.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.40625em;
}
.container .category-products .home-tab .products-grid .item,
.container .category-products .home-tab .products-list .item {
  margin-bottom: 1.125em;
}
.container .category-products .home-tab .products-grid .item .product-image img,
.container .category-products .home-tab .products-list .item .product-image img {
  margin-bottom: 0.5625em;
}
.container .category-products .home-tab .products-grid .item .product-name,
.container .category-products .home-tab .products-list .item .product-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  margin-left: 0.5625em;
  margin-right: 0.5625em;
}
.container .category-products .home-tab .products-grid .item .btn-cart,
.container .category-products .home-tab .products-list .item .btn-cart {
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  padding-top: 0.28125em;
  padding-bottom: 0.28125em;
  margin: 0;
}
.container .category-products .home-tab .products-grid .item .desc,
.container .category-products .home-tab .products-list .item .desc {
  text-align: left;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  margin: 0 0.5625em 1.125em;
}
.container .category-products .home-tab .tab-image-wrap {
  max-height: 250px;
}
.container .category-products .quarter.columns {
  width: 250px;
}
.container .category-products .quarter.columns.alpha {
  clear: both;
}
.catalog-product-view .main-container .main .col-main {
  margin-bottom: 18px;
}
@media (max-width: 1169px) {
  .container .category-products .home-tab .quarter.columns {
    width: 200px;
  }
  .container .category-products .pager {
    width: 65%;
  }
  .container .category-products .sorter {
    width: 35%;
  }
}
@media (max-width: 959px) {
  .container .category-products .home-tab .quarter.columns {
    width: 218px;
  }
  .container .category-products .home-tab .quarter.columns.omega {
    margin-right: 10px;
  }
  .container .category-products .pager {
    width: 60%;
  }
  .container .category-products .sorter {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .container .category-products .home-tab .quarter.columns {
    width: 100%;
    margin-bottom: 10px;
  }
  .container .category-products .home-tab .clearfix {
    display: none;
  }
  .container .category-products .pager {
    width: 55%;
  }
  .container .category-products .pager .pages {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .container .category-products .pager .pages strong {
    margin-left: 0;
  }
  .container .category-products .sorter {
    width: 45%;
  }
  .container .category-products .sorter .sort-by {
    float: none;
    text-align: right;
    margin-top: 8px;
    max-width: 145px;
  }
  .container .category-products .sorter .sort-by > a {
    display: none;
  }
  .container .pager {
    width: 100%;
  }
  .container .pager .pages {
    width: 100%;
  }
  .container .pager .pages strong {
    margin-left: 0;
  }
  .container .pager .amount,
  .container .pager .limiter {
    float: none;
  }
}
@media (max-width: 767px) {
  .home-tabs .home-tab .tab-product {
    margin-bottom: 10px;
  }
  .col-main > .product-view > .product-essential .product-shop .add-to-box {
    float: none!important;
    clear: both;
  }
}
@media only screen and (min-width: 479px) {
  /* Products grid
	   ========================================================================== */
  .category-products {
    /* Products grid */
  }
  .category-products .products-grid .item .product-name,
  .category-products .products-list .item .product-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .category-products .products-grid .item .price-box,
  .category-products .products-list .item .price-box {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.2222222222222223rem;
    margin-bottom: 1.125em;
  }
  .category-products .products-grid .item .price-box .price-as-configured,
  .category-products .products-list .item .price-box .price-as-configured {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.2222222222222223rem;
  }
  .category-products .products-grid .item .btn-cart,
  .category-products .products-list .item .btn-cart {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 767px) {
  /* .products-grid
	   ========================================================================== */
  .category-products .products-grid.last .item.last {
    border-bottom: 1px dotted #808080;
  }
}
/* ==========================================================================
   Product view
   ========================================================================== */
.product-view form {
  margin-bottom: 0;
}
.product-view .block-product-questions {
  margin-top: 0;
}
.product-view .product-essential {
  /* .product-shop */
  /* .product-img-box */
  /* .product-options */
  /* .product-options-bottom */
}
.product-view .product-essential .product-shop .product-name h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  padding: 0 0.5625em;
}
.product-view .product-essential .product-shop .email-friend a,
.product-view .product-essential .product-shop .no-rating a {
  /*font-weight: bold;*/
  background-repeat: no-repeat;
}
.product-view .product-essential .product-shop .email-friend {
  margin-bottom: 1.125em;
}
.product-view .product-essential .product-shop .availability {
  /*font-weight: bold;*/
  display: none;
}
.product-view .product-essential .product-shop .availability span {
  font-weight: normal;
}
.product-view .product-essential .product-shop .add-to-box .or {
  display: none;
}
.product-view .product-essential .product-shop .add-to-box .add-to-cart input {
  margin-bottom: 0.5625em;
}
.product-view .product-essential .product-shop .add-to-box .add-to-cart #qty {
  margin-right: 5px!important;
}
.product-view .product-essential .product-shop .add-to-box .add-to-cart label {
  margin-right: 5px!important;
}
.product-view .product-essential .product-shop .short-description {
  background-color: #eee;
  padding: 1.125em;
  margin: 1.125em 0;
}
.product-view .product-essential .product-shop .short-description h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-view .product-essential .product-shop .short-description .std {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  text-align: left;
  margin-bottom: 0.5625em;
}
.product-view .product-essential .more-views ul {
  list-style: none;
}
.product-view .product-essential .more-views ul li.video {
  position: relative;
}
.product-view .product-essential .more-views ul li.video [class^="icon-"] {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 20px;
  color: #ffffff !important;
  text-shadow: 0px 1px 1px black;
}
.product-view .product-essential .tabs .product-tab {
  clear: both;
}
.product-view .product-essential .tabs .product-tab.active-tab .accordion-wrap {
  display: block;
}
.product-view .product-essential .tabs .product-tab .accordion-wrap {
  display: none;
  padding: 20px;
  border: 1px solid #CCC;
}
.product-view .product-essential .tabs .product-tab .accordion-wrap .question-link {
  display: block;
  width: auto;
  margin-bottom: 15px;
  margin-left: 18px;
  float: right;
}
.product-view .product-essential .tabs .product-tab .accordion-wrap #questions-container .box-title {
  width: auto;
  margin-top: -3px;
}
.product-view .product-essential .tabs .product-tab ul {
  list-style: none;
}
.product-view .product-essential .tabs .product-tab ul li {
  padding: 7px 0 10px 15px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6e6d6d;
  border-bottom: 1px solid #b6b6b8;
  line-height: 18px;
  margin-top: 5px;
}
.product-view .product-essential .tabs .product-tab ul li:last-child {
  border: none;
}
.product-view .product-essential .product-img-box {
  margin-bottom: 1.125em;
}
.product-view .product-essential .product-img-box .product-img-wrapper {
  position: relative;
}
.product-view .product-essential .product-img-box .product-image img {
  /*display: block;
					width: 100%;*/
}
.product-view .product-essential .product-img-box .zoomPad > img {
  width: 100%;
}
.product-view .product-essential .product-img-box .zoomPad .zoomPreload {
  display: none!important;
}
.product-view .product-essential .product-img-box .zoomPup {
  overflow: hidden;
  background-color: #6caedf;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 120;
  position: absolute;
  z-index: 101;
  cursor: crosshair;
}
.product-view .product-essential .product-img-box .camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
.review-product-list .product-view .product-essential .product-img-box .more-views,
.ebsco-productquestions-product-list .product-view .product-essential .product-img-box .more-views {
  display: none;
}
.product-view .product-essential .product-img-box .more-views h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  color: #020202;
}
.product-view .product-essential .product-img-box .more-views ul {
  list-style: none;
}
.product-view .product-essential .product-img-box .more-views ul li {
  display: block;
  height: 70px;
  width: 70px;
  margin: 0 13px 20px 0;
  overflow: hidden;
  position: relative;
  float: left;
  border: 1px solid #CCC;
}
.product-view .product-essential .product-img-box .more-views ul li:last-child {
  margin-right: 0;
}
.product-view .product-essential .product-img-box .more-views ul li a {
  display: block;
}
.product-view .product-essential .product-img-box .more-views ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  max-width: 1000% !important;
}
.product-view .product-essential .product-img-box .more-views ul li a [class^="icon-"] {
  z-index: 999;
  position: absolute;
  width: 100%;
  margin-top: 18px;
  text-align: center;
  color: #777;
  text-shadow: 0px 1px 1px black;
}
.product-view .product-essential .product-img-box .more-views iframe {
  border: 1px solid #000;
}
.product-view .product-essential .product-options {
  text-align: left;
}
.product-view .product-essential .product-options dl dt {
  padding: 0;
  margin-bottom: 0;
}
.product-view .product-essential .product-options dl dt label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
}
.product-view .product-essential .product-options dl dt label.required {
  padding: 0;
  margin-bottom: 0;
  display: inline;
  float: right;
  margin-top: 8px;
}
.product-view .product-essential .product-options dl dt label.required em {
  color: #f00;
}
.product-view .product-essential .product-options dl dd {
  border-bottom: 1px solid #AAABAC;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.product-view .product-essential .product-options dl dd .input-box .options-list {
  list-style: none;
}
.product-view .product-essential .product-options dl dd .input-box .options-list li .radio,
.product-view .product-essential .product-options dl dd .input-box .options-list li .checkbox {
  float: left;
  margin: 0 0.5625em 1px 0;
}
.product-view .product-essential .product-options dl dd .input-box .options-list li .label label {
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  font-weight: normal;
}
.product-view .product-essential .product-options dl dd .input-box .options-list li .label label .price-notice {
  /*font-weight: bold;*/
}
.product-view .product-essential .product-options dl dd .input-box .multiselect {
  width: 100%;
}
.product-view .product-essential .product-options dl dd .input-box select {
  width: 100%;
}
.product-view .product-essential .product-options dl dd .qty-holder label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 0.5625em;
}
.product-view .product-essential .product-options .required {
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  color: #ff0000;
  padding: 0;
  margin-bottom: 10px;
}
.product-view .product-essential .product-options-bottom .add-to-cart {
  text-align: center;
}
.product-view .product-essential .product-options-bottom .add-to-cart input {
  width: 40px;
}
.product-view .product-essential .product-options-bottom .add-to-cart .btn-cart {
  width: auto;
}
.product-view .product-essential .product-options-bottom .add-to-links {
  display: none;
}
@media only screen and (min-width: 599px) {
  /* Product view
	   ========================================================================== */
  .product-view .product-essential .product-shop {
    text-align: left;
  }
  .product-view .product-essential .product-shop .product-name h1 {
    padding: 0;
  }
  .product-view .product-essential .product-shop .email-friend a,
  .product-view .product-essential .product-shop .no-rating a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product-view .product-essential .product-shop .ratings {
    *zoom: 1;
    text-align: left;
  }
  .product-view .product-essential .product-shop .ratings:before,
  .product-view .product-essential .product-shop .ratings:after {
    content: "";
    display: table;
  }
  .product-view .product-essential .product-shop .ratings:after {
    clear: both;
  }
  .product-view .product-essential .product-shop .ratings .rating-links {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-shop .ratings .rating-links a:first-child {
    margin-right: 5px;
  }
  .product-view .product-essential .product-shop .availability {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product-view .product-essential .product-shop .availability span {
    font-weight: normal;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart {
    *zoom: 1;
    margin-bottom: 0.5625em;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart:before,
  .product-view .product-essential .product-shop .add-to-box .add-to-cart:after {
    content: "";
    display: table;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart:after {
    clear: both;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    line-height: 4rem;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart input {
    float: left;
    width: 30px;
    margin-right: 5px;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart .btn-cart {
    float: left;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-links {
    clear: both;
  }
  .product-view .product-essential .product-shop .short-description h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.4444444444444446rem;
    margin-bottom: 0.5625em;
  }
  .product-view .product-essential .product-shop .short-description .std {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-options dl dt label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.4444444444444446rem;
  }
  .product-view .product-essential .product-options dl dt label.required {
    padding: 0;
    margin-bottom: 0.5625em;
  }
  .product-view .product-essential .product-options dl dd .input-box .options-list li .radio,
  .product-view .product-essential .product-options dl dd .input-box .options-list li .checkbox {
    margin: 3px 0.5625em 0 0;
  }
  .product-view .product-essential .product-options dl dd .input-box .options-list li .label label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.4444444444444446rem;
    margin-bottom: 0;
  }
  .product-view .product-essential .product-options-bottom .price-box {
    float: left;
  }
  .product-view .product-essential .product-options-bottom .add-to-cart {
    float: right;
    margin-bottom: 1.125em;
  }
  .product-view .product-essential .product-options-bottom .add-to-cart label {
    display: inline;
  }
  .product-view .product-essential .product-options-bottom .add-to-cart .btn-cart {
    width: auto;
  }
  .product-view .product-essential .product-options-bottom .add-to-links {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-essential .product-shop .product-name h1 {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) {
  /* .product-options-bottom
	   ========================================================================== */
  .product-view .product-essential {
    /* .add-to-links
           ========================================================================== */
  }
  .product-view .product-essential .product-options-bottom .add-to-links .link-wishlist {
    float: left;
  }
  .product-view .product-essential .product-options-bottom .add-to-links .link-compare {
    float: right;
  }
  .product-view .product-essential .add-to-links {
    padding-bottom: 0.5625em;
    margin-top: 0.75em;
  }
  .product-view .product-essential .add-to-links li {
    display: block;
  }
  .product-view .product-essential .add-to-links li a {
    float: none;
  }
}
/* ==========================================================================
   Questions
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .ebsco-productquestions-product-list .five.columns {
    width: 100%;
  }
}
.ebsco-productquestions-product-list .five.columns .pq-question .box-title h3 {
  float: left;
}
.ebsco-productquestions-product-list .five.columns .pq-question .box-title .backtoproduct {
  float: left;
  clear: both;
  font-family: 'HelveticaNeueCondBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  margin-bottom: 20px;
}
.ebsco-productquestions-product-list .five.columns .pq-question .box-title h4 {
  clear: both;
}
.ebsco-productquestions-product-list .five.columns .no-questions {
  display: none;
}
.ebsco-productquestions-product-list .five.columns button#pq-submit {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .ebsco-productquestions-product-list .six.columns.mobile {
    display: none;
  }
  .ebsco-productquestions-product-list .six.columns.mobile .product-img-box {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .ebsco-productquestions-product-list .six.columns.mobile {
    display: block;
  }
  .ebsco-productquestions-product-list .six.columns.mobile .product-img-box {
    display: block !important;
  }
}
/* ==========================================================================
   Shopping cart
   ========================================================================== */
body[class*='cart'] .sidebar {
  display: none;
}
body[class*='cart'] .container .main .col-main.eleven.columns {
  width: 100%;
  min-height: 350px;
}
.cart .page-title.title-buttons .checkout-types {
  list-style: none;
}
.cart .page-title.title-buttons .checkout-types .btn-proceed-checkout {
  background: #f28e23;
}
.cart .page-title.title-buttons .checkout-types .btn-proceed-checkout:hover {
  background: #8dc63f;
}
.cart table thead tr th {
  font-family: "Arial";
  background-color: #6caedf;
  border-right: 1px solid #979797;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797 !important;
  color: #fff;
}
.cart table thead tr th:first-child {
  border-left: 1px solid #979797;
}
.cart table tbody tr td {
  font-family: "Arial";
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.cart table tbody tr td:first-child {
  border-left: 1px solid #cccccc;
}
.cart table tbody tr td .item-options dt,
.cart table tbody tr td .item-options dd {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart table tbody tr td .item-options dt:after {
  content: ":";
}
.cart table tbody tr td .item-options dd {
  margin-right: 5px;
}
.cart table tfoot tr td {
  background-color: transparent;
}
.cart table tfoot tr td button.btn-continue,
.cart table tfoot tr td button.btn-update {
  color: #999;
  border-bottom: 1px dotted #999;
}
.cart table tfoot tr td button:first-of-type {
  margin-left: 10px;
}
.cart .cart-collaterals .crosssell {
  display: none;
}
.cart .cart-collaterals select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  width: 285px;
  color: #444444;
}
.cart .cart-collaterals .button {
  background: #999;
}
.cart .cart-collaterals .button:hover {
  background: #8dc63f;
}
.cart .cart-collaterals .btn-proceed-checkout {
  background: #f28e23;
}
.cart .cart-collaterals .btn-proceed-checkout:last-of-type {
  max-width: 425px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 10px 0 0 0;
}
.cart .cart-collaterals .btn-proceed-checkout:hover {
  background: #8dc63f;
}
.cart .cart-collaterals .shipping h2,
.cart .cart-collaterals .discount h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px !important;
  font-size: 2rem !important;
  line-height: 24px !important;
  line-height: 2.6666666666666665rem !important;
}
@media only screen and (max-width: 767px) {
  .shipping,
  #discount-coupon-form {
    float: left;
    width: 100%!important;
  }
  .shipping {
    margin-left: 0!important;
  }
  .totals {
    width: 100%!important;
  }
  form:before,
  form:after {
    box-shadow: none!important;
  }
  form thead th:nth-of-type(2) {
    border-left: 1px solid #BFBFBF;
  }
  form tbody td:nth-of-type(2) {
    border-left: 1px solid #BFBFBF;
  }
  #shopping-cart-table thead tr th:first-of-type {
    display: none;
  }
  #shopping-cart-table thead tr th:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table tbody tr td:first-of-type {
    display: none;
  }
  #shopping-cart-table tbody tr td:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table tfoot span,
  #shopping-cart-table tfoot button {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  #shopping-cart-table tfoot td {
    padding-left: 2px;
    padding-right: 2px;
  }
  #shopping-cart-table tfoot td .btn-continue {
    margin-right: 2px!important;
  }
}
@media only screen and (max-width: 479px) {
  #shopping-cart-table thead tr th:first-of-type {
    display: none;
  }
  #shopping-cart-table thead tr th:last-of-type {
    display: none;
  }
  #shopping-cart-table thead tr th:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table thead tr th:nth-of-type(3) {
    display: none;
  }
  #shopping-cart-table tbody tr td:first-of-type {
    display: none;
  }
  #shopping-cart-table tbody tr td:last-of-type {
    display: none;
  }
  #shopping-cart-table tbody tr td:nth-of-type(4) {
    display: none;
  }
  #shopping-cart-table tbody tr td:nth-of-type(3) {
    display: none;
  }
  #shopping-cart-table tfoot span,
  #shopping-cart-table tfoot button {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  #shopping-cart-table tfoot td {
    padding-left: 2px;
    padding-right: 2px;
  }
  #shopping-cart-table tfoot td .btn-continue {
    margin-right: 2px!important;
  }
}
@media only screen and (min-width: 599px) {
  /* Shopping cart
     ========================================================================== */
  .cart .page-title.title-buttons {
    *zoom: 1;
    margin-bottom: 1.125em;
  }
  .cart .page-title.title-buttons:before,
  .cart .page-title.title-buttons:after {
    content: "";
    display: table;
  }
  .cart .page-title.title-buttons:after {
    clear: both;
  }
  .cart .page-title.title-buttons h1 {
    float: left;
  }
  .cart .page-title.title-buttons .checkout-types {
    float: right;
    list-style: none;
  }
  /* .cart - inner shadows for responsive
     ========================================================================== */
  body:not(.checkout-onepage-index) .cart > form:before,
  body:not(.checkout-onepage-index) .cart > form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  body:not(.checkout-onepage-index) .cart > form:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  body:not(.checkout-onepage-index) .cart > form:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
  /* #checkout-review-table-wrapper - inner shadows for responsive
     ========================================================================== */
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:before,
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  body:not(.checkout-onepage-index) #checkout-review-table-wrapper:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
}
@media only screen and (min-width: 767px) {
  /* .cart - inner shadows for responsive
	   ========================================================================== */
  .checkout-onepage-index .cart > form:before,
  .checkout-onepage-index .cart > form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  .checkout-onepage-index .cart > form:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  .checkout-onepage-index .cart > form:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
  /* Other inner shadows for responsive
	   ========================================================================== */
  .checkout-onepage-index .inner-shadow-wrapper:before,
  .wishlist-index-index .inner-shadow-wrapper:before,
  .customer-account-index .inner-shadow-wrapper:before,
  .sales-order-view .inner-shadow-wrapper:before,
  .sales-order-history .inner-shadow-wrapper:before,
  .review-customer-index .inner-shadow-wrapper:before,
  .review-product-list .inner-shadow-wrapper:before,
  .catalog-product-compare-index .inner-shadow-wrapper:before,
  .checkout-onepage-index .inner-shadow-wrapper:after,
  .wishlist-index-index .inner-shadow-wrapper:after,
  .customer-account-index .inner-shadow-wrapper:after,
  .sales-order-view .inner-shadow-wrapper:after,
  .sales-order-history .inner-shadow-wrapper:after,
  .review-customer-index .inner-shadow-wrapper:after,
  .review-product-list .inner-shadow-wrapper:after,
  .catalog-product-compare-index .inner-shadow-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  .checkout-onepage-index .inner-shadow-wrapper:before,
  .wishlist-index-index .inner-shadow-wrapper:before,
  .customer-account-index .inner-shadow-wrapper:before,
  .sales-order-view .inner-shadow-wrapper:before,
  .sales-order-history .inner-shadow-wrapper:before,
  .review-customer-index .inner-shadow-wrapper:before,
  .review-product-list .inner-shadow-wrapper:before,
  .catalog-product-compare-index .inner-shadow-wrapper:before {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
  }
  .checkout-onepage-index .inner-shadow-wrapper:after,
  .wishlist-index-index .inner-shadow-wrapper:after,
  .customer-account-index .inner-shadow-wrapper:after,
  .sales-order-view .inner-shadow-wrapper:after,
  .sales-order-history .inner-shadow-wrapper:after,
  .review-customer-index .inner-shadow-wrapper:after,
  .review-product-list .inner-shadow-wrapper:after,
  .catalog-product-compare-index .inner-shadow-wrapper:after {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    right: 0;
  }
}
/* ==========================================================================
   Popup page
   ========================================================================== */
.page-popup {
  text-align: center;
  margin: 1.125em 0;
  /* .page-wrapper */
  /* #product_comparison table */
  /* .product-image-popup */
}
.page-popup .page-wrapper {
  margin: 0 1.125em;
}
.page-popup #product_comparison {
  margin-bottom: 1.125em;
}
.page-popup .product-image-popup {
  margin: 0 auto;
}
.page-popup .product-image-popup .buttons-set .button {
  width: auto;
  margin-bottom: 1.125em;
}
.page-popup .product-image-popup .buttons-set .button:hover {
  color: #fff;
}
.page-popup .product-image-popup .nav {
  margin: 0 0 1.125em 0;
}
.page-popup .product-image-popup .nav a {
  position: relative;
  text-decoration: none;
}
.page-popup .product-image-popup .nav a.prev:after,
.page-popup .product-image-popup .nav a.next:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #6caedf;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-popup .product-image-popup .nav a.prev {
  padding-left: 15px;
}
.page-popup .product-image-popup .nav a.prev:after {
  content: "\f053";
  left: 0;
}
.page-popup .product-image-popup .nav a.next {
  padding-right: 15px;
}
.page-popup .product-image-popup .nav a.next:after {
  content: "\f054";
  right: 0;
}
.page-popup .product-image-popup .image {
  margin-bottom: 1.125em;
}
/* ==========================================================================
   Blocks
   ========================================================================== */
/* .block defaults */
.block {
  background-color: #e0e1e1;
  padding: 1.125em;
  margin: 1.125em 0;
}
.block ul,
.block ol,
.block dl {
  list-style: none;
  margin-bottom: 0;
}
.block .block-title {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 3.111111111111111rem;
  padding: 0 0 0.5625em;
  margin-bottom: 0.9em;
}
.block .block-title small {
  font-size: 22px;
  font-size: 2.2rem;
  color: #808080;
}
.block .block-title strong {
  font-weight: bold;
}
.block .block-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  /*font-weight: bold;*/
  margin-bottom: 1.125em;
}
.block .block-content .item p {
  font-size: 14px;
  font-size: 1.4rem;
}
.block .block-content .item p a {
  color: #000;
}
.block .block-content .item p a:hover {
  color: #6caedf;
}
.block .block-content .actions {
  font-size: 14px;
  font-size: 1.4rem;
}
/* Common styles for .block-cart, .block-wishlist and .block-related */
.block-cart,
.block-wishlist,
.block-related {
  position: relative;
}
.block-cart .block-content .subtotal,
.block-wishlist .block-content .subtotal,
.block-related .block-content .subtotal {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  position: relative;
  border-top: 1px solid #A6A7A9;
  /*background-color: #fff;*/
  padding: 50px 0 10px;
  margin-bottom: 0.75em;
  text-align: right;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  color: #898989;
  /*&:after {
				content: " ";
				position: absolute;
				top: -10px;
				right: 0;
				left: 0;
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-bottom: 10px solid #fff;
				margin-right: auto;
				margin-left: auto;
			}*/
}
.block-cart .block-content .subtotal .label,
.block-wishlist .block-content .subtotal .label,
.block-related .block-content .subtotal .label,
.block-cart .block-content .subtotal .price,
.block-wishlist .block-content .subtotal .price,
.block-related .block-content .subtotal .price {
  /*color: #000;*/
}
.block-cart .block-content .subtotal .price,
.block-wishlist .block-content .subtotal .price,
.block-related .block-content .subtotal .price {
  /*font-weight: bold;*/
}
.block-cart .block-content .button,
.block-wishlist .block-content .button,
.block-related .block-content .button {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  width: auto;
  float: right;
}
.block-cart .block-content .mini-products-list .item .product-details {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
}
.block-cart .block-content .mini-products-list .item .product-details .price {
  float: right;
  line-height: 20px;
}
.block-cart .block-content .mini-products-list .item .product-details .clearfix {
  margin-bottom: 10px;
}
.block-cart .block-content .mini-products-list .item .product-details .product-name {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
}
.block-cart .block-content .mini-products-list .item .product-details .qty {
  color: #818181;
}
/* .block-wishlist */
.block-wishlist .block-content .mini-products-list .item .product-details .link-cart {
  width: 100%;
  text-align: center;
}
.block-wishlist .block-content .actions {
  margin-top: 1.125em;
}
.block-wishlist .block-content .actions a {
  /*font-weight: bold;*/
}
/* .block-compare */
.block-compare .block-content #compare-items .item .product-name {
  padding-right: 21px;
  margin-bottom: 0.5625em;
}
.block-compare .block-content #compare-items .item.last .product-name {
  margin-bottom: 0;
}
.block-compare .block-content .actions {
  text-align: right;
}
.block-compare .block-content .actions .button {
  width: 100%;
  margin-top: 1.125em;
}
/* .block-poll */
.block-poll form {
  margin-bottom: 0;
}
.block-poll form .block-content {
  text-align: left;
}
.block-poll form .block-content ul li {
  margin-bottom: 0.5625em;
}
.block-poll form .block-content ul li .radio {
  float: left;
  margin: 1px 0.5625em 1px 0;
}
.block-poll form .block-content ul li .label label {
  line-height: 18px;
  line-height: 2rem;
}
.block-poll form .block-content ul li:last-child {
  margin-bottom: 0;
}
.block-poll form .block-content ul .answer {
  /*font-weight: bold;*/
}
.block-poll form .block-content ul .votes {
  float: right;
}
.block-poll form .block-content .button {
  width: 100%;
  margin-top: 1.125em;
}
/* .block-viewed */
.block-viewed .block-title {
  font-size: 20px;
  font-size: 2rem;
}
.block-viewed .block-content {
  text-align: left;
}
.block-viewed .block-content .product-name {
  margin-bottom: 0.5625em;
}
/* .block-reorder */
.block-reorder form {
  margin-bottom: 0;
}
.block-reorder form .block-content .item .checkbox {
  float: left;
  margin: 0;
}
.block-reorder form .block-content .item .product-name {
  text-align: left;
  padding-left: 1.6875em;
}
.block-reorder form .block-content .actions .btn-cart {
  width: 100%;
  margin-bottom: 0.5625em;
}
.block-reorder form .block-content .actions a {
  /*font-weight: bold;*/
}
/* .block-layered-nav */
.block-layered-nav .block-content {
  text-align: left;
}
.block-layered-nav .block-content #narrow-by-list dt {
  margin-bottom: 0.75em;
}
.block-layered-nav .block-content #narrow-by-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  color: #808080;
  margin-bottom: 0.28125em;
}
.block-layered-nav .block-content #narrow-by-list li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  position: relative;
  padding-left: 21px;
}
.block-layered-nav .block-content #narrow-by-list li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  font-size: 16px;
  content: "\f055";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: auto;
}
.block-layered-nav .block-content .currently {
  border-bottom: 1px dotted #808080;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.block-layered-nav .block-content .currently ol {
  margin-bottom: 0.5625em;
}
.block-layered-nav .block-content .currently ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  color: #000;
  margin-bottom: 0.375em;
}
.block-layered-nav .block-content .currently ol li .label {
  /*font-weight: bold;*/
}
.block-layered-nav .block-content .currently ol li:last-child {
  margin-bottom: 0.28125em;
}
.block-layered-nav .block-content .currently .actions {
  display: block;
  text-align: right;
}
.block-layered-nav .block-title {
  border-bottom: 1px solid #A6A7A9;
}
/* .block-subscribe */
.block-subscribe #newsletter-validate-detail {
  margin-bottom: 0;
}
.block-subscribe #newsletter-validate-detail .block-content .form-subscribe-header {
  margin-bottom: 1.125em;
}
.block-subscribe #newsletter-validate-detail .block-content input {
  width: 100%;
}
.block-subscribe #newsletter-validate-detail .block-content .button {
  width: 100%;
  margin-top: 1.125em;
}
/* .block-related */
.block-related .block-content .mini-products-list .item .product {
  overflow: hidden;
}
@media only screen and (min-width: 479px) {
  /* .block
	   ========================================================================== */
  .block .block-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.6666666666666665rem;
    color: #353535;
  }
  .block .block-title small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .block .block-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .block .block-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 767px) {
  /* .block
	   ========================================================================== */
  .block {
    text-align: left;
  }
}
/* ==========================================================================
   Tags
   ========================================================================== */
/* .tags-list */
.tags-list {
  list-style: none;
  margin-bottom: 1.125em;
}
.tags-list li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background-color: #0099ff;
  padding: 0.375em 0.5625em;
  margin-bottom: 0.28125em;
}
.tags-list li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #fff;
}
.tags-list li:hover {
  background-color: #007acc;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin-bottom: 1.125em;
}
label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  /*font-weight: bold;*/
  margin-bottom: 0.5625em;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.link-cart {
  font-size: 14px;
  font-size: 1.4rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  /*font-weight: bold;*/
  color: #fff;
  width: 100%;
  max-width: 300px;
  background-color: #6caedf;
  padding: 0.5625em;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.link-cart:hover {
  background-color: #8dc63f;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.link-cart:active {
  background-color: #8dc63f;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.multiselect,
.input-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  max-width: 480px;
  color: #808080;
  outline: none;
  border: 1px solid #ccc;
  padding: 0.5625em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
.input-text:focus {
  border: 1px solid #75b9f0;
  color: #000;
}
select {
  background-color: #fff;
}
.calendar * {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
.calendar table {
  border-collapse: separate;
}
.calendar table td {
  line-height: normal;
  display: table-cell;
  background-color: inherit;
  color: inherit;
  max-width: none;
  width: auto;
}
/* ==========================================================================
   Messages
   ========================================================================== */
.success,
.error {
  color: #fff;
}
.notice {
  color: #000;
}
.messages {
  margin-bottom: 1.6875em;
}
.messages,
.messages ul {
  list-style: none;
}
.messages .error-msg,
.messages ul .error-msg,
.messages .success-msg,
.messages ul .success-msg,
.messages .note-msg,
.messages ul .note-msg,
.messages .notice-msg,
.messages ul .notice-msg {
  color: #fff;
  padding: 0.5625em;
}
.messages .error-msg ul li,
.messages ul .error-msg ul li,
.messages .success-msg ul li,
.messages ul .success-msg ul li,
.messages .note-msg ul li,
.messages ul .note-msg ul li,
.messages .notice-msg ul li,
.messages ul .notice-msg ul li {
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
.messages .error-msg span,
.messages ul .error-msg span,
.messages .success-msg span,
.messages ul .success-msg span,
.messages .note-msg span,
.messages ul .note-msg span,
.messages .notice-msg span,
.messages ul .notice-msg span {
  position: relative;
  padding-left: 21px;
}
.messages .error-msg span:before,
.messages ul .error-msg span:before,
.messages .success-msg span:before,
.messages ul .success-msg span:before,
.messages .note-msg span:before,
.messages ul .note-msg span:before,
.messages .notice-msg span:before,
.messages ul .notice-msg span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: auto;
}
.messages .error-msg,
.messages ul .error-msg {
  background-color: #f00;
}
.messages .error-msg span:before,
.messages ul .error-msg span:before {
  content: "\f06a";
  color: #fff;
}
.messages .success-msg,
.messages ul .success-msg {
  background-color: #6caedf;
}
.messages .success-msg span:before,
.messages ul .success-msg span:before {
  content: "\f058";
  color: #fff;
}
.messages .note-msg,
.messages ul .note-msg,
.messages .notice-msg,
.messages ul .notice-msg {
  color: #000;
  background-color: #fc0;
}
.messages .note-msg span:before,
.messages ul .note-msg span:before,
.messages .notice-msg span:before,
.messages ul .notice-msg span:before {
  content: "\f05a";
  color: #000;
}
/* ==========================================================================
   .links
   ========================================================================== */
.links {
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
  margin-bottom: 1.125em !important;
  padding-right: 10px;
  padding-top: 10px;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.links li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  font-family: "proxima-nova", Arial, sans-serif;
  margin-left: 0.5625em;
}
.links li:first-child {
  margin-left: 0;
}
.links li a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  padding: 0.5625em 0;
  color: #000;
}
.links li a:hover {
  color: #6caedf;
}
/* ==========================================================================
   Toolbar
   ========================================================================== */
/* .toolbar */
.toolbar {
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.75em 0;
}
.toolbar:before,
.toolbar:after {
  content: "";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  margin-right: 5px;
  margin-bottom: 0;
}
.blog-toolbar {
  padding: 0 40px;
}
/* .pager */
.pager {
  overflow: hidden;
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.pager .amount {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  float: left;
  margin-bottom: 0.5625em;
}
.pager .limiter {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  float: right;
  margin-bottom: 0.5625em;
}
.pager .limiter label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  display: inline;
}
.pager .limiter select {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2px;
  margin-right: 2px;
  height: 23px;
}
.pager .pages {
  margin-bottom: 0;
}
.pager .pages strong {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 23px;
  margin-right: 5px;
  margin-left: 20px;
}
.pager .pages ol {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin-bottom: 0;
}
.pager .pages ol li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.pager .pages ol li.current {
  color: #fff;
  background-color: #808080;
  padding: 0.225em 0.45em;
}
.pager .pages ol li:first-child {
  margin-left: 0;
}
.pager .pages ol li a {
  display: block;
  background-color: #fff;
  padding: 0.225em 0.45em;
}
.pager .pages ol li a:hover {
  color: #fff;
  background-color: #6caedf;
}
.pager .pages ol li a:active {
  background-color: #000;
}
.pager .pages ol li a.previous,
.pager .pages ol li a.next {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border: 0;
  font: 0/0 a;
  text-align: center;
  color: transparent;
  width: 23px;
  height: 23px;
}
.pager .pages ol li a.previous img,
.pager .pages ol li a.next img {
  display: none;
}
.pager .pages ol li a.previous:after,
.pager .pages ol li a.next:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6caedf;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pager .pages ol li a.previous:hover:after,
.pager .pages ol li a.next:hover:after {
  color: #fff;
}
.pager .pages ol li a.previous:after {
  content: "\f053";
}
.pager .pages ol li a.next {
  height: 28px;
}
.pager .pages ol li a.next:after {
  content: "\f054";
  padding-top: 3px;
}
/* .sorter */
.sorter {
  overflow: hidden;
  width: 25%;
  float: right;
}
.sorter .view-mode {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.5555555555555554rem;
  float: left;
  margin-bottom: 0;
  display: none;
}
.sorter .view-mode .grid,
.sorter .view-mode .list {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border: 0;
  font: 0/0 a;
  text-align: center;
  color: transparent;
  width: 20px;
  height: 28px;
}
.sorter .view-mode .grid:after,
.sorter .view-mode .list:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  line-height: 3.5555555555555554rem;
  color: #bfbfbf;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sorter .view-mode .grid:after {
  content: "\f009";
}
.sorter .view-mode .list:after {
  content: "\f039";
}
.sorter .view-mode a.grid:after,
.sorter .view-mode a.list:after {
  color: #6caedf;
}
.sorter .view-mode a.grid:hover:after,
.sorter .view-mode a.list:hover:after {
  color: #8dc63f;
}
.sorter .sort-by {
  float: right;
  margin-bottom: 0;
}
.sorter .sort-by select {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2px;
  margin-right: 2px;
}
.sorter .sort-by a {
  background-color: #fff;
  padding: 0.28125em 0.5625em 0.225em;
}
/* .toolbar-bottom */
.toolbar-bottom {
  clear: both;
}
.toolbar-bottom .toolbar {
  margin-bottom: 0;
}
@media only screen and (min-width: 479px) {
  /* .toolbar
	   ========================================================================== */
  .toolbar .pager .amount {
    float: none;
  }
  .toolbar .pager .limiter {
    float: none;
  }
  .toolbar .pager .pages {
    margin-bottom: 0;
  }
  .toolbar .sorter .view-mode {
    float: none;
    margin-bottom: 0.5625em;
  }
  .toolbar .sorter .sort-by {
    float: none;
  }
}
@media only screen and (min-width: 767px) {
  /* .toolbar
	   ========================================================================== */
  .toolbar .pager .amount {
    float: left;
  }
  .toolbar .pager .limiter {
    float: right;
  }
  .toolbar .pager .pages {
    margin-bottom: 0;
  }
  .toolbar .sorter .view-mode {
    float: left;
    margin-bottom: 0;
  }
  .toolbar .sorter .sort-by {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar .sorter {
    width: 100%;
    float: none;
  }
  .toolbar .sorter .sort-by {
    float: left;
  }
}
@media only screen and (min-width: 959px) {
  /* .toolbar
	   ========================================================================== */
  .toolbar .pager .pages {
    clear: none;
    padding-bottom: 0;
  }
}
/* ==========================================================================
   .btn-remove and .btn-edit
   ========================================================================== */
.btn-remove,
.btn-edit {
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border: 0;
  font: 0/0 a;
  color: transparent;
  float: right;
}
.btn-remove:after,
.btn-edit:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  font-size: 16px;
  color: #808080;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: auto;
}
.btn-remove:hover:after,
.btn-edit:hover:after {
  color: #000;
}
.btn-remove:after {
  content: "\f057";
}
.btn-edit:after {
  content: "\f044";
}
.box-additional,
.box-up-sell {
  display: none;
}
.cart-table .btn-remove:after {
  position: relative;
  top: auto;
  right: auto;
}
/* ==========================================================================
   Common styles for .data-table and .products-grid
   ========================================================================== */
.data-table,
.products-grid {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  display: block;
  border-collapse: separate;
  text-align: left;
  margin-bottom: 1.125em;
  position: relative;
  z-index: 5;
}
.data-table colgroup,
.products-grid colgroup,
.data-table thead,
.products-grid thead,
.data-table tbody,
.products-grid tbody,
.data-table tfoot,
.products-grid tfoot {
  width: 100%;
}
.data-table colgroup tr th,
.products-grid colgroup tr th,
.data-table thead tr th,
.products-grid thead tr th,
.data-table tbody tr th,
.products-grid tbody tr th,
.data-table tfoot tr th,
.products-grid tfoot tr th {
  z-index: 1;
  position: relative;
  vertical-align: top;
  /*font-weight: bold;*/
  border-bottom: 1px solid #bfbfbf;
  padding: 1.125em 0.5625em;
}
.data-table colgroup tr td,
.products-grid colgroup tr td,
.data-table thead tr td,
.products-grid thead tr td,
.data-table tbody tr td,
.products-grid tbody tr td,
.data-table tfoot tr td,
.products-grid tfoot tr td {
  z-index: 1;
  position: relative !important;
  vertical-align: top;
  border-bottom: 1px solid #bfbfbf;
  background-color: #ffffff;
  padding: 1.125em 0.5625em;
}
.data-table colgroup tr td .product-image,
.products-grid colgroup tr td .product-image,
.data-table thead tr td .product-image,
.products-grid thead tr td .product-image,
.data-table tbody tr td .product-image,
.products-grid tbody tr td .product-image,
.data-table tfoot tr td .product-image,
.products-grid tfoot tr td .product-image {
  border: none;
}
.data-table colgroup tr td .product-image img,
.products-grid colgroup tr td .product-image img,
.data-table thead tr td .product-image img,
.products-grid thead tr td .product-image img,
.data-table tbody tr td .product-image img,
.products-grid tbody tr td .product-image img,
.data-table tfoot tr td .product-image img,
.products-grid tfoot tr td .product-image img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 50px;
  height: auto;
}
.data-table colgroup tr td .product-name,
.products-grid colgroup tr td .product-name,
.data-table thead tr td .product-name,
.products-grid thead tr td .product-name,
.data-table tbody tr td .product-name,
.products-grid tbody tr td .product-name,
.data-table tfoot tr td .product-name,
.products-grid tfoot tr td .product-name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.data-table colgroup tr td .disc,
.products-grid colgroup tr td .disc,
.data-table thead tr td .disc,
.products-grid thead tr td .disc,
.data-table tbody tr td .disc,
.products-grid tbody tr td .disc,
.data-table tfoot tr td .disc,
.products-grid tfoot tr td .disc {
  list-style: none;
}
.data-table colgroup tr td p,
.products-grid colgroup tr td p,
.data-table thead tr td p,
.products-grid thead tr td p,
.data-table tbody tr td p,
.products-grid tbody tr td p,
.data-table tfoot tr td p,
.products-grid tfoot tr td p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.data-table colgroup tr td .input-text,
.products-grid colgroup tr td .input-text,
.data-table thead tr td .input-text,
.products-grid thead tr td .input-text,
.data-table tbody tr td .input-text,
.products-grid tbody tr td .input-text,
.data-table tfoot tr td .input-text,
.products-grid tfoot tr td .input-text {
  width: 35px;
  text-align: center;
}
.data-table colgroup tr td .ratings,
.products-grid colgroup tr td .ratings,
.data-table thead tr td .ratings,
.products-grid thead tr td .ratings,
.data-table tbody tr td .ratings,
.products-grid tbody tr td .ratings,
.data-table tfoot tr td .ratings,
.products-grid tfoot tr td .ratings {
  margin-bottom: 0;
}
.data-table colgroup tr td .ratings .rating-links,
.products-grid colgroup tr td .ratings .rating-links,
.data-table thead tr td .ratings .rating-links,
.products-grid thead tr td .ratings .rating-links,
.data-table tbody tr td .ratings .rating-links,
.products-grid tbody tr td .ratings .rating-links,
.data-table tfoot tr td .ratings .rating-links,
.products-grid tfoot tr td .ratings .rating-links {
  margin-bottom: 0;
}
.data-table colgroup tr td .ratings .rating-links a,
.products-grid colgroup tr td .ratings .rating-links a,
.data-table thead tr td .ratings .rating-links a,
.products-grid thead tr td .ratings .rating-links a,
.data-table tbody tr td .ratings .rating-links a,
.products-grid tbody tr td .ratings .rating-links a,
.data-table tfoot tr td .ratings .rating-links a,
.products-grid tfoot tr td .ratings .rating-links a {
  display: block;
  margin: 0 0 0.5625em;
}
.data-table colgroup tr td .ratings .rating-links a:last-child,
.products-grid colgroup tr td .ratings .rating-links a:last-child,
.data-table thead tr td .ratings .rating-links a:last-child,
.products-grid thead tr td .ratings .rating-links a:last-child,
.data-table tbody tr td .ratings .rating-links a:last-child,
.products-grid tbody tr td .ratings .rating-links a:last-child,
.data-table tfoot tr td .ratings .rating-links a:last-child,
.products-grid tfoot tr td .ratings .rating-links a:last-child {
  margin-bottom: 0;
}
.data-table colgroup tr td .btn-remove,
.products-grid colgroup tr td .btn-remove,
.data-table thead tr td .btn-remove,
.products-grid thead tr td .btn-remove,
.data-table tbody tr td .btn-remove,
.products-grid tbody tr td .btn-remove,
.data-table tfoot tr td .btn-remove,
.products-grid tfoot tr td .btn-remove {
  position: relative;
  outline: 0;
}
.data-table colgroup tr.last th,
.products-grid colgroup tr.last th,
.data-table thead tr.last th,
.products-grid thead tr.last th,
.data-table tbody tr.last th,
.products-grid tbody tr.last th,
.data-table tfoot tr.last th,
.products-grid tfoot tr.last th,
.data-table colgroup tr.last td,
.products-grid colgroup tr.last td,
.data-table thead tr.last td,
.products-grid thead tr.last td,
.data-table tbody tr.last td,
.products-grid tbody tr.last td,
.data-table tfoot tr.last td,
.products-grid tfoot tr.last td {
  border-bottom: none;
}
.data-table colgroup tr.first th,
.products-grid colgroup tr.first th,
.data-table thead tr.first th,
.products-grid thead tr.first th,
.data-table tbody tr.first th,
.products-grid tbody tr.first th,
.data-table tfoot tr.first th,
.products-grid tfoot tr.first th {
  border-bottom: 1px solid #bfbfbf;
}
.data-table thead tr td,
.products-grid thead tr td {
  border-bottom: 1px solid #bfbfbf !important;
}
.data-table tfoot tr td,
.products-grid tfoot tr td {
  border-bottom: none;
  border-top: 1px solid #bfbfbf;
}
.data-table tfoot tr td .btn-continue,
.products-grid tfoot tr td .btn-continue,
.data-table tfoot tr td .btn-update,
.products-grid tfoot tr td .btn-update {
  z-index: 2;
  width: auto;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #6caedf;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6caedf;
}
.data-table tfoot tr td .btn-continue:hover,
.products-grid tfoot tr td .btn-continue:hover,
.data-table tfoot tr td .btn-update:hover,
.products-grid tfoot tr td .btn-update:hover {
  border-bottom: none;
}
.data-table tfoot tr td .btn-continue,
.products-grid tfoot tr td .btn-continue {
  margin-right: 1.125em;
}
.data-table#checkout-review-table tfoot tr.first td,
.products-grid#checkout-review-table tfoot tr.first td {
  padding-bottom: 0;
}
.data-table#checkout-review-table tfoot tr.last td,
.products-grid#checkout-review-table tfoot tr.last td {
  padding-top: 0;
}
/* ==========================================================================
   .data-table, .box-up-sell .products-grid
   ========================================================================== */
.data-table,
.box-up-sell .products-grid {
  position: relative;
  overflow-x: auto;
}
.products-grid {
  text-align: center;
}
/* Specific responsive table rules */
#wishlist-view-form {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table {
  table-layout: fixed;
  margin-bottom: 1.125em;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(1) {
  width: 25%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(2) {
  width: 35%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(3) {
  width: 15%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(4) {
  width: 20%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup col:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead col:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody col:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot col:nth-child(5) {
  width: 5%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(1),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(1) {
  width: 25%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(2),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(2) {
  width: 35%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(3),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(3) {
  width: 15%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(4),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(4) {
  width: 20%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td:nth-child(5),
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td:nth-child(5) {
  width: 5%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td .price-box,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td .price-box {
  margin-bottom: 0;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td textarea,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td textarea {
  width: 100%;
  max-width: 100%;
}
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr th .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table colgroup tr td .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table thead tr td .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tbody tr td .btn-cart,
#wishlist-view-form .inner-shadow-wrapper #wishlist-table tfoot tr td .btn-cart {
  width: auto;
  margin-bottom: 0.5625em;
}
/* ==========================================================================
   .buttons-set2
   ========================================================================== */
.buttons-set2 button {
  width: auto;
  margin-bottom: 0.5625em;
}
/* ==========================================================================
   .cart - inner shadows for responsive layouts
   ========================================================================== */
.cart > form {
  position: relative;
}
.cart > form:before,
.cart > form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  z-index: 20;
}
.cart > form:before {
  -webkit-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  left: 0;
}
.cart > form:after {
  -webkit-box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  right: 0;
}
/* ==========================================================================
   Other table inner shadows for responsive layouts
   ========================================================================== */
.inner-shadow-wrapper {
  position: relative;
}
.inner-shadow-wrapper:before,
.inner-shadow-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  z-index: 20;
}
.inner-shadow-wrapper:before {
  -webkit-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.5);
  left: 0;
}
.inner-shadow-wrapper:after {
  -webkit-box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  right: 0;
}
/* ==========================================================================
   .add-to-links
   ========================================================================== */
.add-to-links {
  overflow: hidden;
  list-style: none;
  margin: 1.125em 0 0;
}
.add-to-links .separator {
  display: none;
}
/* ==========================================================================
   .product-collateral
   ========================================================================== */
.product-collateral {
  background-color: #eee;
  padding: 1.125em;
  margin: 1.125em 0 0;
  z-index: 10;
  position: relative;
}
.product-collateral .box-description {
  border-bottom: 1px dotted #808080;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.product-collateral .box-description h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-description .std {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  text-align: left;
}
.product-collateral .box-additional {
  margin-bottom: 1.125em;
}
.product-collateral .box-additional h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-up-sell {
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.product-collateral .box-up-sell h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-tags h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.75em;
}
.product-collateral .box-tags h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 1.125em;
}
.product-collateral .box-tags .product-tags {
  list-style: none;
}
.product-collateral .box-tags .product-tags li {
  font-size: 14px;
  font-size: 1.4rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background-color: #0099ff;
  padding: 0.5625em;
  margin: 0 0.28125em 0.5625em 0;
}
.product-collateral .box-tags .product-tags li:hover {
  background-color: #007acc;
}
.product-collateral .box-tags .product-tags li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #fff;
}
.product-collateral .box-tags form label {
  display: block;
  width: 100%;
  clear: both;
}
.product-collateral .box-tags form input {
  width: 100%;
}
.product-collateral .box-tags form .button {
  width: 100%;
  margin-top: 0.5625em;
}
.product-collateral .box-tags .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  color: #808080;
  text-align: left;
  margin-bottom: 1.125em;
}
@media only screen and (min-width: 599px) {
  /* .box-description
	   ========================================================================== */
  .product-collateral .box-description {
    text-align: left;
  }
  /* .box-tags
	   ========================================================================== */
  .product-collateral .box-tags {
    text-align: left;
  }
  .product-collateral .box-tags h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.2222222222222223rem;
  }
  .product-collateral .box-tags .form-add label {
    float: left;
  }
  .product-collateral .box-tags .form-add .input-box {
    display: inline;
  }
  .product-collateral .box-tags .form-add .input-box input {
    width: auto;
  }
  .product-collateral .box-tags .form-add .button {
    width: auto;
    margin-top: 0;
  }
}
/* ==========================================================================
   .box-reviews
   ========================================================================== */
.box-reviews h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 0.5625em;
}
.box-reviews .pager {
  margin-bottom: 0.5625em;
}
.box-reviews dl {
  text-align: left;
  background-color: #fff;
  padding: 1.125em;
  margin: 1.125em 0;
}
.box-reviews dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  margin-bottom: 0.5625em;
}
.box-reviews dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.box-reviews dl dd .ratings-table {
  width: 100%;
  margin-bottom: 0.5625em;
}
.box-reviews dl dd .ratings-table tbody tr th {
  /*font-weight: bold;*/
  padding-right: 20px;
  padding-bottom: 0.5625em;
}
.box-reviews dl dd .ratings-table tbody tr td {
  padding-bottom: 0.5625em;
}
.box-reviews dl dd .ratings-table tbody tr td .rating-box {
  width: 80px;
  height: 16px;
  background: url('../../default/images/icon-star-sml.png') repeat-x left top;
}
.box-reviews dl dd .ratings-table tbody tr td .rating-box .rating {
  height: 16px;
  background: url('../../default/images/icon-star-sml.png') repeat-x left -32px;
}
.box-reviews .form-add {
  text-align: left;
  background-color: #fff;
  padding: 1.125em;
  margin: 1.125em 0;
}
.box-reviews .form-add #review-form h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.box-reviews .form-add #review-form h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.box-reviews .form-add #review-form #product-review-table {
  white-space: nowrap;
}
/* ==========================================================================
   Common styles for .crosssell, #discount-coupon-form, .shipping and .totals
   ========================================================================== */
.crosssell,
#discount-coupon-form,
.giftcard,
.shipping,
.totals {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1.125em;
  margin: 0 0 1.125em 0;
  float: left;
  width: 30%;
}
.crosssell h2,
#discount-coupon-form h2,
.giftcard h2,
.shipping h2,
.totals h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 20px !important;
  font-size: 2rem !important;
  line-height: 24px !important;
  line-height: 2.6666666666666665rem !important;
  font-weight: bold;
  margin-bottom: 1.125em;
}
.shipping {
  float: left;
  margin-left: 25px;
}
.totals {
  float: right;
  width: 35%;
}
.giftcard,
#discount-coupon-form {
  float: none;
  width: 100%;
}
.discount-gift {
  width: 30%;
  float: left;
}
@media only screen and (min-width: 479px) {
  /* Common styles for .crosssell, #discount-coupon-form, .shipping and .totals
     ========================================================================== */
  .crosssell h2,
  #discount-coupon-form h2,
  .shipping h2,
  .totals h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .discount-gift {
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
   .crosssell
   ========================================================================== */
.crosssell #crosssell-products-list {
  list-style: none;
  margin-bottom: 0;
}
.crosssell #crosssell-products-list .item {
  border-bottom: 1px dotted #808080;
  margin-bottom: 1.125em;
}
.crosssell #crosssell-products-list .item.last {
  border-bottom: none;
  margin-bottom: 0;
}
.crosssell #crosssell-products-list .item .product-image {
  float: left;
}
.crosssell #crosssell-products-list .item .product-details {
  text-align: left;
  margin-left: 95px;
}
.crosssell #crosssell-products-list .item .product-details .product-name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.crosssell #crosssell-products-list .item .product-details .price-box {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 1.125em;
}
.crosssell #crosssell-products-list .item .product-details .btn-cart {
  width: auto;
}
@media only screen and (min-width: 479px) {
  /* .crosssell
	   ========================================================================== */
  .crosssell #crosssell-products-list .item .product-image {
    float: left;
  }
  .crosssell #crosssell-products-list .item .product-image img {
    max-width: 50px;
    height: auto;
  }
  .crosssell #crosssell-products-list .item .product-details {
    margin-left: 60px;
  }
  .crosssell #crosssell-products-list .item .product-details .product-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .crosssell #crosssell-products-list .item .product-details .price-box {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
  }
  .crosssell #crosssell-products-list .item .product-details .add-to-links li a.link-wishlist,
  .crosssell #crosssell-products-list .item .product-details .add-to-links li a.link-compare {
    float: none;
  }
}
/* ==========================================================================
   #discount-coupon-form
   ========================================================================== */
#discount-coupon-form .discount .discount-form .input-box input {
  width: 100%;
  margin-bottom: 0.5625em;
}
#discount-coupon-form .discount .discount-form .buttons-set .button {
  width: 100%;
}
#giftcard_code {
  width: 100%;
  margin-bottom: 0.5625em;
}
.check-gc-status {
  margin-top: 10px;
}
/* ==========================================================================
   .shipping
   ========================================================================== */
.shipping .shipping-form form .form-list {
  list-style: none;
  margin-bottom: 0;
}
.shipping .shipping-form form .form-list li label {
  clear: both;
}
.shipping .shipping-form form .form-list li .input-box {
  clear: both;
}
.shipping .shipping-form form .form-list li .input-box select {
  max-width: 100%;
  margin-bottom: 0.5625em;
}
.shipping .shipping-form form .form-list li .input-box .input-text {
  width: 100%;
  margin-bottom: 0.5625em;
}
.shipping .shipping-form form .buttons-set .button {
  width: 100%;
}
.shipping #co-shipping-method-form .sp-methods dd ul {
  list-style: none;
}
.shipping #co-shipping-method-form .sp-methods dd ul li {
  text-align: left;
}
.shipping #co-shipping-method-form .sp-methods dd ul li .radio {
  float: left;
  margin: 2px 0.5625em 1px 0;
}
.shipping #co-shipping-method-form .sp-methods dd ul li label {
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
/* ==========================================================================
   .totals
   ========================================================================== */
.totals #shopping-cart-totals-table {
  width: 100%;
  text-align: left;
  margin-bottom: 0.75em;
}
.totals #shopping-cart-totals-table tbody tr td,
.totals #shopping-cart-totals-table tfoot tr td {
  width: 50%;
}
.totals #shopping-cart-totals-table tbody tr td,
.totals #shopping-cart-totals-table tbody tr th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  vertical-align: top;
}
.totals #shopping-cart-totals-table tbody tr td:first-child,
.totals #shopping-cart-totals-table tbody tr th:first-child {
  text-align: right;
  padding-right: 0.5625em;
}
.totals #shopping-cart-totals-table tbody tr td:last-child,
.totals #shopping-cart-totals-table tbody tr th:last-child {
  text-align: left;
  padding-left: 0.5625em;
}
.totals #shopping-cart-totals-table tbody tr th {
  border: 1px solid #CCCCCC;
}
.totals #shopping-cart-totals-table tfoot tr td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.totals #shopping-cart-totals-table tfoot tr td:first-child {
  text-align: right;
  padding-right: 0.5625em;
}
.totals #shopping-cart-totals-table tfoot tr td:last-child {
  text-align: left;
  padding-left: 0.5625em;
}
.totals .checkout-types {
  list-style: none;
  margin-bottom: 0;
}
.totals .checkout-types li .btn-checkout {
  width: 100%;
  margin-bottom: 1.125em;
}
.totals .checkout-types li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
/* ==========================================================================
   Common styles for .link-wishlist and .link-compare
   ========================================================================== */
.link-wishlist,
.link-compare {
  font-size: 13px;
  font-size: 1.3rem;
  /*font-weight: bold;*/
}
/* ==========================================================================
   .link-wishlist
   ========================================================================== */
.link-wishlist {
  float: left;
}
/* ==========================================================================
   .link-compare
   ========================================================================== */
.link-compare {
  float: right;
}
/* ==========================================================================
   .mini-products-list
   ========================================================================== */
.mini-products-list {
  text-align: left;
}
.mini-products-list .item {
  padding: 0.5625em 0;
  border-top: 1px solid #a6a7a9;
}
.mini-products-list .item.last {
  margin-bottom: 0;
}
.mini-products-list .item .checkbox {
  float: left;
  margin: 1px 0.5625em 1px 0;
}
.mini-products-list .item .product-image {
  float: left;
  margin-right: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 5px;
}
.mini-products-list .item .product-image img {
  max-width: 65px;
}
.mini-products-list .item .product-details {
  font-size: 14px;
  font-size: 1.4rem;
}
.mini-products-list .item .product-details .product-name {
  font-family: "proxima-nova", Arial, sans-serif;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.mini-products-list .item .product-details .product-name a {
  color: #030303;
}
.mini-products-list .item .product-details .price-box .price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
}
.mini-products-list .item .product-details .price-box .old-price {
  margin-bottom: 0;
}
.mini-products-list .item .product-details .price-box .old-price .price {
  color: #000;
}
.mini-products-list .item .product-details .price-box .special-price .price {
  color: #f80505;
}
.mini-products-list .item .product-details .link-cart:hover {
  color: #fff;
}
.mini-products-list .item .product-details .truncated {
  position: relative;
  display: block;
  clear: both;
  background-color: #fff;
  padding: 1.125em;
  margin-top: 2.25em;
}
.mini-products-list .item .product-details .truncated:after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-right: auto;
  margin-left: auto;
}
.mini-products-list .item .product-details .truncated .item-options dt {
  margin-bottom: 0.5625em;
}
.mini-products-list .item .product-details .truncated .item-options dd {
  margin-bottom: 1.125em;
}
.mini-products-list .item .product-details .truncated .item-options dd .price {
  display: block;
}
.mini-products-list .item .product-details .btn-edit {
  margin-right: 26px;
}
/* ==========================================================================
   .price-box
   ========================================================================== */
.price-box {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0.5625em;
}
.price-box .regular-price .price,
.price-box .price-from .price,
.price-box .price-to .price,
.price-box .special-price .price,
.price-box .minimal-price .price,
.price-box .price-as-configured .price,
.price-box .full-product-price .price {
  line-height: 38px;
  line-height: 4.222222222222222rem;
  /*font-weight: bold;*/
}
.price-box .price-from {
  margin-bottom: 0;
}
.price-box .old-price {
  color: #808080;
  margin-bottom: 0.75em;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .price-as-configured {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  color: #fff;
  background-color: #00cc00;
  padding: 0.5625em;
  margin-bottom: 0.5625em;
}
@media only screen and (min-width: 599px) {
  /* .price-box
	   ========================================================================== */
  .price-box .price-as-configured {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .price-box-bundle .price-box .price-from {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .price-box-bundle .price-box .price-to {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
/* ==========================================================================
   .product-pricing
   ========================================================================== */
.product-pricing {
  margin-bottom: 1.6875em;
}
.product-pricing li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
/* ==========================================================================
   .ratings
   ========================================================================== */
.ratings {
  margin-bottom: 1.125em;
}
.ratings .rating-box {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border: 0;
  font: 0/0 a;
  color: transparent;
  width: 120px;
  height: 24px;
  background: url('../../default/images/icon-star.png') repeat-x left top;
}
.ratings .rating-box .rating {
  height: 24px;
  background: url('../../default/images/icon-star.png') repeat-x left -48px;
}
.ratings .amount {
  margin-left: 0.5625em;
}
.ratings .amount a {
  line-height: 23px;
  line-height: 2.5555555555555554rem;
}
.ratings .rating-links {
  margin-top: 0.5625em;
}
.ratings .rating-links a {
  margin-right: 1.125em;
}
.ratings .rating-links a:last-child {
  margin-right: 0;
}
.ratings .rating-links .separator {
  display: none;
}
@media only screen and (min-width: 479px) {
  /* .ratings
	   ========================================================================== */
  .ratings .rating-box {
    width: 80px;
    height: 16px;
    background: url('../../default/images/icon-star-sml.png') repeat-x left top;
  }
  .ratings .rating-box .rating {
    height: 16px;
    background: url('../../default/images/icon-star-sml.png') repeat-x left -32px;
  }
  .ratings .amount a {
    line-height: 20px;
    line-height: 2.2222222222222223rem;
  }
}
/* ==========================================================================
   One page checkout
   ========================================================================== */
/* .opc - One Page Checkout */
.opc {
  list-style: none;
}
.opc .section {
  position: relative;
  background-color: #fff;
  padding: 1.125em;
  margin-bottom: 1.125em;
  border: 1px solid #bfbfbf;
}
.opc .section .step-title {
  position: relative;
  padding: 0.140625em 0.375em;
  margin-bottom: 0.28125em;
}
.opc .section .step-title .number {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #E0E1E1;
  width: 36px;
  height: 36px;
  padding: 6px 5px 5px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.opc .section .step-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 40px;
}
.opc .section .step-title > a,
.opc .section .step-title .edit {
  position: absolute;
  top: 10px;
  right: 0;
  border: 0;
  font: 0/0 a;
  color: transparent;
  float: right;
}
.opc .section .step-title > a:after,
.opc .section .step-title .edit:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #6caedf;
  content: "\f044";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.opc .section .step-title > a:hover:after,
.opc .section .step-title .edit:hover:after {
  color: #8dc63f;
}
.opc .section.allow .edit {
  display: block;
  position: absolute;
  top: 1.125em;
  right: 1.125em;
}
.opc .section.active {
  background-color: #fff;
}
.opc .section.active .step-title {
  border-bottom: 1px solid #aaabac;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.opc .section.active .step-title .number {
  color: #fff;
  background-color: #6caedf;
}
.opc .section.active .step-title > a,
.opc .section.active .step-title .edit {
  display: none;
}
.opc .section .step #checkout-step-shipping_method #co-shipping-method-form {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load,
.opc .section .step #co-payment-form {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load dl dt .radio,
.opc .section .step #co-payment-form dl dt .radio {
  margin-bottom: 0.5625em;
}
.opc .section .step #checkout-shipping-method-load dl dt label,
.opc .section .step #co-payment-form dl dt label {
  display: inline;
}
.opc .section .step #checkout-shipping-method-load dl dd,
.opc .section .step #co-payment-form dl dd {
  margin-bottom: 0.5625em;
}
.opc .section .step #checkout-shipping-method-load dl dd:last-child,
.opc .section .step #co-payment-form dl dd:last-child {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load dl dd p,
.opc .section .step #co-payment-form dl dd p {
  margin-bottom: 0.5625em;
}
.opc .section .step #checkout-shipping-method-load dl dd p:last-child,
.opc .section .step #co-payment-form dl dd p:last-child {
  margin-bottom: 0;
}
.opc .section .step #checkout-shipping-method-load dl dd ul,
.opc .section .step #co-payment-form dl dd ul {
  list-style: none;
  margin-bottom: 1.125em;
}
.opc .section .step #checkout-shipping-method-load dl dd ul li label,
.opc .section .step #co-payment-form dl dd ul li label {
  display: inline;
}
/* Brought out of .opc due to specificity problems */
ul.ul {
  list-style-type: disc;
  margin-bottom: 1.125em;
}
/* .col2-set for forms */
.col2-set .col-1 h2,
.col2-set .col-2 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
}
.col2-set .col-1 h3,
.col2-set .col-2 h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
.col2-set .col-1 h4,
.col2-set .col-2 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.col2-set .col-1 p,
.col2-set .col-2 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 0.5625em;
}
.col2-set .col-1 a,
.col2-set .col-2 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.col2-set .col-1 form .form-list,
.col2-set .col-2 form .form-list {
  margin-bottom: 0;
}
.col2-set .col-2 #login-form {
  margin-bottom: 0;
}
/* .form-list */
.form-list {
  list-style: none;
  margin: 0 0 0.5625em;
}
.form-list li.control {
  margin-bottom: 1.125em !important;
}
.form-list li.control .input-box {
  display: inline;
}
.form-list li.control .radio {
  margin-bottom: 0.5625em;
}
.form-list li.control label {
  display: inline;
  margin-bottom: 0.5625em;
}
.form-list li:last-child {
  margin-bottom: 0;
}
.form-list li .radio {
  margin-right: 5px;
  margin-bottom: 0 !important;
}
.form-list li label {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 0.5625em;
}
.form-list li label.warranty-signup {
  clear: none;
  padding-top: 3px;
  padding-left: 25px;
}
.form-list li .input-box {
  display: block;
  float: none;
  clear: both;
  margin-top: 0.5625em;
}
.form-list li .input-box .input-text {
  width: 100%;
  margin-bottom: 1.125em;
}
.form-list li .input-box select {
  max-width: 180px;
  overflow: hidden;
  margin-bottom: 1.125em;
}
.form-list li .input-box select option {
  max-width: 180px;
  overflow: hidden;
}
.form-list li .input-box textarea,
.form-list li .input-box .multiselect {
  width: 100%;
  max-width: 480px;
}
.form-list li .input-range {
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
}
.form-list li ul {
  list-style: none;
  margin: 0;
}
.form-list li ul li label {
  margin-bottom: 0.5625em;
}
.form-list li ul li div label {
  margin-bottom: 0.5625em;
}
.form-list li ul li .field label {
  margin-bottom: 0.5625em;
}
.form-list li ul li .input-box .input-text {
  width: 100%;
  margin-bottom: 1.125em;
}
.form-list li ul li .input-box select {
  max-width: 200px;
  overflow: hidden;
  margin-bottom: 1.125em;
}
.form-list li ul li .input-box select option {
  max-width: 200px;
  overflow: hidden;
}
/* .buttons-set */
.buttons-set .back-link,
.buttons-set .f-left {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  display: block;
}
.buttons-set .button {
  margin-bottom: 1.125em;
}
.buttons-set .please-wait img {
  display: block;
  margin: 1.125em auto 0.5625em;
}
/* #checkout-progress-wrapper */
#checkout-progress-wrapper .block-progress .block-title {
  margin-bottom: 1.125em;
}
#checkout-progress-wrapper .block-progress .block-content dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  background-color: #fff;
  padding: 0.5625em;
  margin-bottom: 2px;
}
#checkout-progress-wrapper .block-progress .block-content dl dt.complete {
  margin-bottom: 0;
}
#checkout-progress-wrapper .block-progress .block-content dl dt .separator {
  margin-right: 5px;
  margin-left: 5px;
}
#checkout-progress-wrapper .block-progress .block-content dl dd {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}
#checkout-progress-wrapper .block-progress .block-content dl dd.complete {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
#checkout-progress-wrapper .block-progress .block-content dl dd address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
#checkout-progress-wrapper .block-progress .block-content dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 0;
}
/* .checkout-onepage-success */
.checkout-onepage-success .page .main-container.col1-layout .main .col-main .page-title h1 {
  text-align: center;
}
.checkout-onepage-success .page .main-container.col1-layout .main .col-main p {
  margin-bottom: 0.5625em;
}
.checkout-onepage-success .page .main-container.col1-layout .main .col-main p:last-of-type {
  margin-bottom: 1.125em;
}
.checkout-onepage-success .page .main-container.col1-layout .main .col-main .buttons-set {
  margin-bottom: 1.125em;
}
/* .validation-advice */
.validation-advice {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  position: relative;
  /*font-weight: bold;*/
  background-color: #f28e23;
  padding: 0.5625em 1.125em;
  padding-left: 30px;
  margin-bottom: 0.5625em;
  color: #fff;
}
.validation-advice:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  line-height: 4rem;
  content: "\f05a";
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 959px) {
  .account-login .col2-set .col-1,
  .account-login .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .opc .step .col2-set .col-1,
  .opc .step .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  /* .opc - One Page Checkout
	   ========================================================================== */
  .opc .section .step-title .number {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ==========================================================================
   My Account
   ========================================================================== */
.my-account .dashboard .welcome-msg .hello {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.my-account .dashboard .welcome-msg p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
}
.my-account form {
  background-color: #eee;
  padding: 2.25em;
  margin-bottom: 1.125em;
}
.my-account form .fieldset h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.my-account form .buttons-set .button {
  border: none;
}
.my-account .pager {
  *zoom: 1;
  margin-bottom: 0.5625em;
}
.my-account .pager:before,
.my-account .pager:after {
  content: "";
  display: table;
}
.my-account .pager:after {
  clear: both;
}
.my-account .pager .amount {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  margin-bottom: 0.5625em;
}
.my-account .pager .limiter {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  float: right;
}
.my-account .pager .limiter label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  margin-bottom: 0;
}
.my-account .pager .pages {
  float: right;
}
.my-account .pager .pages ul,
.my-account .pager .pages ol {
  *zoom: 1;
  list-style: none;
}
.my-account .pager .pages ul:before,
.my-account .pager .pages ol:before,
.my-account .pager .pages ul:after,
.my-account .pager .pages ol:after {
  content: "";
  display: table;
}
.my-account .pager .pages ul:after,
.my-account .pager .pages ol:after {
  clear: both;
}
.my-account .pager .pages ul li,
.my-account .pager .pages ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  position: relative;
  float: left;
  margin-left: 0.5625em;
}
.my-account .pager .pages ul li a,
.my-account .pager .pages ol li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
.my-account .buttons-set .back-link a {
  /*font-weight: bold;*/
}
/* .block-account */
.block-account .block-content ul li {
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
/* .title-buttons */
.title-buttons {
  margin-bottom: 1.6875em;
}
/* .addresses-primary */
.addresses-primary {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1.125em;
  margin-bottom: 1.125em;
}
.addresses-primary h2 {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.addresses-primary ul,
.addresses-primary ol {
  list-style: none;
  margin-bottom: 0;
}
.addresses-primary ul .item,
.addresses-primary ol .item {
  margin-bottom: 1.6875em;
}
.addresses-primary ul .item:last-child,
.addresses-primary ol .item:last-child {
  margin-bottom: 0;
}
.addresses-primary ul .item address,
.addresses-primary ol .item address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 1.125em;
}
.addresses-primary ul .item p,
.addresses-primary ol .item p {
  margin-bottom: 0.5625em;
}
.addresses-primary ul .item p:last-child,
.addresses-primary ol .item p:last-child {
  margin-bottom: 0;
}
/* .addresses-additional */
.addresses-additional {
  border: 1px solid #e6e6e6;
  padding: 1.125em;
  margin-bottom: 1.125em;
}
.addresses-additional h2 {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.addresses-additional ul,
.addresses-additional ol {
  list-style: none;
  margin-bottom: 0;
}
.addresses-additional ul li p,
.addresses-additional ol li p {
  margin-bottom: 0.75em;
}
.addresses-additional ul li p:last-child,
.addresses-additional ol li p:last-child {
  margin-bottom: 0;
}
/* .box-account */
.box-account {
  margin-bottom: 2.25em;
}
.box-account .box-head {
  position: relative;
  margin-bottom: 1.125em;
}
.box-account .box-head h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3.3333333333333335rem;
}
.box-account .box-head a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  /*font-weight: bold;*/
}
.box-account ul,
.box-account ol {
  list-style: none;
}
.box-account .data-table {
  margin-top: 1.125em;
}
.box-account .box {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1.6875em;
  margin-bottom: 1.125em;
}
.box-account .box .box-title {
  position: relative;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 0.5625em;
  margin-bottom: 1.125em;
}
.box-account .box .box-title h3 {
  margin-bottom: 0.28125em;
}
.box-account .box .box-title a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.box-account .box .box-content {
  *zoom: 1;
}
.box-account .box .box-content:before,
.box-account .box .box-content:after {
  content: "";
  display: table;
}
.box-account .box .box-content:after {
  clear: both;
}
.box-account .box .box-content .col-1 {
  width: 47.5%;
  float: left;
}
.box-account .box .box-content .col-2 {
  width: 47.5%;
  float: right;
}
.box-account .box .box-content p {
  margin-bottom: 0.5625em;
}
.box-account .box .box-content p:last-child {
  margin-bottom: 0;
}
.box-account .box .box-content address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
}
/* .box-reviews */
.box-reviews #my_recent_reviews .item {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 1.125em;
  margin-bottom: 1.125em;
}
.box-reviews #my_recent_reviews .item .number {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  float: left;
  /*font-weight: bold;*/
  margin-right: 0.5625em;
}
.box-reviews #my_recent_reviews .item .details h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  margin-bottom: 0.5625em;
}
.box-reviews #my_recent_reviews .item .details h3 a {
  /*font-weight: bold;*/
}
.box-reviews #my_recent_reviews .item .details .ratings {
  margin-bottom: 0;
}
@media only screen and (min-width: 479px) {
  .box-account .box .box-title a {
    position: relative;
  }
  .box-account .box .box-content .col-1,
  .box-account .box .box-content .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .box-account .box .box-title a {
    position: relative;
  }
  .box-account .box .box-content .col-1,
  .box-account .box .box-content .col-2 {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  /* My Account
	   ========================================================================== */
  .my-account {
    text-align: left;
  }
  .my-account .title-buttons {
    *zoom: 1;
    margin-bottom: 0;
  }
  .my-account .title-buttons:before,
  .my-account .title-buttons:after {
    content: "";
    display: table;
  }
  .my-account .title-buttons:after {
    clear: both;
  }
  .my-account .title-buttons h1 {
    float: left;
  }
  .my-account .title-buttons .button {
    float: right;
    width: auto;
  }
  .my-account .col2-set {
    *zoom: 1;
  }
  .my-account .col2-set:before,
  .my-account .col2-set:after {
    content: "";
    display: table;
  }
  .my-account .col2-set:after {
    clear: both;
  }
  .my-account .col2-set .col-1 {
    width: 47.5%;
    float: left;
  }
  .my-account .col2-set .col-2 {
    width: 47.5%;
    float: right;
  }
}
/* ==========================================================================
   CMS No Route
   ========================================================================== */
.cms-index-noroute .std dl,
.cms-no-route .std dl {
  margin-bottom: 1.125em;
}
.cms-index-noroute .std dl dt,
.cms-no-route .std dl dt {
  margin-bottom: 1.125em;
}
.cms-index-noroute .std dl dd,
.cms-no-route .std dl dd {
  margin-bottom: 1.125em;
}
.cms-index-noroute .std dl dd ul,
.cms-no-route .std dl dd ul,
.cms-index-noroute .std dl dd ol,
.cms-no-route .std dl dd ol {
  margin-bottom: 1.125em;
  margin-left: 1.125em;
}
.cms-index-noroute .std dl dd ul li,
.cms-no-route .std dl dd ul li,
.cms-index-noroute .std dl dd ol li,
.cms-no-route .std dl dd ol li {
  line-height: 22px;
  line-height: 2.4444444444444446rem;
}
/* ==========================================================================
   Dealer Locator
   ========================================================================== */
.dealerlocator-index-index .dealerlocator {
  margin-top: 40px;
}
.dealerlocator-index-index .dealerlocator .fieldset {
  background: none repeat scroll 0 0 #E0E1E1;
  padding: 22px 20px 12px;
  margin: 28px 0;
  position: relative;
  border: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .fieldset h2 {
  clear: both;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #E0E1E1;
  border-radius: 2px;
  padding: 5px 8px;
  left: 10px;
  top: -20px;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  background: #6caedf;
  color: #fff;
}
.dealerlocator-index-index .dealerlocator .fieldset form {
  margin-bottom: 0;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list {
  margin-bottom: 0;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list .fields {
  margin-top: 20px;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list .fields .field {
  float: left;
  padding-right: 20px;
}
.dealerlocator-index-index .dealerlocator .fieldset form .form-list .fields .field select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  width: 120px;
  color: #444444;
}
.dealerlocator-index-index .dealerlocator .fieldset .buttons-set {
  clear: left;
}
.dealerlocator-index-index .dealerlocator .fieldset .buttons-set button {
  background-color: #6caedf;
}
.dealerlocator-index-index .dealerlocator .fieldset .buttons-set button:hover {
  background-color: #8dc63f;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer h2 {
  clear: both;
  padding-top: 15px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table {
  width: 100%;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table colgroup {
  width: 1%;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table thead tr th {
  cursor: pointer;
  font-family: "Arial";
  background-color: #6caedf;
  color: #fff;
  border-right: 1px solid #E0E1E1;
  border-top: 1px solid #E0E1E1;
  border-bottom: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table thead tr th:first-child {
  border-left: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table tbody tr td {
  cursor: pointer;
  font-family: "Arial";
  border-right: 1px solid #E0E1E1;
  border-bottom: 1px solid #E0E1E1;
}
.dealerlocator-index-index .dealerlocator .list-all-dealer table tbody tr td:first-child {
  border-left: 1px solid #E0E1E1;
}
.dealerlocator-index-index .gmap img,
.dealerlocator-index-index .gmap embed,
.dealerlocator-index-index .gmap object,
.dealerlocator-index-index .gmap video {
  max-width: none;
}
.dealerlocator-index-index .gmap div {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearer {
  clear: both;
}
/**
 * Styles below this point override the default 'mobile first' styles
 */
/* ==========================================================================
   Miscellaneous media queries
   ========================================================================== */
@media only screen and (min-width: 479px) {
  /* ==========================================================================
	   .page-title
	   ========================================================================== */
  .page-title h1 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
body {
  background: #F2F2F2;
}
.page-popup {
  background: #fff;
  text-align: left;
}
.page-popup .page-title h1 {
  float: left;
}
.page-popup .page-title .link-print {
  float: right;
}
.page-popup .data-table colgroup tr td .product-image img,
.page-popup .products-grid colgroup tr td .product-image img,
.page-popup .data-table thead tr td .product-image img,
.page-popup .products-grid thead tr td .product-image img,
.page-popup .data-table tbody tr td .product-image img,
.page-popup .products-grid tbody tr td .product-image img,
.page-popup .data-table tfoot tr td .product-image img,
.page-popup .products-grid tfoot tr td .product-image img {
  max-width: none!important;
}
.page-popup .data-table tbody th,
.page-popup .data-table tbody td {
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  line-height: 18px;
}
.page-popup .data-table tbody th ul,
.page-popup .data-table tbody td ul,
.page-popup .data-table tbody th ol,
.page-popup .data-table tbody td ol {
  list-style-position: outside;
  margin-left: 20px;
}
.page-popup .data-table tbody th ul li,
.page-popup .data-table tbody td ul li,
.page-popup .data-table tbody th ol li,
.page-popup .data-table tbody td ol li {
  font-size: 14px;
  line-height: 18px;
}
.page-popup #product_comparison {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  clear: both;
}
.page-popup .buttons-set {
  text-align: center;
}
#home-featured,
#home-rotate {
  max-height: 475px;
  margin-bottom: 20px;
  overflow: hidden;
}
body[class*='supersearch-search-result'] .col-main,
body[class*='catalogsearch'] .col-main,
body[class*='checkout'] .col-main,
body[class*='account'] .col-main,
body[class*='customer-account'] .col-main,
body[class*='customer-address'] .col-main,
body[class*='review-customer'] .col-main,
body[class*='customer-token'] .col-main,
body[class*='customer-products'] .col-main,
body[class*='ebsco-myphotos'] .col-main,
body[class*='dealerlocator'] .col-main,
body[class*='noroute'] .col-main,
body[class*='kbase'] .col-main,
body[class*='sales'] .col-main,
body[class*='archivedorders'] .col-main,
body[class*='sendfriend'] .col-main,
.sales-order-history .col-main,
.newsletter-manage-index .col-main,
.catalog-category-view .col-main,
.cms-page-view .col-main {
  padding: 20px;
}
body[class*='supersearch-search-result'] .col-main h1,
body[class*='catalogsearch'] .col-main h1,
body[class*='checkout'] .col-main h1,
body[class*='account'] .col-main h1,
body[class*='customer-account'] .col-main h1,
body[class*='customer-address'] .col-main h1,
body[class*='review-customer'] .col-main h1,
body[class*='customer-token'] .col-main h1,
body[class*='customer-products'] .col-main h1,
body[class*='ebsco-myphotos'] .col-main h1,
body[class*='dealerlocator'] .col-main h1,
body[class*='noroute'] .col-main h1,
body[class*='kbase'] .col-main h1,
body[class*='sales'] .col-main h1,
body[class*='archivedorders'] .col-main h1,
body[class*='sendfriend'] .col-main h1,
.sales-order-history .col-main h1,
.newsletter-manage-index .col-main h1,
.catalog-category-view .col-main h1,
.cms-page-view .col-main h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
body[class*='ebsco-myphotos'],
body[class*='checkout'],
body[class*='dealerlocator'],
body[class*='noroute'],
body[class*='customer-account'],
body[class*='customer-address'],
body[class*='review-customer'],
body[class*='customer-token'],
body[class*='customer-products'],
body[class*='sales'],
body[class*='sendfriend'],
.kbase-article-index,
.sales-order-history,
.newsletter-manage-index,
.cms-index-index,
body[class*='account'] {
  background: #F2F2F2;
}
body[class*='ebsco-myphotos'] #whitebar,
body[class*='checkout'] #whitebar,
body[class*='dealerlocator'] #whitebar,
body[class*='noroute'] #whitebar,
body[class*='customer-account'] #whitebar,
body[class*='customer-address'] #whitebar,
body[class*='review-customer'] #whitebar,
body[class*='customer-token'] #whitebar,
body[class*='customer-products'] #whitebar,
body[class*='sales'] #whitebar,
body[class*='sendfriend'] #whitebar,
.kbase-article-index #whitebar,
.sales-order-history #whitebar,
.newsletter-manage-index #whitebar,
.cms-index-index #whitebar,
body[class*='account'] #whitebar {
  height: 250px;
}
body[class*='ebsco-myphotos'] .nav-container,
body[class*='checkout'] .nav-container,
body[class*='dealerlocator'] .nav-container,
body[class*='noroute'] .nav-container,
body[class*='customer-account'] .nav-container,
body[class*='customer-address'] .nav-container,
body[class*='review-customer'] .nav-container,
body[class*='customer-token'] .nav-container,
body[class*='customer-products'] .nav-container,
body[class*='sales'] .nav-container,
body[class*='sendfriend'] .nav-container,
.kbase-article-index .nav-container,
.sales-order-history .nav-container,
.newsletter-manage-index .nav-container,
.cms-index-index .nav-container,
body[class*='account'] .nav-container {
  margin-bottom: 20px;
}
body.checkout-cart-configure #whitebar {
  height: 285px;
}
body.checkout-cart-configure .main.fifteen.columns,
.cms-online-ordering-checkout-faq .main.fifteen.columns {
  margin-top: 0;
}
body.checkout-cart-configure .nav-container,
.cms-online-ordering-checkout-faq .nav-container {
  margin-bottom: 0px;
}
.wmuSlider,
.wmuSlider article {
  position: relative;
}
.wmuSlider article h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 35px;
  bottom: 24%;
  margin-bottom: 0;
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 95px;
  line-height: 9.5rem;
}
.wmuSlider article h2 a {
  color: #fff;
}
.wmuSlider article h2 a:hover {
  color: #fff;
  text-decoration: none;
}
.wmuSliderPrev,
.wmuSliderNext {
  display: block;
  width: 23px;
  height: 46px;
  position: absolute;
  bottom: 5%;
  cursor: pointer;
}
.wmuSliderPrev {
  left: 5%;
  background-position: 0 0;
}
.wmuSliderNext {
  right: 5%;
  background-position: 0 46px;
}
.wmuSliderPrev:hover {
  background-position: 23px 0;
}
.wmuSliderNext:hover {
  background-position: 23px 46px;
}
.slide-link {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -90px;
  display: block;
  padding: 10px;
  text-align: center;
  background: #f28e23;
  background: -moz-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4a08), color-stop(100%, #f28e23));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb4a08 0%, #f28e23 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB4A08', endColorstr='#F28E23', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
  text-transform: lowercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff!important;
  width: 180px;
}
.slide-link:hover {
  background: #f28e23;
}
.swipe {
  overflow: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.swipe-wrap > div h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  margin-bottom: 0;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 50px;
  line-height: 5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: -4px 4px 8px #333333;
}
.swipe-wrap > div h2 span {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 100;
  display: block;
  text-shadow: -2px 2px 2px #333333;
}
.swipe-wrap > div h2 a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.swipe-wrap > div h2 a:hover {
  color: #fff;
  text-decoration: none;
}
.bx-controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 0;
}
.bx-controls .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
  height: 18px;
}
.bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  border: 1px solid #acacac;
}
.bx-controls .bx-pager .bx-pager-item .bx-pager-link.active,
.bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  background: #444444;
  background: rgba(255, 255, 255, 0.3);
}
#home-featured {
  max-height: 475px;
  background: #fff;
  position: relative;
}
#home-featured img {
  margin-bottom: 60px;
  padding: 20px 20px 0;
}
#home-featured img.camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#home-featured .custom-content img {
  padding: 0;
}
#home-featured .custom-content img.product {
  margin-bottom: 0;
}
#home-featured .custom-content img.brand-flag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#home-featured .custom-content .title-bar {
  background: #8dc63f;
  padding: 20px;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  max-width: none;
}
#home-featured .custom-content .title-bar.button {
  padding-left: 70px;
  background: url("../images/bg_new-white.png") no-repeat 15px center #6caedf;
}
#home-featured .custom-content .title-bar.custom-button {
  padding-left: 70px;
  background-color: #6caedf;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.home-third {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  height: 300px;
}
.home-third .third-wrap {
  overflow: hidden;
  max-height: 300px;
  padding-top: 5px;
  position: relative;
}
.home-third .third-wrap img {
  height: 235px;
  display: block;
  margin: 0 auto;
}
.home-third .third-wrap img.camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-third .featured-title {
  background: #6caedf;
  padding: 20px;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
#home-featured .tab-product-title {
  background: #8dc63f;
  padding: 20px;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.home-third .newProduct {
  padding-left: 70px;
  background: url("../images/bg_new-white.png") no-repeat 15px center #6caedf;
}
#home-featured .newProduct {
  padding-left: 70px;
  background: url("../images/bg_new-white.png") no-repeat 15px center #6caedf;
}
.divider {
  border-top: 1px solid #aaabac;
  clear: both;
  height: 0px;
  position: relative;
  margin-bottom: 10px;
}
.divider span.one-third.column.omega {
  display: none;
}
.std ul.home-tab-links {
  list-style: none;
  font-family: "proxima-nova", Arial, sans-serif;
  color: #6caedf;
}
.home-tab-links li {
  float: left;
}
.home-tab-links li a {
  color: #6caedf;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  height: 14px;
}
.home-tab-links li a:hover {
  background: #6caedf;
  color: #fff;
}
.home-tab-links li a.active-tab-link {
  background: #8dc63f;
  color: #fff;
}
.home-tabs {
  clear: both;
}
.home-tabs .tab-title {
  display: none;
}
.home-tabs .tab-wrap {
  display: none;
}
.home-tabs .tab-wrap.active-tab-box {
  display: block;
}
.home-tab .tab-product {
  background: #fff;
  margin-bottom: 20px;
}
.home-tab .tab-image-wrap {
  width: 100%;
  max-height: 270px;
  overflow: hidden;
  border-bottom: 1px solid #040404;
  position: relative;
}
.home-tab .tab-image-wrap img {
  width: 100%;
}
.home-tab .tab-image-wrap img.camoflag {
  display: block;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-tab .tab-inner {
  padding: 10px;
  min-height: 195px;
  border-top: 1px solid #818181;
}
.home-tab .tab-inner h3 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 24px;
  padding: 6px 0;
}
.home-tab .tab-inner h3 a {
  color: #000;
  font-weight: bold;
}
.home-tab .tab-inner h3.newProduct {
  padding-left: 40px;
  background: url("../images/bg_new-small.png") no-repeat left center;
}
.home-tab .tab-inner h3.newProduct.gift {
  background: url("../images/bg_new-small-red.png") no-repeat left center;
}
.home-tab .tab-inner p {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 18px;
  margin-bottom: 0;
}
.home-tab .tab-inner .price-box {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
.home-tab .tab-inner .price-box .price-label {
  display: none;
}
.home-tab .tab-inner .price-box p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  margin-right: 20px;
  /*font-weight: bold;*/
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
}
.home-tab .tab-inner .price-box p span {
  line-height: 4.22rem;
}
.home-tab .tab-inner .price-box .special-price .price {
  color: #8dc63f;
}
.home-tab .tab-inner .list-compare {
  float: right;
  font-size: 14px;
  color: #6F6F6F;
  padding-top: 8px;
}
.home-tab .tab-inner .list-compare:hover {
  color: #000;
}
.tab-product .tab-links {
  padding: 10px;
}
.tab-product .tab-links a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  background: #f28e23;
  background: -moz-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4a08), color-stop(100%, #f28e23));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb4a08 0%, #f28e23 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB4A08', endColorstr='#F28E23', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
  text-transform: lowercase;
}
.tab-product .tab-links a:hover {
  background: #f28e23;
}
.tab-product .tab-links.gift a {
  background-color: #e42e00;
  background: -moz-linear-gradient(top, #eb4a08 0%, #e42e00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4a08), color-stop(100%, #e42e00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb4a08 0%, #e42e00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb4a08 0%, #e42e00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb4a08 0%, #e42e00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb4a08 0%, #e42e00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB4A08', endColorstr='#e42e00', GradientType=0);
  /* IE6-9 */
}
.tab-product .tab-links.gift a:hover {
  background: #f28e23;
  background: -moz-linear-gradient(none);
  /* FF3.6+ */
  background: -webkit-gradient(none);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(none);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(none);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(none);
  /* IE10+ */
  background: linear-gradient(none);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(none);
  /* IE6-9 */
}
.container #associated_products {
  border-top: 1px solid #AAABAC;
  padding-top: 10px;
  clear: both;
}
.container #associated_products .home-tab .quarter.columns.tab-product {
  width: 239px;
}
.container #associated_products .home-tab .quarter.columns.tab-product .tab-inner {
  min-height: 175px;
}
body.checkout-cart-configure .sidebar {
  display: block;
}
body.checkout-cart-configure .main.fifteen.columns {
  margin-top: 0;
}
body.checkout-cart-configure .container .main .col-main.eleven.columns {
  width: 838px;
  padding: 0;
}
body.checkout-cart-configure .container .main .col-main.eleven.columns #btn_add-small {
  display: none;
}
@media (max-width: 1169px) {
  .container #associated_products .home-tab .quarter.columns.tab-product {
    width: 188px;
  }
  body.checkout-cart-configure .container .main .col-main.eleven.columns {
    width: 684px;
    padding: 0;
  }
}
@media (max-width: 959px) {
  .container #associated_products .home-tab .quarter.columns.tab-product {
    width: 100%;
  }
  body.checkout-cart-configure .container .main .col-main.eleven.columns {
    width: 541px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-configure .container .main .col-main.eleven.columns {
    width: 420px;
    padding: 0;
  }
}
@media (max-width: 479px) {
  body.checkout-cart-configure .container .main .col-main.eleven.columns {
    width: 300px;
    padding: 0;
  }
}
.outofstock {
  color: #f28e23;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 0;
}
.find-a-dealer:visited,
.find-a-dealer {
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.foot-quarter-wrap {
  background: #d4d6d6;
  width: 100%;
  margin: 35px 0;
  padding: 3px 0;
}
.foot-quarter-wrap #foot-quarter-last {
  margin-left: 9px!important;
}
.foot-quarter {
  height: 160px;
}
.foot-quarter > h3 {
  padding: 10px 30px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}
.foot-quarter.alpha > h3 {
  padding-left: 30px;
}
.foot-quarter.alpha #newsletter-validate-detail {
  position: relative;
}
.foot-quarter.alpha #newsletter-validate-detail .validation-advice {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f28e23;
  color: #fff;
}
.foot-quarter p {
  padding: 0 30px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
}
.foot-quarter > div {
  float: left;
  padding-left: 30px;
  position: relative;
}
.foot-quarter > div a {
  display: block;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #050505;
  text-decoration: underline;
}
.foot-quarter > div a:hover {
  color: #6caedf;
}
.foot-quarter > div.dealer {
  margin-top: 20px;
}
.foot-quarter > div.gc {
  margin-top: 6px;
}
.foot-quarter > div span {
  position: absolute;
  top: 5px;
  right: -15px;
  font-size: 10px;
  font-size: 1rem;
  color: #f28e23;
  text-shadow: 1px 1px 1px #666;
}
.foot-quarter > p.social-wrap {
  margin: 0;
  padding: 0;
}
.foot-quarter > p.social-wrap > .btn_social {
  display: block;
  float: left;
  margin-left: 15px;
  width: 37px;
  height: 37px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 3px;
}
.foot-quarter > p.social-wrap > .btn_social.icon-facebook {
  padding: 6px 0 0 13px;
  margin-left: 30px;
  background: #3460a1;
}
.foot-quarter > p.social-wrap > .btn_social.icon-twitter {
  padding: 6px 0 0 8px;
  background: #28aae1;
}
.foot-quarter > p.social-wrap > .btn_social.icon-youtube {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 4px 0 0 7px;
  background: #ee3138;
}
.foot-quarter > p.social-wrap > .btn_social.icon-flickr {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 4px 0 0 7px;
  color: #ffffff;
  background: #DE006A;
}
.foot-quarter > p.social-wrap > .btn_social.icon-rss {
  padding: 6px 0 0 9px;
  background: #f58020;
}
.foot-quarter > p.social-wrap > .btn_social:hover {
  margin-top: 0;
  -moz-box-shadow: 0 2px 3px 0 #666;
  -webkit-box-shadow: 0 2px 3px 0 #666;
  box-shadow: 0 2px 3px 0 #666;
}
.foot-quarter .txt-signup {
  width: 205px;
  margin-left: 30px;
  float: left;
  border: none!important;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  color: #908f8f;
  min-height: 31px;
  font-size: 12px;
  font-size: 1.2rem;
}
.foot-quarter button {
  float: left;
  max-width: 30px;
  background: #6caedf;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 31px;
}
.foot-quarter button:hover {
  background: #eee;
  color: #6caedf;
}
.vert {
  width: 1px;
  float: left;
  height: 160px;
  background: #383938;
}
.container .footer-gallery .foot-gallery-image {
  height: 100%;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.container .footer-gallery .foot-gallery-image img {
  max-width: none;
  position: absolute;
  height: inherit;
}
.container .footer-gallery > a {
  float: right;
  margin-left: 20px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  color: #7e7e7e;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.container .footer-gallery > a:hover {
  color: #6caedf;
}
.container .footer-gallery > a.photo-upload {
  background: #6caedf;
  color: #fff;
}
.container .footer-gallery > a.photo-upload:hover {
  background: #8dc63f;
}
.absolute-footer {
  clear: both;
  margin: 25px 0;
  border-top: 7px solid #000;
  padding: 25px 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.absolute-footer p {
  float: left;
  line-height: 27px;
  margin-right: 10px;
}
.absolute-footer p a {
  color: #000;
  padding: 0 5px;
  font-family: "proxima-nova", Arial, sans-serif;
}
.absolute-footer p a:hover {
  color: #6caedf;
}
.absolute-footer p:first-of-type {
  font-weight: bold;
}
.absolute-footer img {
  float: right;
}
.ei-logo {
  text-align: right;
}
.col-main {
  background: #fff;
}
.col-main > .product-view {
  padding-top: 20px;
}
.col-main > .product-view > .product-essential .product-col-left {
  padding-left: 20px;
}
.col-main > .product-view > .product-essential .product-col-right {
  padding-right: 20px;
}
.col-main > .product-view > .product-essential .product-shop.options > .price-box {
  display: none;
}
.col-main > .product-view > .product-essential .product-shop .product-name h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 42px;
  border-bottom: 1px solid #b6b6b8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.col-main > .product-view > .product-essential .product-shop .product-name.newProduct h1 {
  padding-left: 50px;
  background: url("../images/bg_new.png") no-repeat top left;
}
.col-main > .product-view > .product-essential .product-shop .product-short {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #747373;
  margin-bottom: 10px;
}
.col-main > .product-view > .product-essential .product-shop .price-box {
  float: left;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box {
  float: right;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box .add-to-cart {
  margin-top: 5px;
  margin-bottom: 0;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box .add-to-cart label {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 5px;
}
.col-main > .product-view > .product-essential .product-shop .add-to-box .add-to-cart #qty {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  border: none;
  background: #f2f2f2;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 3px;
  width: 30px;
  text-align: center;
  min-height: 33px;
}
.col-main > .product-view > .product-essential .product-shop .product-links a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
  color: #6f6f6f;
  float: left;
  display: block;
  margin-right: 25px;
  margin-bottom: 0;
}
.col-main > .product-view > .product-essential .product-shop .product-links a:hover {
  color: #000;
}
.col-main > .product-view > .product-essential .product-shop .product-links a.warranty-link {
  margin-right: 0;
  margin-bottom: 10px;
}
.recent-title {
  color: #6caedf;
}
.sidebar .block:first-of-type {
  margin-top: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.accordion-title,
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postWrapper {
  padding: 20px 20px 0 20px;
}
.postWrapper:last-child .divider {
  display: none;
}
.postWrapper h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  float: left;
}
.postWrapper h2 a {
  color: #000;
}
.postWrapper h2 a:hover {
  color: #6caedf;
}
.postWrapper .page-title h1 {
  margin-bottom: 0;
}
.postWrapper .page-title p {
  font-weight: bold;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.postWrapper .blog-date {
  float: right;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6caedf;
  margin-top: 15px;
  margin-right: 15px;
}
.postWrapper .featured-image {
  width: 50%;
  margin-bottom: 20px;
  float: right;
  margin-left: 20px;
}
.postWrapper .featured-image image {
  width: 100%;
}
.postWrapper .postContent {
  padding-bottom: 20px;
}
.postWrapper .postContent p,
.postWrapper .postContent ul,
.postWrapper .postContent li {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  color: #747373;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
.postWrapper .postContent p a,
.postWrapper .postContent ul a,
.postWrapper .postContent li a {
  color: #000;
  text-decoration: underline;
}
.postWrapper .postContent p a:hover,
.postWrapper .postContent ul a:hover,
.postWrapper .postContent li a:hover {
  color: #6caedf;
}
.postWrapper .postContent ul li,
.postWrapper .postContent ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.postWrapper .tags {
  clear: both;
}
.postWrapper .post-extras p {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  margin-bottom: 15px;
}
.postWrapper .post-extras p.blog-share {
  font-family: "proxima-nova", Arial, sans-serif;
}
.postWrapper .post-extras p.blog-share a {
  color: #747373;
  line-height: 18px;
}
.postWrapper .post-extras p.blog-share a:hover {
  color: #6caedf;
}
.postWrapper .post-extras p.blog-podcast {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  float: right;
}
.postWrapper .post-extras p.blog-podcast span {
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 5px;
  line-height: 25px;
  float: left;
}
.postWrapper .post-extras p.blog-podcast a {
  color: #010101;
  line-height: 22px;
}
.postWrapper .post-extras p.blog-podcast a:hover {
  color: #6caedf;
}
.postWrapper .blog-prev-back {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0 30px 0;
}
.postWrapper .blog-prev-back a {
  color: #656262;
}
.postWrapper .blog-prev-back a:hover {
  color: #566c11;
  text-decoration: none;
}
.postWrapper .blog-prev-back .blogNext {
  float: right;
}
.postWrapper .blog-prev-back .blogNext:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f061";
  padding-left: 5px;
  color: #566c11;
}
.postWrapper .blog-prev-back .blogPrev {
  float: left;
}
.postWrapper .blog-prev-back .blogPrev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f060";
  padding-right: 5px;
  color: #566c11;
}
.postWrapper.post-list-item .postContent {
  float: none;
  width: 100%;
}
.postWrapper.post-list-item .post-extras {
  width: 30%;
  float: right;
}
.block.block-blog .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.block.block-blog .block-content ul li a {
  display: block;
  margin-bottom: 10px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.block.block-blog .block-content ul li a:hover {
  color: #6caedf;
}
.block.block-blog .block-content .menu-archives {
  margin-top: 0;
}
.block.block-blog .block-content .menu-archives ul {
  margin-top: -10px;
}
.block.block-blog .block-content .menu-archives ul li {
  margin-left: 0;
  display: block;
  border-top: 1px solid #A6A7A9;
  padding-top: 10px;
}
.block.block-blog .block-content .menu-archives ul li:first-child {
  border-top: none;
}
.block.block-blog .block-content .menu-archives ul li a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.block.block-blog .block-content .menu-archives ul li a:hover {
  color: #6caedf;
}
.block.block-blog .block-content .menu-archives ul li span {
  background: none;
  right: 0;
  left: auto;
}
.block.block-blog .block-content .menu-archives ul li span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f078";
  position: absolute;
  top: 13px;
  right: 0;
}
.block.block-blog .block-content .menu-archives ul li span.plus:after {
  content: "\f054";
}
.block.block-blog .block-content .menu-archives ul li ul {
  margin: 0;
}
.block.block-blog .block-content .menu-archives ul li ul li {
  border-top: none;
  padding-top: 0;
}
.block.block-blog .block-content .menu-archives ul li ul li a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 13px;
  color: #6d6d6d;
}
.block.myphotos-nav .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.block.myphotos-nav .block-content ul li.myphotos-upload-new-photo a {
  padding: 10px;
  text-align: center;
  background: #f28e23;
  background: -moz-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e23), color-stop(100%, #eb4a08));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb4a08 0%, #f28e23 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb4a08 0%, #f28e23 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB4A08', endColorstr='#F28E23', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
  text-transform: lowercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2rem;
  color: #ffffff;
}
.block.myphotos-nav .block-content ul li.myphotos-upload-new-photo a:hover {
  background: #f28e23;
  color: #ffffff;
}
.block.myphotos-nav .block-content ul li a {
  display: block;
  margin-bottom: 10px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.block.myphotos-nav .block-content ul li a:hover {
  color: #6caedf;
}
.block.myphotos-nav .block-content .myphotos-search input {
  width: 60%;
  float: left;
}
.block.myphotos-nav .block-content .myphotos-search button {
  width: 40%;
  float: left;
  border: 1px solid #6caedf;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  padding: 8px 7px 7px;
}
.block.myphotos-nav .block-content .myphotos-search button:hover {
  border: 1px solid #8dc63f;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li:first-of-type .archive-head {
  border-top: none;
  padding-top: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li:first-of-type .archive-head span:after {
  top: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 0;
  display: block;
  border-top: 1px solid #A6A7A9;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #000;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head span {
  right: 0;
  left: auto;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f078";
  position: absolute;
  top: 10px;
  right: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li .archive-head span.plus:after {
  content: "\f054";
}
.block.myphotos-nav .myphotos-nav-myphotos-item li ul {
  display: none;
  margin: 0;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li ul li {
  margin-left: 0;
  padding-bottom: 3px;
}
.block.myphotos-nav .myphotos-nav-myphotos-item li ul li a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 13px;
  color: #6d6d6d;
  margin-left: 0;
  display: block;
  text-transform: uppercase;
}
.block.popular .block-title {
  background: #6caedf;
  color: #fff;
  margin: -18px -18px 18px;
  padding: 10px;
}
.block.archive .block-title {
  margin: -18px -18px 18px;
  background: #8dc63f;
  color: #fff;
  padding: 10px 18px;
}
.block.categories .block-title {
  margin: -8px -18px 18px 0;
  border-bottom: 1px solid #a6a7a9;
}
.block.myphotos-cats .block-title {
  margin: -8px -18px 18px 0;
  border-bottom: 1px solid #a6a7a9;
}
.block.myphotos-options .block-title {
  background: #6caedf;
  color: #fff;
  margin: -18px -18px 18px;
  padding: 10px;
}
.block.myphotos-archive .block-title {
  margin: -18px -18px 18px;
  background: #8dc63f;
  color: #fff;
  padding: 10px 18px;
}
@media (max-width: 767px) {
  .block.block-blog .block-title {
    margin: 0 0 10px 0;
  }
  .block.block-blog.popular .block-title .icon-star:before {
    content: '';
  }
  .block.block-blog.archive .block-title {
    padding: 10px;
  }
  .block.myphotos-nav .block-title {
    margin: 0 0 10px 0;
  }
  .block.myphotos-nav.myphotos-archive .block-title {
    padding: 10px;
  }
}
.media-item-subcontainer .page-title h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
}
.media-item-subcontainer .media-item-leftcon,
.media-item-subcontainer .media-item-rightcon {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 15px;
}
.media-item-subcontainer .media-item-leftcon p,
.media-item-subcontainer .media-item-rightcon p {
  margin-bottom: 10px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
}
.media-item-subcontainer .media-item-leftcon p span.media-item-label,
.media-item-subcontainer .media-item-rightcon p span.media-item-label {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.media-item-subcontainer .media-item-leftcon .media-item-google-map,
.media-item-subcontainer .media-item-rightcon .media-item-google-map {
  min-height: 175px;
  border: 2px solid #6caedf;
}
.media-footer-container > div {
  width: 33%;
  float: left;
}
.media-footer-container > div a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
}
.media-footer-container .media-item-footer-prev {
  text-align: left;
}
.media-footer-container .media-item-footer-next {
  text-align: right;
}
.media-footer-container .media-item-footer-return {
  text-align: center;
}
.accordion-title,
.qty-change,
#btn_add-small,
#product-slides {
  display: none;
}
.upload-container {
  padding: 0 10px 15px 10px;
}
.media-form-container {
  margin-top: 20px;
}
.media-required {
  color: #383838;
  font-family: "Novecentowide-Bold", Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
}
.media-required em {
  color: #6caedf;
  margin-right: 5px;
  vertical-align: middle;
}
.media-upload-form-list {
  width: 100%;
}
.media-upload-form-list li {
  margin-bottom: 20px;
  clear: both;
  display: block;
}
.media-label {
  float: left;
  width: 30%;
  clear: both;
}
.media-label label {
  float: right;
  margin-right: 10px;
  text-align: right;
  height: 40px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 0!important;
  line-height: 21px;
}
.media-input-box,
.media-input-text {
  float: left;
  width: 70%;
  min-height: 40px;
}
.ebsco-myphotos-index-new .col-main textarea,
.ebsco-myphotos-index-new .col-main input,
.ebsco-myphotos-index-new .col-main select,
.ebsco-myphotos-index-new .col-main .form-list input.input-text {
  width: 100%;
}
.ebsco-myphotos-index-index .gallery-divider,
.ebsco-myphotos-index-index .gallery-title,
.ebsco-myphotos-index-index .footer-gallery {
  display: none;
}
.ebsco-myphotos-index-new .col-main .input-text {
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.media-descrip-text {
  color: #666 !important;
  font-size: 10px !important;
  line-height: 10px !important;
  margin-top: 2px !important;
}
.file-browse-input-box {
  overflow: hidden;
  position: relative;
}
.file-browse-input-box button {
  float: left;
  margin-right: 2%;
  width: 28%;
  padding: 0 7px;
  height: 34px;
}
.file-browse-input-box #falsePath {
  color: #999999;
  float: right;
  font-style: italic;
  width: 70%;
}
.file-browse-input-box input#file-browse {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}
.file-browse-input-box span {
  color: #fff;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#description {
  height: 150px;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item {
  float: left;
  list-style: none;
  margin-bottom: 10px;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
  width: 258px;
  height: 200px;
  overflow: hidden;
  margin: 0 1.5% 10px 0;
  display: block;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery.omega {
  margin-right: 0;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-image .media-thumbnail img {
  max-width: none;
  position: absolute;
  height: inherit;
  min-width: 260px;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6caedf;
  background: rgba(108, 174, 223, 0.7);
  width: 100%;
}
body[class*='ebsco-myphotos'] .main-container .media-grid .item .media-actions h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
body[class*='ebsco-myphotos'] .main-container .pager .pages {
  clear: none;
  margin-bottom: 20px;
}
@media (max-width: 1169px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 208px;
    height: 161px;
  }
  .media-label {
    float: none;
    width: 100%;
    clear: both;
  }
  .media-label label {
    text-align: left;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 0!important;
    line-height: 21px;
  }
  .media-input-box,
  .media-input-text {
    width: 100%;
  }
}
@media (max-width: 959px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 243px;
    height: 188px;
  }
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery.omega {
    margin-right: 7px;
  }
  body[class*='ebsco-myphotos'] .media-item-subcontainer .media-item-leftcon,
  body[class*='ebsco-myphotos'] .media-item-subcontainer .media-item-rightcon {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 380px;
    height: 294px;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  body[class*='ebsco-myphotos'] .main-container .media-grid .item.gallery {
    width: 260px;
    height: 201px;
  }
  body[class*='ebsco-myphotos'] .media-footer-container .media-item-footer-prev {
    text-align: left;
    float: left;
    width: 50%;
  }
  body[class*='ebsco-myphotos'] .media-footer-container .media-item-footer-next {
    text-align: right;
    float: right;
    width: 50%;
  }
  body[class*='ebsco-myphotos'] .media-footer-container .media-item-footer-return {
    display: none;
  }
}
/* ==========================================================================
   Knowledge Base / Kbase
   ========================================================================== */
body[class*='kbase'] .kbase-block {
  border: none;
}
body[class*='kbase'] .kbase-block.kbase-main-search {
  background: none repeat scroll 0 0 #E0E1E1;
  padding: 10px;
  margin: 0 0 10px;
  position: relative;
  border: 1px solid #E0E1E1;
}
body[class*='kbase'] .kbase-block.kbase-main-search h2 {
  clear: both;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #E0E1E1;
  border-radius: 2px;
  padding: 5px 8px;
  left: 10px;
  top: -20px;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  background: #6caedf;
  color: #fff;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content {
  padding-top: 0px;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content input {
  border: 1px solid #CCCCCC;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.55556rem;
  max-width: 70%;
  width: 68%;
  outline: medium none;
  padding: 0.5625em;
  float: left;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content button {
  width: 30%;
  float: right;
}
body[class*='kbase'] .kbase-block.kbase-main-search .kbase-block-content form {
  margin: 0;
}
body[class*='kbase'] .kbase-block.kbase-main-category {
  padding: 0;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li {
  list-style: none;
  display: block;
  position: relative;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h3 {
  padding: 10px 0 10px 25px;
  border-top: 1px solid #AAABAC;
  margin-bottom: 0;
  font-family: "proxima-nova", Arial, sans-serif;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h4 {
  padding-left: 20px;
  text-transform: none;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h4 a {
  color: #000;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list li h4 a:hover {
  color: #6caedf;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li > span {
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #000;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li > span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f054";
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li > span.cat-active:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f078";
  color: #6caedf;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li ul {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #AAABAC;
  display: none;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li ul li > span {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #000;
}
body[class*='kbase'] .kbase-block.kbase-main-category .kbase-list > li ul li > span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f0f6";
}
body[class*='kbase'] .kbase-category .kbase_category,
body[class*='kbase'] .kbase-tag .kbase_category,
body[class*='kbase'] .kbase-search .kbase_category,
body[class*='kbase'] .kbase-category .kbase_tag,
body[class*='kbase'] .kbase-tag .kbase_tag,
body[class*='kbase'] .kbase-search .kbase_tag,
body[class*='kbase'] .kbase-category .kbase_search,
body[class*='kbase'] .kbase-tag .kbase_search,
body[class*='kbase'] .kbase-search .kbase_search {
  border: none;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item h3,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item h3,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item h3,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item h3,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item h3,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item h3,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item h3,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item h3,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item h3 {
  margin-bottom: 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  float: left;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item h3 a,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item h3 a,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item h3 a,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item h3 a,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item h3 a,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item h3 a,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item h3 a,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item h3 a,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item h3 a {
  color: #000;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item h3 a:hover,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item h3 a:hover {
  color: #6caedf;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item p,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item p,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item p,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item p,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item p,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item p,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item p,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item p,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item p {
  margin-bottom: 10px;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-date,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-date,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-date,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-date,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-date,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-date,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-date,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-date,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-date {
  float: right;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6caedf;
  margin-top: 10px;
  margin-right: 15px;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-rating,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-rating {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-style: italic;
  color: #999;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-excerpt,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-excerpt {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  color: #747373;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-excerpt a,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-excerpt a {
  color: #000;
  text-decoration: underline;
}
body[class*='kbase'] .kbase-category .kbase_category .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-tag .kbase_category .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-search .kbase_category .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-category .kbase_tag .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-tag .kbase_tag .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-search .kbase_tag .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-category .kbase_search .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-tag .kbase_search .kbase-list-item .article-excerpt a:hover,
body[class*='kbase'] .kbase-search .kbase_search .kbase-list-item .article-excerpt a:hover {
  color: #6caedf;
}
body[class*='kbase'] .kbase-category .kbase-sorter,
body[class*='kbase'] .kbase-tag .kbase-sorter,
body[class*='kbase'] .kbase-search .kbase-sorter {
  width: 100%;
  height: auto;
  background: none;
  border-top: none;
  padding-top: 7px;
}
body[class*='kbase'] .kbase-category .kbase-sorter .sort-by,
body[class*='kbase'] .kbase-tag .kbase-sorter .sort-by,
body[class*='kbase'] .kbase-search .kbase-sorter .sort-by {
  padding: 0;
  float: none;
}
body[class*='kbase'] .kbase-category .kbase-sorter .sort-by label,
body[class*='kbase'] .kbase-tag .kbase-sorter .sort-by label,
body[class*='kbase'] .kbase-search .kbase-sorter .sort-by label {
  float: left;
  line-height: 24px;
  margin-right: 10px;
}
body[class*='kbase'] .kbase-article {
  padding: 0;
}
body[class*='kbase'] .kbase-article h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-size: 3.6rem;
}
body[class*='kbase'] .kbase-article p {
  margin-bottom: 10px;
}
body[class*='kbase'] .kbase-article .kbase-article-date {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
body[class*='kbase'] .kbase-article .kbase-article-author {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-style: italic;
  color: #999;
}
body[class*='kbase'] .kbase-article .kbase-article-text {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  color: #747373;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
body[class*='kbase'] .kbase-article .kbase-article-text a {
  color: #000;
  text-decoration: underline;
}
body[class*='kbase'] .kbase-article .kbase-article-text a:hover {
  color: #6caedf;
}
body[class*='kbase'] .kbase-article .kbase-article-attachment,
body[class*='kbase'] .kbase-article .kbase-article-category,
body[class*='kbase'] .kbase-article .kbase-article-tag {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
}
body[class*='kbase'] .kbase-article .kbase-article-rating {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
}
body[class*='kbase'] .kbase-article .kbase-article-rating #rating {
  height: 34px;
}
body[class*='kbase'] .kbase-article .kbase-article-rating span {
  float: none;
}
body[class*='kbase'] .kbase-article .kbase-article-rating form {
  float: none;
}
body[class*='kbase'] .kbase-article .kbase-article-rating button {
  max-width: 100px;
}
body[class*='kbase'] .kbase-article .kbase-article-rating button span {
  margin: 0;
}
body[class*='kbase'] .sidebar .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
body[class*='kbase'] .sidebar .block-content ul li a {
  display: block;
  margin-bottom: 10px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: medium;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
body[class*='kbase'] .sidebar .block-content ul li a:hover {
  color: #6caedf;
}
body[class*='kbase'] .sidebar .kbase-block {
  padding: 1.125em;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-top .block-title {
  background: #6caedf;
  color: #fff;
  margin: -18px -18px 18px;
  padding: 10px;
  font-weight: normal;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-latest .block-title {
  margin: -18px -18px 18px;
  background: #8dc63f;
  color: #fff;
  padding: 10px 18px;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-tag .block-title {
  margin: -8px -18px 18px 0;
  border-bottom: 1px solid #a6a7a9;
}
body[class*='kbase'] .sidebar .kbase-block.kbase-main-tag .block-content ul li a {
  font-size: 18px!important;
}
@media (max-width: 767px) {
  body[class*='kbase'] .sidebar .kbase-block {
    padding: 0;
    margin: 10px 0;
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-top .block-title {
    margin: 0 0 10px 0;
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-top .block-title .icon-star:before {
    content: '';
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-latest .block-title {
    margin: 0 0 10px 0;
    padding: 10px;
  }
  body[class*='kbase'] .sidebar .kbase-block.kbase-main-tag .block-title {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1169px) {
  .nav-container #nav li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home-third .featured-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .home-tab .tab-inner {
    min-height: 185px;
  }
  .swipe-wrap > div h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 8.0rem;
    bottom: 27%;
  }
  .swipe-wrap .slide-link {
    bottom: 20px;
    left: 50%;
    margin-left: -90px;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab-links li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab-links li a {
    padding-bottom: 9px;
  }
  .foot-quarter.alpha > h3 {
    padding: 10px 15px;
  }
  .foot-quarter.alpha > p {
    padding-left: 15px;
  }
  .foot-quarter p {
    padding: 0 10px;
  }
  .foot-quarter .txt-signup {
    margin-left: 15px;
    width: 120px;
  }
  .foot-quarter > h3 {
    padding: 10px;
  }
  .foot-quarter > div {
    padding-left: 10px;
  }
  .foot-quarter > div.dealer {
    margin-top: 10px;
    clear: left;
  }
  .foot-quarter > p.social-wrap > .btn_social {
    margin-left: 13px;
  }
  .foot-quarter > p.social-wrap > .btn_social.icon-facebook {
    margin-left: 10px;
  }
  .foot-quarter-wrap #foot-quarter-last {
    margin-left: 7px!important;
  }
  .mini-products-list .product .price-box {
    float: left;
  }
  .mini-products-list .product .price-box .special-price {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  .nav-container #nav li a {
    font-size: 13.7px;
    font-size: 1.3699999999999999rem;
  }
  .logo img {
    max-width: none;
  }
  .top-search {
    margin: -50px 20px 18px 0;
  }
  .home-third .newProduct {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-shop .product-name.newProduct h1 {
    background: none;
    padding: 0;
  }
  .col-main > .product-view > .product-essential .product-shop .product-name.newProduct h1 {
    background: none;
    padding-left: 0;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab {
    display: block;
  }
  .col-main > .product-view > .product-essential .product-shop .product-tab .accordion-wrap {
    display: none;
  }
  .product-view .product-essential .product-img-box .more-views iframe {
    max-width: 270px;
  }
  .product-view .product-essential .product-img-box .more-views ul li {
    width: 80px;
    height: 80px;
  }
  .product-view .product-essential .product-img-box .more-views ul li img {
    height: 80px;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart label {
    float: left;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart #qty {
    float: left;
    margin-left: 5px;
  }
  .product-view .product-essential .product-shop .add-to-box .add-to-cart #btn_add-main {
    display: none;
  }
  .product-view .product-essential .product-shop .add-to-box #btn_add-small {
    display: inline;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .home-tab .tab-inner h3.newProduct {
    background: none;
    padding-left: 0;
  }
  .swipe-wrap > div h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 6.0rem;
    bottom: 33%;
  }
  .swipe-wrap .slide-link {
    bottom: 30px;
  }
  .foot-quarter-wrap #foot-quarter-last {
    margin-left: 8px!important;
  }
  .foot-quarter-wrap .foot-quarter {
    height: 180px;
  }
  .foot-quarter-wrap .foot-quarter > div {
    padding-left: 10px;
  }
  .foot-quarter-wrap .foot-quarter > div.dealer {
    margin-top: 10px;
  }
  .foot-quarter-wrap .foot-quarter > div span {
    display: none;
  }
  .foot-quarter-wrap .foot-quarter > p.social-wrap > .btn_social {
    margin-left: 5px;
  }
  .foot-quarter-wrap .foot-quarter > p.social-wrap > .btn_social.icon-facebook {
    margin-left: 2px;
  }
  .foot-quarter-wrap .vert {
    height: 180px;
  }
  .accordion-title {
    display: block;
    width: 100%;
    padding: 10px;
    background: #6caedf;
    position: relative;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
  }
  .accordion-title span {
    float: right;
    font-family: FontAwesome;
  }
  .accordion-title span:before {
    content: "\f0da";
  }
  .accordion-title:hover {
    color: #fff;
  }
  .accordion-title.active-title {
    background: #8dc63f;
  }
  .accordion-title.active-title > span {
    float: right;
    font-family: FontAwesome;
  }
  .accordion-title.active-title > span:before {
    content: "\f0d7";
  }
  .postWrapper.post-list-item {
    padding: 20px;
  }
  .postWrapper.post-list-item > h2 {
    margin-bottom: 10px;
  }
  .postWrapper.post-list-item .blog-date {
    float: none;
    clear: left;
  }
  .postWrapper.post-list-item .post-extras p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mini-products-list .item .product-image {
    float: left;
    margin-right: 0.75em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 5px;
  }
  .mini-products-list .item .product-image img {
    max-width: 135px;
  }
  .hider {
    display: none;
  }
  .block.block-blog .block-content ul li a {
    font-size: 13px;
  }
  body[class*="kbase"] .sidebar .block-content ul li a {
    font-size: 13px;
  }
  .catalog-category-view .container .col-main.eleven.columns,
  .catalogsearch-result-index .container .col-main.eleven.columns {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-category-view .container .sidebar.four.columns,
  .catalogsearch-result-index .container .sidebar.four.columns {
    width: 100%;
    margin: 0;
  }
  .catalog-category-view .container .sidebar.four.columns .block,
  .catalogsearch-result-index .container .sidebar.four.columns .block {
    width: 49%;
    float: left;
    margin: 0;
  }
  .catalog-category-view .container .sidebar.four.columns .block.block-compare,
  .catalogsearch-result-index .container .sidebar.four.columns .block.block-compare {
    margin-right: 14px;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns {
    width: 235px;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(3),
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(7) {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .divider {
    display: none;
  }
  .container {
    position: static!important;
  }
  .container .breadcrumbs {
    display: none;
  }
  .container .header-container {
    margin-bottom: 35px;
  }
  .container .header-container .header {
    position: relative;
  }
  .container .header-container .header .three.columns {
    width: 260px!important;
  }
  .container .header-container .header .logo {
    margin-top: 20px;
  }
  .container .header-container .header .logo img {
    max-width: 270px!important;
  }
  .container .header-container .header .quick-access {
    width: auto!important;
    text-align: left;
    padding-top: 20px;
    float: right;
  }
  .container .header-container .header .quick-access .links {
    padding-right: 0;
  }
  .container .header-container .header .quick-access .links .welcome-msg,
  .container .header-container .header .quick-access .links .first {
    display: none;
  }
  .container .header-container .header .quick-access li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #6caedf;
    margin-left: 6px;
    padding: 7px 0 0 10px!important;
    font-size: 0;
  }
  .container .header-container .header .quick-access li a:before {
    font-family: FontAwesome;
    content: "\f007";
    color: #fff;
    font-size: 25px;
  }
  .container .header-container .header .quick-access li.last a {
    padding: 7px 0 0 6px!important;
  }
  .container .header-container .header .quick-access li.last a:before {
    content: "\f07a";
  }
  .container .header-container .header .top-search {
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 240px;
    float: right;
  }
  .container .header-container .header .top-search #search {
    width: 190px;
    height: 40px;
    float: left;
  }
  .container .header-container .header .top-search .searchbutton {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
  }
  .container .header-container .nav-container {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 200px;
    height: auto;
    margin: 0;
    background: #fff;
    z-index: 999;
    margin-left: -200px;
  }
  .container .header-container .nav-container .nav-specials {
    display: none;
  }
  .container .header-container .nav-container #nav {
    float: none;
    clear: both;
    padding-top: 40px;
  }
  .container .header-container .nav-container #nav > li > a:after {
    content: '';
  }
  .container .header-container .nav-container #nav > li.parent > a {
    background: none;
    height: auto;
  }
  .container .header-container .nav-container #nav .level-top > a,
  .container .header-container .nav-container #nav .level1 > a {
    color: #6caedf;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
  }
  .container .header-container .nav-container #nav .level2 > a {
    padding-left: 25px;
  }
  .container .header-container .nav-container #nav .nav-5.parent {
    border-top: 1px solid #AAAAAA;
  }
  .container .header-container .nav-container #nav .nav-5.parent .level0 .level1 > a {
    padding-left: 25px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    color: #000;
  }
  .container .header-container .nav-container #nav .nav-5.parent .level0 .level1 > a:hover {
    color: #6caedf;
  }
  .container .header-container .nav-toggle {
    display: block;
    width: 40px;
    height: 40px;
    background: #6caedf;
    padding: 10px 0 0 9px;
    float: left;
  }
  .container .header-container .nav-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
  }
  .container .header-container .nav-close {
    display: block;
    width: 200px;
    height: 40px;
    padding: 8px 0 0 8px;
    background: #6caedf;
    position: fixed;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
  }
  .container .header-container .nav-close > span {
    padding-left: 110px;
  }
  .container .header-container .nav-close > span:before {
    content: "\f100";
    font-family: FontAwesome;
    color: #fff;
    font-size: 25px;
  }
  .container .megabox {
    display: none!important;
  }
  .container .swipe-wrap > div h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 4.0rem;
    bottom: 27%;
  }
  .container .swipe-wrap .slide-link {
    display: none;
  }
  .container .swipe-prev,
  .container .swipe-next {
    display: none;
  }
  .container #home-featured {
    display: none;
  }
  .container .product-image .home-third {
    margin-bottom: 20px;
  }
  .container .footer-container {
    border: none;
    padding-top: 10px;
  }
  .container .footer-container .foot-quarter-wrap {
    margin-top: 0;
  }
  .container .footer-container .foot-quarter-wrap .vert {
    width: 100%;
    height: 20px;
    background: #F2F2F2;
  }
  .container .footer-container .half.columns {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .container .footer-container .gallery-divider,
  .container .footer-container .gallery-title,
  .container .footer-container .footer-gallery {
    display: none;
  }
  .container .footer-container .absolute-footer {
    padding: 10px 0;
    text-align: center;
  }
  .container .footer-container .absolute-footer p {
    font-size: 12px;
    font-size: 1.2rem;
    float: none;
    margin: 0;
  }
  .container .footer-container .absolute-footer p span {
    display: none;
  }
  .container .footer-container .absolute-footer img {
    float: none;
    margin-top: 20px;
  }
  .container .home-tabs {
    display: block;
  }
  .container .home-tabs .tab-title {
    display: block;
    background: #6caedf;
    padding: 5px 20px;
    cursor: pointer;
    color: #fff;
  }
  .container .home-tabs .tab-wrap {
    display: none;
  }
  .container .home-tabs .tab-wrap .home-tab {
    margin-bottom: 15px;
  }
  .container .home-tabs .tab-wrap .home-tab .tab-product {
    display: none;
    float: none;
    clear: both;
  }
  .container .home-tabs .tab-wrap .home-tab .tab-product:nth-child(1),
  .container .home-tabs .tab-wrap .home-tab .tab-product:nth-child(2),
  .container .home-tabs .tab-wrap .home-tab .tab-product:nth-child(3) {
    display: block;
  }
  .container .home-tabs .tab-wrap .home-tab .tab-product .tab-links a {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .container .std {
    clear: both;
  }
  .container .std .clearfix,
  .container .std ul.home-tab-links {
    display: none;
  }
  .container .product-view .product-essential .product-img-box {
    display: none;
  }
  .container .product-view .product-essential form .product-col-right {
    padding: 0 20px;
  }
  .container .product-view .product-essential .product-shop .product-name.newProduct h1 {
    background: none;
    padding: 0;
    border: none;
  }
  .container #product-slides {
    display: block;
  }
  .product-shop .add-to-box .qty-change {
    display: block;
    width: 33px;
    height: 33px;
    background: #6caedf;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 25px;
  }
  .product-shop .add-to-box .qty-sub {
    padding-top: 5px;
  }
  .product-shop .add-to-box .qty-add {
    padding-top: 8px;
  }
  .product-tab {
    clear: both;
  }
  .product-tab.active-tab .accordion-wrap {
    display: block;
  }
  .product-tab .accordion-wrap {
    display: none;
  }
  .block {
    background: none;
    padding: 0;
    margin: 0;
  }
  .block .block-title {
    background: #e0e1e1;
    padding: 7px 10px;
    cursor: pointer;
  }
  .block .block-title span > span {
    float: right;
  }
  .block .block-title span > span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .block .block-title.title-closed span > span:after {
    content: "\f0da";
  }
  .recent-title {
    display: block;
    text-align: left;
    padding: 5px;
    background: #e0e1e1;
    clear: both;
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 10px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    color: #353535;
    cursor: pointer;
  }
  .recent-title span {
    float: right;
    color: #353535;
    font-family: FontAwesome;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recent-title span:before {
    content: "\f0d7";
  }
  .recent-title.title-closed span:before {
    content: "\f0da";
  }
  .recent-wrap .tab-product {
    margin-bottom: 10px!important;
  }
  .postWrapper.post-list-item .postContent {
    float: none;
    width: 100%;
  }
  .postWrapper.post-list-item .post-extras {
    width: 100%;
    float: none;
    clear: both;
  }
  .postWrapper.post-list-item .post-extras p {
    text-align: left;
  }
  .postWrapper.post-list-item .post-extras p.blog-podcast {
    float: none;
  }
  .postWrapper {
    padding: 20px;
  }
  .postWrapper .featured-image {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns {
    width: 100%;
  }
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(3),
  .cms-index-index .home-tabs .tab-wrap .home-tab .tab-product.quarter.columns:nth-child(7) {
    display: block!important;
  }
}
@media (max-width: 767px) {
  body {
    background: #f2f2f2;
  }
  body[class*='ebsco-myphotos'],
  body[class*='checkout'],
  body[class*='dealerlocator'],
  body[class*='noroute'],
  body[class*='customer-account'],
  body[class*='customer-address'],
  body[class*='review-customer'],
  body[class*='customer-token'],
  body[class*='customer-products'],
  body[class*='sales'],
  .kbase-article-index,
  .sales-order-history,
  .newsletter-manage-index,
  .cms-index-index,
  body[class*='account'] {
    background: #F2F2F2;
  }
  body[class*='ebsco-myphotos'] #whitebar,
  body[class*='checkout'] #whitebar,
  body[class*='dealerlocator'] #whitebar,
  body[class*='noroute'] #whitebar,
  body[class*='customer-account'] #whitebar,
  body[class*='customer-address'] #whitebar,
  body[class*='review-customer'] #whitebar,
  body[class*='customer-token'] #whitebar,
  body[class*='customer-products'] #whitebar,
  body[class*='sales'] #whitebar,
  .kbase-article-index #whitebar,
  .sales-order-history #whitebar,
  .newsletter-manage-index #whitebar,
  .cms-index-index #whitebar,
  body[class*='account'] #whitebar {
    background-image: none;
    height: 150px;
  }
  #whitebar {
    background-image: none;
    height: 150px;
  }
  .container .home-tabs .tab-title:after {
    font-family: FontAwesome;
    content: "\f0da";
    display: block;
    float: right;
  }
  .container .home-tabs .tab-title.active-tab:after {
    content: "\f0d7";
  }
  .ei-logo {
    text-align: center;
  }
}
@media (max-width: 479px) {
  body {
    background: url("../images/bg_grad.jpg") repeat-x scroll center 135px #ffffff;
  }
  body[class*='ebsco-myphotos'],
  body[class*='checkout'],
  body[class*='dealerlocator'],
  body[class*='noroute'],
  body[class*='customer-account'],
  body[class*='customer-address'],
  body[class*='review-customer'],
  body[class*='customer-token'],
  body[class*='customer-products'],
  body[class*='sales'],
  .kbase-article-index,
  .sales-order-history,
  .newsletter-manage-index,
  .cms-index-index,
  body[class*='account'] {
    background: #F2F2F2;
  }
  body[class*='ebsco-myphotos'] #whitebar,
  body[class*='checkout'] #whitebar,
  body[class*='dealerlocator'] #whitebar,
  body[class*='noroute'] #whitebar,
  body[class*='customer-account'] #whitebar,
  body[class*='customer-address'] #whitebar,
  body[class*='review-customer'] #whitebar,
  body[class*='customer-token'] #whitebar,
  body[class*='customer-products'] #whitebar,
  body[class*='sales'] #whitebar,
  .kbase-article-index #whitebar,
  .sales-order-history #whitebar,
  .newsletter-manage-index #whitebar,
  .cms-index-index #whitebar,
  body[class*='account'] #whitebar {
    background-image: none;
    height: 135px;
  }
  #whitebar {
    background-image: none;
    height: 135px;
  }
  .container .header-container {
    margin-bottom: 15px;
  }
  .container .header-container .header .nav-toggle {
    float: left;
  }
  .container .header-container .header .three.columns {
    width: 190px!important;
    max-height: 90px;
  }
  .container .header-container .header .three.columns .logo {
    margin-top: 25px;
  }
  .container .header-container .header .three.columns .logo img {
    max-width: 190px!important;
  }
  .container .header-container .header .quick-access {
    float: right;
  }
  .container .header-container .header .quick-access .links {
    padding-right: 0;
    padding-top: 5px;
  }
  .container .header-container .header .quick-access .links li {
    margin-left: 0;
  }
  .container .header-container .header .top-search {
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 240px;
    float: right;
  }
  .container .header-container .header .top-search #search {
    width: 190px;
    height: 40px;
    float: left;
  }
  .container .header-container .header .top-search .searchbutton {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
  }
  .container .swipe-wrap > div h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 3.0rem;
    bottom: 33%;
  }
  .container .swipe-wrap .slide-link {
    display: none;
  }
}
.review-product-list .zoomPup,
.review-product-list .zoomWindow,
.review-product-list .zoomPreload {
  display: none!important;
}
.review-product-list .zoomPad {
  cursor: auto!important;
}
/* ==========================================================================
   EBSCO SuperSearch (super search)
   ========================================================================== */
.top-search #showResults {
  box-shadow: 0 0 2px #808080;
  top: 40px;
  z-index: 9999;
  padding: 5px;
  width: 295px;
}
.top-search #showResults #resultNotice {
  width: 90%;
  min-height: 30px;
}
.top-search #showResults #resultNotice .icon-search {
  font-size: inherit;
}
.top-search #showResults .close-dropdown {
  background-color: #6caedf;
  color: #ffffff;
  line-height: 22px;
}
.top-search #showResults .bottomClose {
  background-color: #000000;
  color: #ffffff;
}
.top-search #showResults #listResults .result-title {
  clear: both;
  background-color: #6caedf;
  border: 1px solid #bfbfbf;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
  margin-bottom: 15px;
}
.top-search #showResults #listResults .list-products {
  list-style: none;
}
.top-search #showResults #listResults .list-products .item {
  width: 50%;
  float: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 10px 0;
  border: 0;
}
.top-search #showResults #listResults .list-products .item:nth-child(even):after {
  clear: both;
}
.top-search #showResults #listResults .list-products .item .product-img {
  width: 100%;
}
.top-search #showResults #listResults .list-products .item .product-img img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.top-search #showResults #listResults .list-products .item .product-info {
  margin-left: 0;
  width: auto;
  float: none;
  text-align: center;
}
.top-search #showResults #listResults .list-products .item .product-info .desc {
  display: none;
}
.top-search #showResults #listResults .list-products .item .product-info .product-name {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  text-transform: uppercase;
}
.top-search #showResults #listResults .list-products .item .product-info .product-name a {
  color: #404040;
}
.top-search #showResults #listResults .list-products .item .product-info .product-price {
  display: inline-block;
}
.top-search #showResults #listResults .list-products .item .product-info .product-price h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2rem;
  color: #ff0000;
}
.top-search #showResults #listResults .list-cms {
  list-style: none;
}
.top-search #showResults #listResults .list-cms li {
  padding: 10px 0 10px 5px;
}
.top-search #showResults #listResults .list-cms li:first-of-type {
  padding-top: 0;
}
.top-search #showResults #listResults .list-cms li:last-of-type {
  border-bottom: 0;
  padding-bottom: 5px;
}
.top-search #showResults #listResults .list-cms li h5 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
}
.top-search #showResults #listResults .list-cms li .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 2rem;
  display: block;
  background: none;
  border-bottom: 0;
  margin-bottom: 0;
}
.search-result .page-content {
  background: none;
  border: none;
  box-shadow: none;
  overflow: auto;
  padding: 0;
}
.search-result .page-content .result-title {
  background-color: #6caedf;
  color: #ffffff;
}
.search-result .page-content .result-title a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 0;
}
.search-result .page-content .result-title a:hover {
  color: #ffffff;
}
.search-result .page-content .result-title:before {
  font-family: "FontAwesome";
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 0 13px;
  font-weight: normal;
}
.search-result .page-content .result-title span {
  padding-left: 0;
}
.search-result .page-content .result-title.blog:before {
  content: '\f075';
}
.search-result .page-content .result-title.media:before {
  content: '\f03e';
}
.search-result .page-content .result-title.product:before {
  content: '\f02a';
}
.search-result .page-content .result-title.kb:before {
  content: '\f0c2';
}
.search-result .page-content .result-title.cms:before {
  content: '\f15c';
}
.search-result .page-content .list-result.media .media {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 10px;
  width: 242px;
}
.search-result .page-content .list-result.media .media .p-title {
  position: absolute;
  padding: 10px;
  margin-right: 10px;
  bottom: 0;
  background: rgba(108, 174, 223, 0.5);
  width: 100%;
}
.search-result .page-content .list-result.media .media .p-title a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.5555555555555556rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-result .page-content .list-result.media .media .p-title a:hover {
  color: #8dc63f;
}
.search-result .page-content .list-result.media .media .p-image {
  height: 160px;
  overflow: hidden;
}
.search-result .page-content .list-result.media .media .p-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.search-result .page-content .list-result.media .media .p-content {
  display: none;
}
.search-result .page-content .list-result.blog,
.search-result .page-content .list-result.kb {
  list-style: none;
  margin-left: 10px;
}
@media only screen and (max-width: 1169px) {
  .search-result .page-content .list-result.media .media {
    width: 298px;
  }
  .search-result .page-content .list-result.media .media .p-image {
    height: 200px;
  }
}
@media only screen and (max-width: 959px) {
  .search-result .page-content .list-result.media .media {
    width: 228px;
  }
  .search-result .page-content .list-result.media .media .p-image {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .search-result .page-content .list-result.media .media {
    width: auto;
  }
  .search-result .page-content .list-result.media .media .p-image {
    height: 260px;
    width: 355px;
  }
  .search-result .page-content .result-title a {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.7777777777777777rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
  }
  .search-result .page-content .result-title a:hover {
    color: #8dc63f;
  }
}
@media only screen and (max-width: 459px) {
  .search-result .page-content .list-result.media .media .p-image {
    height: 190px;
    width: 240px;
  }
}
/* General Add This Block */
.addthis_toolbox {
  margin-bottom: 15px;
  float: left;
  clear: both;
  min-height: 34px;
}
.addthis_toolbox a {
  margin-top: 2px!important;
}
/* Blog Add This Block */
.blog-post-view .addthis_toolbox {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  min-height: 34px;
}
/* Product View Add This Block */
.catalog-product-view .addthis_toolbox {
  margin-bottom: 15px;
  float: left;
  clear: both;
  min-height: 34px;
}
.catalog-product-view .addthis_toolbox a {
  margin-top: 2px!important;
}
/* Checkout Success Add This Block */
.checkout-success {
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout-success .sub-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.checkout-success .share-content {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
}
.checkout-success .share-content:first-of-type {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 20px 0;
}
.checkout-success .share-content:last-of-type {
  border-bottom: none;
  padding: 20px 0 0 0;
}
.checkout-success .share-content .product-image {
  float: left;
}
.checkout-success .share-content .product-detail {
  padding-left: 10px;
  overflow: hidden;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.checkout-success .share-content .product-detail .product-name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.checkout-success .share-content .product-detail .share-bar {
  margin-top: 10px;
  display: block;
}
/* ==========================================================================
   Innobyte Product Questions / Tabs
   ========================================================================== */
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control {
  display: block;
  margin: 20px 15px 0 15px;
}
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control .innobyte-producttabs-tab-control {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  background: #6caedf;
  color: #fff;
  padding: 5px 15px 8px;
  margin-bottom: 2px;
  border-radius: 5px 5px 0 0;
}
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control .innobyte-producttabs-tab-control.active {
  background: #8dc63f;
  color: #fff;
  padding: 5px 15px 8px;
}
.innobyte-producttabs-tab-content-container {
  border: 1px solid #b0b1b1;
  margin: 0 15px;
  padding: 15px;
  position: relative;
  top: -2px;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content {
  display: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul li {
  padding: 5px 0 10px 15px;
  background: url("../images/bg_product-li.jpg") no-repeat 0 12px;
  font-family: "purista-web", Arial, sans-serif;
  font-weight: medium;
  font-size: 14px;
  font-size: 1.4rem;
  color: #7c8695;
  border-bottom: 1px solid #b6b6b8;
  line-height: 18px;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul li:last-child {
  border: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts {
  overflow: hidden;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.image {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content .title {
  display: block;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content .title a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  padding: 0 0 0.5625em;
  margin-bottom: 10px;
  text-decoration: none;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content.active {
  display: block;
}
.innobyte-producttabs-tab-content-container .mobile-tab-header {
  display: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  background: #b0b1b1;
  color: #fff;
  padding: 15px;
}
.innobyte-producttabs-tab-content-container .question-link {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.innobyte-producttabs-tab-content-container .block-product-questions {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-votes {
  padding-right: 5px;
  padding-left: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-vote-down {
  margin-right: 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-sorting {
  margin-bottom: -20px;
  min-width: 115px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-sorting select {
  font-size: 12px;
}
.innobyte-producttabs-tab-content-container .block-product-questions.pq-view li.last {
  margin-bottom: 8px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title {
  float: left;
  text-align: left;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase;
  position: relative;
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h2 {
  display: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h3 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "refrigerator-deluxe";
  color: #000000;
  float: left;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  font-weight: normal;
  font-family: "Arial";
  text-transform: none;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h4 span {
  margin: 0 0 0 5px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title a span {
  float: right;
  margin-top: 10px;
  font-family: "arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
  text-transform: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title a span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .no-answers {
  color: #000000;
  font-family: "Arial";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer {
  padding-bottom: 8px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right a:hover {
  text-decoration: underline;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #more-questions-trigger span {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #more-questions-trigger .fa-refresh {
  margin-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #pq-add-question-trigger span {
  font-size: 12px;
  font-size: 1.2rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #pq-add-question-trigger span.ask-a:before {
  font-family: "FontAwesome";
  content: '\f059';
  font-size: 12px;
  margin-right: 5px;
  display: block;
  float: left;
  top: 0;
  position: relative;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer #pq-question-loader img {
  position: relative;
  right: -2px;
  top: 3px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions {
  overflow: auto;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li {
  padding-left: 0;
  overflow: hidden;
  word-wrap: break-word;
  background: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote {
  float: left;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-your-vote {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-your-vote .helpful {
  color: #00cc00;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-your-vote .helpful.not {
  color: #ff0000;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question-vote .pq-vote-up {
  margin-left: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-author {
  float: left;
  margin-top: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question {
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  color: #000000;
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question strong {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 3px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-question span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  font-family: inherit;
  position: relative;
  left: 30px;
  word-wrap: break-word;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer {
  position: relative;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer strong {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 3px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span {
  position: relative;
  left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  font-family: inherit;
  word-wrap: break-word;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span p span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol {
  *zoom: 1;
  margin: 0;
  overflow: auto;
  padding-bottom: 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol:before,
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol:after {
  content: "";
  display: table;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol:after {
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  position: relative;
  border: none;
  margin: 0 0 5px 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-answered-questions li .pq-answer > span ol li:first-of-type {
  margin-top: 5px;
}
#product-question-wrapper #product-question-content {
  padding: 5px 0 0 0;
  margin-top: 0;
}
#product-question-wrapper #product-question-content .response {
  padding: 20px;
  background-color: #ffffff;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title {
  width: 100%;
  text-align: left;
  position: relative;
  clear: both;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title h3 {
  margin-bottom: 0;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 22px;
  line-height: 2.4444444444444446rem;
  color: #6caedf;
  font-weight: bold;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  font-weight: normal;
  font-family: "Arial";
  text-transform: none;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title h4 span {
  margin: 0 0 0 3px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title a span {
  float: right;
  font-family: "purista-web", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title a span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content {
  clear: both;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .buttons-set #pq-submit {
  width: 100%;
  max-width: none;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label {
  margin-left: -8px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label span {
  font-size: 10px;
  font-size: 1rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label em {
  color: red;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .required-notice {
  font-size: 10px;
  font-size: 1rem;
  margin-top: -10px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .required-notice em {
  color: red;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .review-nologged {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
.block-product-questions .pq-question-sorting {
  float: none;
  text-align: right;
}
.block-product-questions .pq-question-sorting select {
  font-size: 12px;
  font-size: 1.2rem;
}
.block-product-questions .pq-answer {
  margin-bottom: 25px;
}
.block-product-questions .pq-answer > span p {
  display: inherit;
}
@media only screen and (max-width: 959px) {
  .innobyte-producttabs-tabs-control-container {
    display: none;
  }
  .innobyte-producttabs-tab-content-container {
    border: 0;
    margin: 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content {
    border: 1px solid #b0b1b1;
    margin: 10px 0;
    padding: 20px;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content.active {
    display: block;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header {
    display: block;
    margin-bottom: 5px;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 30px;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header.active {
    display: block;
    background: #000;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header.active:after {
    font-family: FontAwesome;
    content: "\f0d7";
  }
}
/* Product View Add This Block */
.addthis_toolbox {
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.addthis_toolbox a {
  margin-top: 2px!important;
}
/* Checkout Success Add This Block */
.checkout-success {
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout-success .share-content {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
}
.checkout-success .share-content:first-of-type {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 20px 0;
}
.checkout-success .share-content:last-of-type {
  border-bottom: none;
  padding: 20px 0 0 0;
}
.checkout-success .share-content .product-image {
  float: left;
}
.checkout-success .share-content .product-detail {
  padding-left: 10px;
  overflow: hidden;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.checkout-success .share-content .product-detail .product-name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.checkout-success .share-content .product-detail .share-bar {
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ebsco-productquestions-product-list #product-question-wrapper #product-question-content {
    margin-left: 20px;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li {
    padding: 20px 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li:first-of-type {
    padding-top: 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.image {
    float: none;
    text-align: center;
    width: auto;
    margin: 0 0 10px 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.image a img {
    width: 100%;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content ul.related-posts li .related-posts.content {
    height: auto;
  }
}
