/*
 *  SMITH - desktop
 *
 *
 *  version 1.0.5
 *
 */


/* #Base 1218 Grid */

html,
input,
textarea,
select,
button {
    -webkit-font-smoothing: antialiased;
}

input,
textarea,
button {
    -webkit-appearance: none;
    appearance: none;
}

.container {
    position: relative;
    width: 1218px;
    margin: 0 auto;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.container.home {
    overflow: hidden;
}

.container .column,
.container .columns {
    float: left;
    /*display: inline;*/
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.row {
    margin-bottom: 30px;
}


/* Nested Column Classes */

.column.alpha,
.columns.alpha {
    margin-left: 0;
}

.column.omega,
.columns.omega {
    margin-right: 0;
}


/* Base Grid */

.container .one.column,
.container .one.columns {
    width: 48px;
}

.container .two.columns {
    width: 126px;
}

.container .three.columns {
    width: 204px;
}

.container .four.columns {
    width: 282px;
}

.container .five.columns {
    width: 360px;
}

.container .six.columns {
    width: 438px;
}

.container .seven.columns {
    width: 516px;
}

.container .eight.columns {
    width: 594px;
}

.container .nine.columns {
    width: 672px;
}

.container .ten.columns {
    width: 750px;
}

.container .eleven.columns {
    width: 828px;
}

.container .twelve.columns {
    width: 906px;
}

.container .thirteen.columns {
    width: 984px;
}

.container .fourteen.columns {
    width: 1062px;
}

.container .fifteen.columns {
    width: 1140px;
}

.container .sixteen.columns {
    width: 1218px;
}

.container .one-third.column {
    width: 376px;
}

.container .two-thirds.column {
    width: 782px;
}


/* Offsets */

.container .offset-by-one {
    padding-left: 78px;
}

.container .offset-by-two {
    padding-left: 156px;
}

.container .offset-by-three {
    padding-left: 234px;
}

.container .offset-by-four {
    padding-left: 312px;
}

.container .offset-by-five {
    padding-left: 390px;
}

.container .offset-by-six {
    padding-left: 468px;
}

.container .offset-by-seven {
    padding-left: 546px;
}

.container .offset-by-eight {
    padding-left: 624px;
}

.container .offset-by-nine {
    padding-left: 702px;
}

.container .offset-by-ten {
    padding-left: 780px;
}

.container .offset-by-eleven {
    padding-left: 858px;
}

.container .offset-by-twelve {
    padding-left: 936px;
}

.container .offset-by-thirteen {
    padding-left: 1014px;
}

.container .offset-by-fourteen {
    padding-left: 1092px;
}

.container .offset-by-fifteen {
    padding-left: 1170px;
}


/* #Clearing */


/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}


/* You can also use a <br class="clear" /> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* #Basic Styles
================================================== */

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: "Smith", Sans-Serif;
    font-size: 13px;
    line-height: 1.2rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 200;
}

html {
    height: 100%;
}

#site-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}



/*
 *   FONTS
 */

@font-face {
    font-family: "Smith";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.svg") format("svg");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Smith";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-LightItalic-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-LightItalic-Web.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-LightItalic-Web.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/Smith-LightItalic-Web.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-LightItalic-Web.svg") format("svg");
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: "Smith";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Regular-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Regular-Web.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-Regular-Web.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/Smith-Regular-Web.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-Regular-Web.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Smith";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-RegularItalic-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-RegularItalic-Web.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-RegularItalic-Web.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/Smith-RegularItalic-Web.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-RegularItalic-Web.svg") format('svg');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Smith";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.svg") format("svg");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Smith";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.svg") format('svg');
    font-style: italic;
    font-weight: 600;
}


/* miller stuff goes here */

@font-face {
    font-family: "SmithSerif";
    src: local('SmithSerif-Italic');
    src: url("/_ui/desktop/smithoptics/fonts/a65a90c5-5633-4d9c-a3a2-0cf3cd58263e-2.eot");
    src: url("/_ui/desktop/smithoptics/fonts/a65a90c5-5633-4d9c-a3a2-0cf3cd58263e-2.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/a65a90c5-5633-4d9c-a3a2-0cf3cd58263e-1.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/a65a90c5-5633-4d9c-a3a2-0cf3cd58263e-3.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/a65a90c5-5633-4d9c-a3a2-0cf3cd58263e-4.svg") format("svg");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "SmithSerif";
    src: local('SmithSerif-Italic');
    src: url("/_ui/desktop/smithoptics/fonts/f4faaf9f-0b5c-416d-8eec-66c13aea0516-2.eot");
    src: url("/_ui/desktop/smithoptics/fonts/f4faaf9f-0b5c-416d-8eec-66c13aea0516-2.eot") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/f4faaf9f-0b5c-416d-8eec-66c13aea0516-1.ttf") format("truetype"), url("/_ui/desktop/smithoptics/fonts/f4faaf9f-0b5c-416d-8eec-66c13aea0516-3.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-4.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}


/*  Legacy font faces with real names... */

/*@font-face {
    font-family: "Smith Medium";
    src: url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot");
    src: url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot?") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-3.woff") format("woff"), url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Smith Bold";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.svg") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.ttf") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-Medium-Web.woff") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Smith Extra Cond Light";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.svg") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.ttf") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-Light-Web.woff") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Smith Extra Cond Bold Italic";
    src: url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.eot");
    src: url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.svg") format("embedded-opentype"), url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.ttf") format("woff"), url("/_ui/desktop/smithoptics/fonts/Smith-MediumItalic-Web.woff") format("truetype");
    font-style: italic;
    font-weight: bold;
}
*/

/*@font-face {
  font-family: "Smith";
  src: url("/_ui/desktop/smithoptics/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-2.eot");
  src: url("/_ui/desktop/smithoptics/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-2.eot?") format("embedded-opentype"),
       url("/_ui/desktop/smithoptics/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-3.woff") format("woff"),
       url("/_ui/desktop/smithoptics/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Smith Medium";
  src: url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot");
  src: url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot?") format("embedded-opentype"),
       url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-3.woff") format("woff"),
       url("/_ui/desktop/smithoptics/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Smith Bold";
  src: url("/_ui/desktop/smithoptics/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-2.eot");
  src: url("/_ui/desktop/smithoptics/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-2.eot?") format("embedded-opentype"),
       url("/_ui/desktop/smithoptics/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-3.woff") format("woff"),
       url("/_ui/desktop/smithoptics/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-1.ttf") format("truetype");
  font-style: normal;
   font-weight: bold;
  }
@font-face {
  font-family: "Smith Extra Cond Light";
  src: url("/_ui/desktop/smithoptics/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-2.eot");
  src: url("/_ui/desktop/smithoptics/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-2.eot?") format("embedded-opentype"),
       url("/_ui/desktop/smithoptics/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-3.woff") format("woff"),
       url("/_ui/desktop/smithoptics/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Smith Extra Cond Bold Italic";
  src: url("/_ui/desktop/smithoptics/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-2.eot");
  src: url("/_ui/desktop/smithoptics/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-2.eot?") format("embedded-opentype"),
       url("/_ui/desktop/smithoptics/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-3.woff") format("woff"),
       url("/_ui/desktop/smithoptics/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-1.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}*/


/* Fonts for Hysmith 

@font-face {
  font-family: "Smith";
  src: url("/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-2.eot");
  src: url("/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-2.eot?") format("embedded-opentype"),
       url("/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-3.woff") format("woff"),
       url("/fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Smith Medium";
  src: url("/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot");
  src: url("/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot?") format("embedded-opentype"),
       url("/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-3.woff") format("woff"),
       url("/fonts/640954f9-af4a-4859-aa1c-6506d63b721a-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Smith Bold";
  src: url("/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-2.eot");
  src: url("/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-2.eot?") format("embedded-opentype"),
       url("/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-3.woff") format("woff"),
       url("/fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-1.ttf") format("truetype");
  font-style: normal;
   font-weight: bold;
  }
@font-face {
  font-family: "Smith Extra Cond Light";
  src: url("/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-2.eot");
  src: url("/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-2.eot?") format("embedded-opentype"),
       url("/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-3.woff") format("woff"),
       url("/fonts/fe1fef98-1487-472e-a34f-079648cce4e4-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Smith Extra Cond Bold Italic";
  src: url("/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-2.eot");
  src: url("/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-2.eot?") format("embedded-opentype"),
       url("/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-3.woff") format("woff"),
       url("/fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-1.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}

*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    color: #333333;
}

h1 {
    font-family: "SmithSerif", Serif;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: 0;
    padding: 0px;
    margin: 0px auto 32px;
}
h2{
  font-family: "Smith", Sans-Serif;
  font-weight: bold;
  padding: 0px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

p {
    font-size: 12px;
    color: #333333;
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: normal;
    color: #333;
}

small {
    font-size: 80%;
}

hr {
    border: solid #ababab;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}


/* #Lists
================================================== */


/*ul, ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
}
ul.large li {
    line-height: 21px;
}
li p {
    line-height: 21px;
}*/


/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}


/* #Misc
================================================== */

.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}


/* Links */

a {
    transition: color .2s, border .2s;
    -webkit-transition: color .2s, border .2s;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #009c90;
}


/* Wordmarks */

span.wordmark {
    font-style: italic;
}

span.wordmark:after {
    content: "™";
    font-weight: 200;
    font-size: .65em;
    vertical-align: top;
    display: inline-block;
    margin-top: -.1em;
}


/* Global Definitions */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* 2015 Rebranded Fonts Styles */

