/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { -webkit-font-smoothing: antialiased; font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231;}

html, body{overflow-x: hidden; max-width: 100%}

body, input, select, textarea { font-family: sans-serif; color: #1c1c1c; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

/*::-moz-selection { background: #fe57a1; color: #f1ece5; text-shadow: none; }
::selection { background: #fe57a1; color: #f1ece5; text-shadow: none; }*/


/* =============================================================================
   Grid
   ========================================================================== */
.product-detail.col-sm-4 {
    clear: none !important;
    width: 33.33333333% !important;
}


/* =============================================================================
   Links
   ========================================================================== */

a, a:visited { color: #0096d6; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
    Buttons
    ========================================================================= */

.radio-product-group {
    display: none !important;
}

button,
input.submit,
input[type=submit]{
    padding: 7px 20px;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    /*
    font-size: 14px;
    color: #1c1c1c;
    border: 1px solid #babcbe;
    */
    color: #fdfdfd;
    font-size: 12px;
    background-color: #f79028;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e68426), to(#f1ad2d));

    border: 1px solid #e78626;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 1px;
}

button a,
button a:hover,
button a:visited{
    /*    color: #1c1c1c;
    */
    text-decoration: none;
}

button:hover,
.btn-common:hover,
input.submit:hover{
    opacity: .7;
    transition: .2s;
}


.btn-common {
    /*    width: initial !important; */
    display: inline-block;
    padding: 7px 20px;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    /*    font-family: 'MuseoSlabSemiBold', Georgia, "Times New Roman", Times, serif; */
    color: #fdfdfd;
    font-size: 12px;
    margin: 1px;
}

.btn-action {
    background-color: #f79028;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e68426), to(#f1ad2d));

    border: 1px solid #e78626;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-option {
    border: 1px solid #005078;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #005288;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#005288), to(#008ae6));
}

.btn-inert {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#828282+0,b0b3b5+100 */
    background: #a9a9a9 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #a9a9a9 0%, #b0b3b5 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a9a9a9 0%,#b0b3b5 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a9a9a9 0%,#b0b3b5 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#b0b3b5',GradientType=0 ) !important; /* IE6-9 */
    border: 1px solid #a9a9a9 !important;
    color: #f2f2f3;
}

.btn-full {
    width: 100%;
}

.btn-product-group {
    /*    width: initial !important; */
    display: inline-block !important;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    cursor: pointer;
    color: #1c1c1c;
    font-size: 12px;
    margin: 0px !important;
    width: 100%;
    padding: inherit;
    background-color: #fff;
    border-color: #fff;
    text-align: left;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 1px;
}

.btn-product-group:hover {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    transition: .4s;
}

.btn-product-group .purchase-option-price > span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-size: 10px;
}
.btn-product-group .purchase-option-price > span.ext-price {
    font-weight: bold;
    color: #ef4c23;
    font-size: 14px;
    line-height: 14px;
}

.radio-product-group:checked + .btn-product-group {
    border-color: #F79028;
    background-color: #fff;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-family: "OpenSansBold", verdana, arial, helvetica, sans-serif; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

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

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dt { font-weight: bold; margin: 0 0 5px 0; }
dd { margin: 0 0 15px 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

::-webkit-input-placeholder {
    font-family: 'openSansItalic';
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'openSansItalic';
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'openSansItalic';
}

:-ms-input-placeholder {
    font-family: 'openSansItalic';
}

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; border: none; }

/* @group Custom Styles */

body {
    background: #fff;
    font-family: "OpenSans", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 300;
    overflow: initial;
}

/* font override for firefox */
@-moz-document url-prefix() {
    body {
        font-family: 'OpenSans', Helvetica, Verdana, Arial, sans-serif;
    }
    b, strong { 
        font-family: 'OpenSans', Helvetica, Verdana, Arial, sans-serif;
        font-weight: 900; 
    }
}

/* font override for safari & chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) { }

/* font override for opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { }

h1 {
    font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    color: #1c1c1c;
}

.h1 {
    font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    color: #1c1c1c;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h2{
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    color: #1c1c1c;
}

h3{
    font-family: 'OpenSansSemiBold', Helvetica, Verdana, Arial, sans-serif;
    color: #f79028 !important;
    letter-spacing: 0.02em;
}

.page-title .sub-title { display: block; margin: -13px 0 20px 0; font-size: 16px; line-height: 23px; color: #797979;}

/* @group header */

.header-container {
    background: #fff;
}

.head-for-3row {
    height:144px;
}
.no-boxshadow .header-container {
    border-bottom: 1px solid #eeeeee;
}

/* @group promo banner */
.promo-banner{
    width: 100%;
    position: relative;
    margin: 0px auto;
    padding: 0;
    text-align: center;
}

.promo-banner img{
    width: 100%;
    padding-top: 3px;
}


/* @group customer bar */

.header-container .header .logo a img{
    width: 100%;
}

.header-container .headerWrapper {
    position: relative;
    width: 100%;
    height: 35px;
    background: #005287;
    background: -moz-linear-gradient(90deg, #005287 0%, #005287 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#005287), to(#005287));
}

.header-container .customer-bar-container{
    background-color: #005287;
}

.header-container .customer-bar-container .customer-bar {
    position: relative;
    left: 0;
    width: 970px;
    height: 35px;
    margin: 0 auto;
    padding: 0 10px;
}

.header-container .customer-bar-container .customer-bar .top-nav {
    height: 35px;
    float: left;
}

.header-container .customer-bar-container .customer-bar .top-nav ul {
    float: left;
    height: 35px;
}

.header-container .customer-bar-container .customer-bar .top-nav ul li {
    float: left;
}

.header-container .customer-bar-container .customer-bar .top-nav ul li .header-copy,
.header-container .customer-bar-container .customer-bar .top-nav ul li .header-main-text{
    display: block;
    height: 36px;
    padding: 0 9px !important;
    font: 12px/35px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
}
.header-container .customer-bar-container .customer-bar .top-nav ul li a {
    display: block;
    height: 36px;
    padding: 0 9px !important;
    font: 12px/35px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
}
.header-container .customer-bar-container .customer-bar .top-nav ul li a:hover {
    color: #009dd6;
}

.header-container .customer-bar-container .customer-bar .top-nav ul li.chat a {
    background: url(../images/chat.png) no-repeat 10px 11px;
    padding: 0 10px 0 30px;
}

.header-container .customer-bar-container .customer-bar .top-nav ul li a:hover {
    opacity: 1;
}

.header-container .customer-bar-container .customer-bar .top-nav ul li:first-child a {
    padding: 0 10px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin : -8px 0 0 -8px !important;
}

.third-row-nav .free-callout {
    float: left;
    display: block;
    height: 28px;
    margin: 6px 0px 0px 0px;
    padding: 4px 13px 0px 13px;
    line-height: 25px;
    border: 2px solid #f79028;
    text-decoration: none;
}

.third-row-nav .free-callout a {
    text-decoration: none;
}

.third-row-nav .free-callout .free-text {
    color: #0096d6;
    font-size: 17px;
    font-family: 'MuseoSlab',verdana,Georgia,Times,serif;
    font-weight: 900;
}

.nav-badge-wrapper {
    border-left: 1px solid #eeeeee;
    float: left;
    height: 100%;
    margin-left: 10px;

    border-right: 1px solid #eeeeee;
    padding-right: 10px;
    /*    padding-bottom: 5px; */
}

.nav-badge {
    display: inline-block;
    margin-left: 10px;
    padding-top: 3px;
    vertical-align:top;
}

.nav-trustpilot {
    width: 240px;
    height: 39px;
    padding-top: 15px;
}

.nav-mcafee {
    padding-top: 7px;
}

.nav-mcafee img{
    display: block;
    background: #999;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #5F5F5F;
    width: 75px;
}

.nav-stella img {
    display: none;
    width: 60px;
    margin: 0px;
}

.nav-google {
    padding-top:5px;
}

.nav-google img {
    width: 78px;
    margin: 0px;
}

.nav-bizrate img {
    width: 71px;
    padding-top: 0px;
}

.backed-by{
    margin-top: 10px;
    display: none;
    color: #999;
    float: left;
    font-size: 11px;
}

/*.third-row-nav .free-callout:hover {
    background: #2a3d45 url(//www.discountfilters.com/images/shipping.png) no-repeat right center;
    background: url(../images/shipping.png) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#26414c), to(#38525d));
    background: url(../images/shipping.png) no-repeat right center, -moz-linear-gradient(90deg,#26414c 0%, #38525d 100%);
    -webkit-box-shadow: inset 0 1px 0 #4f626a;
    -moz-box-shadow: inset 0 1px 0 #4f626a;
    box-shadow: inset 0 1px 0 #4f626a;
}*/

.header-container .customer-bar-container .customer-bar .security {
    float: right;
    display: block;
    height: 27px;
    margin: 3px 0 0 20px;
    padding: 0 0 0 0;
    font-size: 12px;
    line-height: 27px;
}

/* @end */

.header-shad-wrap {
    z-index: 1000;
    /*box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);*/
    height:61px;
    position: relative;
    padding: 15px 0 15px 0;
}
.header-container header[role=banner] {
    width: 970px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.header-container header[role=banner] .logo {
    float: left;
    margin: 8px 0 0 0;
}

.header-container header[role=banner] .logo img{
    width: 98%;
}

/* @group main nav */

.header-container header[role=banner] nav {
    float: left;
    height: 60px;
    margin: 0 0 0 35px;
    border-left: 1px solid #eeeeee;
}

.header-container header[role=banner] nav ul {
    float: left;
}

.header-container header[role=banner] nav ul li {
    float: left;
    position: relative;
}

.header-container header[role=banner] nav ul li a {
    display: block;
    height: 30px;
    padding: 15px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1em;
    color: #0096d6;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #eeeeee;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
}

.header-container header[role=banner] nav ul li a .small-text {
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #575a5d;
}

.header-container header[role=banner] nav ul li a:hover {
    background-color: #f8f8f8;
}

.header-container header[role=banner] nav ul li ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 240px;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-animation-name: 'fade-in';
    -webkit-animation-duration: .2s;
    -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes 'fade-in' {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-container header[role=banner] nav ul li:hover ul {
    display: block;
}

.header-container header[role=banner] nav ul li ul li {
    float: none;
}

.header-container header[role=banner] nav ul li ul li a {
    border: none;
    height: auto;
    padding: 15px;
    font-size: 12px;
    line-height: 1.2em;
    border-bottom: 1px solid #eeeeee;
}

/* @end */


/* THIRD ROW SEATING*/

/* @group search */

.third-row-nav-wrapper {
    width:100%;
    background: #FAFAFA;
    height:47px;
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.third-row-nav {
    width:970px;
    height: 48px;
    margin: 0px auto;
    position: relative;
}
/*Conatct help CSS More in style.phone.css*/
.contactHelpHP{
    padding-top: 6px;
    padding-left: 3px;
    width: 600px;
    height: 48px;
}

.contactHelpHP a {
    width: 155px !important;
    display: inline-block;
    padding: 4px 5px 4.9px;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;

    color: #fdfdfd;
    font-size: 11px;
    margin: 1px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 1px;
}

.contactHelpHP .span{
    text-align: center;
    margin: auto;
}

/*The end of help conatact CSS*/
.header-container .search {
    height: 30px;
    padding: 16px 11px 17px 8px;
    position: absolute;
    right: 266px;
}

.header-container .search input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 282px;
    height: 30px;
    padding: 0 0 0 8px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    border: 1px solid #dbdbdb;
    border-right: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header-container .search input[type=search]:hover {
    border: 1px solid #b9b9b9;
    border-right: none;
}

.header-container .search input[type=search]:focus {
    border: 1px solid #b3ddef;
    border-right: none;
}

.header-container .search input[type=submit] {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: #f8f8f8 url(../images/search.png) no-repeat center;
    background: url(../images/search.png) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#d9d8d8));
    background: url(../images/search.png) no-repeat center, -moz-linear-gradient(90deg, #bbbbbb 0%, #d9d8d8 100%);
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-leftt-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #e7e7e7;
    -moz-box-shadow: inset 0 1px 0 #e7e7e7;
    box-shadow: inset 0 1px 0 #e7e7e7;
    margin: 0px;
}

.header-container .search input[type=submit]:active {
    border: 1px solid #a9a9a9;
    -webkit-box-shadow: inset 0 1px 2px #b0b0b0;
    -moz-box-shadow: inset 0 1px 2px #b0b0b0;
    box-shadow: inset 0 1px 2px #b0b0b0;
}

.header-container .mobileSearch {
    display: none;
}

/* @end */

/* CART */

.header-container .cart-button {
    position: absolute;
    right: 10px;
    height: 29px;
    width: 100px;
    margin: 19px 0px 0px 0px;
}

.header-container .cart-button .icon {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background: url(../images/cart.png) no-repeat center;
    border-right: 1px solid #e78626;
    -webkit-box-shadow: 1px 0 0 rgba(241, 180, 57, 0.7);
    -moz-box-shadow: 1px 0 0 rgba(241, 180, 57, 0.7);
    box-shadow: 1px 0 0 rgba(241, 180, 57, 0.7);
}

.header-container .cart-button .item-number {
    color: #FFF;
    margin-left: 3px;
    padding: 3px 7px;
    height: 28px;
    background-color: #f76f28;
    border-radius: 11px;
}
.header-container .cart-button a {
    text-decoration: none;
}
.header-container .cart-button a:hover {
    text-decoration: none;
}

.header-container .cart-button .item-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 28px;
    color: #94571c;
    text-shadow: 0 1px 0 #f3c57e;
}

.header-container .cart-button.active .icon {
    border-right: 1px solid #db7918;
    -webkit-box-shadow: 1px 0 0 rgba(241, 180, 57, 0.4);
    -moz-box-shadow: 1px 0 0 rgba(241, 180, 57, 0.4);
    box-shadow: 1px 0 0 rgba(241, 180, 57, 0.4);
}

.header-container .cart-popover {
    position: absolute;
    display: none;
    background: #fff;
    top: 25px;
    right: 0;
    width: 240px;
    border: 1px solid #babcbe;
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.header-container .cart-popover:before {
    content: " ";
    position: absolute;
    top: -6px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #babcbe;
}

.header-container .cart-button:hover .cart-popover {
    top: 28px;
    display: block;
    opacity: 1;
    -webkit-animation-name: 'flyout';
    -webkit-animation-duration: .3s;
}

.header-container.cart-button .go-to-cart {
    text-align: center;
}

.header-container .cart-button .go-to-cart input[type=submit] {
    width: 178px;
    height: 38px;
    margin: 10px;
    padding: 0;
    font: 800 18px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    color: #f1ece5;
    text-shadow: 0 -1px 0 #db5601;
    background: #ea9429;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e68426), to(#f1ad2d));
    background-image: -moz-linear-gradient(90deg, #e68426 0%, #f1ad2d 100%);
    border: 1px solid #e78626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #f3be4b;
    -moz-box-shadow: inset 0 1px 0 #f3be4b;
    box-shadow: inset 0 1px 0 #f3be4b;
    cursor: pointer;
}

.header-container .cart-button .go-to-cart input[type=submit]:hover {
    background: #eaa248;
    background: -moz-linear-gradient(90deg, #e6903e 0%, #f1b84b 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#e6903e), to(#f1b84b));
}

.header-container .cart-button .go-to-cart input[type=submit]:active {
    background: #e1891c;
    background: -moz-linear-gradient(90deg, #d87618 0%, #f0a822 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#d87618), to(#f0a822));
    border: 1px solid #c46d18;
    -webkit-box-shadow: inset 0 1px 1px #cf8c0d;
    -moz-box-shadow: inset 0 1px 1px #cf8c0d;
    box-shadow: inset 0 1px 1px #cf8c0d;
}

@-webkit-keyframes 'flyout' {
    0% {
        top: 25px;
        opacity: 0;
    }

    50% {
        top: 35px;

    }

    75% {
        top: 25px;
        opacity: 1;
    }

    100% {
        top: 28px;
    }
}

.header-container .cart-popover ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.header-container .cart-popover ul li {
}

.header-container .cart-popover ul li a {
    display: block;
    float: left;
    width: 200px;
    padding: 20px;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header-container .cart-popover ul li a:hover {
    background-color: #f8f8f8;
}

.header-container .cart-popover ul li .product-img {
    float: left;
    width: 52px;
    height: 52px;
    margin: 0 20px 0 0;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7));
    background: -moz-linear-gradient(90deg, #fff 0%, #f7f7f7 100%);
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 3px rgba(0, 0, 0, 0.25);
}

.no-boxshadow .third-row-nav .cart-popover ul li .product-img {
    outline: 1px solid #e1e1e1;
}

.header-container .cart-popover ul li .product-title {
    font-size: 12px;
    padding-left: 80px;
}

.header-container .cart-popover ul li .product-price {
    margin: 5px 0 0 0;
    font-size: 10px;
    color: #9b9b9b;
    padding-left: 80px;
}

.header-container .cart-popover .view-cart {
    display: block;
    float: right;
    padding: 10px 20px;
    text-decoration: none;
}

/* Confirmation Page */
#confirmationPage .saveMobile .heroCopy{
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 2px solid #0096d6;
    text-align: center;
}

#confirmationPage .saveMobile .heroCopy b{
    font-size: 17px;
    color: #575a5d;
}

#confirmationPage .saveMobile .heroCopy .gimmeanother-button{
    padding-top: 10px;
}

#confirmationPage .saveMobile .heroCopy .gimmeanother-button:hover{
    opacity: .7;
}

#confirmationPage .saveMobile .saveCopy b{
    font-size: 14px;
    color: #575a5d;
}

#confirmationPage .saveMobile .saveCopy div{
    margin-top: 10px;
}

/* END CART */

.content-container {
    float: left;
    width: 100%;
    margin: 0;
    background: #fff;
}

.content {
    padding-top: 10px;
    margin: 0 auto 0 auto;
}

/* ----------------------------------------------------------------
HOMEPAGE
---------------------------------------------------------------- */
/* HERO 2 */
.content .hero2 ::-webkit-input-placeholder {
    color: #0096d6;
    opacity: .7;
    font-style: oblique;

    font-size: 23px;
    padding-top: 3px;
}

.content .hero2 :-moz-placeholder { /* Firefox 18- */
    color: #0096d6;
    opacity: .7;
    font-style: oblique;
}

.content .hero2 ::-moz-placeholder {  /* Firefox 19+ */
    color: #0096d6;
    opacity: .7;
    font-style: oblique;
}

.content .hero2 :-ms-input-placeholder {
    color: #0096d6;
    opacity: .7;
    font-style: oblique;
}

.content .hero2 input:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder{
    color: transparent;
}

.content .hero2 input:focus:-moz-placeholder,
input:focus:-moz-placeholder{
    color: transparent;
}

.content .hero2 input:focus::-moz-placeholder,
input:focus::-moz-placeholder{
    color: transparent;
}

.content .hero2 input:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder{
    color: transparent;
}

.content .hero2 {
    height: 370px;
    width: 970px;
    margin: 10px auto 0px 0px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.hero2 .col-lg-offset-1{
    margin-left: 10.3333%;
}

.hero2 .image{
    padding-top: 66px;
}

.hero2 .welcome-text{
    padding-left: 60px;
    margin-top: 12px;
}

.hero2 .welcome-text .copy{
    padding-left: 50px;
}

.hero2 .welcome-text p{
    font-family: 'MuseoSlabSemiBold', Georgia, Times, serif;
    color: #0096d6;
    font-size: 14px;
    line-height: .01em;
    font-weight: 300;
}

.hero2 .welcome-text p#heroLine1{
    font-size: 56px;
}

.hero2 .welcome-text p#heroLine2{
    font-size: 95px;
    color: #f79028;
    margin-top: 72px;
}

.hero2 .welcome-text p#heroLine3{
    font-size: 34.5px;
    margin-top: -30px;
}

.hero2 #herosearchForm{
    margin-left: 30px;
}

.hero2 #herosearchForm #searchSubmit{
    position: absolute;
    background-color: transparent;
    background-image: none;
    min-height: 97px;
    min-width: 100px;
    padding-top: 0px;
    margin-left: -390px;
    border: none;
}