.font_miller {
    font-family: "SmithSerif", Serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.font_smith_bold {
    font-family: "Smith", Sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #333333;
}

.font_smith_lite {
    font-family: "Smith", Sans-serif;
    font-weight: lighter;
    font-style: normal;
    color: #000000;
}

.font_smith {
    font-family: "Smith", Sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.underline {
    border-bottom: 1px solid #adadad;
}

a.underline:hover {
    border-bottom: 1px solid #00cabb;
}

a:hover {
    border-bottom-color: #00cabb !important;
}

.italic {
    font-style: italic;
}

.case_caps {
    text-transform: uppercase;
}

.case_title {
    text-transform: capitalize;
}

.case_lower {
    text-transform: lowercase;
}


/* Select styles Check Browser Compatibility */

select {
    font-family: "Smith", Sans-Serif;
    font-style: normal;
    letter-spacing: .05em;
    font-size: inherit;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin: auto;
    border: 1px #b3b3b3 solid;
}

select.dropdown {
    visibility: hidden;
}

select.error {
    color: #ae2c30;
}

.select-style {
    border: 1px solid #ccc;
    width: 99%;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 2px;
    overflow: hidden;
    background: url("../images/ICONS/dropdown_display_product.jpg") no-repeat 99% 50% #ffffff;
}

.select-style.error {
    border: 1px solid #ae2c30 !important;
}

.select-style select {
    padding: 4px 8px;
    line-height: 18px;
    width: 115%;
    padding-right: 25%;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select[disabled=disabled] {
    opacity: .2;
}

.select-style select:focus {
    outline: none;
}


/* Button Definitions */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Smith", Sans-Serif;
    background: #009c90;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    /* letter-spacing: .1em; */
    font-style: normal;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    margin: 15px 15px 0px 0px;
    line-height: 12px;
    padding: 12px 16px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: solid 1px #009c90;
}

.button.cancel,
button.cancel,
input[type="submit"].cancel,
input[type="reset"].cancel,
input[type="button"].cancel {
    background: #f5f5f5;
    color: #333;
    border: #ababab 1px solid;
    position: relative;
    top: -1px;
    left: -1px;
}

.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.button.white {
    font-family: "Smith", Sans-Serif;
    background: #fff;
    color: #666;
    border: solid 1px #b4b4b4;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 16px;
    text-align: center;
}

.button.white:hover {
    background: #333;
    color: #fff;
    border: solid 1px #333333;
}

.button.white.small {
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    padding: 6px 6px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.button.white.small:hover {
    border: 1px solid #333333 !important;
    color: #ffffff;
    background: #333333;
}

.button.disabled,
button.disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
input[type="button"].disabled,
.button.disabled:hover,
button.disabled:hover,
input[type="submit"].disabled:hover,
input[type="reset"].disabled:hover,
input[type="button"].disabled:hover {
    background: #999;
    border: solid 1px #999;
    border-bottom-color: #999;
    cursor: default;
}


/* #Form Elements */

label {
    display: inline-block;
    text-transform: capitalize;
}

input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="password"] {
    border: solid 1px #d3d3d3;
    background: #f5f5f5;
    margin: 2px 0px 18px;
    width: 100%;
    padding: 7px 7px;
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #000000;
    box-sizing: border-box;
}

input[type="text"][disabled="disabled"],
input[type="textarea"][disabled="disabled"],
input[type="email"][disabled="disabled"],
input[type="password"][disabled="disabled"] {
    border: solid 1px #f5f5f5;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    box-sizing: border-box;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
    appearance: radio !important;
    box-sizing: border-box;
    /*    border: 1px #ababab solid;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1em;
    margin-bottom: 0px;
    margin-right: 8px;
    background: #009c90;
    box-shadow: inset 0px 0px 1px 2px #fff;*/
}

.entry_fields input[type="text"]:active,
.entry_fields input[type="email"]:active,
.entry_fields input[type="password"]:active {
    border: solid 1px #ababab;
}

.entry_fields input[type="text"]:focus,
.entry_fields input[type="email"]:focus,
.entry_fields input[type="password"]:focus,
.select-style.focus {
    border: solid 1px #ababab;
}

input {
    outline: none;
}

:focus {
    outline-style: none;
    outline-width: 0px;
    outline-color: #fff;
}

label.for_checkbox {
    display: inline;
}

.form_instructions {
    margin-top: 10px;
}

.label_instructions {
    margin-bottom: 0px;
    font-style: italic;
}

form ul {
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

/* error messages */

#error_messages,
p.error {
    font-family: "Smith", Sans-Serif;
    text-transform: none;
    font-style: normal;
    color: #ae2c30;
    position: relative;
    letter-spacing: 0.05em;
    margin-top: -15px;
    margin-bottom: 15px
}

#globalMessages {
    clear: both;
}

#globalMessages,
p.success {
    font-style: normal;
    color: #009c90;
    position: relative;
    letter-spacing: 0.05em;
}

#globalMessages.under-heading p {
    margin-top: -32px;
    margin-bottom: 32px;
}

#globalMessages.checkout_page_errors p {
    margin-top: -20px;
    margin-bottom: 20px;
}

input.error {
    border: 1px solid #ae2c30 !important;
    background: #fff9f7 !important;
}


/* New Global Message Contianers */

#globalMessages .global_message_container {
    /* hide old error messages*/
    display: none;
}

.global_message_container {
    border-bottom: solid 1px #bababa;
    background: #f0f0f0;
    color: #333333;
    margin: 0px;
    position: relative;
    padding: 9px;
}

.global_message_container .container {
    border: none;
    cursor: pointer;
}

.global_message_container .container::before {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: -32px;
    content: "+";
    color: #dedede;
    font: arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 30px;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
}

.global_message_container:hover .container::before {
    color: #999;
}

.global_message_container.error {
    border-bottom: solid 1px #d98080;
    color: #ae2c30;
    background: #f3e2df;
}

.global_message_container.error .container::before {
    color: #edafab;
}

.global_message_container.error:hover .container::before {
    color: #ae2c30;
}

.global_message_container.success {
    border-bottom: solid 1px #77c2b3;
    color: #009c90;
    background: #e8edeb;
}

.global_message_container.success .container::before {
    color: #acd5d7;
}

.global_message_container.success:hover .container::before {
    color: #009c90;
}


/* #Color Palette */

.black {
    color: #000000;
}

.darkgray {
    color: #333333;
}

.mediumgray {
    color: #666666;
}

.lightgray {
    color: #adadad;
}

.palegray {
    color: #d3d3d3;
}

.errorred {
    color: #ae2c30;
}

.teal {
    color: #009c90;
}

.white {
    color: #ffffff;
}

.yellow,
.hot {
    color: #e8e522;
}

.blue,
.cold {
    color: #00a3da;
}


/* Sidebar Definitions */

#sidebar_column {
    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
}

#sidebar {
    position: relative;
}

#sidebar #filter {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}

#sidebar #filter li {
    margin-bottom: 32px;
}

#sidebar #filter li ul {
    width: 100%;
    margin: 0;
    padding: 0px;
}

#sidebar #filter li ul li {
    margin-top: 4px;
    border-bottom: none;
    margin-bottom: 0px;
}

#sidebar #filter a {
    display: block;
    margin: 0px auto 0px;
}

#sidebar #filter span {
    color: #333333;
    margin-left: 10px;
    display: none;
}

#sidebar #filter .facet_block-label a {
    color: #666;
    text-transform: none;
    color: #000000;
    font-weight: 200;
    text-transform: capitalize;
}

#sidebar #filter .facet_block-label:hover a {
    color: #009c90;
}

#sidebar #filter li.selected {
    display: none;
}

#sidebar #filter a.selected .facet-selected-shape-icon {
    height: 16px;
    margin-right: 40px;
    position: relative;
    top: 2px;
    float: right;
}

#sidebar #filter a.selected .facet-color-swatch {
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    margin-right: 53px;
    border-radius: 3px;
    float: right;
}

#sidebar #filter #slected_filters a.selected:hover span {
    color: #009c90;
}

#sidebar #filter a.filter_switch,
#sidebar #filter span.filter_switch {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#sidebar #filter .filter_switch .filter_switch_icon {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 30px;
}

#sidebar #filter a.filter_switch .filter_switch_icon:before {
    display: inline-block;
    font-size: 18px;
    content: "-";
    width: 11px;
    height: 11px;
    margin-right: 10px;
    outline: none;
}

#sidebar #filter a.filter_switch:hover .filter_switch_icon:before {
    content: "-"
}

#sidebar #filter a.filter_switch.down .filter_switch_icon:before {
    content: "-"
}

#sidebar #filter a.filter_switch.down:hover .filter_switch_icon {
    content: "+"
}

#sidebar #filter a.filter_switch.up .filter_switch_icon:before {
    content: "+"
}

#sidebar #filter a.filter_switch.up:hover .filter_switch_icon:before {
    content: "+";
}

#sidebar #filter .selected span {
    color: #333;
    margin-left: 10px;
    position: absolute;
    right: 40px;
    display: inline-block;
    height: 1em;
    line-height: 16px;
    font-weight: bold;
    text-transform: lowercase;
}

#sidebar #filter label {
    width: 90%;
}

#sidebar #filter_shape {
    overflow: auto;
    text-align: center;
}

#sidebar #filter_shape li {
    display: inline-block;
    width: 100px;
    /* simulates two columns */
}

#sidebar #filter .facet_block {
    opacity: 1;
    -webkit-opacity: 1;
    transition: opacity .5s, -webkit-opacity .5s;
    -webkit-transition: opacity .5s, -webkit-opacity .5s;
    width: 250px;
}

#sidebar #filter .facet_block.up {
    opacity: 0;
    -webkit-opacity: 0;
}

#sidebar #filter .facet_block.down {
    overflow: visible;
}

#sidebar #filter_shape li a.selected span {
    display: block;
    top: 17px;
    right: 8px;
}

#sidebar #filter_shape li a {
    margin: 3px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#sidebar #filter_shape li img {
    display: inline-block;
    width: 90px;
}

#sidebar #filter.sticky {
    margin-left: 0px !important;
    width: 282px !important;
}

#sidebar .colorwheel {
    margin-top: 20px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    display: block;
}

#sidebar .colorwheel .hide {
    cursor: pointer;
}

#sidebar .colorwheel .show {
    width: 130px;
    height: 130px;
}

#sidebar .colorwheel a {
    cursor:url('${contextPath}/_ui/desktop/smithoptics/images/colorwheel_cursor.png'),
    auto;
}

#sidebar .cursor {
    width: 20px;
    height: 20px;
    position: fixed;
    display: block;
    z-index: 99999;
    display: none;
}

#sidebar #colorwheel_open img {
    position: absolute;
    top: 0;
    left: 0;
}

#sidebar #colorwheel_open img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    display: block;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#sidebar #colorwheel_open img.hover.active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    display: block;
}

#sidebar #colorwheel_open {
    width: 130px;
    height: 130px;
    margin: auto;
    position: relative;
}


/* Pagination Definitions */

.pagination,
.pagination label {
    margin-bottom: 64px;
}

.pagination label {
    width: 200px;
    text-align: center;
    margin-bottom: 0;
}

.pagination .options {
    color: #333333;
}

.pagination a.link {
    border-bottom: solid 1px #666666;
    color: #666666;
    padding-right: 2px;
    padding-left: 2px;
}

.pagination a.arrow {
    border: none;
    margin-left: 5px;
}

.pagination a.link:hover,
.pagination a.arrow:hover {
    color: #009c90;
}


.pagination #in-stock-only{
  position: absolute;
  text-align: right;
  right: 0;
  margin-top: 25px;
}
.pagination #in-stock-only label{
  text-align: right;
  font-weight: normal;
}
/* Overlay Styles */

.overlay {
    text-decoration: none;
    display: block;
    position: relative;
}

.overlay_image {
    position: relative;
    z-index: 10;
    display: block;
}

.overlay_text p {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: auto;
    z-index: 100;
    text-align: left;
    /* padding: 18px; */
    width: 100%;
    text-align: center;
    bottom: 50%;
    /* height: 100%; */
    text-decoration: none;
    color: #ffffff;
    font-family: "SmithSerif", Serif;
    font-size: 32px;
    line-height: 50px;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.overlay_text p span {
    display: block;
}

.bottom .overlay_text p {
    top: auto;
    bottom: 0;
}

.right .overlay_text p {
    left: auto;
    right: 0;
    text-align: right;
}

.black .overlay_text p {
    color: #000000;
}

.darkgray .overlay_text p {
    color: #333333;
}

.gray .overlay_text p {
    color: #999999;
}

.lightgray .overlay_text p {
    color: #dedede;
}

.overlay_text {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 51;
}

.overlay.darkgray .overlay_text p,
.overlay.black .overlay_text p {
    text-shadow: none;
}

.overlay_text span.overlay_sub_text {
    text-decoration: none;
    font-family: "Smith", Sans-Serif;
    position: absolute;
    /* top:100%; */
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    width: 100%;
    top: 100%;
    /* margin-top: 9px; */
    letter-spacing: .05em;
    font-weight: normal;
}

.overlay_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 0%;
}

.bottom .overlay_shade {
    top: auto;
    bottom: 0;
}

.overlay:hover .overlay_shade {
    background-color: #999999;
    opacity: 0.70;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
    height: 100%;
}


/*

.black.overlay:hover .overlay_shade{
    background-color: #ffffff;
}
.darkgray.overlay:hover .overlay_shade{
    background-color: #ffffff;
}
.lightgray.overlay:hover .overlay_shade{
    background-color: #666666;
}

*/

.overlay.black .overlay_text {
    color: #000;
}

.overlay.darkgray .overlay_text {
    color: #333;
}


/* POPUP styles */

div.popup {
    background: #fff;
    padding: 30px;
    margin-bottom: 0;
    box-shadow: 5px 10px 30px #999
}

div.popup button {
    float: right;
}

div.popup h3 {
    font-weight: bold;
    margin-bottom: 15px;
}


/* Overlay New Styles */

.overlay_new {
    text-decoration: none;
    display: block;
    position: relative;
}

.overlay_new .overlay_image {
    position: relative;
    z-index: 10;
    display: block;
}

.overlay_new .overlay_text p {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 100;
    text-align: left;
    padding: 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-family: "Smith", Sans-Serif;
    font-size: 14px;
    text-transform: uppercase !important;
    line-height: 22px;
    text-transform: none;
    font-style: normal;
    letter-spacing: .05em;
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    -moz-transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    -o-transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    /* custom */
}

.overlay_new.bottom .overlay_text p {
    top: auto;
    bottom: 0;
}

.overlay_new.right .overlay_text p {
    left: auto;
    right: 0;
    text-align: right;
}

.overlay_new.black .overlay_text p {
    color: #000000;
}

.overlay_new.darkgray .overlay_text p {
    color: #333333;
}

.overlay_new.gray .overlay_text p {
    color: #999999;
}

.overlay_new.lightgray .overlay_text p {
    color: #dedede;
}

.overlay_new .overlay_text {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 51;
}

.overlay_new .overlay_text p span {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.overlay_new.darkgray .overlay_text p,
.overlay.black .overlay_text p {
    text-shadow: none;
}

.overlay_new .overlay_text span.overlay_sub_text {
    text-decoration: none;
    font-family: "Smith", Sans-Serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    width: 100%;
    top: 100%;
    letter-spacing: .05em;
    font-weight: normal;
}

.overlay_new.overlay_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 0%;
    -webkit-transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    -moz-transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    -o-transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    transition: all 500ms cubic-bezier(0.095, 0.855, 0.595, 0.980);
    /* custom */
}

.overlay_new.bottom .overlay_shade {
    top: auto;
    bottom: 0;
}

.overlay_new:hover .overlay_shade {
    background-color: #999999;
    opacity: 0.70;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
    height: 100%;
}

.overlay_new.black:hover .overlay_shade {
    background-color: #ffffff;
}

.overlay_new.darkgray:hover .overlay_shade {
    background-color: #ffffff;
}

.overlay_new.lightgray:hover .overlay_shade {
    background-color: #666666;
}

.overlay_new:hover .overlay_text p {
    top: 50%;
    margin-top: -40px;
}

.bottom.overlay:hover .overlay_text p {
    top: auto;
    bottom: 50%;
    margin-top: 0;
    margin-bottom: -40px;
}

.overlay_new.black .overlay_text {
    color: #000;
}

.overlay_new.darkgray .overlay_text {
    color: #333;
}


/* Facebook Overlay */

.overlay_facebook {
    text-decoration: none;
    display: block;
}

.overlay_facebook_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_facebook_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_facebook_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 3px #333;
}

.overlay_facebook_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_facebook_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    background-color: #009c90;
    width: 95%;
    height: 90%;
    margin: 2.5%;
    opacity: 0.90;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    display: table;
}

.overlay_facebook_shade_icons {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    padding: 5px;
}

.overlay_facebook:hover .overlay_facebook_shade {
    background-color: #adadad;
}

.overlay_facebook.black .overlay_facebook_text {
    color: #000;
}


/* Instagram Overlay */

.overlay_instagram {
    text-decoration: none;
    display: block;
}

.overlay_instagram_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_instagram_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: url(../images/content_slot_instagram_icon_hot.png) right bottom no-repeat;
}

.overlay_instagram_icon:hover {
    background: url(../images/content_slot_instagram_icon_hover.png) right bottom no-repeat;
}

.overlay_instagram.hot .overlay_instagram_icon {
    background: url(../images/content_slot_instagram_icon_hot.png) right bottom no-repeat;
}

.overlay_instagram.hot .overlay_instagram_icon:hover {
    background: url(../images/content_slot_instagram_icon_hover.png) right bottom no-repeat;
}

.overlay_instagram.cold .overlay_instagram_icon {
    background: url(../images/content_slot_instagram_icon_cold.png) right bottom no-repeat;
}

.overlay_instagram.cold .overlay_instagram_icon:hover {
    background: url(../images/content_slot_instagram_icon_hover.png) right bottom no-repeat;
}


/* Video Overlay */

.overlay_video {
    text-decoration: none;
    display: block;
}

.overlay_video_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_video_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: url(../images/content_slot_video_icon_hot.png) center no-repeat;
}

.overlay_video_icon:hover {
    background: url(../images/content_slot_video_icon_hover.png) center no-repeat;
}

.overlay_video.hot .overlay_video_icon {
    background: url(../images/content_slot_video_icon_hot.png) center no-repeat;
}

.overlay_video.hot .overlay_video_icon:hover {
    background: url(../images/content_slot_video_icon_hover.png) center no-repeat;
}

.overlay_video.cold .overlay_video_icon {
    background: url(../images/content_slot_video_icon_cold.png) center no-repeat;
}

.overlay_video.cold .overlay_video_icon:hover {
    background: url(../images/content_slot_video_icon_hover.png) center no-repeat;
}


/* Overlay Plus Styles */

.overlay_plus {
    text-decoration: none;
    display: block;
}

.overlay_plus_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_plus_text p,
.overlay_plus_text {
    position: relative;
    z-index: 100;
    text-align: left;
    text-decoration: none;
    color: #333;
    /* font-weight:bold; */
    font-family: "SmithSerif", Sans-Serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: .05em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_plus_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_plus_text span {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: "Smith", Sans-Serif;
    text-transform: capitalize;
    letter-spacing: .05em;
    font-weight: normal;
}

.overlay_plus_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: url(../images/hot_plus_normal.png) center no-repeat;
}

.overlay_plus:hover .overlay_plus_shade {
    background: url(../images/hot_plus_hover.png) center no-repeat;
}

.overlay_plus.hot .overlay_plus_shade {
    background: url(../images/hot_plus_normal.png) center no-repeat;
}

.overlay_plus:hover.hot .overlay_plus_shade {
    background: url(../images/hot_plus_hover.png) center no-repeat;
}

.overlay_plus.cold .overlay_plus_shade {
    background: url(../images/hot_plus_normal.png) center no-repeat;
}

.overlay_plus:hover.cold .overlay_plus_shade {
    background: url(../images/hot_plus_hover.png) center no-repeat;
}


/* Overlay IO Styles */

.overlay_io {
    text-decoration: none;
    display: block;
}

.overlay_io_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_io_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_io_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_io_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_io_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: url(../images/cold_product_io_normal.png) center no-repeat;
}

.overlay_io:hover .overlay_io_shade {
    background: url(../images/cold_product_io_hover.png) center no-repeat;
}


/* Overlay Rollover Graphic Styles */


/* Not ready for Prime Time.  Causes flicker in IE and Chrome */

.overlay_rollover {
    text-decoration: none;
    display: block;
}

.overlay_rollover_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_rollover_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_rollover_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_rollover_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_rollover_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay_rollover.black .overlay_rollover_text {
    color: #000;
}

.overlay_rollover.white .overlay_rollover_text {
    color: #fff;
}


/* Dropdown Styles */