.hero2 #herosearchForm #searchSubmit:hover{
    opacity: 1;
}

.hero2 #herosearchForm #searchText{
    -webkit-appearance: textfield;
    height: 50px;
    width: 260px;
    padding-left: 50px;
    margin-top: 20px;
    font-size: 25px;
    color: #0096d6;
    background-color: #fff;
    border: 4px solid #0096d6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.hero2 .searchFilters{
    padding-left: 70px;
}

/* HERO IMAGE WATER.ORG */
.content .heroImage {
    height: 370px;
    width: 970px;
    margin: 10px auto 0px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.heroImage #herosearchForm #searchSubmit{
    position: absolute;
    background-color: transparent;
    background-image: none;
    min-height: 97px;
    min-width: 100px;
    padding-top: 0px;
    margin-left: -376px;
    border: none;
}

.heroImage #herosearchForm #searchSubmit:hover{
    opacity: 1;
}

.heroImage #herosearchForm #searchText{
    -webkit-appearance: textfield;
    height: 42px;
    width: 270px;
    padding-left: 44px;
    margin-top: 20px;
    font-size: 25px;
    color: #0096d6;
    background-color: #fff;
    border: 4px solid #0096d6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.heroImage #herosearchForm {
    margin-left: 110px;
    margin-top: 164px;
}

.heroImage #herosearchForm #searchSubmit img {
    width: 76px;
    height: 76px;
}
.orTextClass{
    margin-top: 7px;
}
.orText{
    margin-left: 246px;
    font-size: 24px;
}
.finderFilterbtn{
    margin-left: 155px;
    margin-top: 11px;
    width: 200px;
    height: 43px;
    font-size: 19px;
}
.heroImageContainer{
    padding-top: 16px;
}
.learnMorebtn{
    width: 200px;
    height: 43px;
    font-size: 19px;
}
/* END HERO VARIATION 2 */

/* PROMO HERO */
.promo-hero img{
    width: 100%;
    margin-bottom: 30px;
}
/* END PROMO HERO */

/* QUOTE */
.content .quote {
    width: 848px; /* 970 - (padding60*2) - (border1*2) */
    margin: 0 auto 0 0;
    padding: 30px 60px;
    font-size: 18px;
    color: #575a5d;
    background: #f5f5f5 /* url(../images/quote.png) no-repeat 50px 30px */;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.05);
}

.content .quote p {
    width: 700px;
    float: left;
    margin: 0;
    padding: 0 20px;
    font-weight: 300;
}

.content .quote .author {
    float: right;
    color: #f79028;
    font-weight: 500;
}
/* END QUOTE */

/* BUCKETS */
.content .buckets {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url(../images/shadow.png) no-repeat center top;
}

.content .buckets .free-shipping {
    padding: 20px 20px 25px 20px;
    float: left;
    width: 339px;
    text-shadow: 0 -1px 0 #111517;
    background: #005288;
    background: -moz-linear-gradient(90deg, #005288 0%, #0E6F94 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#005288), to(#0E6F94));
    border: 1px solid #0E6F94;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #575A5D;
    -moz-box-shadow: inset 0 1px 0 #575A5D;
    box-shadow: inset 0 1px 0 #575A5D;
}
.content .buckets .free-shipping h1.line-one {
    margin: 0px;
    font-family:"MuseoSlabBold", Georgia, serif;
    font-size: 28px;
    color: #f79028;
}

.content .buckets .free-shipping h1.line-two{
    font-size: 28px;
    margin: 0 0 15px 0;
    font-family: "MuseoSlab", Georgia, serif;
    color: #fff;
    font-size: 18px;
}

.content .buckets .free-shipping p {
    margin: 0;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.5em;
    color: #ffffff;
}

.content .buckets .free-shipping p a{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 5px 7px;
}

.content .buckets .free-shipping p a:hover{
    background-color: #fff;
    color: #294550;
    transition: .3s;
}

.content .buckets .free-shipping p a:active{
    position: relative;
    top: 1px;
}

.content .buckets .bucket{
    float: left;
    width: 140px;
    padding: 17px 0 0 29px;
}

.content .buckets .bucket:not(.guarantee) {
    border-left: 1px solid #eaeaea;
    margin: 40px 0 0 209px;
}

.content .buckets .bucket h2 {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 15px;
    color: #1c1c1c;
}

.content .buckets .bucket p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: #575a5d;
    /*color: #373737;*/
}

.content .buckets .bucket a {
    text-align: center;
    display: block;
    clear: left;
    font-size: 13px;
    line-height: 1.5em;
    color: #f79028;
    text-decoration: none;
}
/* END BUCKETS */

/* Help Contact */

.content .helpContactUS .free-shipping {
    padding: 20px 20px 25px 20px;
    text-shadow: 0 -1px 0 #111517;
    background: #005288;
    background: -moz-linear-gradient(90deg, #005288 0%, #0E6F94 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#005288), to(#0E6F94));
    border: 1px solid #0E6F94;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #575A5D;
    -moz-box-shadow: inset 0 1px 0 #575A5D;
    box-shadow: inset 0 1px 0 #575A5D;
}
.content .helpContactUS .free-shipping span.line-one {
    margin: 0px;
    font-family:"MuseoSlabBold", Georgia, serif;
    font-size: 28px;
    color: #f79028;
}

.content .helpContactUS .free-shipping a.line-two{
    margin: 0 0 15px 0;
    font-family: "MuseoSlab", Georgia, serif;
    color: #fff;
    font-size: 18px;
}

.content .helpContactUS .free-shipping p {
    margin: 0px;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.5em;
    color: #ffffff;
}

.content .helpContactUS .free-shipping p a{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 5px 7px;
}

.content .helpContactUS .free-shipping p a:hover{
    background-color: #fff;
    color: #294550;
    transition: .3s;
}

.content .helpContactUS .free-shipping p a:active{
    position: relative;
    top: 1px;
}

.content .helpContactUS .bucket{
    float: left;
    width: 140px;
    padding: 0 0 0 29px;
}

.content .helpContactUS .bucket:not(.guarantee) {
    border-left: 1px solid #eaeaea;
    margin: 40px 0 0 209px;
}

.content .helpContactUS .bucket h2 {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 15px;
    color: #1c1c1c;
}

.content .helpContactUS .bucket p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: #575a5d;
    /*color: #373737;*/
}

.content .helpContactUS .bucket a {
    text-align: center;
    display: block;
    clear: left;
    font-size: 13px;
    line-height: 1.5em;
    color: #f79028;
    text-decoration: none;
}
/* Help Contact */

/* COMMON BACKGROUND/BORDERS or hope to soon be common :( */
.border1-2 {
    border: 1px solid #CFCECE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


.flatborder1-2 {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


.background-gradiant-dark {
    background: #005288;
    background: -moz-linear-gradient(90deg, #005288 0%, #0E6F94 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#005288), to(#0E6F94));
}

.background-box-light {
    background-color: #fbfbfb;
}

/* END COMMON BACKGROUND/BORDERS */

/* FEATURED PRODUCTS */
#featuredProducts .product-container{
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #005287;
}

#featuredProducts .product-header a,
#featuredProducts .product-header a:hover{
    color: #fff;
    text-decoration: none;
    font-family: 'MuseoSlab', Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

#featuredProducts .product-image{
    margin-left: 0px;
}

#featuredProducts .product-image img{
    width: 100%;
}

#featuredProducts .product-blurb p{
    text-align: justify;
    color: #fff;
}

#featuredProducts .product-footer{
    background-color: #e4e5e7;
    border-radius: 0 0 7px 7px;
}

#featuredProducts .product-footer p{
    text-align: center;
    margin: 20px 0;
}

#featuredProducts .product-footer a,
#featuredProducts .product-footer a:hover{
    border-radius: 4px;
    border: #17a208;
    background-color: #17a208;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

/* END FEATURED PRODUCTS */
/* ----------------------------------------------------------------
END HOMEPAGE
---------------------------------------------------------------- */

.content .page-header {
    margin: 0 0 50px 0;
    border-bottom: 0 !important;
}