.dropdown {
    font-family: "Smith", Sans-Serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .05em;
    text-decoration: none;
    color: #000000;
    margin: 0px auto;
    cursor: pointer;
    border: solid 1px #d3d3d3;
    width: 200px;
    position: relative;
    line-height: 14px;
}

.dropdown_display {
    background: #fff url('../images/ICONS/dropdown_display_product.jpg') top right no-repeat;
    font-family: "Smith", Sans-serif !important;
    font-style: bold;
    letter-spacing: .05em;
    height: auto;
    width: 100%;
    display: block;
}

.dropdown_items {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 100;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    width: 200px;
    border: solid 1px #d3d3d3;
}

.dropdown_items li {
    margin: 0px auto;
    text-align: left;
    cursor: pointer;
}

.dropdown_items li.outOfStock a div {
    color: #AAAAAA;
}

.dropdown_items .dropdown_selected {
    background: #d3d3d3;
}


/* Global Header */

.global_header #header_logo {
    margin-top: 18px;
    z-index: 120;
}

.global_header {
    margin-top: 18px;
}

.global_header .account_nav a,
.global_header .account_nav {
    font-family: "Smith", sans-serif;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
}

.global_header .account_nav ul {
    float: right;
    margin-bottom: 32px;
}

.global_header .account_nav ul li {
    float: left;
    padding: 0px 9px;
    position: relative;
}

.global_header .account_nav ul li:last-child {
    min-width: 0px !important;
    padding-right: 0px;
}

.global_header .account_nav_popup {
    font-size: 14px;
    line-height: 22px;
}

.global_header .account_nav .cart_count {
    font-size: 9px;
    line-height: 8px;
    vertical-align: top;
    margin: 0px;
    padding: 0px 0px 0px 2px;
    float: right;
    display: block;
    position: relative;
    top: -2px;
}

.global_header .account_nav .minicart_icon {
    width: 36px;
    height: 12px;
    background: url(../images/header/minicart_rollover.png) bottom no-repeat;
    display: inline-block;
    top: 2px;
    left: 2px;
    position: relative;
}

.global_header .account_nav .selected .minicart_icon {
    background-position: top;
}

.global_header .account_nav a:hover .minicart_icon {
    background-position: top;
}

.global_header .account_nav a:hover {
    color: #009c90;
}

.global_header .account_nav a.selected {
    color: #009c90;
}

.global_header .account_nav_popup a {
    text-decoration: none;
    font-weight: 200;
    font-size: 12px;
    color: #000;
    text-transform: none;
    border-bottom: solid 1px #adadad;
    letter-spacing: .05em;
}

.global_header .account_nav_popup a:hover {
    border-bottom: 1px solid #00cabb;
}

.global_header .account_nav_popup .entry_fields {
    text-align: left;
    text-transform: none;
    font-weight: 200;
    color: #000;
}

.global_header #account_nav_cart p {
    right: 10px;
    font-family: "Smith", sans-serif;
    letter-spacing: .05em;
}

.global_header .sub_nav #sub_nav_search ul#header_search_suggestions li a {
    margin: 0px 0;
}

ul .ui-menu-item a {
    text-transform: none;
}

ul .ui-menu-item {
    margin: 0;
}

.global_header .main_nav {
    text-align: right;
    font-family: "SmithSerif", serif;
    float: right;
    font-size: 24px;
    letter-spacing: .0em;
    color: #333333;
    text-transform: capitalize;
}

.global_header .main_nav {
    /* Menu to all caps Graphic */
    font-family: "Smith", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    letter-spacing: .05em;
    z-index: 100;
    position: absolute;
    top: 50px;
    right: 0;
}

.global_header .main_nav ul {
    float: right;
    margin-bottom: 0px;
}

.global_header .main_nav ul li {
    float: left;
    line-height: auto;
    height: 24px;
    padding: 0px 0px 16px 0px;
    margin-left: 20px;
    margin-right: 0px;
}

.global_header .main_nav ul li a {
    width: 100%;
    line-height: 24px;
    padding: 0px 5px 17px 5px;
    /* Color needs to get set if menu is Graphic*/
    color: #333;
}

.global_header .main_nav li.selected {
    background: url(../images/main_nav_selected.png) bottom center no-repeat;
}

.global_header .main_nav li.notselected {
    background-image: none;
    color: #adadad;
}

.global_header .main_nav li.notselected a {
    background-image: none;
    color: #adadad;
}


/*  .global_header .main_nav li a.search { width:87px; height:24px; display:block; float:left; text-indent:-99999px; }
    */

.global_header .main_nav li a.search:before {
    /* crop search sprite with :before8 */
    content: "";
    float: right;
    width: 14px;
    height: 14px;
    margin: 4px 11px 0 5px;
    background: url(../images/header/main_nav_search_rollover.png);
    background-position: 0 -28px;
}

.global_header .main_nav li.selected a.search:before {
    background-position: 0 -28px;
}

.global_header .main_nav li.notselected a.search:before {
    background-position: 0 -14px;
}

.global_header .main_nav li:hover a.search:before {
    background-position: 0 0px;
}

.global_header .main_nav li:hover {
    background: url(../images/main_nav_hover.png) bottom center no-repeat;
}

.global_header .main_nav li a:hover {
    color: #009c90;
}

.global_header .sub_nav {
    display: none;
    position: relative;
    overflow: hidden;
    margin-top: -64px;
    padding-top: 70px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: height .25s ease-out;
       -moz-transition: height .25s ease-out;
        -ms-transition: height .25s ease-out;
         -o-transition: height .25s ease-out;
            transition: height .25s ease-out;
}

.global_header .sub_nav div {
    opacity: 0;
    position: absolute;
    width:100%;
    -webkit-transition: opacity .25s ease-out;
       -moz-transition: opacity .25s ease-out;
        -ms-transition: opacity .25s ease-out;
         -o-transition: opacity .25s ease-out;
            transition: opacity .25s ease-out;
}
.global_header .sub_nav div.active{
    opacity: 1;
    z-index: 102;
}
.global_header .sub_nav ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.global_header .sub_nav ul li img {
    height: 100px;
    display: block;
    margin: 0px auto 10px;
}

.global_header .sub_nav ul li a {
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 9px;
    display: block;
    text-transform: uppercase;
    /* Menu down to title case */
    text-transform: capitalize;
}

.global_header .sub_nav ul li a:hover {
    color: #009c90;
}

.global_header .sub_nav ul li ul {
    padding: 0px;
    display: block;
}

.global_header .sub_nav ul li ul li {
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-transform: none;
    margin-bottom: 0px;
}

.global_header .sub_nav ul li ul li a {
    font-weight: 200;
    color: #000000;
    text-transform: none;
}

.global_header .sub_nav ul li ul li a:hover {
    color: #009c90;
}

.global_header .sub_nav #sub_nav_search {
    float: right;
    width: 100%;
    z-index: 101;
}

.global_header .sub_nav #sub_nav_search form {
    margin: 0px;
    padding: 0px;
}

.global_header .sub_nav #sub_nav_search input.button {
    border: none;
    margin-top: -50px;
    margin-right: 0px;
    width: 35px;
    height: 36px;
    float: right;
    font-size: 0px;
    background: url(../images/header/main_nav_search_rollover_white.png) no-repeat #333;
    background-position: 10px 10px;
}

.global_header .sub_nav #sub_nav_search input.button:hover {
    background-color: #009c90;
}

#sub_nav_search {
    background: #fff;
    padding-top: 20px;
    margin-top: -37px;
    padding-bottom: 21px;
}

.global_header .sub_nav #sub_nav_search input[type="text"]:active,
.global_header .sub_nav #sub_nav_search input[type="text"]:focus,
.global_header .sub_nav #sub_nav_search input[type="text"] {
    font-size: 14px;
    /* letter-spacing: .05em; */
    /* font-family: "Smith Extra Cond Bold Italic"; */
    /* font-style: italic; */
    /* font-weight: bold; */
    font-family: "Smith", Sans-Serif;
    text-align: left;
    width: 1200px;
    line-height: 14px;
    color: #d0d0d0;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    background-color: #fafafa;
    padding: 10px;
    border: solid 1px #d3d3d3;
    color: #999;
    width: 0px;
    height: 36px;
    margin-top: -50px;
    margin-right: 28px;
    display: block;
    float: right;
    transition: width .5s;
    -webkit-transition: width .5s;
}

.global_header .sub_nav #sub_nav_search ul {
    float: right;
    text-align: center;
    width: 100%;
}

.main_nav .search {}

.global_header .sub_nav #sub_nav_search ul li {
    float: right;
    text-align: center;
    display: inline-block;
    font-style: normal;
    margin: 20px;
}

.global_header .sub_nav #sub_nav_search ul li:first-child {
    margin-right: 0;
}

.global_header .sub_nav #sub_nav_search ul li a {
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .05em;
    color: #000000;
    /* text-transform: capitalize; */
    text-align: center;
    /* font-size: 12px; */
    line-height: 22px;
}

.global_header .sub_nav #sub_nav_search h4 {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
}

.global_header .account_nav_popup {
    display: none;
    right: -85px;
    top: 30px;
    width: 290px;
    position: absolute;
    z-index: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em;
    border: solid 1px #d3d3d3;
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    box-shadow: 6px 5px 15px rgba(0, 0, 0, .1);
    z-index: 1000;
}

.global_header .minicart_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.global_header .minicart_loading img {
    margin-top: -50%;
    position: absolute;
    top: 100%;
    left: -60px;
}

#account_nav_cart {
    right: 5px;
}

.global_header .account_nav_popup h4 {
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 18px;
    text-transform: none;
}

.global_header .account_nav_popup a.button {
    text-decoration: none;
    border: none;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.global_header .account_nav_popup a.button:hover {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.global_header .account_nav_popup input[type="email"]:active,
.global_header .account_nav_popup input[type="text"]:active,
.global_header .account_nav_popup input[type="password"]:active {
    border: solid 1px #d3d3d3;
}

.global_header .account_nav_popup input[type="email"]:focus,
.global_header .account_nav_popup input[type="text"]:focus,
.global_header .account_nav_popup input[type="password"]:focus {
    border: solid 1px #d3d3d3;
}

.global_header .account_nav_popup .forgotpassword,
.global_header .account_nav_popup .createaccount {
    font-family: "Smith", sans-serif;
    text-decoration: none;
    border-bottom: solid 1px #adadad;
    font-weight: normal;
    /*    font-style:italic;*/
    cursor: pointer;
}

.global_header .account_nav_popup input[type="checkbox"] {
    margin-right: 10px;
    display: inline-block;
}

.global_header .account_nav_popup.wide {
    width: 400px;
    min-height: 150px;
}

.global_header .minicart h4 {
    font-weight: bold;
}

.global_header .minicart ul {
    margin: 0px;
    padding: 0px;
}

.global_header .minicart li {
    margin: 9px 0px;
    padding: 0px;
    width: 100%;
}

.global_header .minicart .minicart_image {
    float: left;
    width: 170px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.global_header .minicart .minicart_image img {
    width: 130px;
}

.global_header .minicart .minicart_product_details {
    float: right;
    position: relative;
    width: 230px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: 200;
    font-family: "Smith", sans-serif;
    text-transform: capitalize;
}

.global_header .minicart .minicart_product_details strong {
    text-transform: capitalize;
    font-weight: normal;
}

.global_header .minicart .minicart_product_title {
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-weight: bold;
}

.global_header .minicart .minicart_product_qty {
    width: 50%;
    text-align: left;
    float: left;
}

.global_header .minicart .minicart_product_price {
    width: 45%;
    text-align: right;
    float: right;
    font-weight: bold;
    padding-right: 10px;
}

.global_header .minicart .minicart_product_price .original_price {
    color: #999999;
    text-decoration: line-through;
}

.global_header .minicart .minicart_remove {
    position: absolute;
    right: 8px;
    top: 0px;
    font-weight: 200;
    text-transform: capitalize;
    font-family: "smith", sans-serif;
    border-bottom: 1px solid #dedede;
    line-height: 12px;
    color: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.global_header .minicart li .minicart_remove:hover {
    border-bottom: 1px solid #999999;
}

.global_header .minicart li:hover .minicart_remove {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.global_header .minicart .minicart_total_title {
    width: 280px;
    float: left;
    display: block;
    text-align: right;
}

.global_header .minicart .minicart_discount {
    margin-bottom: 5px;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    font-family: "Smith", sans-serif;
    font-weight: normal;
}

.global_header .minicart .minicart_total {
    margin-bottom: 18px;
    overflow: hidden;
    clear: both;
    margin-top: 9px;
    text-transform: none;
}

.global_header .minicart .minicart_total_cost {
    width: 100px;
    float: right;
    display: block;
    text-align: right;
}

.global_header .minicart .minicart_fpo_promo {
    width: 100%;
    margin: 20px 0px;
}

.global_header hr {
    margin: 0px;
    padding: 0px;
}

.global_header p {
    text-align: left;
}

.global_header .account_nav_popup input[type="text"].error,
.global_header .account_nav_popup input[type="password"].error {
    border: 1px solid #ae2c30;
}


/* Category Page Styles */

.category_newsletter_box {
    width: 360px;
    height: 215px;
    background: url(../images/category_elements/category_newsletter_box.jpg) no-repeat;
    display: table;
    color: #fff;
    text-align: center;
}

.category_newsletter_box_form {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
}

.category_newsletter_box_form h4 {
    font-family: "Smith", Sans-serif;
    font-size: 38px;
    line-height: normal;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.category_newsletter_box_form span {
    display: block;
    font-family: "Smith", Sans-serif;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .05em;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    padding: 0px;
    margin: 5px 0px;
    font-weight: bold;
}

.category_newsletter_box_form input[type="text"],
.category_newsletter_box_form input[type="email"] {
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-style: italic;
    padding: 6px 6px 5px 6px;
    color: #333;
    margin: 10px -3px 0px 0px;
    width: 150px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.category_newsletter_box_form input[type="text"]:focus,
.category_newsletter_box_form input[type="submit"]:focus,
.category_newsletter_box_form input[type="button"] {
    outline: none;
}

.category_newsletter_box_form input[type="submit"]:focus,
.category_newsletter_box_form input[type="button"]:focus {
    background: #009c90;
}

.category_newsletter_box_form input[type="submit"],
.category_newsletter_box_form input[type="reset"],
.category_newsletter_box_form input[type="button"] {
    font-family: "Smith", Sans-Serif;
    letter-spacing: .2em;
    background: #000;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    margin: 0px;
    line-height: normal;
    padding: 1px 4px 2px 7px;
    text-align: center;
}

.category_newsletter_box_form input[type="submit"]:hover,
.category_newsletter_box_form input[type="reset"]:hover,
.category_newsletter_box_form input[type="button"]:hover {
    background: #009c90;
}

.category_newsletter_box_form input[type="submit"]:active,
.category_newsletter_box_form input[type="reset"]:active,
.category_newsletter_box_form input[type="button"]:active {
    background: #009c90;
}


/*    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border:none;
         color: #333;
         font-family: "Smith", Sans-Serif;
        font-size: 11px;
        font-weight:normal;
         -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow:  none; 
        font-style:normal;
        padding: 5px 6px 4px 6px;
    }*/


/* Page Rollover Styles */

.category_bottom_left_rollover {
    display: block;
    width: 360px;
    height: 215px;
    background: url('../images/category_bottom_left_rollover.jpg') no-repeat bottom;
    text-indent: -99999px;
}

.category_bottom_left_rollover:hover {
    background-position: top;
}

.category_bottom_right_rollover {
    display: block;
    width: 360px;
    height: 215px;
    background: url('../images/category_bottom_right_rollover.jpg') no-repeat bottom;
    text-indent: -99999px;
}

.category_bottom_right_rollover:hover {
    background-position: top;
}

.category_tech_hydro-oleophobic_rollover {
    display: block;
    width: 360px;
    height: 215px;
    background: url('../images/category_elements/category_tech_hydro-oleophobic_rollover.jpg') no-repeat bottom;
    text-indent: -99999px;
}

.category_tech_hydro-oleophobic_rollover:hover {
    background-position: top;
}


/* Featured Product Carousel Styles */

.featured_product_carousel {
    width: 100%;
    height: 215px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.featured_product_carousel ul {
    list-style: none;
    text-align: center;
}

.caroufredsel_wrapper p {
    display: block;
    text-align: center !important;
    float: none;
    position: relative;
    top: 8px;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 438px;
    height: 220px;
    margin: 0;
    overflow: hidden;
}

.caroufredsel_wrapper ul li img {
    position: relative;
    left: 69px;
}

a.prev,
a.next {
    background: url(../images/featured_product_carousel_arrows.png) no-repeat transparent;
    width: 45px;
    height: 150px;
    display: block;
    position: absolute;
    top: 0;
}

a.prev {
    left: -22px;
    background-position: 26px 70px;
}

a.prev.disabled {
    background-position: 0 -100px !important;
}

a.next {
    right: -22px;
    background-position: -10px 70px;
}

a.next.disabled {
    background-position: -50px -100px !important;
}

a.prev.disabled,
a.next.disabled {
    cursor: default;
}

a.prev span,
a.next span {
    display: none;
}


/* Subcategory Product Definitions */

.subcategory.product h4 {
    font-family: "SmithSerif", Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    font-style: normal;
    letter-spacing: 0em;
    padding: 0px;
    margin: 0px auto;
    text-decoration: none;
    color: #000;
}

.subcategory.product .category_listing_price {
    display: block;
    text-decoration: none;
    font-family: "Smith", Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em;
    font-weight: 200;
}

.subcategory.product .button {
    float: right;
    margin-top: -30px;
}

.subcategory.product .addtocart .button {
    margin-top: -54px;
}

.alpha .subcategory.product .button.close {
    float: none;
}

.subcagetory.product {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    margin: 0px;
}

.subcategory.product.box.first {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #fff;
    margin-top: 0px;
    width: 915px;
    height: 100%
}

.subcategory.product.box.first .subcategory.product.image {
    float: left;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory.product.box.first .subcategory.product.details {
    float: right;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory.product.box.second {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #fff;
    margin-top: 0px;
    width: 915px;
    height: 100%;
}

.subcategory.product.box.second .subcategory.product.image {
    float: right;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory.product.box.second .subcategory.product.details {
    float: left;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory a {
    margin: 0px;
}

.subcategory.product img {
    width: 450px;
}

.subcategory.product.details img {
    width: 450px;
}

.subcategory.product.details h2 {
    font-family: "SmithSerif", Sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    text-transform: none;
    margin: 0px auto 18px;
}

.subcategory.product.details h3 {
    color: #333333;
    font-weight: bold;
    padding: 0px;
}

.subcategory.product.details .features {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 200;
}

.subcategory.product.details .features li {
    height: auto !important;
    margin: 0px;
    padding: 2px 0px !important;
}

.subcategory.product.details .price {
    color: #333333;
    padding: 0px;
    margin: 0px auto 16px;
    font-style: normal;
    font-weight: normal;
}

.subcategory.product.details .viewdetails a {
    font-family: "Smith", Sans-serif;
    /* font-style: italic; */
    text-transform: capitalize;
    letter-spacing: .05em;
    border-bottom: 1px solid #adadad;
}

.subcategory.product.details .viewdetails a:hover {
    border-bottom: 1px solid #00cabb;
}

.subcategory.product.details .details_link {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 20px;
    font-weight: normal;
}

.subcategory.product .button_spacer {
    height: 30px;
}

span.original_price {
    color: #adadad;
    margin-right: 18px;
    text-decoration: line-through;
}

.subcategory.product.variants {
    background-color: #fff;
    display: none;
    width: 906px;
    margin: 0px;
    margin-top: 52px;
    position: relative;
    z-index: 101;
}

.subcategory.product.variants.second {
    margin-left: -468px;
}

.subcategory.product.variants li {
    float: left;
    margin-right: 10px;
    padding-top: 0px;
    margin-bottom: 18px;
    width: 140px;
    white-space: normal;
    height: 120px;
}

.subcategory.product.variants li.outOfStock {
	opacity: 0.5;
}

.subcategory.product.variants img {
    width: 126px;
    opacity: 1;
}

.subcategory.product.variants h4 {
    opacity: 0;
    font-family: "Smith", Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0px;
    margin: 0px auto;
    text-decoration: none;
    text-align: center;
}

.shipping_error label {
    width: 85%;
}

.subcategory.product.variants h4 span {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Smith", Sans-Serif;
    letter-spacing: .05em;
    font-weight: 200;
    height: 40px;
}

.subcategory.product.variants a:hover h4 {
    opacity: 1;
}

.subcategory.product.variants .selected h4 {
    opacity: 1;
}

.subcategory.product.variants .selected img {
    opacity: .6;
}

.subcategory.product.expansion {
    height: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 96px;
}


/*RICK's CSS*/


/*COLLECTIONS AT HOMEPAGE-BOTTOM*/

.collection_01 {
    display: block;
    width: 100%;
    height: 215px;
    background: url("../images/HOMEPAGE/collection_content_01.jpg") no-repeat bottom;
    text-indent: -99999px;
}

.collection_01:hover {
    background-position: 0 0;
}

.collection_02 {
    display: block;
    width: 100%;
    height: 215px;
    background: url("../images/HOMEPAGE/collection_content_02.jpg") no-repeat bottom;
    text-indent: -99999px;
}

.collection_02:hover {
    background-position: 0 0;
}

.collection_03 {
    display: block;
    width: 100%;
    height: 215px;
    background: url("../images/HOMEPAGE/collection_content_03.jpg") no-repeat bottom;
    text-indent: -99999px;
}

.collection_03:hover {
    background-position: 0 0;
}


/*MAIN CAROUSEL*/

#foo2 {
    width: 100%;
    height: 460px;
    display: block;
    overflow: hidden;
    float: left;
}

#fpcarousel p {
    display: block;
    text-align: center !important;
    float: none;
    position: relative;
    top: 0px;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 438px;
    font-weight: bold;
    height: 220px !important;
    margin: 0;
    overflow: hidden;
    font-family: "SmithSerif", Serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    /* text-transform: uppercase; */
    font-style: normal;
    letter-spacing: 0em;
    padding: 0px;
    text-decoration: none;
    color: #000000;
}

#fpcarousel p .price {
    text-decoration: none;
    font-family: "Smith", Sans-Serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: .05em;
    font-weight: 200;
}

#fpcarousel ul li img {
    position: relative;
    left: 75px;
}

.caroufredsel_wrapper.pagination {
    text-align: center;
    width: 16px;
    height: 100%;
    margin-top: -440px;
    margin-right: 21px;
    position: relative;
    float: right;
}

.caroufredsel_wrapper.pagination a {
    background-image: url("../images/HOMEPAGE/carousel_pagination_sprite.png");
    background-position: 0 -16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0;
    display: inline-block;
}

.caroufredsel_wrapper.pagination a.selected {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: default;
}

.caroufredsel_wrapper.pagination a span {
    display: none;
}


/*FEATURED PRODUCT CAROUSEL*/

.featured_product_carousel {
    width: 100%;
    height: 215px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.featured_product_carousel ul {
    list-style: none;
    text-align: center;
}

.f_p_c a.prev,
a.next {
    background: url("../images/featured_product_carousel_arrows.png") no-repeat transparent;
    width: 45px;
    height: 150px;
    display: block;
    position: absolute;
    top: 0;
}

.f_p_c a.prev {
    left: -22px;
    background-position: 24px 70px;
}

.f_p_c a.prev:hover {
    left: -22px;
    background-position: -6px 70px;
}

.f_p_c a.prev.disabled {
    background-position: 0 -100px !important;
}

.f_p_c a.next {
    right: -22px;
    background-position: -99px 70px;
}

.f_p_c a.next:hover {
    right: -22px;
    background-position: -69px 70px;
}

.f_p_c a.next.disabled {
    background-position: -50px -100px !important;
}

.f_p_c a.prev.disabled,
a.next.disabled {
    cursor: default;
}

.f_p_c a.prev span,
a.next span {
    display: none;
}


/*HOT/COLD SECTION*/

#hot_cold_slider {
    display: block;
    position: relative;
    height: 43px;
    width: 256px;
    margin: 10px auto;
    padding: 0px;
    text-align: left;
    background: url("../images/HOMEPAGE/season_slide_background.png") no-repeat;
}

.slide_slider {
    display: block;
    position: absolute;
    z-index: 25;
    width: 89px;
    height: 36px;
    margin-top: 3px;
    margin-left: 50px;
    background: url("../images/HOMEPAGE/slide_hot_cold.png") no-repeat 0 0;
}

.slide_text {
    font-family: "Smith", Sans-serif;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: .05em;
    text-transform: uppercase;
    /* font-style: italic; */
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #333;
    display: block;
    float: left;
    z-index: 50;
    position: relative;
}

.slide_graphic {
    display: block;
    float: left;
    z-index: 50;
    position: relative;
}

#slide_graphic_1 {
    margin-left: 0px;
}

#slide_item_1,
#slide_item_1.slide_text.up {
    margin-left: 26px;
}

#slide_item_2,
#slide_item_2.slide_text.up {
    margin-left: 30px;
}

#slide_item_1.slide_text.down {
    margin-left: 35px;
}

#slide_item_2.slide_text.down {
    margin-left: 50px;
}

#slide_graphic_2 {
    float: right;
    margin-right: 1px;
}

.slide_text.up {
    color: #333333;
    z-index: 50;
}

.slide_text.down {
    color: #888888;
    z-index: 10;
}

.slide_graphic.show {
    visibility: visible;
}

.slide_graphic.hide {
    visibility: hidden;
}

.hidden {
    display: none;
}

#hot_cold_sections {
    position: relative;
}

#hot {
    position: relative;
    left: 0px;
    top: 0px;
}