.content .page-header > div {
    padding: 0px;
}
.content .page-header .breadcrumb {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    background: #ededed;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#ededed));
    background: -moz-linear-gradient(90deg, #f4f4f4 0%, #ededed 100%);
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.content .page-header .breadcrumb li {
    float: left;
    background: url(../images/crumb-gradient.png) repeat-x right center;
}

.content .page-header .breadcrumb li a {
    display: block;
    height: 28px;
    padding: 0 10px 0 20px;
    font-size: 11px;
    line-height: 30px;
    text-decoration: none;
    background: url(../images/crumb-point.png) no-repeat left center;
    color: #818181;
    text-shadow: 0 1px 0 #fff;
}

.content .page-header .breadcrumb li.home {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.content .page-header .breadcrumb li.home a {
    background: none;
    padding: 0 10px;
}

.content .page-header .breadcrumb li.current {
    background: none;
}

.content .page-header .breadcrumb li.current a{
    background: url(../images/crumb-point-current.png) no-repeat left center;
}

.content .page-header .share-button {
    position: relative;
    float: right;
    height: 28px;
    padding: 0 10px;
    text-decoration: none;
    color: #818181;
    text-shadow: 0 1px 0 #fff;
    line-height: 30px;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#f4f4f4));
    background: -moz-linear-gradient(90deg, #ededed 0%, #f4f4f4 100%);
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.content .page-header .share-button:hover {
    color: #606060;
    border: 1px solid #d3d3d3;
}

.content .page-header .share-button.active {
    background: #f0f0f0;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.content .page-header .share-links {
    display: none;
    list-style: none;
    position: absolute;
    right: 50px;
    top: 0;
    height: 30px;
    width: 260px;
    margin: 0;
    padding: 0;
    background: url(../images/share-bg.png) no-repeat center;
}

.content .page-header .share-button:hover .share-links {
    display: block;
    -webkit-animation-name: 'slide-out';
    -webkit-animation-duration: .3s;
}

@-webkit-keyframes 'slide-out' {
    0% {
        margin: 0 -10px 0 0;
        opacity: 0;
    }

    50% {
        margin: 0 5px 0 0;

    }

    75% {
        margin: 0 -2px 0 0;
        opacity: 1;
    }

    100% {
        margin: 0;
    }
}

.content .page-header .share-links li {
    float: left;
}

.content .page-header .share-links li a {
    display: block;
    height: 20px;
    padding: 0 10px 0 30px;
    margin: 5px 0;
    text-decoration: none;
    color: #cfd4d6;
    text-shadow: 0 1px 1px #000;
    line-height: 20px;
    background: url(../images/share-icons.png) no-repeat 5px -5px;
    border-right: 1px solid #2b4650;
    -webkit-box-shadow: 1px 0 0 #4a626b;
    -moz-box-shadow: 1px 0 0 #4a626b;
    box-shadow: 1px 0 0 #4a626b;
}

.content .page-header .share-links .tweet a {

}

.content .page-header .share-links .like a {
    background-position: 5px -31px;
}

.content .page-header .share-links .share a {
    padding: 0 10px 0 20px;
    background-position: left -55px;
}

.content .page-header .share-links .google a {
    width: 20px;
    padding: 0 5px;
    background-position: 5px -81px;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* @group product detail */


.content .product-detail {
    margin: 0 0 40px 0;
}

.content .product-page .discount-promo {
    background-color: #8E819D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 3px;
}

.content .product-page .discount-promo .outline {
    border: 1px dashed #B5ACBD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: left;
}

.content .product-page .discount-promo .outline h3 {
    color: #f1ece5;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0px;
}

.content .product-page .discount-promo .outline p {
    color: #f1ece5;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin: 0px;
}

.content .product-detail .product-info {
    float: left;
    width: 720px;
}

.content .product-detail .product-info header {
    margin: 0 0 20px 0;
}

.content .product-detail .product-info header h2 {
    margin: 0 20px 0 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
}

.content .product-detail .product-info header h1 {
    margin: 0 20px 0 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
}


.content .product-detail .product-info header .product-number {
    font-size: 10px;
    color: #7a7a7a;
}

/* @group product images */

.content .product-detail .product-info .product-images {
    float: left;
    width: 220px;
    margin: 0 20px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.content .product-detail .product-info .product-images figure {
    position: relative;
    width: 220px;
    height: 220px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.content .product-detail .product-info .product-images figure img {
    width: 210px;
    height: 210px;
    margin: 5px;
    cursor: pointer;
}

.content .product-detail .product-info .product-images figure figcaption {
    position: absolute;
    bottom: 15px;
    left: -5px;
    display: block;
    height: 28px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #f1ece5;
    text-shadow: 0 1px 1px #2a4651;
    background: #36505c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a4551), to(#435e69));
    background-image: -moz-linear-gradient(90deg, #2a4551 0%, #435e69 100%);
    border: 1px solid #2a4651;
    -webkit-box-shadow: inset 0 1px 0 #576e79;
    -moz-box-shadow: inset 0 1px 0 #576e79;
    box-shadow: inset 0 1px 0 #576e79;
}

.content .product-detail .product-info .product-images figure figcaption:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #15252b;
    border-left: 5px solid transparent;
}

.content .product-detail .product-info .product-images .gallery-button {
    float: left;
    width: 20px;
    height: 60px;
    margin: 10px 0 0;
    text-indent: -9999px;
    background: url(../images/pre-next.png) no-repeat left top;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}

/* BEGIN COMMON PRODUCT IMAGE STYLES */
figure.product-image {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

figure.product-image figcaption {
    position: absolute;
    bottom: 15px;
    left: 13px;
    display: block;
    height: 28px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 1px 1px #2a4651;
    background: #36505c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a4551), to(#435e69));
    background-image: -moz-linear-gradient(90deg, #2a4551 0%, #435e69 100%);
    border: 1px solid #2a4651;
    -webkit-box-shadow: inset 0 1px 0 #576e79;
    -moz-box-shadow: inset 0 1px 0 #576e79;
    box-shadow: inset 0 1px 0 #576e79;
}

figure.product-image-150 figcaption {
    bottom: 10px;
    line-height: 25px;
}

figure.product-image figcaption:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #15252b;
    border-left: 5px solid transparent;
}

/* END COMMON PRODUCT IMAGE STYLES */

.content .product-detail .product-info .product-images .gallery-button:hover {
    opacity: 1;
}

.content .product-detail .product-info .product-images .disabled,
.content .product-detail .product-info .product-images .disabled:hover {
    opacity: .3;
}

.content .product-detail .product-info .product-images .next {
    background-position: right top;
}

.content .product-detail .product-info .product-images #gallery {
    float: left;
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 60px;
    margin: 10px 0 0 0;
}

.content .product-detail .product-info .product-images #gallery ul {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.content .product-detail .product-info .product-images #gallery li {
    float: left;
    width: 60px;
    margin: 0;
}

.content .product-detail .product-info .product-images #gallery li img {
    margin: 5px;
    width: 42px;
    height: 42px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.content .product-detail .product-info .product-images #zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.content .product-detail .product-info .product-images #zoom img {
    display: block;
    width: 380px;
    height: 380px;
    margin: 200px auto;
    background: #fff;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-animation-name: 'zoom';
    -webkit-animation-duration: .5s;
}

@-webkit-keyframes 'zoom' {
    0% {
        -webkit-transform: scale(.1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

/* @end */

/* @group product stamps */

.content .product-stamps {
    float: left;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.content .product-stamps .stamp {
    height: 60px;
    width: 60px;
    margin: 0 0 10px 0;
    /*background: url(../images/stamps.png) no-repeat center top;*/
    text-align: center;
}

.content .product-stamps .duration {
    background: url(../images/gui/product_badges/duration_badges.jpg) no-repeat 0px 0px;
}

.content .product-stamps .duration01 {
    background-position: -60px 0px;
}

.content .product-stamps .duration02 {
    background-position: -120px 0px;
}

.content .product-stamps .duration03 {
    background-position: -180px 0px;
}

.content .product-stamps .duration04 {
    background-position: -240px 0px;
}

.content .product-stamps .duration05 {
    background-position: -300px 0px;
}

.content .product-stamps .duration06 {
    background-position: -360px 0px;
}

.content .product-stamps .duration07 {
    background-position: -420px 0px;
}

.content .product-stamps .duration08 {
    background-position: -480px 0px;
}

.content .product-stamps .duration09 {
    background-position: -540px 0px;
}

.content .product-stamps .duration10 {
    background-position: -600px 0px;
}

.content .product-stamps .duration11 {
    background-position: -660px 0px;
}

.content .product-stamps .duration12 {
    background-position: -720px 0px;
}

.content .product-stamps .merv {
    background: url(../images/gui/product_badges/merv_badges.jpg) no-repeat 0px 0px;
}

.content .product-stamps .merv01 {
    background-position: -60px 0px;
}

.content .product-stamps .merv02 {
    background-position: -120px 0px;
}

.content .product-stamps .merv03 {
    background-position: -180px 0px;
}

.content .product-stamps .merv04 {
    background-position: -240px 0px;
}

.content .product-stamps .merv05 {
    background-position: -300px 0px;
}

.content .product-stamps .merv06 {
    background-position: -360px 0px;
}

.content .product-stamps .merv07 {
    background-position: -420px 0px;
}

.content .product-stamps .merv08 {
    background-position: -480px 0px;
}

.content .product-stamps .merv09 {
    background-position: -540px 0px;
}

.content .product-stamps .merv10 {
    background-position: -600px 0px;
}

.content .product-stamps .merv11 {
    background-position: -660px 0px;
}

.content .product-stamps .merv12 {
    background-position: -720px 0px;
}

.content .product-stamps .merv13 {
    background-position: -780px 0px;
}

.content .product-stamps .merv14 {
    background-position: -840px 0px;
}

.content .product-stamps .merv15 {
    background-position: -900px 0px;
}

.content .product-stamps .merv16 {
    background-position: -960px 0px;
}

.content .product-stamps .merv17 {
    background-position: -1020px 0px;
}

.content .product-stamps .merv18 {
    background-position: -1080px 0px;
}

.content .product-stamps .merv19 {
    background-position: -1140px 0px;
}

.content .product-stamps .merv20 {
    background-position: -1200px 0px;
}

.content .product-stamps .special {
    background: url(../images/gui/product_badges/special_badges.jpg) no-repeat 0px 0px;
}

.content .product-stamps .odor-block {
    background-position: -60px 0px;
}

.content .product-stamps .oem {
    background-position: -120px 0px;
}

.content .product-stamps .washable {
    background-position: -180px 0px;
}

.content .product-stamps .usa {
    background: url(../images/gui/product_badges/usa_badge.png) no-repeat 0px 0px;
    height: 100px !important;
}

/*.content .product-stamps .duration {
    background-position: center bottom;
}

.content .product-stamps .stamp span {
    display: block;
    color: #f1ece5;
    line-height: 1em;
}

.content .product-stamps .stamp .number {
    font-size: 28px;
    font-weight: 800;
}

.content .product-stamps .stamp .context {
    font-size: 9px;
    font-weight: 700;
    padding: 0 10px;
}

.content .product-stamps .merv .context {
    padding: 13px 0 0 0;
}

.content .product-stamps .duration .number {
    padding: 7px 0 0 0;
}*/

/* @end */

/* @group product features */

.content .product-detail .product-info .product-features {
    float: left;
    width: 300px;
    padding: 0 60px;
}

.content .product-detail .product-info .product-features p {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.content .product-detail .product-info .product-features ul {
    margin: 0;
    padding: 0 0 0 17px;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.content .product-detail .product-info .product-features ul li {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
    list-style-image: url(../images/feature-check.png);
}

/* @end */

/* @group purchase box */

.content .product-detail .product-purchasing {
    float: left;
    width: 218px;
    background: #f4f4f4;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.15);
}

.content .product-detail .product-purchasing .info {
    padding: 20px;
    min-height: 190px;
}

.content .product-detail .product-purchasing .info .product-price {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: 800;
    /*color: #2ba5d9;*/
    color: #EF4C23;
    text-shadow: 0 1px 0 #fff;
}

.content .product-detail .product-purchasing .info .product-price .compare-price {
    font-size: 12px;
    font-weight: 500;
    color: #858585;
    text-shadow: none;
    text-decoration: line-through;
}

.content .product-detail .product-purchasing .info .product-price .as-low-as {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 16px;
    font-weight: normal;
}

.content .product-detail .product-purchasing .info .quantity {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 500;
    color: #36515c;
}

.content .product-detail .product-purchasing .info .shipping-data,
.content .product-detail .product-purchasing .info .review-data  {
    color: #7a7a7a;
    font-size: 10px;
    line-height: 1.3em;
    margin: 0 0 15px 0;
}

.content .product-detail .product-purchasing .info .review-data  {
    margin: 0px;
}

.content .product-detail .product-purchasing .info .shipping-data .stock {
    font-size: 12px;
    font-weight: 700;
}

.content .product-detail .product-purchasing .info .review-data ul {
    display: block;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}

.content .product-detail .product-purchasing .info .review-data ul li {
    float: left;
}

.content .product-detail .product-purchasing .info .review-data ul li a {
    display: block;
    margin: 0 2px 0 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../images/stars.png) center bottom;
}

.content .product-detail .product-purchasing .info .review-data ul li.on a {
    background-position: center top;
}

.content .product-detail .product-purchasing .info .review-data .label {
    float: left;
    clear: left;
}

.content .product-detail .product-purchasing .info .review-data .label a {
    text-decoration: none;
    color: #7A7A7A;
}

.content .product-detail .product-purchasing .info .review-data .label a:hover {
    text-decoration: underline;
    color: #7A7A7A;
}

.content .product-page .ship-countdown {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #dd0000;
    padding: 7px;
    font-weight: bold;
    text-align: center;
}

#as-review-reviewdby-title {
    display: none !important;
}

.content .product-detail .product-purchasing .buy {
    padding: 30px 20px 20px 20px;
    background: #ededed;
    border-top: 1px solid #e8e8e8;
}

.content .product-detail .product-purchasing .buy .select-quantity {
    display: block;
    margin: 0 0 3px 0;
    font-size: 12px;
    font-weight: 500;
    color: #5b5b5b;
}

.purchase-option-grid {
    width: 100%;
    border-width: 1px 1px 0px 1px;
    border-color: #e8e8e8;
    border-style: solid;
    margin-bottom: 15px;
}

.purchase-option-grid label {
    display: inline;
    font-size: 10px;
}

.purchase-option-grid .each-price,
.purchase-option-grid .purchase-qty,

.purchase-option-grid .qty-price {
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.purchase-option-grid .qty-price {
    font-weight: bold;
    color: #ef4c23;
    font-size: 14px;
    line-height: 18px;
}

.purchase-option-grid td {
    padding: 4px 6px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.purchase-option-grid .purchase-option-check {
    padding: 10px 0px 10px 10px;
}

.purchase-option-grid .purchase-option-price {
    width: 100%;
    padding-left: 0px;
}

.purchase-option-grid img {
    width: 40px;
    height: 40px;
}

.content .product-detail .product-purchasing .buy input[type=submit] {
    width: 178px;
    height: 38px;
    margin: 0 0 0 0;
    padding: 0;
    font: 800 18px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    color: #f1ece5;
    background: rgb(60, 209, 32) !important;
    background: #87e23d; /* Old browsers */
    background: -moz-linear-gradient(top, #87e23d 18%, #66c625 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#87e23d), color-stop(64%,#66c625)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87e23d 18%,#66c625 64%); /* IE10+ */
    background: linear-gradient(to bottom, #87e23d 18%,#66c625 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e23d', endColorstr='#66c625',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0FCA17 !important ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgb(41, 117, 22) !important;
    box-shadow: none !important;
}
.content .product-detail .product-purchasing .buy input[type=submit]:hover {
    background: rgb(95, 162, 35) !important;
    background: -moz-linear-gradient(90deg, rgb(28, 170, 23) 0%, rgb(49, 199, 20) 100%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(84, 162, 33)), to(rgb(100, 218, 44))) !important;
    border: 1px solid rgb(13, 139, 28) !important;

    color: rgb(255, 255, 255);

    text-shadow: 0 -1px 0 rgb(25, 141, 44) !important;
}

.content .product-detail .product-purchasing .buy input[type=submit]:active {
    background: #e1891c;
    background: -moz-linear-gradient(90deg, #d87618 0%, #f0a822 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#d87618), to(#f0a822));
    border: 1px solid #c46d18;
    -webkit-box-shadow: inset 0 1px 1px #cf8c0d;
    -moz-box-shadow: inset 0 1px 1px #cf8c0d;
    box-shadow: inset 0 1px 1px #cf8c0d;
}

.content .product-detail .product-purchasing .buy label {
    display: block;
    margin: 10px 0 3px 0;
    font-size: 12px;
    font-weight: 500;
    color: #5b5b5b;
}

.content .product-detail .product-purchasing .buy select {
    width: 180px;
}

/* Quick Pay */
.content .product-detail .product-purchasing .buy .quick-pay{
    margin-top: 15px;
    border: 1px solid #575a5d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.content .product-detail .product-purchasing .buy .quick-pay label{
    margin-top: -9px;
    text-align: center;
    background-color: #ededed;
    width: 85px;
    margin-left: 44px;
    font-family: 'OpenSansBold';
}
/* End Quick Pay */

/* @end */

/* @group more product content */

.content .more-info {
    padding: 40px 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .more-info .product-content {
    float: left;
    width: 670px;
    padding: 0 30px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
    border-right: 1px solid #eaeaea;
}

.content .more-info .product-content p {
    margin: 0 0 10px 0;
}

.content .more-info .product-content ul {
    padding: 0 0 0 17px;
}

.content .more-info .product-content h2 {
    color: #8d819d;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    margin: 15px 0 5px 0;
}

/* @group navigation for more product content */

.content .more-info .product-content .product-content-nav {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.content .more-info .product-content .product-content-nav li {
    float: left;
}

.content .more-info .product-content .product-content-nav li a {
    display: block;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #eeeeee;
}

.content .more-info .product-content .product-content-nav li a:hover {
    background: #f8f8f8;
}

.content .more-info .product-content .product-content-nav li.current a {
    background: #f8f8f8;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}



.content .more-info .product-content div.current {
    display: block;
}

/* @end */

.content .more-info .product-content .description,
.content .more-info .product-content .reviews,
.content .more-info .product-content .qa,
.content .more-info .product-content .literature {
    float: left;
    clear: left;
    width: 100%;
}

.content /*.more-info*/ .product-content .description .specifications h3,
.content .more-info .product-content .description .replaces-these-filters h3,
.content .more-info .product-content .description .fits-in-these-systems h3 {
    margin-top: 40px;
}

.content /*.more-info*/ .product-content .description .specifications .name,
.content .more-info .product-content .description .replaces-these-filters .name,
.content .more-info .product-content .description .fits-in-these-systems .name {
    padding: 5px 8px;
    border-top: 1px solid #ccc;
    text-align: left;
    color: #999;
}

.content /*.more-info*/ .product-content .description .specifications .name-center,
.content .more-info .product-content .description .replaces-these-filters .name-center,
.content .more-info .product-content .description .fits-in-these-systems .name-center {
    padding: 5px 8px;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #999;
}

.content /*.more-info*/ .product-content .description .specifications .value,
.content .more-info .product-content .description .replaces-these-filters .value,
.content .more-info .product-content .description .fits-in-these-systems .value {
    padding: 5px 8px;
    border-top: 1px solid #ccc;
    text-align: left;
    color: #000;
}

.content /*.more-info*/ .product-content .description .specifications .value-center,
.content .more-info .product-content .description .replaces-these-filters .value-center,
.content .more-info .product-content .description .fits-in-these-systems .value-center {
    padding: 5px 8px;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #000;
}

/* @group more products sidebar */

.content .product-page .more-products {
    background: none;
    float: right;
    width: 220px;
    padding: 0;
}

.content .more-info .more-products .popular,
.content .more-info .more-products .related {
    margin: 0 0 20px 0;
}

.content .more-info .more-products .popular h2,
.content .more-info .more-products .related h2 {
    color: #8d819d;
    font: 18px/1.2em "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    margin: 0 0 10px 0;
}

.content .more-info .more-products .popular article,
.content .product-page .more-products .related article {
    float: left;
    clear: left;
    margin: 0 0 20px 0;
}

.content .more-products .popular article img,
.content .more-products .related article img {
    float: left;
    width: 52px;
    height: 52px;
    margin: 0 10px 0 0;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.content .more-products .popular article a,
.content .more-products .related article a {
    /*display: block;
    margin: 5px 0 5px 70px;
    font: 12px/1.2em "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;*/
    color: #1c1c1c;
    text-decoration: none;
}

.content .more-products .popular article a:hover,
.content .more-products .related article a:hover {
    text-decoration: underline;
}

.content .more-products .popular article span,
.content .more-products .related article span {
    display: block;
    margin: 5px 0 5px 70px;
    font: 12px/1.2em "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    /*color: #1c1c1c;
    text-decoration: none;*/
}

.content .more-products .popular article .price,
.content .more-products .related article .price {
    font-size: 12px;
    font-weight: 700;
    color: #2ba5d9;
    margin: 0 0 0 70px;
    display: block;
}

/* @end */

/* @end */

/* @end */

/* @group product-list */

.content .product-list-header {
    padding: 0 0 20px 0;
}

.content .product-list-header h2{
    float: left;
    margin: 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #0397d6;
}

.content .product-list-header h1{
    float: left;
    margin: 0;
}

.content .product-list-header .subtitle{
    margin: 0;
    clear: left;
    font-size: 16px;
    line-height: 20px;
    color: #8e819d;
}

.content .product-list-header .subtitle .info{
    float: left;
    background-color: #8E819D;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    -webkit-border-radius: 10px;
    moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 6px;
    color: white;
    width: 20px;
    text-align: center;
}

.content .product-list-header .sort {
    float: right;
}

.content .product-list-header .sort label {
    font-size: 12px;
    font-weight: 500;
    color: #5b5b5b;
}

.content .products {
    padding: 30px 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .products .product-detail {
    width: 440px;
    float: left;
    margin: 0;
    padding: 0 29px 30px 0;
    border-right: 1px solid #eaeaea;
}

.content .products .first-row {
    border-bottom: 1px solid #eaeaea;
}

.content .products .product-detail header {
    margin: 30px 0 15px 0;
}

.content .products .first-row header {
    margin: 0 0 15px 0;
}

.content .products .product-detail header h3,
.content .products .product-detail header h3 a {
    margin: 0;
    font: 18px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    text-decoration: none;
    overflow: hidden;
}
.content .products .product-detail header h3 a {
    margin: 0;
    font: 18px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    height: 44px;
    overflow: hidden;
}
.content .products .product-detail header h3 a:hover {
    text-shadow: 0 1px 0 #CDCDCD;
    color: #0096d6;
}

.content .products .product-detail header .product-number {
    padding-top: 5px;
    font-size: 10px;
    color: #7a7a7a;
}

.content .products .product-detail:nth-child(even) {
    padding: 0 0 30px 30px;
    border-right: none;
}

.content .products .product-detail:nth-child(2n+1) {
    clear: left;
}

.content .products .product-detail .product-features {
    width: 220px;
    padding: 30px 20px 0 0;
    clear: left;
}

.content .products .product-detail .product-info {
    width: 240px;
}

.content .products .product-detail .product-info h4 {
    margin: 0 0 5px 0;
    font: 18px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #8d819d;
}

.content .products .product-detail .product-info .product-images {
    float: left;
    width: 140px;
    margin: 0 20px 0 0;
}

.content .products .product-detail .product-info .product-images figure {
    width: 140px;
    height: 140px;
}

.content .products .product-detail .product-info .product-images figure img {
    width: 130px;
    height: 130px;
}

.content .products .product-detail .product-purchasing {
    float: left;
    width: 198px;
}

.content .products .product-detail .product-purchasing .quantity {
    font-size: 11px;
}

.content .products .product-detail .product-purchasing .buy input[type=submit] {
    width: 158px;
}

.content .products .product-detail .product-purchasing .buy select {
    width: 160px;
}

.content .more-products {
    background: url(../images/shadow-light.png) no-repeat center top;
    padding: 30px 0;
}

.content .more-products h2{
    margin: 0 0 20px 0;
    font: 18px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #0397d6;
}

.content .more-products .product {
    float: left;
    width: 252px;
    height: 120px;
    padding: 20px;
    margin: 0 20px 20px 0;
    background: #f9f9f9;
    border: 4px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.content .more-products .product:nth-child(3n) {
    margin: 0 0 20px 0;
}

.content .more-products .product #main-image {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.content .more-products .product #main-image img {
    width: 110px;
    height: 110px;
    margin: 5px;
}

.content .more-products .product #main-image figcaption {
    position: absolute;
    bottom: 15px;
    left: -5px;
    display: block;
    height: 23px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
    color: #f1ece5;
    text-shadow: 0 1px 1px #2a4651;
    background: #36505c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a4551), to(#435e69));
    background-image: -moz-linear-gradient(90deg, #2a4551 0%, #435e69 100%);
    border: 1px solid #2a4651;
    -webkit-box-shadow: inset 0 1px 0 #576e79;
    -moz-box-shadow: inset 0 1px 0 #576e79;
    box-shadow: inset 0 1px 0 #576e79;
}

.content .more-products .product #main-image figcaption:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #15252b;
    border-left: 5px solid transparent;
}

.content .more-products .product h3,
.content .more-products .product h3 a {
    margin: 0 0 5px 0;
    font: 12px/14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    text-decoration: none;
}

.content .more-products .product .product-number {
    font-size: 10px;
    color: #7a7a7a;
}

.content .more-products .product .product-price {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #2ba5d9;
    text-shadow: 0 1px 0 #fff;
}

.content .more-products .product .product-price .compare-price {
    font-size: 11px;
    font-weight: 500;
    color: #858585;
    text-shadow: none;
    text-decoration: line-through;
}

/* @end */

/* @group furnace tool */

.content .filter-finder .find-by {
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .filter-finder .find-by .find-by-option {
    float: left;
    position: relative;
    width: 460px;
    margin: 13px 0px 0px 15px;
}

.content .filter-finder .find-by .find-by-option h2 {
    margin: 0 0 20px 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    text-shadow: 0 1px 0 #fff;
}


/* @group filter by size */

.content .filter-finder .find-by .find-by-size {
    /*border-right: 1px solid #eaeaea;*/
    /*width: 459px;*/
    width: 523px;
    background: url(/images/gui/furnace-filter-find-by-size-bg.jpg) no-repeat 379px 50px;
    min-height: 270px;
}

.content .filter-finder .find-by .find-by-size img {
    width: 180px;
}

.content .filter-finder .find-by .find-by-size .content-links h2, .content .filter-finder .content-links h2 {
    font-weight: 500;
    font-size: 18px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.content .filter-finder .find-by .find-by-size .content-links ul, .content .filter-finder .content-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.content .filter-finder .find-by .find-by-size .content-links ul li, .content .filter-finder .content-links ul li {
    line-height: 2em;
}

.content .filter-finder .find-by .find-by-size .content-links a, .content .filter-finder .content-links a {
    color: #f79028;
    text-decoration: none;
}

.content .filter-finder .find-by .find-by-size .content-links a:hover, .content .filter-finder .content-links a:hover {
    color: #f79028;
    text-decoration: underline;
}

.content .filter-finder .find-by .find-by-option .filter-by-size {
    float: left;
    width: 191px;
    margin: 0 20px 0 0;
    padding: 15px;

    border: 1px solid #CFCECE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);

    background-color: #fbfbfb;
}

.content .filter-finder .find-by .find-by-option .filter-by-size h4 {
    margin: 0 0 15px 0;
    color: #8d819d;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content .filter-finder .find-by .find-by-option .filter-by-size fieldset {
    margin: 0;
}

.content .filter-finder .find-by .find-by-option .filter-by-size .form-field {
    float: left;
    margin: 0 12px 0 0;
}

.content .filter-finder .find-by .find-by-option .filter-by-size .thickness {
    margin: 0;
}

.content .filter-finder .find-by .find-by-option .filter-by-size .form-field label {
    display: block;
    margin: 0 0 3px 0;
    font-size: 11px;
    font-weight: 500;
    color: #5b5b5b;
}

.content .filter-finder .find-by .find-by-option .filter-by-size .form-field select {
    width: 55px;
}

.content .filter-finder .find-by .find-by-option .filter-by-size input[type=submit] {
    width: 190px;
    height: 33px;
    margin: 20px 0;
    padding: 0;

    color: #f1ece5;
    font: 700 16px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #111517;

    background: #445e68;
    background: -webkit-gradient(linear, left bottom, left top, from(#2b4650), to(#445e68));
    background: -moz-linear-gradient(90deg, #2b4650 0%, #445e68 100%);

    border: 1px solid #2b4650;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: inset 0 1px 0 #586e77;
    -moz-box-shadow: inset 0 1px 0 #586e77;
    box-shadow: inset 0 1px 0 #586e77;
}

.content .filter-finder .find-by .find-by-option .filter-by-size .help-links {
    padding: 15px 0 0 0;
    background: url(../images/shadow-small.png) no-repeat center top;
}

.content .filter-finder .find-by .find-by-option .filter-by-size a {
    display: block;
    float: left;
    margin: 0 0 3px 0;
    font-size: 10px;
    text-decoration: none;
    color: #f79028;
}

.content .filter-finder .find-by .find-by-option .filter-by-size a:hover {
    text-decoration: underline;
    color: #f79028;
}

/* @end */

/* @group find by brand */

.content .filter-finder .find-by .find-by-brand {
    margin: 0;
    width: 450px;
}

.content .filter-finder .find-by .find-by-brand ul {
    float: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .filter-finder .find-by .find-by-brand ul li {
    float: left;
    margin: 0 20px 20px 0;
}

/*.content .filter-finder .find-by .find-by-brand ul li:nth-child(6n) {*/
.content .filter-finder .find-by .find-by-brand ul li:nth-child(5n) {
    margin: 0 0 20px 0;
}

.content .filter-finder .find-by .find-by-brand ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 3px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content .filter-finder .find-by .find-by-brand ul li a img {
    width: 60px;
    height: 60px;
}

.content .filter-finder .find-by .find-by-brand ul li a:hover {
    border-color: #0096d6;
}

.content .filter-finder .find-by .find-by-brand .see-all-brands {
    clear: left;
    display: block;
    width: 258px;
    height: 28px;
    /*margin: 0 auto;*/
    margin: 0 0 0 0;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #818181;
    text-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#f5f5f5));
    background: -moz-linear-gradient(90deg, #ededed 0%, #f5f5f5 100%);
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-brand .see-all-brands:hover {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fafafa));
    background: -moz-linear-gradient(90deg, #f2f2f2 0%, #fafafa 100%);
}

/* @end */

/* @group find by merv */

.content .filter-finder .find-by .find-by-merv {
    width: 940px;
    padding: 20px 0 0 0;
    margin: 60px 0 0 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .filter-finder .find-by .find-by-merv h2 {
    font-size: 18px;
    font-weight: 500;
}

.content .filter-finder .find-by .find-by-option .merv-button {
    float: left;
    /*width: 260px;*/
    width: 180px;
    height: 65px;
    padding: 19px;
    margin: 0 20px 0 0;
    background: #eeeeee;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#f9f9f9));
    background: -moz-linear-gradient(90deg, #f6f6f6 0%, #f9f9f9 100%);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.content .filter-finder .find-by .find-by-option .merv13 {
    margin: 0;
}

.content .filter-finder .find-by .find-by-option .merv-button:active, .content .filter-finder .find-by .find-by-option .merv-button:hover {
    background: #ebebeb;
    background: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#e4e4e4));
    background: -moz-linear-gradient(90deg, #efefef 0%, #e4e4e4 100%);
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-option a, .content .filter-finder .find-by .find-by-option a:hover {
    text-decoration: none;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp {
    float: left;
    height: 60px;
    width: 60px;
    margin: 0;
    background: url(../images/stamps.png) no-repeat center top;
    text-align: center;
}

.content .filter-finder .find-by .find-by-option .merv-button .duration {
    background-position: center bottom;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp span {
    display: block;
    color: #f1ece5;
    line-height: 1em;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp .number {
    font-size: 28px;
    font-weight: 800;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp .context {
    font-size: 9px;
    font-weight: 700;
    padding: 0 10px;
}

.content .filter-finder .find-by .find-by-option .merv-button .merv .context {
    padding: 13px 0 0 0;
}

.content .filter-finder .find-by .find-by-option .merv-button .duration .number {
    padding: 7px 0 0 0;
}

.content .filter-finder .find-by .find-by-option .merv-button h3 {
    margin: 0 0 5px 80px;
    font: 16px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #0397d6;
    text-shadow: 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-option .merv-button ul {
    list-style: none;
    margin: 0 0 5px 80px;
    padding: 0;
    color: #555555;
    font-size: 10px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-option .merv-button .unit-price {
    display: block;
    margin: 0 0 0 80px;
    font-size: 10px;
    color: #909090;
    text-shadow: 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-merv .filter-by-size {
    position: absolute;
    left: 0;
    top: 430px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

/* @end */

/* @end */
/* @end */

/* @group fridge landing page */

.content .fridge-filters .find-by {
    padding: 40px 0 0 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .fridge-filters .find-by .find-by-option {
    float: left;
    position: relative;
    width: 460px;
    margin: 0 20px 0 0;
}

.content .fridge-filters .find-by .find-by-option h2 {
    margin: 0 0 20px 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    text-shadow: 0 1px 0 #fff;
}



/* WATER FILTER MODEL PAGE */
.modelBlock {
    margin-top: 20px;
}

.modelBlock ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 40px 0px 0px 0px;
}

.modelBlock li {
    float: left;
    margin: 0px 0px 30px 20px;
    width: 20%;
    text-align: center;
    min-height: 190px;
}

.modelBlock .image {
    line-height: 170px;
    height: 170px;
}

.brandBlock .image {
    /*    line-height: 170px; */
    height: 170px;
}

.brandBlock img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brandBlock .caption {
    width: 170px;
}

.brandBlock .caption p {
    text-align: center;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: normal;
}

.compatibleBlock {
    color: #333333;
    font-size: 1.2em;
    margin-top: -15px;
}

.filtersBlock {
    margin-top: 30px;
}

.filterName {
    font-size: 1.2em;
    font-weight: bold;
}

.filterImage {
    margin-top: 15px;
    width: 120px;
    float: left;
    text-align: center;
}

.filterPrice {
    margin-left: 130px;
    font-size: 1.6em;
    color: darkred;
    margin-top: 20px;
}

.filterPrice del {
    font-size: .8em;
    color: #000;
    font-weight: normal;
}

.filterEach {
    margin-left: 130px;
    font-size: .9em;
    color: #575a5d;
    margin-top: 5px;
    line-height: 1.4em;
}

.filterSpecLabel {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

.filterSpecValue {
    float: left;
}

.filterSpecEven, .filterSpecOdd {
    padding: 8px 5px;
    border-top: 1px solid #999999;
    margin-right: 20px;
}

.filterSpecEven {
    background-color: whitesmoke;
}

.cartBlock {
    margin-left: 130px;
    margin-top: 10px;
}

.cartBlock table {
    border: 3px solid darkorange;
    padding: 3px;
}

.green {
    color: #17a208;
}

.noResults {
    margin: 50px 0px 50px 50px;
}

.noResults h2 {
    font-size: 1.3em;
    color: #c20a13;
    border-bottom-width: 0px;
}

.filterSpecCenter {
    text-align: center;
    margin: auto;
}

.na {
    color: #575a5d;
}

.xrefBlock, .installationBlock, .contentBlock {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #575a5d;
}

.xrefBlock ul {
    float: left;
    margin-left: 20px;
    list-style-type: none;
    padding-left: 0px;
    width: 13%;
}

.xrefBlock h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
}

.installationBlock h3, .contentBlock h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.installationBlock ol,
.installationBlock li {
    margin-left: 20px;
}

.installationBlock img {
    margin-top: 10px;
}

.ship_date,
.delivery_date {
    display: block;
}
/* END WATER FILTER MODEL PAGE */




/* @group find by search */

.content .fridge-filters .find-by .find-by-search {
    width: 429px;
    background: url(../images/gui/fridge-filter-find-by-search-bg.jpg) no-repeat 100% 20px;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search {
    float: left;
    /*width: 409px;*/
    width: 230px;
    margin: 0 20px 0 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #fbfbfb;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search h4 {
    margin: 0 0 15px 0;
    color: #8d819d;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search fieldset {
    margin: 0;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search .form-field {
    margin: 0;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search .form-field input {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    height: 36px;
    padding: 3px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 20px;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#edecec));
    background: -moz-linear-gradient(90deg, #f8f8f8 0%, #edecec 100%);
    border: 1px solid #b4b4b4;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search input[type=submit] {
    width: 190px;
    height: 30px;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #f1ece5;
    font: 700 16px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #111517;
    background: #445e68;
    background: -webkit-gradient(linear, left bottom, left top, from(#2b4650), to(#445e68));
    background: -moz-linear-gradient(90deg, #2b4650 0%, #445e68 100%);
    border: 1px solid #2b4650;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #586e77;
    -moz-box-shadow: inset 0 1px 0 #586e77;
    box-shadow: inset 0 1px 0 #586e77;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search .help-links {
    padding: 15px 0 0 0;
    background: url(../images/shadow-small.png) no-repeat left top;
}

.content .fridge-filters .find-by .find-by-option .filter-by-search a {
    display: block;
    margin: 0 0 3px 0;
    font-size: 10px;
    text-decoration: none;
    color: #f79028;
}

.content .fridge-filters .find-by .find-by-search .content-links {
    clear: both;
    padding-top: 40px;
}

.content .fridge-filters .find-by .find-by-search .content-links h2 {
    font-weight: 500;
    font-size: 18px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.content .fridge-filters .find-by .find-by-search .content-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.content .fridge-filters .find-by .find-by-search .content-links ul li {
    line-height: 2em;
}

.content .fridge-filters .find-by .find-by-search .content-links a {
    color: #f79028;
    text-decoration: none;
}

.content .fridge-filters .find-by .find-by-search .content-links a:hover {
    color: #f79028;
    text-decoration: underline;
}

/* @end */

/* @group find by brand */

.content .fridge-filters .find-by .find-by-brand {
    border-left: 1px solid #eaeaea;
    margin: 0;
    padding: 0 0 0 20px;
}

.content .fridge-filters .find-by .find-by-option h4 {
    margin: 0 0 15px 0;
    color: #8d819d;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content .fridge-filters .find-by .find-by-brand ul {
    float: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .fridge-filters .find-by .find-by-brand ul li {
    float: left;
    margin: 0 20px 20px 0;
}

.content .fridge-filters .find-by .find-by-brand ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 3px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content .fridge-filters .find-by .find-by-brand ul li a img {
    width: 60px;
    height: 60px;
}

.content .fridge-filters .find-by .find-by-brand ul li a:hover {
    border-color: #0096d6;
}

/* @end */


/* @group water panel landing page */

.content .water-panels .find-by {
    padding: 40px 0 0 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .water-panels .find-by .find-by-option {
    float: left;
    position: relative;
    width: 460px;
    margin: 0 20px 0 0;
}

.content .water-panels .find-by .find-by-option h2 {
    margin: 0 0 20px 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    text-shadow: 0 1px 0 #fff;
}


/* @group find by search */

.content .water-panels .find-by .find-by-search {
    width: 429px;
    background: url(/images/water-panel-imgs/blank-humidifier.jpg) no-repeat 100% 50px;
}

.content .water-panels .find-by .find-by-option .filter-by-search {
    float: left;
    /*width: 409px;*/
    width: 230px;
    margin: 0 20px 0 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #fbfbfb;
}

.content .water-panels .find-by .find-by-option .filter-by-search h4 {
    margin: 0 0 15px 0;
    color: #8d819d;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content .water-panels .find-by .find-by-option .filter-by-search fieldset {
    margin: 0;
}

.content .water-panels .find-by .find-by-option .filter-by-search .form-field {
    margin: 0;
}

.content .water-panels .find-by .find-by-option .filter-by-search .form-field input {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    height: 36px;
    padding: 3px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 20px;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#edecec));
    background: -moz-linear-gradient(90deg, #f8f8f8 0%, #edecec 100%);
    border: 1px solid #b4b4b4;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.content .water-panels .find-by .find-by-option .filter-by-search input[type=submit] {
    width: 190px;
    height: 30px;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #f1ece5;
    font: 700 16px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #111517;
    background: #445e68;
    background: -webkit-gradient(linear, left bottom, left top, from(#2b4650), to(#445e68));
    background: -moz-linear-gradient(90deg, #2b4650 0%, #445e68 100%);
    border: 1px solid #2b4650;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #586e77;
    -moz-box-shadow: inset 0 1px 0 #586e77;
    box-shadow: inset 0 1px 0 #586e77;
}

.content .water-panels .find-by .find-by-option .filter-by-search .help-links {
    padding: 15px 0 0 0;
    background: url(../images/shadow-small.png) no-repeat left top;
}

.content .water-panels .find-by .find-by-option .filter-by-search a {
    display: block;
    margin: 0 0 3px 0;
    font-size: 10px;
    text-decoration: none;
    color: #f79028;
}

.content .water-panels .find-by .find-by-search .content-links {
    clear: both;
    padding-top: 40px;
}

.content .water-panels .find-by .find-by-search .content-links h2 {
    font-weight: 500;
    font-size: 18px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.content .water-panels .find-by .find-by-search .content-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.content .water-panels .find-by .find-by-search .content-links ul li {
    line-height: 2em;
}

.content .water-panels .find-by .find-by-search .content-links a {
    color: #f79028;
    text-decoration: none;
}

.content .water-panels .find-by .find-by-search .content-links a:hover {
    color: #f79028;
    text-decoration: underline;
}

/* @end */

/* @group find by brand */

.content .water-panels .find-by .find-by-brand {
    border-left: 1px solid #eaeaea;
    margin: 0;
    padding: 0 0 0 20px;
}

.content .water-panels .find-by .find-by-option h4 {
    margin: 0 0 15px 0;
    color: #8d819d;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content .water-panels .find-by .find-by-brand ul {
    float: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .water-panels .find-by .find-by-brand ul li {
    float: left;
    margin: 0 20px 20px 0;
}

.content .water-panels .find-by .find-by-brand ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 3px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content .water-panels .find-by .find-by-brand ul li a img {
    width: 60px;
    height: 60px;
}

.content .water-panels .find-by .find-by-brand ul li a:hover {
    border-color: #0096d6;
}

.content .water-panels .find-by .find-by-brand .see-all-brands {
    clear: left;
    display: block;
    width: 258px;
    height: 28px;
    /*margin: 0 auto;*/
    margin: 0 0 0 0;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #818181;
    text-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#f5f5f5));
    background: -moz-linear-gradient(90deg, #ededed 0%, #f5f5f5 100%);
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.content .water-panels .find-by .find-by-brand .see-all-brands:hover {
    background: #f4f4f4;
    background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fafafa));
    background: -moz-linear-gradient(90deg, #f2f2f2 0%, #fafafa 100%);
}

/* @end */

/* @group find by merv */

.content .filter-finder .find-by .find-by-merv {
    width: 940px;
    padding: 20px 0 0 0;
    margin: 60px 0 0 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .filter-finder .find-by .find-by-merv h2 {
    font-size: 18px;
    font-weight: 500;
}

.content .filter-finder .find-by .find-by-option .merv-button {
    float: left;
    /*width: 260px;*/
    width: 180px;
    height: 65px;
    padding: 19px;
    margin: 0 20px 0 0;
    background: #eeeeee;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#f9f9f9));
    background: -moz-linear-gradient(90deg, #f6f6f6 0%, #f9f9f9 100%);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.content .filter-finder .find-by .find-by-option .merv13 {
    margin: 0;
}

.content .filter-finder .find-by .find-by-option .merv-button:active, .content .filter-finder .find-by .find-by-option .merv-button:hover {
    background: #ebebeb;
    background: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#e4e4e4));
    background: -moz-linear-gradient(90deg, #efefef 0%, #e4e4e4 100%);
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-option a, .content .filter-finder .find-by .find-by-option a:hover {
    text-decoration: none;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp {
    float: left;
    height: 60px;
    width: 60px;
    margin: 0;
    background: url(../images/stamps.png) no-repeat center top;
    text-align: center;
}

.content .filter-finder .find-by .find-by-option .merv-button .duration {
    background-position: center bottom;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp span {
    display: block;
    color: #f1ece5;
    line-height: 1em;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp .number {
    font-size: 28px;
    font-weight: 800;
}

.content .filter-finder .find-by .find-by-option .merv-button .stamp .context {
    font-size: 9px;
    font-weight: 700;
    padding: 0 10px;
}

.content .filter-finder .find-by .find-by-option .merv-button .merv .context {
    padding: 13px 0 0 0;
}

.content .filter-finder .find-by .find-by-option .merv-button .duration .number {
    padding: 7px 0 0 0;
}

.content .filter-finder .find-by .find-by-option .merv-button h3 {
    margin: 0 0 5px 80px;
    font: 16px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #0397d6;
    text-shadow: 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-option .merv-button ul {
    list-style: none;
    margin: 0 0 5px 80px;
    padding: 0;
    color: #555555;
    font-size: 10px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-option .merv-button .unit-price {
    display: block;
    margin: 0 0 0 80px;
    font-size: 10px;
    color: #909090;
    text-shadow: 0 1px 0 #fff;
}

.content .filter-finder .find-by .find-by-merv .filter-by-size {
    position: absolute;
    left: 0;
    top: 430px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

/* @end */

/* @group customer service */

.content .customer-service {
    background: url(../images/gui/cs-team-shot.jpg) no-repeat 275px center;
}


.content .customer-service ul{
    margin-top: -10px;
    list-style: none;
}

.content .customer-service a{
    text-decoration: none;
    color: #575a5d;

    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.content .customer-service a:hover{
    color: #0096d6;
}
/* @end */



/* SHIPPING AND RETURNS PAGE */
#shippingReturnPage h2{
    margin-bottom: 0;
}

#shippingReturnPage p{
    margin-top: 5px;
}

#shippingReturnPage .return-form-container{
    padding: 10px 20px;
    margin-bottom: 40px;
    width: 300px;
    background-color: #e0e0e0;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#shippingReturnPage .return-form-container ul{
    padding: 0px;
    margin: 0px;
}

#shippingReturnPage .return-form-container li{
    list-style: none;
    margin-bottom: 10px;
}

#shippingReturnPage .return-form-container .return-form p{
    font-size: 14px;
    margin-bottom: 5px;
}

#shippingReturnPage .return-form-container .return-form input.returnFormInput,
#shippingReturnPage .return-form-container .return-form textarea.returnFormInput{
    width: 279px;
    padding: 10px 10px 11px 10px;
    border: 1px solid #babcbe;
}

#shippingReturnPage .return-form-container input.submit{
    background-color: #0096d6;
    width: 300px;
    height: 40px;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#shippingReturnPage ul.returnConditions{
    margin: 0 auto auto 20px;
    padding: 0px;
}

#shippingReturnPage ul.returnConditions span{
    color: #c20a13;
}

#shippingReturnPage ul.returnConditions li{
    padding-bottom: 10px;
}

/* END SHIPPING AND RETURNS PAGE */



/* MERV RATING PAGE */
#mervPage button.contShopping{
    background-color: #0096d6;
}

#mervPage h1 span{
    color: #babcbe;
    font-size: 18px;
}

#mervPage a,
#mervPage a:hover,
#mervPage a:visited{
    text-decoration: none;
}

#mervPage p span{
    font-family: 'MuseoSlab', 'OpenSans', Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #0096d6;
}

#mervPage img{
    display: block;
    margin-left: auto;
    margin-right: auto;

    max-width: 500px;
    padding-bottom: 20px;
}
/* END MERV RATING PAGE */


/* VIEW AND TRACK ORDER PAGE */
.track-order input{
    width: 100%;
    margin-bottom: 15px;
}
/* end VIEW AND TRACK ORDER PAGE */

/* REFERRAL PROGRAM PAGE */
.referral-program{
    /*    padding: 25px; */
}

.referral-program .referral-bkgd-2{
    padding: 15px;
    background-image: url('/images/referralProgram/trackorderpage_bkgd.png');
}

.referral-program .title-row{
    margin-bottom: 25px;
}

.referral-program .title-row p{
    text-align: center;
}

.referral-program .title-row p:first-child{
    font-family: 'museoSlabSemiBold', verdana, helvetica, sans-serif;
    font-size: 28px;
    color: #f79028;
}

.referral-program .referral-bkgd-2 .title-row p:nth-child(2),
.referral-program .referral-bkgd-2 .title-row p:nth-child(3){
    color: #fff;
}

.referral-program .title-row p:nth-child(2),
.referral-program .title-row p:nth-child(3){
    font-family: 'OpenSansSemiBoldItalic', verdana, helvetica, sans-serif;
    color: #575a5d;
    font-size: 15px;
}

.referral-program .referral-instr{
    text-align: center;
    margin-top: 50px;
}

.referral-program .referral-instr p{
    font-family: 'museoSlabBold';
    font-size: 18px;
    color: #f79028;
    text-transform: uppercase;
}

.referral-program .referral-instr ul{
    padding-left: 0px;
}

.referral-program .referral-instr ul li{
    font-family: 'openSansSemiBold';
    padding-bottom: 5px;
    list-style: none;
}

.referral-program .referral-instr ul li:nth-child(3){
    font-family: 'openSansExtraBold';
}

.referral-program .referral-bkgd{
    background-image: url('/images/referralProgram/mainpage_bkgd_final.png');
    background-position: center top;
    padding: 50px 0;
}

.referral-program #btnNotYou,
.referral-program #btnLookup{
    margin-bottom: 25px;
    width: 100% !important;
}

.referral-program .referral-bkgd-2 label.email-required{
    color: #005288;
}

.referral-program .referral-bkgd label.email-required{
    color: #fff;
}

.referral-program .referral-bkgd-2 label.email-required,
.referral-program .referral-bkgd label.email-required{
    font-family: 'openSansLight';
    font-size: 16px;
    text-align: center;
}

.referral-program #emailError p{
    background-color: rgba(255, 255, 255, .7);
    padding:5px 0px;
    margin: 0px !important;
    font-family: 'openSansSemiBold';
    color: #c20a13;
    text-align: center;
    font-size: 16px;
}

.referral-program #success p{
    background-color: rgba(255, 255, 255, .7);
    padding:5px 0px;
    margin: 0px !important;
    font-family: 'openSansSemiBold';
    color: #17a208;
    text-align: center;
    font-size: 16px;
}

.referral-program .nav-tabs li.active a{
    font-family: 'openSansBold';
    color: #575a5d;
}

.referral-program .nav-tabs li.active a,
.referral-program .nav-tabs li.active a:hover,
.referral-program .nav-tabs li.active a:focus{
    margin: 0px;
    border-radius: 0;
    border: 1px solid #fff;
}

.referral-program .nav-tabs li:not(.active){
    background-color: rgba(255, 255, 255, .7);
}

.referral-program .nav-tabs > li > a:hover{
    background-color: rgba(255, 255, 255, .7);
    border-color: transparent;
}

.referral-program .nav-tabs li:not(.active) a{
    color: #575a5d;
}

.referral-program .tab-content{
    background-color: rgba(255, 255, 255, .7);
    padding: 7px 12px;
}

.referral-program .tab-content p.tab-title{
    font-family: 'openSansBold';
    font-size: 18px;
}

.referral-program .tab-content p{
    text-align: center;
    color: #575a5d;
}

.referral-program .tab-content .btn-group .btn{
    font-family: 'openSansSemiBold';
    color: #fff;
}

.referral-program input,
.referral-program textarea{
    border: 1px solid #babcbe;
    width: 100% !important;
    padding: 5px;
    margin: 5px 0;
}

.referral-program .tab-content textarea{
    margin-bottom: 10px;
    min-height: 62px;
}

.referral-program .terms p{
    color: #575a5d !important;
    font-size: 10px !important;
}
/* end REFERRAL PROGRAM PAGE */

/* CONTACT US PAGE */
.contactPage h1{
    margin-bottom: 0px;
}

.contactPage p{
    margin-top: 0px;
}

#shippingReturnPage .contactMessages,
#shippingReturnPage .contactErrors,
.contactPage .contactMessages,
.contactPage .contactErrors {
    padding: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
}

#shippingReturnPage .contactMessages,
.contactPage .contactMessages {
    border-color: #17a208;
    background-color: #a2d99c;
    color: #17a208;
}

#shippingReturnPage .contactErrors,
.contactPage .contactErrors {
    border-color: #c20a13;
    background-color: #FFAEAE;
    color: #c20a13;
}

/* Contact Form */
.contactPage .contactForm label{
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #0096d6;
}

.contactPage .contactForm input,
.contactPage .contactForm select{
    margin: 5px 0 20px 0;
    width: 100%;
}

.contactPage .contactForm textarea{
    margin: 10px 0 20px 0;
    width: 100%;
}

.contactPage .contactForm input.submit{
    width: auto;
    background-color: #f79028;
}

/* Sidebar */
.contactPage .sidebar{
    margin-bottom: 50px;
}

.contactPage .moreWays {
    padding: 15px;

    background-color: #e0e0e0;

    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contactPage .moreWays a{
    text-decoration: none;
}

.contactPage .moreWays .sBold{
    margin-bottom: 5px;

    font-family: 'OpenSansSemiBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #0096d6;
}

.contactPage .moreWays p {
    margin: 20px 0px;

    color: #575a5d;
    letter-spacing: .04em;
}

.contactPage .gray {
    color: #919394;
}
/* END CONTACT US PAGE */

/* SWEEPSTAKES PAGE */
#sweepstakes .enterForm h3{
    margin-bottom: 0px;
}

#sweepstakes .enterForm p{
    margin-top: 0px;
}

#sweepstakes .enterForm label{
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #0096d6;
}

#sweepstakes .enterForm input{
    width: 100%;
    margin-bottom: 20px;
}

#sweepstakes .enterForm input[type=submit]{
    width: 20%;
    margin-top: 5px;
    background-color: #f79028;
}

#sweepstakes .featuresList{
    padding: 15px 20px 10px 20px;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#sweepstakes .featuresList ul{
    margin: 20px 0;
}

#sweepstakes .featuresList li{
    list-style: none;
    color: #0096d6;
    padding-bottom: 5px;
}

#sweepstakes .featuresList li.colors{
    background-image: url('../images/kindle_colors.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#sweepstakes .terms b{
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    color: #0096d6;
    letter-spacing: 0.02em;
}
/* END SWEEPSTAKES PAGE */


/* @group filter tip */

.content .tip {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url(../images/shadow-light.png) no-repeat center top;
}

.content .tip img {
    float: left;
    margin: 10px 50px 0 0;
}

.content .tip h1 {
    margin: 0 0 10px 240px;
    font: 18px 'OpenSansExtraBold', "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #8d819e;
}

.content .tip h3 {
    margin: 0;
}

.content .tip p {
    /* margin: 0 0 0 240px; */
    font-size: 14px;
    font-weight: 500;
    color: #575a5d;
    /*color: #373737;*/
}

.content .tip p a {
    text-decoration: none;
    color: #f79028;
}

.content .tip .love {
    justify-content: center;
    text-align: center;
    position: relative;
    height: 50px;
}

.content .tip .love img {
    position: absolute;
    margin-left: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* @end */

/* @group subcontent (SEO) */

.sub-content-container {
    float: left;
    width: 100%;
    background: #f4efe5;
    border-top: 10px solid #ebe6de;
}

.sub-content {
    width: 940px;
    padding: 30px 10px;
    margin: 0 auto;
    background: #f4efe5;
}

.sub-content aside {
    float: left;
    width: 140px;
    padding: 0 50px 0 0;
}

.sub-content aside figure {
    background: url(../images/img-shadow.png) no-repeat center 140px;
}

.sub-content aside figure img {
    width: 130px;
    height: 130px;
    background: #f1f1f1;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.sub-content aside figure figcaption {
    padding: 10px;
    font-size: 10px;
    line-height: 1.5em;
    color: #575a5d;
}

.sub-content aside figure figcaption .name {
    font-weight: 800;
    color: #8d819e;
}

.sub-content aside figure figcaption .title {
    display: block;
    font-style: italic;
}

.sub-content aside .quote {
    float: left;
    padding: 10px 0px 10px 20px;
    background: url(../images/small-quote.png) no-repeat left 10px;
}

.sub-content aside .quote p {
    color: #6e6e6e;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3em;
}

.sub-content section {
    float: left;
    /*width: 700px;*/
    width: 699px;
    padding: 0 0 0 49px;
    border-left: 1px solid #dfdbd5;
    /*color: #373737;*/
}

.sub-content section aside {
    float: right;
    padding: 0px 0px 20px 20px;
}

.sub-content section h1 {
    margin: 0 0 5px 0;
    font: 18px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    text-transform: uppercase;
    color: #8d819e;
}

.sub-content section h2 {
    margin: 0 0 5px 0;
    font: 14px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #8d819e;
}

.sub-content section p {
    margin: 0 0 1em 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    color: #797979;
    /*color: #373737;*/
}

.sub-content section li {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    color: #797979;
}
/* @end */

/* @group main-content */

.main-content { margin-bottom: 20px; }

/* @end */

/* FOOTER */
.footer-container{
    float: left;
    width: 100%;
    background: #fff url(../images/footer-bg.png) fixed repeat-y center top; /*---The static image that didn't ajust well---*/
}

footer[role=contentinfo] {
    padding: 0 10px;
    margin: 0 auto;
}

/* Badges */
.trust-badge-bar{
    padding: 0 10px;
}

.trust-badge-bar a{
    color: transparent;
}

.trust-badge-container {
    padding: 0;
    border-bottom: 1px solid #2F454F;
}

.trust-badge-bar img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.trust-badge-bar img#bizrate,
.trust-badge-bar img#mcafee{
    margin-top: 25px;
    margin-right: 50px;
}

.trust-badge-bar img#bizrate{
    height: 100px;
}

footer[role=contentinfo] .footer-nav {
    padding: 30px 0 30px 0;
}

footer[role=contentinfo] .footer-nav ul {
    padding: 0px;
    margin: 0;
}

footer[role=contentinfo] .footer-nav ul li{
    list-style: none;
}

footer[role=contentinfo] .footer-nav ul li.title {
    font-family: "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 18px;
    color: #f1ece5;
    margin: 0 0 10px 0;
}

footer[role=contentinfo] .footer-nav ul li a {
    display: block;
    color: #f1ece5;
    margin: 5px 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

footer[role=contentinfo] .footer-nav ul li a:hover,
footer[role=contentinfo] .vcard a:hover {
    color: #0096d6;
}

footer[role=contentinfo] .love {
    height: 30px;
    text-indent: -9999px;
}

footer[role=contentinfo] .vcard {
    margin-top: 50px;
    color: #f1ece5;
}

footer[role=contentinfo] .vcard a{
    font-family: 'MuseoSlabSemiBold', "OpenSansSemiBold", Verdana, sans-serif;
    font-size: 24px;
    color: #f1ece5;
    text-decoration: none;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

footer[role=contentinfo] .vcard .tel {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 10px 0;
}

footer[role=contentinfo] .vcard .adr {
    font-size: 14px;
    font-weight: 300;
}

footer[role=contentinfo] .vcard .credit {
    height: 34px;
    margin: 30px 0 0 0;
    background: url(../images/credit-cards.png) no-repeat left top;
}

footer[role=contentinfo] .social ul {
    list-style-type: none;
    padding: 0px;
}

footer[role=contentinfo] .social ul li {
    display: inline;
}

footer[role=contentinfo] .social ul li img {
    height: 40px;
    padding-right: 25px;
}

/* end FOOTER */

/*  ============================================================================
    Reviews styles.
    For displaying the "star rating" and number of reviews.
    ==========================================================================*/
.stars00, .stars05, .stars10, .stars15, .stars20, .stars25, .stars30, .stars35, .stars40, .stars45, .stars50 {
    margin: 0px auto;
    width: 85px;
    height: 15px;
    background-image: url(../images/gui/stars_small.gif);
    background-repeat: no-repeat;
}

.stars00 {
    background-position: 0px 0px;
}

.stars05 {
    background-position: 0px -18px;
}

.stars10 {
    background-position: 0px -36px;
}

.stars15 {
    background-position: 0px -54px;
}

.stars20 {
    background-position: 0px -72px;
}

.stars25 {
    background-position: 0px -90px;
}

.stars30 {
    background-position: 0px -108px;
}

.stars35 {
    background-position: 0px -126px;
}

.stars40 {
    background-position: 0px -144px;
}

.stars45 {
    background-position: 0px -162px;
}

.stars50 {
    background-position: 0px -180px;
}

.nbrRatings {
    font-size: 10px;
    color: gray;
    text-align: left;
    white-space: nowrap;
}

/* @end */


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* NEW PRODUCT PAGE
-------------------------------------------------------------------- */
/* Produge Page header */
.product-page .pp-header h1{
    font-family: 'OpenSansBold', 'Lucida Grande', Lucida, Verdana, sans-serif;
    font-size: 24px;
    margin-bottom: 0px;
}

.product-page .pp-header p{
    font-size: 10px;
    color: #575a5d;
    margin-top: 0px;
}

.product-page .pp-header .top-prod-guar{
    width: 100%;
    border: 2px solid rgba(68, 94, 104, 0.89);
    margin-top: 10px;
    padding: 4px 0px 4px 20px;
}

.product-page .pp-header .top-prod-guar p.top-prod-guar-slab{
    color: #1c1c1c;
    font-size: 17px;
    font-family: 'MuseoSlabSemiBold', Georgia, Times, serif;
    margin-bottom: 0px;
}

/* Product Images */
.product-page .product-images {
    margin: 20px 0px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.product-page .product-images figure {
    position: relative;
}

.product-page .product-images figure img {
    width: 100%;
    margin: 5px;
    cursor: pointer;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.product-page .product-images figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 0px;
    display: block;
    height: 30px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #f1ece5;
    text-shadow: 0 1px 1px #2a4651;
    background: #36505c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a4551), to(#435e69));
    background-image: -moz-linear-gradient(90deg, #2a4551 0%, #435e69 100%);
    border: 1px solid #2a4651;
    -webkit-box-shadow: inset 0 1px 0 #576e79;
    -moz-box-shadow: inset 0 1px 0 #576e79;
    box-shadow: inset 0 1px 0 #576e79;
}

.product-page .product-images figure figcaption:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #15252b;
    border-left: 5px solid transparent;
}

.product-page .product-images .gallery-button {
    float: left;
    width: 20px;
    height: 60px;
    margin: 10px 0 0;
    text-indent: -9999px;
    background: url(../images/pre-next.png) no-repeat left top;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}

.product-page .product-images .gallery-button:hover {
    opacity: 1;
}

.product-page .product-images .disabled,
.product-page .product-images .disabled:hover {
    opacity: .3;
}

.product-page .product-images .next {
    background-position: right top;
}

.product-page .product-images #gallery {
    float: left;
    position: relative;
    overflow: hidden;
    width: 172px;
    height: 60px;
    margin: 10px 0 0 0;
}

.product-page .product-images #gallery ul {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 10px 0px;
    list-style: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-page .product-images #gallery li {
    float: left;
    width: 45px;
    margin: 0;
}

.product-page .product-images #gallery li img {
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.product-page .product-images #zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.product-page .product-images #zoom .zoomWrapper {
    display: block;
    position: relative;
    width: 840px;
    height: 840px;
    margin: 50px auto;
    background: #fff;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-animation-name: 'zoom';
    -webkit-animation-duration: .5s;
}

.product-page .product-images #zoom .zoomWrapper img {
    width: 800px;
    height: 800px;
    margin: 0px;
}

.product-page .product-images #zoom .zoomWrapper .zoomPrev{
    position: absolute;
    margin-left: -30px;
}

.product-page .product-images #zoom .zoomWrapper .zoomNext{
    background-position: right top;
    position: absolute;
    right: -30px;
}

.product-page .product-images #zoom .zoomWrapper .zoomClose{
    position: relative;
    top: -380px;
/*    left: 370px; */
    /*background-image: url(../images/gui/button_icons/cancel_blue.png);*/
}

/* Product Badges */
.product-page .product-stamps {
    margin-top: 25px;
}

.product-page .product-stamps .stamp {
    height: 60px;
    width: 60px;
    margin: 0 0 10px 0;
    /*background: url(../images/stamps.png) no-repeat center top;*/
    text-align: center;
}

.product-page .product-stamps .duration {
    background: url(../images/gui/product_badges/duration_badges.jpg) no-repeat 0px 0px;
}

.product-page .product-stamps .duration01 {
    background-position: -60px 0px;
}

.product-page .product-stamps .duration02 {
    background-position: -120px 0px;
}

.product-page .product-stamps .duration03 {
    background-position: -180px 0px;
}

.product-page .product-stamps .duration04 {
    background-position: -240px 0px;
}

.product-page .product-stamps .duration05 {
    background-position: -300px 0px;
}

.product-page .product-stamps .duration06 {
    background-position: -360px 0px;
}

.product-page .product-stamps .duration07 {
    background-position: -420px 0px;
}

.product-page .product-stamps .duration08 {
    background-position: -480px 0px;
}

.product-page .product-stamps .duration09 {
    background-position: -540px 0px;
}

.product-page .product-stamps .duration10 {
    background-position: -600px 0px;
}

.product-page .product-stamps .duration11 {
    background-position: -660px 0px;
}

.product-page .product-stamps .duration12 {
    background-position: -720px 0px;
}

.product-page .product-stamps .merv {
    background: url(../images/gui/product_badges/merv_badges.jpg) no-repeat 0px 0px;
}

.product-page .product-stamps .merv01 {
    background-position: -60px 0px;
}

.product-page .product-stamps .merv02 {
    background-position: -120px 0px;
}

.product-page .product-stamps .merv03 {
    background-position: -180px 0px;
}

.product-page .product-stamps .merv04 {
    background-position: -240px 0px;
}

.product-page .product-stamps .merv05 {
    background-position: -300px 0px;
}

.product-page .product-stamps .merv06 {
    background-position: -360px 0px;
}

.product-page .product-stamps .merv07 {
    background-position: -420px 0px;
}

.product-page .product-stamps .merv08 {
    background-position: -480px 0px;
}

.product-page .product-stamps .merv09 {
    background-position: -540px 0px;
}

.product-page .product-stamps .merv10 {
    background-position: -600px 0px;
}

.product-page .product-stamps .merv11 {
    background-position: -660px 0px;
}

.product-page .product-stamps .merv12 {
    background-position: -720px 0px;
}

.product-page .product-stamps .merv13 {
    background-position: -780px 0px;
}

.product-page .product-stamps .merv14 {
    background-position: -840px 0px;
}

.product-page .product-stamps .merv15 {
    background-position: -900px 0px;
}

.product-page .product-stamps .merv16 {
    background-position: -960px 0px;
}

.product-page .product-stamps .merv17 {
    background-position: -1020px 0px;
}

.product-page .product-stamps .merv18 {
    background-position: -1080px 0px;
}

.product-page .product-stamps .merv19 {
    background-position: -1140px 0px;
}

.product-page .product-stamps .merv20 {
    background-position: -1200px 0px;
}

.product-page .product-stamps .special {
    background: url(../images/gui/product_badges/special_badges.jpg) no-repeat 0px 0px;
}

.product-page .product-stamps .odor-block {
    background-position: -60px 0px;
}

.product-page .product-stamps .oem {
    background-position: -120px 0px;
}

.product-page .product-stamps .washable {
    background-position: -180px 0px;
}

/* Product Details */
.product-page .product-features p {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.product-page .product-features ul {
    margin: 0;
    padding: 0 0 0 17px;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.product-page .product-features ul li {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
    list-style-image: url(../images/feature-check.png);
}

/* Product Description & Extra Content */
.product-page .product-desc{
    margin-top: 25px;
}

.product-page-content-heading{
    margin:40px 0 20px 0;
    font-size: 18px;
    color: #595959;
    font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    font-weight: 900;
}

/* Product Sidebar */
.product-page .product-purchasing {
    background: #f4f4f4;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px #fafafa, 0 1px 1px rgba(0, 0, 0, 0.15);
}

.product-page .product-purchasing .info {
    padding: 20px;
}

.product-page .product-purchasing .info .product-price {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: 800;
    /*color: #2ba5d9;*/
    color: #EF4C23;
    text-shadow: 0 1px 0 #fff;
}

.product-page .compare-price {
    font-size: 12px;
    font-weight: 500;
    color: #858585;
    text-shadow: none;
    text-decoration: line-through;
}

.product-page .product-purchasing .info .product-price .as-low-as {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 16px;
    font-weight: normal;
}

.product-page .product-purchasing .info .quantity {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 500;
    color: #36515c;
}

.product-page .product-purchasing .info .shipping-data,
.product-page .product-purchasing .info .review-data  {
    color: #7a7a7a;
    font-size: 10px;
    line-height: 1.3em;
    margin: 0 0 15px 0;
}

.product-page .product-purchasing .info .review-data  {
    margin: 0px;
}

.product-page .product-purchasing .info .shipping-data .stock {
    font-size: 12px;
    font-weight: 700;
}

.product-page .product-purchasing .info .review-data ul {
    display: block;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}

.product-page .product-purchasing .info .review-data ul li {
    float: left;
}

.product-page .product-purchasing .info .review-data ul li a {
    display: block;
    margin: 0 2px 0 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../images/stars.png) center bottom;
}

.product-page .product-purchasing .info .review-data ul li.on a {
    background-position: center top;
}

.product-page .product-purchasing .info .review-data .label {
    float: left;
    clear: left;
}

.product-page .product-purchasing .info .review-data .label a {
    text-decoration: none;
    color: #7A7A7A;
}

.product-page .product-purchasing .info .review-data .label a:hover {
    text-decoration: underline;
    color: #7A7A7A;
}

#as-review-reviewdby-title {
    display: none !important;
}

.product-page .product-purchasing .buy {
    padding: 30px 20px 20px 20px;
    background: #ededed;
    border-top: 1px solid #e8e8e8;
}

.product-page .product-purchasing .buy .select-quantity {
    display: block;
    margin: 0 0 3px 0;
    font-size: 12px;
    font-weight: 500;
    color: #5b5b5b;
}

.product-page .product-purchasing .buy .purchase-option-grid {
    width: 100%;
    border-width: 1px 1px 0px 1px;
    border-color: #e8e8e8;
    border-style: solid;
    margin-bottom: 15px;
}

.product-page .product-purchasing .buy .purchase-option-grid label {
    display: inline;
    font-size: 10px;
}

.product-page .product-purchasing .buy .purchase-option-grid .each-price,
.product-page .product-purchasing .buy .purchase-option-grid .purchase-qty,

.product-page .product-purchasing .buy .purchase-option-grid .qty-price {
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.product-page .product-purchasing .buy .purchase-option-grid .qty-price {
    font-weight: bold;
    color: #ef4c23;
    font-size: 14px !important;
    line-height: 18px;
}

.product-page .product-purchasing .buy .purchase-option-grid td {
    padding: 4px 6px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.product-page .product-purchasing .buy .purchase-option-grid .purchase-option-check {
    padding: 10px 0px 10px 10px;
}

.product-page .product-purchasing .buy .purchase-option-grid .purchase-option-price {
    width: 100%;
    padding-left: 0px;
}

.product-page .product-purchasing .buy .purchase-option-grid img {
    width: 40px;
    height: 40px;
}

.product-page .product-purchasing .buy input[type=submit] {
    width: 178px;
    height: 38px;
    margin: 0 0 0 0;
    padding: 0;
    font: 800 18px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    color: #f1ece5;
    background: rgb(60, 209, 32) !important;
    background: #87e23d; /* Old browsers */
    background: -moz-linear-gradient(top, #87e23d 18%, #66c625 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#87e23d), color-stop(64%,#66c625)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87e23d 18%,#66c625 64%); /* IE10+ */
    background: linear-gradient(to bottom, #87e23d 18%,#66c625 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e23d', endColorstr='#66c625',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0FCA17 !important ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgb(41, 117, 22) !important;
    box-shadow: none !important;
}
.product-page .product-purchasing .buy input[type=submit]:hover {
    background: rgb(95, 162, 35) !important;
    background: -moz-linear-gradient(90deg, rgb(28, 170, 23) 0%, rgb(49, 199, 20) 100%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(84, 162, 33)), to(rgb(100, 218, 44))) !important;
    border: 1px solid rgb(13, 139, 28) !important;

    color: rgb(255, 255, 255);

    text-shadow: 0 -1px 0 rgb(25, 141, 44) !important;
}

.product-page .product-purchasing .buy input[type=submit]:active {
    background: #e1891c;
    background: -moz-linear-gradient(90deg, #d87618 0%, #f0a822 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#d87618), to(#f0a822));
    border: 1px solid #c46d18;
    -webkit-box-shadow: inset 0 1px 1px #cf8c0d;
    -moz-box-shadow: inset 0 1px 1px #cf8c0d;
    box-shadow: inset 0 1px 1px #cf8c0d;
}

.product-page .product-purchasing .buy label {
    display: block;
    margin: 10px 0 3px 0;
    font-size: 12px;
    font-weight: 500;
    color: #5b5b5b;
}

.product-page .product-purchasing .buy select {
    width: 180px;
}

/* Quick Pay */
.product-page .product-purchasing .buy .quick-pay{
    margin-top: 15px;
    border: 1px solid #575a5d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.product-page .product-purchasing .buy .quick-pay label{
    margin-top: -9px;
    text-align: center;
    background-color: #ededed;
    width: 85px;
    margin-left: 44px;
    font-family: 'OpenSansBold';
}
/* end PRODUCT PAGE */

/* OLD PRODUCT PAGE
-------------------------------------------------------------------- */
.alignRight {
    text-align: right;
}
.alignLeft{
    text-align: left;
}
.floatRight {
    float: right !important;
}
.floatLeft {
    float: left;
}
.product-page-quantity-div{
    width: 310px;
    padding: 20px;
}

.product-page-info{
    width: 190px;
    background: #F4F4F4;
    padding: 20px !important;
    height: 362px;

    border: 1px solid #D4D3D3;
}

.content .product-detail header {
    margin: 0 0 20px 0;
}

.content .product-detail header h2 {
    margin: 0 20px 0 0;
    font: 24px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #1c1c1c;
}

.content .product-detail header .product-number {
    font-size: 10px;
    color: #7a7a7a;
}

.white-border-left{
    border-left: 3px solid white;
}

.product-page-addtocart-tweak {
    margin-left: 13px !important;
    margin-top: 10px !important;
}

.buy .product-features {
    float: left;
    width: 300px;
    margin-left: 10px;
}

.buy .product-features p {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.buy .product-features ul {
    margin: 0;
    padding: 0 0 0 17px;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}

.buy .product-features ul li {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
    list-style-image: url(../images/feature-check.png);
}


.product-page-buy-form-height{
    height: 402px;
    padding:0px !important;
    background: #fff !important;
    border: 0 !important;
}

.product-purchasing-free-shipping{
    color: #EF4C23;
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 10px;
}

.light-border{
    border: 1px solid #f0f0f0 !important;
    padding: 10px !important;
}

.product-page-info .review-data ul li{
    float:right !important;
}
/* end OLD PRODUCT PAGE */



/*Water Filter Landing Page Styles*/

.water-filter-landing-main {
    width:940px;
    margin-right:auto;
    margin-left:auto;
}

.left-wf-box {
    float:left;
    width:429px;
    height: 50px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:20px;
}

.left-wf-box:hover {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 1px #888;  -webkit-box-shadow: 0 0 1px #888;  box-shadow: 0 0 1px #888;
}

.right-wf-box {
    float:right;
    width:428px;
    height: 50px;
    border:1px solid #ddd;
    padding:20px;
}

.right-wf-box:hover {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 1px #888;  -webkit-box-shadow: 0 0 1px #888;  box-shadow: 0 0 1px #888;
}

.end-wf-box {
    text-align: center;
    float:left;
    width:898px;
    height: 50px;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:20px;
}

.end-wf-box:hover {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 1px #888;  -webkit-box-shadow: 0 0 1px #888;  box-shadow: 0 0 1px #888;
}


.right-wf-box h2,
.left-wf-box h2,
.end-wf-box h2 {
    font-size:18px;
    color:#00AEEF;
    font-family:veranda,sans-serif;
    margin-top: 12px;
}

.right-wf-box h2 a,
.left-wf-box h2 a,
.end-wf-box h2 a{
    text-decoration: none;
}

.right-wf-box img,.left-wf-box img {
    margin-top: -6px;
    margin-right: 15px;
}

.right-wf-box a:hover,.left-wf-box a:hover, .end-wf-box a:hover{
    text-shadow: 0 1px 0 #CDCDCD;
}

.left-wf-box-brand {
    float:left;
    width:429px;
    height:45px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:20px;
    background: #fff;
}

.left-wf-box-brand:hover {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 5px #888;  -webkit-box-shadow: 0 0 5px#888;  box-shadow: 0 0 5px #888;
}

.right-wf-box-brand {
    float:right;
    width:428px;
    height:45px;
    border:1px solid #ddd;
    padding:20px;
    background: #fff;
}

.right-wf-box-brand:hover {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 2px #888;  -webkit-box-shadow: 0 0 2px #888;  box-shadow: 0 0 2px #888;
}

.right-wf-box-brand h2,.left-wf-box-brand h2 {
    font-size:22px;
    color:#00AEEF;
    font-family:veranda,sans-serif;
    margin-top: 10px;
}

.right-wf-box-brand a:hover,.left-wf-box-brand a:hover {
    text-shadow: 0px 1px 0px #CDCDCD;
}

.right-wf-box-brand img, .left-wf-box-brand img {
    margin-right: 15px;
    margin-top: -10px;
}
/************** subscription fancybox styles *******************/

header#subscription{
    line-height: 0.3em;
}

div#subscriptionWrapper{ display: none; }

div#addToCartWrapper{
    width: 620px;
    overflow: hidden;
    font-family: 18px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
}

div#addToCartWrapper a{ text-decoration: none;  border-bottom: 1px dotted #CCC; }

article#flexibleArticle{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    box-orient: horizontal;
    -moz-box-orient:horizontal;
    -webkit-box-orient:horizontal;
}

section#leftColumn{
    width: 235px;
    padding: 0 5px;
    box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
}

section#leftColumn img{
    border: none;
    height: 220px;
    width: 220px;
    -webkit-box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.25);
    margin-left: 1px;
}

section#rightColumn{
    width: 350px;
    padding: 0 15px;
    background: #F4F4F4;
    border: 1px solid #E8E8E8;
    box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    margin-left: 35px;
    font-size: 10pt;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    section#rightColumn{
        background: #F8F8F8;
        margin-left: 0px!important;
    }

}

.centerAlign{ text-align: center; }

button#add_auto_delivery2{
    font: 13px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
    color: #5A5C5E;
    text-shadow: 0 -1px 0 #BFBFBF;
    background: #d9d8d8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#d9d8d8));
    background-image: -moz-linear-gradient(90deg, #bbbbbb 0%, #d9d8d8 100%);
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #e7e7e7;
    -moz-box-shadow: inset 0 1px 0 #e7e7e7;
    box-shadow: inset 0 1px 0 #E7E7E7;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 24px;
    line-height: 1.1em;
    margin-top: 10px;
}

button#add_auto_delivery2:hover{
    background: #bbb;
    background: -moz-linear-gradient(90deg, #d9d8d8 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#d9d8d8), to(#bbbbbb));
}

button#autoDelivery{
    font: 11px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
    color: #5A5C5E;
    text-shadow: 0 -1px 0 #BFBFBF;
    background: #d9d8d8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#d9d8d8));
    background-image: -moz-linear-gradient(90deg, #bbbbbb 0%, #d9d8d8 100%);
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #e7e7e7;
    -moz-box-shadow: inset 0 1px 0 #e7e7e7;
    box-shadow: inset 0 1px 0 #E7E7E7;
    cursor: pointer;
    text-decoration: none;
    padding: 4px 16px;
    line-height: 1.1em;
    margin-top: 10px;
}

button#autoDelivery:hover{
    background: #bbb;
    background: -moz-linear-gradient(90deg, #d9d8d8 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#d9d8d8), to(#bbbbbb));
}

span.largerFont{ font-size: 18px!important; }
.qty-priceSaving, #regularPrice{ font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif; }
#regularPrice{ font-size: 10pt!important; }

/*
input#add_to_cart{
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    font: 20px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
    color: #f1ece5;
    text-shadow: 0 -1px 0 #db5601;
    background: #ea9429;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e68426), to(#f1ad2d));
    background-image: -moz-linear-gradient(90deg, #e68426 0%, #f1ad2d 100%);
    border: 1px solid #e78626;
}

input#add_to_cart:hover{background: #eaa248;
                        background: -moz-linear-gradient(90deg, #e6903e 0%, #f1b84b 100%);
                        background: -webkit-gradient(linear, left bottom, left top, from(#e6903e), to(#f1b84b));
}
*/

input#add_to_cart,
.btn-go {
    cursor: pointer;
    text-decoration: none;
    font: 20px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
    background: #eaa248;
    background: rgb(95, 162, 35) !important;
    background: -moz-linear-gradient(90deg, rgb(28, 170, 23) 0%, rgb(49, 199, 20) 100%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(84, 162, 33)), to(rgb(100, 218, 44))) !important;
    border: 1px solid rgb(13, 139, 28) !important;
    color: rgb(255, 255, 255);
    text-shadow: 0 -1px 0 rgb(25, 141, 44) !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgb(41, 117, 22) !important;
    box-shadow: none !important;
}

input#add_to_cart:hover, .btn-go:hover {
    color: #f1ece5;
    background: rgb(60, 209, 32) !important;
    background: #87e23d; /* Old browsers */
    background: -moz-linear-gradient(top, #87e23d 18%, #66c625 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#87e23d), color-stop(64%,#66c625)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87e23d 18%,#66c625 64%); /* IE10+ */
    background: linear-gradient(to bottom, #87e23d 18%,#66c625 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e23d', endColorstr='#66c625',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0FCA17 !important ;
}

input#add_auto_delivery{
    color: #5A5C5E;
    text-shadow: 0 -1px 0 #BFBFBF;
    background: #d9d8d8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#d9d8d8));
    background-image: -moz-linear-gradient(90deg, #bbbbbb 0%, #d9d8d8 100%);
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 #e7e7e7;
    -moz-box-shadow: inset 0 1px 0 #e7e7e7;
    box-shadow: inset 0 1px 0 #E7E7E7;
    cursor: pointer;
    text-decoration: none;
}

input#add_auto_delivery{
    padding: 6px 24px;
    font: 20px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
    color: #f1ece5;
    text-shadow: 0 -1px 0 #db5601;
    background: #ea9429;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e68426), to(#f1ad2d));
    background-image: -moz-linear-gradient(90deg, #e68426 0%, #f1ad2d 100%);
    border: 1px solid #e78626;
}
input#add_auto_delivery:hover{background: #eaa248;
                              background: -moz-linear-gradient(90deg, #e6903e 0%, #f1b84b 100%);
                              background: -webkit-gradient(linear, left bottom, left top, from(#e6903e), to(#f1b84b));
}

h2#subscriptionHeader, h4#subscriptionHeader{ text-align: center; }

p#disclaimer, a#subscriptionPage{font: 10pt Georgia, "Times New Roman", Times, serif;}

span.textLowercase{ text-transform: lowercase; }

.amntInPackWrap{ margin-bottom: 7px; }

.amntInPackWrap figure figcaption{
    position: absolute;
    top: 16%;
    left: 0;
    display: block;
    height: 28px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #f1ece5;
    text-shadow: 0 1px 1px #2a4651;
    background: #36505c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a4551), to(#435e69));
    background-image: -moz-linear-gradient(90deg, #2a4551 0%, #435e69 100%);
    border: 1px solid #2a4651;
    -webkit-box-shadow: inset 0 1px 0 #576e79;
    -moz-box-shadow: inset 0 1px 0 #576e79;
    box-shadow: inset 0 1px 0 #576e79;
}
.amntInPackWrap figure figcaption:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #15252b;
    border-left: 5px solid transparent;
}

ul.featureCheck li{ list-style-image: url("../images/feature-check.png"); padding-bottom: 5px;}

#fancybox-close {
    background: url("../images/closeIcon.gif") no-repeat scroll 0 0 transparent !important;
    right: -10px !important;
    top: 2px !important;
}

/************************************************************************************************/



/**********************CSS Cart Buttons*********************************************************/
.cart-btn{
    width: 180px;
    height: 25px;
    color: white;
    font-weight: bold;
    background:#5FA223;
    border-radius: 5px;
    text-shadow: 0 1px 0 #999 !important;
    text-align: center;
    background: #87e23d; /* Old browsers */
    background: -moz-linear-gradient(top, #87e23d 18%, #66c625 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#87e23d), color-stop(64%,#66c625)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87e23d 18%,#66c625 64%); /* IE10+ */
    background: linear-gradient(to bottom, #87e23d 18%,#66c625 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e23d', endColorstr='#66c625',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0FCA17 !important ;
}
.cart-btn:hover{
    background: rgb(95, 162, 35) !important;
    background: -moz-linear-gradient(90deg, rgb(28, 170, 23) 0%, rgb(49, 199, 20) 100%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(84, 162, 33)), to(rgb(100, 218, 44))) !important;
    border: 1px solid rgb(13, 139, 28) !important;
    color: rgb(255, 255, 255);
    text-shadow: 0 -1px 0 rgb(25, 141, 44) !important;
}
.s11_button_style{display:none;}
.s11_button_absolute_style {display:none;}

/*Exit Pop Up Email Signup*/
.favoriteEmail{
    position: absolute;
    margin-top: 191px;
    margin-left: 178px;

}

.footer-email-inputExitPOP {
    margin-left: -91px;
    height: 34px;
    padding-left: 14px;
    font-style: italic;
    width: 215px;
    border-width: 0px;
    border-style: none;
}

input.ExitPopSubmit{
    text-align: center;
    font: 900 19px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    cursor: pointer;
    color: #fdfdfd;
    font-size: 17px;
    background-color: #005287;
    margin-top: 7px;
    border-color: #fff;
    margin-left: 0px;
    width: 113px;
    border-radius: 0px;
    height: 37px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-image: none;
}
input.ExitPopSubmit:hover{
    color: #0096d6;
}

/*Footer Email Signup*/
.footer-email-signup{
    width: 574px;
    color: #666;
    font-size: 13px;
    margin-top: 24px;
    float: left;
}


.awesome-email-signup-copy {
    width: 364px;
    font-family: 'OpenSans', Helvetica, Verdana, Arial, sans-serif;
    font-size: 26.1px;
    color: #0096d6;
    margin: 16px 0 20px 0;
    float: left;
}

.awesome-email-signup-copy strong {
    color: #f79028;
    font-family: 'OpenSans', helvetica, verdana, arial, sans-serif;
    font-size: 21px;
}

.summer-email-signup-copy{
    width: 348px;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 17.1px;
    color:#0096d6;
    margin: 16px 0 20px 0;
    float: left;
}

.summer-email-signup-copy strong{
    color: #f79028;
    font-family: 'OpenSans', helvetica, verdana, arial, sans-serif;
    font-size: 41px;
}

.winter-email-signup-copy{
    width: 348px;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 19.6px;
    color:#f79028;
    margin: 16px 0 20px 0;
    float: left;
}

.winter-email-signup-copy strong{
    color: #0096d6;
    font-family: 'OpenSans', helvetica, verdana, arial, sans-serif;
    font-size: 41px;
}

.footer-email-submit{
    height: 50px;
    padding: 0px 20px;
    margin-left: 10px;

    /*
    font-size: 18px;
    color: rgb(28, 28, 28) !important;
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif !important;

    border-color: rgb(247, 144, 40);
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: #f79028;
    box-shadow: none !important;
    */
}

.footer-email-input{
    margin-left:10px;
    height: 50px;
    padding-left:5px;
    font-style: italic;
    width: 250px;
    border-width: 0px;
    border-style: none;
    background-color: rgb(217, 213, 213);
}
.email-bar{
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #fff;
    background: url(../images/shadow-light.png) no-repeat center top;
    height: 140px;
}
.email-signup-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    height: 141px;
    border-bottom: 1px solid #10191e;
}

#subscribe_form span#emailOptional{
    color: #f79028;
    font-family: 'MuseoSlabSemiBold', Times, serif;
}

#subscribe_form .hiddenField{
    display: none;
}

#subscribe_form label{
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #0096d6;
}

#subscribe_form input{
    margin: 10px 0 20px 0;
}

#subscribe_form label#genderMale,
#subscribe_form label#petsYes,
#subscribe_form label#childrenYes,
#subscribe_form label#cleanAir,
#subscribe_form label#cleanWater,
#subscribe_form label#IownHumidifer,
#subscribe_form label#IownDehumidifer,
#subscribe_form label#IownPool
{
    padding-right: 50px;
}

#subscribe_form label#genderMale,
#subscribe_form label#genderFemale,
#subscribe_form label#petsYes,
#subscribe_form label#petsNo,
#subscribe_form label#childrenYes,
#subscribe_form label#childrenNo,
#subscribe_form label#cleanAir,
#subscribe_form label#cleanWater,
#subscribe_form label#cleanBoth,
#subscribe_form label#IownHumidifer,
#subscribe_form label#IownDehumidifer,
#subscribe_form label#IownPool,
#subscribe_form label#IownRangeHood
{
    padding-left: 5px;
    font-family: 'OpenSans', Helvetica, Verdana, Arial, sans-serif;
    color: #575a5d;
}

#subscribe_form input.submit{
    padding: 10px 30px;
    margin-right: 20px;

    font-family: 'OpenSansSemiBold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #f1ece5;

    border: 1px solid #babcbe;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#subscribe_form input.submit.green{
    background-color: #17a208;
    width: 250px;
}

#subscribe_form input.submit.blue{
    background-color: #0096d6;
}

.footer-email-submit:hover{
    opacity: .7;
}


/*------------Expanded Content---------------------------*/
.pr-snapshot{display:none;}
.prPaContainer{width:97% !important;}
.prPaFooter{width: 97% !important;}
.prPaQaContainer {display:block;margin-left:-18px !important;}
.pr-review-sort-wrapper{border-top: 1px solid #999;padding-top: 1em !important;}
/*------------END Expanded Content---------------------------*/

/*-----------------Free Shipping Banner----------------------*/
.shipping-banner-wrap{
    width: 280px;
    height: 45px;
    border-radius: 3px;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-right: 2px;

}

.shipping-banner{
    width: 270px;
    height: 30px;
    color:rgba(68, 94, 104, 0.89);
    font-size: 19px;

    font-family: 'MuseoSlab', Georgia, Times, serif;
    font-weight: 900;
    padding-top: 10px;
    border-radius: 3px;
}
/*---------------END Free shipping Banner ----------------------*/

/*---------------Top Product Page Guar-----------------------------*/

.top-prod-guar {
    width:650px;
    border: 2px solid rgba(68, 94, 104, 0.89);
    margin-top:10px;
    padding: 4px 0px 0px 20px;
}

.top-prod-guar-slab {
    color: #1c1c1c;
    font-size: 17px;
    font-family: 'MuseoSlab', Georgia, Times, serif;
    font-weight: 900;
}
.top-prod-guar-sans {
    color: #1c1c1c;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-family: "OpenSans", verdana, Georgia, Times, serif;
    font-weight: 200;
}

/*-------------------------Search in Hero-----------------------*/
#herosearchForm {
    margin-left: 50px;
    margin-top:10px;
}
.shop .search {
    float: left;
    height: 30px;
    padding: 15px;

}

.shop .search input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 300px;
    height: 60px;
    padding: 0 0 0 2px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#edecec));
    background: -moz-linear-gradient(90deg, #f8f8f8 0%, #edecec 100%);
    border: 1px solid #dbdbdb;
    border-right: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 18px;
    color: #555;
}

.shop .search input[type=search]:hover {
    border: 1px solid #b9b9b9;
    border-right: none;
}

.shop .search input[type=search]:focus {
    border: 1px solid #b3ddef;
    border-right: none;
}

.shop .search input[type=submit] {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: #f8f8f8 url(../images/search.png) no-repeat center;
    background: url(../images/search.png) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#d9d8d8));
    background: url(../images/search.png) no-repeat center, -moz-linear-gradient(90deg, #bbbbbb 0%, #d9d8d8 100%);
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-leftt-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #e7e7e7;
    -moz-box-shadow: inset 0 1px 0 #e7e7e7;
    box-shadow: inset 0 1px 0 #e7e7e7;
}

.shop .search input[type=submit]:active {
    border: 1px solid #a9a9a9;
    -webkit-box-shadow: inset 0 1px 2px #b0b0b0;
    -moz-box-shadow: inset 0 1px 2px #b0b0b0;
    box-shadow: inset 0 1px 2px #b0b0b0;
}

.search-title{
    display:block;
    color:white;
    font-weight:bold;
    font-size:31px;
    margin-bottom:10px;
    margin-left:20px;
    font-family: 'MuseoSlab', Georgia, "Times New Roman", Times, serif;

}

/* New Styles to Replace Tables */
.browse-by-size {
    padding-right: 10px;
    border-right: 1px dotted gray;
    margin-right: 10px;
    float: left;
    width: 152px;
}
.browse-by-level,
.filtration-level,
.two-column,
.three-column,
.four-column {
    float: left;
}
.filtration-level {
    width: 152px;
    text-align: center;
}
.two-column {
    width: 45%;
    padding: 20px 2.5%;
    text-align: left;
    float: left;
}
.size-select {
    text-align: right;
    margin-top: 45px;
}
.three-column {
    width: 30%;
    padding: 1.6%;
    text-align: center;
    padding: 20px 0;
}
.filtration-level img,
.three-column img {
    display: block;
    margin: 0 auto;
}
img.h1-logo {
    float: right;
}
.four-column {
    width: 20%;
    padding: 20px 2.5%;
}
.four-column ul {
    padding: 0 0 0 20px;
}
.two-thirds {
    padding-left:20px; float:left; width:67%;
}
button#autoDelivery{
    width:100%;
}


/*GE SMARTWATER STYLES*/

.ge-smartwater-filters .search {
    float: left;
    height: 30px;
    padding: 0px;
    border-right: 1px solid #eeeeee;
}

.ge-smartwater-filters .search input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 160px;
    height: 30px;
    padding: 0 0 0 2px;
    font-family: "OpenSans", "Lucida Grande", Lucida, Verdana, sans-serif;
    background: #f8f8f8;
    background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#edecec));
    background: -moz-linear-gradient(90deg, #f8f8f8 0%, #edecec 100%);
    border: 1px solid #dbdbdb;
    border-right: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ge-smartwater-filters .search input[type=search]:hover {
    border: 1px solid #b9b9b9;
    border-right: none;
}

.ge-smartwater-filters .search input[type=search]:focus {
    border: 1px solid #b3ddef;
    border-right: none;
}

.ge-smartwater-filters .search input[type=submit] {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: #f8f8f8 url(../images/search.png) no-repeat center;
    background: url(../images/search.png) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#d9d8d8));
    background: url(../images/search.png) no-repeat center, -moz-linear-gradient(90deg, #bbbbbb 0%, #d9d8d8 100%);
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-leftt-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #e7e7e7;
    -moz-box-shadow: inset 0 1px 0 #e7e7e7;
    box-shadow: inset 0 1px 0 #e7e7e7;
}

.ge-smartwater-filters .search input[type=submit]:active {
    border: 1px solid #a9a9a9;
    -webkit-box-shadow: inset 0 1px 2px #b0b0b0;
    -moz-box-shadow: inset 0 1px 2px #b0b0b0;
    box-shadow: inset 0 1px 2px #b0b0b0;
}
/*GEOTHERMAL STYLES*/
.geo-submit{
    width: 190px;
    height: 30px;
    margin: 20px 0;
    padding: 0;
    color: #f1ece5;
    font: 16px 'MuseoSlabSemiBold', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #111517;
    background: #445e68;
    background: -webkit-gradient(linear, left bottom, left top, from(#2b4650), to(#445e68));
    background: -moz-linear-gradient(90deg, #2b4650 0%, #445e68 100%);
    border: 1px solid #2b4650;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #586e77;
    -moz-box-shadow: inset 0 1px 0 #586e77;
    box-shadow: inset 0 1px 0 #586e77;
}

.geo-filter-by-size {
    float: left;

    width: 98%;
    margin: 0 20px 40px 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #fbfbfb;
    border: 1px solid #e4e4e4;

}

.geo-list-left {
    width:575px;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 30px;
    height: 207px;
    border: 1px solid #e4e4e4;
    margin-left: 0;
}

.geo-list-left ul {
    list-style: none;
    margin: 0 30px 0 0;
    padding:0;
    line-height: 28px;
    font-size: 16px;
    display: block;
    float: left;
}

.geo-ul-last{
    margin: 0 !important;
}

.geo-list-left ul a {
    text-decoration: none;
    display:block;
    padding:7px 10px;
    border: 1px solid #E4DDDD;
    border-radius: 5px;
    margin-bottom:10px;
}

.geo-list-left ul a:hover {
    background: rgb(95, 162, 35) !important;
    background: -moz-linear-gradient(90deg, rgb(28, 170, 23) 0%, rgb(49, 199, 20) 100%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(84, 162, 33)), to(rgb(100, 218, 44))) !important;
    border: 1px solid rgb(13, 139, 28) !important;

    color: rgb(255, 255, 255);

    text-shadow: 0 -1px 0 rgb(25, 141, 44) !important;
}

.geo-thermal-finder .filter-by-size {
    float: left;
    width: 226px;
    margin: 0 20px 0 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fbfbfb;
}
geo-thermal-finder{float:left;}

.geo-thermal-finder .filter-by-size input[type=submit] {
    width: 190px;
    height: 30px;
    margin: 20px 0;
    padding: 0;
    color: #f1ece5;
    font: 16px 'MuseoSlabSemiBold', Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #111517;
    background: #445e68;
    background: -webkit-gradient(linear, left bottom, left top, from(#2b4650), to(#445e68));
    background: -moz-linear-gradient(90deg, #2b4650 0%, #445e68 100%);
    border: 1px solid #2b4650;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #586e77;
    -moz-box-shadow: inset 0 1px 0 #586e77;
    box-shadow: inset 0 1px 0 #586e77;
}

.geo-icon{
    position: relative;
    z-index: 9999;
    right: -870px;
    top: -35px;
}

.geo {
    margin-top: 29px;
}

#geo-list-1{
    display:none;
    height: 250px;
}

#geo-list-2{
    display:none;
    height: 327px;
}

.DataLabel
{
    text-align: right;
    white-space: nowrap;
    margin-right: 6px;
}

#ErrorMessages
{
    display: none;
    border: 3px #FF0000 solid;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #FFEEEE;
}

#ErrorMessages legend
{
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 5px;
}

#ErrorMessages ul
{
    padding-left: 40px;
}

#ErrorMessages li
{
    font-weight: bold;
}

/************** shauns added cart styles *******************/
.sItem {
    padding-top: 5px;
}

.grayBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px rgb(182, 182, 182);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgb(146, 146, 146)), color-stop(1, #7f7f7f) );
    background:-moz-linear-gradient( center top, #afafaf 5%, #7f7f7f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#7f7f7f');
    background-color:#afafaf;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #7f7f7f;
    display:inline-block;
    color:#ffffff;
    font: 14px 'MuseoSlab', Georgia, "Times New Roman", Times, serif;
    padding:6px 24px;
    text-decoration:none;
    cursor: pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.cartProductsTable th {
    background-color: #E5ECF9;
    padding: 5px 8px 5px 8px;
    border-bottom: solid 1px #E5ECF9;
    border-top: solid 1px #E5ECF9;
}

.cartProductsTable .total {
    background-color: #E5ECF9;
    font-size: 1.2em;
}

.cartProductsTable td {
    border-bottom: solid 1px #E5ECF9;
    background-color: #FAFCFE;
    padding: 5px 8px 5px 8px;
}

.grayBtn:visited{
    text-decoration: none;
    color: #f1ece5;
}

.grayBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f7f7f), color-stop(1, #afafaf) );
    background:-moz-linear-gradient( center top, #7f7f7f 5%, #afafaf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#afafaf');
    background-color:#7f7f7f;
}

.grayBtn:active {
    position:relative;
    top:1px;
}

#whatsthis {
    font-size: x-small;
    font-weight: normal;
}

div#articleFAQ{
    width: 620px;
    height: 600px;
    overflow-y: scroll;
    font-family: 18px 'MuseoSlabBold', Georgia, "Times New Roman", Times, serif;
}

/*Guarantee Stylings*/

.home-guar-badge {
    position: fixed;
    bottom: 5px;
    left: 0px;
    width:80px;
    height:136px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 1px 2px #E4E4E4;
    border-radius: 3px;
}

.hover-content {
    position:absolute;
    width: 388px;
    padding: 0px 0px 10px 0px;
    border: 2px solid #f79028;
    top: 40px;
    /*    right: 563px; */
    font-family: "OpenSans", Verdana, sans-serif;
    line-height: 1.3em;
    height:0px;
    background: #fff;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;

    opacity: 0;
    pointer-events: none;

    font-size: 15px;
    color: #575a5d;
}

.hover-content strong{
    color: #f79028;
}


.hover-content-header {
    background: rgba(68, 94, 104, 0.89);
    width: 359px;
    padding:10px 10px 10px 20px;

    font-family: Verdana, Arial, sans-serif;
    font-weight:900;
    text-align: center;
    font-size: 18px;
    color:#f1ad2d;
    text-shadow: 0 0 2px #111517;

    overflow: hidden;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.hover-content-show {
    height: auto;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);

    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;

    z-index: 1000;
}

.hover-content-content {
    padding: 0px 10px 10px 0px;
}

.hover-content-content ul li {
    margin-bottom:5px;
    position: relative;
}

.guar-offer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #777;
}

.guar-small-print {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
    color: #999;
}

.learn-more {
    position: absolute;
    bottom:5px;
    right: 5px;
    font-size: 10px;
}

.prod-guar {
    margin-top:20px;
    border: 1px solid #e4e4e4;
}

/*Category Page tile style*/
.categoryTile {

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.categoryImg {
    border: 1px solid #cccccc;
    padding: 20px 5px;
    border-radius-top-left: 3px;
    border-radius-top-right: 3px;
}

.categoryImg:hover {
    border: 1px solid #b2b2b2;
}

.categoryLink {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 20px 14px 20px;
    background: aliceblue;
    line-height:18px;
    min-height:40px;
    border-radius-bottom-left: 3px;
    border-radius-bottom-right: 3px;
    font-weight: normal;
}

.categoryLink {
    border: 1px solid #b2b2b2;
}


.categoryLink a:hover{color:#005288}

.other-water-panel-products {
    background: url(../images/shadow-light.png) no-repeat center top;
    padding:10px 0px 10px 0px;
    margin:20px 0px;
    float:left;

}

.furnace-circle {float:left; margin:10px;cursor: pointer;}
.furnace-circle img {width:154px !important;}
.find-by-brand-margin {margin: 30px 0px 20px 253px !important;}
.see-all-brands-centered {
    margin-left:84px;
    clear: left;
    display: block;
    width: 258px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #818181;
    text-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#f5f5f5));
    background: -moz-linear-gradient(90deg, #ededed 0%, #f5f5f5 100%);
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.back-to-sizes {
    text-decoration: underline;
    display: block;
    background: #e4e4e4;
    border: 1px solid #999;
    width: 90px;
    padding: 3px 0px 3px 30px;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
}

.small-screen-home {display: none;}
/*Dormant Mobile Menu*/
.mobile-menu-wrapper {display:none;}
.mobile-hero-options {display:none;}

/* Purchase Guar disappear on small display*/
@media only screen and (max-width: 1100px){.home-guar-badge {opacity:0;}}

/* STYLES FOR #eff-6002a-v1 */

#eff-6002a-v1 .content .product-detail .product-info header{
    margin-bottom: 60px;
}

#eff-6002a-v1 .shipping-banner{
    font-size: 17.7px;
    color: #f79028;
}

#eff-6002a-v1 .product-stamps{
    padding-left: 23px;
    width: 61px;
    height: 61px;
}

#eff-6002a-v1 .content .product-stamps .duration06{
    background: url('../images/badges/month/6-month.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#eff-6002a-v1 .content .product-stamps .pack03{
    background: url('../images/badges/pack/3-pack.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#eff-6002a-v1 .product-features{
    padding: 0px 60px 0px 35px;
}

#eff-6002a-v1 strong.feature-list{
    font-size: 14px;
}

#eff-6002a-v1 .content .more-info{
    background: none;
}

/* END STYLES FOR #eff-6002a-v1 */



/* STYLES FOR #eff-6002a-v2 */

#eff-6002a-v2 .content .product-detail .product-purchasing .info .product-price,
#eff-6002a-v2 .purchase-option-grid .qty-price{
    color: #f79028;
}

#eff-6002a-v2 .content .product-detail .product-purchasing .buy input[type=submit]{
    border: 1px solid #17a208 !important;

    background: #17a208 !important;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.41, #156E06),
        color-stop(1, #18A208)
        ) !important;

    background-image: -o-linear-gradient(top, #156E06 41%, #18A208 100%);
    background-image: -moz-linear-gradient(top, #156E06 41%, #18A208 100%);
    background-image: -webkit-linear-gradient(top, #156E06 41%, #18A208 100%);
    background-image: -ms-linear-gradient(top, #156E06 41%, #18A208 100%);
    background-image: linear-gradient(to top, #156E06 41%, #18A208 100%);
}

#eff-6002a-v2 .content .product-detail .product-purchasing .buy input[type=submit]:hover{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.41, #156E06),
        color-stop(1, #18A208)
        ) !important;

    background-image: -o-linear-gradient(bottom, #156E06 41%, #18A208 100%);
    background-image: -moz-linear-gradient(bottom, #156E06 41%, #18A208 100%);
    background-image: -webkit-linear-gradient(bottom, #156E06 41%, #18A208 100%);
    background-image: -ms-linear-gradient(bottom, #156E06 41%, #18A208 100%);
    background-image: linear-gradient(to bottom, #156E06 41%, #18A208 100%);
}

#eff-6002a-v2 button#autoDelivery{
    line-height: 1.5em;
}

#eff-6002a-v2 input#add_to_cart{
    font-family: 'MuseoSlabSemiBold', Georgia, Times, serif;
}

/* END STYLES FOR #eff-6002a-v2 */


/* STYLES FOR #eff-6002a-v3 */

#eff-6002a-v3 .product-page-content-heading-first,
#eff-6002a-v3 .product-page-content-heading{
    color: #0096d6;
    font-size: 18px;
}

#eff-6002a-v3 .content .more-info .product-content .featureTitle{
    font-size: 16px;

}

#eff-6002a-v3 .content .more-info .product-content .descTitle{
    color: #babcbe;
}

/* END STYLES FOR #eff-6002a-v3 */

.paypal-buynow {
    text-align: center;
    margin-top: 15px;
}

.amazon-buynow {
    text-align: center;
    margin-top: 15px;
}

/* AIR FILTER FINDER */
.air-finder .page-title{
    margin-bottom: 25px;
}
.air-finder-lower {
    padding: 10px;
}
.air-finder .filter-image{
    margin-top: -22px;
    margin-right: 10px;
}

.air-finder .new-air-content{
    padding: 0 15px !important;
    text-shadow: 0 -1px 0 #111517;
}

.air-finder .new-air-content h2{
    font-size: 15px;
    color: #f79028;
}

.air-finder .new-air-content.media h2{
    font-size: 17px;
}

.air-finder .new-air-content p{
    color: #fff;
    /*    font-size: 15px; */
}

.air-finder .new-air-content.media p{
    font-size: 15px;
}

.air-finder .new-air-content a{
    color: #fff;
}

/* Progress Bar */
.air-finder .progress {
    padding-bottom: 30px;
}

.air-finder .progress a.finder-progress-step {
    display: block;
    position: relative;
    height: 119px;

    text-align: center;
    text-decoration: none;
    color: #919191;

    background: #f4f4f4;

    border: 1px solid #cfcfcf !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.air-finder .progress a.measure{
    color: #f79028;
    text-decoration: none;
}

.air-finder .progress .current a {
    border: 1px solid #0096d6;
}

.air-finder .progress .future {
    opacity: .5;
}

.air-finder .progress a .step {
    padding: 5px 10px;
    top: -10px;
    position: relative;

    font-size: 11px;
    color: #f1ece5;
    text-shadow: 0 -1px 0 #959595;

    background: #bdbdbd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}

.air-finder .progress .current a .step {
    background: #0096d6;
    text-shadow: 0 -1px 0 #0c67a1;
}

.air-finder .progress a .title {
    display: block;
    height: 10px;
    margin: 15px 0 10px 0;
    font: 10px "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    text-shadow: 0 1px 0 #fff;
}

.air-finder .progress a .thumb img{
    background: #fff;
}

/* Title */
.sub-title{
    text-align: justify;
}

.air-finder .search-buckets .bucket {
    padding: 15px;
    height: 145px;
}

.air-finder .search-buckets #oem_search_phrase {
    width: 100%;
}

.air-finder .filter-by-size{
    padding: 15px;
}

.air-finder .select-thickness a {
    margin-bottom: 7px;
}

.air-finder h2{
    font-size: 24px;
    margin-bottom: 10px;
}

.air-finder .filter-by-size h4{
    color: #8d819d;
    font-family: "OpenSansBold", "Lucida Grande", Lucida, Verdana, sans-serif;
    margin-top: 0px;
}

.filter-finder .filter-by-size .furnace-size-choice{
    overflow: hidden;
    border: 5px solid #7CAD4F;
    width: 100%;
    height: 41px;
    margin-bottom: 15px;
}

.air-finder .filter-by-size p{
    text-align: center;
    margin: 0;
}

.air-finder .filter-by-size p a{
    width: 100% !important;
    padding: 5px 0;

    color: #f1ece5;
    font-family: 'MuseoSlabSemiBold', Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #111517;

    background: #005288;
    background: -moz-linear-gradient(90deg, #005288 0%, #0E6F94 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#005288), to(#0E6F94));
    border: 1px solid #0E6F94;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #586e77;
    -moz-box-shadow: inset 0 1px 0 #586e77;
    box-shadow: inset 0 1px 0 #586e77;
}

.air-finder .filter-by-size p a:active{
    position: relative;
    top: 1px;
}

.air-finder .filter-by-size{
    margin-bottom: 10px;
}

.air-finder .filter-by-size .help-links{
    margin-top: 25px;
}

.air-finder .filter-by-size .help-links a{
    text-decoration: none;
    color: #f79028;
    font-size: 10px;
}

/* Size Page */
.air-finder .filter-by-size select{
    width: 100%;
    font-size: 20px;
    margin-bottom: 7px;
}

/* Filtration Page */
.air-finder .air-filtration{
    position: relative;
}

.air-finder .air-filtration .filtration-option{
    padding: 0px !important;
    border-radius: 7px;
    border: 1px solid #e4e4e4;
    margin: 0px 3px 0px 3px;
}

.air-finder .air-filtration .filtration-option p.filter-header{
    margin: 0px;
    padding: 7px 5px;
    text-align: center;
    min-height: 104px;
    position: relative;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom: 1px solid #e4e4e4;
    color: #fff;
}

.air-finder .air-filtration #basic .filtration-option p.filter-header{
    background-color: #000000;
    color: #fff;
}

.air-finder .air-filtration #washable .filtration-option p.filter-header{
    background-color: #3a913f;
}

.air-finder .air-filtration #dust .filtration-option p.filter-header{
    background-color: #2693ff;
}

.air-finder .air-filtration #odor .filtration-option p.filter-header{
    background-color: #fdb414;
}

.air-finder .air-filtration #allergy .filtration-option p.filter-header{
    background-color: #d52531;
}

.air-finder .air-filtration #health .filtration-option p.filter-header{
    background-color: #fff;
    color: #000;
}

.air-finder .air-filtration #basic .filtration-option p.filter-header a,
.air-finder .air-filtration #basic .filtration-option p.filter-header a span.filtration-desc,
.air-finder .air-filtration #washable .filtration-option p.filter-header a,
.air-finder .air-filtration #washable .filtration-option p.filter-header a span.filtration-desc,
.air-finder .air-filtration #dust .filtration-option p.filter-header a,
.air-finder .air-filtration #dust .filtration-option p.filter-header a span.filtration-desc,
.air-finder .air-filtration #odor .filtration-option p.filter-header a,
.air-finder .air-filtration #odor .filtration-option p.filter-header a span.filtration-desc,
.air-finder .air-filtration #allergy .filtration-option p.filter-header a,
.air-finder .air-filtration #allergy .filtration-option p.filter-header a span.filtration-desc{
    color: #fff;
}

.air-finder .air-filtration #health .filtration-option p.filter-header a,
.air-finder .air-filtration #health .filtration-option p.filter-header a span.filtration-desc{
    color: #575a5d;
}

.air-finder .air-filtration .filtration-option p.filter-header a span.filtration-title{
    font-family: 'openSansSemiBold';
    font-size: 16px;
}

.air-finder .air-filtration .filtration-option p.filter-header a span.filtration-desc{
    font-family: 'openSansLight';
    color: #f1ece5;
}

.air-finder .air-filtration .filtration-option p.filter-header a span.filtration-cost{
    font-size: 20px;
    position: absolute;
    bottom: 4px;
    right: 8px;
}

.air-finder .air-filtration .filtration-option .filtration-price-details {
    border-top: 1px solid #e4e4e4;
    width: 100%;
    padding: 8px;
    color: #000;
    text-align: center;
}

.air-finder .air-filtration .filtration-option .filtration-price-details .base-price {
    font-size: 16px;
}

.air-finder .air-filtration .filtration-option .filtration-price-details .pack-size {
    font-size: 16px;
}

.air-finder .air-filtration a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.air-finder .air-filtration img{
    width: 100%;
}

.air-finder table .main-col{
    width: 24%;
    text-align: center;
}

.air-finder table .info-col{
    width: 24%;
    text-align: left;
}

.air-finder table .overview .main-col {
    background-color: #fff;
    height: 200px;
}

.air-finder table .main-col .glyphicon-ok{
    color: #17a208;
}

.air-finder .filtration-content {
    position: relative;
}

.air-finder .filtration-content .desc-hdr {
    margin-bottom: 10px;
}

.air-finder .filter-slide .review .star-rating img {
    width: auto;
    margin: 1px 0px 2px 0px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
}

.air-finder .filter-slide .review .star-rating .star-1,
.air-finder .filter-slide .review .star-rating .star-2,
.air-finder .filter-slide .review .star-rating .star-3,
.air-finder .filter-slide .review .star-rating .star-4,
.air-finder .filter-slide .review .star-rating .star-5 {
    float: left;
    background-color: #ccc;
    border-radius: 2px;
    margin-right: 2px;
    line-height: 1em;
    padding: 0 3px 1px;
}

.air-finder .filter-slide .review .star-rating.star-2 .star-1 {
    background-color: #f47324
}

.air-finder .filter-slide .review .star-rating.star-2 .star-2 {
    background-color: #f47324
}

.air-finder .filter-slide .review .star-rating.star-3 .star-1 {
    background-color: #f8cc18
}

.air-finder .filter-slide .review .star-rating.star-3 .star-2 {
    background-color: #f8cc18
}

.air-finder .filter-slide .review .star-rating.star-3 .star-3 {
    background-color: #f8cc18
}

.air-finder .filter-slide .review .star-rating.star-4 .star-1 {
    background-color: #73b143
}

.air-finder .filter-slide .review .star-rating.star-4 .star-2 {
    background-color: #73b143
}

.air-finder .filter-slide .review .star-rating.star-4 .star-3 {
    background-color: #73b143
}

.air-finder .filter-slide .review .star-rating.star-4 .star-4 {
    background-color: #73b143
}

.air-finder .filter-slide .review .star-rating.star-5 .star-1 {
    background-color: #007f4e
}

.air-finder .filter-slide .review .star-rating.star-5 .star-2 {
    background-color: #007f4e
}

.air-finder .filter-slide .review .star-rating.star-5 .star-3 {
    background-color: #007f4e
}

.air-finder .filter-slide .review .star-rating.star-5 .star-4 {
    background-color: #007f4e
}

.air-finder .filter-slide .review .star-rating.star-5 .star-5 {
    background-color: #007f4e
}

.air-finder .filter-slide .review .star-rating.star-1 .star-1 {
    background-color: #e22027
}

.air-finder .filter-slide .review .review-avg {
    font-weight: bold;
    margin-left: 10px;
}

.air-finder .filter-slide .review .review-total {
}

.air-finder p.highlight {
    font-size: 18px;
}

/* Icon Row */
.icon-bkgd {
    background-color: rgba(0, 150, 214, .5);
    padding: 25px 0;
    margin: 25px 0;
}

.air-finder .icon-wrapper {
    text-align: center;
}

.air-finder .malo-icon img{
    width: 160px;
}

/* Find By Brand */
.air-finder .find-by-brand-wrapper .find-by-brand {
    text-align: center;
}

.air-finder .find-by-brand-wrapper .find-by-brand h2{
    text-align: center;
}

.air-finder .find-by-brand-wrapper .find-by-brand a{
    white-space: nowrap;
}

.air-finder .find-by-brand-wrapper .find-by-brand ul {
    list-style:none;
    margin: 0 0 20px;
    padding: 0;
}

.air-finder .find-by-brand-wrapper .find-by-brand ul li a {
    float: left;
    display: block;
    margin: 10px;
    background:#fff;
    padding:3px;
    border:1px solid #d7d7d7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.air-finder .find-by-brand-wrapper .find-by-brand ul li a:hover {
    border-color:#0096d6;
}

.air-finder .find-by-brand-wrapper .find-by-brand ul li a img{
    width: 60px;
}

.air-finder .find-by-brand-wrapper .find-by-brand .see-all-brands {
    text-align:center;
    line-height:30px;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    color:#818181;
    text-shadow:0 1px 0 #fff;
    background:#f1f1f1;
    background:-webkit-gradient(linear,left bottom,left top,from(#ededed),to(#f5f5f5));
    background:-moz-linear-gradient(90deg,#ededed 0%,#f5f5f5 100%);
    border:1px solid #d7d7d7;

    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;

    -webkit-box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff;
}

.air-finder .find-by-brand-wrapper .find-by-brand .see-all-brands:hover {
    background:#f4f4f4;
    background:-webkit-gradient(linear,left bottom,left top,from(#f2f2f2),to(#fafafa));
    background:-moz-linear-gradient(90deg,#f2f2f2 0%,#fafafa 100%);
}

/* Still Have Questions Section */
.air-finder .content-links h2{
    font-family: 'openSansLight';
    font-size: 18px;
}

.air-finder .new-content-links {
    text-align: center;
}

.air-finder .new-content-links ul{
    padding: 0px;
}

.air-finder .new-content-links ul li{
    list-style: none;
    padding-bottom: 15px;
}

.air-finder .new-content-links ul li a{
    text-decoration: none;
    color: #f79028;
}

.air-finder .filter-selections {
    font-family: 'OpenSans', Helvetica, Verdana, Arial, sans-serif;
    cursor: pointer;
    font-size: 18px;
}

.air-finder .filter-list {
}

.air-finder .filter-slide {
    padding: 5px;
    background: rgba(186, 188, 190, 0.2);
    margin-bottom: 4px;
}

.air-finder .filter-slide .main-info .filtration-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 8px;
}

.air-finder .filter-slide .main-info .filtration-desc {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.air-finder .filter-slide .main-info .filtration-cost {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.air-finder .filter-slide .main-info .filtration-cost .per-filter {
    font-size: 16px;
    font-weight: bold;
}

.air-finder .filter-slide .features {
    margin-top: 0px;
    margin-bottom: 5px;
}

.air-finder .filter-slide .review {
    margin-bottom: 10px;
}

.air-finder .filter-slide .price-details {
    margin-top: 0px;
}

.air-finder .filter-slide .price-details .detail-price {
    font-weight: bold;
    font-size: 18px;
    margin-top: 2px
}

.air-finder .filter-slide .price-details .pack-size {
    font-weight: bold;
    font-size: 18px;
}

.air-finder .filter-slide .price-details .pack-per-filter {
    font-weight: 800;
    font-size: 12px;
    color: rgb(175, 176, 180);
}

.air-finder .filter-slide .price-details .pack-info {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: auto;
}

.air-finder .filter-slide .features .detail-merv {
    font-weight: bold;
    margin-bottom: 5px;
}

.air-finder .filter-slide .features .detail-cf {
    font-weight: bold;
    margin-bottom: 5px;
}

.air-finder .filter-slide .add-to-cart {
    margin-top: 15px;
}

.air-finder .filter-selections .filter-filter-hdr {
    font-family: 'OpenSansBold', Helvetica, Verdana, Arial, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.air-finder .filter-selections .filter-filter-hdr .reset {
    width: 100%;
}

.air-finder .filter-selections .filter-filter-ftr {
    margin-bottom: 10px;
}

.air-finder .filter-selections .filter-choices {
    margin-bottom: 10px;
}

.air-finder input[type=radio],
.air-finder input[type=checkbox] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.air-finder input[type=radio] + label {
    width: 15.2em;
    float:right;
} 
.air-finder input[type=checkbox] ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

.air-finder input[type=checkbox]:checked ~ label:before  {
    content: "\f00c";
    font-size: 1.2em;
    color: #0096d6;
    letter-spacing: 5px;
}

.air-finder input[type=checkbox] ~ label:before {
    content: "\f096";
}

.air-finder input[type=checkbox]:checked ~ label:before {
    content: "\f046";
    color: #0096d6;
}

.air-finder input[type=checkbox]:disabled ~ label:before {
    content: "\f00d";
    color: #bbbbbb;
}

.air-finder input[type=radio] + label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 3px;
    font-size: 1.6em;
    color: #535353;
}

.air-finder input[type=radio]:checked + label:before {
    content: "\f192";
    color: #0096d6;
}

.air-finder input[type=radio]:disabled ~ label:before {
    content: "\f056";
    color: #535353;
}


/*
.air-finder .filter-selections input[type=checkbox] {
    opacity: 0;
    float:left;
}

.air-finder .filter-selections input[type=checkbox] + label {
    margin: 3px 0px 3px 20px;
    position: relative;
    font-family: "OpenSans", Helvetica, Verdana, Arial, sans-serif;
    color: #000;
    font-weight: 300;
    cursor: pointer;
    font-size: 15px;
    float: left;
}

.air-finder .filter-selections input[type=checkbox] + label::before {
    content: ' ';
    position: absolute;
    left: -35px;
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border: 1px solid #A9A9A9;
}

.air-finder .filter-selections input[type=checkbox]:disabled + label::before {
    background: #c0c0c0;
}

.air-finder .filter-selections input[type=checkbox] + label::after {
    content: ' ';
    position: absolute;
    left: -35px;
    top: 2px;
    width: 18px;
    height: 18px;
    display: block;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.air-finder .filter-selections input[type=checkbox]:checked + label::after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
*/

.air-finder .filtration-header .filter-slide-hidden {
    visibility: hidden;
    display: none;
    height: 0px !important;
}

.air-finder .filtration-header .no-matching-filters {
    border: 2px solid;
    padding-bottom: 15px;
    display: none;
}

/* END AIR FILTER FINDER */


/* Additional for Slick scrollable */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 11%;

    display: block;

    width: 22px;
    height: 120px;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    z-index: 10;

    cursor: pointer;

    color: grey;
    background: #dddddd;
    border: 1px solid #cccccc;
    outline: none;
    opacity: 0.75
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: .33;
    background: transparent;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -23px;
    padding: 3px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    font-family: FontAwesome;
    top:0;
    left:0px;
    padding-right:10px;
    content: "\f100";
}
[dir='rtl'] .slick-prev:before
{
    font-family: FontAwesome;
    top:0;
    left:0px;
    padding-right:10px;
    content: "\f101";
}

.slick-next
{
    right: -25px;
    padding: 4px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -23px;
}

.slick-next:before
{
    font-family: FontAwesome;
    top:0;
    left:0px;
    padding-right:10px;
    content: "\f101";
}
[dir='rtl'] .slick-next:before
{
    font-family: FontAwesome;
    top:0;
    left:0px;
    padding-right:10px;
    content: "\f100";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;

    position: absolute;

    top:0;
    left:0px;
    padding-right:10px;
    content: "\f111";

    width: 20px;
    height: 20px;

    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.pp-mobile input[type=submit] {
    width: 180px;
}

.finderSelectText{
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 10px;
    margin: 0 auto;
}