#cold {
    position: relative;
    left: 0px;
    top: 0px;
}

.hot_cold_home_row {
    margin-bottom: 20px;
}

h3.home_section_header {
    font-family: "Smith", Sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 64px 0px 32px;
    line-height: 18px;
}


/*ERIC's CSS*/

#sidebar_column {
    margin-top: 0px;
    max-height: 100%;
    float: left;
    margin-bottom: 25px;
    width: 282px;
    z-index: 1000;
}

#sidebar h2.breadcrumbs {
  font-family: "Smith", Sans-Serif;
  text-transform: capitalize;
  padding: 0px;
  font-size:12px;
  font-weight: 200;
  margin: 0px auto 18px;
  text-decoration: none;
}

#sidebar h2.breadcrumbs a {
    border-bottom: 1px solid #adadad;
}

#sidebar h2.breadcrumbs a:hover {
    border-bottom: 1px solid #00cabb;
}

.features {
    font-family: "Smith", Sans-Serif;
    letter-spacing: .05em;
    padding: 0px;
    margin: 20px auto;
    font-weight: normal;
    color: #000000;
}

.summary {
    margin: 32px auto;
    height: auto;
    overflow: auto;
    position: relative;
    overflow: hidden;
}

.expand_summary {
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #fff;
    width: 100%;
    font-style: italic;
    padding-top: 9px;
    display: none;
}

.expand_summary:before {
    content: "...";
    display: block;
    position: absolute;
    top: -8px;
}

.expand_summary.expanded:before {
    display: none;
}

.expand_summary a {
    border-bottom: 1px #ababab solid;
    cursor: pointer;
}

.features li {
    height: 16px;
    margin: 0px;
    padding: 0px;
}

.review {
    padding: 0px;
    margin: 0px auto 32px;
}

#BVReviewSummary {
    height: 20px;
}

.review .ui-effects-wrapper {
    display: inline-block;
}

.review img {
    vertical-align: middle;
    margin-right: 20px;
}

.review a {
    border-bottom: 1px solid #adadad;
}

.review a:hover {
    border-bottom: 1px solid #00cabb;
}

#included_items {
    font-style: normal;
    margin-top: 14px
}

#included_items .included_item_one,
#included_items .included_item_two {
    text-align: center;
}

.dropdown {
    margin-bottom: 18px;
    width: 280px;
    border: 1px solid #b4b4b4;
}

.color_select .dropdown.lens {
    display: none;
}

.color_select {
    margin-bottom: 32px;
}

.dropdown_items {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1000;
    padding: 0px;
    width: 280px;
    border: 1px solid #b4b4b4;
    max-height: 350px;
    font-weight: 200;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.color_select .dropdown_items::-webkit-scrollbar,
.lens.options.active::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: rgba(255, 255, 255, .2);
}

.color_select .dropdown_items::-webkit-scrollbar-thumb,
.lens.options.active::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    border: 1px solid #fff;
}

.lens.options.active {
    display: block;
    height: auto;
    width: 320px;
    padding-right: 0 !important;
    overflow-y: scroll;
    overflow-x: visible;
}

.color_select .dropdown a div {
    width: 90%;
}

.dropdown a div {
    text-align: left;
    padding: 7px 7px;
    padding-right: 0px;
}

.color_select .dropdown a {
    line-height: 14px;
}

#sidebar .button {
    margin: 0px 0px 16px;
    width: 282px;
    padding: 10px 0px;
}
a.button:hover{
  border-bottom-color: #333333 !important;
}
.price {
    font-family: "SmithSerif", Serif;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin: 32px auto 32px;
}

#sidebar .original_price {
    text-decoration: line-through;
    color: #adadad;
}

#sidebar .wishlist {
    display: block;
}

#sidebar .add_wishlist_status {
    color: black;
}

#sidebar .wishlist a {
    border-bottom: 1px solid #adadad;
}

#sidebar .wishlist a:hover {
    border-bottom: 1px solid #00cabb;
}

.add_to_cart .button.out_of_stock {
    background: #adadad;
    cursor: default;
}

#sidebar .p2p a:hover {
    color: #009c90;
}

#sidebar .p2p {
    display: block;
    margin-bottom: 20px;
}

#sidebar .p2p .expand_p2p {
    display: inline-block;
    padding: 0 2px;
}

#sidebar .p2p .collapse_p2p {
    display: none;
    padding: 0 4px 0px 3px;
}

#sidebar .p2p a {
    font-family: "Smith", Sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    color: #000000;
    text-transform: capitalize;
    border-bottom: 1px solid #adadad;
}

#sidebar .p2p a:hover {
    border-bottom: 1px solid #00cabb;
}

#sidebar .p2p_partners {
    overflow: auto;
    margin: 20px 0px;
    display: none;
}

#sidebar .p2p_partners ul li {
    float: left;
    margin: 4px;
}

#sidebar .wishlist a:hover {
    color: #009c90;
}

.main_product_details {
    margin-bottom: 20px;
    position: relative;
}

.main_product_details .main_image.goggle,
.main_product_details .main_image.sunglass {
    position: relative;
    height: auto !important;
}

.main_product_details .main_image.goggle img,
.main_product_details .main_image.sunglass img {
    position: relative;
    left: 0px;
    z-index: 500;
}

.main_product_details .lens_info {
    display: none;
    margin-bottom: 0px;
    z-index: 100;
    position: absolute;
}

.main_product_details .lens_info.active {
    display: inline;
}

.show_lens_info.active,
.hide_lens_info.active {
    display: block;
}

.show_lens_info,
.hide_lens_info {
    display: none;
}

a.button_lens {
    font-family: "Smith", Sans-Serif;
    letter-spacing: .1em;
    background: #fff;
    border: none;
    color: #333;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    /*cursor: pointer;*/
    margin: 0px 16px 10px 0px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #b4b4b4;
    /* width:165px; */
    max-height: 30px;
    vertical-align: middle;
    padding: 6px 10px;
}

a.button_lens:hover {
    background: #333;
    color: #fff;
    text-align: center;
    border: 1px solid #333333;
}

.right_content_page .technology h4 {
    font-weight: bold;
    margin: 10px 0px 0px;
    text-transform: uppercase;
}

.pdp_social_list {
    float: right;
}

.pdp_social {
    float: left;
}

.main_product_details .main_image.goggle,
.main_product_details .main_image.sunglass {
    height: 444px;
    position: relative;
}

.pdp_social.pdp_email {
    margin-top: -6px;
    margin-left: -29px;
}

.pdp_social.pdp_pinterest {
    margin-top: -6px;
}

.pdp_social.pdp_twitter {
    margin-left: -5px;
}

.pdp_social.pdp_facebook {
    margin-left: -70px;
}

.lens.options.active {
    overflow: auto;
}

.entry_fields.stock_reminder {
    margin-bottom: 16px;
    margin-top: 30px;
}

#sidebar .entry_fields.stock_reminder h3 {
    font-family: "Smith", Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    font-weight: bold;
    margin: 0px 0px 16px;
    padding: 0px;
    font-style: normal;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    width: 100%;
    margin-top: 40px;
}

.form_buttons {
    width: 100%;
    margin-top: 16px;
    /* text-align: center; */
}

.form_buttons .button {
    margin: 15px;
}

.entry_fields.stock_reminder input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.email_friend {
    margin-bottom: 45px;
    display: none;
}

.email_friend textarea,
.email_friend textarea:active,
.email_friend textarea:focus {
    height: 100px;
    border: solid 1px #d3d3d3;
    margin: 0px 0px 15px;
    width: 95%;
    background: #f4f4f4;
    padding: 3px 5px;
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333333;
    outline: none;
}

.email_friend h3.step_header {
    font-family: "Smith Bold", Sans-Serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-align: center;
}

.email_friend p.form_instructions {
    font-family: Georgia, Serif;
    font-size: 10px;
    font-style: italic;
    letter-spacing: .05em;
    color: #333333;
    text-transform: lowercase;
}

.email_friend .summary {
    margin-top: 9px;
}

.email_friend img {
    padding: 15px 0px;
    padding-top: 0px;
}

.right_content_page h3.section_header {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 96px 0px 32px;
    line-height: 24px;
}

.container .column.right_content_page,
.container .columns.right_content_page {
    float: right;
}

.right_content_page .product_features h3.section_header {
    margin-top: 64px;
}

.product_thumb a {
    display: block;
}

.product_thumb h4 {
    visibility: hidden;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.product_thumb p {
    margin-bottom: 0px;
}

.product_thumb .lens_color {
    color: #000000;
    text-align: center;
    display: block;
    visibility: hidden;
    white-space: nowrap;
}

.product_thumb img {
    width: 204px;
}

.product_thumb.active h4 {
    visibility: visible;
}

.product_thumb.active .lens_color {
    visibility: visible;
}

.product_thumb.active img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.product_thumb a:hover h4 {
    visibility: visible;
}

.product_thumb a:hover .lens_color {
    visibility: visible;
}

.product_thumb a:hover img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.features_wrap {
    background: #f0f0f0;
    overflow: auto;
    padding: 18px 0px;
}

.product_features li.feature {
    margin-bottom: 9px;
}

.product_features .feature_list_right,
.product_features .feature_list_right {
    margin-bottom: 0px;
}

.product_features span.feature_summary {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    font-style: italic;
    font-weight: normal;
    color: #333333;
    display: block;
}

.sizing_feature img {
    vertical-align: middle;
}

.sizing_feature span {
    margin: 2px 15px auto 4px;
}

.feature_warranty .button.small.white {
    margin-left: 0px;
    margin-bottom: 0px;
    width: auto;
    margin-top: 9px;
}

.sizing_feature {
    margin-top: 17px;
}

.feature_warranty {
    margin-bottom: 0px;
}

ul.feature_inner_list {
    margin: 20px 0px;
}

.feature_inner_list li {
    font-family: "Smith", Sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .05em;
    color: #333333;
}

.show_tell {
    vertical-align: top;
}

.show_tell .three_sixty_main {
    height: 330px;
    margin-bottom: 10px;
}

.show_tell .three_sixty_main_image {
    vertical-align: middle;
}

.show_tell .three_sixty_slider {}

.show_tell .slider_instructions {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    font-style: italic;
    font-weight: normal;
    color: #333333;
    margin-bottom: 30px;
    display: block;
}

.show_tell .soundcloud {}

.show_tell .soundcloud .soundcloud_author {
    margin-bottom: 20px;
}

.show_tell .soundcloud h5 {
    font-family: "Smith Bold", Sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .1em;
    color: #333333;
    text-transform: uppercase;
}

.show_tell .soundcloud .author_role {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    font-style: italic;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
}

.show_tell .soundcloud .soundcloud_title {
    margin: 20px 0;
}

.show_tell .soundcloud .soundcloud_summary {
    font-family: "Smith", Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .05em;
    padding: 0px;
    margin: 20px auto;
    font-weight: normal;
    color: #333333;
}

.crosssell_listing h4 {
    font-family: "Smith Bold", Sans-serif;
    font-weight: bold;
    font-size: 14px;
    /* line-height: 13px; */
    /* letter-spacing: .1em; */
    color: #333333;
    /* text-transform: uppercase; */
    margin: 0px 0px 9px;
}

p.view_item {
    margin: 0 0 10px 0;
}

.footer_social_links {
    margin: 90px 0 40px;
}

.social_icon_link {
    display: inline-block;
    margin: 0px 12px;
}

.social_icon_link.first {
    margin-left: 24px;
}

.social_icon_link:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.global_footer h5 {
    font-family: "Smith", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .05em;
    /* text-transform: uppercase; */
    padding: 0px;
    font-weight: bold;
    color: #333333;
}

.global_footer .error {
    margin-top: 0;
}

.dealer_locator .footer_note p {
    font-size: 10px;
    line-height: 15px;
    font-weight: normal;
    letter-spacing: .1em;
    color: #333333;
}

.page_links ul {
    margin-bottom: 0px;
}

.page_links li {
    display: inline;
    padding-right: 5px;
    font-family: "Smith", sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
    padding: 0 9px;
}

.page_links li a {
    color: #333333;
}

.page_links p {
    font-family: "Smith", Sans-serif;
    font-size: 10px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: .1em;
    margin-top: 20px;
}

.newsletter_column {
    float: right;
    width: 261px;
}

.newsletter_column div,
.newsletter_column h5 {
    text-align: left !important;
}

.landing_links li {
    font-style: normal;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
}

.global_footer input[type="text"],
.global_footer input[type="email"] {
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font: normal 14px "Smith", sans-serif;
    letter-spacing: .05em;
    border: solid 1px #f0f0f0;
    margin-right: -3px;
    width: 230px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    background: #f0f0f0;
}

.global_footer input[type="text"]:focus,
.global_footer input[type="submit"]:focus,
.global_footer input[type="button"] {
    outline: none;
    border: solid 1px #b4b4b4;
}

.global_footer input[type="submit"]:focus,
.global_footer input[type="button"]:focus {
    background: #009c90;
}

.global_footer input[type="submit"],
.global_footer input[type="reset"],
.global_footer input[type="button"] {
    font-family: "Smith", Sans-Serif;
    letter-spacing: .2em;
    background: #333333;
    position: relative;
    left: -2px;
    top: 1px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    margin: 0px;
    line-height: normal;
    padding: 1px 4px 0px 7px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.global_footer input[type="submit"]:hover,
.global_footer input[type="reset"]:hover,
.global_footer input[type="button"]:hover {
    background: #009c90;
}

.global_footer input[type="submit"]:active,
.global_footer input[type="reset"]:active,
.global_footer input[type="button"]:active {
    background: #009c90;
}

#included_items {
    display: inline-block;
}

#included_items img {
    width: 90px;
    margin: auto;
}

#included_items .row {
    margin-bottom: 0px;
    margin-top: 10px;
}

.lens_info p.lens_name {
    color: #333333;
    font-weight: bold;
    display: inline-block;
    margin: 85px 0px 9px;
}

.lens_info p.lens_summary {
    min-height: 80px;
    margin-bottom: 9px;
}

.lens_info p.lens_vlt {
    color: #333333;
    font-weight: bold;
    display: inline-block;
    margin: 9px 0px 18px;
}

.lens_info .lens.options.goggle {
    display: none;
    padding: 0px 32px;
}

.lens_info .lens.options.goggle.active {
    display: block;
}

.lens_info .lens.options.goggle a {
    float: left;
}

.lens_info .lens.options.goggle a.active img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.lens.options.goggle span {
    display: none;
}

.lens.options.goggle p {
    display: none;
}

.lens.options.goggle img {
    margin: 9px;
}

.product_thumb .included_item_one,
.product_thumb .included_item_two,
.product_thumb .goggle_strap {
    display: none;
}

.cart_error_messages.active {
    visibility: visible;
    font-family: Georgia, Serif;
    font-style: italic;
    color: #ae2c30;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 0px 10px 0px;
    font-weight: normal;
    text-transform: none;
}

#prescription-button {
    float: right;
    position: relative;
    top: -10px;
}

.cart-promotions li span a {
    color: #ae2c30;
    border-bottom: 1px solid #ae2c30;
    padding-bottom: 1px;
}

.cart-promotions li span {
    color: #ae2c30;
    margin-bottom: 5px;
    float: right;
}


/* Country Selector Styles */

.country_selector {
    position: relative;
    width: 80px;
    text-align: right;
}

.country_selector a {
    line-height: 15px;
}

.country_selector img {
    display: block;
    float: right;
    margin: 0px 3px;
}

.siteCountryList li img {
    padding-left: 10px;
    float: right;
}

.siteCountryList li img {
    padding-left: 10px;
    float: right;
}

.siteCountryList li a {
    line-height: 18px;
    padding-bottom: 4px;
}

.country_selector ul.country_list {
    display: none;
    right: -20px;
    top: 22px;
    width: 290px;
    position: absolute;
    z-index: 1000;
    font-size: 10px;
    border: solid 1px #333333;
    background: #fff;
    padding: 8px;
    margin: 0px;
    text-align: center;
}

.country_selector ul.country_list li {
    float: right;
    padding: 0px;
    margin: 2px;
    display: table;
    width: 22%;
}

.country_selector ul.country_list li a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 4px 10px 4px 2px;
}

.country_selector ul.country_list li a:hover {
    background: #e0e0e0;
}

.country_selector a .country_selector_arrow {
    display: block;
    width: 11px;
    height: 8px;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    background: url(../images/country_selector/country_selector_arrow_rollover.png) bottom left no-repeat;
    float: right;
    text-indent: -9999em;
    text-align: left;
    outline: none;
}

.country_selector a:hover .country_selector_arrow {
    background-position: bottom right;
}

.country_selector a .country_selector_arrow.up {
    background-position: top left;
}

.country_selector a:hover .country_selector_arrow.up {
    background-position: top right;
}

.country_selector a .country_selector_arrow.down {
    background-position: bottom left;
}

.country_selector a:hover .country_selector_arrow.down {
    background-position: bottom right;
}

.country_selector .selected .country_selector_arrow {
    background-position: top right;
}

.country_selector a.selected:hover .country_selector_arrow {
    background-position: top right;
}

.country_selector a.selected {
    color: #009c90;
}


/* Overlay Collection */

.overlay_collection {
    text-decoration: none;
    display: block;
    height: 215px;
    position: relative;
}

.overlay_collection_image {
    z-index: 10;
}

.ui-helper-hidden-accessible {
    display: none;
    position: absolute;
}

.overlay_collection_text {
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* display: table; */
    background: #009C90;
    opacity: .8;
    position: absolute;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.overlay_collection_text p {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: .0em;
    position: absolute;
    width: 100%;
    bottom: 50%;
    margin-bottom: 0px;
}

.overlay_collection_text span.overlay_sub_text {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: normal;
    position: absolute;
    width: 100%;
    top: 100%;
}

.overlay_collection:hover .overlay_collection_text {
    background: #666;
    opacity: .7;
}

#ui-id-1 {
    left: -2px;
    text-align: right;
    position: relative;
    top: -2025px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 1264px;
    left: -2px;
    text-align: right;
    position: relative;
    top: -2025px;
}

.ui-menu-item {
    width: 1192px;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li {
    position: relative;
    top: 101px;
    right: -24px;
}

.ui-autocomplete {
    top: 2025px;
    position: relative;
}


/*
 *
 *  CSS icons
 *
 *
 */

div.css_playbutton:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: .44em solid transparent;
    border-bottom: .44em solid transparent;
    border-left: .75em solid rgb(255, 255, 255);
    left: 29%;
    top: 14%;
}

div.css_playbutton:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    position: absolute;
    background: rgb(200, 200, 200);
    background: rgba(255, 255, 255, .5);
}

.black div.css_playbutton:before {
    background: rgb(50, 50, 50);
    background: rgba(0, 0, 0, .2);
}

.black div.css_playbutton:after {
    border-left: .75em solid rgb(0, 0, 0);
    border-left: .75em solid rgba(0, 0, 0, 0.3);
}

div.css_playbutton {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    font-size: 67px;
}


/*
*
*  CSS moved from presctipion page may be redundent  
*
*/

.color_select .dropdown.coating.activeShop,
.color_select .dropdown.rx.lens.activeShop,
.color_select span.lens_span.activeShop,
.color_select span.coating_span.activeShop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.color_select a.add_lens.active,
.color_select a.back_to_frame.active,
.add_to_cart a.full_rx.active,
.add_to_cart a.frame_only.active {
    display: inline-block;
}

.color_select a.back_to_frame,
.color_select a.add_lens {
    font-style: normal;
    display: none;
    background: #fff;
    border: 1px solid #333;
    color: #333;
}

.color_select a.back_to_frame:hover,
.color_select a.add_lens:hover {
    background: #000;
    color: #fff;
}

.add_lens input[type="checkbox"] {
    margin-right: 10px;
}

.add_lens {
    font-family: "Smith", Sans-serif !important;
    font-size: 10px !important;
    color: #333333;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-style: normal;
}

.options_overlay {
    display: none;
    position: absolute;
    min-height: 115px;
    z-index: 200;
    min-width: 282px;
}

#lang_selector_popup.account_nav_popup{
  width:auto;
  padding:10px;
  right: -10px;
}
#lang_selector_popup .lang_list{
  margin-bottom: 0;
}

#lang_selector_popup li{
  display: block;
  float:none;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}
#lang_selector_popup li a{
  font-family: "Smith", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  border: none;
  }
#lang_selector_popup li a:hover{
  color: #009c90;
}

#fitbox-flipper{
  perspective: 1000;
  overflow: visible;
  width:906px;
}

#fittingbox_wrapper #fittingbox_canvas{
  height: 538px;
}

#product-hero{
  position:relative;
  z-index: 50;
  -webkit-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
     -moz-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
       -o-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
          transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}
#product-hero.inactive{
  opacity:.5;
  transform: translateX(936px);
}

.fitbox-button.button.white{
  display: inline-block;
  margin:0;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #dedede;
  background-color:rgba(255,255,255,.2);
  margin: 0px 10px;
}
.fitbox-button.button.white:first-child{
  margin-left:0;
}
.fitbox-button.button.white:last-child{
  margin-right:0;
}
#fittingbox_wrapper{
  opacity:0;
  z-index: 49;
  width: 0;
  overflow:hidden;
  position:absolute;
/*  transform: rotateY(-180deg);*/
  -webkit-transition: opacity .25s ease-in-out, width .5s ease-in-out;
     -moz-transition: opacity .25s ease-in-out, width .5s ease-in-out;
      -ms-transition: opacity .25s ease-in-out, width .5s ease-in-out;
       -o-transition: opacity .25s ease-in-out, width .5s ease-in-out;
          transition: opacity .25s ease-in-out, width .5s ease-in-out;
}
#fittingbox_wrapper.active{
  opacity:1;
  width: 906px;
  z-index: 51;
  transform: rotateY(0deg);
  -webkit-transition: opacity .25s .25s ease-in-out, width .45s .05s ease-in-out;
     -moz-transition: opacity .25s .25s ease-in-out, width .45s .05s ease-in-out;
      -ms-transition: opacity .25s .25s ease-in-out, width .45s .05s ease-in-out;
       -o-transition: opacity .25s .25s ease-in-out, width .45s .05s ease-in-out;
          transition: opacity .25s .25s ease-in-out, width .45s .05s ease-in-out;
}
#fittingbox_wrapper.active.expanded{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  top: 0;
  left: 0;
  z-index: 1000;
}
#fittingbox_pannel,
#fittingbox_menu{
  display:none;
}
.expanded #fittingbox_pannel
.expanded #fittingbox_menu{
  display:block;
}
.active.expanded #fittingbox_container{
  width: 1218px;
  margin: auto;
  margin-top: 130px;
}
.active.expanded #fittingbox_menu{
  height: 200px;
  margin-right: 30px;
}

#fittingbox_pannel{
  background: #ffffff;
}

.fitbox-container{
  position: relative;
}

.fitbox-controls{
  position: absolute;
  padding: 15px;
}

.fitbox-controls.bottom{
  bottom: 0;
  top: auto;
}
.fitbox-controls.top{
  top: 0;
  bottom: auto;
}
.fitbox-controls.left{
  left: 0;
  right: auto;
}
.fitbox-controls.right{
  left: auto;
  right: 0;
}
.fitbox-controls #fitbox-close,
.fitbox-controls .fittingbox-webcam-menu-button{
  font-size:32px;
  font-weight: normal;
  cursor:pointer;
}
.fitbox-controls #fitbox-close:hover,
.fitbox-controls .fittingbox-webcam-menu-button:hover{
  font-size:32px;
  color: #dedede;
  font-weight: normal;
}
.fitbox-controls .fittingbox-webcam-menu-button,
.fitbox-controls .fittingbox-webcam-menu-button:hover{
  font-size: 20px;
}
/*.product_thumbs_list.fitlive .product_thumb{
  opacity:.3;
}
.product_thumbs_list.fitlive .product_thumb[data-fit-live='true']{
  opacity: 1;
}*/
.fitbox-blocker{
  width: 100%;
  height: 0%;
  background: url("/_ui/desktop/smithoptics/images/ajax.gif") no-repeat center center #ffffff;
  opacity: 0;
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  -webkit-transition: opacity .5s .5s ease-in-out, height 0s 1s ease-in-out;
     -moz-transition: opacity .5s .5s ease-in-out, height 0s 1s ease-in-out;
      -ms-transition: opacity .5s .5s ease-in-out, height 0s 1s ease-in-out;
       -o-transition: opacity .5s .5s ease-in-out, height 0s 1s ease-in-out;
          transition: opacity .5s .5s ease-in-out, height 0s 1s ease-in-out;
}
.fitbox-blocker.active{
  opacity:1;
  height:100%;
}


.product.variants .outOfStock {
	opacity: 0.5;
}

