/**
 * Magento
 *
 * @category    design
 * @package     meigeetheme_default
* @copyright   Copyright (c) 2010-2014 MeigeeTeam. (http://www.meigeeteam.com)
 * @template_version    1.9
 */

/* Reset ================================================================================= */
 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: top;
}
/* HTML5 display-role reset for older browsers */
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;
}
.col-one{width: 1px;}
img {
     max-width: 100%;
     width: auto;
}

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; display:inline-block; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

.clear,
.clear-2{clear:both;}
/* ======================================================================================= */


/* Global Styles ========================================================================= */

body {
    color: #888;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    background-color: #111;
    -webkit-text-size-adjust: 100%;
}
input,select,textarea,button{
    font-family: 'Lato', Arial, sans-serif;
}
body.page-popup{background:#fff!important; padding:18px;}
body.page-popup a.product-image{width:auto; display:inline-block; margin-bottom: 0.75em; float: none;}
body.page-popup .product-name{float: none;}
body.page-popup .minimal-price-link{text-align: left;}
body.page-popup .ratings{margin-bottom: 0.75em;}
body.page-popup .price-box{margin-bottom: 0.75em;}
body.page-popup button{margin-bottom: 0.75em;}
body.page-popup .backstretch{display: none;}

/* Indents */
hr.indent-9,
hr.indent-12,
hr.indent-18,
hr.indent-24,
hr.indent-28,
hr.indent-32,
hr.indent-36,
hr.indent-40,
hr.indent-46,
hr.indent-52,
hr.indent-56,
hr.indent-60{padding: 0; border: none; background: none; height: 0;}

hr.indent-9 {margin:.75em 0;}
hr.indent-12 {margin: 1em 0;}
hr.indent-18 {margin: 1.5em 0;}
hr.indent-24 {margin: 2em 0;}
hr.indent-28 {margin: 2.333em 0;}
hr.indent-32 {margin: 2.5em 0;}
hr.indent-36 {margin: 3em 0;}
hr.indent-40 {margin: 3.333em 0;}
hr.indent-46 {margin: 3.883em 0;}
hr.indent-52 {margin: 4.333em 0;}
hr.indent-56 {margin: 4.667em 0;}
hr.indent-60 {margin: 5em 0;}

/* invisible indents */
hr.white-space{margin-top: 0;}

/* solid indents */
hr.solid{border-bottom:1px solid #B4B4B4;}

/* dotted indents */
hr.dotted{border-bottom:1px dotted #B4B4B4;}

/* dashed indents */
hr.dashed{border-bottom:1px dashed #B4B4B4;}

/* Footer */
/* solid indents */
.footer-second-line hr.solid,
.footer-second-line hr.dotted,
.footer-second-line hr.dashed,
.footer-bottom-wrapper hr.solid,
.footer-bottom-wrapper hr.dotted,
.footer-bottom-wrapper hr.dashed{border-bottom-color:#444;}

/* Boxed Layout */
body.boxed-layout .container_12 { padding-left: 50px; padding-right: 50px;}
body.boxed-layout .container_12 { background-color:#fff; }
body.boxed-layout .topline { background: none; opacity: 1; filter:alpha(opacity=100); box-shadow: none; border:0px; padding: 0 !important;}
body.boxed-layout header#header {margin: 0;}
body.boxed-layout #footer {background: none; border: none;}
body.boxed-layout #footer .footer-topline  {background: none; padding: 0;}
body.boxed-layout #footer .footer-topline .container_12 {padding-top: 2.333em; padding-bottom: 4.5em; border-top: solid 1px #ddd;}
body.boxed-layout #footer .footer-second-line {background: none; padding: 0;}
body.boxed-layout #footer .footer-second-line > .container_12 {background-color: #222; padding-top: 4.5em; padding-bottom: 0.75em;}
body.boxed-layout #footer  > .container_12 {background-color: #111;}
body.boxed-layout .header-slider-holder .container_12 { background-color: #fff;}
body.boxed-layout .header-wrapper,
body.boxed-layout .content-wrapper,
body.boxed-layout .home-text-blocks,
body.boxed-layout .header-slider-wrapper,
body.boxed-layout header#header,
body.boxed-layout header#header .topline {background: none;}
body.boxed-layout header#header.floating .topline {box-shadow: none;}
body.boxed-layout header#header.floating .topline .container_12 {box-shadow: 0 1px 9px rgba(0,0,0,.1);}
body.boxed-layout header#header > .container_12 {background-color: #fff;}

/* Background Paterns */
.black-and-white {background: transparent center top fixed no-repeat;}
.pandora {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/pandora.png) center top repeat;}
.pandora-2 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/pandora_2.png) center top repeat;}
.degreee-fabric {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/degreee_fabric.png) center top repeat;}
.degree-gray {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/degree_gray.png) center top repeat;}
.beige-paper {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/beige_paper.png) center top repeat;}
.bgnoise-lg {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/bgnoise_lg.png) center top repeat;}
.bright-squares {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/bright_squares.png) center top repeat;}
.brushed-alu {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/brushed_alu.png) center top repeat;}
.cardboard {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/cardboard.png) center top repeat;}
.circles {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/circles.png) center top repeat;}
.concrete-wall-2 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/concrete_wall_2.png) center top repeat;}
.concrete-wall-3 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/concrete_wall_3.png) center top repeat;}
.cork-1 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/cork_1.png) center top repeat;}
.crosses {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/crosses.png) center top repeat;}
.cubes {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/cubes.png) center top repeat;}
.diagonal-noise {background:transparent center top repeat;}
.diamonds {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/diamonds.png) center top repeat;}
.double-lined {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/double_lined.png) center top repeat;}
.elastoplast {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/elastoplast.png) center top repeat;}
.elegant-grid {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/elegant_grid.png) center top repeat;}
.exclusive-paper {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/exclusive_paper.png) center top repeat;}
.fabric-1 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/fabric_1.png) center top repeat;}
.fancy-deboss {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/fancy_deboss.png) center top repeat;}
.felt {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/felt.png) center top repeat;}
.first-aid-kit {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/first_aid_kit.png) center top repeat;}
.gold-scale {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/gold_scale.png) center top repeat;}
.green-gobbler {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/green_gobbler.png) center top repeat;}
.grunge-wall {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/grunge_wall.png) center top repeat;}
.handmadepaper {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/handmadepaper.png) center top repeat;}
.leather-1 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/leather_1.png) center top repeat;}
.light-alu {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/light_alu.png) center top repeat;}
.light-checkered-tiles {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/light_checkered_tiles.png) center top repeat;}
.light-honeycomb {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/light_honeycomb.png) center top repeat;}
.light-wool {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/light_wool.png) center top repeat;}
.littleknobs {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/littleknobs.png) center top repeat;}
.micro-carbon {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/micro_carbon.png) center top repeat;}
.noise-pattern-with-crosslines {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/noise_pattern_with_crosslines.png) center top repeat;}
.noisy {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/noisy.png) center top repeat;}
.old-mathematics {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/old_mathematics.png) center top repeat;}
.paper-1 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/paper_1.png) center top repeat;}
.paper-2 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/paper_2.png) center top repeat;}
.paper-3 {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/paper_3.png) center top repeat;}
.paven {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/paven.png) center top repeat;}
.pinstripe {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/pinstripe.png) center top repeat;}
.polaroid {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/polaroid.png) center top repeat;}
.project-papper {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/project_papper.png) center top repeat;}
.rip-jobs {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/rip_jobs.png) center top repeat;}
.rockywall {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/rockywall.png) center top repeat;}
.roughcloth {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/roughcloth.png) center top repeat;}
.silver-scales {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/silver_scales.png) center top repeat;}
.small-tiles {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/small_tiles.png) center top repeat;}
.smooth-wall {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/smooth_wall.png) center top repeat;}
.soft-circle-scales {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/soft_circle_scales.png) center top repeat;}
.soft-wallpaper {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/soft_wallpaper.png) center top repeat;}
.square-bg {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/square_bg.png) center top repeat;}
.stucco {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/stucco.png) center top repeat;}
.subtle-freckles {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/subtle_freckles.png) center top repeat;}
.subtle-orange-emboss {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/subtle_orange_emboss.png) center top repeat;}
.vichy {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/vichy.png) center top repeat;}
.washi {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/washi.png) center top repeat;}
.wavecut {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/wavecut.png) center top repeat;}
.white-carbon {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/white_carbon.png) center top repeat;}
.white-sand {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/white_sand.png) center top repeat;}
.white-texture {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/white_texture.png) center top repeat;}
.whitey {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/whitey.png) center top repeat;}
.xv {background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/paterns/xv.png) center top repeat;}

.clear-container{width:100%; overflow:hidden;}
.ie-fix{position:relative; width:100%;}

a {
    text-decoration:none;
    -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;
}
a:hover {text-decoration:none;}
:focus        { outline:0; }
i {transition: all .8s ease; -moz-transition: all .8s ease; -webkit-transition: all .8s ease; -o-transition: all .8s ease;}
/* Headings */
h1            { font-size:1.5em; line-height:normal; font-weight:normal; }
h2            { font-size:1.33em; line-height:normal; font-weight:normal; margin-bottom:0.57em;}
h3            { font-size:1.09em; line-height:normal; font-weight:bold; margin-bottom:0.69em;}
h4            { font-size:1em; line-height:normal; font-weight:bold; margin-bottom:0.75em;}
h5            { font-size:0.91em; line-height:normal; font-weight:bold; margin-bottom:0.83em;}
h6            { font-size:0.91em; line-height:normal; font-weight:normal; margin-bottom:0.83em;}

body.sidebar-left .col2-left-layout .col-main { float: right !important;}
body.sidebar-right .col2-left-layout aside.sidebar { float: right !important;}

.content-wrapper .container_12{background-color:#FFF;}
.catalog-product-compare-index .add-to-links .link-compare,
.catalog-product-compare-index .add-to-links .link-wishlist{
    width: auto;
    height: auto;
    background: none;
    -moz-border-radius:0;
    border-radius:0;
    margin-top: 1em;
}

.box {
    border:1px solid #e5e5e5;
    padding: 0.75em;
    margin: 0 0 0.75em 0;
}

/* toTop Button */
#toTop {
    z-index: 9991;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    font-size: 0;
}
#toTopHover{opacity: 1!important; filter: alpha(opacity=100);}
#toTopHover i {font-size: 14px; color: #888; width: 42px; height: 42px; line-height: 42px; text-align: center; background-color: #eee;}
#toTopHover i:hover {background-color: #222; color: #fff;}

#toTop:active, #toTop:focus {
    outline:none;
}
.focus input,
.focus textarea {border-color: #5eb9f3!important;}
/* Fancybox */
a.fancybox {
    display: block;
    z-index: 999;
}

.background-wrapper {
    bottom: 0;
    overflow: hidden;
    position: absolute !important;
    top: 0;
}

/*Home Slider*/
.slider-container{position:relative;}
.slider-container.widget-container{padding:0; display:block; z-index: 1;}
.slider-container.widget-container .products-grid .price-box {margin-bottom: .75em; padding-bottom: 1em; border-bottom: solid 1px #ddd;}
.no-widget{padding:1.5em;}
.slider-container .slider-text-box h2{font-size:4em; line-height:1.2em; font-weight:100; color:#333;}
.slider-container .slider-text-box p{font-size:1.5em; line-height:1.44em;}
.home-slider {position:relative;}
.home-slider-container{position:relative;}
.home-slider-container .products-grid li.item .indent{padding-right:10px; padding-left: 10px;}
.home-slider-container .widget-slider{height:200px; width: 100% !important;}
.slider-container .four-products .home-slider li.item {width: 313px;}
.slider-container .five-products .home-slider li.item {width: 250px; padding-left: 1px;}
.slider-container .six-products .home-slider li.item {width: 208px; padding-left: 1px }
.es-carousel-wrapper{
    padding:0;
    position:relative;
    display:block!important;
    zoom:1;
    height:auto;
}
.slider_2 .slider-container.widget-container {margin-bottom:6em;}
.slider_2 .widget-slider li.item {width:305px;}
.carousel-ul{width:100%; display:block!important;}
.es-carousel-wrapper .products-grid li.item{position:static; display:block!important;}

.es-carousel-wrapper .products-grid li.item{float:left;}
.es-carousel{
    overflow:hidden;
}
.es-carousel ul li a{
    display:block;
}
.es-carousel ul li a img{
    display:block;
    border:none;
    max-height:100%;
    max-width:100%;
}
.slider_2 .slider-container .prev,
.slider_2 .slider-container .next {height:380px; line-height:380px;}

.slider-container .prev,
.slider-container .next{
    position: absolute;
    display: block;

    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=0);
    cursor: pointer;
    text-align: center;
    top: 36%;
    margin-top: -20px;
}
.slider-container .prev i,
.slider-container .next i {
    font-size: 1.16em;
    line-height: 40px;
    color: #aaa;
    width: 40px;
    height: 40px;
}
.slider-container .prev i:hover,
.slider-container .next i:hover {color: #222; background-color: #eee;}
.slider-container .prev {left: -50px;}
.slider-container .next {right: -50px;}
.mobile-device .slider-container .prev,
.mobile-device .slider-container .next,
.slider-container:hover .prev,
.slider-container:hover .next{opacity:1; filter: alpha(opacity=100);}

.slider-container.slider-2 .home-slider-container .products-grid li.item{
    width:245px;
}
.slider-container.slider-2 .home-slider-container .products-grid li.item .indent{
    padding-left: 2px;
    padding-right: 18px;
}
.slider-container.slider-2 .home-slider-container .next{
    right: -3px;
}

/* widgets */
.widget{margin:0!important;}
.widget .widget-title{padding:0!important; margin:0!important;}
.widget .widget-title h1,
.widget .widget-title h2{margin:0;}
.widget .products-grid .product-image,
.widget .products-list .product-image{
    width: auto !important;
    height: auto !important;
}
.widget .products-list .product-shop{
    margin:0!important;
}
.widget .widget-products{clear: both;}


/*.col-main{margin-bottom:1.5em;}*/
.main-container{width: 100%; padding-bottom: 3.667em; padding-top: 2em;}
.cms-home .main-container{padding-top: 0;}
/* Form Elements */
input,select,textarea,button {font-size: 1em;line-height: 1.5em; vertical-align:middle; color:#444; border-radius: 0; -moz-border-radius: 0;}
input.input-text,select{height:18px;}
input.input-text,select,textarea {background: #fff; border: 1px solid #ddd; }
select, input.input-text,textarea {padding: 5px 11px; color: #aaa; font-size: .91em;}
select {padding: 8px 11px; height: 33px;}
select option { padding-right:10px; }
select.multiselect{height:auto;}
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top:0;}
input.checkbox { margin-right:3px; }
input[type="text"],
textarea,
input[type="password"] {-webkit-appearance: none;}
input.qty {
    border: solid 1px #dfdfdf;
    height: 35px;
    width: 35px;
    background-color: #fff;
    text-align: center;
    font-size: 1em;
    color: #888;
    line-height: 35px;
    margin: 0 4px;
    padding: 0;
    float: left;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button {overflow: visible; width: auto; border: 0; padding: 0; margin: 0; background: transparent; cursor: pointer;}
button.button span {
    float: left;
    height: 29px;
    text-align: center;
    white-space: nowrap;
    border: solid 4px #eee;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
button.button span span {
    height: auto;
    background: none;
    border:none;
    line-height: 29px;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa;
    padding: 0 18px;
}
button.button:hover span span {color: #fff;}
button.button.btn-quick-view:hover span span {color: #fff;}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/* Form lists */
/* Grouped fields */
.form-list{margin:0.75em 0;}
.form-list li { margin:0 0 0.75em; }
.form-list label {float: left; font-weight: normal; position: relative; z-index: 0; font-size: .91em; padding-bottom: 5px;}
.form-list label.required em {float: right; font-style: normal; color: #e85131; position: absolute; top: 0; right: -8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .input-box.customer-dob {width: 360px;}
.form-list .field { float:left; width:324px; }
.form-list input.input-text { width:303px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:310px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:626px; }
.form-list li.wide textarea { width:627px; }
.form-list li.wide select { width:677px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename {width: 125px;}
.form-list .name-middlename input.input-text {width: 90px;}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:199px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width: 164px;}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {width: 80px;}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {width: 46px;}
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:0.42em 0 0; padding:0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; margin-left: 5px; }
.buttons-set p.required { margin:0 0 0.42em; }

.fieldset {border: 1px solid #ddd; padding: 1.5em 20px; margin: 0 0 1.5em; }
.fieldset .legend {
    display: block;
    text-align: left;
    border-bottom: solid 4px #eee;
    color: #eee;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    line-height: 1.583em;
    padding-bottom: .75em;
    margin-bottom: 1.5em;
}
/* Form Validation */
.validation-advice {clear: both; min-height: 13px; margin: 3px 0 0; padding-left: 0; font-size: .83em; line-height: 1.5em; color: #f00;}
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
p.required {font-size: .91em; text-align: right; color: #f71616;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; position:relative;}
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    padding:12px 19px 9px 35px!important;
    font-size:1em!important;
    font-weight:normal!important;
}
.error-msg { background-color:#edcbc7; color:#97807e;}
.success-msg { background-color:#c5ecc1; color:#7c967a;}
.note-msg,
.notice-msg { background-color:#e3e3cf; color:#909083; margin-bottom: 10px;}

.error-msg i,
.success-msg i,
.note-msg i,
.notice-msg i{
    position: absolute;
    top: 14px;
    left: 17px;
}
.messages .messages-close-btn{
    position:absolute;
    width:13px;
    height:13px;
    right:13px;
    top:14px;
    cursor:pointer;
    font-size:0;
    color: #7c9479;
    background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/close.png) no-repeat;
}
.messages .messages-close-btn i{font-weight: 100; left: 0; top: 0;}

ul.i-am-new { list-style:none !important; margin:0 !important; padding:0 !important; width:100%; overflow:hidden; }
ul.i-am-new li {
    text-align: center;
    border-style:solid;
    border-width:1px;
    border-top: 0px;
    background: transparent center top repeat-x;
    padding:8px 9px 7px 69px!important;
    font-size:1.09em!important;
    text-transform:uppercase;
    font-weight:normal!important;
}

ul.i-am-new li.warning { border-color:#ffc237; background-color:#ffeaa8; color:#a76200; }
ul.i-am-new li.error { border-color:#8b0000; background-color:#f70000; color:#fff; }
ul.i-am-new li.success { border-color:#50c24e; background-color:#8be68b; color:#1a761a; }

/* BreadCrumbs */
.breadcrumbs-wrapper{padding:22px 0; border:1px solid #000;}
nav.breadcrumbs {
    text-align: left;
    float: none;
    position: relative;
    margin-bottom: 1em;
    margin-top: -1em;
}
nav.breadcrumbs li { display:inline; }
nav.breadcrumbs li span {
    margin: 0 4px;
    color: #aaa;
    position: relative;
    transition: color .8s ease;
    -moz-transition: color .8s ease;
    -webkit-transition: color .8s ease;
    -o-transition: color .8s ease;
}
nav.breadcrumbs li a:hover + span:after {display: inline-block;}
nav.breadcrumbs li span:after {content: ''; position: absolute; right: 0; height: 5px; width: 5px; border-radius: 2px; top: 50%; margin-top: -2px; display: none;}
nav.breadcrumbs li span i {font-size:.8em;line-height:2em;color:#bbb;}
nav.breadcrumbs li a {font-size: .91em; color: #aaa;}
nav.breadcrumbs li strong{font-size: .91em; color: #aaa;}

/* Page Heading */
.page-title {margin-bottom: 1.5em; border-bottom: solid 4px #eee; padding-bottom: 1em; position: relative;}
.widget .widget-title h1,
.widget .widget-title h2,
.widget-title h1,
.widget-title h2,
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6{font-size: 3em; color: #222; margin: 0; line-height: 1.5em; font-weight: 400;}
.widget-title {margin-bottom: .75em; width: 100%; overflow: hidden;}
header.rating-title {margin-bottom: 2.333em; width: 100%; overflow: hidden;}
.widget-title h1,
.widget-title h2,
.widget .widget-title h1,
.widget .widget-title h2,
header.rating-title h2 {display: block!important; float: left; vertical-align: middle; margin: 0; padding: 0 20px; font-size: 2.5em!important; color: #222!important; line-height: 1.583em; font-weight: 400!important; text-transform: uppercase;}
header.rating-title h2 {margin: 0 -2px 0 -3px; float: left; display: block !important;}
.left-divider,
.right-divider {display: block; float: left; margin-top: 1.8em; border-bottom: solid 4px #eee;}
.widget-title .left-divider,
.widget-title .right-divider{display: block; float: left; margin-top: 2em;}

.widget .widget-title .left-divider,
.widget .widget-title .right-divider{
    float: left;
    margin-top: 2.08em;
}
.widget .widget-title h1,
.widget .widget-title h2{
    float: left;
}


.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.toolbar .pager {
    display: none;
}
.toolbar .pager > p {float:right;}
header.page-title .amount{
    display: block;
    margin: 0;
    color: #888;
    position: absolute;
    top: auto;
    bottom: 1.25em;
    left: 0;
    font-style: italic;
    font-size: 1em;
}
.toolbar .pager .pager-box,
.toolbar .pager label,
.toolbar .pager strong span,
.toolbar .pager a span {display:none;}
.toolbar .view-mode strong {color: #fff;}
.toolbar .view-mode a {color:#aaa;background-color:#eee;}
.toolbar .view-mode a:hover {color:#fff;}
.toolbar .pager .limiter {
    float:right;
}
.toolbar .pager .limiter label {
    margin-right:0.63em;
    margin-top:7px;
    float:left;
}
.toolbar .limiter .sbSelector{line-height: 1.6em;}
.pager .limiter ul{float:left;}
.pager .limiter ul li{float:left;}
.pager .limiter ul li.last{background:none;}
.pager .limiter ul li a{display:block; padding:0.63em 12px;}
.pager .limiter ul li a:hover,
.pager .limiter ul li a.selected{color:#fff;}

.pager .pages {
    float:left;
    padding-top:7px;
}
.pager .pages li a{text-decoration:none;}
.pager .pages li a.i-previous,
.pager .pages li a.i-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.667em;
    color: #888;
}
.pager .pages li a.i-previous i {position: relative; line-height: 16px;}
.pager .pages li a.i-next i {position: relative; left: 1px; line-height: 16px;}

.pager .pages strong {font-weight:normal;}
.pager .pages .current {text-decoration:underline;}
.pager .pages img {
    position:relative;
    top:-2px;
    margin-left:2px;
}

/* Sorter */
.sorter .view-mode {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0;
    margin-right: 20px;
    vertical-align: middle;
}
.sorter .view-mode label {display:none;}
.sorter .view-mode .grid,
.sorter .view-mode .list {display: inline-block; float: left;}
.sorter .view-mode i {width: 34px; height: 34px; text-align: center; line-height: 35px; font-size: 1.16em; color: #fff;}
.sorter .view-mode a i {color: #aaa;}
.sorter .view-mode a:hover i {color: #fff;}
.sorter .sort-by {display: inline-block; vertical-align: middle;}
.sorter .sort-by label  {font-size: 1.16em; display: inline-block; vertical-align: middle; line-height: 1.583em; color: #888; text-transform: uppercase; font-weight: 400; padding-right: 20px;}
.sorter .sort-by select {
    height:21px;
    width:78px;
    margin-right:6px;
    margin-top:4px;
    float:left;
}
.sorter a.asc,
.sorter a.desc {display: inline-block; vertical-align: middle;}
.sorter a.asc i,
.sorter a.desc i {width: 34px; height: 34px; line-height: 34px; text-align: center; font-size: 1.16em; color: #888; background-color: #ddd;}
.sorter a.desc i:hover,
.sorter a.asc i:hover {color: #fff;}
.sorter .pager-box{display: none;}
.pages {float:right;}
.pages > strong{display: none;}
.pages li {border-left: solid 1px #ddd; display: inline-block; height: 20px; width: 42px; text-align: center;}
.pages li.i-previous-item,
.pages li.i-next-item {width: 30px;}
.pages li.i-previous-item,
.pages li.i-next-item,
.pages li:first-child,
.pages li.i-previous-item + li {border: none;}
.pages li.current span,
.pages li a {
    font-size: 1em;
    line-height: 16px;
    border: solid 2px transparent;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    margin: -5px;
    padding: 5px;
    display: inline-block;
    color: #888;
}
.pages li.current span {border-color: #222; background-color: #222; color: #fff;}
.pages li a:hover {border-color: #ddd; text-decoration: none;}
.sorter .limiter {display: inline-block; vertical-align: middle; float: right; margin-top: 2px;}
.sorter .limiter label {display: none;}
.sorter .limiter ul li {float: left; border-left: solid 1px #ddd; padding: 0 6px;}
.sorter .limiter ul li:first-child {border: none;}
.sorter .limiter ul li a {display: block; min-width: 14px; border-radius: 25px; -moz-border-radius: 25px; color: #888; text-align: center; padding: 4px 5px 3px;}
.sorter .limiter ul li a:hover {background-color: #eee;}
/* Toolbar */

.toolbar {margin-bottom: 1.5em;}
.toolbar a {color:#888;}
.toolbar .sbHolder {display: inline-block; float: none; vertical-align: middle;}
.toolbar .sbSelector {border-color: #dfdfdf; min-width: 118px; padding: 5px 12px; height: 22px; line-height: 22px;}
.toolbar .sbSelector > span {font-size: 1.16em; color: #222; text-transform: uppercase; border-top-color: #888;}
.toolbar .sbOptions a {font-size:.91em;}
.i-right-previous-item{display:none!important;}
.products-grid ~ .toolbar-bottom {border-top: solid 1px #e2e2e2; margin-top: -1.667em; padding-top: 1.5em;}

.toolbar .sidebar-button{
    float: left;
    border:1px solid #eee;
    padding: 10px 11px 4px;
    cursor: pointer;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    color: #aaa;
    background-color: #eee;
    margin-right: 10px;
}
.toolbar .sidebar-button .open,
.toolbar .sidebar-button.open .close {display: none;}
.toolbar .sidebar-button.open .open {display: inline;}
.toolbar .sidebar-button i {margin-right: 5px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;}
.toolbar .sidebar-button span {line-height: 1.15;}
.toolbar .sidebar-button:hover{background-color: #eee;}
.col1-layout .toolbar .sidebar-button{display: none;}
.col-main{
    -moz-transition:width 300ms ease;
    -webkit-transition:width 300ms ease;
    -o-transition:width 300ms ease;
    transition:width 300ms ease;
}

.toolbar-bottom {border-top: solid 1px #e2e2e2; padding-top: 1.5em;}
.toolbar-bottom.no-border {border: none;}
.toolbar-bottom .amount {display: none;}
.toolbar-bottom .toolbar{ margin: 0;}
.toolbar-bottom .pager{position: relative; top: 0; background: none; border-bottom: none; box-shadow: 0 0; display: block; text-align: center;}
.toolbar-bottom .sorter {display: none;}
.toolbar-bottom .pager .pager-box {display: none!important;}
.toolbar-bottom .pager .pages {display: block; margin-bottom: 0; float: none; padding-top: 6px;}
.toolbar-bottom .pager .pages strong{display:none;}

.toolbar-bottom .i-right-previous-item{display:inline!important;}

.toolbar-bottom .pager .pages ol li.i-right-previous-item .i-previous,
.toolbar-bottom .pager .pages ol li.i-right-previous-item .i-previous span,
.toolbar-bottom .pager .pages ol li .i-next span{font-size:1.34em; font-weight:normal; line-height:0.9em; padding-left:5px;}

.toolbar-bottom .pager .amount{display:none;}
.toolbar-bottom .pager .pager-box{display:block; float:left; padding:6px 11px; color:#605d5d; background-color:#e8e8e8;}
.toolbar-bottom .sorter .sort-by,
.toolbar-bottom .sorter .asc,
.toolbar-bottom .sorter .desc,
.toolbar-bottom .limiter{display:none;}
.toolbar-bottom .sorter .pages{float: none;}

.blog-index-list .toolbar-bottom {
    border-top: none;
    padding-top: 0;
}
.blog-index-list .toolbar .sidebar-button {margin-right: 24px;}

/* Data Table */
.data-table { width:100%; margin:0.75em 0;}
.data-table th {padding: .75em; border: 1px solid #ddd; font-size: 1em; font-weight: bold; color: #222; white-space: nowrap; text-align: center;}
.cart-table th {border-top: none}
.data-table td {padding: 1.5em; border: 1px solid #ddd; vertical-align: middle;}
.cart-table td:first-child,
.cart-table th {border-left: none; padding-left: 0;}
.cart-table td:last-child,
.cart-table th {border-right: none;}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }

.data-table a.product-image {display: block; width: 64px; float: left; margin-right: 20px;}
.data-table .product-name {font-size: 1em; text-transform: none; font-weight: normal; float: left;}
.data-table .product-name a {
    font-size: 1.5em;
    line-height: 1.583em;
    text-transform: none;
    font-weight: 400;
    color: #222;
    display: inline-block;
    margin-top: -6px;
    max-width: 83%;
}
.data-table .c_actions {float:right;}
.data-table .c_actions a {float: right;}
.data-table .c_actions a i {font-size: 1.16em; color: #ddd; padding: 5px;}
.data-table .cart-label {
    font-size: 1.09em;
    font-weight: bold;
    padding-right: 7px;
    display: none;
}
.data-table .cart-price .price {font-size: 2em; line-height: 1.5em; font-weight: 300;}
.data-table div.quantity-increase {margin-right: 0;}
.data-table .qty {background-color: #eee; border-color: #eee;}
.data-table .remove {background-color: #f5f5f5;}
.data-table .remove i {
    font-size: 1.16em;
    color: #aaa;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: solid 1px #cdcdcd;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
.data-table td.buttons {padding-right: 0;}
/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:none; padding-left:0; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style-type:square; list-style-position: inside; padding-left:0; }
.std ol { list-style-type:none; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std em { font-style:italic; }

/* Misc */
.link-cart { font-weight:normal; color:#8a8a8a; }
.link-wishlist { font-weight:normal;}
.link-compare { font-weight:bold; }
.link-print { background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {
    display:block;
    line-height:0;
    overflow:hidden;
}
.btn-remove2 {display: block;}
.btn-edit{display:block; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
/* ======================================================================================= */

/* Meigee Widgets ======================================================================== */

/* Widget: Latest Twets */
.tweet_list{padding-top:0; padding-bottom:0;}
.tweet_list li{padding-bottom:18px;}
.tweet_list li.tweet_last {padding-bottom:0;}
.tweet_list li a.tweet_avatar { background: #fff; border: 1px solid #DEDEDE; float: left; margin: 0 5px 0 0 }

/* Widget: Social Links */
ul.social-links li {float: left; margin: 0!important}
ul.social-links li a i {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    color: #888;
    line-height: 40px;
    font-size: 14px;
    border-style: solid;
}
ul.social-links li a:hover i {color:#fff;}

/* //Social Links */

.twitter-share-button{min-width:120px;}

/* Widget: Brand Slider */
ul.brands { overflow: hidden;}
ul.brands li { list-style: none; float: left; margin-right: 20px; margin-bottom: 10px; position: relative;}
ul.brands li a{display: block;}
.brands.slider-container{padding:0;}
.brands.slider-container .widget-slider {height: auto;}
.brands.slider-container .widget-slider ul.brands {overflow: visible !important;}
.brands.slider-container .slider-off .next,
.brands.slider-container .slider-off .prev{display: none;}
.brands.slider-container .prev,
.brands.slider-container .next { top: 50%;}

/* Header ================================================================================ */
.header-wrapper{position: relative; z-index: 9998;}
header#header {padding: 0; margin: 0; background-color: #fff; }
header#header > .container_12 {padding-bottom: 1.5em;}
header#header .home-button{float:left; padding-right:5px;}
header#header .links {display: inline-block; vertical-align: middle; margin-left: 15px;}
header#header .links:before {content: ""; display: inline-block; border-left: solid 1px #dfdfdf; height: 22px; float: left; margin-top: 7px; margin-right: 3px;}
header#header .links li {padding: 0; position: relative; display: block; float: left;}
header#header .links li a {font-size: .91em; color: #222; padding: .75em 11px; display: block; float: left;}
header#header .links li a:hover {background-color: #f5f5f5;}
header#header .links li a.top-link-login i{display: none;}
header#header .links li a.top-link-wishlist,
header#header .links li a.top-link-cart,
header#header .links li a.top-link-account,
header#header .links li a.top-link-checkout {display: none;}

header#header .simple-list .links li a.top-link-account,
header#header .simple-list .links li a.top-link-wishlist,
header#header .simple-list .links li a.top-link-cart,
header#header .simple-list .links li a.top-link-checkout,
header#header .simple-list .links li a.top-link-login,
header#header .simple-list .links li a.top-link-logout{
    display: none;
}
header#header .simple-list.accountlink .links li a.top-link-account,
header#header .simple-list.wishlistlink .links li a.top-link-wishlist,
header#header .simple-list.cartlink .links li a.top-link-cart,
header#header .simple-list.checkoutlink .links li a.top-link-checkout,
header#header .simple-list.loginlink .links li a.top-link-login,
header#header .simple-list.loginlink .links li a.top-link-logout{display: block;}
header#header .simple-list.wishlistlink .links li a.top-link-wishlist{line-height: 1.63em;}
header#header .simple-list.wishlistlink .links li a.top-link-wishlist:hover{margin-top: 0; margin-bottom: 0;}

header#header .header-top-right .links li a.top-link-wishlist{
    width: auto;
    height: auto;
    line-height: 1.5em;
}
header#header .header-top-right .links li a.top-link-wishlist i{display: none;}
header#header .header-top-right .links li a.top-link-wishlist:hover{
    padding:0.75em 11px;
}
header#header .simple .customer-name{display: none;}
header#header .customer-name {
    font-size: .91em;
    color: #222;
    padding: .75em 11px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
header#header .customer-name:hover {background-color: #f5f5f5;}
header#header .customer-name .user i {font-size: 1.273em; vertical-align: middle; margin-right: 5px;}
header#header .customer-name .arrow i {font-size: .909em; color: #aaa; vertical-align: middle; margin-left: 3px;}
header#header .customer-name + .links {background-color: #fff; box-shadow: 0px 1px 5px rgba(0,0,0,.1); padding: 0 5px; display: none; position: absolute; right: 0; z-index: 99999; margin-left: 0!important;}
header#header .customer-name + .links:before {content: none;}
header#header .customer-name + .links li {float: none; border-top: solid 1px #eee; margin: 0 5px;}
header#header .customer-name + .links li:first-child {border-top: none;}
header#header .customer-name + .links li a {font-size: 1em; color: #666; float: none; text-align: left; margin: 0 -5px;}
header#header .customer-name + .links li{display: none;}
header#header .customer-name + .links li a.top-link-account,
header#header .customer-name + .links li.first,
header#header .customer-name + .links li.last{display: block;}

header#header .quick-access.simple-list .links{
    display: inline-block;
    position: relative;
    background: none;
    box-shadow: none;
}
header#header .quick-access.simple-list .links li{float: left;}
header#header .quick-access.simple-list.logged-in .links:before{border: none;}
header#header .mobile-links{display: none;}

header#header h2.logo,
header#header h2.small_logo {display: inline-block; vertical-align: middle; float: left; padding-top: 1.5em;}
header#header .header-top-right {display: inline-block; vertical-align: middle; float: right; text-align: right;}
header#header .logo strong,
header#header .small_logo strong{
    position:absolute;
    top:0;
    left:-120px;
    width:0;
    height:0;
    font-size:0;
    line-height:0;
    text-indent:-999em;
    overflow:hidden;
}
header#header .quick-access {padding: 1.5em 0 0; padding-bottom: 1.5em; position: relative;}
header#header .welcome-msg {display: inline-block; vertical-align: middle; font-size: .91em; color: #888; line-height: 1.5em;}
header#header #search_mini_form {display: inline-block; width: 212px; vertical-align: middle; margin-left: 20px;}
header#header #search_mini_form .search-open{display: none;}
header#header.floating #search_mini_form .search-open{
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    cursor: pointer;
    -moz-transition:background-color 300ms ease;
    -webkit-transition:background-color 300ms ease;
    -o-transition:background-color 300ms ease;
    transition:background-color 300ms ease;
}
header#header.floating #search_mini_form .search-open i.fa{
    font-size: 1.09em;
    line-height: 45px;
    color:#222;
    -moz-transition:color 100ms ease;
    -webkit-transition:color 100ms ease;
    -o-transition:color 100ms ease;
    transition:color 100ms ease;
}
header#header.floating #search_mini_form .search-open:hover,
header#header.floating #search_mini_form.show .search-open{
    background-color:#222;
}
header#header.floating #search_mini_form .search-open:hover i.fa,
header#header.floating #search_mini_form.show .search-open i.fa{
    color:#fff;
}
header#header.floating #search_mini_form .form-search{
    position: absolute;
    width: 212px;
    top: 42px;
    background:#fff;
    padding:1em;
    border:1px solid #ddd;
    right:0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition:opacity 300ms ease;
    -webkit-transition:opacity 300ms ease;
    -o-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
}
header#header.floating #search_mini_form.show .form-search{
    opacity: 1;
    filter: alpha(opacity=100);
}
header#header .form-search .indent {
    position: relative;
    border: solid 1px #ddd;
    padding: 4px 10px 4px 6px;
    transition: border-color .8s ease;
    -moz-transition: border-color .8s ease;
    -webkit-transition: border-color .8s ease;
    -o-transition: border-color .8s ease;
}
header#header .form-search .indent.focus {border-color: #5eb9f3;}
header#header .form-search label{display:none;}
header#header .form-search input{
    width: 89%;
    border: none;
    border-bottom: solid 1px #efefef;
    background: none;
    float: right;
    font-size: .83em;
    color: #aaa;
    height: 15px;
    padding: 2px;
    transition: border-color .8s ease;
    -moz-transition: border-color .8s ease;
    -webkit-transition: border-color .8s ease;
    -o-transition: border-color .8s ease;
}
header#header .form-search button{float: left; overflow: hidden;}
header#header .form-search button span {height: auto; border: none; background: none; padding-left: 1px;}
header#header .form-search button span span {display: none;}
header#header .form-search button span i {font-size: 1.16em; color: #aaa; vertical-align: middle;}

header#header .form-search .search-autocomplete { z-index:9999; }
header#header .form-search .search-autocomplete ul {
    border:1px solid #ddd;
    background-color:#fff;
}
header#header .form-search .search-autocomplete li {
    padding:3px;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    color: #AAAAAA;
    font-size: 0.83em;
}
header#header .form-search .search-autocomplete li .amount {
    float:right;
    font-weight:bold;
    padding-left: 12px;
}
header#header .form-language {margin-left: 11px;}
header#header .form-language,
header#header .form-currency{display: inline-block; vertical-align: middle;}
header#header .form-language label,
header#header .form-currency label {display: inline-block; vertical-align: middle; font-size: .91em; color: #aaa; margin-right: 5px;}
header#header .form-language .sbHolder,
header#header .form-currency .sbHolder {display: inline-block; vertical-align: middle;}
header#header .form-language:before {content: ""; display: inline-block; vertical-align: middle; height: 17px; border-left: solid 1px #ddd; margin-right: 10px;}
header#header .form-language a {line-height: 1; display: inline-block; vertical-align: middle; padding: 5px; border-radius: 2px; -moz-border-radius: 2px;}
header#header .form-language a:hover {background-color: #eee;}
header#header .form-currency a:hover {background-color: #eee; color: #ec5d5d;}
header#header .form-currency .sbOptions{width:130px;}
header#header .form-currency a {font-size: .91em; color: #aaa; display: inline-block; padding: 3px 7px; border-radius: 2px; -moz-border-radius: 2px;}
header#header a.sbSelector {font-size: .91em; color: #aaa; padding: 4px 7px 5px; border-radius: 0; -moz-border-radius: 0; line-height: 1.5em;}
header#header a.sbSelector .text {display: inline-block; vertical-align: middle; float: none;}
header#header .sbHolder .sbToggle {display: none;}
header#header .sbHolder .sbOptions {width: 150px; text-align: left; left: auto; right: 0!important; top: 100%!important; z-index: 99999; padding: 1em 0;}
header#header .sbHolder .sbOptions a {
    padding: .75em 20px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
header#header .sbHolder .sbOptions a:hover {color: #888; background-color: #ddd;}
header#header .sbHolder a {font-size: .91em; line-height: 1.583em; display: block; border-color: #ddd;}
header#header .sbHolder a:hover {color: #aaa;}
header#header .form-language.select:before {content: none;}

/* Header Cart ================================================================================ */
header#header .wishlist-items {display: none;}
header#header .top-link-wishlist {font-size: 0; display: inline-block; vertical-align: middle; line-height: 1; float: right; width: 60px; height: 54px; text-align: center; position: relative;}
header#header .top-link-wishlist:hover {
    margin: -4px 0;
    padding: 4px 0;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition:  background-color .8s ease;
    background-color: #222;
    z-index:9999;
}
header#header .top-link-wishlist:hover i,
header#header .top-link-wishlist:hover .wishlist-items {color: #fff;}
header#header .top-link-wishlist i {font-size: 14px; color: #aaa; line-height: 60px;}
header#header .top-link-wishlist .wishlist-items {font-size: 9px; color: #aaa; display: inline-block; margin-left: 3px; margin-top: 1.5em;}
header#header .top-cart {float: right; position: relative; display: inline-block; vertical-align: middle;}
header#header .top-cart .block-title:before {
    content: "";
    border-left: solid 1px #eee;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}
header#header .top-cart .block-title {
    display: inline-block;
    vertical-align: middle;
    transition: margin 300ms ease, padding 300ms ease, background-color 300ms ease;
    -moz-transition: margin 300ms ease, padding 300ms ease, background-color 300ms ease;
    -webkit-transition: margin 300ms ease, padding 300ms ease, background-color 300ms ease;
    -o-transition: margin 300ms ease, padding 300ms ease, background-color 300ms ease;
}
header#header .top-cart .block-title:hover,
header#header .top-cart .block-title.active{
    background-color: #222;
    margin: -4px 0;
    padding: 4px 0;
    position: relative;
    z-index:9999;
    transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -moz-transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -webkit-transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -o-transition:  margin 300ms ease, padding 300ms ease, background-color 800ms ease;
}
header#header .top-cart .block-title:hover:before,
header#header .top-cart .block-title.active:before {content: none;}
header#header .top-cart .block-title:hover .title-cart,
header#header .top-cart .block-title.active .title-cart {color: #fff;}
header#header .top-cart .block-title .title-cart {
    display: block;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 54px;
    height: 54px;
    padding: 0 15px;
}
header#header .top-cart .block-title i {display: inline-block; vertical-align: middle; padding-right: 5px;}
header#header .top-cart .cart-divider{
    background:#222;
    display: inline-block;
    height: 0.84em;
    margin: 0 4px;
    position: relative;
    top: 22px;
    width: 1px;
}

header#header .top-cart .block-title.active .cart-divider,
header#header .top-cart .block-title:hover .cart-divider{background:#fff;}

header#header .top-cart .block-content {
    z-index: 999;
    position: absolute;
    right: -10px;
    top: 86%;
    width: 349px;
    padding: 0;
}
header#header .top-cart .block-content .indent{padding: 1em;}
header#header .top-cart .block-content .indent .inner-wrapper{
    background:#fff;
    box-shadow: -1px 1px 5px rgba(0,0,0,.1);
}
header#header .top-cart .cart-empty{padding: 1.5em 20px 20px; text-align: center; font-size: 1.16em;}
header#header .top-cart .cart-empty i{display: block; color:#ccc; font-size: 56px; margin-bottom: 0.1em;}
header#header .top-cart .cart-empty .small-label{
    display: block;
    font-size: 0.78em;
}
header#header .top-cart .img-container{ float:left; width: 86px;}
header#header .top-cart .cart-price-qt {display: inline-block; margin-left: 8px; height: 19px; border-radius: 50%; -moz-border-radius: 50%; vertical-align: middle; background-color: #eee; padding: 0 6px;}
header#header .top-cart .cart-price-qt strong {font-size: 0.714em; color: #888; line-height: 19px;}
header#header .top-cart .block-content .mini-products-list {margin-bottom: 1.5em;}
header#header .top-cart .block-content .mini-products-list .product-details {float: right; width: 64%; position: relative;}
header#header .top-cart .block-content .mini-products-list .product-details .price {font-weight: 300; font-size: 1.5em; line-height: 1;}
header#header .top-cart .block-content .block-subtitle { padding:0 0 0 0;}
header#header .top-cart .block-content .block-subtitle .close-btn { float:right; cursor:pointer; padding:0 0 0 0;}
header#header .top-cart .block-content .subtotal {text-align: center; float: none; margin-bottom: 2em;}
header#header .top-cart .block-content .subtotal span {font-size: 2em; font-weight: 300; color: #222; display: inline-block; line-height: 1.5em;}
header#header .top-cart .block-content .actions {padding: 0 20px 20px;}
header#header .top-cart .block-content .actions a {text-decoration:none;}
header#header .top-cart .block-content .actions.a-center a{margin:0;}
header#header .top-cart .block-content button.button {float:right;}
header#header .top-cart .btn-remove, .header .top-cart .btn-edit { float:right; margin-left:5px;}
header#header .top-cart .mini-products-list li {padding: 1.5em 20px; margin: 0; clear: both; position: relative; border-bottom: solid 1px #ddd;}
header#header .top-cart .mini-products-list li .item-box{border:1px solid #000; padding:9px 9px 11px 8px;}
header#header .top-cart .mini-products-list li .truncated{display: none;}
header#header .top-cart .product-name {margin-bottom: 5px; padding-right: 28px; text-align:left;}
header#header .top-cart .product-name a {font-weight: 400; font-size: 1.16em; color: #222; line-height: 1.583em;}
header#header .top-cart .product-box{font-size:1.16em; line-height:1.57em; text-align:left;}
header#header .top-cart .btn-edit,
header#header .top-cart .btn-remove {position: absolute; top: 0; right: 0; z-index:1; margin: 0; width: 24px;}
header#header .top-cart .btn-edit i,
header#header .top-cart .btn-remove i {font-size: 1.16em; padding: 5px; color: #ddd;}
header#header .top-cart .btn-edit i:hover,
header#header .top-cart .btn-remove i:hover {color: #222;}
header#header .top-cart .btn-edit {top: 25px;}
.add-to-cart-success .btn-remove{
    background-color:transparent;
    margin:3px 0 0;
}
header#header .top-cart .btn-edit:hover,
header#header .top-cart .btn-remove:hover {color:#888;}
header#header .small_logo {display:none;}
header#header .top-cart .block-content .actions a {
    display: inline-block;
    font-weight: normal;
    background-color: #fff;
    padding: 0 13px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #aaa;
    font-weight: bold;
    font-size: .75em;
    text-transform: uppercase;
    margin-right: 8px;
    border: solid 4px #eee;
    width: 37%;
}
header#header .top-cart .block-content .actions a:hover {color: #fff;}
header#header .top-cart .block-content .actions .button {width: 47%; float: none; display: inline-block;}
header#header .top-cart .block-content .actions .button > span {float: none; display: block;}
header#header .top-cart .block-content .actions .button span span {color: #fff; width: auto; float: none; display: block;}
header#header .top-cart .block-content .actions .button:hover span {border-color: #eee;}
header#header .top-cart .block-content .actions .button:hover span span {color: #aaa; background-color: #fff;}
header#header .sticky-close{display: none;}
header#header.floating .sticky-close{
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    border: 1px solid #ddd;
    padding:4px 5px 2px;
    line-height: normal;
}
header#header.floating {display: none; position: fixed; top: 0; background :#fff; left: 0; right: 0; padding: 0; z-index: 9991;}
header#header.floating .topline {padding:7px 0 7px 0;}
header#header.floating .nav-container { float: right; margin-right: 10px; width: 100%; display: none;}
.sticky-logo header#header.floating .nav-container{width: 75%;}
header#header.floating .nav-container .category-label{display: none;}
header#header.floating .quick-access{display: none;}
header#header.floating .welcome-msg{display: none;}
header#header.floating .links {display:none;}
header#header.floating .grid_12 h2.logo{position: absolute; opacity: 0;}
header#header.floating .grid_12 .small_logo {display: none; font-size: 0; z-index: 99; float: left; margin-left: 10px; width: auto;}
header#header .small_logo {
   opacity: 0;
   filter: alpha(opacity=0);
   font-size: 0;
   position: absolute;
   top: -500%;
}
header#header.floating .small_logo {
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    top: 0;
}
header#header.floating .grid_12 #search_mini_form {display:none;}
header#header.floating .grid_12 .top-cart {position:absolute; right:0; top:1.7em; display: none;}
header#header.floating #nav > li > a {padding:0;}
header#header.floating > .container_12{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: -1;
    padding:0;
}
header#header.floating .logo,
header#header.floating .header-top-right .form-currency,
header#header.floating .header-top-right .form-language{display: none;}
.sticky-search header#header.floating > .container_12{
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999;
}
.sticky-search header#header.floating .grid_12 #search_mini_form{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin:0;
    width: 42px;
}
.sticky-search.sticky-cart header#header.floating .grid_12 #search_mini_form{right: 43px;}
.sticky-search header#header.floating .grid_12 .sticky-close-box #search_mini_form{right:30px;}
.sticky-search.sticky-cart header#header.floating .grid_12 .sticky-close-box #search_mini_form{right:68px;}

.sticky-search header#header.floating .sticky-close-box #search_mini_form{right: 61px;}
.sticky-nav header#header.floating .nav-container {display: block;}
.sticky-logo header#header.floating .grid_12 .small_logo {display: inline-block;}

.sticky-cart header#header.floating .grid_12 .top-cart{display: block;}
.sticky-cart header#header.floating .sticky-close-box .grid_12 .top-cart{right: 25px;}
.sticky-cart header#header.floating .grid_12 .top-cart{right: 0;}

.sticky-cart header#header.floating .grid_12 .top-cart{top: 0;}
.sticky-cart header#header.floating .grid_12 .top-cart .title-cart{
    height: auto;
    line-height: 42px;
}
.sticky-cart header#header.floating .grid_12 .top-cart .title-cart span{display: none;}
.sticky-cart header#header.floating .top-cart .block-title:before {
    height: auto;
    margin-right: 0;
    margin-top: 0;
    top: 0;
}
.sticky-cart header#header.floating .top-cart .block-title:hover,
.sticky-cart header#header.floating .top-cart .block-title.active{
    margin: 0;
    padding: 0;
}
.sticky-cart header#header.floating .top-cart .block-title i{padding-right: 0;}
.sticky-cart header#header.floating .top-cart .block-content{top: 72%; right: -12px;}

header#header.floating .top-cart,
header#header.floating .top-link-wishlist {display: none;}
header#header.floating .topline {padding: 0; box-shadow: 0 1px 9px rgba(0,0,0,.1);}
header#header.floating .topline .container_12 {padding-bottom: 0!important;}
header#header.floating .topline .grid_12 {border: none; min-height: 42px;}
header#header.floating .nav-container li.level-top > a span {padding: 14px 20px;}
header#header.floating .nav-container li.level-top.active > a,
header#header.floating .nav-container li.level-top > a:hover {padding: 0; margin: 0;}

body.transparent-header .header-wrapper { margin-top: 40px;}
body.transparent-header .header-wrapper header#header .container_12 { background: #fff;}
body.transparent-header .header-wrapper header#header .topline .container_12 { padding-bottom: 20px;}
body.transparent-header .header-wrapper header#header.floating .topline .container_12 { padding-bottom: 0;}

body.transparent-header .container_12.header-position { background: none !important;}

body.transparent-header .content-wrapper > .container_12 { padding-top: 50px;}

/*
    styles for select
*/
.sbHolder{
    font-size: 12px;
    font-weight: normal;
    position: relative;
    width: auto;
}
.sbSelector{
    display: block;
    height:auto;
    width:auto;
    left: 0;
    outline: none;
    overflow: hidden;
    text-indent:0;
    top: 0;
    margin-top:0;
    color:#8a8a8a;
    border:solid 1px #eee;
    padding:4px 12px 5px;
    background:#fff;
}

.sbSelector:hover {-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;border-color:#eee;background-color:#eee;color:#aaa;}
.sbSelector:hover > span {border-top-color:#aaa;}
.sbSelector span.text {
    float:left;
    width:auto;
    height:auto;
    background:none;
    padding:0 8px 0 0;
    margin:0;
    border:none;
}
.sbSelector.price {font-size:1em!important;}
.sbSelector > span {
    display:block;
    float:right;
    width:0;
    height:0;
    margin:7px 0px 7px 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #aaa;
}
.sbSelector > span span{
    display:block;
    height:12px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    outline: none;
    text-decoration: none;
}
.sbToggle{
    display: none;
    height: 20px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbOptions{
    list-style: none;
    left: 0;
    margin: 0;
    padding:0;
    top:30px!important;
    position: absolute;
    max-height:150px!important;
    border:none;
    z-index: 999;
    overflow-y: auto;
    background:#eee;
    width:100%;
}
.sbOptions li a, .toolbar .sbOptions li a {line-height:2.8em;padding:0 15px;}
.sbOptions li:hover {background-color:#ddd}
.sbOptions li:first-child a{border-top:none;}
.sbOptions a {
    display: block;
    outline: none;
    padding:3px 20px 3px 0;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    transition:none;
    color:#888;
    font-size:11px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #888;
    text-decoration: none;
}
.sbOptions a:hover{color:#888;}

.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: solid 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: solid 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
.sbHolder .sbToggleOpen + .sbSelector {
     border-color:#eee;
     background-color:#eee;
     color:#aaa;
}
.sbHolder .sbToggleOpen + .sbSelector > span.text {
    background:none;
}

.sbHolder .sbToggleOpen + .sbSelector > span {
    border-top-color:#aaa;
}

/* Header Slider */
.header-slider-wrapper,
.header-slider-wrapper > .container_12{padding-bottom: 1.5em;}
.header-slider-wrapper.boxed-slider{padding-bottom: 0;}
.header-slider-holder{
    padding: 0;
    margin: 0;
    position: relative;
}
.header-slider-holder .container_12{
    padding-bottom:3.75em;
}
.header-slider-holder.loading{
    height: 150px;
    overflow: hidden;
}
.header-slider-holder .loader{
    position: absolute;
    width: 100%;
    height: 1200px;
    left: 0;
    top: 0;
    background-color:#F5F5F5;
    z-index: 998;
    text-align: center;
    font-size: 60px;
    line-height: 134px;
    font-weight: normal;
    color:#333;
}

.header-slider-container {
    /* defaults for resposive height container */
    position: relative;
    height: 0;

    /* 39% being the ratio we are maintaining
     * calculated by looking at the image
     * ratio: 400/1024 = ~0.39 */
    padding: 0 0 20% 0;
    overflow: visible;
}
.header-slider-container .container{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-slider-container .iosSlider {
    width: 100%;

    /* this height ends up being your maximum height,
     * if you want it to scale forever, set it to
     * a very high number */
     height: 100%;
}

.header-slider-container .iosSlider .slider {
    width:100%;
    height:100%;
    z-index:2;
}

.header-slider-container .iosSlider .slider .item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}
.header-slider-container .iosSlider .slider .item a { display: block; position:relative; z-index:7;}

.header-slider-container .iosSlider .slider .item img {
    width:100%;
    height:auto;
    display:block;
    position:relative;
    z-index:7;
}
.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-3 {left: 26%; top: 54%;}
.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container {left: 9%; top: 47%;}
.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-2 {top: 53%; right: 29%; left: auto;}
.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-3 {right: auto; top: 54%;}
.header-slider-container .iosSlider .slider .item .slide-container {position: absolute; z-index: 9; top: 41%; left: 17%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h2 {left: 0; top: -100%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h5,
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h3 {left: auto; right: -100%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin p {left: 0; bottom: -100%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {top: 49%; right: 20%; left: auto;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h2 {margin-right: 0; color: #fff; text-align: center; float: right; margin-top: -2.5%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h3 {
    font-weight: 400;
    color: #fff;
    letter-spacing: -5px;
    float: left;
    font-size: 5em;
    margin-top: -2.5%;
    margin-left: 24%;
    left: auto;
    right: -100%;
}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h3 span {font-weight: 800; margin-left: 4px;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 p {
    font-size: 1.5em;
    color: #fff;
    text-align: right;
    letter-spacing: -1.5px;
    font-weight: 400;
    float: right;
    left: 0;
    top: -100%;
}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h4 {margin-right: -6%; float: right; left: 0; bottom: -100%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 {right: auto; top: 45%; left: 38%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h2 {margin-right: 1%; color: #fff; left: 0; top: -100%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h3 {font-size: 5em; color: #fff; margin-left: 12%; margin-top: -4%;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h3 span {font-weight: 800;}
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h4 {margin-right: -4%; float: right; margin-left: 0; margin-top: -1%; left: 0; bottom: -100%;}
.header-slider-container .iosSlider .slider .item h2 {
    position: relative;
    z-index:9;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 8.333em;
    line-height: 1;
    font-weight: 300;
    text-align: left;
    left: -100%;
    float: left;
    clear: both;
    margin: 0;
    color: #222;
    text-transform: uppercase;
    letter-spacing: -10px;
}
.header-slider-container .iosSlider .slider .item h2 span {color: #fff;}
.header-slider-container .iosSlider .slider .item h3 {
    position: relative;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    line-height: 1;
    font-weight: 300;
    text-align: left;
    left: -100%;
    float: left;
    clear: both;
    margin: 0;
    font-size: 4.667em;
    text-transform: uppercase;
    margin-top: -7px;
    margin-left: 1%;
    letter-spacing: -5px;
}
.header-slider-container .iosSlider .slider .item h4 {
    position: relative;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    left: -100%;
    float: left;
    clear: both;
    margin: 0;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-top: -.25em;
    margin-left: 1%;
    letter-spacing: -2.5px;
}
.header-slider-container .iosSlider .slider .item h5 {
    position: relative;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    line-height:1;
    font-weight: 500;
    text-align: left;
    left: -100%;
    float: left;
    clear: both;
    margin: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-left: 2%;
    letter-spacing: -1.5px;
}
.header-slider-container .iosSlider .slider .item p {
    position: relative;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    font-size: 1em;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    left: -100%;
    float: left;
    clear: both;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-left: 2%;
}

.header-slider-container .iosSlider .container_12 {position: relative;}
.header-slider-container .iosSlider .prev,
.header-slider-container .iosSlider .next {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
}
.header-slider-container .iosSlider .prev i,
.header-slider-container .iosSlider .next i {color: #fff; font-size: 1.16em; height: 40px; width: 40px; text-align: center; line-height: 44px; background-color: #222;}
.header-slider-container .iosSlider .prev{left: 10px;}
.header-slider-container .iosSlider .next{right: 10px;}
.header-slider-container .iosSlider:hover .prev,
.header-slider-container .iosSlider:hover .next {opacity: 1; filter: alpha(opacity=100);}
.header-slider-container .iosSlider .slideSelectors{position:absolute; bottom:45px; left:130px; z-index:999999!important; filter:alpha(opacity=0); opacity:0;}
.header-slider-container .iosSlider:hover .slideSelectors{filter:alpha(opacity=100); opacity:1;}
.header-slider-container .iosSlider .slideSelectors .button-item{
    float:left;
    width:14px;
    height:14px;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    margin-right:3px;
    background-color:#FFF;
    -moz-border-radius:7px;
    border-radius:7px;
}
.header-slider-container .iosSlider .slideSelectors .button-item:hover,
.header-slider-container .iosSlider .slideSelectors .button-item.selected{cursor:pointer;}
.header-slider-container .iosSlider .container_12 {position:absolute;top:0;bottom:0;left:0;right:0;}
.header-block-wrapper{padding:45px 0 28px;}
.header-block-wrapper .left{width:30%;}
.header-block-wrapper h2{font-size:6em; line-height:1.05em; color:#333; font-weight:100; margin-bottom:48px;}
.header-block-wrapper p{font-size:1.5em; line-height:1.44em;}
.header-block-wrapper a{float:right;}

header#header .nav-container select{display:none!important;}
header#header .nav-container .sbHolder{display:none;}
header#header .nav-container .sbSelector{display:none;}

.header-slider.onlyhome-slider .topline {position: relative; z-index: 999;}
.topline .grid_12{border-top: solid 4px #eee; border-bottom: solid 4px #eee;}

/**** Parallax Page ****/
/* loader */
.spinner {
  margin: -30px auto 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* //loader */

.parallax-page #parallax-loading {position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99999;}
.parallax-page header#header,
.parallax-page header#header .topline,
.parallax-page header#header .container_12,
.parallax-page .nav-container li.level-top > a,
.parallax-page header#header .top-cart .block-title,
.parallax-page header#header .top-link-wishlist {position: relative; z-index: 99;}
.parallax-page header#header > .container_12 {z-index: 100;}
.parallax-page header#header .header-top-right {margin-top: 3.25em;}
.parallax-page header#header ul {margin: 0; list-style: none;}
.parallax-page .parallax-content {position: relative; overflow: hidden;}
.parallax-content .parallax-buttons {position: fixed; right: 10px; z-index: 999;}
.parallax-content .parallax-buttons > div {display: block; width: 20px;}
.parallax-content .parallax-buttons > div i {width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 14px; background: #eee; color: #222; cursor: pointer;}
.parallax-banners-wrapper .text-banner .banner-content {
    position: absolute;
    top: 43%;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -webkit-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
}
.parallax-banners-wrapper .text-banner {position: relative;}
.parallax-banners-wrapper .text-banner.slideup .banner-content {opacity: 1; filter: alpha(opacity=100);}
.parallax-banners-wrapper .text-banner .banner-content .container_12 {background: none!important; position: relative;}
.parallax-banners-wrapper .text-banner .banner-content.skin-1 .container_12 {left: 4.5%; text-align: left;}
.parallax-banners-wrapper .text-banner .banner-content .container_12 {text-align: left;}
.parallax-banners-wrapper .text-banner .banner-content h2 {
    font-size: 8.333em;
    line-height: 1;
    font-weight: 300;
    margin: 0;
    color: #222;
    text-transform: uppercase;
    letter-spacing: -10px;
}
.parallax-banners-wrapper .text-banner .banner-content h2 span {color: #fff;}
.parallax-banners-wrapper .text-banner .banner-content h3 {
    color: #fff;
    line-height: 1;
    font-weight: 300;
    margin: 0;
    font-size: 4.667em;
    text-transform: uppercase;
    margin-top: -7px;
    letter-spacing: -5px;
}
.parallax-banners-wrapper .text-banner .banner-content h4 {
    position: relative;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 0 .5%;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-top: -.25em;
    letter-spacing: -2.5px;
}
.parallax-banners-wrapper .text-banner .banner-content h5 {
    color: #fff;
    line-height:1;
    font-weight: 500;
    margin: 0 0 0 .5%;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: -1.75px;
}
.parallax-banners-wrapper .text-banner .banner-content p {
    color: #fff;
    font-size: 1em;
    line-height: 1;
    font-weight: 900;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin: -3px 0 0 .75%;
}
.parallax-banners-wrapper .text-banner .banner-content.skin-2 h2 {font-size: 6.667em; color: #fff; font-weight: normal; letter-spacing: -6px;}
.parallax-banners-wrapper .text-banner .banner-content.skin-2 h4 {margin-top: .125em; font-size: 2.33em;}
.parallax-banners-wrapper .text-banner .banner-content.skin-2 h5 {font-size: 1.833em;}
.parallax-banners-wrapper .text-banner .banner-content.skin-3 p {margin-left: 27%; font-size: 1.5em; font-weight: normal; letter-spacing: -1.5px;}
.parallax-banners-wrapper .text-banner .banner-content.skin-3 h2 {margin-left: 11%; line-height: .7em; margin-bottom: .75%;}
.parallax-banners-wrapper .text-banner .banner-content.skin-3 h3 {margin-left: 1%; letter-spacing: -2.25px; margin-bottom: .25%;}
.parallax-banners-wrapper .text-banner .banner-content.skin-3 h4 {margin-left: 12.5%; letter-spacing: -3px;}
.parallax-banners-wrapper .text-banner .banner-content.skin-3 h3 span {font-weight: 900;}
.parallax-banners-wrapper .text-banner .banner-content.skin-4 h2 {font-size: 4em; font-weight: normal; letter-spacing: -4.5px; line-height: .91em;}
.parallax-banners-wrapper .text-banner .banner-content.skin-4 h5 {letter-spacing: -1px; margin-left: .25%; font-weight: bold; font-size: 1.33em; margin-bottom: .25em;}
.parallax-banners-wrapper .text-banner .banner-content.skin-4 h3 {font-size: 3em; margin-left: 12.5%; font-weight: normal; letter-spacing: -2px; margin-bottom: .45%;}
.parallax-banners-wrapper .text-banner .banner-content.skin-4 h4 {font-size: 1.5em; margin-left: 6.5%; letter-spacing: -1.25px;}
#parallax-banner-1.text-banner .banner-content {opacity: 1;}
.parallax-banners-wrapper .text-banner .background {background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 0;}
.parallax-banners-wrapper img.img-hide {position: absolute; width: 100%; max-width: 100%;}
.widget-list #products-list {margin: 0 -40px; background: #fff; position: relative; padding: 3.33em 40px;}
.widget-list #products-list .last {padding-bottom: 0!important;}
.mobile-device .parallax-banners-wrapper .text-banner .background {background-attachment: scroll;}

.parallax-content .product-tabs-wrapper,
.parallax-content .widget-list {opacity: 0; filter: alpha(opacity=0);}

.product-tabs-wrapper {position: relative;}
.product-tabs-bg {position: absolute; left: 0; top: 0; overflow: hidden;}
.product-tabs-bg img {max-width: none; height: 100%; width: 100%;}
.product-tabs-wrapper .widget-title {position: relative; z-index: 2;}
.product-tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    list-style-type: none!important;
    margin: -1px 0 0!important;
}
.top-buttons .product-tabs {
    bottom: auto;
    top: 0;
    margin: 0 0 -1px!important;
}
.product-tabs {background-color: #eee;}
.product-tabs li {
    float: left;
    cursor: pointer;
    color: #aaa;
    background: none;
    font-size: 1.16em;
    line-height: 1.583em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: .66em 20px;
    transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
}
.product-tabs li.current {background-color: #fff; color: #222;}
.product-tabs li:hover {background-color: #ddd; color: #888;}
.product-tabs-widget {position: relative; background-color: #fff;}
.widget-title + .top-buttons .product-tabs {margin-top: 0; margin-bottom: 0;}
.product-tabs-box {top: 0; z-index: -1; position: absolute; background-color: #fff; padding: 3.33em;}
.product-tabs-box.visible {display: block; z-index: 9; position: relative;}
.product-tabs-box .products-grid.widget-grid .item {padding: 0;}
.product-tabs-box .products-grid.widget-grid {margin-bottom: 0;}
.about-us-wrapper .image {float: left; margin-right: 20px;}
.about-us-wrapper .text {float: left; width: 54%;}
.about-us-wrapper .text h2 {font-size: 3.33em; color: #222; letter-spacing: -3px; line-height: 1; font-weight: normal; margin-bottom: .5em;}
.about-us-wrapper .text h3 {font-size: 2em; line-height: 1; letter-spacing: -1px; color: #aaa; font-weight: normal; margin-bottom: 1em;}
.about-us-wrapper .text p {margin-bottom: 1.5em;}
.product-tabs-box ul.brands.no-slider li {width: 33%; text-align: center; margin: 3em 0;}
.product-tabs-box .slider-container .prev {left: -39px;}
.product-tabs-box .slider-container .next {right: -40px;}

/* Revolution Slider */
.tp-bullets.tp-thumbs {
    background: rgba(255, 255, 255, 0.3) !important;
}
.tp-mask { background: #222;}
.tp-leftarrow.default,
.tp-rightarrow.default {
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: normal;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 44px;
}

.cat-container { padding-bottom: 1.5em;}

/* Header Navigation */
.menu-button{display: none; font-size: 1.16em; color: #222; text-transform: uppercase; cursor: pointer;}
.menu-button i {vertical-align: middle; margin-top: -5px; margin-right: 9px;}
.nav-container {display: block; float:left; vertical-align: middle; width:80%;}
.nav-container li.level-top a.level-top {display: inline-block; position: relative;}
.nav-container li.level-top a.level-top span {font-size: 1em; line-height: 1.5em; font-weight: 800; color: #222; text-transform: uppercase; display: inline-block; padding: 1.5em 20px;}
.nav-container li.level-top.active a.level-top a,
.nav-container li.level-top.custom-active a.level-top,
.nav-container li.level-top.over a.level-top,
.nav-container li.level-top a.level-top:hover{
    color: #fff;
    background-color: #222;
    margin: -4px 0;
    padding: 4px 0;
    z-index:999;
}
.nav-container li.level-top a.level-top,
.nav-container li.level-top.active a.level-top,
.nav-container li.level-top.custom-active a.level-top,
.nav-container li.level-top a.level-top:hover{
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    transition:none;
}

.nav-container li.level-top.active > a span,
.nav-container li.level-top.custom-active > a span,
.nav-container li.level-top > a:hover span {color: #fff;}
#nav {
    position: relative;
    z-index:999;
    clear:both;
    width:100%;
}

/* All Levels */
#nav li {
    text-align:left;
    position:relative;
}
#nav li.over {
    z-index:9999;
}
#nav li.level-top{ margin-left: 2px;}
#nav li a {display:block;text-decoration:none;}
#nav li a:hover { text-decoration:none; }

#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { display:inline-block; }
/* 2nd Level */
#nav ul,
#nav div {position: absolute; width:15em; top: 100%; left: -10000px; background: #fff; padding: 10px 0; z-index: 99999;}
.black-menu #nav ul,
.black-menu #nav div {background-color: #222; border-color: #222;}
.black-menu #nav ul a,
.black-menu #nav div a {color: #aaa;}
.black-menu #nav ul li:hover,
.black-menu #nav div li:hover {background-color: #2f2f2f;}
#nav div ul { position:static; width:auto; border:none; }
#nav ul li,
#nav div li {
    padding: 0 19px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
#nav ul li:hover,
#nav div li:hover {background-color: #f5f5f5;}
#nav ul li.parent:after {
    content: "";
    border-left: solid 3px transparent;
    position: absolute;
    border-right: solid 3px transparent;
    top: 45%;
    right: 19px;
    border-top: solid 4px #aaa;
}
#nav ul a,
#nav div a {font-size: .91em; color: #888;}
header#header .nav-container.mobile #nav li.level1 a{padding-top: 0.5em!important; padding-bottom: 0.5em!important;}
header#header .nav-container.mobile #nav li.level1 a span{color:#888;}
header#header .nav-container.mobile #nav li.level1 ul{background: none;}

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li {float:none; clear:both;display:block;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:0; font-weight:normal; color:#888; line-height:40px; display: block;}
#nav ul li a span{font-size:11px; text-transform:none;}
#nav ul li a span em {color:#bbb;padding-right:0.3em;}
/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:99999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:165px; }

#nav li.homepage{
    margin-right: -3px;
}

/********** Wide Navigation > */
.nav-wide#nav-wide { position: static; text-align: left;}
.nav-wide#nav-wide li.level-top { display:inline-block; }
.nav-wide#nav-wide li:first-child { position: static;}
.nav-wide#nav-wide li a:hover { color:#909090; }
.nav-wide#nav-wide li.active a { color:#909090; }
.nav-wide#nav-wide .menu-wrapper {
    display: none;
    position: absolute;
    left:0;
    top: 100%;
    width: 100%;
    text-align: left;
    background-color: #f5f5f5;
    border-top: none;
    z-index: 9999;
    padding: 18px 0 18px 0;
    background-repeat: no-repeat;
}
.nav-wide#nav-wide .menu-wrapper .meigee-widget .products-grid{
    margin-left: 0;
    margin-right: 0;
}
.nav-wide#nav-wide .menu-wrapper > div.first,
.nav-wide#nav-wide .menu-wrapper .sub-content{padding-left: 18px;}
.nav-wide#nav-wide .menu-wrapper .sub-content{padding-right: 18px;}
.nav-wide#nav-wide .menu-wrapper > ul.level0 {padding-left: 18px; padding-right: 8px;}
.nav-wide#nav-wide ul.level0 li.level1 { display: inline-block; float: none; padding: 0 0 1.5em 0;}
.nav-wide#nav-wide ul.level0 li.level1 > a { margin-bottom: 5px; display: block; position: relative;}
.nav-wide#nav-wide ul.level0 li.level1 > a,
.nav-wide#nav-wide ul.level0 li.level1 ul:first-child {margin-right: 10px;}
.nav-wide#nav-wide ul.level0 li.level1 span.subtitle {
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    background-color: #dcdcdc;
    padding: .5em 15px;
}
.nav-wide#nav-wide ul.level1 a {
    position: relative;
    text-transform: none;
    font-size: 1em;
    color: #888;
    line-height: 1.5em;
    display: block;
    padding: .5em 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.nav-wide#nav-wide ul.level1 a:hover {background-color: #e7e7e7; padding-left: 10px;}
.nav-wide#nav-wide ul.level1 a span:before {content: "\00B7"; font-size: 2em; margin: 0 7px 0 3px; line-height: 0; vertical-align: middle;}
.nav-wide#nav-wide ul.level1 ul{margin-left: 20px;}
.nav-wide#nav-wide .top-content {margin-bottom: 1em;}
.nav-wide#nav-wide .top-content,
.nav-wide#nav-wide .bottom-content {padding: 0 18px 0 18px; overflow: hidden; font-size: 1em;}
.nav-wide#nav-wide ul .top-content,
.nav-wide#nav-wide ul .bottom-content {padding:0;}
.nav-wide#nav-wide .bottom-content {margin:1.5em 18px 0; background-color: #dcdcdc; font-size: 1em; color: #888; line-height: 1.5em; padding: 1em 20px;}
.nav-wide#nav-wide .right-content { display: inline-block; float: none; font-size: 1em;}
.nav-wide#nav-wide .right-content .menu-banner {float: left;}
.nav-wide#nav-wide .right-content .menu-banner img{width: 100%;}
.nav-wide#nav-wide .inline-links {margin-bottom: 9px;}
.nav-wide#nav-wide .inline-links li {display: inline; padding: 0 10px 0 0;}
.nav-wide#nav-wide .inline-links li a {display: inline-block; padding: 5px 10px;}
.nav-wide#nav-wide .inline-links li a:hover{background-color:#f5f5f5;}
.nav-wide#nav-wide hr {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: 0;
    border-top: 1px solid #f3f3f3;
    margin-bottom: 18px;
}
.nav-wide#nav-wide p { margin-bottom: 9px;}
.nav-wide#nav-wide .awesome-content-top,
.nav-wide#nav-wide .awesome-content-left { background: #f5f5f5; color: #444; text-align: center;  font-size: 1.24em; line-height: 1.01em; padding: 18px 18px 18px 18px; margin: 0 0 18px 0; overflow: hidden;}
.nav-wide#nav-wide .awesome-content-top i,
.nav-wide#nav-wide .awesome-content-left i { font-size: 1.18em; display: block; margin-bottom: 5px;}

.nav-wide#nav-wide .awesome-content-left { text-align: left; padding-top: 30px; padding-bottom: 19px;}
.nav-wide#nav-wide .awesome-content-left i { float: left; margin: 0 10px 5px 0;}
.nav-wide#nav-wide .top-content .top-menu-links {border-bottom: solid 1px #dfdfdf; padding-bottom: 2em; margin-bottom: 1.5em;}
.nav-wide#nav-wide .top-content .top-menu-links li {display: inline-block; margin-left: 33px;}
.nav-wide#nav-wide .top-content .top-menu-links li:first-child {margin-left: 0;}
.nav-wide#nav-wide .top-content .top-menu-links li a {font-size: 1em; line-height: 1.5em;}
.nav-wide#nav-wide .top-content .top-menu-features li {display: inline-block; margin-left: 28px; width: 23%;}
.nav-wide#nav-wide .top-content .top-menu-features li i {
    font-size: 1.16em;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px;
    display: inline-block;
    margin-right: 15px;
}
.nav-wide#nav-wide .top-content .top-menu-features li span {display: inline-block; width: 80%;}
.nav-wide#nav-wide .top-content .top-menu-features li span h3 {font-size: 1.333em; font-weight: 400; line-height: 1.5em; margin-bottom: 5px;}
.nav-wide#nav-wide .top-content .top-menu-features li:first-child {margin-left: 0;}

/* Mobile Devices Styles */
#nav li.touched > ul{left:100px;}
#nav > li.touched > ul{left:0;}
#nav.nav-wide li.touched > ul{left:0;}
.nav-container.mobile {position: absolute; top: 100%; left: 0; z-index:999;}
.nav-container.mobile > ul {background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.08); position: static;}
.nav-container.mobile > ul > li {float: none; display: block!important; position: relative!important;}
.nav-container.mobile li.level-top.active > a,
.nav-container.mobile li.level-top > a:hover {margin: 0; padding: 0;}
.nav-container.mobile li.level-top.active > a span,
.nav-container.mobile li.level-top > a:hover span {color: #222;}
.nav-container.mobile li.level-top > a {display: block!important; float: none!important; color: #444!important;}
.nav-container.mobile li.level-top a.level-top  span {border: none!important; padding: 0 30px 0 0!important;}
.nav-container.mobile li.level-top > a  span em {display: none!important;}
.nav-container.mobile .menu-item-button {position: absolute; top: 1.375em; right: 0;}
.nav-container.mobile ul ul .menu-item-button {top: 1.25em;}
.nav-container.mobile .menu-item-button i {font-size: 1.16em; color: #888; cursor: pointer;}
.nav-container.mobile .menu-item-button i.fa-minus-circle,
.nav-container.mobile .menu-item-button.active i.fa-plus-circle {display: none;}
.nav-container.mobile .menu-item-button.active i.fa-minus-circle {display: inline-block;}
.nav-container.mobile li.level-top.active > a,
.nav-container.mobile li.level-top > a:hover {background: none!important;}
header#header .nav-container.mobile ul  {
    border: none;
    box-shadow: none;
    padding: .75em!important;
    position: static;
    width: auto !important;
    display: none;
    text-align: left;
}
header#header .nav-container.mobile .menu-wrapper {position: static; padding: 0;}
header#header .nav-container.mobile .menu-wrapper ul.level0 {display: block;}
header#header .nav-container.mobile .menu-wrapper .grid_2 {min-height: 0; width: auto; margin: 0; padding: 0!important;}
header#header .nav-container.mobile ul.level2 span.menu-item-button {right: -15px; top: 5px;}
.nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a {font-size: .91em; background: none; margin: 0;}
.nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a span {text-transform: none; color: #888;}
.nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span {font-weight: normal; background: none; padding: 0;}
.nav-container.mobile #nav-wide.nav-wide ul.level0 li {float: none; display: block;}
.nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > i {display: none;}
.nav-container.mobile .nav-wide#nav-wide ul.level0 li {position: relative; margin: 0; padding:0;}
.nav-container.mobile #nav-wide.nav-wide .menu-wrapper.default-menu ul li a:hover,
.nav-container.mobile #nav-wide.nav-wide ul a:hover{background: none!important;}
.nav-container.mobile ul#nav-wide.nav-wide a:hover{background: none!important;}
.nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1{width: auto!important;}
.nav-container.mobile #nav-wide.nav-wide .menu-wrapper > .grid_6.alpha{width: 100%;}

#nav-wide.nav-wide .menu-wrapper >.alpha ul.level0{padding-left: 18px;}

.nav-container.mobile .nav-wide#nav-wide ul.level0 ul {margin: 0;}
.nav-container.mobile li.level-top > a span {line-height: 1;}
header#header .nav-container.mobile a {padding: 1em 20px!important; line-height: normal; margin: 0!important;}
.nav-container.mobile ul li.parent:after {content: none!important;}
header#header .nav-container.mobile > ul .menu-item-button {
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 9999;
}
header#header .nav-container.mobile > ul .menu-item-button i {line-height: 30px;}
.nav-container.mobile #nav-wide.nav-wide .menu-wrapper > div.first {padding: 0; width: auto; float: none;}
header#header .nav-container.mobile  a.level-top a {font-size: .91em;}
.nav-container.mobile #nav ul li, .nav-container.mobile #nav div li {padding: 0;}
header#header .nav-container.mobile #nav  .menu-item-button {top: 6px;}
.black-menu .nav-container.mobile > ul {background-color: #222;}
.black-menu .nav-container.mobile > ul a.level-top span {color: #aaa;}
/******* Home text blocks *******/
.home-text-blocks > .container_12{padding-bottom: 1.5em; padding-top: 1.5em;}
.home-text-blocks .indent {background-color: #f5f5f5; padding: 1em 18px; }
.home-text-blocks h3 {font-size: .91em; text-transform: uppercase; color: #222; text-align: center; margin-bottom: 0;}
.home-text-blocks h3:after {content: ""; display: block; border-bottom: solid 1px #cfcfcf; width: 20px; margin: 3px auto 0;}
.home-text-blocks p {font-size: .91em; color: #aaa;}

.home-banners > div a {display: block; overflow: hidden;}
.home-banners > div a img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.home-banners > div a:hover img {-webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2);}

/************ ************/

/* Category Labels */
.category-label {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 60px;
    padding: 3px 10px;
    border:0px solid;
    z-index: 999;
}
.category-label:after {
    position: absolute;
    right: 6px;
    bottom: -4px;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    border-top-color: inherit;
}
ul li ul .category-label { top: -22px; bottom: auto; left: 10px; right: auto; font-size: 0.9em; padding: 2px 7px;}
ul li ul li ul .category-label { top: 6px; bottom: auto; left: auto; right: 10px; font-size: 0.9em; padding: 2px 7px;}
.default-menu ul .category-label { top: -12px;}
ul li ul li ul .category-label:after { display: none;}
/* ======================================================================================= */


/* Sidebar =============================================================================== */
aside.sidebar  > div:last-of-type,
aside.sidebar  > .last {margin-bottom: 0;}
aside.sidebar .block {margin-bottom: 2.333em;}
aside.sidebar .block .block-title.closed{cursor: pointer;}
aside.sidebar .block .block-title .left-divider,
aside.sidebar .block .block-title .right-divider{margin-top: 0.8em;}
aside.sidebar .block .block-title{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
}
aside.sidebar .block-title strong {display: block; float: left; padding: 0 7px; vertical-align: middle; margin: 0 -2px 0 -3px;}
aside.sidebar .block-title strong span {font-size: 1.16em; color: #222; text-transform: uppercase; font-weight: 700; line-height: 1.583em;}
aside.sidebar .block.block-layered-nav dl dt .right-divider,
aside.sidebar .block.block-layered-nav dl dt .left-divider {border-color: #ddd;}
aside.sidebar .block-title .btn-remove{
    float:right;
    cursor: pointer;
    height: 11px;
    display:inline;
    text-align:right;
    position:absolute;
    right:0;
    top:4px;
    color:#b0b0b0;
    font-size:1em;
}
aside.sidebar .block-title .btn-remove i {font-size:0.8em;}
aside.sidebar .block-content a i {font-size: 1.16em; color: #aaa;}
aside.sidebar .block-content .fa-times {color:#f04848}
aside.sidebar .block.block-layered-nav .btn-nav {position:absolute;left:18px;}
aside.sidebar.accordion .block-content { display: none; }
aside.sidebar.accordion .block-progress .block-content { display: block;}
aside.sidebar .block.block-layered-nav .ui-slider .ui-slider-handle {
    width: 8px;
    height: 8px;
    border: solid 4px #fff;
    background: #eee;
    display: block;
    border-radius: 16px;
    -moz-border-radius: 16px;
    margin-left: -0.3em;
    cursor: pointer;
    margin-top: -2px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    padding: 0;
}
aside.sidebar.hided{display: none;}
.ui-slider .ui-slider-range{background-image: none;}
aside.sidebar .block.block-layered-nav #slider-range {
    background: #ddd;
    width: 86%;
    margin-bottom: .75em;
    margin-left: 13px;
    margin-top: 1.5em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    height: 6px;
}
aside.sidebar .block.block-layered-nav ol li a {color:#888;}
aside.sidebar .block .block-content a{text-decoration:none; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
aside.sidebar .block .block-content a:hover{text-decoration:none;}
aside.sidebar .block .block-subtitle{margin-bottom: 0.42em; font-size: 1.083em; color: #222; line-height: 1.583em; font-weight: 700;}
aside.sidebar .btn-remove,
aside.sidebar .btn-edit { float:right;}
aside.sidebar .product-name{margin-bottom:0; font-size:1em; line-height:1.5em;}
aside.sidebar .product-name a {text-decoration: none; color: #666; font-size: 1.083em; line-height: 1.583em;}
aside.sidebar .actions { padding-top: 1.5em; width: 100%; overflow: hidden; border-top: solid 1px #dfdfdf; text-align: center;}
aside.sidebar .actions a {
    display: inline-block;
    font-weight: normal;
    background-color: #fff;
    padding: 0 13px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #aaa;
    font-weight: bold;
    font-size: .75em;
    text-transform: uppercase;
    margin-right: 8px;
    border: solid 4px #eee;
}
aside.sidebar .actions a:hover{text-decoration:none;color:#fff;}
aside.sidebar .actions a,
 aside.sidebar .actions button {float: none;}
/* Block: Account */
.block-account li:first-child {border: none;}
.block-account li {
    width: auto;
    overflow: hidden;
    border-top: dotted 1px #ddd;
    padding: 0 10px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
.block-account li:hover {background-color: #eee;}
aside.sidebar .block-account li a,
aside.sidebar .block-account li strong {color: #666; font-size: 1.083em; line-height: 1.583em; padding: .75em 0; display: inline-block;}
aside.sidebar .block-account li strong {color: #222;}

/* Block: Currency Switcher */
.block-currency .block { width:100%; border:1px solid #888; }

/* Block: Vertical Nav */
.block.block-vertical-nav .block-content li.level0 a{text-decoration:none; display:inline-block;}
.block.block-vertical-nav .block-content li.level0 a:hover{color:#000;}
.block.block-vertical-nav .block-content li.level0 ul li,
.block.block-vertical-nav .block-content > ul > li.level0 > a{line-height:1.66em; padding-left:0; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.block.block-vertical-nav .block-content li.level0 > ul{padding-left:14px;}
.block.block-vertical-nav .block-content li.level0 a:hover span{text-decoration:none;}

/* Block: Categories */
.block-vertical-nav .block-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
}
.block-vertical-nav .block-title strong {display: block; float: left; padding: 0 7px; vertical-align: middle; margin: 0 -2px 0 -3px;}
.block-vertical-nav .block-title strong span {font-size: 1.16em; color: #222; text-transform: uppercase; font-weight: 700; line-height: 1.583em;}
.block-vertical-nav ul {list-style-type: none;}
.block-vertical-nav li {border-top: dotted 1px #ddd;}
.block-vertical-nav li.level-top:first-child {border: none;}
.block-vertical-nav li a {padding: .75em 0; display: inline-block;}
.block-vertical-nav li.parent { position:relative;}
#categories-accordion.closed-default ul {display: none;}
#categories-accordion.closed-default li.parent.active > ul {display: block;}
.block-vertical-nav li.level-top a.level-top {background: none; font-size: 1.083em; line-height: 1.583em; color: #666; padding-left: 7px;}
.block-vertical-nav li.level-top.parent a.level-top {padding-left: 25px!important;}
.block-vertical-nav li.level-top a.level-top:hover span{text-decoration:none;}
#categories-accordion li.level-top.parent.closed .btn-cat,
#categories-accordion li.level-top.parent .btn-cat {position: absolute; left: 0; cursor: pointer; top: 0;}
/* #categories-accordion li.parent ul {display: none;} */
.block-vertical-nav li.level-top.parent ul.level0 {padding: 0; position: relative; zoom: 1;}
.block-vertical-nav li.level-top.parent ul.level0 li a {text-decoration: none; line-height: 1.583em; font-size: .91em; color: #666; margin-left: 24px; padding: 1em 0;}
.block-vertical-nav li.level-top.parent ul.level0 li.parent a {padding-left: 15px;}
#categories-accordion li ul i {margin-left: 24px; margin-top: .91em;}
#categories-accordion li ul ul i,
.block-vertical-nav li.level-top.parent ul.level0 li ul.level1 a {margin-left: 42px;}
.block-vertical-nav li.level-top.parent ul.level0 li ul.level2 a,
#categories-accordion li.level-top.parent ul.level0 li ul.level2 i {margin-left: 60px;}
.block-vertical-nav li.level-top.parent ul.level0 li ul.level3 a,
#categories-accordion li.level-top.parent ul.level0 li ul.level3 i {margin-left: 72px;}
.block-vertical-nav li.level-top.parent ul.level0 li a:hover span{text-decoration:none;}
#categories-accordion li i {font-size: 1.16em; color: #aaa; margin-top: 1em; margin-left: 7px; margin-right: 8px;}

#categories-accordion .btn-cat .fa-plus-square-o,
#categories-accordion .btn-cat.closed .fa-minus-square-o,
#categories-accordion.closed-default .btn-cat .fa-minus-square-o,
#categories-accordion.closed-default .btn-cat.closed .fa-plus-square-o,
#categories-accordion.closed-default .active > .btn-cat.closed .fa-minus-square-o,
#categories-accordion.closed-default .active > .btn-cat .fa-plus-square-o {display: none;}
#categories-accordion .btn-cat .fa-minus-square-o,
#categories-accordion .btn-cat.closed .fa-plus-square-o,
#categories-accordion.closed-default .btn-cat .fa-plus-square-o,
#categories-accordion.closed-default .btn-cat.closed .fa-minus-square-o,
#categories-accordion.closed-default .active > .btn-cat .fa-minus-square-o,
#categories-accordion.closed-default .active > .btn-cat.closed .fa-plus-square-o {display: inline-block;}



/*
#categories-accordion .btn-cat .fa-minus-square-o,
#categories-accordion .btn-cat.closed .fa-plus-square-o,
#categories-accordion .active > .btn-cat .fa-plus-square-o,
#categories-accordion .active > .btn-cat.closed .fa-minus-square-o,
#categories-accordion .btn-cat.closed .fa-minus-square-o,
#categories-accordion .btn-cat .fa-plus-square-o{display: none;}
#categories-accordion .btn-cat.closed .fa-minus-square-o,
#categories-accordion .active > .btn-cat .fa-minus-square-o,
#categories-accordion .active > .btn-cat.closed .fa-plus-square-o,
#categories-accordion .btn-cat .fa-minus-square-o,
#categories-accordion .btn-cat.closed .fa-plus-square-o,
#categories-accordion.closed-default .btn-cat.closed .fa-plus-square-o {display: inline-block} */

/* Block: Layered Navigation */
aside.sidebar .block.block-layered-nav {background-color: #f5f5f5; padding: 1.5em 20px;}
aside.sidebar .block.block-layered-nav .block-title {display: none;}
aside.sidebar .block.block-layered-nav .block-subtitle{margin-bottom:0.75em; display: none;}
aside.sidebar .block.block-layered-nav .currently .block-subtitle {display: block;}
aside.sidebar .block.block-layered-nav .currently li{padding-bottom:3px;}
aside.sidebar .block.block-layered-nav .currently .value,
aside.sidebar .block.block-layered-nav .currently .label{float: left;}
aside.sidebar .block.block-layered-nav .currently .value{margin-left: 2px;}
aside.sidebar .block.block-layered-nav .currently .label {color: #222; padding-right: 10px;}
aside.sidebar .block.block-layered-nav .currently .value {padding-top: 1px;}
aside.sidebar .block.block-layered-nav .currently .btn-remove i {font-size: 1.16em; color: #aaa; padding: 0; vertical-align: middle;}
aside.sidebar .block.block-layered-nav .currently .btn-remove i:hover {color: #222;}
aside.sidebar .block.block-layered-nav dl dt {margin-bottom: 1em; width: 100%; overflow: hidden;}
aside.sidebar .block.block-layered-nav dl dt .left-divider,
aside.sidebar .block.block-layered-nav dl dt .right-divider,
.block-vertical-nav .left-divider,
.block-vertical-nav .right-divider {margin-top: 0.7em;}
aside.sidebar .block.block-layered-nav dl dt h2,
.block-layered-nav dl#narrow-by-list2 dt h2{font-size: 1.16em; color: #222; font-weight: 700; text-transform: uppercase; vertical-align: middle; display: block; float: left; padding: 0 7px; margin: 0;}
aside.sidebar .block.block-layered-nav dl dt i {cursor:pointer;}
aside.sidebar .block.block-layered-nav dl dd li {
    margin: 0 -20px;
    padding: 0 20px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
aside.sidebar .block.block-layered-nav dl dd li > span {display: block; border-top: dotted 1px #ddd;}
aside.sidebar .block.block-layered-nav dl dd li:first-child > span {border-top: none;}
aside.sidebar .block.block-layered-nav dl dd li:hover {background-color: #e7e7e7;}
aside.sidebar .block.block-layered-nav dl dd a,
aside.sidebar .block.block-layered-nav dl dd .filter-lbl {font-size: 1.083em; line-height: 1.583em; font-weight: 400; color: #444; display: inline-block; width: 85%; padding: .75em 0 .75em 5px;}
aside.sidebar .block.block-layered-nav dl dd li .filter-qty {
    float: right;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .91em;
    color: #aaa;
    border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: .75em;
    padding: 0;
}
aside.sidebar .block.block-layered-nav dl dd {margin-bottom: 2.333em;}
aside.sidebar .block.block-layered-nav dl dd:last-of-type {margin-bottom: 0;}
aside.sidebar .block.block-layered-nav dl dd .price > p {margin: 0 12px 0 8px;}
aside.sidebar .block.block-layered-nav #amount{float: left; width: 49%;}
aside.sidebar .block.block-layered-nav #amount-2{float: right; width: 48%; text-align: right;}
aside.sidebar .block.block-layered-nav #amount,
aside.sidebar .block.block-layered-nav #amount-2{font-size: 1.16em; line-height: 1.583em; color: #222;}
aside.sidebar .block.block-layered-nav .actions {padding: 1.5em 0; margin-top: 1.5em;}
.block-layered-nav dl#layered_navigation_accordion dt{
    cursor:pointer;
    padding:0;
    padding:0.42em 18px 0.42em 0;
    line-height:1.5em;
    position:relative;
    border-bottom: 1px solid #E5E5E5;
}
.block-layered-nav dl#layered_navigation_accordion dt:before{content: '\00B7'; padding-left:5px; padding-right:7px; font-weight:bold; font-size:1.5em; line-height:0.9em; float:left;}
.block-layered-nav dl#layered_navigation_accordion dt .btn-nav{
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:#777;
    cursor: pointer;
    height: 11px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 11px;
}
.block-layered-nav dl#layered_navigation_accordion dt.closed .btn-nav{background-position: 0 -100px;}
.block-layered-nav dl#layered_navigation_accordion.closed-default dd { display: none; }
.block-layered-nav dl#layered_navigation_accordion.closed-default dd ol{padding:0.42em 0;}
.block-layered-nav dl#layered_navigation_accordion dd{padding-bottom:0.75em;}
.block-layered-nav dl#layered_navigation_accordion dd li{padding-left:22px; font-size:0.91em; line-height:1.5em;}
.block-layered-nav dl#narrow-by-list2 dd ol li{padding-top: 0.75em; padding-bottom: 0.75em;}
.block-layered-nav dl#narrow-by-list2 dd ol li a{padding-top: 0; padding-bottom: 0;}

/* Block: Cart */
aside.sidebar .block.block-cart .subtotal{font-size:1em; margin-bottom: 2em;}
aside.sidebar .block.block-cart .subtotal .label{
    color: #222222;
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5em;
}
aside.sidebar .block.block-cart .subtotal .price{
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5em;
}


aside.sidebar .block.block-cart .block-subtitle{margin-bottom: 0.75em; font-weight: normal;}
aside.sidebar .block.block-cart .item{padding:0 0 1.5em;}
aside.sidebar .block.block-cart .img-container{
    float: left;
    width: 30%;
}
aside.sidebar .block.block-cart .product-details{
    float: right;
    position: relative;
    width: 66%;
}

aside.sidebar .block.block-cart .product-details .product-name{
    margin-bottom: 5px;
    padding-right: 28px;
    text-align: left;
}
aside.sidebar .block.block-cart .product-details .product-name a{
    color: #222222;
    font-size: 1.16em;
    font-weight: 400;
    line-height: 1.583em;
}
aside.sidebar .block.block-cart .product-details .product-box .price{
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
}

aside.sidebar .block.block-cart .product-details .cart-price-qt{
    background-color: #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    margin-left: 8px;
    padding: 0 6px;
    vertical-align: middle;
}
aside.sidebar .block.block-cart .product-details .cart-price-qt strong{
    color: #888888;
    font-size: 0.84em;
    line-height: 19px;
}
aside.sidebar .block.block-cart .product-details .truncated .item-options dt{color:#222;}

aside.sidebar .block.block-cart .product-details .btn-edit,
aside.sidebar .block.block-cart .product-details .btn-remove{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: 1;
}
aside.sidebar .block.block-cart .product-details .btn-edit{top: 25px;}
aside.sidebar .block.block-cart .product-details .btn-edit i,
aside.sidebar .block.block-cart .product-details .btn-remove i{
    color: #DDDDDD;
    font-size: 1.16em;
    padding: 5px;
}
aside.sidebar .block.block-cart .product-details .btn-edit i:hover,
aside.sidebar .block.block-cart .product-details .btn-remove i:hover{
    color: #222222;
}

/* Configurable Swatch */
.configurable-swatch-list li{
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}
aside.sidebar .block.block-layered-nav dl dd .configurable-swatch-list li:hover {background: none;}
.block-layered-nav  dd .configurable-swatch-list li{
    margin: 0 0 1em;
}
aside.sidebar .block.block-layered-nav  dd .configurable-swatch-list li:before{display: none;}
body aside.sidebar .block.block-layered-nav dd .swatch-link{
    text-align: left;
    display: inline-block;
    padding: 5px;
    border: none;
}
.block-layered-nav dd .swatch-link .count{line-height: 1.7em;}
.block-layered-nav dd .swatch-link .swatch-label{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 1px 5px;
}
.block-layered-nav dd .swatch-link.has-image{margin-top: 1px;}
.block-layered-nav dd .swatch-link.has-image .swatch-label{
    padding:0;
}
.block-layered-nav dd .swatch-link.has-image .count{line-height: 1.5em;}

.block-layered-nav dd .swatch-link .swatch-label img,
.swatch-current .swatch-link .swatch-label img{margin: 1px;}
.configurable-swatch-list{
    clear: both;
    width: 100%;
    overflow: hidden;
}
.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}
.products-grid .configurable-swatch-list li,
.products-list .configurable-swatch-list li{margin-bottom: 2px;}
.configurable-swatch-list .not-available .x {
    display: block;
}
.configurable-swatch-list .not-available .swatch-link {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available a:focus {
    outline: 0;
}
.configurable-swatch-list .swatch-link,
.swatch-current .swatch-link{
    color: #aaa;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    border:1px solid #ccc;
}
.swatch-current .selected .swatch-link,
.configurable-swatch-list .selected .swatch-link{
    border-color: #000;
    color:#000;
}
.swatch-current .btn-remove{line-height: 1em; overflow: visible;}
.configurable-swatch-list .swatch-link span.x{display: none;}
.configurable-swatch-list .swatch-link .swatch-label{
    border-radius: 3px;
    border:1px solid transparent;
    display: block;
    padding:1px 5px;
}
.configurable-swatch-list .swatch-link.has-image .swatch-label{
    padding:0;
}
.swatch-current .swatch-link{margin-left: 5px;}

.products-list .configurable-swatch-list {margin-bottom: 1.5em;}
.products-grid .configurable-swatch-list{margin-bottom: .5em;}
.products-list .configurable-swatch-list li .swatch-label,
.products-grid .configurable-swatch-list li .swatch-label{
    display: block;
    padding:1px 5px;
}
.products-list .configurable-swatch-list li .swatch-link.has-image .swatch-label,
.products-grid .configurable-swatch-list li .swatch-link.has-image .swatch-label{
    padding:0;
}
.product-image-gallery #more-views-slider-2 {overflow: hidden;}
.product-image-gallery > .gallery-image{display: none!important;}

/* Block: Wishlist */
aside.sidebar .block.block-wishlist { position: relative;}
aside.sidebar .block.block-wishlist .block-content {margin-top: 2.5em;}
aside.sidebar .block.block-wishlist .block-content .block-subtitle {text-align: center;}
aside.sidebar .block.block-wishlist li.item{width:100%; overflow:hidden; padding-bottom:1.16em;}
aside.sidebar .block.block-wishlist li.item .product-image {float: left; width: 86px; padding: 0;}
aside.sidebar .block.block-wishlist li.item .product-image img{width: 100%;}
aside.sidebar .block.block-wishlist li.item .product-details{width:60%; float:right;}
aside.sidebar .block-wishlist .product-actions {float: right;}
aside.sidebar .block-wishlist .product-actions i {font-size: 1.16em; color: #ddd; line-height: 1; padding: 5px;}
aside.sidebar .block-wishlist .product-actions i:hover {color: #222;}
aside.sidebar .block.block-wishlist li.item .product-details .product-name {margin-bottom: 0;}
aside.sidebar .block.block-wishlist li.item .product-details .product-name a {font-size: 1.16em; line-height: 1.583em; font-weight: 400; color: #222;}
aside.sidebar .block.block-wishlist li.item .product-details .price-box{margin-bottom:0.42em; float:left; margin-right:13px;}
aside.sidebar .block.block-wishlist li.item .product-details .price-box.map-info{float:none;}
aside.sidebar .block.block-wishlist li.item .product-details .price-box .price {font-size: 1.5em; line-height: 1.583em; font-weight: 300;}
aside.sidebar .block.block-wishlist li.item button{float:right;}
aside.sidebar .block.block-wishlist li.item.last{padding-bottom:0;}
aside.sidebar .block.block-wishlist .actions {margin-top: 1.5em;}
aside.sidebar .block.block-wishlist .actions a:hover {color: #fff;}

#wishlist-slider .es-carousel-wrapper{
    position:relative;
}
#wishlist-slider .es-carousel{
    min-height:75px;
    overflow:hidden;
}
#wishlist-slider .es-carousel ul.carousel-ul{
    margin: auto
}
#wishlist-slider .es-carousel ul.carousel-ul > li{
    float:left;
    display:block;
}
#wishlist-slider .es-carousel ul.carousel-ul > li a.product-image{
    display:block;
}
#wishlist-slider .es-carousel ul.carousel-ul li a.product-image img{
    display:block;
    border:none;
    max-height:none;
    max-width:none;
}

#wishlist-table .truncated{clear: both; position: relative; margin: 0;}
#wishlist-table .truncated a.details{cursor: help;}
#wishlist-table .truncated .item-options{
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: help;
    width: 150px;
    height: auto;
    border: 1px solid #ddd;
    background-color:#eee;
    padding:1em;
    display: none;
}
#wishlist-table .truncated .show .item-options{display: block;}
#wishlist-table .truncated .item-options p{
    font-size: 1px;
    font-size: 1em;
    margin-bottom: 1em;
    color:#222;
}
#wishlist-table .truncated .item-options dl dt{color:#222;}
#wishlist-table .truncated .item-options dl dt,
#wishlist-table .truncated .item-options dl dd{margin-top: 0.5em;}

.block-wishlist .prev,
.block-wishlist .next {
    position: absolute;
    display: block;
    color:#aaa;
    cursor:pointer;
}
.block-wishlist .prev i,
.block-wishlist .next i {font-size: 1.667em; color: #888; height: 20px; width: 20px; line-height: 20px; text-align: center;}
.block-wishlist .prev {left: 42.7%; top: 22px;}
.block-wishlist .next {right: 42.7%; top: 22px;}
.block-wishlist .prev:after {content: "\7C"; font-size: 1.5em; font-weight: bold; line-height: 17px; height: 15px; color: #ddd;}

/* Block: Block List */
.block-list .block-content{padding-left:0!important;}
.block-list li.item {
    width: auto;
    overflow: hidden;
    border-top: dotted 1px #ddd;
    padding: 0 10px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition:  background-color .8s ease;
}
.block-list li.item:first-child {border-top: none;}
.block-list li.item:hover {background-color: #eee;}
.block-list li.item a {padding: .75em 0; display: inline-block;}

/* Block: Compare Products */
.block-compare li.item {
    width: auto;
     overflow: hidden;
     border-top: dotted 1px #ddd;
     padding: 0 10px;
     transition: background-color .8s ease;
     -moz-transition: background-color .8s ease;
     -webkit-transition: background-color .8s ease;
     -o-transition:  background-color .8s ease;
 }
.block-compare li.item:hover {background-color: #eee;}
.block-compare li.item a {padding: .75em 0; display: inline-block;}
.block-compare li.item:first-child {border-top: none;}
.block-compare li.item .product-name{float:left; width:87%;}
.block-compare li.item .btn-remove {margin-top: 3px;}
.block-compare li.item .btn-remove i {color:#aaa;}
.block-compare .actions button span {color: #fff;}
.block-compare .actions button:hover > span {border-color: #eee;}
.block-compare .actions button:hover span span {color: #aaa; background-color: #fff;}

/* Block: Poll */
.block-poll .block-content{padding-left:0!important;}
.block-poll li {padding: .75em 5px; border-top: dotted 1px #ddd;}
.block-poll li:first-child {border-top: none;}
.block-poll label {font-size: 1.083em; color: #666; line-height: 1.583em;}
.block-poll input.radio {float: left; margin: 4px 5px 0 1px; }
.block-poll .label { display:block; float:left; width:80%; }
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:140px;}
.block-poll .votes{float:right; width:70px; margin-top:-1.5em;}

/* Block: Tags */
aside.sidebar .block-tags .block-content{padding-left:0;}
aside.sidebar .block-tags li {display: inline-block; margin-bottom: 2px;}
aside.sidebar .block-tags li a {
    font-size: .91em!important;
    color: #888;
    border: solid 1px #ddd;
    display: inline-block;
    padding: .5em 10px;
}
aside.sidebar .block-tags li a:hover {color: #fff;}
aside.sidebar .block-tags .actions {border: none;}
aside.sidebar .block-tags .actions a {margin-top: 0; float: none;}

/* Block: Reorder */
.block-reorder li {padding: .75em 5px; border-top: dotted 1px #ddd;}
.block-reorder li:first-child {border-top: none;}
.block-reorder input.checkbox { float:left; margin:0.27em 0 0; }
.block-reorder .product-name { margin-left:10px; float:left; width:80%; }
.block-reorder .actions button span {color: #fff;}
.block-reorder .actions button:hover > span {border-color: #eee;}
.block-reorder .actions button:hover span span {color: #aaa; background-color: #fff;}

/* Block: Banner */
.block-banner .block-content {padding: 0; text-align:center;}

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:0.75em 0 1.5em; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* newsletter */
.block-subscribe .form-subscribe-header label {display: block; font-size: 1em; color: #222; padding-bottom: 1.5em;}
.block-subscribe .input-box {width: 100%; margin-bottom: 1.5em}
.block-subscribe .input-box input {height: 25px; width: 92%;}
aside.sidebar .block-subscribe .actions {text-align: left;}
/* ======================================================================================= */


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}



/* Category Page ========================================================================= */
.catalog-category-view .messages,
.catalogsearch-result-index .messages,
.catalogsearch-advanced-result .messages{
    position: absolute;
    top: 75px;
    z-index: 999;
}
.catalogsearch-advanced-result .page-title,
.catalogsearch-result-index .page-title,
.category-title {border-bottom: solid 4px #eee; margin-bottom: 1.5em;}

.catalogsearch-advanced-result .page-title h1,
.catalogsearch-result-index .page-title h1,
.category-title h1 {font-size: 4em; line-height: 1.5em; color: #222; font-weight: 400; margin-bottom: .5em;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-description {margin: 0 0 1.5em;}

#category-products-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index:99998;
}
#category-products-loader > div{
    position: absolute;
    top: 50%;
    left: 50%;
    background:#000;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    display: inline-block;
    margin: -12px 0 0 -12px;
    padding: 10px;
    z-index: 99999;
}

.products-grid .availability-only,
.products-list .availability-only,
div.label-sale {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 0 7px;
    min-width: 25px;
    z-index: 9;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: .91em;
    font-weight: 700;
}
div.label-sale.percentage {
    font-size: 1em;
    line-height: 2.5em;
}
div.label-sale.percentage span{
    display: block;
    height: auto;
    font-weight: normal;
    font-size: 0.75em;
    line-height: normal;
    position: relative;
    top: -10px;
}


.label-type-1 div.label-sale,
.products-grid.label-type-1 .availability-only,
.products-list.label-type-1 .availability-only{
    border-radius: 50%;
    -moz-border-radius: 50%;
    height: 40px;
    line-height: 40px;
}
.label-type-2 span.label-new,
.label-type-2 div.label-sale,
.products-grid.label-type-2 .availability-only,
.products-list.label-type-2 .availability-only{
    line-height: 33px;
    height: 33px;
    padding:0 12px;
}
.label-type-2 div.label-sale.percentage{
    line-height: 2.1em;
}
.label-type-2 div.label-sale.percentage span{top: -9px;}


.label-type-3 span.label-new,
.label-type-3 div.label-sale,
.products-grid.label-type-3 .availability-only,
.products-list.label-type-3 .availability-only{
    padding: 0 8px 0 16px;
    border-radius: 0 0 0 100%;
    -moz-border-radius: 0 0 0 100%;
}
.label-type-3 span.label-new{
    padding: 0 16px 0 8px;
    border-radius: 0 0 100% 0;
    -moz-border-radius: 0 0 100% 0;
}
.label-type-3 div.label-sale.percentage span{
    left: 5px;
    top: -13px;
}

.label-type-4 span.label-new,
.label-type-4 div.label-sale,
.products-grid.label-type-4 .availability-only,
.products-list.label-type-4 .availability-only{
    border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 33px;
    height: 33px;
    padding:0 12px;
}
.label-type-4 div.label-sale.percentage{
    line-height: 2.1em;
}
.label-type-4 div.label-sale.percentage span{top: -9px;}

.label-type-5 span.label-new,
.label-type-5 div.label-sale,
.products-grid.label-type-5 .availability-only,
.products-list.label-type-5 .availability-only{
    line-height: 33px;
    height: 33px;
    padding:0 10px 0 12px;
}
.label-type-5 div.label-sale,
.products-grid.label-type-5 .availability-only,
.products-list.label-type-5 .availability-only{
    padding:0 12px 0 10px;
}
.label-type-5 div.label-sale.percentage{
    line-height: 2.1em;
}
.label-type-5 div.label-sale.percentage span{top: -9px;}


.label-type-5 span.label-new:before,
.label-type-5 div.label-sale:before,
.products-grid.label-type-5 .availability-only:before,
.products-list.label-type-5 .availability-only:before{
    width: 0;
    height: 0;
    border-top: 17px solid;
    border-right: 8px solid transparent;
    content:'';
    position: absolute;
    right: -8px;
    top: 0;
}
.label-type-5 .labels-sale-new span.label-new:before,
.label-type-5 div.label-sale:before,
.products-grid.label-type-5 .availability-only:before,
.products-list.label-type-5 .availability-only:before{
    right: auto;
    left: -8px;
    border-left: 8px solid transparent;
}


.label-type-5 span.label-new:after,
.label-type-5 div.label-sale:after,
.products-grid.label-type-5 .availability-only:after,
.products-list.label-type-5 .availability-only:after{
    width: 0;
    height: 0;
    border-bottom: 17px solid;
    border-right: 8px solid transparent;
    content:'';
    position: absolute;
    right: -8px;
    bottom: 0;
}
.label-type-5 .labels-sale-new span.label-new:after,
.label-type-5 div.label-sale:after,
.products-grid.label-type-5 .availability-only:after,
.products-list.label-type-5 .availability-only:after{
    right: auto;
    left: -8px;
    border-left: 8px solid transparent;
}

.label-type-5 .labels-sale-new span.label-new{
    padding: 0 12px 0 10px;
}

.label-type-5 .labels-sale-new div.label-sale,
.products-grid.label-type-5 .labels-sale-new .availability-only,
.products-list.label-type-5 .labels-sale-new .availability-only{padding:0 12px 0 10px;}
.label-type-5 .labels-sale-new div.label-sale:before,
.products-grid.label-type-5 .labels-sale-new .availability-only:before,
.products-list.label-type-5 .labels-sale-new .availability-only:before,
.label-type-5 .labels-sale-new div.label-sale:after,
.products-grid.label-type-5 .labels-sale-new .availability-only:after,
.products-list.label-type-5 .labels-sale-new .availability-only:after{
    border-right: 8px solid transparent;
    left: auto;
    right: -8px;
}

.labels-sale-new span.label-new{
    left: auto;
    right: 5px;
}

.labels-sale-new div.label-sale{
    right: auto;
    left: 5px;
}

/* View Type: Grid */
.products-grid {
    clear:both;
    list-style:none !important;
    padding: 0 !important;
    margin: 0 ;
    position:relative;
    margin:0 -10px;
}
.products-grid.last { border-bottom:0; }
.products-grid li.item {float: left; padding: 0 0 3.667em; position: relative;}
.products-grid.grid-2-columns li.item{width:50%;}
.products-grid.grid-2-columns li.item:nth-of-type(2n+1){clear:left;}
.products-grid.grid-3-columns li.item{width:33.3%;}
.products-grid.grid-3-columns li.item:nth-of-type(3n+1){clear:left;}
.products-grid.grid-4-columns li.item{width:24.99%;}
.products-grid.grid-4-columns li.item:nth-of-type(4n+1){clear:left;}
.products-grid.grid-5-columns li.item{width:19.95%;}
.products-grid.grid-5-columns li.item:nth-of-type(5n+1){clear:left;}
.products-grid.grid-6-columns li.item{width:16.6%;}
.products-grid.grid-6-columns li.item:nth-of-type(6n+1){clear:left;}
.products-grid.grid-7-columns li.item{width:14.2%;}
.products-grid.grid-7-columns li.item:nth-of-type(7n+1){clear:left;}
.products-grid.grid-8-columns li.item{width:12.5%;}
.products-grid.grid-8-columns li.item:nth-of-type(8n+1){clear:left;}
.products-grid li.item .product-container{
    padding-left: 10px;
    padding-right: 10px;
}

.products-grid .availability-only p,
.products-list .availability-only p{display: inline-block; text-transform: none;}

.products-grid.label-type-1 .availability-only,
.products-list.label-type-1 .availability-only{line-height: 28px;}
.products-grid.label-type-1 .availability-only p,
.products-list.label-type-1 .availability-only p{
    display: block;
    line-height: normal;
    position: relative;
    top: -11px;
}

.products-list li.item .availability-only,
.products-grid li.item .availability-only{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index:99;
}
.products-list li.item.labels-sale-new .availability-only,
.products-grid li.item.labels-sale-new .availability-only{
    right: auto;
    left: 5px;
}

.widget-slider.two-products li.item,
.products-grid.two-products li.item {width: 50%;}
.widget-slider.three-products li.item,
.products-grid.three-products li.item {width: 33.3%;}
.widget-slider.four-products li.item,
.products-grid.four-products li.item {width: 25%;}
.widget-slider.five-products li.item,
.products-grid.five-products li.item {width: 20%;}
.widget-slider.six-products li.item,
.products-grid.six-products li.item {width: 16.667%;}
.widget-slider.seven-products li.item,
.products-grid.seven-products li.item {width: 14.2%;}
.widget-slider.eight-products li.item,
.products-grid.eight-products li.item {width: 12.5%;}

.widget-slider.seven-products li.item {width: 15%;}

.products-grid.two-products li.item .product-container,
.products-grid.three-products li.item .product-container,
.products-grid.four-products li.item .product-container,
.products-grid.five-products li.item .product-container,
.products-grid.six-products li.item .product-container,
.products-grid.seven-products li.item .product-container,
.products-grid.eight-products li.item .product-container {margin: 0 10px;}

.products-grid.two-products li.item:nth-of-type(2n+1),
.products-grid.three-products li.item:nth-of-type(3n+1),
.products-grid.four-products li.item:nth-of-type(4n+1),
.products-grid.five-products li.item:nth-of-type(5n+1),
.products-grid.six-products li.item:nth-of-type(6n+1),
.products-grid.seven-products li.item:nth-of-type(7n+1),
.products-grid.eight-products li.item:nth-of-type(8n+1) {clear: left;}
.products-grid.two-products li.item:nth-of-type(2n),
.products-grid.three-products li.item:nth-of-type(3n),
.products-grid.four-products li.item:nth-of-type(4n),
.products-grid.five-products li.item:nth-of-type(5n),
.products-grid.six-products li.item:nth-of-type(6n),
.products-grid.seven-products li.item:nth-of-type(7n),
.products-grid.eight-products li.item:nth-of-type(8n) {clear: right;}

.meigee-widget .products-grid {margin-left: -10px; margin-right: -10px;}

.products-list .image-wrapper,
.products-list .description-wrapper {float: left;}
.products-list .image-wrapper .product-img-box {margin-right: 10px;}
.products-list .description-wrapper .product-shop {margin-left: 10px;}

.products-list .twenty {width: 20%;}
.products-list .twenty-five {width: 25%;}
.products-list .thirty {width: 30%;}
.products-list .thirty-five {width: 35%;}
.products-list .forty {width: 40%;}
.products-list .forty-five {width: 45%;}
.products-list .fifty {width: 50%;}
.products-list .fifty-five {width: 55%;}
.products-list .sixty {width: 60%;}
.products-list .sixty-five {width: 65%;}
.products-list .seventy {width: 70%;}
.products-list .seventy-five {width: 75%;}
.products-list .eighty {width: 80%;}

.products-grid.widget-grid li.item .product-container{
    padding-left: 0;
    padding-right: 0;
}

.products-grid .product-img-box{
    margin:0 0 0.75em;
}
.products-grid .product-image {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.products-grid .product-image img{width:100%;}
.products-grid .product-name a {font-size: 1.16em; color: #222; line-height: 1.583em; text-align: left; font-weight: 400; display: block;}
.products-grid .price-box {margin-bottom: .75em; padding-bottom: 1em; border-bottom: solid 1px #ddd;}
.products-grid .price-box.map-info a{display:block;}
.products-grid .actions button{margin-top:-0.42em;}
.products-grid .add-to-links {display: inline-block; vertical-align: middle; line-height: 1;}
.products-grid .add-to-links li {display: inline-block; line-height: 1; padding-right: 20px;}
.products-grid .add-to-links li:last-of-type {padding: 0;}
.products-grid .add-to-links li i {font-size: 1.16em; color: #aaa;}
.products-grid .add-to-links .separator { display:none; margin:0 2px; }
.products-grid .grid-desc{padding-top:0.75em;}
.products-grid li.item .button-holder {position: relative; display: inline-block; vertical-align: middle; padding-right: 20px;}
.products-grid .regular-price .price,
.products-grid .special-price .price {line-height: 1;}

/* View Type: List */
.products-list li.item { padding:0 0 18px; position:relative;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { display:block; position:relative; text-align:center;}
.products-list .product-name {margin-bottom: .75em;}
.products-list .product-name a {font-size: 2em; line-height: 1.5em; font-weight: 400; color: #222;}
.products-list .price-box {margin-bottom: 1em; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding: .75em 0;}
.products-list .price-box .price {vertical-align: middle; display: inline-block;}
.products-list .price-box.map-info a {display: inline-block; margin-top: 1px;}
.products-list .availability {float: right; margin: 0; padding: 1.33em 0 0 30px; font-weight: normal; color:#8a8a8a; font-size:0.91em;}
.products-list .desc {clear: both; margin-bottom: .75em; font-size: 1em; color: #888; line-height: 1.5em;}
.products-list .desc .link-learn {font-size: 1em; padding-left: 10px;}
.products-list .add-to-links {display: inline-block; vertical-align: middle; line-height: 1;}
.products-list .add-to-links li {display: inline-block; vertical-align: middle; line-height: 1; padding-left: 20px;}
.products-list .add-to-links li:first-child{padding-left: 0;}
.products-list .add-to-links i {vertical-align: middle; color: #aaa; font-size: 1.16em;}
.products-list .add-to-links .separator { display:none; margin:0 2px; }

.products-grid .ratings,
.products-list .ratings {margin-bottom: .75em;}
.products-grid .ratings .rating-box,
.products-list .ratings .rating-box{float:left; margin-bottom:5px; margin-top: 3px;}
.products-grid .ratings .rating-links,
.products-list .ratings .rating-links{font-size: 1em; float: left; color: #aaa; padding: 0; clear: none}

.products-grid .ratings{float: none;}
.products-list li.item .product-img-box,
.products-grid li.item .product-img-box{
    position:relative;
    display:block;
    background: #fff;
    border-style: solid;
    border-width: 0;
    transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
}
.products-list li.item .product-image span.image-box,
.products-grid li.item .product-image span.image-box{
    position:absolute;
    width:100%;
    height:0%;
    top:0;
    left:0;
    opacity:0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.products-list li.item .product-img-box .prod_cat,
.products-grid li.item .product-img-box .prod_cat {position:absolute;bottom:15px;left:15px;font-weight:bold;opacity:0;filter:alpha(opacity=0);font-size:.7em;text-transform:uppercase;}
.products-list li.item:hover .product-img-box .prod_cat,
.products-grid li.item:hover .product-img-box .prod_cat {opacity:1;filter:alpha(opacity=1)}
.products-list .product-image .hover-box,
.products-grid .product-image .hover-box{overflow:hidden;}
.products-list li.item .button-holder{position: relative; display: inline-block; vertical-align: middle; padding-right: 20px;}

.products-list li.item .fancybox,
.products-grid li.item .fancybox{position:absolute; left:50%; top:50%; margin-top: -9px; margin-left: -5px; opacity: 0;}
.products-list li.item:hover .fancybox,
.products-grid li.item:hover .fancybox{position:absolute; left:50%; opacity: 1;}
.mobile-device .fancybox,
.mobile-device .fancybox{opacity: 1!important;}

header#header .products-list li.item .fancybox,
header#header .products-grid li.item .fancybox{display: none;}

.products-grid .btn-quick-view,
.products-list .btn-quick-view {
    position:absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    text-align: center;
    z-index: 10;
    display: block;
    transition: width .4s ease;
    -moz-transition: width .4s ease;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    width: 0;
    overflow: hidden;
}
.products-grid .btn-quick-view span,
.products-list .btn-quick-view span {
    width: 100%;
    padding: 0;
    border: none;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    text-transform: none;
}
.products-grid .btn-quick-view span span,
.products-list .btn-quick-view span span {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .8s ease, background-color .8s;
    -moz-transition: opacity .8s ease, background-color .8s;
    -webkit-transition: opacity .8s ease, background-color .8s;
    -o-transition: opacity .8s ease, background-color .8s;
}
.products-grid .btn-quick-view span i,
.products-list .btn-quick-view span i {font-size: 1.16em; line-height: 30px; margin-right: 9px;}

.products-grid .btn-quick-view span span span,
.products-list .btn-quick-view span span span{
    width: auto;
    height: auto;
    line-height: 2.4em;
    float: none;
    background: none!important;
    border: none !important;
    text-align: left;
}

.products-grid .out-of-stock-label,
.products-list .out-of-stock-label{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:0.5em 0;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    background-color:#000;
    background-color:rgba(0, 0, 0, 0.8);
    z-index:999;
}
.products-grid .out-of-stock .price,
.products-list .out-of-stock .price{
    color:#ccc;
}

.mobile-device .products-grid li.item .btn-quick-view,
.mobile-device .products-list li.item .btn-quick-view,
.products-grid li.item .product-img-box:hover .btn-quick-view,
.products-list li.item .product-img-box:hover .btn-quick-view {opacity: 1; filter: alpha(opacity=100); width: 100%;}
.mobile-device .products-grid li.item .btn-quick-view span span,
.mobile-device .products-list li.item .btn-quick-view span span,
.products-grid li.item:hover .btn-quick-view span span,
.products-list li.item:hover .btn-quick-view span span {opacity: 1; filter: alpha(opacity=100);}
.products-list .minimal-price,
.products-list .minimal-price-link {margin-top: 5px;}

.products-grid li.item .hover-image,
.products-list li.item .hover-image {
    position:absolute;
    max-width:100%;
    width: 100%;
    left:0;
    top:0;
    opacity: 0;
    z-index: 1;
}
.products-grid li.item:hover span.hover-image,
.products-list li.item:hover span.hover-image { opacity: 1; filter: alpha(opacity = 100);}

.products-grid li.item:hover .hover-overlay .hover-image,
.products-list li.item:hover .hover-overlay .hover-image{
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 1;
}

body.hover-effect.hover-scale .products-list li.item .product-image.hover-exists,
body.hover-effect.hover-scale .products-grid li.item .product-image.hover-exists { overflow: hidden;}

body.hover-effect.hover-scale .products-list li.item .product-image.hover-exists > img,
body.hover-effect.hover-scale .products-grid li.item .product-image.hover-exists > img{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: block;
    z-index: 1;
}
body.hover-effect.hover-scale .products-list li.item:hover .product-image.hover-exists > img,
body.hover-effect.hover-scale .products-grid li.item:hover .product-image.hover-exists > img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   opacity: 0;
   z-index: 2;
}

body.hover-effect.hover-scale .products-grid li.item:hover .hover-overlay .hover-image,
body.hover-effect.hover-scale .products-list li.item:hover .hover-overlay .hover-image{
    opacity: 1;
    filter: alpha(opacity = 100);
}
body.hover-effect.hover-scale .products-list li.item:hover .hover-overlay .product-image.hover-exists > img,
body.hover-effect.hover-scale .products-grid li.item:hover .hover-overlay .product-image.hover-exists > img{
    opacity: 1;
    filter: alpha(opacity = 100);
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    transition:none;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/* ajax media */
.ajax-media-holder{
    overflow: hidden;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity = 0);
    -moz-transition:opacity 100ms ease;
    -webkit-transition:opacity 100ms ease;
    -o-transition:opacity 100ms ease;
    transition:opacity 100ms ease;
}
.mobile-device .products-grid li.item .ajax-media-holder,
.mobile-device .products-list li.item .ajax-media-holder,
.products-grid li.item:hover .ajax-media-holder,
.products-list li.item:hover .ajax-media-holder{
    opacity: 1;
    filter: alpha(opacity = 100);
}

.ajax-media-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.3);
    z-index:-1;
    opacity: 0;
    filter: alpha(opacity = 0);
    -moz-transition:opacity 300ms ease;
    -webkit-transition:opacity 300ms ease;
    -o-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
}
.ajax-media-overlay .loader{
    background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/fancybox/fancybox_loading.gif) center center no-repeat #000;
    height: 44px;
    width: 44px;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    -moz-border-radius:10px;
    border-radius:10px;
}
li.item .loading .ajax-media-overlay{
    z-index:9999;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.products-grid li.item .loading .quick-view-holder,
.products-list li.item .loading .quick-view-holder,
.products-grid li.item .loading .btn-quick-view,
.products-list li.item .loading .btn-quick-view,
.products-grid li.item .loading .ajax-media-button-holder,
.products-list li.item .loading .ajax-media-button-holder{
    display: none;
}
.ajax-media-holder .more-views{
    padding:0;
    position: relative;
    right: -100px;
    -moz-transition:right 300ms ease;
    -webkit-transition:right 300ms ease;
    -o-transition:right 300ms ease;
    transition:right 300ms ease;
}
.ajax-media-holder .more-views.show{
    right: 0;
    -moz-transition:right 300ms ease;
    -webkit-transition:right 300ms ease;
    -o-transition:right 300ms ease;
    transition:right 300ms ease;
}
.ajax-media-holder .more-views li{
    margin-right: 0;
    margin-bottom: 0.5em;
    float: none;
}
.ajax-media-holder .more-views li.last{margin-bottom: 0;}
.ajax-media-holder .more-views li a{
    margin:0;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.5);
    width: 44px;
    padding:3px;
    background: #fff;
}

.mobile-device .products-grid li.item .more-views-mode .btn-quick-view,
.mobile-device .products-list li.item .more-views-mode .btn-quick-view,
.products-grid li.item:hover .more-views-mode button.btn-quick-view,
.products-list li.item:hover .more-views-mode button.btn-quick-view{
    width: 50%;
}

.ajax-media-button-holder{
    position:absolute;
    right: 0;
    bottom: 0;
    width: 50.5%;
    text-align: center;
    z-index: 10;
    display: block;
    overflow: hidden;
}
.ajax-media-button-holder.no-quick-view{width: 100%;}
.ajax-media-button-holder .ajax-media{
    height: 30px;
    display: block;
    line-height: 30px;
    color:#fff;
    right:-101%;
    position: relative;
    transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
}
.ajax-media-button-holder .ajax-media span{
    display: block;
    background-color:rgba(0, 0, 0, 0.1);
    transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
}

.ajax-media-button-holder .ajax-media span span{
    background: none!important;
    display: inline-block;
}
header#header .ajax-media-button-holder .ajax-media{
    color:#fff;
}

.mobile-device .products-grid li.item .ajax-media-button-holder .ajax-media,
.mobile-device .products-list li.item .ajax-media-button-holder .ajax-media,
.products-grid li.item:hover .ajax-media-button-holder .ajax-media,
.products-list li.item:hover .ajax-media-button-holder .ajax-media{
    transition: right 400ms ease, background-color 400ms ease;
    -moz-transition: right 400ms ease, background-color 400ms ease;
    -webkit-transition: right 400ms ease, background-color 400ms ease;
    -o-transition: right 400ms ease, background-color 400ms ease;
    right:0;
}
.ajax-media-button-holder .ajax-media:hover span{
    background-color: transparent;
}

.ajax-media-button-holder .ajax-media i {
    font-size: 1.16em;
    line-height: 30px;
    margin-right: 9px;
}

.add-to-links .link-compare span.add-to-loader,
.add-to-links .link-wishlist span.add-to-loader{
    background: none;
    display:block;
    margin:0;
    text-indent:0;
    border:none;
    position:absolute;
    width: 17px;
    height: 17px;
    left:18px;
    top:10px;
    background-color:#FFF!important;
}
.add-to-links .link-compare span.add-to-loader img,
.add-to-links .link-wishlist span.add-to-loader img{
    left:1px;
    top:1px;
    position:relative;
    width:80%;
}

/* infinity scroll */
.category-products .toolbar-bottom{position: relative;}

.category-products .toolbar-bottom div.loader{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 1%;
    height: 3px;
    left: 0;
    top: -1px;
    position: absolute;
}
.category-products.loading .toolbar-bottom div.loader{
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    -moz-transition:width 10000ms ease;
    -webkit-transition:width 10000ms ease;
    -o-transition:width 10000ms ease;
    transition:width 10000ms ease;
}

.ias_trigger{text-align: center;}
.ias_trigger a{
    display: block;
    padding:2em 0;
    background:#eee;
    color:#aaa;
    position: relative;
    margin-top: -1.5em;
}
.ias_trigger a span.text{
    position: relative;
    z-index: 999;
}
.ias_trigger a span.bg{
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#ddd;
}
.ias_trigger.active a span.bg{
    width: 100%;
    -moz-transition:width 10000ms ease;
    -webkit-transition:width 10000ms ease;
    -o-transition:width 10000ms ease;
    transition:width 10000ms ease;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:0.91em; line-height:1.25; margin: 0 0 1em; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links {display: inline-block; vertical-align: middle; margin-bottom: 0!important; padding-top: 2px;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-links a {color: #aaa; text-decoration: none; line-height: 1.44em;}
.ratings .rating-links a:hover{text-decoration:none; color:#000;}
.rating-box {width: 60px; height: 9px; font-size: 0; line-height: 0; background: url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent: -999em; overflow: hidden;}
.rating-box .rating {float: left; height: 9px; background: url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box {display: inline-block; vertical-align: middle;margin-right: 5px;}
.ratings-table{margin:0.5em 1.5em 1.5em 0;float:left;width:15%;}
.ratings-table th,
.ratings-table td { font-size:12px; line-height:1.15; padding:3px 0; }
.ratings-table th { text-align:left; font-weight:normal; font-size:.91em;color:#646464;width:100%;padding-right:10px; }
.ratings-table .rating-box { width:45px; height:6px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_rating_2.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin-top:3px; }
.ratings-table .rating-box .rating { height:6px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_rating_2.gif) 0 100% repeat-x; }

/* Availability */
.availability {font-size: .91em; color: #888;}
.availability.in-stock span {color: #3ebd00;}
.availability-only i {line-height: 40px; font-size: 1.273em; margin-right: 2px;}
.availability-only span {
    font-size: .91em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: #eee;
    color: #888;
    padding: 0 6px;
    min-width: 28px;
}
.availability-only span:before { padding-right: 10px; margin-right: 5px; border-right: 1px solid #e71861;}
.availability-only a {cursor:pointer;}
.availability-only .expanded { background-position:100% -15px; }
.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }
.col-main .price{font-size:1.16em; line-height:1.57em;}

/* Regular price */
.regular-price {display: inline-block; vertical-align: middle;}
.regular-price .price {font-size: 2em; font-weight: 300; line-height: 1.5em;}

/* Old price */
.old-price {display: inline-block; vertical-align: middle; padding-top: .75em; padding-right: 5px;}
.old-price span{ display: inline-block; line-height:1.7em; }
.old-price .price-label { display: none; white-space:nowrap; }
.old-price .price {font-size: 1.16em; line-height: 1.583em; text-decoration: line-through; font-weight: 300; color: #aaa;}
.std p.old-price{margin-bottom: 0;}

/* Special price */
.special-price {display: inline-block; vertical-align: middle;}
.special-price span{ display: inline-block; line-height: 1.7em;}
.special-price .price-label { display: none; font-weight:bold; white-space:nowrap; }
.special-price .price {font-size: 2em; font-weight: 300; line-height: 1.5em;}
.std p.special-price{margin-bottom: 0;}

/* Minimal price (as low as) */
.minimal-price,
.minimal-price-link {display: inline-block; vertical-align: middle;}
.special-price + .minimal-price,
.special-price + .minimal-price-link,
.regular-price + .minimal-price,
.regular-price + .minimal-price-link {float: right;}
.minimal-price-link .label,
.minimal-price .price-label {color: #aaa; font-size: 1.16em; line-height: 1.583em; display: inline-block; vertical-align: middle; font-weight: 300;}
.minimal-price-link .price,
.minimal-price .price {font-size: 1.16em; line-height: 1.583em; display: inline-block; vertical-align: middle; font-weight: 300;}

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; display:inline-block; line-height: 1.3em; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; display:inline-block; line-height: 1.3em; }

/* Configured price */
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px;}
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {display: inline-block; vertical-align: middle;}
.price-from .price-label { display: none; white-space:nowrap; }
.price-from .price {font-weight: 300; font-size: 1.16em; color: #aaa;}
.std p.price-from{margin-bottom: 0;}

.price-to {display: inline-block; vertical-align: middle;}
.price-to:before {content: "-"; padding: 0 5px;}
.price-to .price-label { display: none; white-space:nowrap; }
.price-to .price {font-weight: 300; font-size: 1.16em; color: #aaa; vertical-align: middle;}
.std p.price-to{margin-bottom: 0;}

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {display: inline-block; vertical-align: middle;}
.price-as-configured .price-label {
    color: #aaa;
    font-size: 1.16em;
    line-height: 1.583em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
}
.price-as-configured .price {
    font-size: 1.16em;
    line-height: 1.583em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
}

.bundle-box{overflow: hidden; margin-bottom: 15px; display: inline-block; vertical-align: middle;}
.price-box-bundle .price-box{float:none; padding-right:15px!important;}
/********** Product Prices > */

/* Tier Prices */
.tier-prices{padding:0 0 1.16em; color:#000; margin: 0 0 1.5em;}
.tier-prices .price { font-weight:bold; line-height:1em; line-height:1.3em;}
.tier-prices .benefit { color: #e71861;}

/* Add to Links */
.add-to-links li a{font-weight:normal;position:relative;}
.add-to-links li a .ajax-loader-item {left:-1px;}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-top:7px; display:none;}
.add-to-cart button.button {float: left;}
.add-to-cart button.button span {color: #fff;}
.add-to-cart button.button:hover > span {border-color: #eee;}
.add-to-cart button.button:hover span span {background-color: #fff; color: #aaa;}
.add-to-cart .paypal-logo {clear: left; text-align: right;}
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; padding:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin: 0 -55px 0 0; float: left;}

/* Add to Links + Add to Cart */
.product-type-block {margin:1.5em 0;}
.add-to-box {float: left;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:7px 10px 0; }
.add-to-box .add-to-links { float:left; }
.add-to-box .add-to-links li{display:block;}

.product-view {position:relative;}
.product-view .product-name {display: block; position: relative; padding-right: 40px; margin-bottom: 1.5em;}
.product-view .product-name div.sku::selection {color: #fff;}
.product-view .product-name div.sku::-moz-selection {color: #fff;}
.product-view .grid_8 {position:relative;}
.product-view .product-prev,
.product-view .product-next{position: absolute; width: auto; height: auto; top: 1.5em; z-index: 8; color: #aaa;}
.product-view .product-prev span,
.product-view .product-next span{font-size:15px;}
.product-view .product-prev {right: 20px;}
.product-view .product-next {right: 0px;}
.product-view .products-nav-buttons-indent .product-prev,
.product-view .products-nav-buttons-indent .product-next{
    top:-45px;
}
.product-view .product-brand {
    overflow: hidden;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-view .product-brand.description .brand-img {
    float: left;
    margin: 0 20px 10px 0;
}
.product-view aside .product-brand.description { text-align: center;}
.product-view aside .product-brand.description .brand-img {
    float: none;
    margin: 0 0 10px 0;
}
.product-view .product-name.no-rel {border-bottom: dotted 1px #ddd; padding-bottom: 1.5em;}
.product-view .addthis_toolbox .addthis_button_pinterest_pinit{
    clear:both;
    margin-top:18px;
}

.product-view .product-img-box .product-image .cloud-zoom img{width:100%;}
.product-view .product-img-box #wrap {z-index: 7!important; margin-bottom: 1.5em;}
.product-view .product-img-box .fancybox-product{
    position: absolute;
    bottom: 3%;
    right: 4%;
    z-index:99;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition:opacity 300ms ease;
    -webkit-transition:opacity 300ms ease;
    -o-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
    display: none;
}
.product-view .product-img-box .fancybox-product.active{display: block;}
.product-view .product-img-box .img-holder:hover .fancybox-product,
#more-views-slider-2 li:hover .fancybox{
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-essential .product-image .img-holder{position: relative;}

.product-view .bundled-price{display:none;}
.product-view .fb-like{margin-right: 20px; margin-bottom: 1em;}
.product-view .product-custom .fb-like ~ div {vertical-align: top!important; width: 80px!important;}
.product-view .product-custom .twitter-share-button {
    min-width: 100px !important;
    width: 100px!important;
}
.product-view .product-shop .no-rating {border-bottom: dotted 1px #ddd; padding-bottom: 1.5em;}
.product-view .product-shop .product-name h1 {font-size: 3.333em; line-height: 1.125em; color: #222; font-weight: 400; margin: 0; letter-spacing: -2px;}
.product-view .product-shop .sku {font-size: .91em; color: #aaa; line-height: 1.583em;}
.product-view .product-shop .ratings {margin-top: -3px; padding-bottom: 1.5em; border-bottom: dotted 1px #ddd;}
.product-view .product-shop .product-box{padding-bottom:1.16em; border-bottom:1px solid #989898; margin-bottom:2.34em;}
.product-view .product-shop .product-box .ratings{float:left; padding-top:0.83em;}
.product-view .product-shop .product-box .ratings .rating-box{margin-right:50px; margin-top:0;}
.product-view .product-shop .product-box .ratings .rating-links{float:left; margin-top:0;}
.product-view .product-shop .product-box .ratings .rating-links a{display:inline;}
.product-view .product-shop .product-box .ratings .rating-links .separator{display:inline;}
.product-view .product-shop .product-box .no-rating{float:left; padding-top:5px;}
.product-view .product-shop .availability-only {position: absolute; right: 0; margin: 0;}
.product-view .product-shop p{margin-bottom:1em;}
.product-view .product-shop .old-price {line-height: 2.5em; margin: 0;}
.product-view .product-shop .special-price {margin: 0;}
.product-view .product-shop .price-box {display: inline-block;}
.product-view .product-shop .availability {display: inline-block; vertical-align: middle; float: right; margin: 0; min-height: 40px; line-height: 40px;}
.product-view .product-shop .availability.only{padding-right: 60px;}
.product-view .product-shop .availability.left {min-height: 1px; line-height: 1.583em;}
.product-view .product-shop .price-block {border-bottom: dotted 1px #ddd; padding-bottom: 1em; margin-bottom: 1.5em;}
.product-view .product-shop .bundle-box,
.product-view .product-shop .bundle-box .price-box{margin-bottom: 0; min-height: 1px; line-height: 1.25;}
.product-view .product-shop .bundle-box .price-box p {margin-bottom: 0;}
.product-view .product-shop .bundle-box + .availability {line-height: 1.5em;}
.product-view .product-shop .bundle-box .price-box-bundle .price-box p{margin-bottom: 0.2em;}
.product-view .product-shop .bundle-box .price-as-configured{margin-bottom: 0.75em;}
.product-view .product-shop .bundle-box .price-as-configured .price-label{ line-height: 1.67em;}
.product-view .product-shop .short-description {font-size: 1em; margin-bottom: 1.5em; line-height: 1.5em; padding-bottom: 1.5em; border-bottom: dotted 1px #ddd;}
.product-view .product-shop .short-description h2{margin-bottom:9px; padding-bottom:9px; border-bottom:1px solid #e5e5e5; font-size:1.5em; line-height:1.44em; color:#605d5d;display:none;}
.product-view.out-of-stock .product-shop .price-block .price,
.product-view.out-of-stock .product-options-bottom  .price{color:#ccc;}

.product-view .short-description ul,
.product-view .short-description ol{
    padding:2em 0 0.75em;
    list-style-type: none;
    list-style-position: inherit;
}

.product-view .product-collateral ul li,
.product-view .product-collateral ol li,
.product-view .short-description ul li,
.product-view .short-description ol li{
    line-height: 2em;
    position: relative;
    padding-left: 11px;
}

.product-view .product-collateral ul li:before,
.product-view .product-collateral ol li:before,
.product-view .short-description ul li:before,
.product-view .short-description ol li:before{
    content:'';
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    background:#888;
    -moz-border-radius:5px;
    border-radius:5px;
}
.product-view .short-description ul li,
.product-view .short-description ol li,
.product-view .short-description ul a,
.product-view .short-description ol a{color:#888;}

.product-view .product-collateral ul.meigee-tabs li,
.product-view .product-collateral ul.product-tags li,
.product-view .product-collateral ul.products-grid li,
.product-view .product-collateral ol.products-grli li{
    padding-left: 0;
}
.product-view .product-collateral ul.meigee-tabs li:before,
.product-view .product-collateral ul.product-tags li:before,
.product-view .product-collateral ul.products-grid li:before,
.product-view .product-collateral ol.products-grli li:before{
    display: none;
}


.product-view .product-shop .add-to-links-box {float: left;}
.product-view .add-to-links,
.product-view .add-to-links li {display: inline-block; vertical-align: middle; line-height: 37px;}
.product-view .add-to-links .link-compare span.add-to-loader,
.product-view .add-to-links .link-wishlist span.add-to-loader {top: 0;}
.email-friend{display: inline-block; vertical-align: middle; line-height: 37px; margin-bottom: 0!important;}
.email-friend i,
.product-view .product-shop .add-to-links-box i {font-size: 1.16em; vertical-align: middle; color: #aaa; margin-left: 20px;}
.product-view .product-shop .product-bottom-box .product-custom{float:right; margin-top:1em; min-width:138px;}
.product-view .price-box .price-from .price-label,
.product-view .price-box .price-to .price-label,
.product-view .price-box .price-as-configured .price-label{line-height: 1.2em;}
.product-view .price-box .price-from{
    line-height: 1.1em;
}
.product-view .bundle-box .price-box-bundle{margin-bottom: 2px;}
.product-essential{padding-bottom: 4.5em;}
.product-collateral .box-collateral em,
.product-collateral .box-collateral i{font-style: italic;}
.product-collateral .box-collateral strong,
.product-collateral .box-collateral b{font-weight: bold;}
.product-collateral .box-collateral .form-add {width: 50%;}
.product-collateral .box-collateral .form-add input {padding: 9px 6px 8px; color: #aaa;}
.product-collateral h2{
    font-size: 0.91em;
    font-weight: normal;
    line-height: 1.44em;
    margin-bottom: 0;
    margin-top: 1.5em;
    color:#aaa;
    text-transform: uppercase;
}

.product-collateral .box-collateral ul,
.product-collateral .box-collateral ol{
    padding:1em 0;
}
.product-collateral .box-collateral ul li,
.product-collateral .box-collateral ol li{
    line-height: 2em;
    position: relative;
}
.product-collateral .box-collateral ul li,
.product-collateral .box-collateral ol li,
.product-collateral .box-collateral ul a,
.product-collateral .box-collateral ol a{color:#888;}
.product-collateral .box-collateral .product-name {padding: 0; margin: 0;}
.product-collateral .box-collateral .price-box {border: none; padding: 0; display: block;}
.review-product-list .product-image{border: 1px solid #DADADA;}
.review-product-list .product-view .pager .limiter{padding:10px 0;}

.jp-container{
    width:100%;
    overflow: hidden;
}
.jp-container a{
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
.jp-container a img{width: 100%;}


/* Add to cart and Cart/Wishlist Quantity decrease/increase buttons */
div.quantity-decrease,
div.quantity-increase {float: left; border: none; padding: 0; margin: 0; white-space: nowrap; cursor: default;}
div.quantity-decrease i,
div.quantity-increase i {font-size: 1.16em; vertical-align: middle; cursor: pointer; color: #aaa; line-height: 37px;}
div.quantity-increase{margin-right: 18px; margin-bottom: 0.75em;}

/* Timer */
.timer-box {margin: .5em 0 .75em; display: none;}
.timer-box.no-days .days {display: none;}
.timer-box > div {float: left; font-style: italic; color: #dd1313;}
.timer-box .title {font-size: .91em; color: #222; margin-right: 2px; text-transform: uppercase;}
.timer-box > div:after {content: ":"; display: inline-block;}
.timer-box .seconds:after {content: none;}

.timer-wrapper {border: solid 1px #dd1313; float: left; padding: 1.5em 20px 1em;}
.product-options-bottom .timer-wrapper {border: none;}
.timer-wrapper .title,
.timer-wrapper .timer-box > div.title,
.timer-wrapper.full .timer-box > div.title {font-size: 1.083em; color: #222; float: none; text-align: left;}
.timer-wrapper .timer-box > div.title:after {font-size: 1.083em;}
.timer-wrapper .timer-box > div {font-style: normal; font-size: 2em;}
.timer-wrapper.full .timer-box > div {font-size: 1em;}
.timer-wrapper.full .timer-box > div {text-align: center; font-style: normal; min-width: 54px; position: relative; margin-right: 10px;}
.timer-wrapper.full .timer-box > div:after,
.timer-wrapper.full .timer-box > div.seconds span:after {content: none;}
.timer-wrapper.full .timer-box > div.seconds {margin-right: 0;}
.timer-wrapper.full .timer-box > div span:after,
.timer-wrapper.full  .timer-box > div.title:after {content: ":"; display: inline-block; position: absolute; right: -12px;}
.timer-wrapper.full  .timer-box > div.title:after {position: static;}
.timer-wrapper.full .timer-box > div span {font-size: 4em; display: block; line-height: 1em; min-width: 54px;}
.product-view .timer-box {margin-top: 1.5em;}
.timer-wrapper.full .timer-box > div span {line-height: .85;}
.timer-wrapper.full .timer-box > div strong {font-size: .91em; color: #666;}

/* Product Zoom */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: none;
    margin:0;    /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:none;
    overflow:hidden;
    top:1px!important;
    margin:0 0 0 1px;
}

.productpage_small .cloud-zoom-big{
    width:100%!important;
}


/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}

.parent-zoom img{
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    cursor:  cell;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    border: 0;
}
.product-view .mousetrap{
    height:100%!important;
    width:100%!important;
}

/* More Views */
.more-views{position: relative;}
.more-views h2{display:none;}
.more-views li { float:left; margin-left:0px; margin-bottom:0.75em; margin-right: 5px;}
.more-views #more-views-slider li{margin:0;}
.more-views li a{padding:0; display:block; width:79px; margin-right:18px;}
.more-views li a img{width:100%;}
.productpage_small .more-views #more-views-slider li{width: 93px;}
.productpage_small .more-views #more-views-slider li a{margin-right: 22px; margin-left: 5px;}
.productpage_small + .product-shop .availability {padding: 45px 0 0; min-height: 1px; line-height: 1.5em;}
.productpage_small .more-views .prev {left: 46.5%;}
.productpage_small .more-views .next {right: 46.5%;}
.productpage_medium .more-views .prev {left: 45.7%;}
.productpage_medium .more-views .next {right: 45.7%;}
.productpage_large .more-views #more-views-slider li{width:103px;}
.productpage_large .more-views #more-views-slider li a{width: auto; margin-right:15px; margin-left: 1px;}
.productpage_extralarge .more-views #more-views-slider li{width: 125px;}
.productpage_extralarge .more-views #more-views-slider li a{margin-right:14px; margin-left: 2px; width: auto;}
.productpage_extralarge{margin-bottom: 1.5em;}
.productpage_extralarge .more-views .next {right: 45.9%;}
.productpage_extralarge .more-views .prev {left: 45.9%;}
.product-view .productpage_extralarge .more-views.slider-on {margin-bottom: 3em;}
.product-essential .product-image{position:relative; width:100%;}
.more-views .prev,
.more-views .next{
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    top: auto;
    bottom: -30px;
}
.more-views .prev {left: 44.6%;}
.more-views .next {right: 44.6%;}
.more-views .prev i,
.more-views .next i,
.block-related .prev i,
.block-related .next i,
.product-view .product-prev i,
.product-view .product-next i {
    font-size: 1.667em;
    color: #888;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.more-views .prev:after,
.block-related .prev:after,
.product-prev:after {
    content: "\7C";
    font-size: 1.5em;
    font-weight: bold;
    line-height: 17px;
    height: 15px;
    color: #ddd;
}
.productpage_large .more-views .prev {left: 44.6%;}
.productpage_large .more-views .next {right: 44.6%;}

.block-related .left-divider,
.block-related .right-divider {margin-top: .75em;}

#more-views-slider-2{margin-bottom: 1.5em;}
#more-views-slider-2 ul.carousel-ul li a{display: block;}
#more-views-slider-2 ul.carousel-ul li a.fancybox{
    bottom: auto;
    opacity: 1;
    position: static;
    right: auto;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    transition:none;
}
#more-views-slider-2 .prev,
#more-views-slider-2 .next{
    position: absolute;
    display: block;

    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=0);
    cursor: pointer;
    text-align: center;
    top: 50%;
    margin-top: -20px;
}
#more-views-slider-2 .prev i,
#more-views-slider-2 .next i {
    font-size: 1.5em;
    line-height: 40px;
    font-weight: bold;
    color: #aaa;
    width: 40px;
    height: 40px;
}
#more-views-slider-2 .prev i:hover,
#more-views-slider-2 .next i:hover {color: #222; background-color: #eee;}
#more-views-slider-2 .prev {left: 0;}
#more-views-slider-2 .next {right: 0;}
.mobile-device #more-views-slider-2 .prev,
.mobile-device #more-views-slider-2 .next,
#more-views-slider-2:hover .prev,
#more-views-slider-2:hover .next{opacity:1; filter: alpha(opacity=100);}
#more-views-slider-2.slider-off{
    height: auto!important;
}
#more-views-slider-2.slider-off .carousel-ul{
    -moz-transform: none!important;
    -ms-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}
#more-views-slider-2.slider-off .carousel-ul li{
    position: relative!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}

/* Block: Related */
.block-related {position: relative;}
.block-related .block-title {margin-bottom: 1em;}
.block-related .block-title strong {padding: 0 9px; float: left; margin: 0 -2px 0 -3px; white-space: nowrap; line-height: normal;}
.block-related .block-title strong span {font-size: 1.16em; font-weight: 700; color: #222; text-transform: uppercase;}
.block-related .block-content{background: #fff; padding:0; width:100%;}
.block-related .block-content .block-subtitle {margin-bottom: 0.9em; padding: 0; text-align: center;}
.block-related .block-content .block-subtitle a {color: #222; font-weight: 700;}
.block-related .price-box{margin-bottom:10px;}
.block-related li.item {float:left; width: 298px; border-bottom: solid 1px #dfdfdf;}
.related-wrapper {position: relative; margin-bottom: 2.5em; z-index: 1;}
.related-wrapper #block-related-slider {padding-bottom: 2em;}
.related-wrapper .block-related .prev,
.related-wrapper .block-related .next {bottom: 0;}
.related-wrapper .no-slider li.item {margin-bottom: 1.5em;}
.related-wrapper-bottom {margin-bottom: 2.333em;}
.related-wrapper-bottom .block-related .block-title {margin-bottom: 1.5em; width: 100%; overflow: hidden;}
.related-wrapper-bottom .block-related .block-title strong span {font-size: 2.5em; font-weight: 400;}
.related-wrapper-bottom .block-related li.item {width: 195px; border: none;}
.related-wrapper-bottom .block-related li.item .product {padding-left: 10px; padding-right: 10px;}
.related-wrapper-bottom .block-related .prev,
.related-wrapper-bottom .block-related .next {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 40%;
    bottom: auto;
    transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
}
.related-wrapper-bottom .block-related .prev {left: -50px;}
.related-wrapper-bottom .block-related .next {right: -50px;}
.related-wrapper-bottom .block-related:hover .next,
.related-wrapper-bottom .block-related:hover .prev,
.mobile-device .related-wrapper-bottom .block-related .prev,
.mobile-device .related-wrapper-bottom .block-related .next {opacity: 1; filter: alpha(opacity=100);}
.related-wrapper-bottom .block-related .prev:after {content: none;}
.related-wrapper-bottom .block-related .prev i,
.related-wrapper-bottom .block-related .next i {color: #aaa; font-size: 1.5em; font-weight: bold; height: 40px; width: 40px; text-align: center; line-height: 40px;}
.related-wrapper-bottom .block-related .prev i:hover,
.related-wrapper-bottom .block-related .next i:hover {background-color: #eee; color: #222;}
.block-related li .related-checkbox {position: absolute; right: 0; top: 5px; margin: 0;}
.block-related .product-image {display: block; float: none; margin: 0 auto .75em; text-align: center;}
.block-related .product-name {margin-bottom: 0; padding: 0; display: block;}
.block-related .product-name a {line-height: 1.583em; font-size: 1.16em; color: #222; font-weight: 400; max-width: 93%; display: inline-block;}
.block-related .product .product-details { margin:0; position:relative;}
.block-related .product .product-details .product-name {float:left; padding-right:25px; margin-bottom:9px!important;}
.block-related .product .product-details input.checkbox {float:right;}
.block-related .product .product-details .price-box {clear: both; float: none; margin-bottom: 1.5em;}
.block-related .product .product-details .price-box .price-label{font-size:1em; font-weight:normal; line-height:1.83em;}
.block-related .product .product-details .price-box .price {line-height: 1;}
.block-related .product .product-details .link-wishlist{font-weight:normal;}
.block-related .minimal-price {float: none;}
.block-related #block-related-slider{height:auto!important;}

.block-related .prev,
.block-related .next {
    position: absolute;
    display: block;
    z-index: 999;
    bottom: -30px;
    cursor: pointer;
}
.block-related .prev {left: 42.7%;}
.block-related .next {right: 42.7%;}
aside .block-related .no-slider li.item {float:none;}
aside .block-related .block-content { position: relative; padding-top: 20px; padding-bottom: 20px;}
aside .block-related .block-content .block-subtitle { background-color:#eee; padding: 7px 0; margin: 0;}
aside .block-related .prev,
aside .block-related .next {
    top: 0;
    bottom: auto;
}

/* Product Options */
.product-options {padding: 1.5em 20px; border: solid 1px #eee;}
.product-options .product-options-title {margin-bottom: 1em; width: 100%; overflow: hidden;}
.product-options .product-options-title h2 {
    display: block;
    float: left;
    margin: 0;
    color: #222;
    font-weight: 700;
    font-size: 1.16em;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-right: 10px;
}
.product-options .product-options-title .left-divider,
.product-options .product-options-title .right-divider{
    margin-top: 1em;
}

.product-options dt {clear:both;}
.product-options dt:first-child{padding-top: 0;}
.product-options label {font-weight: normal; font-size: .91em; color: #222;}
.product-options dl{margin-bottom:1.5em;}
.product-options dt .qty-holder { float:right; }
.product-options .qty-holder label { vertical-align: middle; float: left;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options .qty-holder input.qty {width: 35px!important;}
.product-options dd { margin:0.2em 0 1em; width: 100%; overflow: hidden; }
.product-options dd .input-box {margin-bottom: 0; width: 65%;}
.product-options dd .input-box input[type="file"] {margin-bottom: 1.5em;}
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd input.input-text { width:98%;}
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width: 96%;}
.product-shop .product-options dd select {width: 100%;}
.product-shop .product-options dd .input-box {width: 100%;}
.product-options select.super-attribute-select,
.product-options select.product-custom-option{padding-top: 5px; padding-bottom: 5px; padding-right: 5px; height: auto;}
.product-options .options-list {margin-bottom: 0.75em;}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; font-size:.92em;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options .sbSelector {background:#fff;border-color:#ddd;border-radius:0;-moz-border-radius:0;}
.product-options .sbSelector:hover,
.product-options .sbHolder .sbToggleOpen + .sbSelector {border-color:#eee;background-color:#eee;color:#aaa;}
.product-options .sbSelector:hover > span,
.product-options .sbHolder .sbToggleOpen + .sbSelector > span{border-top-color:#aaa;}
.product-options .sbSelector > span {margin-right:0;line-height:1.8em;font-size:.91em;}
.product-options .sbOptions {padding:0;width:100%;top:29px!important;border:none;background-color:#eee;}
.product-options .sbOptions li:hover {background-color:#ddd}
.product-options .sbOptions li a {line-height:2.8em;padding:0 15px;}
.product-options-bottom {border: 1px solid #eee; background-color: #eee; border-top: 0; padding: 1.5em 20px; margin-bottom: 3em;}
.product-shop .product-options-bottom {margin: 0 0 .75em;}
.product-options-bottom .price-box {display: block!important; clear: both;}
.product-options-bottom .add-to-links {line-height: 36px;}
.product-options-bottom .add-to-links i {margin-right: 20px;}
.product-options-bottom i {font-size: 1.16em; color: #aaa; vertical-align: middle;}
.product-view .product-options-bottom  .add-to-links .link-compare span.add-to-loader,
.product-view .product-options-bottom  .add-to-links .link-wishlist span.add-to-loader {left: 0;}
.product-options-bottom .add-to-cart {display: inline-block; margin-right: 15px;}
.product-options-bottom .price-box .price-as-configured .price-label{
    line-height: 1.67em;
}
.product-view .product-options-bottom .email-friend{padding:0;}
.product-view .product-options-bottom .email-friend a i{margin-left: 0; line-height: normal;}
.product-options-bottom .price-box {margin-bottom:0.75em!important;}
.product-options-bottom .add-to-cart label{display:none;}
.product-custom {padding-top:1em; padding-bottom: 1em;}
.product-custom.after-info-column{padding-top:0;}
.product-options .price-notice {padding-top: 1px; display: inline-block;}
.product-options .price {font-weight: normal; color: #888; font-size: 1em; display: inline-block; padding-left: 1px;}
.product-options .qty-holder {line-height: 3.3em; display: block; margin-top: 5px;}
#product-attribute-specs-table th.label {text-align: left; padding-top: 1.5em;}

/* Grouped Product */
.product-view .grouped-items-table {position: relative; top: 1em; clear: both; margin-bottom: 1.5em;}
.product-view .grouped-items-table .quantity-box {width: 67px;}
.product-view .grouped-items-table + script + .availability {display: none;}

/* Block: Upsell */
.product-view .box-up-sell .products-grid li.item {width:183px; padding-bottom:18px;}
.product-view .box-up-sell .products-grid .product-image{margin-bottom:9px;}
.product-view .box-up-sell .products-grid .product-name{padding-bottom:0; border:none;}
.product-view .box-up-sell .products-grid .price-box{float:none;}
.product-view .box-up-sell .products-grid .ratings {text-align: left; float: left; margin: 0; border: none; padding: 0;}
.product-view .box-up-sell .products-grid .ratings .rating-box{float:none; margin:0 0 10px;}
.product-view .box-up-sell .products-grid .ratings .rating-links {float: none; display: block;}

/* Block: Tags */
.product-view .box-tags h3{margin-bottom:5px;}
.product-view .box-tags .product-tags{margin-bottom:10px; padding:0;}
.product-view .box-tags .product-tags li{padding-right:5px;}
.product-view .box-tags .form-add label {display:block; margin-bottom:5px;}
.product-view .box-tags .form-add .input-box { float:left; width:83%; margin: 0 0 1.5em; padding-bottom: 1.5em; border-bottom: solid 1px #ddd;}
.product-view .box-tags .form-add input.input-text {width: 97%; max-width: 99%; padding: 9px 6px 8px;}
.product-view .box-tags .form-add button {float: none; clear: both; display: block; margin-bottom: .75em;}
.product-view .box-tags p{clear:both;}
.product-view .box-tags ul.product-tags li { display: inline;}

/* Block: Reviews */
.review-title h2 {display:none;}
.catalog-product-view .box-reviews {padding:0 0 0.75em 0; background-color: #fff;}
.catalog-product-view .box-reviews.full-table {padding-bottom: 3.667em;}
.catalog-product-view .box-reviews .rating-subtitle {
    margin-bottom: 1.5em;
    width: 100%;
    overflow: hidden;
}
.catalog-product-view .box-reviews .rating-subtitle .left-divider,
.catalog-product-view .box-reviews .rating-subtitle .right-divider{
    display: block;
    float: left;
    margin-top: 0.8em;
}
.catalog-product-view .box-reviews .rating-subtitle h2 {
    font-size: 1.16em;
    font-weight: 700;
    line-height: 1.583em;
    color: #222;
    text-transform: uppercase;
    padding: 0 10px;
    display: block;
    float: left;
    margin: 0 -2px 0 -3px;
    vertical-align: middle;
}
.catalog-product-view .box-reviews .box{border: none; padding: 0;}
.catalog-product-view .box-reviews .review {float:left;border-left:solid 1px #dfdfdf;padding-left:1.5em;width:73%;}
.catalog-product-view .box-reviews .data-table{margin-top:1.5em;}
.catalog-product-view .box-reviews .data-table thead {background-color: #aaa;}
.catalog-product-view .box-reviews .data-table thead th { background: none; border: none; padding: .5em 9px;}
.catalog-product-view .box-reviews .data-table thead th span{text-indent:100%; white-space:nowrap; overflow:hidden; width:41px; margin:0 auto; background-image:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/review_stars.png); background-repeat:no-repeat;}
.catalog-product-view .box-reviews .data-table thead th span.one-star{background-position:center 6px;}
.catalog-product-view .box-reviews .data-table thead th span.two-stars{background-position:center -31px;}
.catalog-product-view .box-reviews .data-table thead th span.three-stars{background-position:center -67px;}
.catalog-product-view .box-reviews .data-table thead th span.four-stars{background-position:center -101px;}
.catalog-product-view .box-reviews .data-table thead th span.five-stars{background-position:center -133px;}
.catalog-product-view .box-reviews .data-table th { text-align: left; background:none;}
.catalog-product-view .box-reviews .data-table td {text-align: center; padding: .75em 12px; border-color: #e5e5e5;}
.catalog-product-view .box-reviews .data-table td input.radio { margin: 0;}
.catalog-product-view .box-reviews .data-table tbody th {padding: .75em 12px; font-size: .91em; border-color: #e5e5e5;}
.catalog-product-view .box-reviews .form-list label {color: #222; font-size: .91em; line-height: 1.5em;}
.catalog-product-view .box-reviews .form-list em {color: #222;}
.catalog-product-view .box-reviews .form-list .field {float:left;width:48%;margin-left:24px;}
.catalog-product-view .box-reviews .form-list .field:first-child {margin-left:0;}
.catalog-product-view .box-reviews .form-add h3 {color: #888; font-size: .91em; font-weight: normal;}
.catalog-product-view .box-reviews .form-add h3 span {font-weight: bold; font-size: 1.091em;}
.catalog-product-view .box-reviews .form-add h4 {color: #666; font-size: .91em; font-weight: normal;}
.catalog-product-view .box-reviews .form-add .form-list{margin: 1.5em 0;}
.catalog-product-view .box-reviews .form-add .form-list .input-box { width: 100%;}
.catalog-product-view .box-reviews .form-add .form-list input,
.catalog-product-view .box-reviews .form-add .form-list textarea {width: 93%; padding: 5px 10px;font-size: .91em; color: #aaa; border-color: #dfdfdf;}
.catalog-product-view .box-reviews .form-add .form-list textarea {width: 96%; padding: 5px 11px;}
.catalog-product-view .box-reviews .pager { overflow: hidden;}
.catalog-product-view .box-reviews .pager .limiter { float: right;}
.catalog-product-view .box-reviews ul li {margin-bottom:1.98em;}
.catalog-product-view .box-reviews ul li h6 {font-size: 1em; padding: 0; margin-bottom: 3px;}
.catalog-product-view .box-reviews ul li h6 a {font-weight: 700; color: #444; font-size: 1em; line-height: 1.5em;}
.catalog-product-view .box-reviews ul li small {display: block; margin-bottom: 4px; font-size: .83em; color: #aaa;}
.catalog-product-view .box-reviews ul li small span{padding-right:5px;}
.catalog-product-view .box-reviews ul.form-list li {margin: 0 0 .5em; padding: 0;}
.catalog-product-view .box-reviews .form-add{margin-top:0;}
.catalog-product-view .box-reviews .review-txt {font-size: .91em;}
.catalog-product-view .box-reviews .full-review{float:right; display:block; cursor:pointer;color:#fff;width:10px;height:10px;text-align:center;line-height:10px;border-radius:10px;-moz-border-radius:10px;}
.catalog-product-view .box-reviews .full-review i {line-height:8px;font-size:7px;}
.catalog-product-view .box-reviews .full-review i.fa-sort-desc {line-height:2em;}
.catalog-product-view .box-reviews  .actions {text-align: right; border-top: solid 1px #dfdfdf; padding-top: 1.5em;}
.catalog-product-view .box-reviews .box {margin-bottom: .5em;}
.catalog-product-view .box-reviews.full-table fieldset,
.catalog-product-view .box-reviews.full-table .review-fields {display: inline-block; width: 48%;}
.catalog-product-view .box-reviews.full-table .review-fields {float: right;}

/* Product Collateral Accordion */
.product-collateral h2 {
    border: solid 1px #ddd;
    margin-top: 0.5em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #aaa;
    font-size: 1.16em;
    background-color: #ddd;
    line-height: 1.583em;
    padding: .583em 20px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
#collateral-accordion.product-collateral h2{cursor: pointer;}
#collateral-accordion.product-collateral h2.active,
#collateral-accordion.product-collateral h2:hover {background-color: #fff; color: #222;}
.product-collateral h2:first-child{margin-top:0;}
.product-collateral .box-collateral {border: solid 1px #ddd; padding: 1.5em; font-size: 1em; line-height: 1.5em; color: #888; border-top: none;}

.product-collateral{padding: 1.5em 0 4.5em;}

/* Meigee Tabs */
.meigee-tabs {width: 100%; overflow: hidden; margin: 0!important;}
.meigee-tabs li {
    float: left;
    list-style: none;
    border: solid 1px #ddd;
    background-color: #ddd;
    margin-left: 1px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
.meigee-tabs a {
    display: block;
    padding: .583em 15px;
    font-size: 1.16em;
    line-height: 1.583em;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    position: relative;
}
.meigee-tabs .first {margin-left: 0;}
.meigee-tabs .active {border-bottom-color: #fff;}
.meigee-tabs .active,
.meigee-tabs li:hover {background-color: #fff;}
.meigee-tabs .active a,
.meigee-tabs li:hover a {color: #222; background:#fff; z-index:99;}
.meigee-tabs-content {padding: 1.5em; border: solid 1px #ddd; margin-top: -1px; font-size: 1em; color: #888; line-height: 1.5em;}
.meigee-tabs-content h2 {display:none;}
.meigee-tabs-content .box-collateral{padding: 0; border: none;}
.product-essential .meigee-tabs li {
    height: 30px;
}
.product-essential .meigee-tabs a {
    font-size: 1.01em;
    text-transform: none;
    padding: 5px;
    height: 20px;
}
.product-essential .meigee-tabs-content {
    padding: 10px;
}
.product-essential .product-collateral {
padding: 0.5em 0 0.5em;
}
.product-essential .product-collateral h2 {
    text-transform: none;
    margin-top: 0.5em;
    font-size: 1.01em;
    line-height: 1.583em;
    padding: .3em 10px;
}

.vertical{padding:0; position: relative; border:1px solid #ddd; border-left:none; border-right: none;}
.vertical:after{
    position: absolute;
    bottom: 0;
    left: 297px;
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
}
.vertical .holder{position: relative;}
.vertical .holder:before,
.vertical .holder:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    z-index:999;
}
.vertical .holder:after{
    left: auto;
    right: 0;
}
.vertical .meigee-tabs li{
    display: block;
    float: none;
    margin:0;
    background:#fff;
    border: none;
}
.vertical .meigee-tabs .active {
    border-bottom-color: #ddd;
    border-right: 0;
}

.vertical .meigee-tabs .active a,
.vertical .meigee-tabs li:hover a{
    background: #ddd;
}

.vertical .meigee-tabs-content{border: none; padding:1.5em 18px 1.5em 0;}
.vertical .meigee-tabs-content#product_tabs_upsell_products_contents{padding-right: 0;}
.vertical #upsell-product-table.products-grid{margin-left: auto; margin-right: auto;}
.product-view .vertical .box-up-sell li:nth-of-type(5n+1){
    clear: none!important;
}
.product-view .vertical .box-up-sell li:nth-of-type(4n+1){
    clear: left !important;
}
.product-view .vertical .box-up-sell .products-grid li.item {
    width: 223px;
}
.product-collateral .vertical .box-collateral .form-add {
    width: 100%;
}

.product-essential .product-shop .vertical .meigee-tabs a{
    padding: 0.583em 15px;
    font-size: 1.16em;
    height: auto;
    text-transform: uppercase;
}
.product-essential .product-shop .vertical .meigee-tabs li {
    height: auto;
}
.product-essential .product-shop .vertical:after{display: none;}
.product-essential .product-shop .vertical .holder > div{width: 100%; margin: 0;}

.product-essential .product-shop .vertical .meigee-tabs{margin-bottom: 1.5em!important;}
.product-essential .product-shop .vertical .meigee-tabs .active{border-right: 1px solid #ddd;}

.product-essential .product-shop .vertical .meigee-tabs-content{
    padding-left: 18px;
    padding-right: 18px;
}
.product-essential .product-shop .vertical .box-up-sell .products-grid li.item {
    width: 143px;
    margin:0 10px;
}
.product-essential .product-shop .vertical .meigee-tabs{border-bottom: 1px solid #ddd;}

.product-essential.productpage_small .product-shop .vertical .box-up-sell .products-grid li.item{width: 100%;}
.product-essential.productpage_small .product-shop .vertical .meigee-tabs-content {
    padding-left: 10px;
    padding-right: 10px;
}

.product-essential.productpage_small .product-shop .vertical #product-attribute-specs-table th{
    padding-left: 5px;
    padding-right: 5px;
}
.product-essential.productpage_small .product-shop .vertical #product-attribute-specs-table td{
    padding-left: 5px;
    padding-right: 5px;
}
.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
    width: 138px!important;
}
.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item{
    margin:0 10px!important;
    width: 167px;
}
.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
    margin-left: 0!important;
}
.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
    margin-right: 0!important;
}
.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
    margin:0 10px!important;
    width: 188px;
}
.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item{width: 100%; margin:0!important;}

.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item{
    width:216px!important;
    margin: 0 10px!important;
}
.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
    clear: none !important;
}
.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){
    margin-left: 0!important;
    clear: left!important;
}
.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+3){
    margin-right: 0!important;
}
.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{margin:0 10px!important; width:220px!important;}
.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){
    clear: none !important;
    margin-left: 10px!important;
}
.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+3){
    margin-right: 10px!important;
}
.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1){
    clear: left !important;
    margin-left: 0 !important;
}
.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+4){
    margin-right: 0 !important;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {font-weight:normal; margin-bottom:0.375em; font-size:1em; line-height:1;}
.product-name a {font-weight:normal; text-decoration:none;}
.product-name a:hover{text-decoration:none;}

/* Product Tags */
.tags-list{margin:0;}
.tags-list li { display:inline; }
.tags-list li a{color:#666; padding:0 3px;}
.tags-list li a:hover{color:#000;}

/* Advanced Search */
.advanced-search ul li label{float:none;}
.advanced-search-amount {padding:0 0 5px;}
.advanced-search-summary { background: #eee; padding:18px; margin-bottom: 18px;}
.advanced-search-summary ul li {
font-size: 1.2em;
line-height: 1.5em;
}
.advanced-search-summary strong {
font-weight: bold;
color: #333333;
}
.advanced-search-summary p {
padding-top: 20px;
margin-bottom: 0;
}
.advanced-search .separator {display: inline-block; vertical-align: middle;}
.advanced-search .input-range small {display: inline-block; vertical-align: middle;}

/* CMS Home Page */
.cms-home .meigee-tabs-content{padding-bottom:26px;}

/* OVERWRITTEN: show 404 page like others */
/* 404 Page */
/*
.cms-no-route header#header .logo,
.cms-no-route header#header .quick-access,
.cms-no-route header#header .form-language,
.cms-no-route header#header .form-currency,
.cms-no-route header#header .topline,
.cms-no-route footer#footer .footer-topline,
.cms-no-route footer#footer .footer-second-line .grid_12 > div,
.cms-no-route footer#footer .footer-second-line hr,
.cms-no-route footer#footer .store-switcher,
.cms-no-route footer#footer ul.social-links {display: none!important;}
.cms-no-route footer#footer .footer-second-line > .container_12 {padding-top: 0!important; padding-bottom: 0!important;}
.cms-no-route footer#footer .footer-second-line,
.cms-no-route footer#footer .footer-second-line > .container_12,
.cms-no-route footer#footer .footer-second-line ul.links li:before,
.cms-no-route footer#footer .footer-second-line .footer-links li a,
.cms-no-route footer#footer .footer-bottom-wrapper,
.cms-no-route footer#footer .footer-bottom-wrapper .container_12,
.cms-no-route header#header,
.cms-no-route header#header > .container_12,
.cms-no-route header#header .form-search .indent {background: none!important;}
.cms-no-route footer#footer .footer-second-line .grid_12 .footer-links {display: block!important;}
.cms-no-route footer#footer .f-left,
.cms-no-route footer#footer address {float: none!important; text-align: center;}
.cms-no-route header#header .header-top-right {float: none!important; text-align: center;}
.cms-no-route header#header {text-align: center;}
.cms-no-route header#header #search_mini_form {width: 424px; margin: 0; background: rgba(255,255,255,.2); padding: .66em 0; border: none;}
.cms-no-route header#header .form-search .indent {border: none!important; padding: .5em 18px;}
.cms-no-route header#header .form-search button span i {font-size: 2.33em; color: #fff;}
.cms-no-route header#header .form-search input {width: 89%; border-color: rgba(255,255,255,.5); border-width: 2px; height: 20px; font-size: 14px; color: #fff; padding: 5px 6px;}
.cms-no-route .page-not-found {text-align: center; padding: 6em 0 10em;}
.cms-no-route .page-not-found h2 {font-size: 25em; font-weight: 300; letter-spacing: -30px; margin-bottom: 0; line-height: 1;}
.cms-no-route .page-not-found h3 {font-size: 5em; font-weight: 300; letter-spacing: -4px; margin-bottom: 0; text-transform: uppercase;}
.cms-no-route .page-not-found p {font-size: 1.16em; line-height: 1.5em; margin-bottom: .75em; letter-spacing: -.5px; font-weight: 300;}
.cms-no-route .page-not-found .button {margin-top: 2em;}
.cms-no-route .page-not-found .button > span {height: 52px; background: none;}
.cms-no-route .page-not-found .button span span {font-size: 16px; letter-spacing: -.5px; padding: 0 28px; line-height: 52px;}
.cms-no-route .page-not-found > * {position: relative;}
.cms-no-route .header-wrapper {position: relative; z-index: 2; padding-top: 6em;}
.cms-no-route .page-not-found .not-found-bg {position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover;}
.cms-no-route #footer .footer-links li:before {display: inline-block; margin-top: -2px;}
body.cms-no-route .container_12 {background: none!important}
*/
.cms-no-route .main-container{
    min-height: 230px;
}
/* Sitemap */
.page-sitemap .links { text-align: left; margin:0 8px 0 0; }
.page-sitemap .links a{text-decoration:none; position:relative; color:#8e8f91; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.page-sitemap .links a:hover{text-decoration:none; color:#aa2118;}
.page-sitemap .sitemap { margin: 0.75em 12px 0.75em; }
.page-sitemap .sitemap li { margin:0.25em 0; }
.page-sitemap .sitemap li.level-0 { margin:0.75em 0 0; font-weight:bold; }

.sales-guest-form .col-main .block-content .form-alt li{padding-bottom:9px; width:100%; overflow:hidden;}
.sales-guest-form .col-main .block-content .guest-select{width:100%;}

/* RSS */
.rss-title h1 { background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }

.contacts-index-index .form-list li.wide textarea {width: 755px;}
#contactForm ul {list-style-type: none;}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {margin-bottom: 1.5em; border-bottom: solid 4px #eee; padding: 1.5em 0;}
.cart .page-title > div {float:left;}
.cart .page-title h1 {font-size: 3em; line-height: 1em; color: #222; font-weight: 400; display: inline-block; vertical-align: middle;}
/* Shopping Cart Accordion */
#cart-accordion h3.accordion-title {
    cursor: pointer;
}
#cart-accordion .accordion-content {
    padding:0;
    margin-bottom:0;
}
#cart-accordion .accordion-content h2 {
    display: none;
}

/* Checkout Types */
.cart .checkout-types {float: right; text-align: right; display: inline-block; vertical-align: middle;}
.cart .title-buttons .checkout-types li { float: left; margin: 0 0 0px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
.cart .sbSelector {color:#888;border-color:#ddd;}
.cart .subtotal-label{display: none;}

/* Shopping Cart ========================================================================= */

/* Shopping Cart Accordion */
#cart-accordion h3.accordion-title {
    cursor: pointer;
    border: solid 1px #ddd;
    margin-top: 1.5em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #aaa;
    font-size: 1.16em;
    background-color: #ddd;
    line-height: 1.583em;
    padding: .583em 20px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
#cart-accordion h3.accordion-title:hover,
#cart-accordion h3.accordion-title.active {background-color: #fff; color: #444;}
#cart-accordion .accordion-content {
    border: solid 1px #ddd;
    padding: 1.5em;
    font-size: 1em;
    line-height: 1.5em;
    color: #888;
    border-top: none;
}
#cart-accordion .accordion-content h2 {
    display: none;
}
#cart-accordion .accordion-content .crosssell li.item {width: 288px;}
#cart-accordion .accordion-content .crosssell li.item .product-name a {font-size: 1.16em; line-height: 1.583em; color: #222; font-weight: 400;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or {clear: both; display: block; padding: 1em 0 0px 0; text-align: center; line-height: 1.583em; font-size: .91em; color: #aaa;}
.iwdbutton button.button:hover > span,
.cart .btn-proceed-checkout:hover > span {border-color: #eee;}
.iwdbutton button.button:hover span span,
.cart .btn-proceed-checkout:hover span span {color: #aaa; background-color: #fff;}
.iwdbutton button.button span span,
.cart .btn-proceed-checkout span span {color: #fff;}

/* Shopping Cart Table */
.cart-table {margin: 0 0 2em;}
.cart-table .link-wishlist{ white-space:nowrap; display:block;}
.cart-table .cart-edit{padding-left:13px;}
.cart-table .item-msg { font-size:10px; }
.cart-table .buttons-row .buttons button.button { margin-right: 5px;}
.cart-table .buttons-row button.btn-continue span,
.my-wishlist .buttons-set .btn-update span {border-color: #222; background-color: #222; color: #fff;}
.cart-table .item-options{float: left;}
.cart-table .buttons-row .buttons button.button.btn-update { margin-right: 0px;}
.cart-table .btn-continue,
.my-wishlist .buttons-set .btn-update{float:right;}
.cart-table .quantity-box {width: 67px;}
.cart-table .qty {float:left;}
.cart-table .product-name{float: none;}
.cart-blocks-title {margin-bottom: 1em; text-align: center; width: 100%; overflow: hidden;}
.cart-blocks-title .left-divider,
.cart-blocks-title .right-divider{
    margin-top: 0.8em;
}
.cart-blocks-title h2 {
    font-size: 1.16em;
    line-height: 1.583em;
    color: #222;
    font-weight: 700;
    display: block;
    float: left;
    vertical-align: middle;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals .col2-set { float:left; width:700px; }
.cart .cart-collaterals .shipping-form,
.cart .cart-collaterals .discount-form {width:45%;}
.cart .cart-collaterals .discount-form  .input-box input {width: 95%;}
.cart .cart-collaterals .shipping-form .form-list input {width:95.8%;}
#cart-accordion .crosssell{margin-top: 0;}
#crosssell-products-list{width:100%; overflow:hidden;}
.crosssell li.item{float:left; margin-bottom:0; margin-top:0; padding:0;}
.crosssell .product-image{float:none; width: auto;}
.crosssell .product-image img{width: 100%;}
.crosssell .product-details{width:auto; padding-top:10px; float:none;}
.crosssell .minimal-price,
.crosssell .minimal-price-link {padding-top: 4px;}
/* Section Crosssell */
section .crosssell li.item {float: none; padding-bottom: 1.5em;}
section .crosssell .product-image {display: inline-block; width: 86px; margin-right: 20px;}
section .crosssell .product-details {display: inline-block; width: 63%;}
section .crosssell .product-details .product-name {margin-bottom: 3px;}
section .crosssell .product-details .product-name a {font-size: 1.16em; color: #222; font-weight: 400;}
section .crosssell .product-details .regular-price .price,
section .crosssell .product-details .special-price .price {font-size: 1.5em; line-height: 1.583em;}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount header,
.cart .shipping header {padding-bottom:0;}
.cart .discount .discount-form {overflow: hidden;}
.cart .discount label {display: block; margin: 0 0 1em 0; color: #666; font-size: .91em; line-height: 1.5em;}
.cart .discount .input-box {width: 100%; margin-bottom: 1.5em; padding-bottom: 1.5em; border-bottom: solid 1px #ddd;}
.cart .discount .input-box input {width: 92%; padding: 5px 11px; font-size: .91em; color: #aaa; height: 22px;}
.cart .grid_4 .discount .input-box input,
.cart .grid_4 .shipping .form-list input {width: 94%;}
.cart .shipping .form-list .input-box{width:100%;}
.cart .discount .buttons-set {clear:none; text-align:left; padding: 0; margin: 0;float:left}
.cart .discount .buttons-set button{float:none;margin:0;}
#cart-accordion .discount{margin-bottom:0;}
#cart-accordion .discount .cart-blocks-title{display: none;}
.cart .shipping p {font-size: .91em; color: #666; line-height: 1.583em; margin-bottom: 1em;}
.cart .shipping .form-list {margin: 0;}
.cart .shipping .form-list label,
.cart .shipping .sp-methods dt {color: #666; font-weight: normal; font-size: .91em;}
.cart .shipping .form-list select,
.cart .shipping .form-list input {width: 87%; padding: 5px 11px; font-size: .91em; color: #aaa; height: 22px;}
.cart .shipping .form-list select {width: 100%; height: 33px; padding: 8px 11px;}
.cart .shipping .sp-methods {margin: 1em 0;}
.cart .shipping .sp-methods label {line-height:1.8em;}
.cart .shipping .buttons-set {clear: none; float: none; padding: 1.5em 0 0; margin: 1.5em 0 0; text-align: left; border-top: solid 1px #ddd;}
.cart .shipping .buttons-set button { float:none; margin: 0;}
/* Shopping Cart Totals */
.cart .totals {padding:0;}
.cart .totals-wrapper {border-bottom: solid 1px #eee;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td {color: #888; font-size: .91em; line-height: 1.583em;}
.cart .totals table td {padding: 10px 0;}
.cart .totals table td.a-right {padding-left:12px;}
.cart .totals table th { font-weight:bold; }
.cart .totals table .price{font-size: 1em; line-height: 1.583em; color: #ec5d5d;}
.cart .totals .checkout-types {padding: 1.5em 0;}
.cart .totals .checkout-types li{padding-bottom:1em; float:none; margin:0;}
.cart .totals .checkout-types li a {color: #444; font-size: .91em; line-height: 1.583em;}
.cart .totals .checkout-types .paypal-logo {margin-bottom: 0; text-align: center;}

.accordion-content .discount,
.accordion-content .shipping,
.accordion-content .crosssell{border-bottom:none;}

/**/
.cart .totals.totals-accordion {
    float: none;
    overflow:hidden;
    border:1px solid #ddd;
    margin-top:1.5em;
    padding:1.25em 24px 0.42em;
}
.cart .totals.totals-accordion .checkout-types {float: left; padding-top: 0; text-align: center;}
.cart .totals.totals-accordion .checkout-types li {padding-left: 0; float: none; text-align: left;}
.cart .totals.totals-accordion table {
    width:auto !important;
    float:right;
    position:relative;
    margin:0;
    line-height:1.57em;
}

/* Options Tool Tip */
#checkout-review-table .item-options {display: block; clear: both;}
.item-options dt { font-weight: bold;}
.item-options dt:after {content: ":";}
.item-options dt,
.item-options dd {font-style: italic; display: block;}
.item-options dd {color: #222;}
.truncated { padding-top: 10px; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {font-weight: bold; margin-bottom: .75em;}
.sp-methods .price {font-weight: normal; }
.sp-methods  label .price {margin-top: -2px; display: inline-block;}
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year {width: 97px;}
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
.please-wait{
    color: #000000;
    font-size: 1.18em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 28px;
    margin: -34px 0 0 -90px;
    border: 5px solid #DDD;
    background: #fff;
    white-space: nowrap;
    z-index: 9999;
}
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; margin-top:5px; display:inline-block;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {padding:5px 0;}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; margin-bottom:9px;}
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form .inner-box {padding: 0.75em;}
.gift-messages-form .inner-box p {margin-bottom: .75em;}
.gift-messages-form .form-list .field{width:290px;}
.gift-messages-form .form-list li.wide textarea{width:544px;}
.gift-messages-form .details .form-list .field{width:220px;}
.gift-messages-form .details .form-list .field input{width:210px;}
.gift-messages-form .details .form-list li.wide textarea{width:430px;}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-message-link { display:block; background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/********** Common Checkout Styles > */

/* One Page Checkout */
aside.sidebar .block.block-progress {padding: 1.5em 20px 2em; background-color: #f5f5f5; margin: 0;}
aside.sidebar .block.block-progress .right-divider,
aside.sidebar .block.block-progress .left-divider {border-color: #ddd;}
aside.sidebar .block.block-progress dt .marker{
    width:21px;
    height:21px;
    float:right;
    background-color:#aaa;
    background-position:0 -2600px;
    position:absolute;
    top:9px;
    right:9px;
}
aside.sidebar .block.block-progress dt.complete .marker{display:none;}
aside.sidebar .block.block-progress .block-title{border:none; position:relative; overflow:hidden;}
aside.sidebar .block.block-progress .block-title strong span{position:relative; z-index: 9;}
aside.sidebar .block.block-progress .block-content{padding-left:0; padding-top:0;}
aside.sidebar .block.block-progress dt{padding:0.75em 0px; margin:0; color:#605d5d;border-bottom:solid 1px #ddd}
aside.sidebar .block.block-progress div:first-child dt {border-top:solid 1px #ddd}
aside.sidebar .block.block-progress dt i {color:#fff;background-color:#ccc;padding:4px 3px 6px 5px;line-height:10px;margin-right:10px;}
aside.sidebar .block.block-progress dt.complete i {background-color:#71bf79;}
aside.sidebar .block.block-progress dt a:hover{text-decoration:underline;}
aside.sidebar .block.block-progress dd{padding:1.5em 0px; font-size:0.91em; border-bottom:solid 1px #ddd;}
aside.sidebar .block.block-progress dt,
aside.sidebar .block.block-progress dd{border-top:none;}

.opc { border-bottom:1px solid #eee; position:relative; }
.opc li.section { border:1px solid #eee; border-bottom:0; }
.opc .field{width:345px;}
.opc .field input.input-text{width:303px;}
.opc .field-2,
.opc .name-lastname{width:331px; float:left;}
.opc .field-2 input.input-text,
.opc .name-lastname input.input-text{width:325px;}
.opc .form-list .name-middlename{width:146px;}
.opc .form-list .field.name-middlename input.input-text{width: 110px;}
.opc .form-list .field select,
.opc .form-list .field-2 select{width:330px;}
.opc .form-list li.wide input.input-text{width:669px;}
.opc input.radio{margin-top:-1px;}
.opc .gift-messages-form input.input-text {width:254px;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title {padding:0.58em 11px; text-align:right; position:relative;color:#888;}
.opc .step-title h2 {float:  left; margin-bottom:0; font-size: 1.16em; line-height: 35px; color: #222;}
.opc .step-title a { display:none; float:right; }

.opc .step-title .number {
    float:left;
    margin-right:7px;
    background-color:#f5f5f5;
    padding:9px 11px 8px;
    border-radius:35px;
    -moz-border-radius:35px;
}
.opc .step-title .title-box{z-index:9; position:relative;}

.opc .allow .step-title { cursor:pointer; }
.opc .active .step-title {cursor:default; }
.opc .active .step-title h2{text-transform:uppercase;font-weight:bold;}

.opc .step {border-top:1px solid #eee; padding: 1.5em 25px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc h3 {
    text-transform: uppercase;
    font-size: 1.16em;
    border-bottom: solid 4px #eee;
    padding-bottom: .75em;
    margin-bottom: 1.5em;
    line-height: 1.583em;
    font-weight: 700;
    color: #222;
}
.opc .form-list .input-box {width: 100%;}
.opc .form-list .input-box li.wide select {width: 100%;}
.opc .form-list .input-box select {font-size: .91em; line-height: 1.583em; color: #aaa;}
.opc .grid_4 h4 {color: #ef2626; font-weight: normal; font-size: 1em; margin-bottom: .67em; padding-left: 10px;}
.opc .grid_4 p {color: #777; padding-left: 10px;}
.opc .grid_4 .form-list {margin:1.5em 0;padding-left:10px;}
.opc .grid_4 .form-list li {padding-bottom:5px;color:#999;margin:0;}
.opc .grid_4 .form-list label {font-size: 1em ;color: #999;line-height: 1.7em;}
.opc .grid_4 .form-list + h4 {border-top: solid 1px #ddd; padding-top: 2em;}
.opc .grid_4 .ul {padding:1.03em 15px .75em}
.opc .grid_4 .ul li {color: #999;}
.opc .grid_4 .ul li:before {content: "\00B7"; font-size: 2.5em; padding-left: 5px; padding-right: 10px; float: left;}
.opc #login-form li {padding-bottom:1em;}
.opc #login-form li label {font-size:.91em;color:#666;font-weight:bold;}
.opc #login-form input {padding: 5px 11px; width: 94%;}
.opc #login-form .form-list {margin-bottom:.5em;}
.opc .grid_4 p.required {color: #ef2626; font-size: .91em; line-height: 1.583em;}
.opc .grid_4 .buttons-set button {margin-bottom: .75em;}
.opc .grid_4 a {color:#aaa;font-size:.91em;}
.opc .form-list .fields .field {width: 50%;}
.opc .form-list .fields .field input,
.opc .form-list .fields .field-2 input {width: 90%;}
.opc .form-list .fields .field .dob-month input,
.opc .form-list .fields .field .dob-day input,
.opc .form-list .fields .field .dob-year input {width: 54%;}
.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname {width: 290px;}
.opc .form-list li.wide .input-box {width: 100%;}
.opc .form-list li.wide input.input-text{width: 93%;}
.opc .form-list .field select,
.opc .form-list .field-2 select {width: 94%;}
.opc .form-list li.wide select {width: 96%;}
.opc .sp-methods dd label span.price {display: inline-block; margin-top: -2px;}
.opc .gift-messages-form .form-list .fields .field {width: 35%;}
.opc .gift-messages-form .form-list li.wide textarea {width: 64.5%;}
.opc .gift-messages-form .f-fix .form-list .fields .field {width: 35%;}
.opc .gift-messages-form .f-fix .form-list .fields .field input {width: 84%;}
.opc .gift-messages-form .f-fix .form-list li.wide textarea {width: 64.5%;}
.opc .sp-methods dd select {width: 38%;}
.opc .sp-methods dd .v-fix select {width: 100%;}
.opc .sp-methods dd .v-fix + .v-fix {margin-left: 15px;}
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0 30px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout {position: relative;}
.multiple-checkout .title-buttons h1 {display: inline-block; vertical-align: middle;}
.multiple-checkout .title-buttons button {display: inline-block; vertical-align: middle; margin-top: 1em;}
.multiple-checkout h2 {color: #222; font-weight: 400; font-size: 1.16em; line-height: 1.583em;}
.multiple-checkout .data-table .product-name {float: none; display: block;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { text-align:right; margin-bottom:1em;}
.multiple-checkout .grand-total big {margin-bottom:10px; display:block; font-size:1.5em; line-height:1.44em;}
.multiple-checkout .grand-total .price {font-size:1em; line-height:1.44em;}

.multiple-checkout .gift-messages-form .form-list .field{width: 220px;}
.multiple-checkout .gift-messages-form .form-list .field input{width: 185px;}
.multiple-checkout .gift-messages-form .form-list li.wide textarea{width:76%;}

.multiple-checkout .gift-messages-form .details .form-list .field{width: 170px;}
.multiple-checkout .gift-messages-form .details .form-list .field input{width: 134px;}
.multiple-checkout .gift-messages-form .details .form-list li.wide textarea{width:305px;}
.multiple-checkout .form-list select {width: 330px;}
.multiple-checkout .form-list .v-fix select {width: 100%;}
.multiple-checkout .form-list .v-fix + .v-fix {margin-left: 15px;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
#checkout-step-login .buttons-set{border-top:1px solid #ddd; padding:1.5em 0;line-height:30px;}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:transparent repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .box{padding: 1em;}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .addresses-list li.item {padding-bottom: 1.25em; font-size: .91em;}
.my-account .addresses-list li.item a {color: #aaa;}
.my-account .my-tag-edit{margin-bottom:10px;}
.my-account .my-tag-edit a.btn-remove{float:left; margin-right:5px;}
.my-account #my-tags-table button{margin-bottom:10px;}
.my-account .pager .limiter {float: left; display: inline-block; vertical-align: middle;}
.my-account .pager .limiter label {display: inline-block; vertical-align: middle;}
.my-account .pager .pages{float:right; padding-top:0;}
.my-account .rating-links { display: none;}
.my-account .data-table a {color: #aaa;}
.my-account .data-table .product-name a {color: #222;}

/********** < Dashboard */
.dashboard a {color:#aaa;}
.dashboard .welcome-msg p {font-size:.91em;}
.dashboard .welcome-msg p.hello{margin-bottom: 1.5em;}
.dashboard .box-title,
.dashboard .welcome-msg .hello,
.dashboard .box-reviews .box-head {margin-bottom: 1.5em!important; border-bottom: solid 4px #eee;}
.dashboard .welcome-msg .hello strong,
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h3,
.dashboard .box-head h2 {float: left; font-size: 1.16em; color: #222; text-transform: uppercase; font-weight: 700; line-height: 1.583em; margin-bottom: .75em;}
.dashboard .welcome-msg .hello strong {float: none; display: block;}
.dashboard .welcome-msg .hello:before,
.dashboard .box-title h2:before,
.dashboard .box-title h3:before,
.dashboard .box-head h3:before {margin-top:6px;}
.dashboard .box-reviews .box-head h2:after {content:none;}

.dashboard .data-table{margin:0.75em 0 1.25em;font-size:.91em;}
.dashboard .data-table th {font-size:1em;}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box,
.dashboard .welcome-msg {border: solid 1px #ddd; padding: 1.5em 20px;}
.dashboard .welcome-msg{margin-bottom: 1.5em;}
.dashboard .box-title,
.dashboard .box-head{ width: 100%; overflow: hidden; border-bottom: solid 4px #eee; margin-bottom: 1.5em;}
.dashboard .box-content {font-size: .91em;}
.dashboard .box-content h4{font-weight:normal;margin-bottom:.3em;}
.dashboard .box-title a,
.dashboard .box-head a {float: right; text-decoration: none; font-size: .91em;}
.dashboard .box-title a i,
.dashboard .box-head a i {font-size: 1.273em; color: #ddd; padding: 5px;}
.dashboard .box-account > .box {margin-top:3em;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:2em 0; }
.dashboard .box-recent .box-head h2{padding-bottom: 0;}

#my-orders-table.data-table thead th{text-align: center !important;}
#my-orders-table.data-table .product-name{float: none;}
#my-orders-table.data-table .option-value .price{display: block;}


/* Block: Account Information */
.dashboard .box-info {margin-bottom:3em;}
.dashboard .box-info .omega {float:right;}
/* Block: Reviews */
.dashboard .box-reviews{padding-bottom:15px;}
.dashboard .box-reviews li{padding-bottom:1.5em;}
.dashboard .box-reviews .number {
    float:left;
    font-size:1em;
    font-weight:bold;
    line-height:1;
    color:#909090;
    margin:0 -20px 0 0;
    padding:2px 3px;
}
.dashboard .box-reviews .details {
    margin-left:20px;
    font-size:.91em;
}
.dashboard .box-reviews .details .ratings strong{float:none; display:block; margin-bottom:0.27em;}
.dashboard .box-reviews .details .ratings .rating-box{float:none;}

/* Block: Tags */
.dashboard .box-tags li{padding-bottom:20px;}
.dashboard .box-tags .number { float:left; font-size:1em; font-weight:bold; line-height:1; color:#909090; margin:3px -20px 0 0; padding:2px 3px; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags .details .tags li{display:inline;}
/********** Dashboard > */

/* My Wishlist */
.my-wishlist .page-title h1{ padding-bottom: 0;}
.my-wishlist .data-table {margin-bottom: 0;}
.my-wishlist .data-table td {vertical-align: top;}
.my-wishlist .data-table .last {padding:1.5em 30px;}
.my-wishlist .data-table a.product-image {margin: 0;}
.my-wishlist .data-table .product-name {float: none; display: inline-block; vertical-align: top; max-width: 91%; margin-bottom: 1em;}
.my-wishlist .data-table .product-name a {color: #222; max-width: 100%;}
.my-wishlist .data-table .description {display: none;}
.my-wishlist .data-table .qty {float: left;}
.my-wishlist .data-table .table-buttons {float: right; display: inline-block; vertical-align: top;}
.my-wishlist .data-table .table-buttons a {display: inline-block;}
.my-wishlist .data-table .table-buttons a i {color: #ddd; padding: 5px; font-size: 1.16em;}
.my-wishlist .data-table textarea {width: 96%; min-height:74px;}
.my-wishlist .wishlist-input-box{width: 67px; float: left; margin-bottom: 1em; margin-right: 20px;}
.my-wishlist .data-table .price-box{margin-bottom:1.5em;}
.my-wishlist .data-table .price-box.map-info a{display:block;}
.my-wishlist .data-table button{float:left;}
.my-wishlist .buttons-set{border: 1px solid #ddd; border-top:none; padding:1.5em; margin-top:0;}
.my-wishlist .data-table .minimal-price,
.my-wishlist .data-table .minimal-price-link {float: none; text-align: center;}

/* Address Book */
.addresses-list .addresses-primary,
.addresses-list .addresses-additional {border: solid 1px #ddd; padding: 1.5em 20px;}
.addresses-list .addresses-primary h2,
.addresses-list .addresses-additional h2 {font-weight: 700; font-size: 1.16em; color: #222; line-height: 1.583em; border-bottom: solid 4px #eee; padding-bottom: .75em; margin-bottom: 1.5em;}

/* Order View */
.order-info { border:1px solid #ddd; padding:1em; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info li.current{color:#000;}
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }
.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print{padding:20px;}
.page-print h2,
.page-print h3{margin-top:15px;}
.page-print .print-head {padding-bottom:20px;}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .col2-set{padding:15px 0;}

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; margin-bottom:10px; }
.product-review .product-img-box .ratings .rating-links a{display:block;}
.product-review .product-img-box .ratings .rating-links .separator{display:none;}
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name {font-size: 1.5em; font-weight: 400; color: #222; margin:0 0 10px; }
.my-account .product-review .ratings-table {float: none;}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.price-box.map-info .price{padding-right:10px;}
.product-view .grid_12.product-shop { padding-top: 40px;}
.product-view .product-shop .price-box.map-info a{padding:0 5px; display:inline-block;}

.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup {
    background:#fff;
    border:1px solid #aaa;
    margin:12px 0 0;
    position:absolute;
    -moz-box-shadow:0 0 6px #ccc;
    -webkit-box-shadow:0 0 6px #ccc;
    box-shadow:0 0 6px #ccc;
    text-align:left;
    width:287px;
    z-index:100;
}
.map-popup-heading { background:#f5f5f5; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:247px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:265px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:5px 0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* ajax module */
.products-grid .ajax-loader-item.cart-item{
    background-color: #FFFFFF;
    height: 14px;
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -21px;
    top: 3px;
    width: 14px;
    -moz-border-radius:15px;
    border-radius:15px;
}
.products-grid .ajax-loader-item.cart-item img{
    width: 98%;
}
.products-list .ajax-loader-item,
.products-grid .ajax-loader-item {
    position:absolute;
    width:17px;
    height:17px;
    left:-18px;
    top:2px;
    text-indent:0;
    background-color:#FFF;
}
.products-list .button-holder .ajax-loader-item,
.products-grid .button-holder .ajax-loader-item {left: auto!important; right: 0; top: 11px!important;}
.products-list .ajax-loader-item img,
.products-grid .ajax-loader-item img{
    width:90%;
}
.product-view .product-shop .add-to-cart #ajax_loader{
    float: left;
    margin:11px -18px 0 2px;
    position:relative;
}

.fancybox-inner{overflow: visible!important;}
.ajax-index-options{font-size:0.75em;}
.ajax-index-options .content-wrapper{background: none !important;}
.ajax-index-options .product-view {padding: 1.5em 0;}
.ajax-index-options .product-view .product-image{padding-bottom: 0;}
.ajax-index-options .product-shop .price-box{display:inline-block; float:none;}
.ajax-index-options .product-shop .product-options-bottom .price-box{display:block; margin:-8px 15px 0 0!important;}
.ajax-index-options .product-shop .product-type-block{margin: 0; padding: 1.5em 0;}

.ajax-index-options{background:#FFF!important;}
.ajax-index-options .container_12{width:590px; margin:0;}
.ajax-index-options .container_12 .grid_4{float:left; width:240px; margin-left:10px; margin-right:5px;}
.ajax-index-options .container_12 .grid_5{float:left; width:310px; margin-left:15px;}
.ajax-index-options .product-view .product-img-box,
.ajax-index-options .product-view .product-shop {margin-bottom: 0; margin-top: 0;}
.ajax-index-options .product-view .product-shop .right{float: none !important;}
.ajax-index-options .product-view .product-shop .right iframe{width:120px!important;}
.ajax-index-options .no-slider li{margin-right:9px;}
.ajax-index-options .more-views .no-slider li a{
    margin-right: 0;
    width: auto;
}
.ajax-index-options .product-view .product-essential{padding-bottom: 0;}
.ajax-index-options .product-view .product-img-box{padding-bottom: 0; margin-left: 0; margin-right: 0;}
.ajax-index-options .product-view .product-img-box .img-holder{position: relative;}
.ajax-index-options .product-view .product-name{padding-right:9px;}
.ajax-index-options .product-view .more-views {padding-left: 8px; padding-right: 7px;}
.ajax-index-options .product-view .more-views #more-views-slider li a{width:48px; margin-right:9px;}
.ajax-index-options .more-views .prev{left:-9px;}
.ajax-index-options .more-views .next{right:-5px;}
.ajax-index-options .product-view .product-shop .add-to-cart button{margin-left: 0px;}
.ajax-index-options .product-view .product-options{margin: 1.5em 0 0 0;}
.ajax-index-options .product-options dd .input-box {width: 65%;}
.ajax-index-options .product-view .product-shop .product-options{margin:0;}
.ajax-index-options .product-view .product-shop .product-name {border-bottom: dotted 1px #eee; padding-bottom: 1.5em; margin-bottom: 1.5em;}
.ajax-index-options .product-view .product-shop .product-name h1 {font-size: 1.8em;}
.ajax-index-options .product-view .product-options-bottom{margin:0 22px 0 0;}
.ajax-index-options .product-view .product-shop .price-box {padding-bottom: 1.5em; border-bottom: solid 1px #ddd; display: block; margin-bottom: 1.5em;}
.ajax-index-options .product-view .product-shop .product-options-bottom{margin:0;}
.ajax-index-options .product-view .product-options .price{font-size:1em;}
.ajax-index-options .product-view .product-options-bottom .price{font-size:1.16em; line-height:1.71em;}
.ajax-index-options .product-view .product-shop .product-options-bottom .price{font-size:1em; line-height:1.5em;}
.ajax-index-options .product-view .product-shop .product-options-bottom .price-box{float:none; margin-bottom:0.2em!important;}
.ajax-index-options .product-view .product-shop .product-options-bottom .add-to-cart #ajax_loader{
    clear: none;
    float: left;
    left: 9px;
    margin: 0;
    right: auto;
    top: 12px;
}
.ajax-index-options .product-view .product-shop .grouped-items-table .price-box{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ajax-index-options .product-view .product-options-bottom .price-box{margin-bottom:1em!important; border-bottom: none;}
.ajax-index-options .product-view .product-options-bottom .add-to-cart #ajax_loader{
    margin-left:9px;
    margin-top:12px;
    float:left;
}
.ajax-index-options .more-views .prev {left: 41%!important;}
.ajax-index-options .more-views .next {right: 41%!important;}
.ajax-index-options .product-view .more-views {padding-bottom: 2em;}
.ajax-index-options .product-view .product-shop .product-options-bottom .add-to-cart{
    float: none;
    top:0;
}
.ajax-index-options .product-view .product-shop .add-to-links-box i {margin-left: 20px;}
.ajax-index-options .product-view .product-shop .add-to-links-box i + span {left: 18px;}
.ajax-index-options .product-view .product-options-bottom .price-box .price-label{
    line-height: 2em;
}
.mobile-device .product-options .qty-holder input.qty {border-color: #222; color: #222;}
.ajax-index-options .bundle-box {float: none; width: 100%;}
.quick-view-title {padding-bottom: 1em; float: none; width: 100%; overflow: hidden; display: inline-block;}
.quick-view-title h2 {font-size: 2em; color: #222; margin: 0 -3px; font-weight: 400; padding: 0 20px; text-transform: uppercase; display: block; float: left; vertical-align: middle;}
.quick-view-title .left-divider,
.quick-view-title .right-divider{
    margin-top: 1.35em;
}
.ajax-index-options .backstretch{display: none;}
body.ajax-index-options.transparent-header .content-wrapper > .container_12 {
    padding: 0;
}

.cart-remove-box,
.add-to-cart-success {
    position: fixed;
    left: 50%;
    top: 0;
    width: 260px;
    margin-left: -125px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 1.5em 30px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.add-to-cart-success .product-image {display: block; margin-bottom: .75em;}
.cart-remove-box a,
.add-to-cart-success a {
    padding: 5px 15px;
}
.cart-remove-box a:hover,
.add-to-cart-success a:hover {color: #fff;}
.add-to-cart-success .btn-remove {position: absolute; right: 10px; top: 10px; border: none; height: auto; padding: 0; line-height: 1; margin: 0; font-size: 1em;}
.add-to-cart-success .btn-remove:hover {background: none;}
.add-to-cart-success .btn-remove i {font-size: 1.16em; color: #aaa; padding: 5px;}
.add-to-cart-success .btn-remove i:hover {color: #222;}
.ajax-index-options .email-friend{display: none;}

.cart-remove-box a{margin-left: 5px; margin-right: 5px;}

/* Ajax Login */
.ajax-box-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.3);
    z-index:9998;
}
.ajax-box-overlay i.load{
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -24px;
    background-image:url(https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/fancybox/fancybox_loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.82);
    -moz-border-radius:10px;
    border-radius:10px;
    display: inline-block;
    padding: 22px;
    margin:0 0 0.75em;
}
.ajax-box-overlay.loaded i{display: none;}

#login-holder{
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 0;
    margin-left: -156px;
    width: 232px;
    height: auto;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
    padding: 0 20px;
}
#login-holder .close-button{
    float: right;
    cursor: pointer;
}
#login-holder .validation-failed{
    border: 1px solid #FF0000 !important;
}
#login-holder .validation-advice{
    margin: 5px 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
#login-holder .close-button i {color: #BBB; font-size: 14px; padding: 8px 6px;}
#login-holder .close-button i:hover {color: #222;}
#login-holder .page-title {
    width: 100%;
    border: none;
    overflow: hidden;
    margin: 15px 0;
}
#login-holder .page-title h1 {
    font-size: 20px;
    color: #6C6D6F;
    display: block;
    float: left;
    font-weight: bold;
    vertical-align: middle;
}
#login-holder .page-title .left-divider,
#login-holder .page-title .right-divider {margin-top: 1.5em;}
#login-holder form {display: block;}
#login-holder form p {
    font-size: 16px;
    line-height: 20px;
    color: #6C6D6F;
    text-align: center;
    margin-bottom: 15px;
}
#login-holder form p.required {font-size: .91em; text-transform: none;}
#login-holder form .form-list {margin: 1em 0 0;}
#login-holder form .form-list li {margin-bottom: 15px;}
#login-holder form .form-list li:last-child{margin-bottom: 10px;}
#login-holder form .input-box {width: 100%;}
#login-holder form .input-box label {font-size: .91em; color: #888;}
#login-holder form .input-box label em {color: #888;}
#login-holder form .input-box input {
    padding: 7px 14px;
    width: 88%;
    border-color: #ddd;
    color: #aaa;
    font-size: .91em;
}
#login-holder form .input-box select{width:100%;}
#login-holder form p.required {color: #f71616; text-align: center;}
#login-holder form a.f-left {color: #aaa;}
#login-holder form .actions {}
#login-holder .link-box {
    position: absolute;
    background-color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    padding: 6px 23px;
    box-shadow: 1px 1px 8px rgba(0,0,0,.1);
    border-bottom: solid 1px #eee;
}
#login-holder .account-create .link-box {padding: 6px 32px;}
#login-holder .link-box a {color: #222; text-transform: uppercase; font-weight: 400; line-height: 1.5em;}
#login-holder form .actions > .forgot-password a {display: inline-block; vertical-align: middle; font-size: .91em; color: #aaa; margin-top: 1em;}
#login-holder form .actions > .forgot-password{text-align: right;}
#login-holder form .actions button {display: block; width: 100%; vertical-align: middle; font-size: 16px;}
#login-holder form .actions button > span {border-color: #222;}
#login-holder form .actions button span span {background-color: #222; color: #fff;}
#login-holder form .actions button span:before{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#login-holder form .actions .new-user{
    border-top: 1px solid #BBB;
    margin: 15px 0 20px 0;
    padding-top: 15px;
}
#login-holder form .actions .new-user .register-box a{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
}
#login-holder form .fieldset{
    margin: 0;
    padding: 0;
    border: none;
}
#login-holder form .fieldset + .fieldset .form-list .field + .field {margin-bottom: 0;}
#login-holder form .fieldset .legend{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 1.16em;
    font-weight: 400;
    line-height: 1.583em;
    float: none;
    text-transform: none;
    color: #222;
}
#login-holder .account-create form .input-box input.checkbox{width:auto;}

#login-holder .account-create form .customer-dob  input{
    width:40%;
}
#login-holder .account-create form .form-list .field{margin-bottom: .75em; width: 100%;}

#login-holder .account-create form .name-firstname{margin-bottom: 1.5em; width: 100%;}
#login-holder .account-create form .name-middlename{margin-bottom: 1.5em; width: 100%;}
#login-holder .account-create form .name-lastname{margin-bottom: 0!important; width: 100%;}
#login-holder .account-create .form-list label {color: #666666;}
#login-form{
    font-size: 14px;
    margin: 8% 16%;
    background: #FAFAFA;
    padding: 10px;
    color: #6C6D6F;
}
#login-form h2 {
    display: block;
    text-align: left;
    color: #6C6D6F;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
#login-form .new-users,
#login-form .registered-users{
    width: 50%;
    float: left;
}
#login-form .content-wrapper{
    margin: 20px 0;
    padding: 0 30px 10px 30px;
}
#login-form .new-users .content-wrapper{
    border-right: 1px solid #CFCFD0;
}
#login-form .content p {font-size:14px;line-height:18px;color:#6C6D6F;}
#login-form .content .input-box {width:100%;}
#login-form .content .input-box input {
    border-color: #eee;
    color: #888;
    font-size: 14px;
}
#login-form .forget-password {font-size: 12px;line-height: 16px;color:#BBB; margin-top: 6%;float: left;}

#login-holder .form-list .customer-dob .dob-year {width: 72px;}
#login-holder .form-list .customer-dob .dob-year input {width: 58%;}

/* account create form */
.account-create #form-validate{
    font-size: 14px;
    background: #FAFAFA;
    color: #6C6D6F;
    padding: 10px;
    margin: 20px 20% 8% 20%;
}
.account-create #form-validate .form-list li.wide .input-box{
    width: 100%;
}
.account-create #form-validate .form-list li.wide .input-box input{
    padding: 1.5% 2%;
    width: 96%;
}
.account-create #form-validate .form-list li .input-box select{
    padding: 2% 3% 3% 3%;
}
.account-create #form-validate .fieldset{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.account-create #form-validate .fieldset .legend{
    border-bottom: none;
    padding-bottom: 0;
}
.account-create #privacy-policy-wrapper,
.account-create .buttons-set{
    margin: 0 20px;
}
.account-create .buttons-set{
    padding-bottom: 10px;
}
.account-create .sc-form .back-link{
    position: relative;
    margin: 15px 5px;
}

#resultLoading > div p{
    background-color: rgba(0, 0, 0, 0.82);
    -moz-border-radius:10px;
    border-radius:10px;
    display: inline-block;
    padding: 10px;
    margin:0 0 0.75em;
}
.lockshowloading{
    position:fixed;
    top:50%;
    z-index:99999;
    left: 50%;
    margin-left: -24px;
    background-color: rgba(0, 0, 0, 0.9);
    -moz-border-radius:10px;
    border-radius:10px;
    display: inline-block;
    padding: 10px;
    margin:0 0 0.75em;
}
.lockshow-bg{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height:100%;
    width:103%;
    background:black;
    margin:0px;
    -moz-opacity:.30;
    filter:alpha(opacity=30);
    opacity:0.3;
    z-index:9999;
}

/* Contact Map ================================================================================ */
#contact-map,
.map-container .map-wrapper {
    position: relative;
    height: 460px;
    margin-bottom: 1.5em;
}
.map-container .map-wrapper{width: 100%; margin-bottom: 0;}
.map-wrapper img{max-width: none;}
.map-container .map-block{
    background:#fff;
    position: absolute;
    z-index:999;
    overflow: hidden;
}
.map-container .map-block .indent{
    padding:0.5em 12px 1.16em 20px;
}
.map-container .map-block.left-top{top:40px; left: 40px;}
.map-container .map-block.right-top{top:40px; right: 40px;}
.map-container .map-block.left-bottom{bottom:40px; left: 40px;}
.map-container .map-block.right-bottom{bottom:40px; right: 40px;}

.map-container .map-block p{margin-top: 0.6em;}
.map-container .map-block a{color:#888;}
.map-container .map-block a:hover{text-decoration: underline;}


/* Footer ================================================================================ */
#footer {padding: 0; border-top: solid 1px #ddd;}
#footer .footer-topline > .container_12{
    background-color:#FFF;
    padding-top: 2.333em;
    padding-bottom: 4.5em;
}
#footer .footer-topline p {color: #666;}
#footer .footer-topline .footer-block-title {margin-bottom: 1.5em; width: 100%; overflow: hidden;}
#footer .footer-topline .footer-block-title h2 {display: block; float: left; font-size: 2em; line-height: 1.5em; color: #222; padding-right: 13px; font-weight: 400; margin-bottom: 0; vertical-align: middle;}
#footer .footer-topline .footer-block-title .right-divider {display: block; float: left; vertical-align: middle; border-bottom: solid 4px #eee; margin-top: 1.6em;}
#footer .custom-footer-content.features i {
    font-size: 1.16em;
    color: #aaa;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px #eee;
    display: inline-block;
    margin-right: 15px;
}
#footer .custom-footer-content.features i:hover {background-color: #f5f5f5;}
#footer .custom-footer-content.features li {margin-bottom: 1.5em;}
#footer .custom-footer-content.features li > div {display: inline-block; width: 81%;}
#footer .custom-footer-content.features li > div h3 {font-size: 1.333em; color: #222; font-weight: 400; line-height: 1.5em; margin-bottom: 5px;}
#footer .footer-second-line .custom-footer-content.features li > div h3{color:#fff;}
#footer .footer-second-line .custom-footer-content.features li > div p{color:#aaa;}
#footer .footer-bottom-wrapper .custom-footer-content.features li > div h3,
#footer .footer-bottom-wrapper .custom-footer-content.features li > div p{color:#aaa;}
#footer .custom-footer-content.features li > div p {color: #666;}
#footer ul {list-style: none!important;}
#footer .container_12 {background: none;}
#footer ul.links li {border-top: solid 1px #eee; position: relative;}
#footer ul.links li:hover:after {width: 100%;}
#footer ul.links li:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    content: '';
    position: absolute;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    transition: width .5s ease;
}
#footer ul.links li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#footer ul.links li:first-child {border-top: none;}
#footer ul.links li a {display: block; font-size: 1em; color: #666; padding: 1em 0 1em 20px; position: relative; z-index: 9;}
#footer ul.links li a:before {
    content: "\00B7";
    font-size: 2em;
    margin: 0 7px 0 4px;
    line-height: 0;
    vertical-align: middle;
    position: absolute;
    top: .91em;
    left: 0px;
    transition: left .3s ease;
    -moz-transition: left .3s ease;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
}
#footer ul.links li a:hover {padding-left: 30px;}
#footer ul.links li a:hover:before {left: 10px;}

#footer .footer-topline .footer-links ul li a{
    color: #666666;
}
#footer .footer-topline .footer-links li a:hover{
    background-color: #F5F5F5;
}

#footer .block-tags .block-title {display: none;}
#footer .block-tags .tags-list li {display: inline-block; margin-bottom: 2px;}
#footer .block-tags .tags-list li a {font-size: .91em!important; color: #888; border: solid 1px #ddd; display: inline-block; padding: .5em 10px;}

#footer button.button{background-color:#FFF;}

#footer .footer-second-line .block-tags .tags-list li a,
#footer .footer-bottom-wrapper .block-tags .tags-list li a{
    border-color:#888;
}
#footer .block-tags .tags-list li a:hover {color: #fff;}
#footer .block-tags .actions{display: none;}
#footer .block-tags .actions a {
    border: solid 4px #eee;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    font-size: .75em;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 18px;
}
#footer .block-tags .actions a:hover {color: #fff;}
#footer .footer-second-line {background-color: #222; padding-top: 4.5em; padding-bottom: 0.75em;}
#footer .footer-second-line .footer-block-title {margin-bottom: .75em; width: 100%; overflow: hidden;}
#footer .footer-second-line .footer-block-title h2 {font-size: 1.5em; color: #fff; margin-bottom: 0; display: block; float: left; vertical-align: middle; padding-right: 13px;}
#footer .footer-second-line .footer-block-title .right-divider {display: block; float: left; vertical-align: middle; border-bottom: solid 4px #393939; margin-top: 1.1em;}
#footer .footer-second-line .footer-logo {padding-top: 4px; display: inline-block; margin-bottom: 2.333em; width: 100%;}
#footer .footer-second-line ul.links li {border-color: #2f2f2f;}
#footer .footer-second-line ul.links li a {color: #aaa;}
#footer .footer-second-line ul.links li:after {background-color: #2b2b2b;}
#footer .footer-second-line ul.links li a:hover {padding-left: 30px;}
#footer .footer-address-block {position: relative; z-index: 2;}
#footer .footer-address-block p {font-size: 1.16em; line-height: 1.57em; color: #fff; font-weight: 300; margin-bottom: 1em;}
#footer .footer-address-block p a {color: #fff;}
#footer .footer-links {padding:0;}
#footer .footer-links li {display: inline-block;}
#footer .footer-links li a {color: #aaa; font-size: .83em; padding: 5px 7px;}
#footer .footer-bottom-wrapper .footer-links li a:hover,
#footer .footer-bottom-wrapper ul.links li:after,
#footer .footer-links li a:hover {background-color: #2f2f2f;}
#footer .footer-bottom-wrapper ul.links li{border-top-color: #2f2f2f;}
#footer .footer-links li:before {content: "\00B7"; font-size: 2em; line-height: 0; vertical-align: middle;}
#footer .footer-links li:first-child:before {content: none;}
#footer p { text-align:left; }
#footer address {float: left; font-size: .91em; color: #aaa; line-height: 1.7em;}
#footer address a {color: #aaa;}
#footer .footer-columns-block.indent{padding-top: 6em;}
#footer .store-switcher{display: inline-block; padding-top: 0!important; margin-left: 60px;}
#footer .store-switcher label{display: none;}
#footer .block-subscribe label {display:block;}
#footer .sbSelector {padding: 2px 15px; color:#aaa; font-size: .91em; border: solid 1px #3e3e3e; background: none;}
#footer .sbOptions {top: auto!important; bottom: 100%!important; background: #fff; border: solid 1px #ddd; padding: 10px 0; right: 0; left: auto;}
#footer .sbOptions li {
    padding: 0;
    margin-top: 0!important;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition:  background-color .8s ease;
}
#footer .sbOptions li a {line-height: 1.5em; padding: .75em 18px;}
#footer .footer-bg {position: absolute; top: -2em; left: -50px; z-index: 0;}
#footer .footer-bg img {max-width: none;}
#footer .form-language a{display: block; position: relative;}
#footer .form-language a.sbToggle{display: none;}
#footer .form-language a.sbSelector{top: 0;}
#footer .footer-bottom-wrapper .sbSelector > span {
    transition: border-top-color 300ms ease;
    -moz-transition: border-top-color 300ms ease;
    -webkit-transition: border-top-color 300ms ease;
    -o-transition: border-top-color 300ms ease;
}
#footer .footer-second-line p a:hover {text-decoration: underline;}
/* Footer Contact Form =================================================================== */
#footer .contacts-footer-content label {float: none; display: inline-block; font-size: .91em; color: #888;}
#footer .footer-second-line .contacts-footer-content label{color:#fff;}
#footer .contacts-footer-content .form-list {float: none;}
#footer .contacts-footer-content .input-box {width: auto;}
#footer .contacts-footer-content .fields .field {width: 48%; margin-right: 10px;}
#footer .contacts-footer-content .fields .field.second {float: right; margin: 0;}
#footer .contacts-footer-content .fields .field input {width: 85%;}
#footer .contacts-footer-content  input,
#footer .contacts-footer-content .wide textarea {
    width: 93%;
    border-color: #ddd;
    padding: 5px 10px;
    transition: border-color .8s ease;
    -moz-transition: border-color .8s ease;
    -webkit-transition: border-color .8s ease;
    -o-transition: border-color .8s ease;
}
#footer .contacts-footer-content .wide textarea {height: 60px;}
#footer .contacts-footer-content p.required {font-size: .91em; text-align: right; display: none;}
#footer .contacts-footer-content button {float: none; margin: 0; width: 100%;}
#footer .contacts-footer-content button span {float: none; display: block;}
#footer .contacts-footer-content #feedback {
    bottom: 0;
    display: block;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 37px;
    z-index: 99;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    line-height: 3em;
}
#footer .contacts-footer-content #feedback i {font-size: 1.16em; margin-top: -3px; color: #aaa; vertical-align: middle;}
#footer .contacts-footer-content #ajax-loader {position: absolute; bottom: 0; width: 100%; height:37px; margin: 0; text-align: center; background-color: #fff; z-index: 99;}
#footer .contacts-footer-content #ajax-loader img{margin-top: 10px;}

#footer .footer-bottom-wrapper .contacts-footer-content  input,
#footer .footer-bottom-wrapper .contacts-footer-content .wide textarea,
#footer .footer-second-line .contacts-footer-content  input,
#footer .footer-second-line .contacts-footer-content .wide textarea{
    width: 100%;
    padding: 5px 0;
    background: none;
    border-color: #3E3E3E;
    text-indent: 5px;
}
#footer .footer-bottom-wrapper .contacts-footer-content .input-box label,
#footer .footer-second-line .contacts-footer-content .input-box label{color:#aaa;}

#footer .footer-second-line .contacts-footer-content .fields .field,
#footer .footer-bottom-wrapper .contacts-footer-content .fields .field{margin-right: 0; width: 50%;}
#footer .footer-second-line .contacts-footer-content .fields .field input,
#footer .footer-bottom-wrapper .contacts-footer-content .fields .field input{width: 95%;}
#footer .footer-second-line .contacts-footer-content .fields .field.second input,
#footer .footer-bottom-wrapper .contacts-footer-content .fields .field.second input{width: 100%;}
#footer .footer-bottom-wrapper .contacts-footer-content label{color:#aaa;}

#footer .footer-bottom-wrapper,
#footer .footer-bottom-wrapper .container_12{background:#111;}

#footer .footer-bottom-wrapper .footer-block-title h2 {
    display: inline-block;
    font-size: 1.5em;
    margin-bottom: 0;
    padding-right: 13px;
    vertical-align: middle;
    color:#aaa;
}
#footer .footer-bottom-wrapper .footer-block-title .right-divider {
    display: inline-block;
    vertical-align: middle;
    border-bottom: solid 4px #aaa;
    margin-top: .5em;
}

/* footer newsletter */
#footer .block-subscribe .block-title,
#footer .block-subscribe .form-subscribe-header{display: none;}

#footer .footer-second-line .block-subscribe .input-box input,
#footer .footer-bottom-wrapper .block-subscribe .input-box input{
    border-color: #3E3E3E;
    background: none;
}

#footer.default-footer .footer-bottom-wrapper > .container_12{padding-top: 1em; padding-bottom: 1em;}
#footer.default-footer address{padding-top: 3px; padding-right: 18px;}
#footer.default-footer .store-switcher{float: right;}
#footer.default-footer .footer-links{float: none; text-align: center;}
#footer.default-footer .footer-links ul{display: inline-block; padding-top: 3px;}
#footer.default-footer .footer-links ul.links{line-height: normal; position: relative; margin-top: -2px;}
#footer.default-footer .footer-links ul.links li{
    border: none;
    line-height: normal;
    display: inline-block;
    background: none;
    padding-left: 10px;
    text-align: left;
}
#footer.default-footer .footer-links ul.links li:hover{background: none;}
#footer.default-footer .footer-links ul.links li:before{
    content: "\00B7";
    font-size: 2em;
    line-height: 0;
    vertical-align: middle;
    top: 0.5em;
    left: 0;
    background: none;
}
#footer.default-footer .footer-bottom-wrapper ul.links li:after,
#footer.default-footer ul.links li a:before{display: none;}
#footer.default-footer .footer-links ul.links li a{font-size: 0.83em; line-height: 1.3em; padding: 5px 7px;}
#footer.default-footer .footer-links ul.links li a.link-rss{background-image: none;}
body.boxed-layout #footer .footer-bottom-wrapper{background: none;}

/* Popup Subscribe ======================================================================= */
#popup-block .block-subscribe {padding: 6.5em 24px 2.5em 30px; float: left; width: 43.5%; text-align: center;}
#popup-block .block-subscribe strong span {
    font-size: 2.5em;
    font-weight: 400;
    color: #222;
    line-height: 1.48em;
    margin-bottom: .5em;
    text-transform: uppercase;
    display: block;
}
#popup-block .block-subscribe label {
    display: inline-block;
    margin: 0;
    color: #888;
    font-size: 1em;
    padding-bottom: 0;
}
#popup-block .block-subscribe ~ .popup-bottom {color: #fff;}
#popup-block .block-subscribe input {
    display: block;
    width: 100%;
    padding: 5px 7px;
    height: 30px;
    border: none;
    background: #fff;
    color: #aaa;
    font-size: .91em;
    margin-bottom: 1.5em;
}
#popup-block .block-subscribe .button {margin-bottom: 6em;}
#popup-block .block-subscribe .button span {border-color: #222;}
#popup-block .block-subscribe .button span span {background-color: #222; color: #fff;}
#popup-block {display: none;}
#popup-block .popup-content-wrapper {height: 100%; background-size: cover;}
#popup-block .popup-bottom {position: absolute; margin-left: 20px; bottom: 20px; font-size: .83em; float: left; vertical-align: bottom; cursor: pointer;}


/* Facebook Like Box Widget */
.fb-like-box.fb_iframe_widget{display: block;}
.fb-like-box.fb_iframe_widget > span{
    width: 100%!important;
    display: block;
}
.fb-like-box.fb_iframe_widget iframe{
    position: relative;
    width: 100%!important;
}


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.product-tabs:after,
.block-layered-nav .price p:after,
.price-box:after,
.box-reviews .box ul li:after,
.product-view .product-shop .price-block:after,
header#header .customer-name + .links:after,
#review-form:after,
.products-list:after,
.about-us-wrapper:after,
.timer-box:after,
header#header .top-cart .block-content .actions:after,
.block-related .block-title:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/********** Mozilla *************/
@-moz-document url-prefix() {
    .nav-container li.level-top.active > a,
    .nav-container li.level-top > a:hover {margin-bottom: -5px; padding-bottom: 5px;}
    .block-compare li.item .btn-remove {margin-top: 4px;}
    .products-list .ajax-loader-item, .products-grid .ajax-loader-item {top: 0;}
    .menu-button i {margin-top: -2px;}
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://cdn.stemcell.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
orange: #EF8200
*/
/* additional css outside of the box */

/**
 * OVERWRITTEN: font
 * font 'Lato' has been added into original styles.css and skin.css file
 */
@font-face {
    font-family: 'Lato';
    src: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-regular-webfont.eot');
    src: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-regular-webfont.woff2') format('woff2'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-regular-webfont.woff') format('woff'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-regular-webfont.ttf') format('truetype'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-italic-webfont.eot');
    src: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-italic-webfont.woff2') format('woff2'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-italic-webfont.woff') format('woff'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-italic-webfont.ttf') format('truetype'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-italic-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-bold-webfont.eot');
    src: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-bold-webfont.woff2') format('woff2'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-bold-webfont.woff') format('woff'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-bold-webfont.ttf') format('truetype'),
         url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/fonts/lato/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body{
    font-family: 'Lato', Arial, sans-serif;
}
body.body-relative{
    position: relative;
}
p{
    font-size: 14px;
    color: #53585A;
    line-height: 20px;
}
b{
    font-weight: bold;
}
button::-moz-focus-inner{
    border: 0;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.messages{
    font-size: 15px;
    line-height: 18px;
}
.messages i{
    float: right;
    right: 20px;
    left: auto;
    cursor: pointer;
}
.messages a,
.messages a:hover{
    color: inherit;
    text-decoration: underline;
}
.messages li li{
    margin: 0 0 5px;
    font-weight: bold;
}
.messages li.single li{
    padding: 10px;
    text-align: center;
}
.messages li.single i{
    top: 24px;
}
.messages li.multiple i{
    top: 14px;
}
.messages li.multiple li:before{
    content: '\2022';
    font-size: 10px;
    position: absolute;
    margin-left: -15px;
}
.catalog-category-view .messages,
.catalogsearch-result-index .messages,
.catalogsearch-advanced-result .messages{
    position: relative;
    top: 0;
}
.success-msg{
    background-color: #39B54A;
    color: #FFF;
}
.error-msg{
    color: #FFF;
    background-color: #F2421E;
}
#toTop{
    bottom: 100px;
    right: 32px;
}
.table{
    display: table;
    width: 100%;
}
.table .tr{
    display: table-row;
}
.table .thead{
    display: table-header-group;
}
.table .tbody{
    display: table-row-group;
}
.table .th,
.table .td{
    display: table-cell;
    vertical-align: middle;
}
.products-list .table{
    font-size: 14px;
    color: #6C6D6F;
}
/* checkbox with special style */
.special-checkbox{
    position: relative;
}
.special-checkbox input{
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.special-checkbox input + label:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f096";
    color: #5F6062;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 3;
}
.special-checkbox input:checked + label:after{
    content: "\f046";
}
.special-checkbox input + label{
    margin-left: 25px;
    display: inline-block;
    cursor: pointer;
    color: #5F6062;
}
/* sidebar style */
aside.sidebar .block{
    border: 1px solid #D6D6D6;
}
aside.sidebar .block.block-layered-nav,
aside.sidebar .block.block-vertical-nav{
    border: none;
    background: transparent;
    padding-bottom: 0;
}
aside.sidebar .block.block-layered-nav.empty,
aside.sidebar .block.block-vertical-nav.empty{
    margin-bottom: 0;
}
aside.sidebar .block.block-layered-nav .currently span.label{
    display: block;
    float: none;
}
aside.sidebar .block.block-layered-nav .currently span.label{
    color: #BBB;
}
aside.sidebar .block.block-layered-nav .currently span.value{
    font-size: 14px;
    color: #53585A;
    margin-left: 0;
    width: 90%;
}
aside.sidebar .block.block-layered-nav .actions a{
    text-transform: capitalize;
    color: #EF8200;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 2px 20px;
    -webkit-box-shadow: 0 3px 0 0 #E2E2D9;
    -moz-box-shadow: 0 3px 0 0 #E2E2D9;
    box-shadow: 0 3px 0 0 #E2E2D9;
}
aside.sidebar .block.block-layered-nav .actions a:hover{
    background: #EF8200;
    color: #FFF;
}
.stemcell aside.sidebar.sidebar-right{
    float: right;
}
.stemcell aside.sidebar .block.block-layered-nav dl dt h2,
.stemcell aside.sidebar .block.block-vertical-nav dl dt h2{
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
    color: #53585A;
    margin-bottom: 15px;
}
.stemcell aside.sidebar .block.block-vertical-nav dl dt h2{
    font-weight: bold;
}
aside.sidebar .block.block-layered-nav dl dd:last-of-type{
    border-bottom: 1px solid #BBB;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
aside.sidebar .block.block-layered-nav dl dd li,
aside.sidebar .block.block-vertical-nav dl dd li{
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    border: none;
}
aside.sidebar .block.block-layered-nav dl dd li:hover,
aside.sidebar .block.block-vertical-nav dl dd li:hover{
    color: #EF8200;
}
aside.sidebar .block.block-vertical-nav .block-content dd{
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 6px 0;
}
aside.sidebar .block.block-layered-nav .block-content dl dd li a,
aside.sidebar .block.block-vertical-nav .block-content dl dd li a{
    padding: 6px 0;
    display: block;
}
aside.sidebar .block.block-vertical-nav.categories .block-title{
    display: none;
}
aside.sidebar .block .block-title{
    background-color: #F7F7F7;
    margin-bottom: 0;
    border-bottom: 1px solid #D6D6D6;
}
aside.sidebar .block .block-title strong{
    margin: 0;
    padding: 0;
    float: left;
    width: 85%;
}
aside.sidebar .block .block-title strong span{
    color: #53585A;
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 10px 0 10px 20px;
}
aside.sidebar .block .block-title .bars{
    color: #EAEAEA;
    float: left;
    padding-top: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
aside.sidebar .block .block-title .bars i{
    font-size: 20px;
    padding: 9px 5px;
    vertical-align: middle;
    margin-top: 2px;
    display: none;
}
aside.sidebar .block.block-layered-nav,
aside.sidebar .block.block-vertical-nav{
    padding: 0;
}
aside.sidebar .block .currently .block-subtitle{
    font-size: 15px;
    color: #53585A;
    font-weight: bold;
}
aside.sidebar .block .block-content ul{
    padding: 10px;
}
aside.sidebar .block .block-content li a{
    padding: 10px;
    font-size: 15px;
    line-height: 19px;
    display: block;
    color: #53585A;
}
aside.sidebar .block .block-content li a.btn-remove{
    padding: 0;
}
aside.sidebar .block .block-content .filter-label-sc li a{
    padding: 2px 10px 2px 0;
}
aside.sidebar .block .block-content li a:hover {
    color: #EF8200;
}
aside.sidebar .block.block-layered-nav .block-content li a,
aside.sidebar .block.block-vertical-nav .block-content li a{
    font-size: 14px;
    line-height: 20px;
    color: #53585A;
}
aside.sidebar .block.block-layered-nav .block-content li a:hover,
aside.sidebar .block.block-vertical-nav .block-content li a:hover{
    color: #EF8200;
}
aside.sidebar .block.callout{
    border: none;
    background: #FDF2E5;
    margin-bottom: 30px;
}
aside.sidebar .block.callout .callout-wrapper{
    padding: 25px 20px;
}
aside.sidebar .block.callout .row{
    margin-bottom: 20px;
}
aside.sidebar .block.callout i{
    position: absolute;
    color: #EF8200;
    font-size: 20px;
    line-height: 22px;
}
aside.sidebar .block.callout .list-wrapper{
    margin-left: 35px;
    color: #5F6062;
    font-size: 14px;
    line-height: 18px;
}
aside.sidebar .block.callout .list-wrapper h3,
aside.sidebar .block.callout .list-wrapper h3 a{
    color: #000000;
    font-size: 18px;
    line-height: 22px;
}
aside.sidebar .block.callout .list-wrapper h3 a:hover{
    color: #EF8200;
}
aside.sidebar .block.callout .list-wrapper ul.disc{
    margin-left: 15px;
}
aside.sidebar .block.callout .list-wrapper ul li{
    margin-bottom: 5px;
}
aside.sidebar .block.callout .list-wrapper ul.disc > li:before{
    content: '\2022';
    font-size: 14px;
    position: absolute;
    margin-left: -15px;
}
aside.sidebar .block.cxn-box .cxn-wrapper{
    padding: 20px 20px 0 20px;
    text-align: center;
}
aside.sidebar .block.cxn-box .cxn-wrapper > h3{
    color: #53585A;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
body.page-empty .container_12{
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.block-vertical-nav.categories .block-content h2{
    font-size: 18px;
    line-height: 22px;
}
/* dropdown filter */
.filter-block-title{
    color: #53585A;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}
.filter-clear-all{
    display: inline-block;
}
.filter-clear-all a{
    color: #EF8200;
}
.filter-header .filter-clear-all{
    margin-top: 3px;
    float: right;
}
.filter-select{
    font-size: 14px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 15px;
}
.filter-select:first-child{
    border-top: 1px solid #D4D4D4;
}
.filter-select:last-child{
    margin-bottom: 0;
}
.filter-select h2{
    padding: 15px 0 2px 0;
    margin-bottom: 0px;
    cursor: pointer;
    color: #53585A;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
}
.filter-select h2 .fa{
    float: right;
    font-size: 24px;
    display: none;
}
.filter-select:not(.open) h2 .fa-angle-down{
    display: block;
}
.filter-select.open h2 .fa-angle-up{
    display: block;
}
.filter-select .filter-options-wrapper{
    display: none;
    padding-right: 15px;
}
.filter-select.catalog_type_filter{
    display: none;
}
.filter-options{
    background: #FFF;
    z-index: 200;
    margin-top: 10px;
    overflow: hidden;
}
.filter-options .filter-option{
    padding: 6px 0;
}
.filter-options .filter-list.more{
    display: none;
}
.filter-select .filter-options-wrapper.short-list .filter-options-show-hide{
    display: none;
}
.filter-options .filter-checkbox{
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.filter-options .filter-checkbox input{
    top: 1px;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.filter-options .filter-checkbox input:checked + label:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00c";
    color: #48AB75;
    position: absolute;
    left: 1px;
    top: 2px;
    z-index: 3;
}
.filter-options .filter-checkbox input:checked + label:before{
    background: #E9E9E9;
}
.filter-options .filter-option label{
    margin-left: 25px;
    display: inline-block;
    cursor: pointer;
    color: #53585A;
}
.filter-options .filter-option label:before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
    z-index: 2;
    border: 1px solid #D4D5D6;
    background: #FFF;
    padding: 0;
    margin: 0;
}
.filter-options-footer{
    margin-top: 15px;
}
.filter-options-show-hide{
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
aside.sidebar .block .filter-options-show-hide a{
    cursor: pointer;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
aside.sidebar .block .filter-options-show-hide a i{
    color: #EF8200;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    margin-right: 6px;
}
.filter-options-button{
    display: inline-block;
    float: right;
    text-align: right;
}
.filter-options-button a:not(:first-child){
    margin-left: 10px;
}
aside.sidebar .block.block-layered-nav .filter-options .filter-option a{
    color: #53585A;
}
aside.sidebar .block.block-layered-nav .filter-options .filter-option a:hover{
    color: #EF8200;
}
.filter-options li a{
    display: block;
}
/* breadcrumb*/
nav.breadcrumbs{
    margin-bottom: 2em;
    margin-top: 1em;
}
nav.breadcrumbs li span,
nav.breadcrumbs li a,
nav.breadcrumbs li i,
nav.breadcrumbs li strong{
    color: #6C6D6F;
    font-size: 12px;
    margin: 0;
}
nav.breadcrumbs li a:hover + span:after,
nav.breadcrumbs li span:after{
    display: none;
}
/* homepage */
.homepage-wrapper .messages{
    margin-top: 20px !important;
}
.homepage-wrapper .main-container .messages{
    display: none;
}
#homepage-search{
    margin: 80px 10px 95px 10px;
    text-align: center;
}
#homepage-search .search-container{
    color: #53585A;
    display: inline-block;
    float: none;
}
#homepage-search .content-message{
    color: #53585A;
}
#homepage-search .search-heading{
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 3%;
}
#homepage-search .search-description{
    line-height: 24px;
    font-size: 16px;
    width: 80%;
    display: inline-block;
}
#homepage-search #search_mini_form .sc-loading.show{
    display: block;
}
#search_mini_form{
    font-size: 16px;
}
#search_mini_form .indent{
    padding: 5px 15px;
    border: 2px solid #EF8200;
    font-size: 20px;
    position: relative;
}
#search_mini_form .indent:focus{
    border-color: #EF8200;
}
#search_mini_form .indent input{
    width: 85%;
    float: left;
    height: auto;
    color: #53585A ;
    border: none;
}
#search_mini_form .form-search button{
    float: right;
    width: auto;
    border: 0;
    padding: 0;
    margin-top: 7px;
    background: transparent;
    cursor: pointer;
    color: #EF8200;
}
#homepage-search #search_mini_form .form-search button span,
#noroute-search #search_mini_form .form-search button span{
    display: none;
}
#search_mini_form #search.loading{
    cursor: progress;
}
#search_autocomplete{
    left: 0 !important;
    margin-top: 5px;
    width: 100% !important;
    z-index: 20;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
    font-size: 16px;
    text-align: left;
}
#search_autocomplete ul{
    padding: 10px;
}
#search_autocomplete ul li{
    padding: 7px 5px;
}
#search_autocomplete ul li a{
    color: #53585A;
}
#search_autocomplete ul li.selected,
#search_autocomplete ul li a:hover{
    cursor: pointer;
    color: #EF8200;
}
#search_autocomplete ul li.search-category{
    padding: 5px;
}
#search_autocomplete ul li .amount{
    color: #BBB;
    font-weight: normal;
    float: right;
    padding-left: 12px;
}
#search_autocomplete .search-links{
    padding: 15px;
}
#search_autocomplete .search-links .link-type{
    font-size: 16px;
    color: #BBB;
}
#search_autocomplete .search-links .link{
    margin: 5px 10px;
    font-size: 14px;
}
#search_autocomplete .search-links .link a{
    display: block;
}
#search_autocomplete #search-no-result{
    padding: 10px;
    color: #BBB;
}
/* home ad blocks */
#featured-box-wrapper{
    padding-top: 30px;
    padding-bottom: 80px;
    background: #FAFAF9;
    background: -webkit-linear-gradient(#FAFAF9, #FFF);
    background: -o-linear-gradient(#FAFAF9, #FFF);
    background: -moz-linear-gradient(#FAFAF9, #FFF);
    background: linear-gradient(#FAFAF9, #FFF);
    background-size: 100% 60%;
    background-repeat: no-repeat;
}
#featured-box-wrapper .container_12{
    background: transparent;
}
#featured-box-wrapper .main-container{
    padding-bottom: 0;
}
#featured-box-wrapper h2{
    color: #ACACAC;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.featured-box{
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 5px;
}
.featured-box img{
    width: 100%;
}
.featured-box .featured-box-text{
    font-size: 15px;
    padding: 15px 15px 20px 15px;
    color: #53585A;
    display: block;
}
.featured-box .featured-box-description{
    margin-top: 3px;
}
.featured-box .featured-box-text:hover{
    color: #EF8200;
}
.featured-box .featured-box-text span{
    display: block;
}
.featured-box .featured-box-title{
    font-weight: bold;
}
.featured-box.sidebar{
    margin-bottom: 20px;
}
.featured-box.sidebar .featured-box-image{
    padding: 4px;
}
.featured-box.sidebar .featured-box-title{
    font-size: 20px;
    line-height: 24px;
}
.featured-box.sidebar .featured-box-button{
    margin: 10px;
    padding: 5px 10px;
}
.featured-box.sidebar.simple .featured-box-image a{
    padding-top: 100%;
}
.featured-box-image a{
    padding-top: 66%;
    position: relative;
    display: block;
    overflow: hidden;
}
.featured-box-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.featured-box.home .featured-box-button,
.featured-box.home .featured-box-label{
    display: none;
}
.featured-box.home.feature-1 .featured-box-text{
    text-align: left;
}
.featured-box.home.feature-1 .featured-box-text:hover{
    color: #53585A;
}
.featured-box.home.feature-1 .featured-box-text .featured-box-label{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #EF8200;
    margin-bottom: 5px;
}
.featured-box.home.feature-1 .featured-box-button{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    background: #EF8200;
    color: #FFF;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 12px;
    margin-top: 15px;
}
.featured-box.home.feature-2{
    border-top: 10px solid #FAD9B2;
    padding: 10px 20px 15px 20px;
}
.featured-box.home.feature-2 .featured-box-image{
    border: 1px solid #EEE;
}
.featured-box.home.feature-2 .featured-box-text{
    text-align: left;
    padding: 15px 0;
}
.featured-box.home.feature-2 .featured-box-text:hover{
    color: #53585A;
}
.featured-box.home.feature-2 .featured-box-label{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #53585A;
    font-size: 12px;
    line-height: 16px;
}
.featured-box.home.feature-2 .featured-box-text .featured-box-label{
    display: none;
}
.featured-box.home.feature-2 .featured-box-button{
    display: inline-block;
    padding: 0;
    background: none;
    color: #EF8200;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.featured-box.home.feature-2 .featured-box-button:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    margin-left: 4px;
    margin-top: -3px;
    font-weight: bold;
    vertical-align: middle;
}
.general-disclaimer{
    border-top: 1px solid #BBB;
    padding-top: 20px;
    font-size: 10px;
    line-height: 14px;
    color: #BBB;
}
.sc-button{
    padding: 5px 30px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #EF8200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EF8200), to(#EB6400));
    background-image: -webkit-linear-gradient(top, #EF8200, #EB6400);
    background-image: -moz-linear-gradient(top, #EF8200, #EB6400);
    background-image: -ms-linear-gradient(top, #EF8200, #EB6400);
    background-image: -o-linear-gradient(top, #EF8200, #EB6400);
    background-image: linear-gradient(to bottom, #EF8200, #EB6400);
}
.sc-button:hover{
    color: #FFFFFF;
    background-color: #EB6400;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB6400), to(#EF8200));
    background-image: -webkit-linear-gradient(top, #EB6400, #EF8200);
    background-image: -moz-linear-gradient(top, #EB6400, #EF8200);
    background-image: -ms-linear-gradient(top, #EB6400, #EF8200);
    background-image: -o-linear-gradient(top, #EB6400, #EF8200);
    background-image: linear-gradient(to bottom, #EB6400, #EF8200);
}
.sc-button.grey{
    -webkit-box-shadow: 0 2px 0 0 #D8D8D3;
    -moz-box-shadow: 0 2px 0 0 #D8D8D3;
    box-shadow: 0 2px 0 0 #D8D8D3;
    background-color: #C0C0C0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#A8A8A8));
    background-image: -webkit-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -moz-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -ms-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -o-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: linear-gradient(to bottom, #C0C0C0, #A8A8A8);
}
.sc-button.grey:hover{
    background-color: #A8A8A8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A8A8A8), to(#C0C0C0));
    background-image: -webkit-linear-gradient(top, #A8A8A8, #C0C0C0);
    background-image: -moz-linear-gradient(top, #A8A8A8, #C0C0C0);
    background-image: -ms-linear-gradient(top, #A8A8A8, #C0C0C0);
    background-image: -o-linear-gradient(top, #A8A8A8, #C0C0C0);
    background-image: linear-gradient(to bottom, #A8A8A8, #C0C0C0);
}
.sc-button.dark-grey{
    -webkit-box-shadow: 0 2px 0 0 #959595;
    -moz-box-shadow: 0 2px 0 0 #959595;
    box-shadow: 0 2px 0 0 #959595;
    background-color: #53585A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#53585A), to(#4F5456));
    background-image: -webkit-linear-gradient(top, #53585A, #4F5456);
    background-image: -moz-linear-gradient(top, #53585A, #4F5456);
    background-image: -ms-linear-gradient(top, #53585A, #4F5456);
    background-image: -o-linear-gradient(top, #53585A, #4F5456);
    background-image: linear-gradient(to bottom, #53585A, #4F5456);
}
.sc-button.dark-grey:hover{
    background-color: #4F5456;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4F5456), to(#53585A));
    background-image: -webkit-linear-gradient(top, #4F5456, #53585A);
    background-image: -moz-linear-gradient(top, #4F5456, #53585A);
    background-image: -ms-linear-gradient(top, #4F5456, #53585A);
    background-image: -o-linear-gradient(top, #4F5456, #53585A);
    background-image: linear-gradient(to bottom, #4F5456, #53585A);
}
.sc-button.blue{
    -webkit-box-shadow: 0 2px 0 0 #0050AC;
    -moz-box-shadow: 0 2px 0 0 #0050AC;
    box-shadow: 0 2px 0 0 #0050AC;
    background-color: #0063B5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0072BC), to(#0050AC));
    background-image: -webkit-linear-gradient(top, #0072BC, #0050AC);
    background-image: -moz-linear-gradient(top, #0072BC, #0050AC);
    background-image: -ms-linear-gradient(top, #0072BC, #0050AC);
    background-image: -o-linear-gradient(top, #0072BC, #0050AC);
    background-image: linear-gradient(to bottom, #0072BC, #0050AC);
}
.sc-button.blue:hover{
    background-color: #0050AC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0050AC), to(#0072BC));
    background-image: -webkit-linear-gradient(top, #0050AC, #0072BC);
    background-image: -moz-linear-gradient(top, #0050AC, #0072BC);
    background-image: -ms-linear-gradient(top, #0050AC, #0072BC);
    background-image: -o-linear-gradient(top, #0050AC, #0072BC);
    background-image: linear-gradient(to bottom, #0050AC, #0072BC);
}
.sc-button.white{
    -webkit-box-shadow: 0 3px 0 0 #E2E2D9;
    -moz-box-shadow: 0 3px 0 0 #E2E2D9;
    box-shadow: 0 3px 0 0 #E2E2D9;
    background-color: #FFF;
    background-image: none;
    color: #EF8200;

}
.sc-button.white:hover{
    color: #FFFFFF;
    background-color: #EF8200;
    background-image: none;
}
.sc-button.medium-grey{
    background-color: #8F8F91;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8F8F91), to(#737476));
    background-image: -webkit-linear-gradient(top, #8F8F91, #737476);
    background-image: -moz-linear-gradient(top, #8F8F91, #737476);
    background-image: -ms-linear-gradient(top, #8F8F91, #737476);
    background-image: -o-linear-gradient(top, #8F8F91, #737476);
    background-image: linear-gradient(to bottom, #8F8F91, #737476);
}
.sc-button.medium-grey:hover{
    background-color: #737476;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#737476), to(#8F8F91));
    background-image: -webkit-linear-gradient(top, #737476, #8F8F91);
    background-image: -moz-linear-gradient(top, #737476, #8F8F91);
    background-image: -ms-linear-gradient(top, #737476, #8F8F91);
    background-image: -o-linear-gradient(top, #737476, #8F8F91);
    background-image: linear-gradient(to bottom, #737476, #8F8F91);
}
.sc-button.grey-white{
    background-color: #FFF;
    background-image: none;
    color: #999999;
}
.sc-button.grey-white:hover{
    background-color: #DBDBDB;
    background-image: none;
}
.sc-button.button-disabled,
.sc-button.button-disabled:hover,
.sc-button:disabled,
.sc-button:disabled:hover{
    -webkit-box-shadow: 0 2px 0 0 #D8D8D3;
    -moz-box-shadow: 0 2px 0 0 #D8D8D3;
    box-shadow: 0 2px 0 0 #D8D8D3;
    background-color: #C0C0C0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#A8A8A8));
    background-image: -webkit-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -moz-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -ms-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: -o-linear-gradient(top, #C0C0C0, #A8A8A8);
    background-image: linear-gradient(to bottom, #C0C0C0, #A8A8A8);
}
.sc-button.flat-button{
    padding: 4px 15px 5px 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #EF8200;
}
.sc-button.flat-button:hover{
    background-color: #EF8200;
    background-image: none;
}
.sc-button.flat-button.white{
    border: 2px solid #CCC;
}
/* video content */
.video-toolbar{
    margin: 10px 0;
}
.video-view-count{
    display: inline-block;
}
#video-turn-off-lights{
    cursor: pointer;
    float: right;
}
#video-turn-off-lights .fa-lightbulb-o{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    font-size: 14px;
}
.video-container{
    position: relative;
    padding-bottom: 53%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container.pop{
    overflow: visible;
}
.video-container .video-js,
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video-container iframe.lightsoff,
.video-container object.lightsoff,
.video-container embed.lightsoff{
    z-index: 20001;
}
#shadow-layer{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 20000;
}
.main-container .research-area-section{
    margin-top: 20px;
}
/* category listing */
.cat-block{
    text-align: center;
    margin-bottom: 20px;
    background: #FAFAFA;
}
.cat-block img{
    width: 100%;
}
.cat-block .cat-text a,
.cat-block .cat-text span{
    font-size: 14px;
    padding: 15px;
    color: #53585A;
    display: block;
    line-height: 20px;
}
.cat-block .cat-text a:hover{
    color: #EF8200;
}
.cat-block .cat-title{
    font-weight: bold;
}
.cat-image a,
.cat-image div{
    padding-top: 50%;
    position: relative;
    display: block;
    overflow: hidden;
}
.cat-image img{
    position: absolute;
    top: 0;
    left: 0;
}
#welcome-block .welcome-block{
    text-align: center;
    margin-bottom: 20px;
}
#welcome-block .grid_8_lg{
    min-width: 66%;
}
#welcome-block .cat-text{
    border-top: 1px solid #DDD;
}
#welcome-block .welcome-text{
    margin-bottom: 20px;
    background: #FEF2E6;
    border: 1px solid #FEF2E6;
}
#welcome-block .welcome-content{
    padding: 15px 20px;
}
#welcome-block .welcome-content h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.category-list{
    display: inline-block;
}
.block-category-list{
    margin-top: 65px;
    background: #F7F7F5;
    padding: 20px;
}
.block-category-list .block-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #53585A;
    margin-bottom: 20px;
    display: block;
}
.block-category-list ul .cat-item a{
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #53585A;
}
.block-category-list ul .cat-item a:hover{
    color: #EF8200;
}
.category-brands .cat-text{
    display: none;
}
.page-title{
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
}
.page-title.category-title{
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-title.category-title h1{
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    color: #53585A;
    margin-bottom: 20px;
}
header.page-title .amount{
    position: relative;
}
.stemcell.cms-page-view h1,
.stemcell .col-main h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #53585A;
}
.stemcell.cms-page-view h1.sub-title,
.stemcell .col-main h1.sub-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #6C6D6F;
}
.stemcell.cms-page-view .content-wrapper h2,
.stemcell .col-main h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #53585A;
}
.stemcell.cms-no-route .page-heading h3,
.stemcell.cms-page-view .page-heading h3{
    color: #53585A;
}
.stemcell.cms-page-view i.fa-file-pdf-o{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
    color: #F2421E;
}
.meigee-tabs li.active {
    background: #FFFFFF;
    border-top-color: #EF8200;
    border-bottom-color: #FFFFFF;
}
.meigee-tabs li {
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    background: #F0F0EB;
    border-top: 4px solid #E2E2D9;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.meigee-tabs li.active{
    background: #FFFFFF;
    border-top-color: #EF8200;
    border-bottom-color: #FFFFFF;
}
.meigee-tabs li:hover{
    border-top-color: #EF8200;
}
.meigee-tabs li a{
    font-size: 18px;
    color:#666666;
    display: block;
    padding: 10px;
    text-decoration: none;
    outline: none;
    text-transform: none;
    font-weight: normal;
}
.meigee-tabs li.active a{
    color: #666666;
}
.meigee-tabs-content{
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.container1-wrapper{
    display: table;
    width: 100%;
}
.container1-wrapper .product-options,
.container1-wrapper .product-options-bottom{
    display: table-cell;
}
.container1-wrapper .product-options{
    width: 60%;
}
.container1-wrapper .product-options .product-options-title{
    display: none;
}
.more-views .prev:after, .block-related .prev:after, .product-prev:after{
    content: "";
}
.more-views.slider-on .next:hover i,
.more-views.slider-on .prev:hover i{
    color: #EF8200;
}
.expand-more{
    display: inline;
}
.expand-more a,
.expand-less a{
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.expand-more.inline a{
    display: inline-block;
}
.expand-more.inline a{
    margin-top: 0;
}
.expand-more.inline a i,
.expand-less.inline a i{
    margin-left: 5px;
}
.expand-less{
    display: none;
}
.expand-more a i,
.expand-less a i{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.expand-content{
    display: none;
}
.product-grid .product-image{
    position: relative;
}
.product-grid .product-image .duration,
.category-products .product-container .duration{
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 5px;
    font-size: 14px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.toolbar-bottom .search-technical-resources-form-wrapper{
    display: none;
}
.search-technical-resources-form-wrapper{
    background: #EBEBEB;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.search-technical-resources-form-wrapper label{
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #53585A;
    float: left;
    width: 50%;
    padding: 1% 0;
}
.search-technical-resources-form-wrapper form{
    float: left;
    width: 50%;
}
.search-technical-resources-form-wrapper input{
    width: 90%;
    padding: 3% 5%;
}
/* account page */
aside.sidebar .block-account .block-content ul{
    padding: 0;
}
aside.sidebar .block-account .block-content li strong{
    font-size: 15px;
    font-weight: bold;
    color: #EF8200;
}
aside.sidebar .block-account .block-content li.current a{
    padding: 0 0 0 5px;
}
/* add to cart popup*/
.add-to-cart-success,
.cart-remove-box{
    top: 32%;
    background: #FAFAFA;
    padding: 1%;
    width: 300px;
}
.cart-remove-box{
    width: 420px;
    left: 44%;
    display: none;
}
.cart-remove-box .item-options.custom-options label:after{
    display: none;
}
.add-to-cart-success.error{
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.add-to-cart-success.error .btn-remove{
    top: 12px;
}
.add-to-cart-success h2,
.cart-remove-box h2{
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.add-to-cart-success .btn-remove,
.cart-remove-box .btn-remove{
    top: 15px;
}
.add-to-cart-success .product-wrapper,
.cart-remove-box .product-wrapper{
    background: #FFF;
    padding: 10px;
}
.add-to-cart-success .product-wrapper .product-image,
.cart-remove-box .product-wrapper .product-image{
    width: 30%;
    padding-right: 10px;
}
.add-to-cart-success .product-wrapper .product-name,
.cart-remove-box .product-wrapper .product-name{
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}
.add-to-cart-success .product-wrapper .product-image,
.add-to-cart-success .product-wrapper .product-name,
.cart-remove-box .product-wrapper .product-image,
.cart-remove-box .product-wrapper .product-name{
    display: table-cell;
}
.add-to-cart-success a.view-cart,
.cart-remove-box a.cancel-cart{
    padding-left: 0;
    cursor: pointer;
}
.add-to-cart-success a.view-cart:hover,
.cart-remove-box a.cancel-cart:hover{
    background: none;
    background-color: transparent;
    color: #EF8200;
}
.add-to-cart-success .view-cart,
.cart-remove-box .cancel-cart{
    font-size: 14px;
    line-height: 18px;
    float: left;
}
.add-to-cart-success .checkout,
.cart-remove-box .remove{
    margin-top: 0;
    margin-bottom: 0;
    float: right;
}
.cart-remove-box h2{
    color: #6C6C6C;
    font-weight: bold;
}
.cart-remove-box a:hover{
    color: #fff;
}
.cart-remove-box .btn-remove{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    border: none;
    height: auto;
    padding: 0;
    line-height: 1;
    margin: 0;
    font-size: 1em;
    color: #AAA;
    cursor: pointer;
}
.cart-remove-box .btn-remove:hover{
    background: none;
}
.cart-remove-boxs .btn-remove i{
    font-size: 1.16em;
    padding: 5px;
}
.cart-remove-box .btn-remove i:hover {
    color: #222;
}
.cart-remove-box .remove{
    font-size: 16px;
    line-height: 20px;
    padding: 8px 30px;
    margin: 0;
}
.cart-remove-box .product-wrapper{
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.cart-remove-box .actions{
    margin-bottom: 10px;
}
.cart-remove-box .product-wrapper a{
    padding: 0;
    margin: 0;
}
.cart-remove-box .product-wrapper a:hover{
    color: #EF8200;
    background-color: transparent;
}
.cart-remove-box .product-wrapper .product-name a{
    padding-bottom: 10px;
    font-weight: bold;
    display: block;
    color: #6C6C6C;
}
.cart-remove-box .product-image-cell,
.cart-remove-box .product-info-cell,
.cart-remove-box .product-qty-price{
    display: table-cell;
}
.cart-remove-box .product-image-cell{
    width: 25%;
}
.cart-remove-box .product-image-cell img{
    border: 1px solid #F1F1EC;
    width: 100%;
}
.cart-remove-box .product-info-cell{
    width: 50%;
}
.cart-remove-box .product-qty-price{
    text-align: right;
    width: 25%;
}
.cart-remove-box .product-qty-price > div{
    margin-bottom: 5px;
}
.cart-remove-box .product-info-cell .product-sku{
    color: #BBB;
    font-weight: normal;
}
.cart-remove-box .product-info-cell .item-options dt,
.cart-remove-box .product-info-cell .item-options dd{
    display: inline-block;
    font-size: 12px;
}
/* cart */
.checkout-cart-index #co-shipping-method-form .sp-methods dt{
    display: none;
}
.checkout-cart-index #co-shipping-method-form .sp-methods label .price{
    margin-left: 3px;
    margin-top: 0;
}
.checkout-cart-index .cart-table,
.checkout-cart-index .shipping,
.checkout-cart-index .totals{
    font-size: 14px;
    line-height: 18px;
}
.checkout-cart-index .cart-table input{
    border: 1px solid #BBB;
    font-size: 14px;
    background: #FFF;
    padding: 0;
}
.checkout-cart-index .data-table .cart-price .price{
    font-size: 16px;
    line-height: 22px;
    color: #888;
}
.checkout-cart-index .totals .cart-blocks-title h2{
    float: right;
}
.checkout-cart-index .cart .buttons-row button.btn-continue span,
.checkout-cart-index .cart .sc-button span{
    background: none;
    background-color: transparent;
}
.checkout-cart-index .cart .buttons-row button.btn-continue:hover span,
.checkout-cart-index .cart .sc-button:hover span span{
    color: inherit;
    background: none;
}
.checkout-cart-index #co-shipping-method-form{
    margin-top: 25px;
}
.checkout-cart-index #co-shipping-method-form .price{
    float: right;
    color: #888;
}
.checkout-cart-index .shipping-form select{
    height: auto;
}
.checkout-cart-index .shipping-form .sc-loading{
    margin-left: 5px;
}
.checkout-cart-index .cart-bottom h2,
.checkout-cart-index .cart-blocks-title{
    margin-bottom: 5px;
}
.checkout-cart-index #shipping-zip-form .form-list .field{
    width: 100%;
}
.checkout-cart-index .cart .shipping .form-list input,
.checkout-cart-index .cart .shipping .form-list select{
    height: auto;
}
.checkout-cart-index .cart .totals-wrapper{
    border-bottom: none;
}
.checkout-cart-index .cart .shipping .buttons-set{
    border-top: none;
    padding-top: 0;
    margin-top: 25px;
    text-align: right;
}
.checkout-cart-index .cart-bottom{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.checkout-cart-index .cart-bottom .sc-form{
    margin-top: 25px;
}
.checkout-cart-index .cart-bottom .shipping,
.checkout-cart-index .cart-bottom .quote-info{
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    min-height: 350px;
    padding: 0 6%;
}
.checkout-cart-index .cart-bottom .quote-info{
    min-height: 235px;
}
.checkout-cart-index .quote-help-message #clear-cart{
    float: right;
}
.checkout-cart-index .quote-help-message #clear-cart button{
    margin: 3px 0 5px 0;
}
.checkout-cart-index .cart-bottom .checkout-types{
    margin-top: 30px;
}
.checkout-cart-index .cart .checkout-types li{
    float: none;
    text-align: center;
}
.checkout-cart-index .btn-continue{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.checkout-cart-index .cart .totals table td:first-child{
    width: 35%;
}
.checkout-cart-index .cart-bottom.two-col .totals{
    border-left: 1px solid #DDD;
}
.checkout-cart-index .quote-info .quote-terms,
.checkout-cart-index .quote-info .quote-note{
    margin-bottom: 20px;
}
.checkout-cart-index .crosssell .cart-blocks-title h2{
    font-size: 24px;
    line-height: 28px;
}
.checkout-cart-index .crosssell.products-grid{
    margin: 20px 0 0 0;
}
.checkout-cart-index .crosssell .item{
    margin-bottom: 10px;
}
.checkout-cart-index .crosssell .product-details{
    padding-top: 0;
}
.checkout-cart-index .crosssell .product-name{
    margin-bottom: 5px;
}
.checkout-cart-index .crosssell .product-name a{
    font-size: 16px;
    line-height: 20px;
    color: #53585A;
    font-weight: bold;
}
.checkout-cart-index .crosssell .view-products{
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}
/* cart v2 */
#sc_cart_default.hidden,
#sc_cart.hidden{
    display: none !important;
}
#sc_cart .messages > li{
    margin-bottom: 30px;
}
#sc_cart .block-header{
    background: #5F6062;
    color: #FFFFFF;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
#sc_cart .block-sidebar{
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
}
#sc_cart .block-sidebar .block-body{
    padding: 20px;
}
#sc_cart .block-sidebar .block-body .row > div{
    margin-bottom: 0;
}
#sc_cart .block-sidebar #trustwave{
    margin-top: 0;
}
#sc_cart .section ul li,
#sc_cart .section ol li{
    margin-bottom: 2px;
}
#sc_cart .block-sidebar .section{
    margin-bottom: 5px;
}
#sc_cart .block-sidebar .request-livechat{
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    height: auto;
}
#sc_cart .block-sidebar .request-livechat i{
    font-size: 24px;
    line-height: 16px;
    vertical-align: top;
    margin-right: 8px;
}
#sc_cart .block-sidebar .question{
    border-top: 1px solid #F0F0EB;
    margin-top: 20px;
    padding-top: 20px;
}
#sc_cart .page-title{
    margin-bottom: 30px;
}
#sc_cart .cart{
    margin-bottom: 20px;
}
#sc_cart .empty-cart{
    background: #F7F7F5;
    padding: 25px 20px;
}
#sc_cart .empty-cart img{
    margin-bottom: 15px;
}
#sc_cart .cart-header{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}
#sc_cart .cart-header strong{
    font-weight: bold;
}
#sc_cart .cart-header .clear-button{
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #EF8200;
    margin-top: 6px;
}
#sc_cart .cart-items{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
#sc_cart .cart-item{
    border: 1px solid #F0F0EB;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
#sc_cart .cart-item > div{
    margin-bottom: 0;
    display: table-cell;
    float: none;
}
#sc_cart #shopping-cart-table .product-box .product-image{
    float: none;
}
#sc_cart .cart-item .product-image-col,
#sc_cart .cart-item .product-detail-col{
    padding: 20px;
}
#sc_cart .cart-item .product-image-col{
    padding-right: 0;
}
#sc_cart .cart-item .product-image-col img{
    border: 1px solid #F1F1EC;
}
#sc_cart .cart-item h2.product-name,
#sc_cart .cart-item h2.product-name a{
    margin-top: 0;
    color: #5F6062;
    font-weight: bold;
}
#sc_cart .cart-item .product-detail-col .item-options{
    font-size: 14px;
    line-height: 18px;
}
#sc_cart .cart-item .product-detail-col .item-options > div{
    margin-bottom: 5px;
}
#sc_cart .cart-item .product-detail-col .item-options.custom-options > div{
    width: auto;
}
#sc_cart .cart-item .product-detail-col .item-options label{
    color: #ACACAC;
}
#sc_cart .cart-item .product-detail-col .item-options .value{
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}
#sc_cart .cart-item .product-qty-price-container{
    background: #FAFAF9;
}
#sc_cart .cart-item .product-qty-price-col{
    padding: 35px 15px 20px 20px;
    position: relative;
}
#sc_cart .cart-item .product-qty-price-col .remove{
    position: absolute;
    top: 5px;
    right: 8px;
}
#sc_cart .cart-item .product-qty-price-col .cart-price > div{
    margin-bottom: 5px;
}
#sc_cart .cart-item .product-qty-price-col .cart-price,
#sc_cart #shopping-cart-table .quantity-box .no-edit,
#sc_cart .cart-item .product-qty-price-col .cart-price .price,
#sc_cart .cart-item .product-qty-price-col label{
    color: #ACACAC;
    font-size: 14px;
    line-height: 18px;
}
#sc_cart #shopping-cart-table .quantity-box .no-edit,
#sc_cart .cart-item .product-qty-price-col .cart-price .price{
    color: #000000;
}
#sc_cart .cart-item .product-qty-price-col .remove i{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
}
#sc_cart .cart-item .product-qty-price-col .remove a,
#sc_cart .cart-item .product-qty-price-col .remove i{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#sc_cart .cart-item .product-qty-price-col label{
    width: 110px;
    display: inline-block;
    margin-bottom: 5px;
}
#sc_cart .cart-item .product-qty-price-col .qty-box{
    margin-top: 12px;
    margin-bottom: 12px;
}
#sc_cart .cart-item .product-qty-price-col .item-sub-total{
    padding-top: 12px;
    border-top: 1px solid #D7D7D7;
}
#sc_cart .cart-item .product-qty-price-col .item-sub-total,
#sc_cart .cart-item .product-qty-price-col .item-sub-total label{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}
#sc_cart .cart-item
#sc_cart .quick-add{
    padding: 10px;
    background: #F3F3F3;
}
#sc_cart #shopping-cart-table .product-detail{
    clear: none;
    float: left;
}
#sc_cart .quantity-box{
    display: inline-block;
    position: relative;
}
#sc_cart .quantity-box .quantity-increase,
#sc_cart .quantity-box .quantity-decrease{
    margin: 0;
    background: #EBEBEB;
}
#sc_cart #shopping-cart-table .quantity-box.qty-caret div.quantity-decrease i,
#sc_cart #shopping-cart-table .quantity-box.qty-caret div.quantity-increase i{
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    height: 20px;
    padding: 2px 8px;
    vertical-align: middle;
}
#sc_cart .original-price{
    text-decoration: line-through;
}
#sc_cart .item-options dt,
#sc_cart .item-options dd{
    display: inline-block;
}
#sc_cart .item-options .notes label{
    display: block;
}
#sc_cart .expand-more,
#sc_cart .expand-less{
    cursor: pointer;
    color: #5F6062;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
#sc_cart .expand-less{
    display: none;
}
#sc_cart .expand-less{
    color: #EF8200;
}
#sc_cart .expand-more i,
#sc_cart .expand-less i{
    vertical-align: middle;
    margin-left: 5px;
}
#sc_cart .expand-more,
#sc_cart .expand-less,
#sc_cart .expand-content{
    margin-top: 20px;
}
#sc_cart .expand-content{
    margin-bottom: 20px;
    margin-top: 25px;
}
#sc_cart .btn-proceed-checkout{
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 15px 0;
    display: block;
}
#sc_cart .btn-continue{
    font-size: 16px;
    line-height: 18px;
    color: #5F6062;
    font-weight: normal;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.sc_cart_visibile{
    display: none;
}
#sc_cart #shopping-cart-totals-table{
    margin-bottom: 20px;
    width: 100%;
}
#sc_cart #shopping-cart-totals-table td,
#sc_cart #shopping-cart-totals-table td .price{
    font-size: 16px;
    line-height: 20px;
}
#sc_cart #shopping-cart-table .quantity-box input.qty{
    height: 20px;
    margin-top: 1px;
    font-size: 12px;
    line-height: 20px;
}
#sc_cart .sc_cart_visibile{
    display: inline-block;
}
#sc_cart .sc_cart_hidden{
    display: none;
}
#sc_cart .sub_total{
    border-bottom: 2px solid #F0F0EB;
}
#sc_cart .sub_total td,
#sc_cart .sub_total td .price,
#sc_cart #shopping-cart-totals-table .sub_total td,
#sc_cart #shopping-cart-totals-table tfoot tr:last-child .price{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}
#sc_cart #shopping-cart-totals-table .sub_total td{
    padding-bottom: 10px;
}
#sc_cart #shopping-cart-totals-table .sub_total + tr td{
    padding-top: 10px;
}
/* before total footer row */
#sc_cart #shopping-cart-totals-table tbody tr:last-child td{
    padding-bottom: 15px;
}
#sc_cart #shopping-cart-totals-table .grand_total td{
    padding-top: 10px;
}
#sc_cart #shopping-cart-totals-table .grand_total .price-label{
    margin-right: 5px;
}
#sc_cart .grand_total{
    border-top: 2px solid #F0F0EB;
}
#sc_cart #shopping-cart-totals-table td{
    color: #5F6062;
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
}
#sc_cart #shopping-cart-totals-table .a-right:first-child{
    text-align: left !important;
    width: 55%;
    padding-left: 0;
}
#sc_cart #shopping-cart-totals-table .item_count{
    font-weight: normal;
}
/* promo code block */
#sc_cart .promo-code-block{
    background: #F7F7F5;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #5F6062;
}
#sc_cart .promo-code-block input[type="checkbox"]{
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 0;
}
#sc_cart .promo-code-block #coupon_code{
    color: #999999;
    padding: 10px 10%;
    width: 80%;
    margin-bottom: 10px;
}
#sc_cart .promo-code-block #discount-coupon-form{
    margin-top: 20px;
}
#sc_cart .promo-code-block .input-box{
    display: inline-block;
    margin-bottom: 10px;
}
#sc_cart .promo-code-block .buttons-set{
    display: inline-block;
    float: right;
    clear: none;
}
#sc_cart .promo-code-block .buttons-set .sc-button{
    padding: 10px 20%;
    margin: 0;
    line-height: 20px;
    float: right;
}
#sc_cart .promo-code-block .buttons-set .cancel-coupon{
    font-weight: bold;
    cursor: pointer;
}
#sc_cart .promo-code-block .valid-code{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
#sc_cart .promo-code-block .valid-code i{
    color: #01C15E;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
/* retrieve quote */
#sc_cart .quote-lock-message{
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    color: #5F6062;
}
#sc_cart .quote-lock-message i{
    color: #CFCFD0;
    font-size: 48px;
    line-height: 48px;
    vertical-align: middle;
    position: absolute;
    margin-top: -5px;
}
#sc_cart .quote-lock-message i + span{
    margin-left: 60px;
    display: inline-block;
}
#sc_cart .quote-code-block{
    background: #F7F7F5;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #5F6062;
    font-weight: bold;
    color: #000000;
}
#sc_cart .quote-note img{
    max-height: 100px;
}
#sc_cart .quote-info .cart-blocks-title h2{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
}
#sc_cart .quote-info .quote-terms{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #CCCCCC;
}
#sc_cart .retrieve-quote .sc-form{
    margin-top: 20px;
}
#sc_cart .retrieve-quote label{
    font-weight: bold;
    color: #000000;
}
#sc_cart .retrieve-quote .actions{
    margin-top: 25px;
}
/* quick-add */
#sc_cart .quick-add .sc-form{
    margin-top: 20px;
}
#sc_cart .quick-add .cart-blocks-title h2{
    color: #000000;
}
#sc_cart .quick-add .fields > div,
#sc_cart .quick-add .fields > input{
    padding: 10px 2%;
    margin: 0 2% 20px 0;
    float: left;
    font-size: 14px;
    line-height: 18px;
}
#sc_cart .quick-add .fields.header-row > div{
    padding: 0 4% 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    border: 1px solid transparent;
}
#sc_cart .quick-add .fields.actions > div{
    padding: 0;
    margin-bottom: 0;
}
#sc_cart .quick-add .fields.header-row + .fields.data-row .remove-col{
    color: #EEEEEE;
    cursor: not-allowed;
}
#sc_cart .quick-add .fields .sku-col{
    width: 15%;
}
#sc_cart .quick-add .fields .qty-col{
    width: 4%;
}
#sc_cart .quick-add .fields .notes-col{
    width: 56%;
    margin-right: 0;
}
#sc_cart .quick-add .fields .remove-col{
    width: 3%;
    margin-right: 0;
    float: right;
    color: #AFAFB0;
}
#sc_cart .quick-add .fields .remove-col i{
    font-size: 24px;
    line-height: 26px;
    margin-top: -5px;
    cursor: pointer;
}
#sc_cart .quick-add #add-more-rows,
#sc_cart .quick-add #csv-file-input{
    margin: 10px 0;
    cursor: pointer;
}
#sc_cart .quick-add #add-more-rows{
    font-weight: bold;
}
#sc_cart .quick-add #add-more-rows i{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}
#sc_cart .quick-add i.fa-download{
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -1px;
}
#sc_cart .quick-add .input-text{
    padding: 10px 5%;
}
#sc_cart .retrieve-quote .input-text{
    padding: 3% 4%;
    width: 92%;
}
#quick-add #add-multiple-products{
    margin: 10px 0;
    cursor: pointer;
}
#quick-add .input-text{
    padding: 3% 4%;
    width: 92%;
}
#retrieve-quote .input-text{
    padding: 3% 4%;
    width: 92%;
}
.retrieve-quote .message.failed{
    color: #F2421E;
    margin-top: 5px;
}
.fancybox-quote-message .fancybox-skin{
    overflow-y: visible;
}
#qm_form .actions{
    margin-top: 10px;
    text-align: right;
}
.note-box{
    margin-top: 15px;
    margin-bottom: 10px;
    border: 1px dotted #F7C07E;
    background: #FEF9F2;
    padding: 15px;
    color: #5F6062;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
.note-box i{
    color: #EF8200;
    font-size: 24px;
    position: absolute;
}
.note-box i + span{
    display: inline-block;
    margin-left: 35px;
}
.note-box a{
    font-weight: bold;
}
.stemcell .note-box.blue{
    border: none;
    background: #E9EFFB;
}
.stemcell .note-box.blue i{
    font-size: 20px;
    line-height: 22px;
    margin-top: -2px;
}
.stemcell .note-box.blue i + span{
    margin-left: 30px;
}
#sc_cart .quick-add-container{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
}
#sc_cart .sc-button{
    font-size: 15px;
    line-height: 18px;
    padding: 12px 15px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
#sc_cart .sc-button.has-border{
    padding: 10px 15px;
}
#sc_cart .quick-add .fields.actions{
    margin-top: 10px;
}
#sc_cart #clear-all-items{
    border: 2px solid #DBDBDB;
    margin-right: 10px;
}
/* quick-order-cart */
#sc_cart .quick-order{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}
#sc_cart .quick-order .quick-order-method-wrapper{
    margin-top: 20px;
}
#sc_cart .quick-order .quick-order-method-wrapper > div{
    margin-bottom: 20px;
}
#sc_cart .quick-order .quick-order-method{
    display: table;
    width: 100%;
    cursor: pointer;
}
#sc_cart .quick-order .quick-order-method > div{
    display: table-cell;
    padding: 20px;
}
#sc_cart .quick-order .quick-order-method .icon{
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    background: #888888;
    width: 20%;
    text-align: center;
    border: 2px solid #888888;
}
#sc_cart .quick-order .quick-order-method .icon a{
    color: #FFFFFF;
}
#sc_cart .quick-order .quick-order-method .description{
    border: 2px solid #F0F0EB;
    border-left: none;
}
#sc_cart .quick-order .quick-order-method .description h3,
#sc_cart .quick-order .quick-order-method .description h3 a{
    font-size: 18px;
    line-height: 22px;
    color: #5F6062;
    margin-bottom: 5px;
}
#sc_cart .quick-order .quick-order-method:hover .icon{
    background: #F7C07F;
    border-color: #F3A13F;
    border-right: 2px solid #F7C07F;
}
#sc_cart .quick-order .quick-order-method:hover .description{
    border-color: #F3A13F;
}
/* quick-order */
#quick-order{
    margin-bottom: 30px;
}
#quick-order .content-tab{
    width: 100%;
}
#quick-order .content-tab li{
    background: none;
    border-bottom: none;
    border-top: 2px solid #F0F0EB;
    background: #FFFFFF;
    width: 33.33%;
    margin: 0;
    float: left;
}
#quick-order .section ul li{
    margin-bottom: 0;
}
#quick-order .content-tab li a{
    border-left: 1px solid #F0F0EB;
    border-right: 1px solid #F0F0EB;
    border-bottom: 2px solid #F0F0EB;
    color: #5F6062;
    text-align: left;
    font-weight: bold;
}
#quick-order .content-tab li a span.label{
    font-size: 17px;
    line-height: 20px;
}
#quick-order .content-tab li a i{
    font-size: 36px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: 5px;
}
#quick-order .content-tab li:first-child a{
    border-left: 2px solid #F0F0EB;
}
#quick-order .content-tab li:hover:first-child a,
#quick-order .content-tab li.active:first-child a{
    border-left: 2px solid #FAFAF9;
}
#quick-order .content-tab li:last-child a{
    border-right: 2px solid #F0F0EB;
}
#quick-order .content-tab li:hover:last-child a,
#quick-order .content-tab li.active:last-child a{
    border-right: 2px solid #FAFAF9;
}
#quick-order .content-tab li:hover,
#quick-order .content-tab li.active{
    border: none;
    border-top: 2px solid #EF8200;
    position: relative;
}
#quick-order .content-tab li:hover:before,
#quick-order .content-tab li.active:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: -1px;
    top: -2px;
    border-left: 1px solid #EF8200;
    border-right: 1px solid #EF8200;
    background: #EF8200;
    z-index: 20;
}
#quick-order .content-tab li:hover:first-child:before,
#quick-order .content-tab li.active:first-child:before{
    left: 0;
    border-left: none;
}
#quick-order .content-tab li:hover:last-child:before,
#quick-order .content-tab li.active:last-child:before{
    border-right: none;
}
#quick-order .content-tab li:hover a,
#quick-order .content-tab li.active a{
    border-left: 1px solid #F0F0EB;
    border-right: 1px solid #F0F0EB;
    border-bottom: 2px solid #FAFAF9;
    background: #FAFAF9;
}
#quick-order .tab-content{
    background: #FAFAF9;
}
.cms-page-view #quick-order .tab-content{
    padding: 25px;
}
#quick-order .quote-note img{
    max-height: 100px;
}
/* bulk-upload */
.bulk-upload .step{
    margin-bottom: 20px;
}
.bulk-upload .step > div{
    display: inline-block;
}
.bulk-upload .step .index{
    width: 5%;
}
.bulk-upload .step .content{
    width: 88%
}
.bulk-upload .step h3{
    color: #111111;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.bulk-upload .step a{
    border: 2px solid #DADAD9;
}
#sc_cart .sc-button i{
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.bulk-upload .step #csv-file-name{
    padding: 14px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}
#bulk-upload .header-row,
#bulk-upload .data-row{
    margin-bottom: 10px;
}
#bulk-upload .input-box{
    float: left;
}
#bulk-upload .input-box.sku{
    width: 28%;
    margin-right: 2%;
}
#bulk-upload .input-box.qty{
    width: 8%;
    margin-right: 2%;
}
#bulk-upload .input-box.notes{
    width: 53%;
    margin-right: 2%;
}
#bulk-upload .input-box.remove{
    width: 5%;
}
#bulk-upload .input-text{
    padding: 5px 5%;
    width: 90%;
    line-height: inherit;
    margin: 0;
    height: auto;
}
#bulk-upload .quantity-increase i,
#bulk-upload .quantity-decrease i{
    margin: 0;
    font-size: 14px;
    line-height: 6px;
    height: auto;
    vertical-align: top;
}
/* end of cart v2 */
/* checkout */
.sc-form.checkout-form .form-list .country-field{
    position: relative;
}
.disabled-blocker{
    cursor: not-allowed;
    display: block;
    position: absolute;
    width: 100%;
}
.cart-table .quantity-box{
    width: 75px;
}
button.button.btn-checkout{
    background: #EF8200;
    color: #FFF;
}
button.button.btn-checkout span{
    border-color: #EF8200;
    color: #FFF;
}
body.stemcell .opc-wrapper-opc .payment-block dt{
    background: #ECECEC;
}
body.stemcell .opc-wrapper-opc .payment-block dt.active,
body.stemcell .opc-wrapper-opc .payment-block dt:hover{
    background: #BBB;
    border-color: #BBB;
}
#shopping-cart-totals-table tfoot tr:last-child,
#checkout-review-table tfoot tr:last-child{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
#shopping-cart-totals-table tfoot tr:last-child .price,
#checkout-review-table tfoot tr:last-child .price{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
#checkout-review-table tfoot tr td:first-child{
    padding-right: 10px;
}
#checkout-review-table th.product-name-col,
#checkout-review-table td.product-name-col{
    width: 54%;
    padding-right: 10px;
}
#checkout-review-table th.sku-col,
#checkout-review-table td.sku-col{
    width: 18%;
}
#checkout-review-table th.qty-col,
#checkout-review-table td.qty-col{
    width: 8%;
}
#checkout-review-table th.sub-total-col,
#checkout-review-table td.sub-total-col{
    width: 20%;
}
#shopping-cart-table .quantity-box input.qty{
    width: 32px;
}
#shopping-cart-table .quantity-box .no-edit{
    line-height: 40px;
}
#shopping-cart-table .quantity-box div.quantity-decrease i,
#shopping-cart-table .quantity-box div.quantity-increase i{
    color: #888;
    font-size: 20px;
    margin-top: 4px;
}
#shopping-cart-table .quantity-box div.quantity-decrease.disabled i{
    color: #DDD;
}
#shopping-cart-table.data-table .product-name span,
#shopping-cart-table.data-table .product-name a{
    font-size: 20px;
    line-height: 24px;
    max-width: none;
    font-weight: 400;
    text-transform: none;
    color: #222;
    margin-top: -6px;
    display: inline-block;
}
.item-options.custom-options label{
    color: #6C6C6C;
}
.item-options.custom-options{
    float: none;
    margin-bottom: 5px;
}
.item-options.custom-options > div{
    margin-bottom: 0;
}
.category-description{
    font-size: 14px;
    color: #6C6D6F;
    line-height: 20px;
}
.login-message{
    margin-bottom: 12px;
}
.sales-order-view #my-orders-table,
.sales-order-view #my-orders-table .cart-price .price{
    font-size: 14px;
    line-height: 18px;
}
#my-orders-table{
    font-size: 14px;
    line-height: 16px;
}
#my-orders-table .product-name{
    color: #000;
}
#my-orders-table th:first-child,
#my-orders-table td:first-child{
    min-width: 95px;
}
#my-orders-tabletd.last{
    padding-bottom: 15px;
}
.sales-order-history .my-account .pager-box,
.sales-order-history .my-account .amount{
    display: inline-block;
}
.sales-order-history .my-account .amount{
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
}
.sales-order-history .my-account .pager .limiter{
    display: block;
    margin: 10px 0;
    float: none;
}
.sales-order-history .my-account .pager .limiter select{
    margin: 0 5px;
}
/* iso slider */
.iso-slider-container-mobile .prev,
.iso-slider-container-mobile .next{
    display: none;
}
.iso-slider-container .prev,
.iso-slider-container .next{
    width: 25px;
    display: block;
    background: #FFF;
    height: 100%;
    top: 0;
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    z-index: 20;
}
.iso-slider-container .prev{
    left: 0;
}
.iso-slider-container .next{
    right: 0;
}
.iso-slider-container .prev i,
.iso-slider-container .next i{
    top: 135px;
    position: absolute;
    color: #BBB;
    padding: 5px;
    margin-top: -5px;
}
.iso-slider-container .prev i{
    left:0;
    display: none;
}
.iso-slider-container .next i{
    right: 0;
}
.iso-slider-container .prev.disabled i,
.iso-slider-container .next.disabled i{
    color: #F1F1F1;
    cursor: not-allowed;
}
.iso-slider-container.disable{
    margin-left: 0;
    padding-left: 0;
}
.iso-slider-container.disable .prev,
.iso-slider-container.disable .next{
    display: none;
}
.iso-slider-container.disable .comparison-detail:first-child{
    margin-left: 0;
}
.data-table .remove{
    background: none;
}
.data-table .remove i{
    height: 14px;
    width: 14px;
    line-height: 14px;
    font-size: 0.66em;
}
.data-table a.product-image{
    width: 150px;
    border: 1px solid #F1F1EC;
    margin-bottom: 10px;
}
.data-table .product-image-cell,
.data-table .product-info-cell{
    display: table-cell;
}
.cart-sku{
    color: #888;
    font-size: 14px;
}
.stemcell .cart .totals table .price,
.stemcell .opc-wrapper-opc .opc-data-table td .price{
    color: #6C6D6F;
}
.stemcell .opc-wrapper-opc .promo-message{
    margin-top: 15px;
    border: 1px dotted #F7C07E;
    background: #FEF9F2;
    padding: 15px 10px 15px 15px;
    color: #5F6062;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
.stemcell .opc-wrapper-opc .promo-message i{
    color: #EF8200;
    font-size: 24px;
    position: absolute;
    margin-top: -5px;
}
.stemcell .opc-wrapper-opc .promo-message i + span{
    display: inline-block;
    margin-left: 35px;
}
/* going green */
.opc-wrapper-opc .opc-col-right.going-green-wrapper{
    background-color: #E1EFDA;
    margin-top: 20px;
}
.going-green i{
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    margin-top: -2px;
    color: #94D500;
}
.going-green .description,
.going-green .note{
    font-size: 12px;
    line-height: 18px;
}
.going-green .description{
    margin-bottom: 10px;
}
.going-green .option{
    margin-bottom: 5px;
}
.going-green .option input{
    float: left;
}
.going-green .option .label-wrapper{
    margin-left: 25px;
}
.going-green .option .label-wrapper label{
    font-size: 14px;
    line-height: 18px;
}
.going-green .option .label-wrapper .note{
    color: #BBB;
}
/* generic style */
.std ul{
    list-style-type: none;
}
.section{
    color: #53585A;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}
.section label{
    font-weight: bold;
    color: #6C6D6F;
}
.product-type-overview-page .section{
    margin-bottom: 40px;
}
.section h3{
    font-size: 16px;
    line-height: 20px;
}
.section p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #6C6D6F;
}
.section .callout{
    padding: 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.section .callout a{
    color: #6C6D6F;
}
.section .orange a,
.section a.orange{
    color: #EF8200;
}
.section .callout .orange a:hover,
.section .callout a:hover,
.section .callout a.orange{
    color: #EF8200;
}
.section .callout:last-child{
    margin-bottom: 0;
}
.section .callout p:last-child,
.section .callout ul:last-child{
    margin-bottom: 0;
}
.section .callout.orange{
    background: #FEF5EB;
}
.section .callout.grey{
    background: #F7F7F7;
}
.section .callout.quote{
    padding: 20px 45px;
    position: relative;
}
.section .callout.quote:before{
    color: #BBB;
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f10d";
}
.section .callout.quote:after{
    color: #BBB;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f10e";
}
.section sub{
    vertical-align: sub;
    line-height: 0;
    font-size: 10px;
}
.section sup{
    vertical-align: super;
    line-height: 0;
    font-size: 70%;
}
.section label,
.section strong,
.section b{
    font-weight: bold;
}
.section em,
.section i{
    font-style: italic;
}
.section i.fa{
    font-style: normal;
}
.section ul,
.section ol{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.section ul.disc,
.section ol{
    padding-left: 18px;
}
.section ul li,
.section ol li{
    margin-bottom: 10px;
}
.section ul.disc{
    list-style-type: none;
    padding-left: 18px;
}
.animating .section ul.disc > li:before{
    display: none;
}
.section ul.disc > li:before{
    content: '\2022';
    font-size: 12px;
    position: absolute;
    margin-left: -15px;
    color: #BBB;
}
.section.reference ul.disc{
    list-style-type: none;
}
.section.reference ul.disc li:before{
    content: '\2022';
    font-size: 8px;
    position: absolute;
    left: 5px;
    margin-left: 0;
    color: #BBB;
}
.section ol{
    list-style-type: decimal;
}
.section ol.lower-alpha{
    list-style-type: lower-alpha;
}
.section .section-tag{
    font-size: 12px;
    color: #BBB;
    margin-bottom: 10px;
}
.section .figure-image{
    margin-bottom: 20px;
}
.section .figure-image.retina img{
    zoom: 0.5;
    -ms-zoom: 1; /* change IE scale to 1 */
    -webkit-zoom: 0.5;
}
.section .figure-image.max{
    overflow: auto;
}
.section .figure-image.max img{
    max-width: none;
}
.section .figure .figure-description,
.section .figure .figure-note{
    margin-bottom: 5px;
}
.section .figure .figure-note{
    font-size: 12px;
    line-height: 16px;
}
.section.reference{
    padding-top: 30px;
    margin-top: 60px;
    border-top: 1px solid #F1F1EC;
}
.section.reference ol{
    padding-left: 22px;
}
.section.reference ol li,
.section.reference ul li{
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
}
.section.reference a{
    color: inherit;
}
.section.reference a:hover{
    color: #EF8200;
}
.section.copyright{
    margin-top: 40px;
}
.section.copyright p{
    font-size: 10px;
    line-height: 12px;
    color: #BBB;
}
.section .video-container{
    margin-bottom: 10px;
}
.section .product-grid{
    border: 1px solid #BBB;
}
.section .product-grid .product-text{
    padding: 10px;
    display: block;
}
.section .product-grid .product-type{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #EF8200;
    display: block;
    margin-bottom: 5px;
    word-break: break-all;
    letter-spacing: 1px;
}
.section span.note{
    font-size: 12px;
    line-height: 16px;
}
.resource-type{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #EF8200;
    display: block;
    word-break: break-all;
    letter-spacing: 1px;
}
.section .product-grid .product-title{
    font-size: 14px;
    line-height: 20px;
    color: #53585A;
}
/* section table style */
.section .table{
    border: 1px solid #EEE;
    font-size: 14px;
}
.section .table .thead .tr{
    font-weight: bold;
    background: #F1F1F1;
    background: -webkit-linear-gradient(#F8F8F8, #F1F1F1);
    background: -o-linear-gradient(#F8F8F8, #F1F1F1);
    background: -moz-linear-gradient(#F8F8F8, #F1F1F1);
    background: linear-gradient(#F8F8F8, #F1F1F1);
}
.section .table .th,
.section .table .td{
    padding: 15px 20px;
}
.section .table .td{
    padding: 10px 20px;
}
.table .th.top,
.table .td.top{
    vertical-align: top;
}
.table .th.bottom,
.table .td.bottom{
    vertical-align: bottom;
}
.std ul.content-tab,
.section .content-tab,
.section .content-tab li{
    margin-bottom: 0;
}
.category-tab{
    z-index: 100;
}
.content-tab{
    position: relative;
    z-index: 10;
}
.content-tab li{
    text-align: center;
    display: inline-block;
    position: relative;
    background: #F0F0EB;
    border-top: 4px solid #E2E2D9;
    border-bottom: 1px solid #E2E2D9;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
}
.content-tab li.active{
    background: #FFFFFF;
    border-top-color: #EF8200;
    border-bottom: 1px solid #FFFFFF;
}
.content-tab li:hover{
    border-top-color: #EF8200;
}
.content-tab li a{
    color:#53585A;
    display: block;
    padding: 15px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border-left: 1px solid #E2E2D9;
    border-right: 1px solid #E2E2D9;
}
.content-tab li a span.label{
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.content-tab li a span i{
    color: #EF8200;
    margin-left: 5px;
}
.content-tab .step-indicator{
    display: none;
}
.content-tab li.step-indicator a span i.fa-arrow-circle-down{
    color: #BBB;
    font-size: 20px;
    position: absolute;
    right: 0;
    margin:-2px 10px 0 0;
}
.content-tab li.step-indicator a{
    cursor: pointer;
}
.content-tab-bottom{
    border-top: 1px solid #E2E2D9;
    margin-bottom: 40px;
    top: -1px;
    position: relative;
    clear: both;
}
/* technical resource hub */
.content-tab.content-tab-small li a{
    padding: 10px;
}
.content-tab.content-tab-small li a span.label{
    font-size: 13px;
}
.anchor-bar.section{
    padding: 20px 25px;
    border: 1px solid #F7C07F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.anchor-bar.section a,
.anchor-bar.section span{
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}
.anchor-bar.section a{
    border-bottom: none;
    color: #53585A;
    text-decoration: underline;
    padding: 7px 0;
    position: relative;
    margin-left: 25px;
}
.anchor-bar.section a:hover{
    color: #EF8200;
}
.anchor-bar.section span{
    margin: 2px 0 10px 0;
}
.anchor-bar.section a:before{
    display: inline-block;
    position: absolute;
    left: -25px;
    color: #EF8200;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f103";
    vertical-align: middle;
    margin-top: 1px;
}
/* anchor-bar with super long text */
.anchor-bar.long a:not(:last-child){
    border-bottom: 1px solid #DDD;
    display: block;
}
.anchor-bar.long a:not(:last-child):hover{
    border-bottom-color: #DDD;
}
.anchor-bar.long a:last-child:hover{
    border-bottom-color: transparent;
}
/* one page checkout styles*/
.opc-wrapper-opc #checkout-review-submit .agree{
    margin-top: 15px;
    margin-bottom: 10px;
}
.opc-wrapper-opc .opc-data-table tbody tr td:first-child{
    width: 30%;
}
.opc-wrapper-opc .opc-data-table tbody td h3{
    word-break: break-word;
}
.opc-wrapper-opc #opc-co-shipping-method-form #checkout-shipping-method-load dd,
.opc-wrapper-opc #opc-co-shipping-method-form #checkout-shipping-method-load dd li{
    margin-bottom: 5px;
}
.opc-wrapper-opc #opc-co-shipping-method-form #checkout-shipping-method-load .shipping-method-description{
    display: block;
    margin-left: 24px;
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #BBB;
    width: 75%;
}
.opc-wrapper-opc #opc-co-shipping-method-form .price{
    float: right;
    color: #888;
}
.opc-wrapper-opc .sp-methods .form-list{
    padding-left: 0;
}
.opc-wrapper-opc .sc-form .sp-methods .form-list select{
    padding: 7px 12px;
}
.opc-wrapper-opc .sc-form .sp-methods .form-list input{
    padding: 8px 15px;
}
.opc-wrapper-opc .sc-form p.note{
    color: #BBB;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin: 10px 0;
}
.opc-wrapper-opc .item-options.custom-options label{
    font-size: 12px;
}
.opc-wrapper-opc #checkout-review-submit .agree{
    text-decoration: none;
    color: #BBB;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.stemcell .opc-wrapper-opc #checkout-review-submit .view-agreement{
    margin-left: 0;
}
/* discount form */
.opc-wrapper-opc .discount-block .control label{
    display: inline-block;
    font-size: 14px;
    color: #53585A;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form{
    margin-top: 5px;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .input-box{
    width: 75%;
    margin-bottom: 10px;
    float: left;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .buttons-set{
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    float: right;
    clear: none;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .sc-button.apply-coupon{
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 20px 6px 20px;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .code-applied{
    clear: both;
    margin-top: 10px;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .code-applied label{
    font-size: 14px;
    line-height: 16px;
    color: #53585A;
    padding: 5px 5px 5px 0;
    font-weight: bold;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .remove-coupon{
    float: none !important;
    margin-left: 8px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    background: #F8E2C8;
    border: none;
    cursor: pointer;
}
.opc-wrapper-opc .discount-block #opc-discount-coupon-form .code-applied i{
    margin-left: 3px;
    margin-top: 1px;
}
.opc-wrapper-opc .discount-block #coupon-message{
    background: #EBEBEB;
    text-align: center;
    margin: 10px 0;
}
.opc-wrapper-opc .discount-block #coupon-message span{
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.opc-wrapper-opc .discount-block .sc-loading.show{
    margin-left: 5px;
    margin-top: -4px;
}
.stemcell .opc-wrapper-opc h2.opc-title{
    border: none;
}
.cart-table .buttons-row button.btn-continue span,
.my-wishlist .buttons-set .btn-update span{
    background: #53585A;
    border-color: #53585A;
}
.stemcell .opc-wrapper-opc .text-login a.opc-link-login{
    color: #FFF;
    border: none;
    text-transform: none;
    font-size: 14px;
}
.stemcell .opc-wrapper-opc .btn-checkout span span{
    font-size: 14px;
}
.item-options dt, .item-options dd{
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #BBB;
}
.item-options dd{
    margin-bottom: 5px;
}
#checkout-review-table .item-options dt,
#checkout-review-table .item-options dd{
    font-size: 12px;
    line-height: 16px;
}
#checkout-review-table .item-options dd{
    margin-bottom: 2px;
}
#modal-agreement{
    max-width: none;
    text-align: left;
    top: 12%;
}
#agreement-modal-body h1{
    font-size: 30px;
    margin-bottom: 0px;
}
#agreement-modal-body h2{
    margin-top: 20px;
    margin-bottom: 10px;
}
#agreement-modal-body p{
    margin-bottom: 10px;
}
.stemcell #agreement-modal-body{
    max-height: 500px;
}
.product-type-overview-page .comparison-detail{
    padding-top: 10px;
}
.product-type-overview-page .brand-logo img{
    margin-bottom: 10px;
}
.product-type-overview-page .comparison-info-sect:last-child{
    min-height: auto;
}
#trustwave{
    float: right;
    clear: both;
    margin-top: 20px;
}
#shipping-terms-and-conditions{
    margin-top: 20px;
}
.sales-order-view .title-buttons .link-reorder,
.sales-order-view .title-buttons .link-print,
.sales-order-view .title-buttons .separator{
    font-size: 18px;
    line-height: 34px;
}
.sales-order-view .title-buttons .link-print{
    background-position-y: 5px;
}
.sales-order-view .order-info,
.sales-order-view .order-additional{
    font-size: 16px;
    line-height: 20px;
}
.sales-order-view .order-additional{
    margin-bottom: 20px;
}
#login-form,
#form-validate.forgotpassword-form,
.account-create #form-validate{
    background: #F0F0EB;
}
#login-holder{
    width: 300px;
}
/* contact-us */
.cms-contact-us .col-main{
    margin-bottom: 20px;
}
.cms-contact-us .banner{
    margin-bottom: 25px;
}
.cms-contact-us .contact-select{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.cms-contact-us .contact-select label{
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #6C6D6F;
    display: inline-block;
}
.cms-contact-us .contact-select #countact_country{
    color: #6C6D6F;
    font-size: 14px;
    border: 1px solid #BBB;
    height: 33px;
    padding: 5px 8px;
}
#contact-info .country{
    margin-bottom: 20px;
}
#contact-info .offices{
    margin-bottom: 20px;
}
.stemcell .col-main .offices h2{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
#contact-info .office-info{
    color: #6C6D6F;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
#contact-info .office-info a{
    color: inherit;
}
#contact-info .office-info a:hover{
    color: #EF8200;
}
.office-info .company-name{
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.office-info .address{
    margin-bottom: 10px;
}
.office-info .fax.standard{
    margin-top: 10px;
}
.office-info .email{
    margin-top: 10px;
}
.office-info i{
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    width: 40px;
}
.office-info .fax i{
    font-weight: bold;
}
aside.sidebar .block.block-vertical-nav.cms{
    margin-bottom: 30px;
}
aside.sidebar .block.block-vertical-nav.cms h2 a{
    color: inherit;
}
aside.sidebar .block.block-vertical-nav.cms h2 a:hover{
    color: #EF8200;
}
aside.sidebar .block.block-vertical-nav.cms li.active a{
    color: #000 !important;
}
.tab-menu a,
.tab-menu.content-tab li{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.tab-content > div{
    display: none;
}
.tab-content > div.active{
    display: block;
}
.accordion.schedule .faq:first-child{
    border-top: none;
}
.accordion.schedule .faq .question i{
    float: right;
    margin: 0;
}
.accordion.schedule .faq .answer{
    margin-left: 0;
}
.link-box-wrapper:after{
    content: " ";
    display: block;
    clear: both;
}
.link-box{
    text-align: center;
    background: #FAFAFA;
}
.link-box-text{
    padding: 20px;
}
.link-box-image img{
    width: 100%;
}
.stemcell .col-main .link-box-text .link-box-title{
    margin-bottom: 10px;
}
.link-box-text .link-box-description{
    margin-bottom: 10px;
}
.link-box-text .link-box-link a{
    font-weight: bold;
    font-size: 14px;
}
.link-box-text .link-box-link a span:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0da";
    margin-left: 10px;
    margin-top: -1px;
    vertical-align: middle;
}
.link-box-text .link-box-link i{
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -1px;
}
#expertise p{
    margin-bottom: 30px;
}
#mission li{
    font-size: 14px;
    margin-bottom: 10px;
}
#more-information .link-box{
    margin-bottom: 10px;
}
.dashboard .box-account > .box{
    font-size: 14px;
}
.block-account li{
    border-style: solid;
}
/* sc-form standard and popup forms */
.sc-form.popup{
    padding: 20px;
}
.sc-form.popup .sc-loading{
    margin-left: 5px;
}
.sc-form.popup .secondary-link{
    float: left;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    cursor: pointer;
}
.sc-form.popup .sc-submit{
    margin-top: 2px;
}
.sc-form h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sc-form .note{
    margin-bottom: 15px;
}
.sc-form .description{
    margin-bottom: 20px;
}
.sc-form .form-list-wrapper{
    background: #F0F0EB;
    padding: 3%;
    font-size: 14px;
    margin-bottom: 20px;
}
.sc-form .form-list label{
    font-size: 14px;
    line-height: 16px;
}
.sc-form .form-list select,
.sc-form .form-list input.input-text,
.sc-form .form-list textarea{
    font-size: 14px;
    line-height: 16px;
    color: #53585A;
    padding: 3% 4%;
    width: 92%;
    height: auto;
}
.sc-form .form-list select{
    padding: 2.5% 3%;
}
.sc-form .form-list select.multiselect{
    padding: 0;
}
.sc-form .form-list select{
    width: 101%;
}
.sc-form.standard .form-list select,
.sc-form.standard .form-list input.input-text,
.sc-form.standard .form-list textarea{
    padding: 2% 3%;
    width: 94%;
}
.sc-form.standard .form-list .wide input.input-text,
.sc-form.standard .form-list .wide select{
    padding: 1% 1.5%;
    width: 97%;
}
.sc-form.popup .form-list .wide textarea{
    padding: 2%;
    width: 96%;
    resize: none;
}
.sc-form.standard .form-list select.multiselect{
    padding: 0;
}
.sc-form.standard .form-list select{
    width: 100%;
}
.sc-form .form-list .input-box,
.sc-form .form-list .wide .input-box{
    width: 100%;
}
.sc-form .form-list .fields,
.sc-form .form-list .wide{
    margin-bottom: 20px;
}
.sc-form .form-list .fields:last-child,
.sc-form .form-list .wide:last-child{
    margin-bottom: 0;
}
.sc-form.standard .form-list .fields,
.sc-form.standard .form-list .wide{
    margin-bottom: 15px;
}
.sc-form .form-list .field{
    width: 48%;
    margin: 0;
}
.sc-form .form-list .field.even,
.sc-form .form-list .field:nth-child(even){
    margin-left: 4%;
}
.sc-form .sc-submit{
    padding: 5px 30px;
    margin: 0;
    white-space: normal;
}
.sc-form .form-declaration{
    font-size: 10px;
    line-height: 14px;
    color: #BBB;
}
.sc-form .message{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.sc-form .message div{
    margin-bottom: 8px;
}
.sc-form .form-success{
    color: #EF8200;
}
.sc-form .form-error{
    color: #EA4335;
}
.sc-form .back-link{
    position: absolute;
    top: 0;
    right: 5px;
    color: #BBB;
    display: inline-block;
}
.sc-form .back-link:hover{
    color: #EF8200;
}
.sc-form .back-link span{
    font-weight: bold;
}
.sc-form .back-link i{
    line-height: 18px;
    margin-right: 5px;
    vertical-align: top;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* placeholder color */
.sc-form :-ms-input-placeholder{
   color: #BABABA;
}
.sc-form ::-webkit-input-placeholder{
   color: #BABABA;
}
.sc-form ::-moz-placeholder{
   color: #BABABA;
}
.sc-form :-moz-placeholder{
   color: #BABABA;
}
.sc-form .g-recaptcha{
    margin: 10px 0;
}
.recaptcha-placeholder{
    font-size: 0;
}
/* checkout form fields */
.sc-form .form-list .fields.wide .field{
    width: 100%;
}
.sc-form .form-list .fields.wide .field:nth-child(even){
    margin-left: 0;
}
.sc-form.checkout-form .form-list .fields{
    margin-bottom: 0;
}
.sc-form.checkout-form .form-list select,
.sc-form.checkout-form .form-list input.input-text,
.sc-form.checkout-form .form-list textarea{
    padding: 8px 15px;
}
.sc-form.checkout-form .form-list select{
    padding: 6px 12px 7px 11px;
}
.sc-form.checkout-form .form-list .field{
    margin-bottom: 15px;
}
.sc-form.checkout-form .form-list .field > .input-box{
    margin-bottom: 0;
}
#quote-reference-form{
    border-top: 1px solid #DDD;
    padding-top: 10px;
    margin-top: 10px;
}
.product-options .validation-failed,
.sc-form .validation-failed,
.sc-form .optin .validation-failed + label{
    border: 1px solid #FF2222 !important;
}
.sc-form .validation-advice{
    margin: 5px 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FF2222;
}
.sc-form .optin .validation-advice{
    margin-left: 30px;
}
.sc-form .fieldset .legend{
    border-bottom: none;
    margin-bottom: 0;
    text-transform: none;
}
.sc-form .customer-name label,
.sc-form .country-field label,
.sc-form .region-field label{
    display: none;
}
.optin {
    position: relative;
    float: left;
}
.optin input{
    position: absolute;
    left: 0;
    margin: 0;
    opacity: 0;
}
.optin input + label{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background: #fff;
    border: 1px solid #CCC;
    padding: 0;
    margin: 0;
}
.optin input + label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 3px;
    top: 6px;
    left: 5px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.optin .optin-label {
    float: left;
    font-weight: normal;
    margin-left: 30px;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
}
.optin input + label:hover::after,
.optin .optin-label:hover + input + label:after{
    opacity: 0.5;
}
.optin input[type=checkbox]:checked + label:after,
.optin .optin-label:hover + input[type=checkbox]:checked + label:after{
    opacity: 1;
}
/* account create form fields */
.login-form .fieldset .legend{
    text-transform: none;
}
#rw_form.sc-form.popup,
#rwp_form.sc-form.popup{
    padding-top: 30px;
}
.cms-page-view .content-tab-bottom{
    margin-bottom: 15px;
}
/* account edit form fields */
.account-edit-form .form-list li.wide input{
    padding: 1.5% 2%;
    width: 96%;
}
/* address book */
.addresses-list .addresses-primary h2,
.addresses-list .addresses-additional h2{
    border-bottom: none;
    margin-bottom: 0;
}
.addresses-list{
    font-size: 14px;
}
/* subscribe page */
#subscribe p.desc{
    margin-bottom: 10px;
}
#subscribe p.note{
    font-size: 12px;
    line-height: 14px;
}
#es_form .form-list{
    margin-bottom: 25px;
}
#es_form h2{
    margin-bottom: 5px;
}
#es_form label{
    font-size: 15px;
    margin-bottom: 5px;
}
#es_form select.multiselect option{
    border-bottom: 0;
    padding: 5px;
}
#es_form .sc-submit{
    margin-top: 10px;
}
#es_form .sc-loading{
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}
#hq_form .actions{
    margin-top: 20px;
    text-align: right;
}
/* email techncial support page */
#ets_form .sc-loading{
    float: right;
    margin-right: 10px;
}
.fancybox-request-support .fancybox-skin{
    overflow-y: auto;
    overflow-x: hidden;
}
.fancybox-pop-close,
.fancybox-pop-close:hover{
    color: #BBB;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}
.fancybox-pop-close .fa-close{
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
#checkout-eft-wire-information{
    margin-bottom: 15px;
}
#checkout-eft-wire-information .important{
    color: #EF8200;
}
#checkout-eft-wire-information .bank-info{
    margin: 20px 0;
    background: #FAFAFA;
    padding: 15px;
}
.sc-button.continue-shopping{
    float: right;
}
.opc-wrapper-opc .payment-block .input-box.payment-notice{
    margin-bottom: 15px;
}
.col-main .section .widget-category-link{
    text-align: left;
    display: inline;
}
.col-main .section .widget-category-link a{
    background: none;
    padding: 0;
}
#checkout-payment-method-load .form-list{
    margin-bottom: 0;
}
#checkout-payment-method-load #payment_form_purchaseorder #upload-po-file{
    margin-top: 5px;
}
#checkout-payment-method-load #payment_form_purchaseorder #upload-po-file .file-name{
    color: #000;
}
#checkout-payment-method-load #payment_form_purchaseorder #upload-po-file .remove-po-file{
    cursor: pointer;
}
.extendedcheckout-json-uploadpurchaseorderfileform .main-container{
    padding-bottom: 0;
}
.extendedcheckout-json-uploadpurchaseorderfileform .messages .fa-close{
    display: none;
}
.extendedcheckout-json-uploadpurchaseorderfileform .messages .single{
    margin-top: 25px;
    margin-bottom: 17px; /* 17 is a magic number... */
}
.extendedcheckout-json-uploadpurchaseorderfileform .sc-form .sc-loading{
    float: right;
    margin-top: 3px;
}
.sc-loading{
    display: none;
    vertical-align: middle;
    margin-right: 5px;
    height: 24px;
}
.sc-loading.show{
    display: inline-block;
}
.stemcell .lockshowloading{
    background-color: #FAFAFA;
    top: 40%;
}
.forgotpassword-form{
    font-size: 14px;
    margin: 5% 24%;
    background: #FAFAFA;
    padding: 10px;
    color: #6C6D6F;
}
.forgotpassword-form .fieldset{
    border: none;
    padding-bottom: 10px;
}
.forgotpassword-form .buttons-set{
    padding: 0 20px;
}
.forgotpassword-form .buttons-set .back-link{
    position: relative;
    right: auto;
    padding: 10px 0;
}
.forgotpassword-form .buttons-set .back-link a{
    color: #BBB;
}
.forgotpassword-form .buttons-set .back-link a:hover{
    color: #EF8200;
}
.forgotpassword-form .buttons-set .sc-button{
    float: right;
}
.forgotpassword-form p{
    margin-bottom: 10px;
}
.forgotpassword-form p.note{
    color: #F2421E;
}
.forgotpassword-form p.note a{
    color: inherit;
    text-decoration: underline;
}
.resetpassword-form .fieldset{
    border: none;
    background: #FAFAFA;
}
/* location pages */
.stemcell .col-main h2.sub-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.main-map{
    margin-bottom: 20px;
}
.main-map img{
    width: 100%;
}
.box-wrapper{
    margin-bottom: 20px;
}
.sub-boxes{
    width: 100%;
    text-align: center;
}
.sub-boxes.col-5 .sub-box{
    display: inline-block;
    width: 19%;
    margin-right: 1.25%;
    float: left;
}
.sub-boxes.col-4 .sub-box{
    display: inline-block;
    width: 23.5%;
    margin-right: 2%;
    float: left;
}
.sub-boxes .sub-box:last-child{
    margin-right: 0;
}
.sub-boxes .sub-box img{
    width: 100%;
}
.sub-boxes .sub-box .box-text{
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #666;
    padding: 15px 5px;
    background: #F7F7F5;
}
.sub-boxes .sub-box .box-text .box-title{
    font-weight: bold;
}
.sub-boxes .sub-box .box-text .box-description{
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}
.locations-page .office-info,
.locations-page .office-info a{
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.locations-page .office-info .fax{
    margin-top: 0;
}
.locations-page .offices{
    margin-bottom: 30px;
}
.locations-page .location-info,
.locations-page .location-photo-box{
    width: 48%;
}
.locations-page .location-info{
    margin-right: 2%;
    float: left;
}
.locations-page .location-photo-box{
    float: right;
    margin-left: 2%;
}
.locations-page .location-photo-box .location-photo-description{
    margin-top: 10px;
}
.stemcell #fancybox-loading{
    position: fixed;
    top: 40%;
    z-index: 99999;
    left: 50%;
    margin-left: -24px;
    background-color: #FAFAFA;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    margin: 0 0 0.75em;
    background-image: none;
    background-position: inherit;
    opacity: 1;
}
.stemcell #fancybox-loading div{
    width: 40px;
    height: 83px;
    background: url('https://cdn.stemcell.com/skin/frontend/default/default/VS/images/ajaxloading.gif') center center no-repeat;
}
.stemcell.one-column-full-width .content-wrapper{
    padding-top: 20px;
}
.stemcell.one-column-full-width .container_12{
    background-color: transparent;
}
.stemcell .container_wrapper.one-column-top{
    margin-bottom: 20px;
}
.stemcell .container_wrapper.one-column-middle{
    padding-top: 30px;
}
.stemcell .container_wrapper.grey-gradients{
    background: #FAFAF9;
    background: -webkit-linear-gradient(#FAFAF9, #FFF);
    background: -o-linear-gradient(#FAFAF9, #FFF);
    background: -moz-linear-gradient(#FAFAF9, #FFF);
    background: linear-gradient(#FAFAF9, #FFF);
    background-size: 100% 25%;
    background-repeat: no-repeat;
}
.stemcell .container_wrapper.one-column-bottom{
    background: #FCFCFC;
    padding-top: 30px;
    padding-bottom: 80px;
}
/* speakers */
.speaker-photo{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 20;
    background: #FFF;
}
.speaker-info-wrapper .speaker-photo{
    margin-bottom: 0;
}
.speaker-photo:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.speaker-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.speaker-name{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.speaker-name a{
    color: inherit;
}
.speaker-title{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
/* time line */
.agenda-wrapper.time-line .agenda-list .time{
    font-size: 26px;
    position: absolute;
    left: -90px;
    font-weight: bold;
}
.agenda-wrapper.time-line .agenda-list > li:before{
    border-color: #B7B7B7;
    border-width: 3px;
}
.agenda-wrapper.time-line .agenda-list:before{
    background: #EBEBEB;
    width: 4px;
}
.agenda-wrapper.time-line .agenda{
    margin-left: 75px;
}
.agenda-wrapper.time-line .detail{
    background: #F7F7F5;
    margin-left: 15px;
    margin-bottom: 4%;
}
.agenda-wrapper.time-line .detail .sc-button{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.agenda-wrapper.time-line .detail.dark-grey{
    background: #5F6062;
}
.agenda-wrapper.time-line .detail.dark-grey h2,
.agenda-wrapper.time-line .detail.dark-grey p{
    color: #FFF;
}
.agenda-wrapper.time-line .detail.dark-grey p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.agenda-wrapper.time-line .detail.orange{
    background: #EF8200;
}
.agenda-wrapper.time-line .detail.dark-grey h2,
.agenda-wrapper.time-line .detail.orange h2{
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
}
.agenda-wrapper.time-line .detail .video-container{
    padding-bottom: 48%;
}
.agenda-wrapper.time-line .detail .image{
    margin-bottom: 0;
}
.agenda-wrapper.time-line .detail .image img{
    width: 100%;
}
.agenda-wrapper.time-line .detail .text{
    margin-bottom: 0;
}
.agenda-wrapper.time-line .detail .image + .text{
    margin-left: 0;
    float: left;
}
.agenda-wrapper.time-line .detail .image + .text h2{
    margin-top: 5px;
}
.agenda-wrapper.time-line .detail .text .text-wrapper{
    padding: 2%;
}
.agenda-wrapper.time-line .detail .text .text-wrapper h2{
    font-size: 24px;
    line-height: 28px;
}
.agenda-wrapper.time-line .detail .text .text-wrapper h2 a{
    color: inherit;
}
.punchout-only{
    display: none;
}
.is-punchout-session .punchout-only{
    display: block;
}
.is-punchout-session div.shipping-form #co-shipping-method-form button.sc-button {
    display:none;
}
.is-punchout-session .punchout-help-message{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.is-punchout-session .punchout-help-message span{
    padding-bottom: 3px;
    font-weight: bold;
    display: block;
}
.is-punchout-session .punchout-help-message p{
    color: #FFF;
}
@media all and (max-width: 1374px){
    #quick-order .content-tab li a i{
        margin-bottom: 5px;
    }
}
@media all and (max-width: 1007px){
    #sc_cart .block-header{
        font-size: 16px;
        line-height: 20px;
    }
    #sc_cart .quick-order .quick-order-method > div{
        padding: 10px;
    }
    #sc_cart .quick-order .quick-order-method .icon{
        font-size: 28px;
    }
    #sc_cart .quick-order .quick-order-method .description h3,
    #sc_cart .quick-order .quick-order-method .description h3 a{
        font-size: 14px;
        line-height: 18px;
    }
    #quick-order .content-tab li a{
        text-align: center;
    }
    #quick-order .content-tab li a i{
        display: block;
        margin-bottom: 10px;
    }
    #quick-order .content-tab li a span.label{
        font-size: 15px;
    }
    #sc_cart .block-sidebar h2,
    #sc_cart .cart-header{
        font-size: 18px;
        line-height: 22px;
    }
    #sc_cart .btn-proceed-checkout{
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media all and (min-width: 768px){
    #sc_cart .cart-item .product-detail-container{
        width: inherit;
    }
}
@media all and (max-width: 767px){
    .cart-remove-box h2{
        font-size: 16px;
        line-height: 20px;
    }
    #sc_cart .page-title{
        margin-top: 30px;
    }
    #quick-order .content-tab li a span.label{
        font-size: 12px;
    }
    #sc_cart .cart-item{
        position: relative;
    }
    #sc_cart .cart-item .product-qty-price-col{
        position: inherit;
    }
    #sc_cart .cart-item .product-image-col{
        padding: 20px;
    }
    #sc_cart #shopping-cart-table .item-options{
        margin-left: 0;
    }
    #sc_cart .cart-item .product-qty-price-col .cart-price label,
    #sc_cart .cart-item .product-qty-price-col .qty-box label,
    #sc_cart .cart-item .product-qty-price-col .subtotal-label{
        width: 42%;
        color: #000000;
    }
    #sc_cart .cart-item .product-qty-price-col .subtotal-label{
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
    }
    #sc_cart .cart-item .product-qty-price-col .item-sub-total .price{
        float: left;
    }
    #sc_cart .cart-item .product-qty-price-col .item-sub-total label{
        display: none;
    }
    #sc_cart .cart-item{
        display: inline-block;
    }
    #sc_cart .cart-item > div{
        display: inline-block;
        float: left;
        margin: 0;
    }
    #sc_cart .cart-item .product-qty-price-col .remove span{
        display: none;
    }
    #sc_cart #shopping-cart-table .item-options{
        width: 100%;
    }
    .sticky-sidebar{
        margin-top: auto !important;
    }
    #sc_cart .quick-add .fields > div,
    #sc_cart .quick-add .fields > input{
        padding: 5px 2%;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    #sc_cart .quick-add .fields.header-row > div{
        margin-bottom: 5px;
    }
    #sc_cart .quick-add .fields .remove-col i{
        font-size: 18px;
    }
    #sc_cart .sc-button{
        font-size: 12px;
        line-height: 16px;
        padding: 10px 12px;
    }
    #sc_cart .sc-button.has-border{
        padding: 8px 12px;
    }
    #sc_cart .btn-continue{
        font-size: 12px;
        line-height: 16px;
    }
    .bulk-upload .step #csv-file-name{
        font-size: 12px;
        line-height: 16px;
        padding: 10px 12px;
    }
    #quick-order .content-tab li a i{
        font-size: 28px;
        margin: 0 0 10px 0;
    }
}
@media all and (max-width: 480px){
    .content-tab-bottom{
        margin-bottom: 30px;
    }
    #sc_cart .block-header{
        font-size: 16px;
        line-height: 20px;
    }
    #sc_cart .block-sidebar .block-body{
        padding: 10px;
    }
    #sc_cart .cart-header .clear-button{
        margin-top: -2px;
    }
    #sc_cart .cart-item{
        border-color: #CCCCCC;
        margin-bottom: 20px;
    }
    #sc_cart .cart-item .product-image-col,
    #sc_cart .cart-item .product-detail-col{
        padding: 10px;
    }
    #sc_cart .cart-item .product-qty-price-col .cart-price,
    #sc_cart #shopping-cart-table .quantity-box .no-edit,
    #sc_cart .cart-item .product-qty-price-col .cart-price .price, #sc_cart .cart-item .product-qty-price-col label,
    #sc_cart .cart-item .product-detail-col .item-options,
    #sc_cart .cart-item .product-detail-col .item-options .value{
        font-size: 12px;
        line-height: 16px;
    }
    #sc_cart .cart-item .product-qty-price-col .cart-price > div,{
        margin-bottom: 0;
    }
    #sc_cart .cart-item .product-qty-price-col{
        padding: 15px 10px 10px 10px;
    }
    #sc_cart #shopping-cart-totals-table td{
        padding: 3px 0;
    }
    #sc_cart .sub_total td,
    #sc_cart .sub_total td .price, #sc_cart #shopping-cart-totals-table .sub_total td,
    #sc_cart #shopping-cart-totals-table tfoot tr:last-child .price,
    #sc_cart #shopping-cart-totals-table td,
    #sc_cart #shopping-cart-totals-table td .price,
    #sc_cart .btn-continue,
    #sc_cart .expand-more,
    #sc_cart .expand-less{
        font-size: 12px;
        line-height: 16px;
    }
    #sc_cart .promo-code-block{
        font-size: 12px;
        line-height: 16px;
    }
    #sc_cart .sc-button{
        font-size: 12px;
        line-height: 16px;
        padding: 10px 12px;
    }
    #sc_cart .sc-button.has-border{
        padding: 8px 12px;
    }
    .bulk-upload .step #csv-file-name{
        font-size: 12px;
        line-height: 16px;
        padding: 8px 12px;
    }
    #sc_cart .block-sidebar .request-livechat{
        font-size: 12px;
        line-height: 16px;
    }
    #sc_cart .block-sidebar .request-livechat i{
        font-size: 18px;
        margin-right: 5px;
    }
    aside.sidebar .block.callout i{
        font-size: 16px;
        line-height: 20px;
    }
    aside.sidebar .block.callout .list-wrapper{
        margin-left: 35px;
        color: #5F6062;
        font-size: 12px;
        line-height: 16px;
    }
    aside.sidebar .block.callout .list-wrapper h3,
    aside.sidebar .block.callout .list-wrapper h3 a{
        color: #000000;
        font-size: 14px;
        line-height: 20px;
    }
}

/* header styles */
body.boxed-layout.stemcell header#header,
.stemcell header#header,
body.boxed-layout.stemcell header#header > .container_12{
    background-color: #F7F7F5;
}
header#header > .container_12{
    padding-bottom: 0.75em;
}
.cms-home header#header .header-top-right .quick-access,
.cms-index-noroute header#header .header-top-right .quick-access,
.opc-index-index header#header .header-top-right .quick-access{
    margin-top: 35px;
    padding-top: 14px;
}
.opc-index-index.stemcell header#header .topline{
    display: none;
}
.opc-index-index .opc-wrapper-opc .page-title h2{
    font-size: 36px;
    line-height: 44px;
}
.opc-index-index header#header .header-top-right #search_mini_form{
    display: none;
}
.opc-index-index #footer .footer-top .container_12{
    padding-top: 20px;
}
.opc-index-index #footer .footer-top .container_12 .row.footer_menu_wrapper{
    display: none;
}
.stemcell header#header .country-flag{
    display: inline-block;
    margin-right: 5px;
}
.stemcell header#header .country-flag img{
    padding: 2px;
    width: 22px;
    height: 14px;
}
.stemcell header#header .welcome-msg{
    color: #6C6D6F;
    vertical-align: inherit;
    font-size: 14px;
    line-height: 18px;
}
.stemcell header#header .welcome-msg strong{
    font-weight: bold;
}
.stemcell header#header .links{
    margin-left: 6px;
    vertical-align: inherit;
}
.stemcell header#header .links li a.top-link-login{
    font-size: 14px;
    line-height: 18px;
    padding: 0px 3px 0px 8px;
    color:#EF8200;
    background-color: transparent;
}
.stemcell #login-holder form .input-box select{
    width: 97%;
}
.stemcell header#header .links:before{
    border-left: 2px solid #ACACAC;
    height: 15px;
    margin-right: 0px;
    margin-top: 2px;
}
.stemcell header#header .top-link-wishlist{
    display: none;
}
.stemcell header#header .customer-name + .links{
    padding: 0;
}
.stemcell header#header .customer-name{
    font-size: 14px;
    border-left: 2px solid #ACACAC;
    padding: 0 0 0 10px;
    margin-left: 8px;
    vertical-align: top;
}
.stemcell header#header .customer-name .arrow{
    padding-left: 3px;
}
#login-holder form .input-box input{
    font-size: 14px;
    height: auto;
}
/* search */
.stemcell header#header .form-search .indent{
    border: 2px solid #EF8200;
    background-color: #FFFFFF
}
.stemcell header#header .form-search .indent.focus{
    border: 2px solid #EF8200;
}
.stemcell header#header .form-search input{
    float: left;
    border-bottom: none;
    height: auto;
    font-size: 14px;
    padding: 3px 10px;
    width: 85%;
}
.stemcell header#header .form-search button{
    float: right;
}
.stemcell header#header .form-search button span{
    display: none;
}
.stemcell header#header .form-search .indent button i,
.stemcell header#header .form-search .indent button span i{
    color: #BBBBBB;
    margin-top: 4px;
    margin-right: 4px;
}
.stemcell header#header .form-search .indent.focus button i,
.stemcell header#header .form-search .indent.focus button span i{
    color: #EF8200;
}
header#header #search_mini_form{
    width: 430px;
    margin-left: 0;
    margin-bottom: 10px;
}
/* OVERWRITTEN: language selector hidden by style and in template */
header#header .form-language{
    display: none !important;
}
header#header .form-language .sbSelector{
    border: 2px solid #BBBBBB;
    padding: 8px;
    background-color: #fff;
}
header#header .form-language .sbOptions{
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
}
header#header .form-store-language{
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
}
header#header .select-store-language{
    text-align: left;
    float: right;
    color: #53585A;
}
header#header .select-store-language h2{
    padding: 6px 12px;
    min-width: 50px;
    border: none;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}
header#header .select-store-language li{
    cursor: pointer;
    padding: 6px 12px;
}
header#header .select-store-language li.selected{
    cursor: default;
    display: none;
}
header#header .select-store-language.filter-select{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    border: none;
    padding: 0;
    background: #FFFFFF;
}
header#header .select-store-language.filter-select:hover,
header#header .select-store-language.filter-select.open{
    box-shadow: #BBB 0px 0px 2px 1px;
}
header#header .select-store-language h2:after{
    content: '';
    height: 3px;
    position: absolute;
    width: 100%;
    background: inherit;
    bottom: 0px;
    z-index: 300;
    left: 0;
}
header#header .select-store-language .filter-options-wrapper{
    position: absolute;
    padding-right: 0;
    width: 100%;
    box-shadow: #BBB 0px 0px 2px 1px;
    z-index: 200;
}
header#header .select-store-language .filter-options{
    border: none;
    margin-top: 0;
}
/* single select for language */
header#header .select-store-language .filter-options li:hover{
    background: #FCE6CC;
}
header#header .select-store-language img{
    margin-top: 2px;
    margin-right: 8px;
}
header#header .select-store-language i{
    position: absolute;
    color: #CCC;
    right: 10px;
    margin-top: 1px;
    display: inline-block;
    font-size: inherit;
}
header#header .form-search .indent{
    text-align: left;
}
header#header #search_mini_form .form-search button{
    margin-top: -4px;
}
.stemcell header#header .form-search .indent button i,
.stemcell header#header .form-search .indent button span i{
    font-size: 16px;
    margin: 0;
    color: #EF8200;
    vertical-align: middle;
}
header#header .form-search .indent #search_autocomplete{
    left: 0 !important;
    width: 100% !important;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
    overflow: auto;
}
header#header .form-search .indent #search_autocomplete ul{
    padding: 10px;
}
header#header .form-search .indent #search_autocomplete ul li{
    padding: 7px 5px;
    color: #53585A;
}
header#header .form-search .indent #search_autocomplete ul li.selected{
    color: #EF8200;
}
header#header .form-search .indent #search_autocomplete ul li .amount{
    color: #BBB;
    font-weight: normal;
}
.stemcell header#header .form-search .search-autocomplete{
    z-index: 20001;
}
.stemcell header#header .form-search .search-autocomplete li{
    border-bottom: 0;
}
#search{
    width: 100%;
    height: 30px;
}
/* floating menu */
.sticky-cart header#header .top-cart .block-content .indent .inner-wrapper{
    border-top: 4px solid #CCC;
    border: 1px solid #BBBBBB;
    position: relative;
    top: -1px;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0  #AAAAAA;
}
.stemcell header#header.floating h2.logo{
    display: none;
}
.stemcell header#header.floating .form-search .indent{
    border: none;
}
.stemcell header#header.floating #search_mini_form .form-search button{
    margin-top: 4px;
}
.stemcell header#header.floating .form-search button i,
.stemcell header#header.floating .form-search button span i{
    color: #EF8200;
}
.sticky-search header#header.floating .header-top-right{
    margin-left: 25%;
}
.sticky-search header#header.floating .grid_12 #search_mini_form{
    margin-right: 12px;
}
/* search bar open */
.sticky-search header#header.floating.search-open .header-top-right{
    float: left;
}
.sticky-search header#header.floating.search-open .topline,
.sticky-search header#header.floating.search-open .topline .container_12{
    background-color: #000000;
}
.sticky-search header#header.floating.search-open .topline .nav-container,
.sticky-search header#header.floating.search-open .topline .nav-container .level0{
    visibility: hidden;
}
.stemcell header#header.floating.search-open .topline .nav-container li.level-top > a{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: 0;
    transition: none;
}
.sticky-search header#header.floating.search-open .topline .top-cart{
    display: none;
}
.stemcell header#header.floating .block-title.cart-button #cartHeader .title-cart i{
    margin-top: 0;
}
.sticky-search header#header.floating.search-open #search_mini_form .form-search{
    display: block;
    height: 52px;
    width: 100%;
}
.search-close{
    right: 0;
    position: absolute;
    font-size: 14px;
    height: 49px;
    color: #FFF;
    cursor: pointer;
}
.search-close i{
    padding: 18px;
}
.opc-index-index .sticky-search header#header.floating .grid_12 #search_mini_form{
    display: none;
}
.opc-index-index .country-flag{
    display: none;
}
.sticky-search.sticky-cart header#header.floating .grid_12 #search_mini_form{
    right: 0;
}
.sticky-cart header#header.floating .grid_12 .top-cart{
    right: 112px;
    display: none;
}
.sticky-cart header#header.floating .grid_12 .top-cart .block-title{
    width: 52px;
    height: 52px;
}
.sticky-cart header#header.floating .grid_12 .top-cart .block-title .title-cart{
    padding: 5px 20px;
}
.sticky-cart header#header.floating .top-cart .block-content .indent .inner-wrapper{
    position: relative;
    top: 6px;
}
header#header .sticky-login{
    display: none;
    position: absolute;
    background: #000000;
    height: 55px;
    line-height: 55px;
    width: 50px;
    right: 58px;
}
header#header .sticky-login i{
    color: #FFF;
    font-size: 14px;
    vertical-align: middle;
}
header#header.floating #search_mini_form .search-open{
    height: 52px;
    width: 52px;
    line-height: 52px;
    background: #000000;
}
header#header.floating #search_mini_form .search-open i.fa{
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
}
header#header.floating #search_mini_form .search-open:hover i.fa{
    color: #EF8200;
}
header#header.floating #search_mini_form .form-search{
    top: 0;
    display: none;
    padding: 0;
    border: none;
}
.stemcell header#header.floating .form-search input{
    padding: 12px 10px;
    font-size: 13px;
    width: 80%;
}
body.boxed-layout.stemcell header#header.floating .topline .container_12{
    box-shadow: none;
}
.stemcell .sticky-logo header#header.floating .nav-container{
    width: 82%;
    left: 0;
}
.stemcell .floating .topline .nav-container li.level-top > a span{
    font-size: 15px;
}
header#header .topline #search_mini_form .form-search.show{
    display: block;
    position: absolute;
    top: 47px;
    right:0;
    z-index: 5;
}
/* top menu */
body.boxed-layout.stemcell header#header .topline{
    border-bottom: 4px solid #BBBBBB;
}
.stemcell .topline .grid_12{
    border:none;
}
body.boxed-layout.stemcell header#header .topline,
body.boxed-layout.stemcell header#header .topline .container_12{
    background-color: #53585A;
}
.stemcell .topline .menu-button{
    color:#FFFFFF;
    text-transform: none;
    font-weight: bold;
}
.menu-button i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
}
.stemcell .nav-wide#nav-wide li.level0.active:not(.over) a.level-top {
    margin: 0;
    padding: 0;
}
.stemcell .topline .nav-container li.level-top a.level-top:first-child {
    background-color: #53585A;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.stemcell .topline .nav-container li.level-top.over a.level-top,
.stemcell .topline .nav-container li.level-top a.level-top:hover{
    background-color: #EF8200;
}
.stemcell .topline .nav-container li.level-top a.level-top span{
    color: #FFFFFF;
    text-transform: none;
    font-size: 17px;
    padding: 15px 25px;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu{
    padding: 15px 5px 20px 5px;
    min-width: 320px;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul{
    background-color: transparent;
}
.stemcell #nav-wide.nav-wide .menu-wrapper ul.level0{
    padding-left: 30px;
}
.stemcell .nav-wide#nav-wide ul.level0 li.level1{
    padding-bottom: 0;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.level1{
    padding: 7px  20px;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li:hover{
    background-color: transparent;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 a{
    padding: 0;
}
.stemcell #nav-wide.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span{
    color: #3B3F40;
    line-height: inherit;
    font-weight: bold;
}
.stemcell #nav-wide.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:hover{
    color: #EF8200;
}
/* double default menu style */
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 .menu-wrapper.default-menu{
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 0;
    top: 0 !important;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last:after{
    display: none;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a > span{
    background-color: transparent;
    color: #000;
    text-transform: none;
    font-size: 18px;
    padding: 0;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a:hover > span{
    color: #EF8200;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 .menu-wrapper.default-menu ul.level1{
    display: block !important;
    position: relative;
    left: 0;
    width: auto;
}
.stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 .menu-wrapper.default-menu ul.level1 li{
    padding: 0.27em 0;
}
/* end of double default menu style */
.stemcell .topline .nav-wide#nav-wide .menu-wrapper span.subtitle{
    background-color: transparent;
    color: #000;
    text-transform: none;
    font-size: 18px;
    padding: 0;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper a{
    color: #3B3F40;
    font-weight: bold;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper a:hover{
    background-color: transparent;
    padding-left: 0;
    color: #EF8200;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .level1 a{
    font-size: 14px;
    padding: 0.27em 0;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all{
    padding-bottom: 0;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all a {
    display: inline-block;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all i.fa{
    font-size: 24px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    display: inline-block;
    color: #EF8200;
}
div.see-all{
    padding-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.see-all i.fa{
    font-size: 24px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    color: #EF8200;
}
div.see-all span,
div.see-all a span{
    line-height: inherit;
    font-weight: bold;
}
.stemcell .nav-wide#nav-wide .bottom-content{
    background: none;
    padding-left: 30px;
    margin: 0;
}
.stemcell #nav-wide.nav-wide .menu-wrapper.default-menu ul.level0 li.see-all a span,
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all span{
    line-height: inherit;
    font-weight: bold;
}
.stemcell .nav-wide#nav-wide ul.level1 a span:before{
    content: none;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li a:hover span.subtitle{
    color: #EF8200;
}
.stemcell header#header .nav-container.mobile > ul .menu-item-button i{
    line-height: 32px;
}
.stemcell header#header .nav-container.mobile > ul .level0 > .menu-item-button{
    width: 100%;
    text-align: right;
    margin-right: 5px;
}
.stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button{
    width: 100%;
    text-align: left;
    margin-left: 7px;
}
.stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 .menu-item-button:hover + a > span{
    color: #EF8200;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper{
    border: 1px solid #BBBBBB;
    border-top: 4px solid #EF8200;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0  #AAAAAA;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .banner{
    display: block;
    padding: 5px;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .banner.first{
    margin-bottom: 10px;
}
#header .quick-order-menu{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    color: #EF8200;
    text-transform: none;
    font-size: 15px;
    line-height: 55px;
    padding: 0 12px;
    font-weight: bold;
    float: right;
    margin-right: 4px;
    text-align: center;
    min-width: 30px;
}
#header .quick-order-menu i{
    display: inline-block;
    font-size: 18px;
    line-height: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
#header .quick-order-menu span{
    margin-left: 7px;
}
#header .quick-order-menu:hover{
    margin-top: -4px;
    margin-bottom: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    z-index:9999;
    transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -moz-transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -webkit-transition: margin 300ms ease, padding 300ms ease, background-color 800ms ease;
    -o-transition:  margin 300ms ease, padding 300ms ease, background-color 800ms ease;
}
.sticky-cart #header.floating .quick-order-menu{
    right: 166px;
    padding: 0;
    width: 55px;
    height: 55px;
    top: 0;
    position: absolute;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: 0;
    transition: none;
}
.sticky-cart #header.floating .quick-order-menu span{
    display: none;
}
.stemcell header#header .topline .top-cart .block-title{
    background-color: #000000;
}
.stemcell header#header .topline .top-cart .block-title:before{
    border:none;
}
/* This is like this for a reason! (Google translate splits into a few fields) */
.stemcell header#header .block-title.cart-button #cartHeader:first-child {
    padding-left: 12px;
}
.stemcell header#header .block-title.cart-button #cartHeader:last-child {
    padding-right: 12px;
}
.stemcell header#header.floating .block-title.cart-button #cartHeader:first-child {
    padding-left: 0;
}
.stemcell header#header.floating .block-title.cart-button #cartHeader:last-child {
    padding-right: 0;
}

.stemcell header#header .topline .top-cart .block-title .title-cart{
    color:#FFFFFF;
    text-transform: none;
    font-size: 15px;
    height: auto;
    padding: 0;
    line-height: 55px;
}
.stemcell header#header .block-title.cart-button #cartHeader .title-cart i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
/* logos */
.stemcell header#header .logo-container{
    position: relative;
}
.stemcell header#header h2.logo{
    margin-bottom: 15px;
    max-width: 100%;
}
.stemcell header#header h2.small_logo a{
    display: block;
    margin-top: 4px;
    padding: 12px;
}
header#header .quick-access{
    padding-top: 22px;
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 18px;
}
header#header .quick-access.multi-store.logged-in .customer-name + .links{
    right: 80px;
}
header#header .nav-container.mobile ul{
    background-color: #FFF;
}
.stemcell .nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a span{
    color: #3B3F40;
}
.stemcell .nav-container li.level-top > a span,
.stemcell .nav-container.mobile li.level-top.over > a span,
.stemcell .nav-container.mobile li.level-top.active > a span,
.stemcell .nav-container.mobile li.level-top.custom-active > a span{
    color: #EF8200;
}
#search_autocomplete #term-list,
#search_autocomplete #term-details{
    height: 450px;
    padding: 15px 0;
    float: left;
    border: none;
}
#search_autocomplete #term-list{
    width: 40%;
    background: #F5F5F5;
}
#search_autocomplete #term-list li{
    padding: 10px 20px;
    font-size: 14px;
}
#search_autocomplete #term-list li:hover,
#search_autocomplete #term-list li.selected{
    background: #FFF;
}
#search_autocomplete #term-list li a{
    display: block;
    color: #53585A;
}
#search_autocomplete #term-list li .highlight{
    color: #000;
    font-weight: bold;
}
#search_autocomplete #term-details{
    width: 54%;
    padding: 15px 3%;
    overflow: auto;
}
#search_autocomplete #term-details .result-type{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
#search_autocomplete #term-details .term-detail{
    display: none;
}

#search_autocomplete #term-details .term-detail.show{
    display: block;
}
#search_autocomplete #term-details .term-detail-header{
    font-size:16px;
    color: #BBB;
    text-align: right;
    margin-bottom: 15px;
}
#search_autocomplete #term-details .term-detail-header .heading{
    float: left;
}
#search_autocomplete #term-details .term-detail-header span{
    font-size: 15px;
    font-weight: bold;
}
#search_autocomplete #term-details .term-detail-header a{
    font-size: 12px;
    font-weight: bold;
    color: #EF8200;
    background: #F0F0EB;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
#search_autocomplete #term-details .term-detail-body .item{
    margin-bottom: 10px;
}
#search_autocomplete #term-details .term-detail-body .item .product-image,
#search_autocomplete #term-details .term-detail-body .item .product-info{
    float: left;
}
#search_autocomplete #term-details .term-detail-body .item .product-image{
    width: 25%;
    text-align: center;
}
#search_autocomplete #term-details .term-detail-body .item .product-info{
    width: 70%;
    margin-left: 5%;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .product-name,
#search_autocomplete #term-details .term-detail-body .item .product-info .product-name a{
    font-weight: bold;
    color: #53585A;
    font-size: 14px;
    line-height: 16px;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .product-name a:hover{
    color: #EF8200;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .desc{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .sku{
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}
#search_autocomplete #term-details .term-detail-body .item .product-info .resource-type{
    font-size: 10px;
    color: #EF8200;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: bold;
}
#search_autocomplete #term-details .term-detail-body .item .product-image i{
    font-size: 45px;
    color: #53585A;
    margin-top: 3px;
}

/* custom menu style */
.stemcell .topline .nav-wide#nav-wide .menu-wrapper{
    left: auto;
}
.nav-wide#nav-wide .nav-1 .menu-wrapper{
    width: 100%;
}
.floating .nav-wide#nav-wide .nav-1 .menu-wrapper{
    width: auto;
}
.form-store-country{
    margin: 10px 0 0 5px;
    display: block;
}
.floating .form-store-country{
    display: none;
}
.form-store-country select{
    font-size: 13px;
    line-height: 17px;
    padding: 5px 7px;
    height: 30px;
}
.form-store-country optgroup{
    color: #111;
}
.form-store-country option{
    color: #6C6D6F;
}
.nav-wide#nav-wide .nav-2 .menu-wrapper.default-menu{
    width: 33%;
}
.nav-wide#nav-wide .nav-4 .menu-wrapper{
    width: 100%;
}
.stemcell .topline .nav-wide#nav-wide .nav-4 .menu-wrapper{
    left: 0;
}
.nav-wide#nav-wide .menu-wrapper.default-menu ul.two-column{
    width: 50%;
    float: left;
}
.nav-wide#nav-wide .nav-4 .bottom-content{
    display: none;
}
.nav-wide#nav-wide .nav-4 .level2.see-all{
    margin-top: 10px;
}
.stemcell .topline .nav-wide#nav-wide .menu-wrapper .two-column li.see-all,
.stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all.see-all-bottom{
    position: absolute;
    bottom: 0;
}
header#header .top-cart .block-content{
    width: 400px;
}
header#header .top-cart .inner-wrapper > h2{
    margin-bottom: 15px;
}
header#header .top-cart .product-name a{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #6C6D6F;
}
header#header .top-cart .product-name,
header#header .top-cart .product-box{
    display: table-cell;
}
header#header .top-cart .product-name{
    padding-right: 10px;
}
header#header .top-cart .product-box{
    text-align: right;
}
header#header .top-cart .block-content .indent .inner-wrapper{
    background: #FAFAFA;
    padding: 15px 15px 5px 15px;
    border: 1px solid #BBBBBB;
    -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA;
    -moz-box-shadow: 1px 2px 5px 0 #AAAAAA;
    box-shadow: 1px 2px 5px 0 #AAAAAA;
}
header#header .top-cart .mini-products-list li{
    padding: 10px 5px;
    border-bottom: 1px solid #F0F0EB;
}
header#header .top-cart .mini-products-list li:last-child{
    border-bottom: none;
}
header#header .top-cart .block-content .mini-products-list{
    color: #6C6D6F;
    background: #FFF;
    padding: 10px;
}
header#header .top-cart .block-content .actions a{
    height: auto;
    padding: 0;
    border: none;
    background: none;
    color: #EF8200;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    text-align: left;
    width: auto;
    margin: 15px 0;
}
.stemcell header#header .top-cart .block-content .actions a:hover{
    background-color: transparent;
    color: #EF8200;
}
header#header .top-cart .block-content .mini-products-list .product-details{
    display: table;
    width: 70%;
}
header#header .top-cart .block-content .mini-products-list .img-container{
    width: 24%;
    margin-right: 10px;
}
.stemcell header#header .top-cart .block-content .mini-products-list .product-details .cart-price-qty,
.stemcell header#header .top-cart .block-content .mini-products-list .product-details .price{
    color: #6C6D6F;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.stemcell header#header .top-cart .block-content .mini-products-list .product-details .price{
    margin-top: 5px;
}
header#header .top-cart .block-content .subtotal span{
    font-size: 18px;
    line-height: 22px;
    color: #6C6D6F;
    font-weight: bold;
}
header#header .top-cart .block-content .other-items{
    text-align: center;
    margin-bottom: 15px;
}
header#header .top-cart .block-content .other-items a{
    font-weight: bold;
}
header#header .top-cart .block-content .other-items a i{
    margin-top: -2px;
    vertical-align: middle;
}
header#header .top-cart .block-content .actions{
    border-top: 1px solid #DEDEDE;
    padding: 10px 5px 5px 5px;
}
header#header .top-cart .block-content .subtotal .label{
    float: left;
}
.stemcell header#header .top-cart .block-content .subtotal .price{
    float: right;
    color: #6C6D6F;
}
@media all and (max-width: 1374px){
    #header .quick-order-menu span{
        display: none;
    }
    .floating .nav-wide#nav-wide .nav-4 .menu-wrapper,
    .floating .nav-wide#nav-wide .nav-5 .menu-wrapper{
        right: 0;
    }
    .floating .nav-wide#nav-wide .nav-5 .menu-wrapper{
        left: auto !important;
    }
    .search-open-top .search-close{
        display: none;
    }
    .floating.search-open .search-close{
        display: inline-block;
    }
    .form-store-country{
        display: block;
        text-align: right;
    }
    header#header .quick-access.multi-store.logged-in .form-store-language{
        display: block;
        margin-top: 5px;
    }
    header#header .quick-access.multi-store.logged-in .customer-name + .links{
        right: 0;
    }
    .cms-home header#header .header-top-right .quick-access.multi-store.logged-in,
    .cms-index-noroute header#header .header-top-right .quick-access.multi-store.logged-in,
    .opc-index-index header#header .header-top-right .quick-access.multi-store.logged-in{
        margin-top: 15px;
    }
}
@media all and (max-width: 1007px){
    .stemcell header#header h2.small_logo a{
        display: none;
    }
    header#header #search_mini_form{
        width: 90%;
    }
    .stemcell .col-main h1.sub-title{
        font-size: 24px;
    }
    .stemcell header#header h2.logo,
    .stemcell header#header h2.small_logo,
    .stemcell header#header .header-top-right{
        display: inline-block;
        font-size: 12px;
        padding-top: 18px;
    }
    .stemcell:not(.cms-home):not(.opc-index-index):not(.cms-index-noroute) header#header:not(.floating) .header-top-right{
        text-align: right;
        padding-top: 0;
        float: none;
    }
    #header .quick-order-menu span{
        display: inline-block;
    }
    .cms-home .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 55px;
    }
    .cms-home .sticky-cart #header.floating .quick-order-menu{
        width: 55px;
        height: 55px;
        line-height: 55px;
        padding: 0;
        right: 110px;
    }
    .cms-home .sticky-cart header#header.floating .grid_12 .quick-order-menu span{
        display: none;
    }
    .cms-home .sticky-cart header#header.floating .sticky-login{
        right: 0;
    }
    header#header.floating.floating .header-top-right{
        float: right;
        padding-top: 0;
    }
    .sticky-search header#header.floating.search-open #search_mini_form .form-search{
        height: 55px;
    }
    .stemcell header#header .welcome-msg{
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
    }
    .stemcell header#header .links li a.top-link-login{
        font-size: 12px;
        line-height: 18px;
        margin-left: 1px;
    }
    .stemcell header#header .links:before{
        height: 14px;
    }
    .stemcell header#header .customer-name{
        font-size: 11px;
    }
    .stemcell header#header .customer-name .arrow i{
        color: #AAA;
    }
    .cms-home header#header .header-top-right .quick-access,
    .cms-index-noroute header#header .header-top-right .quick-access,
    .opc-index-index header#header .header-top-right .quick-access{
        margin-top: 3px;
        float: right;
    }
    header#header .header-top-right .quick-access{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .stemcell header#header .quick-access .links{
        font-size: 12px;
        margin-left: 6px;
    }
    header#header .form-store-language{
        display: none !important;
    }
    .sticky-cart header#header.floating .grid_12 .top-cart .block-title{
        width: 55px;
        height: 55px;
    }
    header#header.floating #search_mini_form.show .form-search{
        display: block;
        height: 55px;
    }
    header#header.floating #search_mini_form .search-open{
        height: 55px;
        line-height: 55px;
    }
    .stemcell header#header.floating .form-search .indent button i,
    .stemcell header#header.floating .form-search .indent button span i{
        margin-top: 6px;
    }
    .sticky-cart #header.floating .quick-order-menu,
    .sticky-cart header#header.floating .grid_12 .top-cart,
    header#header.floating .sticky-login{
        display: block;
    }
    header#header .topline #search_mini_form{
        float: right;
        width: 50px;
        margin-top: 0;
    }
    header#header .topline #search_mini_form .search-open{
        display: inline-block;
        background-color: #000000;
        color: #FFF;
        cursor: pointer;
        width: 100%;
        line-height: 48px;
    }
    .stemcell header#header .links{
        margin-left: 0;
        margin-right: 5px;
    }
    header#header .form-search .indent #search_autocomplete{
        display: none !important;
    }
    header#header #search_mini_form .search-open i{
        vertical-align: middle;
        margin-top: -3px;
    }
    .stemcell .header-slider-wrapper{
        height: 250px;
    }
    .stemcell .header-slider-wrapper .container{
        height: 250px;
    }
    .stemcell .header-slider-container .iosSlider .slider .item img{
        max-width: none;
        width: auto;
        height: 250px;
    }
    body.boxed-layout.stemcell header#header .menu-button{
        float: left;
        padding: 18px 10px;
        margin: 0;
        background: none;
    }
    body.boxed-layout.stemcell header#header .menu-button.active{
        background: #EF8200;
    }
    .stemcell header#header .links{
        width: auto;
    }
    .stemcell .nav-container.mobile .menu-item-button i{
        color: #BBB;
    }
    .stemcell .nav-container.mobile{
        top: 55px;
        width: 50%;
    }
    .stemcell header#header .nav-container.mobile a{
        padding: 0.5em 10px !important;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper{
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper > div{
        width: 100%;
    }
    .stemcell .topline .nav-container li.level-top > a{
        background-color: #FFF;
        font-size: 16px;
        font-weight: bold;
    }
    .stemcell .nav-container.mobile .nav-wide{
        border: 1px solid #BBBBBB !important;
        border-top: 4px solid #EF8200 !important;
        background-color: #FFFFFF !important;
        -webkit-box-shadow: 1px 2px 5px 0 #AAAAAA !important;
        -moz-box-shadow: 1px 2px 5px 0 #AAAAAA !important;
        box-shadow: 1px 2px 5px 0  #AAAAAA !important;
    }
    .stemcell .nav-wide#nav-wide .menu-wrapper.default-menu{
        padding: 0px 5px 0px 5px;
        min-width: auto;
    }
    .stemcell header#header .topline .nav-container li.level-top a.level-top span{
        color: #000;
        font-weight: bold;
        font-size: 15px;
    }
    .stemcell header#header .nav-container.mobile ul.level0,
    .stemcell header#header .nav-container.mobile ul.level1{
        padding-top: 0 !important;
    }
    .stemcell .nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 > a span{
        font-size: 14px;
        font-weight: bold;
        color: #53585A;
    }
    .stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a{
        width: 100%;
    }
    .stemcell .nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 > .parent.first.last > a > span{
        font-size: 14px;
        font-weight: bold;
        color: #53585A;
        margin-left: 10px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button{
        font-size: 16px;
        left: -9px;
        top: 0 !important;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 ul.level1 {
        margin-left: 2px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button i.fa-minus-circle{
        color: #EF8200;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span.subtitle{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span{
        font-size: 12px;
        color: #53585A;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide .default-menu ul.level0 li.level1 a > span{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile .nav-wide#nav-wide ul.level0 li.level1 a:hover span{
        color: #EF8200;
    }
    header#header .nav-wide#nav-wide .nav-4 .bottom-content .see-all span{
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
    }
    .search-container.grid_7{
        width: 100%;
    }
    #homepage-search .slide-heading{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 4%;
    }
    #homepage-search .slide-content{
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 4%;
    }
    #homepage-search #search_mini_form{
        font-size: 14px;
    }
}
@media all and (max-width: 767px){
    body.boxed-layout #header .container_12{
        margin: 0;
    }
    .stemcell .col-main .comparison-detail h1{
        font-size: 15px;
    }
    .stemcell header#header h2.logo{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .stemcell .nav-container.mobile{
        top: 48px;
        left: 20px;
    }
    #homepage-search .slide-container{
        max-width: 80%;
    }
    .stemcell header#header .topline > .container_12{
        padding-bottom: 0 !important;
    }
    .stemcell header#header .country-flag{
        display: none;
    }
    .stemcell header#header .customer-name{
        margin-top: 0;
    }
    header#header .quick-access.mobile .customer-name{
        padding: 0px 11px!important;
        border-left: none;
        margin: 0 3px 0 3px;
        background-color: #000000 !important;
        width: 26px;
        height: 47px;
        line-height: 47px !important;
    }
    header#header .customer-name + .links li a{
        margin: 0;
    }
    header#header .customer-name + .links li{
        margin-left: 0;
    }
    .stemcell header#header .header-top-right #search_mini_form,
    .stemcell header#header .header-top-right .quick-access{
        display: none;
    }
    .stemcell header#header .quick-access .links{
        margin-left: 0;
    }
    .form-store-country{
        display: none;
    }
    /* non float */
    .sticky-cart header#header .top-cart .block-content .indent .inner-wrapper{
        top: -7px;
        position: relative;
        border-top: 4px solid #ccc;
    }
    .stemcell header#header .block-title.cart-button #cartHeader .title-cart i{
        margin-top: 0;
    }
    /* floating */
    .stemcell .sticky-cart header#header.floating .grid_12 .top-cart{
        display: block;
        position: relative;
        right: 106px;
    }
    .sticky-cart #header.floating .quick-order-menu{
        right: 106px;
        height: auto;
        padding: 4px 0;
        display: block;
        position: relative;
    }
    .cms-home .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 58px;
    }
    .cms-home .sticky-cart #header.floating .quick-order-menu{
        right: 57px;
        height: 48px;
        line-height: 48px;
    }
    .stemcell .sticky-cart header#header.floating .sticky-login{
        display: block;
        height: 48px;
        line-height: 48px;
        width: 52px;
        right: 67px;
    }
    .cms-home .sticky-cart header#header.floating .sticky-login{
        right: 20px;
    }

    /* Google translate hacks - the link is split into multiple identical sections */
    .stemcell .sticky-cart header#header .top-cart .cart-button span.notranslate {
        display: none;
    }
    .stemcell .sticky-cart header#header .top-cart .cart-button span + a {
        display: none;
    }
    .stemcell .sticky-cart header#header .quick-access .links span.notranslate a {
        display: none;
    }
    .sticky-cart header#header.floating .grid_12 .top-cart .block-title{
        width: 52px;
        height: auto;
    }
    .sticky-cart header#header.floating .top-cart .block-content{
        margin-right: 0;
        right: -2px;
    }
    .sticky-cart header#header.floating .top-cart .block-content .indent{
        padding-right: 0;
    }
    .sticky-cart header#header.floating .top-cart .block-content .indent .inner-wrapper{
        border: 1px solid #CCC;
        border-top: 4px solid #CCC;
        top: 1px;
    }
    .sticky-search header#header.floating .grid_12 #search_mini_form{
        width: 50px;
    }
    header#header .topline #search_mini_form .form-search{
        display: none;
    }
    header#header.floating #search_mini_form .search-open{
        height: 48px;
        line-height: 48px;
    }
    body.boxed-layout.stemcell header#header .menu-button{
        padding: 15px 10px;
    }
    .sticky-search header#header.floating.search-open #search_mini_form .form-search{
        height: 49px;
        float: none;
    }
    .stemcell header#header.floating .form-search .indent button i,
    .stemcell header#header.floating .form-search .indent button span i{
        margin-top: 2px;
    }
    header#header.floating #search_mini_form .form-search{
        background: transparent;
    }
    .stemcell header#header.floating .form-search input{
        padding: 3px 5px;
    }
    /* search open */
    .stemcell header#header.search-open-top #search_mini_form{
        position: absolute;
        left: 0;
        top: 0;
        background: #53585A;
        z-index: 20;
    }
    .stemcell header#header.floating #search_mini_form .form-search button{
        margin-top: 0;
    }
    .stemcell header#header.search-open-top #search_mini_form .form-search .indent{
        width: 85%;
        float: left;
        margin-left: 20px;
        display: inline-block;
        height: 37px;
        border: 4px solid #BBB;
        border-bottom: none;
    }
    .stemcell header#header.search-open-top #search_mini_form .form-search .indent input#search{
        height: 32px;
    }
    header#header.search-open-top #search_mini_form .form-search button{
        margin-top: 0px;
    }
    header#header.search-open-top .topline #search_mini_form .form-search{
        display: block;
    }
    header#header.search-open-top .topline #search_mini_form .search-open,
    header#header.search-open-top .topline .quick-access,
    header#header.search-open-top .topline .top-cart{
        display: none;
    }
    header#header .form-search .indent{
        padding-bottom: 3px;
    }
    header#header .topline .search-close{
        z-index: 32;
        display: inline-block;
        width: 8%;
    }
    /* end of search open */
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button i{
        margin-top: -2px;
    }
    .stemcell header#header .top-cart,
    .stemcell header#header .links li a.top-link-login{
        width: 50px;
        margin-left: 5px;
        float: right;
    }
    #header .quick-order-menu{
        width: 50px;
        margin: 0;
        height: 40px;
        vertical-align: middle;
        line-height: 40px;
        padding: 4px 0;
    }
    #header .quick-order-menu:hover{
        margin: 0;
        padding: 4px 0;
    }
    #header .quick-order-menu span{
        display: none;
    }
    .stemcell header#header .topline .top-cart .block-title .title-cart,
    .stemcell header#header .links li a.top-link-login{
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        background-color: #000000 !important;
    }
    .stemcell header#header .topline .top-cart .block-title .title-cart i,
    .stemcell header#header .links li a.top-link-login i{
        color: #FFF;
    }
    .stemcell header#header .block-title.cart-button #cartHeader:last-child {
        padding: 0px;
    }
    .stemcell header#header .block-title.cart-button #cartHeader:first-child {
        padding: 0px;
    }
    .stemcell header#header .top-cart .block-title i{
        padding-left: 0;
    }
    .stemcell header#header .nav-container > ul ul.level0{
        padding: 10px !important;
    }
}
@media all and (max-width: 480px){
    header#header .topline .search-close{
        width: 10%;
    }
    #homepage-search{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #homepage-search .search-heading{
        font-size: 26px;
        line-height: 30px;
    }
    #homepage-search .search-description{
        font-size: 14px;
        line-height: 18px;
        width: auto;
    }
    #homepage-search #search_mini_form .indent{
        padding-left: 10px;
    }
    #homepage-search #search_mini_form .indent input{
        font-size: 16px;
        width: 80%;
    }
    .stemcell .nav-container.mobile{
        left: 0;
        width: 100%;
    }
    .stemcell header#header .logo img{
        max-width: 100%;
    }
    .stemcell header#header .topline > .container_12 > .grid_12 > .row{
        position: relative;
    }
    .stemcell #nav-wide.nav-wide .menu-wrapper >.alpha ul.level0{
        padding-left: 10px !important;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper .level1 .level2 a{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all{
        margin-top: 5px;
    }
    .nav-container.mobile #nav-wide.nav-wide ul.level0 li.see-all a > span{
        font-weight: bold;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all i.fa{
        display: inline-block;
        font-size: 18px;
        margin-top: -4px;
        margin-right: 2px;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.level1.see-all i.fa{
        font-size: 16px;
        margin-top: -4px;
    }
    div.see-all{
        font-size: 12px;
    }
    div.see-all i.fa{
        font-size: 14px;
    }
    div.see-all span,
    div.see-all a span{
        color: #53585A;
        text-transform: none;
    }
    .stemcell .nav-wide#nav-wide .bottom-content{
        display: block;
        padding-left: 0;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 > .menu-item-button i{
        margin-top: -2px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span.subtitle{
        font-size: 12px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 .menu-item-button + a span.subtitle{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1.sell-all a > span{
        font-size: 14px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1 a > span{
        font-size: 12px;
    }
    .stemcell .nav-container.mobile #nav-wide.nav-wide ul.level0 li.level1.see-all a > span{
        font-size: 12px;
    }
    .stemcell.cms-home .sticky-cart header#header.floating .sticky-login{
        right: 0
    }
    .stemcell .sticky-cart header#header.floating .sticky-login{
        right: 64px;
    }
    .stemcell.cms-home .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 56px;
    }
    .stemcell .sticky-cart header#header.floating .grid_12 .top-cart{
        right: 120px;
    }
    .cms-home .sticky-cart #header.floating .quick-order-menu{
        right: 56px;
    }
    .sticky-cart #header.floating .quick-order-menu{
        right: 120px;
    }
    #homepage-search #search_mini_form input{
        float: left;
        width: 70%;
    }
    #homepage-search #search_mini_form button{

    }
    #homepage-search #search_mini_form button span{
        display: none;
    }
    #homepage-search #search_mini_form button i{
        display: block;
        font-size: 20px;
    }
    header#header .topline #search_mini_form .form-search.show{
        top: 50px;
    }
}

/* footer top */
#footer{
    margin-top: 20px;
}
#footer .footer-top{
    background: #F7F7F7;
    padding-bottom: 20px;
}
#footer .footer-top:before{
    content: "";
    height: 30px;
    margin-top: -31px;
    width: 100%;
    display: block;
    position: absolute;
    background: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/stemcell/images/footer-divider.png') repeat;
}
#footer .footer-top .container_12{
    padding-top: 10px;
    color:#6C6D6F;
}
#footer .footer-top .container_12 .row.footer_menu_wrapper{
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 30px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 1px 0px 0px #CBCBCB;
    -moz-box-shadow: 0px 1px 0px 0px #CBCBCB;
    box-shadow: 0px 1px 0px 0px #CBCBCB;
}
#footer .footer-top .container_12 .footer_menu{
    margin-bottom: 10px;
    padding: 10px 0;
    float: left;
    width: 23%;
    margin-right: 2%;
}
#footer .footer-top .container_12 .footer_menu:last-child{
    margin-right: 0;
}
#footer .footer-top .container_12 .footer_menu h2{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    color: #EF8200;
}
#footer .footer-top .container_12 .footer_menu .see-all{
    margin-top: 15px;
}
#footer .footer-top .container_12 .footer_menu ul li{
    margin-bottom: 3px;
}
#footer .footer-top .container_12 .footer_menu ul a{
    font-size: 12px;
}
#footer .footer-top .container_12 .footer_menu .open-toggle{
    display: none;
}
#footer .footer-top ul li a{
    color: #6C6D6F;
}
#footer .footer-top ul li a:hover{
    color: #EF8200;
}
#footer .footer-top .truste-logo{
    display: inline-block;
    margin-right: 15px;
}
#footer .footer-top .footer-statement{
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    width: 65%;
    margin-top: 7px;
}
#footer .footer-top .form-store-language{
    text-align: right;
    margin-top: 8px;
}
#footer .footer-top .form-store-language .filter-options-wrapper{
    display: inline-block;
}
#footer .footer-top .form-store-language .filter-select{
    border: none;
    font-size: 12px;
    line-height: 16px;
}
#footer .footer-top .form-store-language .filter-select h2{
    display: none;
}
#footer .footer-top .form-store-language .filter-options{
    margin-top: 0;
    border: none;
    background: none;
}
#footer .footer-top .form-store-language .filter-options li{
    display: inline-block;
    cursor: pointer;
    background: #FFF;
    padding: 6px 8px;
    margin-right: 5px;
}
#footer .footer-top .form-store-language .filter-options li:hover{
    color: #EF8200;
}
#footer .footer-top .form-store-language .filter-options li.selected{
    background: none;
    color: #EF8200;
    cursor: default;
}
#footer .footer-top .form-store-language .filter-options img{
    display: none;
}
/* footer social links */
#footer .footer-top .social-links{
    float: right;
    text-align: right;
    margin: 0;
}
.stemcell ul.social-links li a i{
    background: none;
    font-size: 24px;
}
.stemcell ul.social-links li a i:hover{
    background-color: #EF8200;
}
.stemcell ul.social-links.cn li a img{
    padding: 8px;
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.stemcell ul.social-links.cn li a.home img{
    display: inline-block;
    padding: 12px 3px 10px 5px;
}
.stemcell ul.social-links.cn li a img:hover{
    background: #EF8200;
}
.stemcell ul.social-links.cn li a img.hover,
.stemcell ul.social-links.cn li a:hover img{
    display: none;
}
.stemcell ul.social-links.cn li a:hover img.hover{
    display: block;
}
/* footer bottom */
#footer .footer-bottom{
    background-color: #FFF;
    margin-bottom: 10px;
}
#footer .footer-bottom .container_12{
    padding-top: 17px;
    padding-bottom: 0;
    background-color: #FFF;
    color: #6C6D6F;
}
#footer .footer-bottom .container_12 .footer-bottom-links{
    float: right;
}
#footer .footer-bottom .container_12 a,
#footer .footer-bottom .container_12 address{
    color: #53585A;
}
#footer .footer-bottom .container_12 a:hover{
    color: #EF8200;
}
#footer .footer-bottom ul li{
    display: inline-block;
}
#footer .footer-bottom ul li:not(:last-child):after{
    content: "|";
    padding: 0 5px 0 7px;
    color: #53585A;
    display: inline-block;
}
#cookie-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #53585A;
    line-height: 18px;
    color: #eeeeee;
    text-align: center;
    padding: 10px 2%;
    width: 96%;
    z-index: 20000;
}
#cookie-bar .sc-button.close{
    display: block;
    padding: 0 10px;
    margin: 5px auto 0 auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#cookie-bar:not(.hidden) ~ .request-livechat{
    bottom: 85px;
}
/* report a problem */
#report-a-problem{
    display: inline-block;
}
#report-a-problem .report-here{
    padding: 2px 7px;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    display: inline;
    line-height: 16px;
    margin-top: -2px;
    background: #FFF;
    box-shadow: none;
    margin-left: 20px;
    opacity: 0.5;
}
#report-a-problem .report-here:hover{
    background: #EF8200;
}
/* livechat */
.livechat-form-close,
.livechat-form-close:hover{
    color: #BBB;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}
.livechat-form-close .fa-close{
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.request-livechat.request-livechat-bottom{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 8px 10px 8px 55px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF;
    z-index: 10000000000000000000;
    background: rgba(88,88,88,0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px #000;
    -moz-box-shadow: 0px 0px 2px 0px #000;
    box-shadow: 0px 0px 2px 0px #000;
}
.request-livechat.request-livechat-bottom:hover{
    color: #FFF;
}
.request-livechat.request-livechat-bottom span{
    font-weight: bold;
}
.request-livechat.request-livechat-bottom i:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f059";
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #53585A;
    cursor: pointer;
    color: #FFF;
    background: rgba(88,88,88,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 36px;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top-radius: 3px;
}
.request-livechat.request-livechat-bottom.intercom-icon{
    padding: 8px 10px 8px 54px;
}
.request-livechat.request-livechat-bottom.intercom-icon i:before{
    content: '';
    background: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAAAXNSR0IArs4c6QAAAr5JREFUWAntVz2MEkEUluXnTuGQwxAwV2ihMRcLicTSaywwdhZezsbKmtrKikQajN0lhsLC2JlcYujBGEJBIZ5iAwnEkJCYEORfWBa/b8Pc7S23d7kTttqXPObtvDfv++bN7DJju3Aotpkp2kPPYq3pLJ1o1UeCSv1+f1tRlO/T6VSGLlpk5N4HxhNiQQ8mqoJ3Op3tRSMa5QPWERIk4JxMJvtGAxbdD6xvxGQV1NnzASBdtA6oGSLbbDYPgMZcCwpbs8CJRywVWxA42BD0miQqpiBgEuY8jEXAqoBVAasCVgWsChhWQJblOs4I8vzfx9l7cABpGI06lsB4PC47nc576XT64Wg0+mE0+LR+5KkVCoWnDofjLuyKUTxJXNIeu8D4TyaTuY9+XygUCpRKpec4TH5mRbRxBrYyHA4L5XI5FolEriLHejab3WJObTwxoWoB5gjMAv92u93k7u7uBgIvQ6/EYrGbxWLxWb1ef9VsNt+32+096CfYHxqNxmsSTSQStxkL9aVSqWvI8Qb5Rlpw2vCfSkAdg6N0ezAYvK1UKg/C4bAPA0mGrV+n6/RFo1F/tVp9hDHvMLanBxbPiFUJiEPpKhw9dJ4oiGmhlF+xQX9Cf8PuYIAdsoZ1DkE3Yd/BgdN9YiI4ZzFDQWAFyX5JksTSmSKCgHgLpr1eb88UZB0ICXBDKPF4/CV27xedf+mPXAKxDC7Yq/l8fisYDN5Cic5zT7B7vd5Nt9sdcblcN5BPVHhuImIJBAEGMJjXJXFpoO+sIiYjJZPJjR1IIBDYwUftuj6RICD6BRGSIAESOY+yiivQi1BevXwejyeQy+Uet1qtj3gtB/rXEDFHRBD5n5aTEBMhIZJZg/r5IavVai/weefllP0SgZYh2ryCkCBlB6ACHUFlbeAyiDCnwGBLJREKSSjCqfYs+edYrH/16LJPC4LGtQAAAABJRU5ErkJggg==);
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
@media all and (max-width: 1007px){
    #footer .footer-top .container_12 .row.footer_menu_wrapper{
        box-shadow: none;
        border-bottom: none;
    }
    #footer .footer-top .container_12 .footer_menu{
        cursor: pointer;
        display: block;
        padding: 0;
        border-bottom: 1px solid #D9D9D9;
        margin: 0 0 10px 0;
        width: auto;
        float: none;
    }
    #footer .footer-top .container_12 .footer_menu h2{
        padding: 10px;
        margin-bottom: 0.4em;
        -moz-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
    #footer .footer-top .container_12 .footer_menu .open-toggle{
        display: inline-block;
        float: right;
        cursor: pointer;
        color: #EF8200;
    }
    #footer .footer-top .container_12 .footer_menu ul{
        display: none;
        padding: 0 10px 10px 10px;
    }
    #footer .footer-top .container_12 .footer_menu ul a{
        display: block;
    }
    #footer .footer-top .grid_5,
    #footer .footer-top .grid_7{
        width: 80%;
        display: block;
    }
    #footer .footer-top .social-links{
        float: left;
    }
    #footer .footer-top .grid_5{
        float: left !important;
        margin-top: 15px;
    }
    #footer .footer-top .form-store-language{
        text-align: left;
        margin-left: 10px;
    }
    #footer .footer-bottom .container_12{
        padding-bottom: 0;
    }
}
@media all and (max-width: 767px){
    #cookie-bar:not(.hidden) ~ .request-livechat{
        bottom: 110px;
    }
}
@media all and (max-width: 480px){
    #footer .footer-bottom .container_12 .row > div{
        width: 100%;
    }
    #footer .footer-bottom .container_12 .footer-bottom-links{
        margin-top: 5px;
        float: none;
    }
    #footer .footer-top .container_12 .row.footer_menu_wrapper{
        margin-bottom: 10px;
    }
    #footer .footer-top .container_12 .footer_menu{
        margin-bottom: 5px;
    }
    #footer .footer-top .container_12 .footer_menu h2{
        padding: 7px 10px;
    }
    #footer .footer-top .footer-statement{
        width: auto;
        margin-top: 15px;
    }
    #footer .footer-bottom .container_12{
        padding-bottom: 7px;
    }
    #footer .container_12 .footer_menu_wrapper .grid_12{
        margin-left: 0;
        margin-right: 0;
    }
    #cookie-bar:not(.hidden) ~ .request-livechat{
        bottom: 130px;
    }
}

.grid_3,
.grid_4{
    margin-bottom: 2%;
}
@media all and (min-width: 1375px){
    .container_12 .grid_3.sidebar{
        width: 278px;
    }
    .container_12 .grid_5.omega{
        width: 490px;
        float: right;
    }
    .container_12 .grid_3.sidebar-right{
        float: right;
    }
    .brand-content .comparison-detail{
        display: inline-block;
        background: #FAFAFA;
        padding: 10px;
        width: 30%;
        margin: 10px 2px;
    }
    .brand-content .iso-slider-container-single .comparison-detail{
        width: 100%;
    }
    .products-list .btn-quick-view{
        margin-bottom: -1px;
    }
    .agenda-wrapper.time-line .detail .video-container{
        padding-bottom: 50%;
    }
}
@media all and (max-width: 1374px){
    .content-tab li a span{
        font-size: 15px;
    }
    .cell-type-image{
        width: 80px;
    }
    .cell-type-title{
        height: 60px;
        top: 12px;
    }
    .cell-type-title a{
        font-size: 14px;
        padding-left: 35%;
        font-weight: bold;
    }
    .comparison-block .iso-slider-container.disable{
        margin-left: 0;
    }
    .category-videos-and-webinars .video-container{
        padding-bottom: 47.5%;
    }
    .catalog-product-view .product-video-box .video-container{
        padding-bottom: 50.80%;
    }
    .stemcell .product-view .productpage_large .more-views #more-views-slider li{
        width: 109px;
    }
    /* discount form */
    .opc-wrapper-opc .discount-block #opc-discount-coupon-form .input-box{
        width: 70%;
    }
    .opc-wrapper-opc .discount-block #opc-discount-coupon-form .sc-button.apply-coupon{
        font-size: 14px;
    }
    /* time line */
    .agenda-wrapper.time-line .detail .text .text-wrapper h2{
        font-size: 22px;
        line-height: 28px;
    }
}
@media all and (max-width: 1240px){
    #homepage-search .slide-heading{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 3%;
    }
    #homepage-search .slide-content{
        line-height: 18px;
        font-size: 16px;
        margin-bottom: 3%;
    }
    .comparison-block .iso-slider-container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .comparison-block .iso-slider-container .prev,
    .comparison-block .iso-slider-container .next{
        background: #FAFAFA;
        width: 40px;
    }
    .comparison-block .iso-slider-container .prev i,
    .comparison-block .iso-slider-container .next i{
        top: 135px;
    }
}
@media all and (max-width: 1007px){
    .container_12{
        width: auto;
    }
    aside.sidebar .block.block-layered-nav dl dt{
        margin-bottom: 1.5em;
    }
    aside.sidebar .block.block-layered-nav dl dd li{
        margin: 0 -10px;
    }
    .stemcell aside.sidebar .block .block-title strong span{
        font-size: 15px !important;
    }
    .block-category-list{
        margin-top: 0;
    }
    .learn-more-text{
        padding: 10px 10px 15px 10px;
    }
    .sidebar .block{
        display: inline-block;
        width: 48%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    /* HIDDEN: hidden for now */
    .sidebar .block:nth-child(even){
       /* float: right; */
    }
    .section .products-grid .product-img-box{
        width: 37%;
        float: left;
    }
    .section .products-grid .product-text{
        width: 58%;
        float: right;
    }
    .meigee-tabs-content{
        margin-top: -2px;
    }
    /* brand page */
    .brands-page .iso-slider-container .prev,
    .brands-page .iso-slider-container .next{
        display: none;
    }
    .stemcell .opc-wrapper-opc .opc-col-center,
    .stemcell .opc-wrapper-opc .opc-col-right{
        margin-left: inherit;
        margin-right: 0 !important;
        float: right;
    }
    .stemcell .opc-wrapper-opc .opc-col-right{
        float: left !important;
        margin-top: 25px;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms{
        margin-top: 0;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories dl,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms dl{
        border-top: none;
        padding-top: 0;
    }
    .nav-wide#nav-wide .nav-1 .menu-wrapper,
    .nav-wide#nav-wide .nav-2 .menu-wrapper.default-menu,
    .nav-wide#nav-wide .nav-4 .menu-wrapper{
        width: auto;
    }
    .nav-wide#nav-wide .nav-4 .bottom-content{
        padding: 0;
        display: block;
    }
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.see-all i.fa,
    .stemcell .topline .nav-wide#nav-wide .menu-wrapper li.level1.see-all i.fa,
    div.see-all i.fa{
        font-size: 20px;
    }
    #login-form .forget-password{
        float: right;
    }
    .forgotpassword-form{
        margin: 5% 16%;
    }
    /* time line */
    .agenda-wrapper.time-line .detail .text .text-wrapper h2{
        font-size: 18px;
        line-height: 22px;
    }
    .agenda-wrapper.time-line .agenda{
        margin-left: 0;
    }
    .agenda-wrapper.time-line .detail{
        margin-bottom: 3%;
    }
    .agenda-wrapper.time-line .agenda-list .time{
        position: relative;
        margin-left: 15px;
        margin-bottom: 15px;
        left: auto;
    }
    .one-column-full-width .one-column-top .container_12{
        width: 100%;
    }
    .one-column-full-width .one-column-top .container_12 > *{
        width: 96%;
        padding: 0 2%;
    }
    .one-column-full-width .one-column-top .container_12 > .banner{
        padding: 0;
        width: 100%;
    }
    .one-column-full-width .one-column-middle .container_12{
        width: 96%;
        padding: 0 2%;
    }
    .one-column-full-width .one-column-bottom .container_12{
        width: 96%;
        padding: 0 2%;
    }
}
@media all and (max-width: 767px){
    /* OVERWRITTEN: set header and footer width to be fulid under 767px */
    .stemcell .container_12{
        width: auto;
    }
    body.boxed-layout .container_12{
        margin: 0;
    }
    aside.sidebar .block.block-layered-nav dl dd li{
        margin: 0 -20px;
    }
    .comparison-block .comparison-detail{
        display: inline-block;
        width: 44%;
        margin: 1%;
    }
    .comparison-block .iso-slider-container-single .comparison-detail{
        width: auto;
        margin: 0;
    }
    .comparison-block .iso-slider-container-single .comparison-info-sect:last-child{
        min-height: auto;
    }
    .cell-type-title a{
        padding-left: 65px;
    }
    .section .products-grid li.item .product{
        padding: 10px 0;
    }
    .table.reformat-table{
        margin-bottom: 5px;
    }
    .table.reformat-table,
    .table.reformat-table .tbody{
        display: block;
    }
    .table.reformat-table .td{
        width: auto;
     }
    .table.reformat-table .tr,
    .table.reformat-table .th,
    .table.reformat-table .td{
        display: block;
    }
    .table.reformat-table .thead{
        display: none;
    }
    .stemcell table.data-table td{
        padding: 10px 0;
    }
    .stemcell table.data-table td.last{
        padding-bottom: 20px;
    }
    /* section table */
    .section .tables h3{
        font-size: 15px;
    }
    .section .table.reformat-table .tr{
        border-bottom: 1px solid #EEE;
    }
    .section .table.reformat-table .tr:nth-child(odd){
        background: #F8F8F8;
    }
    .section .table.reformat-table .tr:last-child{
        border-bottom: none;
    }
    .section .table.reformat-table .tr,
    .section .table.reformat-table .th,
    .section .table.reformat-table .td{
        padding: 5px 10px;
    }
    .section .table.reformat-table .tr{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section .table.reformat-table .th{
        padding: 0 0 5px 0;
    }
    .section .table.reformat-table .th{
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }
    .section .table.reformat-table .td{
        width: auto;
    }
    .main-container .my-account{
        padding-top: 20px;
    }
    .sales-order-history table.data-table td.last{
        padding-bottom: 10px;
    }
    .comparison-block .iso-slider-container{
        margin-left: 0;
        padding-left: 30px;
    }
    .iso-slider-container .comparison-detail:first-child{
        margin-left: 0;
    }
    .stemcell .product-shop{
        margin-top: 0;
    }
    .products-list .desc{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .products-list li.item .product-img-box,
    .products-grid li.item .product-img-box{
        margin-bottom: 10px;
    }
    .products-list .table.reformat-table{
        font-size: 12px;
        line-height: 16px;
    }
    .products-list .table.reformat-table .tr{
        margin-bottom: 10px;
    }
    .products-list .table.reformat-table .tr:last-child{
        border-bottom: none;
    }
    .products-list .table.reformat-table .th,
    .products-list .table.reformat-table .td{
        padding-bottom: 0px;
    }
    .fancybox-skin{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #qm_form .actions,
    #hq_form .actions{
        text-align: center;
        margin-top: 5px;
    }
    .sc-form.popup .secondary-link{
        float: none;
        display: block;
        margin-bottom: 3px;
    }
    .cms-contact-us .contact-select #countact_country{
        margin: 15px 0;
    }
    .cms-contact-us .contact-select label{
        line-height: 20px;
    }
    #footer .footer-top .form-store-language{
        margin-left: 0px;
    }
    .sc-form #email-preference .fields.left-col,
    .sc-form #email-preference .fields.middle-col,
    .sc-form #email-preference .fields.right-col{
        margin: 1% 0 2% 0;
    }
    .sc-form .form-list .field.even,
    .sc-form .form-list .field:nth-child(even){
        margin-left: 0;
    }
    .sc-form .form-list .fields{
        margin-bottom: inherit;
    }
    .sc-form.standard .form-list .wide input.input-text{
        padding: 2% 3%;
        width: 94%;
    }
    .agenda{
        padding-right: 0;
    }
    .speaker{
        padding-right: 0;
    }
    .support-info .support-sect{
        float: none;
    }
    #proficiency-testing-table .tr:not(:last-child) .td{
        border-bottom: none;
    }
    #login-form .new-users .content-wrapper{
        border-right: none;
        border-bottom: 1px solid #CFCFD0;
    }
    #login-form .new-users,
    #login-form .registered-users{
        width: 100%;
    }
    #login-form .content-wrapper{
        margin: 10px 20px;
        padding: 0 0px 10px 0px;
    }
    #login-form .new-users .content-wrapper{
        padding-bottom: 20px;
    }
    #login-form .registered-users .content-wrapper{
        margin-bottom: 0;
    }
    #login-form .forget-password{
        float: left;
    }
    .account-create #form-validate{
        margin: 20px 12% 8% 12%;
    }
    .data-table .product-image-cell,
    .data-table .product-info-cell{
        display: block;
    }
    .stemcell .opc-wrapper-opc .payment-block .input-box{
        width: 100% !important;
    }
    .stemcell .opc-wrapper-opc .comment-block textarea{
        padding: 2%;
        width: 96%;
    }
    .cart-remove-box{
        width: 340px;
        left: 42%;
        padding: 2%;
        max-width: 90%;
    }
    .cart-remove-box .btn-remove{
        top: 12px;
        right: 10px;
    }
    .cart-remove-box .remove{
        font-size: 14px;
        line-height: 18px;
        padding: 5px 15px;
    }
    .stemcell .add-to-cart-success{
        left: 53%;
        width: 250px;
        padding: 10px;
    }
    /* time line */
    .agenda-wrapper.time-line .agenda-list{
        margin-right: 15px;
    }
    .agenda-wrapper.time-line .detail{
        margin-bottom: 20px;
    }
    .agenda-wrapper.time-line .detail .text .text-wrapper{
        padding: 15px;
    }
}
@media all and (max-width: 480px){
    p{
        font-size: 12px;
        line-height: 18px;
    }
    body.boxed-layout.stemcell header#header .menu-button{
        background: none;
        text-transform: none;
    }
    .stemcell .col-main h1{
        font-size: 24px;
        line-height: 30px;
    }
    .stemcell .col-main h1.sub-title{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .stemcell.cms-page-view .content-wrapper h2,
    .stemcell .col-main h2{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    .stemcell .document-attribute{
        font-size: 12px;
        line-height: 16px;
    }
    .stemcell nav.breadcrumbs{
        padding-top: 20px;
    }
    .stemcell header#header .links{
        margin-right: 2px;
    }
    .stemcell header#header .top-cart,
    .stemcell header#header .links li a.top-link-login{
        margin-left: 2px;
    }
    .stemcell header#header.search-open-top #search_mini_form .form-search .indent{
        width: 84%;
        margin-left: 0;
    }
    .page-title.category-title h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sidebar .block{
        width: 100%;
    }
    .block-category-list .block-title{
        font-size: 18px;
    }
    .block-category-list ul .cat-item a{
        font-size: 14px;
    }
    .products-grid .btn-quick-view span,
    .products-list .btn-quick-view span{
        height: 24px;
        line-height: 24px;
    }
    .products-grid .btn-quick-view span span span,
    .products-list .btn-quick-view span span span{
        line-height: 22px;
    }
    .products-grid .btn-quick-view span i,
    .products-list .btn-quick-view span i{
        line-height: 24px;
    }
    .content-tab li{
        display: none;
        text-align: left;
        border-bottom: none;
        margin-right: 0;
    }
    .content-tab li.step-indicator{
        display: block;
    }
    .content-tab li a{
        padding: 11px;
    }
    .content-tab li a span.label{
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }
    .content-tab li a span.label i{
        float: right;
    }
    .content-tab li.step.show{
        display: block;
    }
    .content-tab.tab-menu li{
        display: block;
    }
    .std ul.content-tab,
    .section .content-tab,
    .section .content-tab li{
        margin-bottom: 15px;
    }
    .category-description{
        font-size: 12px;
        line-height: 16px;
    }
    /* research areas page */
    .expand-more a i,
    .expand-less a i{
        margin-top: 0;
    }
    .learn-more-box{
        margin: 0 35px;
    }
    .learn-more-box img{
        width: 100%;
    }
    .learn-more-text{
        padding: 20px;
        white-space: initial;
    }
    .top-story .news-logo{
        float: left;
    }
    .top-story .news-logo span{
        display: block;
        margin-bottom: 10px;
    }
    .comparison-block .comparison-detail{
        display: inline-block;
        width: 65%;
        margin: 1%;
    }
    .comparison-block .iso-slider-container-single .comparison-middle{
        margin: 2% 0;
    }
    .comparison-left,
    .comparison-middle,
    .comparison-right,
    .comparison-middle + .comparison-right{
        width: 96%;
    }
    .comparison-block .notes{
        font-size: 12px;
        line-height: 18px;
    }
    .iso-slider-container-mobile .prev,
    .iso-slider-container-mobile .next{
        display: inline-block;
    }
    .iso-slider-container-mobile .iso-slider{
        padding: 0 35px;
        display: inline-block;
    }
    .iso-slider-container-mobile.content-tab-slider{
        padding: 0 25px;
        height: 56px;
        overflow: initial !important;
    }
    .iso-slider-container-mobile.content-tab-slider .content-tab.content-tab-small li a span.label{
        font-size: 12px;
        line-height: 14px;
    }
    .iso-slider-container-mobile.content-tab-slider .prev,
    .iso-slider-container-mobile.content-tab-slider .next{
        width: 35px;
        top: 0px;
        height: 55px;
        border: 1px solid #E2E2D9;
    }
    .iso-slider-container-mobile.content-tab-slider .prev{
        left: -10px;
    }
    .iso-slider-container-mobile.content-tab-slider .next{
        right: -10px;
    }
    .iso-slider-container-mobile.content-tab-slider .prev i,
    .iso-slider-container-mobile.content-tab-slider .next i{
        top: 20px;
        padding: 8px 11px;
        font-size: 15px;
        color: #5F6062;
        display: inline;
    }
    .iso-slider-container-mobile.content-tab-slider .prev.disabled i,
    .iso-slider-container-mobile.content-tab-slider .next.disabled i{
        color: #F1F1F1;
    }
    .iso-slider-container-mobile .content-tab.content-tab-small .iso-slider{
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .iso-slider-container-mobile .content-tab.content-tab-small .iso-slider a{
        border-color: #E2E2D9;
        line-height: 32px;
        vertical-align: middle;
    }
    .iso-slider-container-mobile.content-tab-slider + .content-tab-bottom{
        border-color: #E2E2D9;
        margin-top: 0;
        top: 0;
    }
    #educational-resource .educational-resource-wrapper{
        padding: 0 35px;
        display: inline-block;
    }
    .speaker .speaker-info{
        margin-top: 0;
    }
    .speaker-name{
        font-size: 15px;
        line-height: 20px;
    }
    .speaker-title{
        margin-bottom: 0;
    }
    .accordion .faq{
        padding: 10px 0;
    }
    .accordion .faq .question span{
        font-size: 14px;
        line-height: 20px;
    }
    .accordion .faq .answer{
        font-size: 12px;
        line-height: 18px;
    }
    .section,
    .section ul,
    .section ol,
    .section label{
        font-size: 12px;
        line-height: 16px;
    }
    .anchor-bar a{
        font-size: 13px;
    }
    /* brand page */
    .brand-content .sub-title{
        margin-bottom: 15px;
    }
    .brand-content .section.support-info{
        margin-bottom: 10px;
    }
    .brand-content .comparison-block{
        margin-bottom: 50px;
    }
    .section{
        margin-bottom: 30px;
    }
    .section p{
        font-size: 12px;
        line-height: 18px;
    }
    .comparison-info-sect{
        padding: 10px 5px;
    }
    .comparison-image{
        margin-bottom: 5px;
    }
    .comparison-block{
        margin-bottom: 30px;
    }
    .stemcell .col-main .comparison-detail h1{
        font-size: 15px;
        line-height: 20px;
        height: 36px;
        color: #53585A;
    }
    .stemcell .col-main .comparison-detail h1.sub-title{
        font-size: 14px;
        line-height: 18px;
    }
    .section .comparison-info-sect,
    .stemcell .col-main .comparison-detail h2,
    .section .comparison-info-sect ol,
    .section .comparison-info-sect ul{
        font-size: 12px;
        line-height: 16px;
    }
    .section ul:not(.last){
        margin-bottom: 0;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms{
        margin-top: -40px;
    }
    aside.sidebar .block-layered-nav + .block-vertical-nav.categories dl,
    aside.sidebar .block-layered-nav + .block-vertical-nav.cms dl{
        border-top: 1px solid #BBB;
        padding-top: 20px;
    }
    .section .products-grid li.item{
        margin-bottom: 10px;
    }
    .stemcell .document-attribute:last-child{
        margin-bottom: 0;
    }
    .stemcell .products-list .document-attribute label{
        padding-bottom: 0;
    }
    .search-technical-resources-form-wrapper label{
        width: 100%;
        margin-bottom: 5px;
    }
    .search-technical-resources-form-wrapper form{
        width: 100%;
    }
    .search-technical-resources-form-wrapper input{
        width: 94%;
        padding: 2% 3%;
    }
    #contact-info .office-info{
        font-size: 12px;
        line-height: 18px;
    }
    .sc-form.popup{
        padding: 10px;
    }
    .sc-form.popup .form-list-wrapper{
        padding: 4%;
    }
    .stemcell .product-shop .product-options dd select,
    .stemcell .product-shop .product-options label,
    .sc-form .form-list label,
    .sc-form .form-list select,
    .sc-form .form-list input.input-text,
    .sc-form .form-list textarea{
        font-size: 12px;
        line-height: 14px;
    }
    #es_form label{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .attribute-list .attr{
        display: block;
        margin-bottom: 5px;
    }
    .attribute-list .attr label, .attribute-list .attr div{
        font-size: 12px;
        line-height: 16px;
        display: block;
        padding-bottom: 0;
    }
    .tne-signup-form select,
    .tne-signup-form input.input-text,
    .tne-signup-form textarea{
        font-size: 12px;
        line-height: 14px;
    }
    #login-form{
        margin: 20px 2%;
    }
    #login-form .content p{
        font-size: 12px;
        line-height: 16px;
    }
    .forgotpassword-form{
        margin: 20px 2%;
    }
    .account-create #form-validate{
        margin: 20px 0 8% 0;
    }
    .stemcell .lockshowloading,
    .stemcell #fancybox-loading{
        left: 42%;
    }
    .sub-boxes .sub-box .box-text{
        font-size: 12px;
        line-height: 14px;
    }
    .locations-page .location-info,
    .locations-page .location-photo-box{
        width: 100%;
    }
    .locations-page .main-map{
        display: none;
    }
    .sub-boxes.col-4 .sub-box,
    .sub-boxes.col-5 .sub-box{
        width: 48%;
        margin: 0 4% 15px 0;
    }
    .sub-boxes.col-4 .sub-box:nth-child(even),
    .sub-boxes.col-5 .sub-box:nth-child(even){
        margin-right: 0;
    }
    .quick-view-holder{
        display: none;
    }
    .stemcell .add-to-cart-success h2{
        font-size: 16px;
        line-height: 20px;
    }
    .stemcell .add-to-cart-success .product-name{
        font-size: 14px;
        line-height: 16px;
    }
    .cart-remove-box .cancel-cart,
    .cart-remove-box .remove{
        font-size: 12px;
        line-height: 16px;
    }
    /* time line */
    .one-column-full-width .container_wrapper{
        padding: 2%;
    }
    .agenda-wrapper.time-line .agenda{
        margin-left: 0;
    }
    .agenda-wrapper.time-line .agenda-list{
        margin-left: 7px;
    }
    .agenda-wrapper.time-line .agenda-list .time{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .agenda-wrapper.time-line .agenda-list > li{
        margin-left: 10px;
    }
    .agenda-wrapper.time-line .agenda-list > li:before{
        left: -13px;
    }
    .agenda-wrapper.time-line .detail .text .text-wrapper h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .agenda-wrapper.time-line .detail.orange .text .text-wrapper h2{
        margin-bottom: 0;
    }
    .livechat_side_bar{
        background: rgba(88,88,88,0.5);
        right: -65px;
        width: 160px;
    }
    .livechat_side_bar button{
        font-size: 16px;
        line-height: 20px;
    }
    .livechat_form{
        top: 12%;
        right: -101%;
        width: 100%;
        z-index: 20000;
    }
    .request-livechat.request-livechat-bottom span{
        display: none;
    }
    .request-livechat.request-livechat-bottom,
    .request-livechat.request-livechat-bottom.intercom-icon{
        width: 32px;
        height: 36px;
        padding: 8px;
    }
}

.grid_1_lg,
.grid_2_lg,
.grid_3_lg,
.grid_4_lg,
.grid_5_lg,
.grid_6_lg,
.grid_7_lg,
.grid_8_lg,
.grid_10_lg,
.grid_12_lg,
.grid_1_md,
.grid_2_md,
.grid_4_md,
.grid_6_md,
.grid_8_md,
.grid_9_md,
.grid_10_md,
.grid_12_md,
.grid_2_sm,
.grid_6_sm,
.grid_8_sm,
.grid_10_sm,
.grid_12_sm,
.grid_5_xs,
.grid_7_xs,
.grid_12_xs{
    float: left;
}
.grid_center{
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media all and (min-width: 1008px){
    .grid_0_lg{
        display: none;
    }
    .grid_2_lg:nth-child(6n+1),
    .grid_3_lg:nth-child(4n+1),
    .grid_4_lg:nth-child(3n+1),
    .grid_6_lg:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_lg:nth-child(6n),
    .grid_3_lg:nth-child(4n),
    .grid_4_lg:nth-child(3n),
    .grid_6_lg:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_lg:nth-child(odd),
    .grid_7_lg:nth-child(odd),
    .grid_8_lg:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_lg:nth-child(even),
    .grid_7_lg:nth-child(even),
    .grid_8_lg:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_1_lg{
        width: 7.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_2_lg{
        width: 15%;
        margin: 0 1% 20px 1%;
    }
    .grid_3_lg{
        width: 23.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_4_lg{
        width: 32%;
        margin: 0 1% 15px 1%;
    }
    .grid_5_lg{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_lg{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_lg{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_lg{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_lg{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_lg{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_lg{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_lg{
        width: 98%;
        margin: 0 1%
    }
    .col_3_lg{
        width: 25%;
    }
    .col_4_lg{
        width: 33.33%;
    }
}
@media all and (min-width: 768px) and (max-width: 1007px){
    .grid_0_md{
        display: none;
    }
    .grid_2_md:nth-child(6n+1),
    .grid_3_md:nth-child(4n+1),
    .grid_4_md:nth-child(3n+1),
    .grid_6_md:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_md:nth-child(6n),
    .grid_3_md:nth-child(4n),
    .grid_4_md:nth-child(3n),
    .grid_6_md:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_md:nth-child(odd),
    .grid_7_md:nth-child(odd),
    .grid_8_md:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_md:nth-child(even),
    .grid_7_md:nth-child(even),
    .grid_8_md:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_1_lg{
        width: 7.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_2_md{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_md{
        width: 23.5%;
        margin: 0 1% 15px 1%;
    }
    .grid_4_md{
        width: 32%;
        margin: 0 1% 15px 1%;
    }
    .grid_5_md{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_md{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_md{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_md{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_md{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_md{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_md{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_md{
        width: 98%;
        margin: 0 1%;
    }
    .col_3_md{
        width: 25%;
    }
    .col_4_md{
        width: 33.33%;
    }
}
@media all and (min-width: 481px) and (max-width: 767px){
    .grid_0_sm{
        display: none;
    }
    .grid_2_sm:nth-child(6n+1),
    .grid_3_sm:nth-child(4n+1),
    .grid_4_sm:nth-child(3n+1),
    .grid_6_sm:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_2_sm:nth-child(6n),
    .grid_3_sm:nth-child(4n),
    .grid_4_sm:nth-child(3n),
    .grid_6_sm:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_5_sm:nth-child(odd),
    .grid_7_sm:nth-child(odd),
    .grid_8_sm:nth-child(odd),
    .grid_5_sm + .grid_7_sm,
    .grid_9_sm + .grid_3_sm{
        margin-left: 0;
        clear: left;
    }
    .grid_5_sm:nth-child(even),
    .grid_7_sm:nth-child(even),
    .grid_8_sm:nth-child(even),
    .grid_7_sm + .grid_5_sm,
    .grid_3_sm + .grid_9_sm{
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_2_sm{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_sm{
        width: 23.5%;
        margin: 0 1% 10px 1%;
    }
    .grid_4_sm{
        width: 32%;
        margin: 0 1% 10px 1%;
    }
    .grid_5_sm{
        width: 40%;
        margin: 0 2% 20px 2%;
    }
    .grid_6_sm{
        width: 48%;
        margin: 0 2% 20px 2%;
    }
    .grid_7_sm{
        width: 56%;
        margin: 0 2% 20px 2%;
    }
    .grid_8_sm{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_sm{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_sm{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_sm{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_sm{
        width: 98%;
        margin: 0 1%;
    }
}
@media all and (max-width: 480px){
    .grid_0_xs{
        display: none;
    }
    .hidden_xs{
        display: none;
    }
    .grid_3_xs:nth-child(4n+1),
    .grid_4_xs:nth-child(3n+1),
    .grid_6_xs:nth-child(2n+1){
        margin-left: 0;
        clear: left;
    }
    .grid_3_xs:nth-child(4n),
    .grid_4_xs:nth-child(3n),
    .grid_6_xs:nth-child(2n){
        margin-right: 0;
        float: right;
        clear: right;
    }
    .grid_2_xs{
        width: 15%;
        margin: 0 1% 10px 1%;
    }
    .grid_3_xs{
        width: 23.5%;
        margin: 0 1% 10px 1%;
    }
    .grid_4_xs{
        width: 32%;
        margin: 0 1% 10px 1%;
    }
    .grid_5_xs{
        width: 40%;
        margin: 0 2% 10px 2%;
    }
    .grid_6_xs{
        width: 48%;
        margin: 0 2% 15px 2%;
    }
    .grid_7_xs{
        width: 56%;
        margin: 0 2% 10px 2%;
    }
    .grid_8_sm{
        width: 64%;
        margin: 0 1% 10px 1%;
    }
    .grid_9_xs{
        width: 72%;
        margin: 0 1% 10px 1%;
    }
    .grid_10_xs{
        width: 80%;
        margin: 0 1% 10px 1%;
    }
    .grid_12_xs{
        width: 100%;
        margin: 0;
    }
    .main-container > .row > .grid_12_xs{
        width: 96%;
        margin: 0 2%;
    }
    .grid_5_xs:nth-child(odd),
    .grid_7_xs:nth-child(odd),
    .grid_8_xs:nth-child(odd){
        margin-left: 0;
        clear: left;
    }
    .grid_5_xs:nth-child(even),
    .grid_7_xs:nth-child(even),
    .grid_8_xs:nth-child(even){
        margin-right: 0;
        float: right;
        clear: right;
    }
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

 /* #Desktop - Extra Large
================================================== */
@media only screen and (min-width: 1375px) {

	/*
	  Forces backgrounds to span full width,
	  even if there is horizontal scrolling.
	  Increase this if your layout is wider.

	  Note: IE6 works fine without this fix.
	*/

	body {
		min-width: 1272px;
		overflow-x:hidden;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 1272px;
	}

	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		display:inline;
		float: left;
		position: relative;
		 margin-left: 10px;
		margin-right: 10px;
	}



	.push_1, .pull_1,
	.push_2, .pull_2,
	.push_3, .pull_3,
	.push_4, .pull_4,
	.push_5, .pull_5,
	.push_6, .pull_6,
	.push_7, .pull_7,
	.push_8, .pull_8,
	.push_9, .pull_9,
	.push_10, .pull_10,
	.push_11, .pull_11,
	.push_12, .pull_12 {
		position:relative;
	}


	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .grid_1 {
		width:86px;
	}

	.container_12 .grid_2 {
		width:192px;
	}

	.container_12 .grid_3 {
		 width:298px;
	}

	.container_12 .grid_4 {
		width:404px;
	}

	.container_12 .grid_5 {
		width:510px;
	}

	.container_12 .grid_6 {
		width:616px;
	}

	.container_12 .grid_7 {
		width:722px;
	}

	.container_12 .grid_8 {
		width:828px;
	}

	.container_12 .grid_9 {
		width:934px;
	}

	.container_12 .grid_10 {
		width:1040px;
	}

	.container_12 .grid_11 {
		width:1146px;
	}

	.container_12 .grid_12 {
		width:1252px;
	}




	/* Prefix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .prefix_1 {
		padding-left:106px;
	}

	.container_12 .prefix_2 {
		padding-left:212px;
	}

	.container_12 .prefix_3 {
		padding-left:318px;
	}

	.container_12 .prefix_4 {
		padding-left:424px;
	}

	.container_12 .prefix_5 {
		padding-left:530px;
	}

	.container_12 .prefix_6 {
		padding-left:636px;
	}

	.container_12 .prefix_7 {
		padding-left:742px;
	}

	.container_12 .prefix_8 {
		padding-left:848px;
	}

	.container_12 .prefix_9 {
		padding-left:954px;
	}

	.container_12 .prefix_10 {
		padding-left:1060px;
	}

	.container_12 .prefix_11 {
		padding-left:1166px;
	}



	/* Suffix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .suffix_1 {
		padding-right:106px;
	}

	.container_12 .suffix_2 {
		padding-right:212px;
	}

	.container_12 .suffix_3 {
		padding-right:318px;
	}

	.container_12 .suffix_4 {
		padding-right:424px;
	}

	.container_12 .suffix_5 {
		padding-right:530px;
	}

	.container_12 .suffix_6 {
		padding-right:636px;
	}

	.container_12 .suffix_7 {
		padding-right:742px;
	}

	.container_12 .suffix_8 {
		padding-right:848px;
	}

	.container_12 .suffix_9 {
		padding-right:954px;
	}

	.container_12 .suffix_10 {
		padding-right:1060px;
	}

	.container_12 .suffix_11 {
		padding-right:1166px;
	}



	/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .push_1 {
		left:106px;
	}

	.container_12 .push_2 {
		left:212px;
	}

	.container_12 .push_3 {
		left:318px;
	}

	.container_12 .push_4 {
		left:424px;
	}

	.container_12 .push_5 {
		left:530px;
	}

	.container_12 .push_6 {
		left:636px;
	}

	.container_12 .push_7 {
		left:742px;
	}

	.container_12 .push_8 {
		left:848px;
	}

	.container_12 .push_9 {
		left:954px;
	}

	.container_12 .push_10 {
		left:1060px;
	}

	.container_12 .push_11 {
		left:1166px;
	}



	/* Pull Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .pull_1 {
		left:-106px;
	}

	.container_12 .pull_2 {
		left:-212px;
	}

	.container_12 .pull_3 {
		left:-318px;
	}

	.container_12 .pull_4 {
		left:-424px;
	}

	.container_12 .pull_5 {
		left:-530px;
	}

	.container_12 .pull_6 {
		left:-636px;
	}

	.container_12 .pull_7 {
		left:-742px;
	}

	.container_12 .pull_8 {
		left:-848px;
	}

	.container_12 .pull_9 {
		left:-954px;
	}

	.container_12 .pull_10 {
		left:-1060px;
	}

	.container_12 .pull_11 {
		left:-1166px;
	}

	/* Adaptive */

	/* 2 columns list */
	.products-grid#upsell-product-table > li:nth-of-type(5n+5){
		margin-right:0;
	}
	.products-grid#upsell-product-table > li:nth-of-type(5n+1){
		clear:left;
	}

	.block-related .no-slider li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(2n+1){
		clear:left;
	}

	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(2n+1){
		clear:none;
	}
	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(5n+5){
		margin-right:0;
	}
	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(4n+1){
		clear:left;
	}


 	.productpage_small .more-views ul.no-slider li:nth-of-type(7n+7){margin-right: 0;}
	.productpage_small .more-views ul.no-slider li:nth-of-type(7n+1){clear: left;}
	.productpage_small .more-views ul.no-slider li {margin-right: 9px;}
	.more-views ul.no-slider li a {margin: 0;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(5n+5){margin-right: 0;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(5n+1){clear: left;}
	.productpage_large .more-views ul.no-slider li {margin-right: 9px;}
	.productpage_large .more-views ul.no-slider li,
	.productpage_large .more-views ul.no-slider li a {width: 73px;}
	.productpage_extralarge .more-views ul.no-slider li {margin-right: 16px;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(10n+10){margin-right: 0;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(10n+1){clear: left;}

	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item {
		width: 174px;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(5n+1){
		clear: none!important;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(5n+5){
		margin-right: 10px!important;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: left!important;
		margin:0 10px 0 0!important;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin: 0 0 0 10px!important;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: none!important;
		margin-left: 10px!important;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin-right: 10px!important;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width:156px;}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1){
		margin-left: 0 !important;
		clear: left !important;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+4){
		margin-right: 0 !important;
	}

	.product-essential.productpage_small .product-shop .vertical .box-up-sell .products-grid li.item{width:129px!important;}

	.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width: 134px !important;
	}
	.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item{width:227px;}
	.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width: 183px!important;}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item{margin:0 10px!important;}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){
		clear: none !important;
		margin-left: 10px!important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+3){
		margin-right: 10px!important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item{
		width:209px!important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1){
		clear: left !important;
		margin-left: 0!important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+4){
		margin-right: 0!important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1){
		clear: none !important;
		margin-left: 10px!important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+4){
		margin-right: 10px!important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width:227px!important;}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(5n+1){
		clear: left !important;
		margin-left: 0!important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(5n+5){
		margin-right: 0!important;
	}

	/* Wide Menu */
    #nav.nav-wide li.tech {
	padding: 1.5em 31px 0 0;
	width: 220px;
    }

	.nav-wide#nav-wide li.over .menu-wrapper {
		display: block!important;
	}

	aside.sidebar .block.block-wishlist li.item .product-details{width: 64%;}

    .product-essential .product-image .es-nav-prev{
		left:0;
    }
    .product-essential .product-image .es-nav-next{
		right:0;
    }
	.product-view .box-up-sell .products-grid li.item {width: 234px;}
	.slider-container.slider-2 .home-slider-container .products-grid li.item{
		width:313px;
	}
	.slider-container.slider-2 .home-slider-container .products-grid li.item .indent{
		padding-left: 2px;
		padding-right: 18px;
	}
    .product-view .productpage_small .more-views #more-views-slider li {width: 103px; margin:0;}
    .product-view .productpage_small .more-views #more-views-slider li a{margin-right:16px;}
	.product-view .productpage_medium .more-views #more-views-slider li{margin:0; width: 102px;}
	.product-view .productpage_medium .more-views #more-views-slider li a{margin-right:19px; margin-left: 1px;}
    .product-view .productpage_large .more-views #more-views-slider li{margin:0; width: 101px;}
	.product-view .productpage_large .more-views #more-views-slider li a{margin-right:14px; margin-left: 1px;}
    .product-view .productpage_extralarge .more-views.slider-on{width:520px;}
	.product-view .productpage_extralarge .more-views #more-views-slider li{margin:0; width: 130px;}
	.product-view .productpage_extralarge .more-views #more-views-slider li a{margin-right:15px;}

    .product-view .product-image .cloud-zoom-big{width:100%!important;}
    .product-view .more-views #more-views-slider li a{width:auto;}
    .product-view .more-views #more-views-slider li a img{width:100%;}
	.related-wrapper-bottom .block-related li.item {width: 313px;}

    /*Multiple Checkout*/
    .multiple-checkout .sp-methods .form-list input.input-text{width:306px;}


    /* Cart Crossel*/
    .crosssell .product-image img{width:100%;}

    /* opc */
    .opc .field{width:410px;}
    .opc .field input.input-text{width:380px;}
    .opc .field-2, .opc .name-lastname{width:424px;}
    .opc .field-2 input.input-text,
    .opc .name-lastname input.input-text{width:405px;}
    .opc .form-list .field select,
    .opc .form-list .field-2 select{width: 100.5%;}
    .opc .form-list li.wide input.input-text{width: 91.3%;}
	.opc .form-list li.wide select {width: 94%;}
	.opc .form-list .fields .field input, .opc .form-list .fields .field-2 input {width: 95%;}
	.opc .form-list .fields .field.name-lastname input {width: 96%;}
	.opc .form-list .input-box {width: 92%;}
    .form-list li.wide select{width:824px;}
    .form-list .customer-name-suffix .name-lastname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename-suffix .name-firstname,
    .form-list .customer-name-middlename-suffix .name-lastname{width:275px;}
    .form-list .customer-name-prefix .name-firstname input.input-text,
    .form-list .customer-name-suffix .name-lastname input.input-text,
    .form-list .customer-name-middlename .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-lastname input.input-text{width: 225px;}
	.opc .form-list .field.name-middlename input.input-text {width: 87px;}
    .opc .form-list .fields .field.name-middlename{width: 151px;}
	.opc .form-list .fields .field.name-lastname{width: 48%;}
    .opc .field-2 input.input-text,
    .opc .name-lastname input.input-text{width:407px;}
	.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list input.input-text{width:253px;}
	.opc .sp-methods input.input-text{width:303px;}

    /* form list */
    .form-list .field{width:406px;}
    .form-list .name-middlename{width:131px;}
    .form-list input.input-text{width: 350px;}
    .form-list li.wide input.input-text {width: 755px;}
	.form-list select {width: 372px;}
    .form-list li.wide textarea{	width:785px;}
	.content_bottom #newsletter {width:74.1%;}
	.catalog-product-view .box-reviews .review  {width:78%;}
	.cart .shipping .form-list input {width: 92%}

	.widget-products .grid_3:nth-of-type(4n+1) {margin-left: 0; clear: left;}
	.widget-products .grid_3:nth-of-type(4n+4) {margin-right: 0; clear: right;}

}


/* For Top Menu */
@media only screen and (min-width: 978px) {
	/* Default Menu in Wide Mode */
	.nav-wide#nav-wide .menu-wrapper.default-menu{
		margin: 0;
		padding: 10px 0;
		width: 15em;
		box-shadow: none;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul{background-color:#222;}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0{margin-left: 0; margin-right: 0; padding:0;}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.level1{
		clear: both;
		display: block;
		float: none;
		padding:0 10px;
		margin:0;
		position: relative;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li{
		-moz-transition:background-color 400ms ease;
		-webkit-transition:background-color 400ms ease;
		-o-transition:background-color 400ms ease;
		transition:background-color 400ms ease;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li:hover{
		background-color:#2f2f2f;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.parent:after{
		border-left: 3px solid rgba(0, 0, 0, 0);
		border-right: 3px solid rgba(0, 0, 0, 0);
		border-top: 4px solid #aaaaaa;
		content: "";
		position: absolute;
		right: 19px;
		top: 45%;
	}

	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 a{padding:0 9px;}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a{
		margin:0;
		background: none;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a:hover span{background: none!important;}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span{
		margin:0;
		padding:0;
		background: none;
		text-transform: none;
		color:#aaa;
		font-size: 1em;
		line-height: 3.4em;
		font-weight: normal;
		-moz-transition:color 300ms ease;
		-webkit-transition:color 300ms ease;
		-o-transition:color 300ms ease;
		transition:color 300ms ease;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 ul{
		margin: 0;
		padding: 10px 0;
		border: none;
		display: none;
		width:15em;
		position: absolute;
		top: 10px;
		left: 14em;
		z-index:999;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 ul li{
		border: none;
		padding:0 19px;
		position: relative;
	}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 ul li a{padding-left: 0;}
	.nav-wide#nav-wide .menu-wrapper.default-menu ul.level0 ul a span:before{display: none;}


}

 /* #Desktop
================================================== */
@media only screen and (min-width: 1008px) and (max-width: 1374px) {
	/*
	  Forces backgrounds to span full width,
	  even if there is horizontal scrolling.
	  Increase this if your layout is wider.

	  Note: IE6 works fine without this fix.
	*/

	body {
	min-width: 1008px;
    overflow-x:hidden;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
	      margin-left: auto;
	      margin-right: auto;
	      width: 1008px;
	}

	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 15px;
		margin-right: 15px;
	}



	.push_1, .pull_1,
	.push_2, .pull_2,
	.push_3, .pull_3,
	.push_4, .pull_4,
	.push_5, .pull_5,
	.push_6, .pull_6,
	.push_7, .pull_7,
	.push_8, .pull_8,
	.push_9, .pull_9,
	.push_10, .pull_10,
	.push_11, .pull_11,
	.push_12, .pull_12 {
		position:relative;
	}


	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .grid_1 {
		width:54px;
	}

	.container_12 .grid_2 {
		width:138px;
	}

	.container_12 .grid_3 {
		width:222px;
	}

	.container_12 .grid_4 {
		width:306px;
	}

	.container_12 .grid_5 {
		width:390px;
	}

	.container_12 .grid_6 {
		width:474px;
	}

	.container_12 .grid_7 {
		width:558px;
	}

	.container_12 .grid_8 {
		width:642px;
	}

	.container_12 .grid_9 {
		width:726px;
	}

	.container_12 .grid_10 {
		width:810px;
	}

	.container_12 .grid_11 {
		width:894px;
	}

	.container_12 .grid_12 {
		width:978px;
	}




	/* Prefix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .prefix_1 {
		padding-left:84px;
	}

	.container_12 .prefix_2 {
		padding-left:168px;
	}

	.container_12 .prefix_3 {
		padding-left:252px;
	}

	.container_12 .prefix_4 {
		padding-left:336px;
	}

	.container_12 .prefix_5 {
		padding-left:420px;
	}

	.container_12 .prefix_6 {
		padding-left:504px;
	}

	.container_12 .prefix_7 {
		padding-left:588px;
	}

	.container_12 .prefix_8 {
		padding-left:672px;
	}

	.container_12 .prefix_9 {
		padding-left:756px;
	}

	.container_12 .prefix_10 {
		padding-left:840px;
	}

	.container_12 .prefix_11 {
		padding-left:924px;
	}



	/* Suffix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .suffix_1 {
		padding-right:84px;
	}

	.container_12 .suffix_2 {
		padding-right:168px;
	}

	.container_12 .suffix_3 {
		padding-right:252px;
	}

	.container_12 .suffix_4 {
		padding-right:336px;
	}

	.container_12 .suffix_5 {
		padding-right:420px;
	}

	.container_12 .suffix_6 {
		padding-right:504px;
	}

	.container_12 .suffix_7 {
		padding-right:588px;
	}

	.container_12 .suffix_8 {
		padding-right:672px;
	}

	.container_12 .suffix_9 {
		padding-right:756px;
	}

	.container_12 .suffix_10 {
		padding-right:840px;
	}

	.container_12 .suffix_11 {
		padding-right:924px;
	}



	/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .push_1 {
		left:84px;
	}

	.container_12 .push_2 {
		left:168px;
	}

	.container_12 .push_3 {
		left:252px;
	}

	.container_12 .push_4 {
		left:336px;
	}

	.container_12 .push_5 {
		left:420px;
	}

	.container_12 .push_6 {
		left:504px;
	}

	.container_12 .push_7 {
		left:588px;
	}

	.container_12 .push_8 {
		left:672px;
	}

	.container_12 .push_9 {
		left:756px;
	}

	.container_12 .push_10 {
		left:840px;
	}

	.container_12 .push_11 {
		left:924px;
	}



	/* Pull Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .pull_1 {
		left:-84px;
	}

	.container_12 .pull_2 {
		left:-168px;
	}

	.container_12 .pull_3 {
		left:-252px;
	}

	.container_12 .pull_4 {
		left:-336px;
	}

	.container_12 .pull_5 {
		left:-420px;
	}

	.container_12 .pull_6 {
		left:-504px;
	}

	.container_12 .pull_7 {
		left:-588px;
	}

	.container_12 .pull_8 {
		left:-672px;
	}

	.container_12 .pull_9 {
		left:-756px;
	}

	.container_12 .pull_10 {
		left:-840px;
	}

	.container_12 .pull_11 {
		left:-924px;
	}

	.col3-layout .products-grid.grid-3-columns li.item {
		width: 33.2%;
	}

	.header-slider-container{padding: 0 0 20% 0;}

	.main-container.col3-layout .products-grid .ajax-media-button-holder .ajax-media span span,
	.main-container.col3-layout .products-list .ajax-media-button-holder .ajax-media span span,
	.main-container.col3-layout .products-grid .btn-quick-view span span span,
	.main-container.col3-layout .products-list .btn-quick-view span span span{display: none;}
	.main-container.col3-layout .products-grid .ajax-media-button-holder .ajax-media i,
	.main-container.col3-layout .products-list .ajax-media-button-holder .ajax-media i,
	.main-container.col3-layout .products-grid .btn-quick-view i,
	.main-container.col3-layout .products-list .btn-quick-view i{margin-right: 0;}

	#cart-accordion .crosssell .item.last{margin-left: 0;}

	.products-grid#upsell-product-table > li:nth-of-type(3n+1){clear: left;}
	.products-grid#upsell-product-table > li:nth-of-type(3n+3){margin-right: 0;}
	.products-grid#upsell-product-table > li:nth-of-type(6n+1){clear: both;}

	.block-related .no-slider li.item:nth-of-type(2n+2){margin-right: 0;}
	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(4n+1){clear: left;}
	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(5n+5){margin-right: 0;}
	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(5n+1){clear: none;}
	.more-views ul.no-slider li:nth-of-type(5n+5){margin-right: 0!important;}
	.more-views ul.no-slider li:nth-of-type(5n+1){clear: left;}
	.productpage_small .more-views ul.no-slider li {margin-right: 19px;}
	.more-views ul.no-slider li a {margin: 0;}
	.productpage_medium .more-views ul.no-slider li,
	.productpage_medium .more-views ul.no-slider li a {width: 70px;}
	.productpage_medium .more-views ul.no-slider li {margin-right: 10px;}
	.productpage_large .more-views ul.no-slider li,
	.productpage_large .more-views ul.no-slider li a {width: 69px;}
	.productpage_large .more-views ul.no-slider li {margin-right: 10px;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(5n+5){margin-right: 10px!important;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(5n+1){clear: none;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(4n+1){clear: left;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(4n+4){margin-right: 0!important;}
	.productpage_extralarge .more-views ul.no-slider li,
	.productpage_extralarge .more-views ul.no-slider li a {width: 75px!important;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(5n+5){margin-right: 10px!important;}
	.productpage_extralarge .more-views ul.no-slider li {margin-right: 10px;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(7n+7){margin-right: 0;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(7n+1) {clear: left;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(5n+1) {clear: none;}
	.productpage_small .more-views #more-views-slider li {width: 95px;}
	.block-wishlist .prev {left: 40%;}
	.block-wishlist .next {right: 40%;}
	aside.sidebar .block.block-wishlist li.item .product-image {float:none;width:98%;}
	aside.sidebar .block.block-wishlist li.item .product-details {float:none;width:100%;margin-top:.75em;}
	.block-related li.item {width: 222px;}
	.block-related .next {right: 40%;}
	.block-related .prev {left: 40%;}
	.related-wrapper-bottom .block-related li.item {width: 244px;}
	.related-wrapper-bottom .block-related .prev {left: -20px;}
	.related-wrapper-bottom .block-related .next {right: -20px;}
	.more-views .next,
	.productpage_large .more-views .next {right: 43%;}
	.more-views .prev,
	.productpage_large .more-views .prev {left: 43%;}
	.product-options-bottom .pob_left {margin-bottom:1.5em;}
	.cart sidebar .discount .input-box {width:99%;float:none;}
	.cart sidebar .discount .buttons-set {float:none;width:100%;margin-top:.75em;}
	.cart sidebar .discount .buttons-set button {width:100%;}
	.cart sidebar .discount .buttons-set button span {width:100%;}
	.cart sidebar .discount .buttons-set button span span {float:none;display:block;text-align:center;width:auto;}
	.cart .cart-collaterals .shipping-form .form-list input {width:94.5%;}
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .col-1, #onepagecheckout_orderform .col3-set.onepagecheckout_datafields .col-2, #onepagecheckout_orderform .col3-set.onepagecheckout_datafields .col-3 {width:28.5%!important;}
	.form-list input.input-text {width:273px;}
	.catalog-product-view .box-reviews .form-list .field {margin-left:18px;}
	.cart .grid_9 {margin:0 0 1.5em;width:100%;}
	.cart .sidebar.grid_3 {margin:0;width:100%;}
	.cart .sidebar.grid_3 section {float:left;margin-left:22px;margin-top:0;width:28%;}
	.cart .sidebar.grid_3 section:first-child {margin-left:0;}
	.cart .sidebar.grid_3 .totals {width:32%;}
	.cart .discount .input-box input {width: 89%;}
	.cart .shipping .form-list input {width: 89%;}
	#checkout-coupon-discount-load .discount-form .input-box input#coupon-code {width: 92%;}
	.block-poll .answer {text-align:left;width:100%;}
	.block-poll .votes {float:none;width:100%;text-align:right;display:block;margin:0;}
	.my-wishlist .wishlist-input-box {margin:0 auto;float:none;}
	.my-wishlist .data-table button {margin-top: .75em; float: none;}
	.my-wishlist .data-table .product-name {max-width: 88%;}
	.my-wishlist .data-table textarea {width: 93%;}
	.block-subscribe .input-box {width:100%;float:none;}
	aside.sidebar .block-subscribe .actions {float:none;margin-top:1em;width:100%;}
	aside.sidebar .block-subscribe .actions button {width:100%;}
	aside.sidebar .block-subscribe .actions button span {width:100%;float:none;display:block;padding:0;text-align:center;}
	.content_bottom .block-subscribe button {margin-left:-1px;}
	header#header .welcome-msg span:after {top:-7px;}
	header#header .links li a:after {top:-3px;}
	.nav-wide#nav-wide li.over .menu-wrapper {
		display: block!important;
	}
	body.boxed-layout header#header.floating .sticky-close{
		right: 0;
	}

	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin {left: 11%; top: 30%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h2 {font-size: 6.667em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h4 {font-size: 2em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h5 {font-size: 1.25em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin h3 {font-size: 3.5em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin p {font-size: .91em; letter-spacing: 3px;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {left: 11%; top: 30%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h2 {font-size: 6.667em; margin-top: -2%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h4 {font-size: 2em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h3 { float: right; font-size: 3.5em; margin-left: 0; margin-right: -12%; margin-top: -1.5%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 p {font-size: 1.25em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 {left: 31%; top: 30%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h2 {font-size: 6.667em; margin-top: -2%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h4 {font-size: 2em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h3 {font-size: 3.5em; margin-left: 13%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 p {font-size: 1.25em;}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin {top: 42%; left: 8%;}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-2 {top: 47%; right: 12%;}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-3 {top: 41%;}
	.slider-container .next {right: -20px;}
	.slider-container .prev {left: -20px;}
	#nav-wide.nav-wide .top-content .top-menu-links li,
	#nav-wide.nav-wide .top-content .top-menu-features li {width: 22%;}
	#nav-wide.nav-wide .top-content .top-menu-features li span {width: 72%;}
	#nav-wide.nav-wide .top-content .top-menu-features li span h3 {font-size: 1.16em;}
	#nav-wide.nav-wide .right-content .menu-banner {width: 45%;}
	.form-list .customer-dob .dob-year input.input-text {width: 112px;}
	.form-list li.wide input.input-text {width: 598px;}
	.form-list select {width: 297px;}
	.data-table .product-name a {font-size: 1.25em;}
	aside.sidebar .block.block-layered-nav dl dd a,
	aside.sidebar .block.block-layered-nav dl dd .filter-lbl {width: 82%;}
	aside.sidebar .block.block-layered-nav dl dt h2,
	aside.sidebar .block-title strong span {font-size: 1em; line-height: 1.5em;}
	.product-view .product-shop .product-name h2 {font-size: 2em;}
	.product-view .box-up-sell .products-grid li.item {width: 303px;}
	.product-view .box-tags .form-add input.input-text {width: 97%;}
	.product-view .box-tags .form-add .input-box {width: 81%;}
	.catalog-product-view .box-reviews .form-add .form-list input {width: 91%;}
	.catalog-product-view .box-reviews .form-add .form-list textarea {width: 95%;}
	#footer .contacts-footer-content .fields .field {margin-right: 8px;}
	#footer .contacts-footer-content .fields .field input {width: 79%;}
	#footer .contacts-footer-content input, #footer .contacts-footer-content .wide textarea {width: 90%;}
	#footer .footer-topline .custom-footer-content.features li > div {width: 75%;}
	#footer .footer-topline .custom-footer-content.features li > div h3 {font-size: 1.25em;}
	#footer .custom-footer-content ul.links li a {font-size: .91em; line-height: 1em;}
	#footer .custom-footer-content ul.links li a:hover {padding-left: 20px!important;}
	#footer .custom-footer-content ul.links li a:hover:before {left: 0}
	#footer .custom-footer-content ul.links li a:before {top: .75em;}
	.product-view .productpage_extralarge .more-views {width: 60%;}
	.productpage_extralarge .more-views .prev {left: 46.2%;}
	.productpage_extralarge .more-views .next {right: 46.2%;}
	.productpage_extralarge .more-views li {width: 117px!important;}
	.product-view .product-prev, .product-view .product-next {top: .75em;}
	.productpage_medium .more-views li {width: 98px;}
	.productpage_medium .more-views .prev {left: 44%;}
	.productpage_medium .more-views .next {right: 44%;}
	.productpage_small .more-views .prev {left: 45.3%;}
	.productpage_small .more-views .next {right: 45.3%;}
	.productpage_small.product-shop .availability {padding-top: 0; float: left;}
	.product-view .productpage_small.product-shop .price-box {clear: both; display: block;}
	.product-view .productpage_small.product-shop .product-prev,
	.product-view .productpage_small.product-shop .product-next {top: 4px;}
	.contacts-index-index .form-list li.wide textarea {width: 595px;}
	.data-table .product-name a {max-width: 69%;}
	section .crosssell .product-image {width: 100%; margin: 0;}
	section .crosssell .product-details {width: 100%;}
	.cart .cart-collaterals .discount-form .input-box input {width: 94%;}
	.multiple-checkout .form-list select {width: 297px;}

	.opc-wrapper-opc .opc-col-left,
	.opc-wrapper-opc .opc-col-center,
	.opc-wrapper-opc .opc-col-right{width: 31.95%!important;}
	.opc-wrapper-opc .opc-col-right{margin-left: 0!important;}

	.opc .form-list .fields .field input,
	.opc .form-list .fields .field-2 input {width: 87%;}
	.opc .form-list .fields .field.name-middlename {width: 150px;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname {width: 180px;}
	.opc .form-list .customer-name-suffix .name-lastname input,
	.opc .form-list .customer-name-middlename .name-firstname input,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input {width: 75%;}
	.opc .gift-messages-form .form-list li.wide textarea {width: 65.5%;}
	.opc .sp-methods dd select {width: 45.5%;}
	.opc #login-form input {width: 92%;}
	.slider-container .four-products .home-slider li.item {width: 326px;}
	.mobile-device span.label-new,
	.mobile-device span.label-sale {padding: 0 9px;}
	.mobile-device aside.sidebar .block.block-layered-nav #amount-1,
	.mobile-device aside.sidebar .block.block-layered-nav #amount-2 {width: 34%;}
	.mobile-device aside.sidebar .block.block-layered-nav dl dd .price > p {margin: 0;}
	aside.sidebar .block.block-layered-nav #slider-range {width: 90%; margin-left: 0;}
	.product-view .product-shop .bundle-box .price-box {line-height: normal; min-height: 1px;}
	.product-view .product-shop .bundle-box ~ .availability {float: left; line-height: 1.583em; min-height: 1px;}
	.product-options dd .input-box {margin-bottom: 0; width: 65%;}
	header#header.floating .nav-container {margin-right: 0; width: 75%;}
	body.boxed-layout .container_12{
		padding-left: 0;
		padding-right: 0;
	}
	.product-view .productpage_small .product-prev,
	.product-view .productpage_small .product-next {top: .417em;}
	#footer .footer-address-block {font-size: .83em;}

	.widget-latest li .post-date{border: none; margin-right: 0;}

	.product-collateral .vertical:after{
		left: 221px;
	}

	.product-view .vertical .box-up-sell li:nth-of-type(4n+1){
		clear: none!important;
	}

	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item {width:125px;}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1),
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1),
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(5n+1),
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(6n+1){
		clear: none !important;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: left !important;
		margin-left: 0;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin-right: 0;
	}

	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width:160px; margin:0 10px!important;}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: none!important;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){
		clear: left !important;
		margin-left: 0!important;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+3){
		margin-right: 0!important;
		margin-left: 10px!important;
	}


	.col3-layout .sorter .limiter{margin-top: 1em;}
	.col3-layout .toolbar .sidebar-button{margin-bottom: 1em; float: left;}
	.col3-layout .toolbar .sorter .view-mode{
		float: right;
		margin: 0 0 1em;
	}
	.col3-layout.sidebar-off .toolbar .sorter .view-mode {float: left; margin: 0 20px 0 0;}
	.col3-layout.sidebar-off .sorter .sort-by {clear: none; float: none; display: inline-block; margin-right: 5px;}
	.col3-layout.sidebar-off .sorter a.asc,
	.col3-layout.sidebar-off .sorter a.desc {float: none;}
	.col3-layout .sorter .limiter{margin-top: 0.5em;}
	.col3-layout .sorter .sort-by {clear: left; float: left; display: block; margin-right: 5px;}
	.col3-layout .sorter a.asc,
	.col3-layout .sorter a.desc {float: left;}

	.cart .grid_4 .discount .input-box input,
	.cart .grid_4 .shipping .form-list input {width: 92%;}
	.about-us-wrapper .text {width: 57%;}
	.about-us-wrapper .image {width: 40%;}
	.about-us-wrapper .text h2 {font-size: 2.75em;}
	.about-us-wrapper .text h3 {margin-bottom: .75em;}

	.widget-list #products-list {padding: 1.5em 15px; margin: 0 -15px;}

	body .timer-wrapper {padding-left: 10px; padding-right: 10px;}
	body .timer-wrapper.full .timer-box > div {font-size: .75em; min-width: 42px;}
	body .timer-wrapper.full .timer-box > div span {min-width: 42px;}

	.widget-products .grid_3:nth-of-type(4n+1) {margin-left: 0; clear: left;}
	.widget-products .grid_3:nth-of-type(4n+4) {margin-right: 0; clear: right;}

	aside.sidebar .block-subscribe .input-box input {width: 89%;}
	aside.sidebar .block-subscribe .actions button span {width: 96%;}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px, Gutter: 20px, Unit: 44px */
@media only screen and (min-width: 768px) and (max-width: 1007px) {

	/*
	  Forces backgrounds to span full width,
	  even if there is horizontal scrolling.
	  Increase this if your layout is wider.

	  Note: IE6 works fine without this fix.
	*/

	body {
	  min-width: 768px;
    overflow-x:hidden;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 768px;
	}

	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}



	.push_1, .pull_1,
	.push_2, .pull_2,
	.push_3, .pull_3,
	.push_4, .pull_4,
	.push_5, .pull_5,
	.push_6, .pull_6,
	.push_7, .pull_7,
	.push_8, .pull_8,
	.push_9, .pull_9,
	.push_10, .pull_10,
	.push_11, .pull_11,
	.push_12, .pull_12 {
		position:relative;
	}


	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .grid_1 {
		width:44px;
	}

	.container_12 .grid_2 {
		width:108px;
	}

	.container_12 .grid_3 {
		width:172px;
	}

	.container_12 .grid_4 {
		width:236px;
	}

	.container_12 .grid_5 {
		width:300px;
	}

	.container_12 .grid_6 {
		width:364px;
	}

	.container_12 .grid_7 {
		width:428px;
	}

	.container_12 .grid_8 {
		width:492px;
	}

	.container_12 .grid_9 {
		width:556px;
	}

	.container_12 .grid_10 {
		width:620px;
	}

	.container_12 .grid_11 {
		width:684px;
	}

	.container_12 .grid_12 {
		width:748px;
	}




	/* Prefix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .prefix_1 {
		padding-left:64px;
	}

	.container_12 .prefix_2 {
		padding-left:128px;
	}

	.container_12 .prefix_3 {
		padding-left:192px;
	}

	.container_12 .prefix_4 {
		padding-left:256px;
	}

	.container_12 .prefix_5 {
		padding-left:320px;
	}

	.container_12 .prefix_6 {
		padding-left:384px;
	}

	.container_12 .prefix_7 {
		padding-left:448px;
	}

	.container_12 .prefix_8 {
		padding-left:512px;
	}

	.container_12 .prefix_9 {
		padding-left:576px;
	}

	.container_12 .prefix_10 {
		padding-left:640px;
	}

	.container_12 .prefix_11 {
		padding-left:704px;
	}



	/* Suffix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .suffix_1 {
		padding-right:64px;
	}

	.container_12 .suffix_2 {
		padding-right:128px;
	}

	.container_12 .suffix_3 {
		padding-right:192px;
	}

	.container_12 .suffix_4 {
		padding-right:256px;
	}

	.container_12 .suffix_5 {
		padding-right:320px;
	}

	.container_12 .suffix_6 {
		padding-right:384px;
	}

	.container_12 .suffix_7 {
		padding-right:448px;
	}

	.container_12 .suffix_8 {
		padding-right:512px;
	}

	.container_12 .suffix_9 {
		padding-right:576px;
	}

	.container_12 .suffix_10 {
		padding-right:640px;
	}

	.container_12 .suffix_11 {
		padding-right:704px;
	}



	/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .push_1 {
		left:64px;
	}

	.container_12 .push_2 {
		left:128px;
	}

	.container_12 .push_3 {
		left:192px;
	}

	.container_12 .push_4 {
		left:256px;
	}

	.container_12 .push_5 {
		left:320px;
	}

	.container_12 .push_6 {
		left:384px;
	}

	.container_12 .push_7 {
		left:448px;
	}

	.container_12 .push_8 {
		left:512px;
	}

	.container_12 .push_9 {
		left:576px;
	}

	.container_12 .push_10 {
		left:640px;
	}

	.container_12 .push_11 {
		left:704px;
	}



	/* Pull Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .pull_1 {
		left:-64px;
	}

	.container_12 .pull_2 {
		left:-128px;
	}

	.container_12 .pull_3 {
		left:-192px;
	}

	.container_12 .pull_4 {
		left:-256px;
	}

	.container_12 .pull_5 {
		left:-320px;
	}

	.container_12 .pull_6 {
		left:-384px;
	}

	.container_12 .pull_7 {
		left:-448px;
	}

	.container_12 .pull_8 {
		left:-512px;
	}

	.container_12 .pull_9 {
		left:-576px;
	}

	.container_12 .pull_10 {
		left:-640px;
	}

	.container_12 .pull_11 {
		left:-704px;
	}

	.header-slider-container{padding: 0 0 20% 0;}

	/* Adaptive */
	.widget-slider.six-products li.item,
	.products-grid.six-products li.item,
	.widget-slider.seven-products li.item,
	.products-grid.seven-products li.item,
	.widget-slider.eight-products li.item,
	.products-grid.eight-products li.item {width: 16.667%;}

	.products-grid.two-products li.item:nth-of-type(2n+1),
	.products-grid.three-products li.item:nth-of-type(3n+1),
	.products-grid.four-products li.item:nth-of-type(4n+1),
	.products-grid.five-products li.item:nth-of-type(5n+1),
	.products-grid.six-products li.item:nth-of-type(6n+1),
	.products-grid.seven-products li.item:nth-of-type(6n+1),
	.products-grid.eight-products li.item:nth-of-type(6n+1) {clear: left;}
	.products-grid.two-products li.item:nth-of-type(2n),
	.products-grid.three-products li.item:nth-of-type(3n),
	.products-grid.four-products li.item:nth-of-type(4n),
	.products-grid.five-products li.item:nth-of-type(5n),
	.products-grid.six-products li.item:nth-of-type(6n),
	.products-grid.seven-products li.item:nth-of-type(6n),
	.products-grid.eight-products li.item:nth-of-type(6n) {clear: right;}

	.products-grid.seven-products li.item:nth-of-type(7n+1),
	.products-grid.eight-products li.item:nth-of-type(8n+1) {clear: none;}

	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(3n+1){clear: left;}

	/* Header ================================================================================ */
    .nav-container{background:none;}
    .data-table td{padding:9px;}


	header#header.floating .grid_12 .small_logo {z-index: 9999;}
	header#header {text-align: center;}
	header#header h2.logo,
	header#header h2.small_logo,
	header#header .header-top-right {float: none; text-align: center; display: block; clear: both; padding-top: .75em;}
	header#header.floating .header-top-right{padding-top: 0;}
	header#header.floating h2.small_logo {display: inline-block;}
	header#header .quick-access {text-align: center; padding: 0 0 .75em; display: inline-block;}
	header#header .quick-access .links {margin: 0; margin-left: 15px;}
	.page-title h1, .page-title h2, .widget-title h2, header.rating-title h2 {font-size: 2em;}
	header#header.floating .topline {padding: 0!important;}
	header#header.floating .grid_12 .small_logo {text-align: left; top: -12px;}
	header#header.floating .menu-button {
		background: none;
		display: none;
		float: right;
		margin: 1em 28px 0 0;
		padding: 0;
	}
	.sticky-nav header#header.floating .menu-button{display: inline-block;}
	.sticky-cart header#header.floating .menu-button,
	.sticky-search header#header.floating .menu-button{margin-right: 50px;}
	.sticky-search.sticky-cart header#header.floating .menu-button{margin-right: 95px;}

	.sticky-cart header#header.floating .sticky-close-box .menu-button,
	.sticky-search header#header.floating .sticky-close-box .menu-button{margin-right: 63px;}
	.sticky-search.sticky-cart header#header.floating .sticky-close-box .menu-button{margin-right: 100px;}

	header#header.floating .nav-container {right: 0; left: auto; margin: 0; top: 100%;}
	header#header .nav-container > ul {display: none;}
	.category-label{display: none;}
	#toTop {display: none!important;}

	header#header.floating .sticky-close-box .menu-button{
		padding-right: 18px;
	}

	header.page-title .amount {bottom: 0.4em;}
	header#header .nav-container.mobile .menu-wrapper{background: #fff;}

	/* ajax media */
	.products-grid .more-views-mode .btn-quick-view span span span,
	.products-list .more-views-mode .btn-quick-view span span span{
		display: none;
	}
	.products-grid .more-views-mode .btn-quick-view span span i,
	.products-list .more-views-mode .btn-quick-view span span i{margin: 0;}

	.ajax-media-button-holder .ajax-media span span{display: none;}
	.ajax-media-button-holder .ajax-media span i{margin: 0;}
	.ajax-media-button-holder.no-quick-view .ajax-media span span{display: inline-block;}
	.ajax-media-button-holder.no-quick-view .ajax-media span i{margin-right: 9px;}

	.ajax-media-holder{
		right: auto;
		left: 0;
	}
	.ajax-media-holder .more-views{
		right: auto;
		left: -500px;
		-moz-transition:left 300ms ease;
		-webkit-transition:left 300ms ease;
		-o-transition:left 300ms ease;
		transition:left 300ms ease;
	}
	.ajax-media-holder .more-views.show{
		right: auto;
		left: 0;
		-moz-transition:left 300ms ease;
		-webkit-transition:left 300ms ease;
		-o-transition:left 300ms ease;
		transition:left 300ms ease;
	}
	.ajax-media-holder .more-views li {
		float: left;
		margin-right: 3px;
		margin-bottom: 0;
	}


    /* Shopping Cart ========================================================================= */

    /* Meigee Tabs */
    .meigee-tabs-content {padding: 14px;}
    #product_tabs_upsell_products_contents li.item{margin-bottom:9px;}

	#cart-accordion .crosssell .item.last{margin-left: 0;}
	#cart-accordion .crosssell .item:nth-of-type(4n+3){margin-right:0;}

	.col3-layout .toolbar .sorter .sort-by label{
		display: none;
	}
	.meigee-tabs li{margin-bottom: 1px;}


    .product-view .box-up-sell .products-grid li.item {width: 233px;}
	.product-view .box-collateral.box-up-sell .products-grid li.item {width: 230px;}
	.block-wishlist .next,
	.block-wishlist .prev {top: 76px;}
	.block-wishlist .prev {right:40px;}
	.block-wishlist .next {right:20px;}
	.product-view .productpage_small .more-views #more-views-slider li{margin:0; width: 91px;}
	.product-view .productpage_small .more-views #more-views-slider li a{margin-right:14px;}
	.product-view .productpage_small .more-views.slider-on {padding-bottom: 2em;}
	.product-view .productpage_medium .more-views #more-views-slider li {margin: 0; width: 100px;}
	.product-view .productpage_medium .more-views #more-views-slider li a{margin-right:13px; margin-left: 2px;}
	.product-view .more-views.slider-on{padding-bottom: 2em;}
	.more-views .prev, .more-views .next {bottom: -10px;}
	.product-view .productpage_large .more-views #more-views-slider li{margin:0; width: 79px;}
	.product-view .productpage_large .more-views #more-views-slider li a{margin-right:13px;}
	.product-view .productpage_extralarge .more-views #more-views-slider li{margin:0; width: 108px;}
	.product-view .productpage_extralarge .more-views #more-views-slider li a{margin-right:15px;}
	.product-view .product-shop .price-box {display: block;}
	.product-view .product-shop .availability {min-height: 1px; line-height: normal; float: none; clear: both;}
	.more-views .next {right: -1px;}
	.product-view .product-shop .product-name h2 {font-size: 2em; line-height: 1.25em;}
	.product-view .product-prev, .product-view .product-next {top: .5em;}
	.product-view .box-tags .form-add input.input-text {width: 95%;}
	.product-view .box-tags .form-add .input-box {width: 75%;}
	.catalog-product-view .box-reviews .form-add .form-list input {width: 92%;}
	.catalog-product-view .box-reviews .form-add .form-list textarea {width: 93%;}
	.productpage_large .more-views .next {right: 40.5%;}
	.productpage_large .more-views .prev {left: 40.5%;}
	.productpage_medium .more-views .prev {left: 42.5%;}
	.productpage_medium .more-views .next {right: 42.5%;}
	.product-view .productpage_extralarge .more-views {width: 540px;}
	.product-view .more-views #more-views-slider li a{width:auto;}
	.product-view .more-views #more-views-slider li a img{width:100%;}
	.product-view .grouped-items-table th,
	.product-view .grouped-items-table td {padding: .75em 5px;}
	.product-view .grouped-items-table td .price-box {font-size: .83em;}
	.product-view .product-shop .price-block {position: relative;}
	.product-view .product-shop .availability-only {top: 0;}
	.product-view .product-shop .availability-only a {padding: 0;}
	.product-view .grouped-items-table {top: 1.5em; margin-bottom: 1.5em;}
	.productpage_small .product-shop .availability {padding-right: 60px; padding-top: 0; float: right; line-height: 40px;}
	.productpage_small .product-shop,
	.productpage_small > .grid_3 {width: 354px;}
	.product-shop.productpage_small + .grid_3 {float: right; margin-right: 10px;}
	.product-view .product-shop.productpage_small .price-box {display: inline-block;}
	.product-shop + .grid_3 .block-related li.item  {width: 182px;}
	.product-view .productpage_small + .product-shop .price-block {min-height: 1px;}
	.product-options-bottom .pob_left {margin-bottom:1.5em;float:none;}
	.product-options-bottom  .add-to-cart button.button span span {padding:0 20px;}
	.productpage_small .more-views .next {right: 44%;}
	.productpage_small .more-views .prev {left: 44%;}
	.product-shop + .grid_3 .block-related .prev {left: 44%;}
	.product-shop + .grid_3 .block-related .next {right: 44%;}
	.productpage_extralarge .related-wrapper .block-related .prev,
	.productpage_large .related-wrapper .block-related .prev,
	.productpage_medium .related-wrapper .block-related .prev {left: 37%;}
	.productpage_extralarge .related-wrapper .block-related .next,
	.productpage_large .related-wrapper .block-related .next,
	.productpage_medium .related-wrapper .block-related .next {right: 37%;}
	.productpage_small .related-wrapper .block-related .prev {left: 43.5%;}
	.productpage_small .related-wrapper .block-related .next {right: 43.5%;}
	.productpage_small .more-views .prev,
	.productpage_small .more-views .next {bottom: 0;}
	.productpage_small .product-shop + .grid_3 {float: right; margin-right: 10px;}
	.product-view .productpage_small .product-shop .price-box {display: inline-block;}

	.product-view .vertical:after {
		left: 171px;
	}
	.product-view .vertical .box-up-sell .products-grid li.item {
		width: 178px;
	}
	.product-view .vertical .box-up-sell li:nth-of-type(4n+1){
		clear: none!important;
	}
	.product-view .vertical .box-up-sell li:nth-of-type(3n+1){
		clear: left!important;
	}

	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item{
		margin: 0!important;
		width: 100%;
	}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width:180px; margin:0 10px!important;}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1),
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1){clear: none!important;}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){margin-left: 0!important; clear: left!important;}
	.product-essential.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){margin-right: 0!important;}

	.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width:157px!important;
	}
	.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item{
		 width: 122px;
	}
	.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){clear: none !important;}
	.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: left !important;
	}
	.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width: 218px;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item{width:160px!important;}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{

	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: none !important;
		margin-left: 10px !important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin-right: 10px !important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){
		clear: left !important;
		margin-left: 0 !important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+3){
		margin-right: 0 !important;
	}



    /*Crossel*/
	#cart-accordion .accordion-content .crosssell li.item {width: 223px;}
	.crosssell .minimal-price, .crosssell .minimal-price-link {padding-top: 7px;}
	.cart .accordion-content .discount .input-box {width: 100%;}
	.cart .accordion-content .discount .input-box  input {width: 92%;}
	header#header.floating .welcome-msg{display: none;}
	.cart .discount .input-box {width: 100%; float: none;}
	.cart .discount .input-box input {width: 86%;}
	.cart .cart-collaterals .shipping-form .form-list input {width: 93%;}
	.cart .shipping .form-list input {width: 86%;}
	section .crosssell .product-image {width: 100%; margin: 0;}
	section .crosssell .product-details {width: 100%; margin: 0;}
	section .crosssell .minimal-price,
	section .crosssell .minimal-price-link {float: left;}
    /* Multiple Addresses Checkout */
    .multiple-checkout .gift-messages-form .form-list li.wide textarea {width: 57%;}
    .multiple-checkout .gift-messages-form .details .form-list li.wide textarea {width: 40%;}
	.multiple-checkout .gift-messages-form .details .form-list .field {width: 235px;}
	.multiple-checkout .gift-messages-form .details .form-list .field input {width: 213px;}
	.multiple-checkout .gift-messages-form .form-list .field {width: 170px;}
	.multiple-checkout .gift-messages-form .form-list .field input {width: 135px;}
	.multiple-checkout .form-list select {width: 238px;}
    .data-table .cart-price .price {font-size: 1.5em;}

    /* Block Related */
    .block-related li.item {width: 172px;}
	.block-related .next {right: 37%;}
	.block-related .prev {left: 37%;}
	.block-related .product-name a {max-width: 91%;}
	.related-wrapper-bottom .block-related li.item {width: 249px;}
	.related-wrapper-bottom .block-related .next {right: -10px; opacity: 1; filter: alpha(opacity=100);}
	.related-wrapper-bottom .block-related .prev {left: -10px; opacity: 1; filter: alpha(opacity=100);}
	.block-related header .block-subtitle a{
		top: -26px;
		padding-left: 17px;
	}
	.related-wrapper-bottom .block-related header .block-subtitle a{
		top: 2px;
		padding-left: 0;
	}

    .block-related .prev, .block-related .next,
	.more-views .prev, .more-views .next {opacity:1;}
    /* One Page Checkout */
    .opc-wrapper-opc .opc-col-left,
	.opc-wrapper-opc .opc-col-center,
	.opc-wrapper-opc .opc-col-right{width:48%!important;}
	.opc-wrapper-opc .opc-col-right {
		float: right!important; margin-right: 10px!important; margin-left: 0;
	}
	.opc .form-list input.input-text {width: 91%;}
    .opc .field{
	width:264px;
    }
    .opc .field-2, .opc .name-lastname {
	width: 267px;
    }
    .opc .form-list li.wide input.input-text{
	width:489px;
    }
    .opc .form-list .field select, .opc .form-list .field-2 select {
	width:237px;
    }

	.my-account .pager .pages {float: left; clear: both;}

	.form-list .customer-name-suffix .name-lastname,
	.form-list .customer-name-middlename .name-firstname,
	.form-list .customer-name-middlename-suffix .name-firstname,
	.form-list .customer-name-middlename-suffix .name-lastname {width: 140px;}
	.form-list .customer-name-prefix .name-firstname input.input-text,
	.form-list .customer-name-suffix .name-lastname input.input-text,
	.form-list .customer-name-middlename .name-firstname input.input-text,
	.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width: 105px;}
	.form-list .customer-dob .dob-year input.input-text {width: 55px;}
	.form-list .field {width: 255px;}
	.form-list input.input-text {width: 215px;}
	.contacts-index-index .form-list li.wide textarea {width: 467px;}
	.form-list li.wide input.input-text {width: 471px;}
	.form-list select {width: 240px;}
	.form-list .customer-name-middlename .name-middlename{width:117px;}
	.form-list .customer-name-middlename .name-middlename input{width: 82px;}
	.form-list li.wide textarea {width: 495px;}
	.form-list li.wide select {width: 505px;}
	.opc .form-list .name-middlename {width: 124px;}
	.opc .form-list .customer-dob .dob-month input,
	.opc .form-list .customer-dob .dob-day input,
	.opc .form-list .customer-dob .dob-year input{width:80%!important;}
	.gift-messages-form .form-list li.wide textarea {width: 85%;}
	.gift-messages-form .details .form-list li.wide textarea {width: 65%;}
	.opc .sp-methods .form-list input.input-text{width: 95%;}
	.opc .sp-methods .form-list select{width: 100%;}
	.opc .sp-methods select.month{width:150px;}
	.opc .form-list .name-middlename input.input-text {width: 73%!important;}
	.opc .form-list li.wide input.input-text {width: 465px;}
	.opc .form-list li.wide select {width: 97%;}
	.opc .form-list .name-middlename {width: 116px;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname {width: 145px!important;}
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {width: 77%!important;}
	.opc .form-list .customer-name-middlename .name-middlename {width: 120px!important;}
	.opc .form-list .fields .field {width: 47%;}
	.opc .form-list .fields .field input, .opc .form-list .fields .field-2 input {width: 84%;}
	.opc .form-list .field select, .opc .form-list .field-2 select {width: 93%;}
	.opc .gift-messages-form .f-fix .form-list .fields .field {width: 38%;}
	.opc .gift-messages-form .f-fix .form-list .fields .field input {width: 80%;}
	.opc .gift-messages-form .f-fix .form-list li.wide textarea {width: 68%;}
	.opc .gift-messages-form  .form-list .fields .field input {width: 80%;}
	.opc .gift-messages-form .form-list li.wide textarea {width: 63%;}
	.opc .step {padding: 1.5em 20px;}
	.opc #login-form input {width: 89%;}
	.addresses-list .addresses-primary, .addresses-list .addresses-additional {padding-left: 15px; padding-right: 15px;}
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .col-3 {float: right; width: 43.5%!important; clear: none;}
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .form_fields .two_fields .short .data_area input[name="billing[telephone]"],
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .form_fields .two_fields .short .data_area input[name="billing[region]"] {width: 94%;}
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .form_fields .two_fields .short.name-middlename .data_area input {width: 94%;}
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .form_fields .data_area input {width: 93%;}
	#onepagecheckout_orderform .col3-set.onepagecheckout_datafields .form_fields .data_area select[name="billing[region_id]"] {width: 110%;}
	.content_bottom #newsletter {width:52%;}
	header#header .welcome-msg {position:static;margin-left:20px;}
	header#header .links {position:static;margin-top:-3px;}
	header#header .welcome-msg span:after {top:-6px;}
	header#header .links li a:after {top:-3px;}
	.pages {margin-top:1.5em;}
	aside.sidebar .actions a {margin-top:1.5em;margin-right:0;}
	aside.sidebar .block .block-title strong span {font-size:1em!important;}
	aside.sidebar .block.block-wishlist li.item .product-image {width:98%;float:none;}
	aside.sidebar .block.block-wishlist li.item .product-details {float:none;width:100%;margin-top:.75em;}
	.catalog-product-view .box-reviews .form-add .form-list textarea {width:94%;}
	.catalog-product-view .box-reviews .form-list .field {width:47%;margin-left:14px;}
	.catalog-product-view .box-reviews .review {width:65%;}
	.ratings-table {width:24%;}
	.ratings-table th {padding-right:10px;}
	.ratings .rating-box {float:none;}
	.ratings .rating-links {clear: both;}
	.block-related li.item .product {padding:0 10px;}
	.block-poll .answer {text-align:left;width:100%;}
	.block-poll .votes {float:none;width:100%;text-align:right;display:block;margin:0;}
	.my-wishlist .wishlist-input-box {margin:0 auto;float:none;}
	.my-wishlist .data-table button {margin-top: .75em; float: none;}
	.my-wishlist .data-table textarea {width: 90%;}
	.my-wishlist .data-table .product-name {max-width: 82%;}
	.meigee-tabs-content .box-up-sell .products-grid li.item {width: 232px;}
	.block-reorder .product-name {float:right;width:80%;margin-left:7px;}
	.cms-home .topline {position:static;}
	#nav li a span,
	#nav-wide li a span{font-size:.91em;}

	.nav-container li.level-top.over > a,
	.nav-container li.level-top > a:hover{
		margin:0;
		padding:0;
		background: none!important;
	}
	.nav-container .menu-wrapper.default-menu ul{background: none!important;}
	.nav-container .menu-wrapper.default-menu ul li{padding:0!important; background: none !important;}


	.cms-home .topline {position:relative;}
	aside.sidebar .block-subscribe .input-box {width:100%;float:none;}
	aside.sidebar .block-subscribe .actions {float:none;margin-top:1em;width:100%;}
	aside.sidebar .block-subscribe .actions button {width:100%;}
	aside.sidebar .block-subscribe .actions button span {width: 96%;float:none;display:block;padding:0;text-align:center;}
	.header-slider-container .iosSlider .slider .item h2 {letter-spacing: -6px; font-size: 5em;}
	.header-slider-container .iosSlider .slider .item h4 {font-size: 2em; margin-top: -3px;}
	.header-slider-container .iosSlider .slider .item h5 {font-size: 1.25em; margin-top: 2px;}
	.header-slider-container .iosSlider .slider .item h3 {font-size: 3em; margin-top: -4px;}
	.header-slider-container .iosSlider .slider .item p {font-size: .75em; letter-spacing: 1px;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 p {font-size: 1em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h3 {font-size: 3em;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h4 {font-size: 1.5em; margin-right: -1%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h3 {font-size: 3em; letter-spacing: -2px; margin-top: -3%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h4 {font-size: 1.75em; margin-right: -3%;}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container {left: 9%; top: 47%;}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-2 {top: 53%; right: 29%; left: auto;}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-3 {right: auto; top: 54%; left: 26%;}
	.header-slider-container .iosSlider .slider .item .slide-container {top: 21%; left: 10%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 {left: auto; right: 12%; top: 35%;}
	.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 {left: 37%; right: auto; top: 34%;}
	.slider-container .next {right: -10px; opacity: 1; filter: alpha(opacity=100);}
	.slider-container .prev {left: -10px; opacity: 1; filter: alpha(opacity=100);}
	#wishlist-table .truncated a.details{display: none;}
	#wishlist-table .truncated .item-options{
		display: block;
		position: relative;
		border: none;
		background: none;
		padding:0 0 1.5em;
	}
	#footer {font-size: .91em;}
	#footer .contacts-footer-content .fields .field {width: 100%; margin-bottom: .75em; margin-right: 0;}
	#footer .contacts-footer-content input,
	#footer .contacts-footer-content .wide textarea {width: 87%;}
	#footer .footer-topline .custom-footer-content.features li > div {width: 68%;}
	#footer .footer-topline .custom-footer-content.features li > div h3 {font-size: 1.123em;}
	#footer .custom-footer-content ul.links li a:before {top: .75em;}
	#footer .custom-footer-content ul.links li a {font-size: .91em; line-height: 1;}
	#footer .custom-footer-content ul.links li a:hover {padding-left: 20px;}
	#footer .custom-footer-content ul.links li a:hover:before {left: 0;}
	#footer .footer-second-line .custom-footer-content ul.links li a:hover {padding-left: 20px;}
	#footer .contacts-footer-content .fields .field input {width: 87%;}
	.menu-button {display: inline-block; float: left; vertical-align: middle; margin: 1.3em 0;}
	#nav-wide.nav-wide .top-content,
	#nav-wide.nav-wide .bottom-content,
	#nav-wide.nav-wide .right-content {display: none;}
	aside.sidebar .block.block-layered-nav dl dd a,
	aside.sidebar .block.block-layered-nav dl dd .filter-lbl {width: 78%;}
	aside.sidebar .block.block-layered-nav #slider-range {margin-left: 0; width: 94%;}
	aside.sidebar .block.block-layered-nav {padding-left: 10px; padding-right: 10px;}
	.products-grid li.item .button-holder {margin-bottom: .75em; padding-right: 15px;}
	.products-grid .add-to-links li {padding-right: 15px;}
	.sorter .limiter {font-size: .91em; padding-top: 5px;}
	.sorter .limiter ul li {padding: 0 3px;}
	.toolbar .sidebar-button{
		float: left;
	}
	.sidebar-off .toolbar .sorter .limiter{padding-top: 0;}

	.products-grid .price-box {font-size: .83em;}
	.products-grid .minimal-price-link .label,
	.products-grid .minimal-price .price-label {font-size: 1em;}
	.products-grid .minimal-price-link .price,
	.products-grid .minimal-price .price {font-size: 1em;}
	.products-grid.small-grid li.item .add-to-links li {display: inline-block;}
	.data-table .product-name a {max-width: 58%;}
	.toolbar .amount {top: 3em;}
	.slider-container .four-products .home-slider li.item {width: 384px;}
	#footer .footer-bg img {width: 100%;}
	#footer .footer-address-block {font-size: .91em;}
	.mobile-device span.label-new,
	.mobile-device span.label-sale {padding: 0 9px;}
	.mobile-device aside.sidebar .block.block-layered-nav #amount-1,
	.mobile-device aside.sidebar .block.block-layered-nav #amount-2 {width: 34%;}
	.mobile-device aside.sidebar .block.block-layered-nav dl dd .price > p {margin: 0;}
	.products-grid .button-holder .ajax-loader-item {left: 2px;}
	.product-options dd .input-box {margin-bottom: 0; width: 65%;}
	body.boxed-layout .container_12{
		padding-left: 0;
		padding-right: 0;
	}

	#popup-block .block-subscribe label {padding-bottom: 1.5em;}
	#popup-block {
		height: 333px !important;
		position: relative;
		width: 492px !important;
	}
	#popup-block .block-subscribe {float: none; width: auto; padding: 3em 30px;}
	#popup-block .block-subscribe input[type="text"] {width: 96%;}
	#popup-block .block-subscribe button.button {margin-bottom: 3em;}
	.productpage_small .more-views ul.no-slider li:nth-of-type(4n+4){margin-right: 0;}
	.productpage_small .more-views ul.no-slider li:nth-of-type(4n+1){clear: left;}
	.productpage_small .more-views ul.no-slider li {margin-right: 16px;}
	.more-views ul.no-slider li a {margin: 0;}
	.productpage_medium .more-views ul.no-slider li:nth-of-type(4n+4){margin-right: 0;}
	.productpage_medium .more-views ul.no-slider li:nth-of-type(4n+1){clear: left;}
	.productpage_medium .more-views ul.no-slider li a {width: 70px;}
	.productpage_medium .more-views ul.no-slider li {margin-right: 6px;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(3n+3){margin-right: 0;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(3n+1){clear: left;}
	.productpage_large .more-views ul.no-slider li a {width: 72px;}
	.productpage_large .more-views ul.no-slider li {margin-right: 10px;}
	.productpage_extralarge .more-views ul.no-slider li {margin-right: 13px;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(6n+6){margin-right: 0;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(6n+1) {clear: left;}
	aside.sidebar .actions a + button {margin-top: .75em;}
	#footer .footer-address-block {font-size: .83em;}
	#footer .footer-topline .custom-footer-content.features li{position: relative;}
	#footer .footer-topline .custom-footer-content.features li i{
		position: absolute;
		left: 0;
		top: -9px;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
	}
	#footer .footer-topline .custom-footer-content.features li > div {
		width: auto;
	}
	#footer .footer-topline .custom-footer-content.features li > div h3{
		padding-left: 19px;
	}

	.subscribe-fancy{display: none!important;}
	body.popup-tablet .subscribe-fancy{display: block!important;}

	.widget-latest li .post-date{border: none; margin-right: 0;}

	.cart .grid_4 .discount .input-box input,
	.cart .grid_4 .shipping .form-list input {width: 90%;}
	.col3-layout .toolbar .sidebar-button{margin-bottom: 1em; float: left;}
	.col3-layout .toolbar .sorter .view-mode{
		float: right;
		margin: 0 0 1em;
	}
	.col3-layout.sidebar-off .toolbar .sorter .view-mode {float: left; margin: 0 20px 0 0;}
	.col3-layout.sidebar-off .sorter .sort-by {clear: none; float: none; display: inline-block; margin-right: 5px;}
	.col3-layout.sidebar-off .sorter a.asc,
	.col3-layout.sidebar-off .sorter a.desc {float: none;}
	.col3-layout .sorter .limiter{margin-top: 0em; padding-top: .5em;}
	.col3-layout .sorter .sort-by {clear: left; float: left; display: block; margin-right: 5px;}
	.col3-layout .sorter a.asc,
	.col3-layout .sorter a.desc {float: left;}
	.col3-layout .toolbar .sidebar-button span {display: inline;}
	.col3-layout .toolbar .sidebar-button i {margin-right: 5px;}
	.toolbar .sidebar-button span {display: none!important;}
	.toolbar .sidebar-button i {margin: 0!important;}

	.parallax-banners-wrapper .text-banner .banner-content {font-size: .91em;}
	.parallax-page header#header .header-top-right {margin-top: 0;}
	.about-us-wrapper .text {width: 62%;}
	.about-us-wrapper .image {width: 35%;}
	.about-us-wrapper .text h2 {font-size: 2.25em;}
	.about-us-wrapper .text h3 {margin-bottom: .75em; font-size: 1.75em;}
	.about-us-wrapper .text p {margin-bottom: .75em;}

	.parallax-page .nav-container.mobile li.level-top > a span {color: #222!important;}
	.parallax-page .menu-button {color: #fff;}

	body .timer-wrapper {padding-left: 10px; padding-right: 10px;}
	body .timer-wrapper.full .timer-box > div {font-size: .75em; min-width: 42px;}
	body .timer-wrapper.full .timer-box > div span {min-width: 42px;}

	.widget-products .grid_3:nth-of-type(4n+1) {margin-left: 0; clear: left;}
	.widget-products .grid_3:nth-of-type(4n+4) {margin-right: 0; clear: right;}

	aside.sidebar .block.block-subscribe .input-box input {width: 86%;}
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px Gutter: 10px, Unit: 15px */
@media only screen and (max-width: 767px) {

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
	  margin-left: 0;
	  margin-right: 0;
	}

	.grid_12{
		margin-left: 10px;
		margin-right: 10px;
	}
	.alpha,
	.omega {
	  margin-left: 0;
	  margin-right: 0;
	}
	.align_center,
	.align_right {
	  text-align: left;
	}

	/* Adaptive */
	.category-products .products-grid li.item{width: auto!important;}

	.widget-slider.two-products li.item,
	.products-grid.two-products li.item,
	.widget-slider.three-products li.item,
	.products-grid.three-products li.item,
	.widget-slider.four-products li.item,
	.products-grid.four-products li.item,
	.widget-slider.five-products li.item,
	.products-grid.five-products li.item,
	.widget-slider.six-products li.item,
	.products-grid.six-products li.item,
	.widget-slider.seven-products li.item,
	.products-grid.seven-products li.item,
	.widget-slider.eight-products li.item,
	.products-grid.eight-products li.item {width: 100%; margin-left: 0; margin-right: 0; display: inline-block;}

	.products-list.meigee-widget .image-wrapper,
	.products-list.meigee-widget .description-wrapper{
		width: 100%!important;
	}

	.backstretch{padding-bottom: 70px!important;}
	.backstretch img{height: 100% !important;}

	.block-related .no-slider li.item:nth-of-type(2n+2){margin-right:0;}
	.block-related .no-slider li.item:nth-of-type(2n+1){clear:left;}
	body.sidebar-left .col2-left-layout .col-main {
		float: none !important;
	}
	#footer .container_12,
	.content-wrapper .container_12,
	.home-text-blocks .container_12,
	#header .container_12 {margin-left: 10px; margin-right: 10px;}
    /* Global Styles ========================================================================= */
    .main-left { float: none !important;}
    #toTop{display:none!important;}

	.main-container{padding-top: 0;}

    /* form elements */

    .form-list input.input-text{	width: 100%;}
    .form-list, .input-box select { width:100%; }
    .form-list li, .form-list li .field { width:100%; margin-right:0; }
    .form-list li .field + .field { margin-top:10px; }
    .form-list li.street-address .input-box input.input-text { width:92%; }
    .form-list li.select-address { width:100%; }

    .form-guest { width: 100%; }

    .buttons-set button { float:none; }
    .buttons-set a { display:block; }

    /********************/

    /* Data Table */
    table.data-table table,
    table.data-table thead,
    table.data-table tbody,
    table.data-table th,
    table.data-table td,
    table.data-table tr { display: block; border: 0; text-align: left !important;}
	.data-table .c_actions {float: left; margin-bottom: 1em;}
    table.data-table thead tr { display: none;}
    table.data-table th, table.data-table td { padding: 1em 0;}
    table.data-table td a.product-image {width: auto; max-width: 100%; margin: 0 auto .75em; float: none;}
    table.data-table td a.product-image img{width:100%;}
    table.data-table td .cart-label { width: 80px; display:block; float:left; font-size:1.16em; line-height:2.5em; color:#888; font-weight:normal; }
    table.data-table td.last { border-bottom: 1px solid #E4E4E4; padding-top:0; padding-bottom:0; margin-bottom:12px;}
    /* Account Login/Create Pages ============================================================ */
    .account-login .new-users{padding-bottom:9px;}
    .account-login .registered-users{padding-bottom:9px;}
    .account-login .registered-users .buttons-set{padding-left:0;}
    .account-login .registered-users .buttons-set a{margin-top:11px; float:right!important;}
    .account-login .registered-users .buttons-set button{float:left; margin-left:0;}
    .account-login .registered-users .form-list{width:98%;}

	.header-slider-container{padding: 0 0 20% 0;}

	/* Header ================================================================================ */
	header#header {text-align: center;}
	header#header .logo {float: none; display: block;}
	header#header a.logo img{max-width: none;}
	header#header .quick-access {padding: 0;}
	header#header .welcome-msg {display: none;}
    header#header .form-search {float: none; width: 100%;}
	header#header h2.small_logo {float: none; padding: 1.5em 0;}
	header#header h2.logo{float: none; margin-bottom: 1.5em;}
	.topline .grid_12 {border: none;}
    header#header .nav-container > ul li
	header#header .select-box{text-align:center; padding:22px 0 0;}
    header#header .form-currency,
    header#header .form-language{float:none; display:inline-block;}
	header#header.floating .topline {padding: 0!important;}
	header#header.floating .grid_12 .small_logo {text-align: left; top: 19%; margin-left: 0;}
	header#header.floating .menu-button {
		background: none;
		display: none;
		float: right;
		margin: 1em 0 0;
		padding: 0;
	}
	.sticky-nav header#header.floating .menu-button{display: inline-block;}
	.sticky-search header#header.floating.no-sticky-logo .menu-button,
	.sticky-cart header#header.floating.no-sticky-logo .menu-button {margin-right: 55px;}
	.sticky-cart.sticky-search header#header.floating.no-sticky-logo .menu-button {margin-right: 97px;}
	header#header.floating .nav-container {right: 0; left: auto; top: 100%;}
	header#header .nav-container > ul .menu-item-button {
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
	header#header .nav-container > ul .menu-item-button i {vertical-align: middle;}
	header#header .top-cart .block-content {padding: 0 0 1.5em; width: 326px; right: 50%; margin-right: -163px;}
	header#header .top-cart .block-content .actions{padding-left: 10px; padding-right: 10px;}
    header#header #search_mini_form {display: block; margin: 0; width: 100%; margin-top: 1.5em;}
    header#header .top-block-wrapper .grid_12{text-align:center;}
    header#header .top-block-wrapper h2{width:auto; text-align:center; float:none; margin-bottom:18px;}
    header#header .top-block-wrapper button{float:none;}
    .cms-home .topline {position:relative;}
	header#header .top-link-wishlist,
	header#header .top-cart .title-cart,
	header#header .links li a.top-link-login,
	header#header .customer-name {
		width: 90px;
		height: 40px;
		background-color: #eee!important;
		padding: 0!important;
		text-align: center;
		line-height: 40px!important;
		font-size: 0!important;
	}
	header#header .top-link-wishlist {width: 32%;}
	header#header .top-cart {margin-left: 5px; position: static; width: 32%;}
	header#header .top-cart .block-title,
	header#header .top-cart .block-title a,
	header#header .top-cart .block-title .title-cart {width: 100%; display: inline-block;}
	header#header .top-cart .block-title .title-cart{height: auto;}
	header#header .mobile-links,
	header#header .links,
	header#header .customer-name {float: right; margin-left: 5px; width: 32%;}
	header#header .top-cart .block-title:hover,
	header#header .top-cart .block-title.active {padding: 0!important; margin: 0!important; background-color: #eee!important;}
	header#header .top-cart .title-cart i,
	header#header .top-link-wishlist i,
	header#header .links li a.top-link-login i {line-height: 40px; color: #888;}
	header#header .top-cart .title-cart i{
		padding-left: 9px;
		padding-right: 0;
	}
	header#header .links:before,
	header#header .customer-name:before,
	header#header .top-cart .block-title:before {content: none;}
	header#header .links li,
	header#header .links li a.top-link-login {width: 100%;}
	header#header .links li a.top-link-login i{display: block;}
	header#header .top-cart .title-cart i,
	header#header .links li a.top-link-login i,
	header#header .customer-name i{font-size: 14px!important;}
	header#header .quick-access.simple-list .links li.last{display: block;}
	header#header .quick-access.simple-list .simple .customer-name{display: block;}
	header#header .quick-access.simple-list.logged-in .links{
		background-color: #fff;
		box-shadow: 0px 1px 5px rgba(0,0,0, 0.1);
		padding: 0 5px;
		position: absolute;
		display: none;
		right: 0;
		top:42px;
		z-index: 99999;
		margin-left: 0!important;
	}
	header#header .quick-access.simple-list.logged-in .links li{
		display: block;
	}
	header#header .quick-access.simple-list .links li a{display: block; float: none;}
	header#header .quick-access.simple-list .links li a.top-link-wishlist{
		width: auto;
		height: auto;
		line-height: normal!important;
	}
	header#header .quick-access.simple-list .links li a.top-link-wishlist i{display: none;}

	header#header .form-language label,
	header#header .form-currency label {display: none!important;}
	header#header .header-top-right {float: none; display: block; text-align: center;}
	header#header .menu-button {display: block; background-color: #eee; margin: 0; padding: 0.75em 0; margin-bottom: .75em;}
	body.boxed-layout header#header .menu-button {margin: 0 0 .75em; padding: .75em 0;}
	body.boxed-layout header#header.floating .menu-button {margin-bottom: 0 !important;}
	header#header .menu-button span i {vertical-align:middle;}
	header#header .customer-name + .links {top: 40px;}
	header#header.floating .sticky-close{display: none !important;}
	header#header .topline .container_12{position: relative;}

	header#header .mobile-links{
		display: block;
		background-color: #eeeeee !important;
		height: 40px;
		line-height: 40px !important;
		padding: 0 !important;
		text-align: center;
		cursor: pointer;
	}
	header#header .mobile-links i{font-size: 14px; line-height: 40px; display: inline-block; cursor: pointer;}
	header#header .quick-access.simple-list .links{
		position: absolute;
		right: 0;
		top: 40px;
		display: none;
	}
	header#header .quick-access.simple-list .links li a.top-link-login{
		background: #fff!important;
		font-size: 0.91em!important;
		padding: 0.75em 11px!important;
		height:auto!important;
		line-height: 1.63em!important;
		width: auto !important;
	}
	header#header .quick-access.simple-list .links li a:hover{background-color:#f5f5f5;}
	header#header .quick-access.simple-list .links .top-link-login i{display: none;}


	.header-slider-container .iosSlider .slider .item .slide-container h3,
	.header-slider-container .iosSlider .slider .item .slide-container h4,
	.header-slider-container .iosSlider .slider .item .slide-container h5,
	.header-slider-container .iosSlider .slider .item .slide-container p{display: none!important;}

	.header-slider-container .iosSlider .slider .item .slide-container {
		top: 33%;
	}
	.header-slider-container .iosSlider .slider .item .slide-container h2{
		font-size: 2.5em;
		letter-spacing: 0;
	}

	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container h4,
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container h5{
		display: block !important;
	}

	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container {
		top: 27%;
	}

	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container h4{
		font-size: 1.8em;
		margin-top: 0;
	}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container h5{
		letter-spacing: -1px;
		font-size: 1.3em;
		margin-top: 2px;
	}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-2 {
		top: 36%;
	}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-2 h4{
		text-align: right;
	}
	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container.slide-skin-3{
		top: 29%;
	}


    header#header .nav-container > ul li{position:relative; padding:0; float:none; height:auto!important; background:none;display:block;}
    header#header .nav-container > ul li:hover {background:none;border:none;height:auto;}
	header#header .nav-container > ul li:hover a {padding-bottom:6px;}
	header#header .nav-container > ul li.active a{padding-bottom:5px;}
	#nav li.level-top:hover > a > span {border:none!important;}
	#nav li.level-top:hover > a > span,
	#nav li.level-top.active > a > span{border: none!important;}
	#nav li .menu-item-button > .fa-minus-circle,
	#nav-wide li .menu-item-button > .fa-minus-circle {display:none;}
	#nav .menu-item-button.active > .fa-minus-circle,
	#nav-wide .menu-item-button.active > .fa-minus-circle {display: inline-block;}
	#nav .menu-item-button.active > .fa-plus-circle,
	#nav-wide .menu-item-button.active > .fa-plus-circle {display:none;}
	#nav ul li.parent:after {content:none;}
    header#header .nav-container > ul li li{position:relative; padding:0 5px 0; float:none!important;}
    header#header .nav-container > ul .menu-desc{display:none;}
    header#header .nav-container > ul .menu-item-button{z-index:999; position:absolute; right:0; top:0; cursor:pointer; }
    header#header .nav-container > ul li a{color:#515151; line-height:1.5em; text-transform:none; padding:0 0 6px; display:block; float:none; background:none; text-transform:uppercase;}
    header#header .nav-container > ul li a span{font-weight:normal;}
    header#header .nav-container > ul li.last a{border-bottom:none;}
    header#header .nav-container > ul ul.level0{padding:9px 18px!important; width:auto!important; position:static; background:#fff; border:none; box-shadow:none;}
    header#header .nav-container > ul li li a{border-bottom:none;}
    header#header .nav-container > ul li li a{font-size:1.41em;}
    header#header .nav-container > ul li li li li a{font-size:1.25em;}
    header#header .nav-container li.tech{width:100%; padding:0;}
    header#header .nav-container ul.tech{padding-bottom:0;}

	header#header #topCartContent .item.last {
		display: none;
	}

	header#header .nav-container li.level1 > a > span{
		text-transform:none!important;
		-moz-transition: color 300ms ease;
		-webkit-transition: color 300ms ease;
		-o-transition: color 300ms ease;
		transition: color 300ms ease;
	}
	.header-slider-wrapper > .container_12{margin-left: 10px; margin-right: 10px;}
	.sticky-cart header#header.floating .grid_12 .top-cart{display: none;}
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart{display: block; width: auto; right: 20px;}
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .title-cart {
		height: auto;
		line-height: 42px!important;
		width: auto;
		padding: 0 15px!important;
		background: none!important;
		-moz-transition:background 300ms ease;
		-webkit-transition:background 300ms ease;
		-o-transition:background 300ms ease;
		transition:background 300ms ease;
	}
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .title-cart i{
		padding-left: 0;
		color:#222;
		-moz-transition:color 300ms ease;
		-webkit-transition:color 300ms ease;
		-o-transition:color 300ms ease;
		transition:color 300ms ease;
	}
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .block-title:hover .title-cart,
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .block-title.active .title-cart{
		background:#222!important;
	}
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .block-title:hover .title-cart i,
	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .block-title.active .title-cart i{color:#fff;}

	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .block-content{
		right: 143px;
	}

	header#header.floating #search_mini_form{}
	.sticky-search header#header.floating.no-sticky-logo #search_mini_form{display: block!important; right: 10px!important;}
	.sticky-search.sticky-cart header#header.floating.no-sticky-logo #search_mini_form{right: 53px!important;}

	#nav.nav-wide ul.level2,
	#nav.nav-wide ul.level2 ul{padding-top:0!important; padding-bottom:0!important;}
	header#header .nav-container.mobile #nav .menu-item-button {top: 2px;}
	header#header .nav-container.mobile #nav ul.level0 li .menu-item-button {top: 9px;}
	.nav-container.mobile {position: absolute; top: 39px; z-index: 999;}

	.nav-wide#nav-wide .top-content,
	.nav-wide#nav-wide .bottom-content,
	.nav-wide#nav-wide .right-content{display: none;}
	.nav-wide#nav-wide  .menu-item-button {top: 4px!important;}
	#nav li.level-top:hover,
	#nav li.level-top.active{
		background: none!important;
	}
	#nav li.level-top > a{
		background: none !important;
	}
	header#header .nav-container > ul {right: 0; left: auto;}
	.nav-container li.level-top.over > a,
	.nav-container li.level-top > a:hover{
		margin:0;
		padding:0;
		background: none!important;
	}
	.nav-container .menu-wrapper.default-menu ul{background: none!important;}
	.nav-container .menu-wrapper.default-menu ul li{padding:0!important; background: none !important;}


	#nav-wide.nav-wide .menu-wrapper,
	#nav-wide.nav-wide .menu-wrapper.default-menu ul{
		background: none!important;
	}




	header.page-title .amount {bottom: 0.6em;}

	.category-label{display: none;}

	#popup-block {
		height: 370px !important;
		width: 100% !important;
	}
	#popup-block .no-bgimg {background-image: none!important;}
	#popup-block .block-subscribe label{padding-bottom: 1.5em;}

	.cms-home.header-slider.onlyhome-slider .topline {position: relative;}
	.add-to-cart-success {
		left: 50%;
		margin-left: -143px;
		width: 226px;
	}
	.header-slider-container .iosSlider .prev, .header-slider-container .iosSlider .next {display:none;}
	.slider-container .prev, .slider-container .next {opacity: 1; filter: alpha(opacity=100);}
	.slider-container .prev {left: -25px;}
	.slider-container .next {right: -25px;}
	.block-related header .block-subtitle a{top: -26px; padding-left: 17px;}
	.slider-container .four-products .home-slider li.item {width: 280px;}
	.home-text-blocks .grid_12 > div {margin-bottom: .75em;}
	.home-text-blocks .grid_12 > div:last-of-type {margin-bottom: 0;}
	.grid_8 .header-slider-container.boxed-slider {margin: 0 10px;}
	.slider-banner {padding: 0.4em 10px 0;}
	.home-banners > div {margin-bottom: 1.5em;}
	.widget-title h2, header.rating-title h2, .page-title h1, .page-title h2 {font-size: 2em;}
	.home-slider-container .products-grid li.item .indent {padding: 0 3px;}
	.nav-container > ul {display: none;}
	body .container_12.header-position{
		margin-left: 10px;
		margin-right: 10px;
	}
	.rev_slider_wrapper{
		margin-bottom: 0 !important;
		padding-bottom: 1.5em!important;
	}

	.nav-container.mobile{left: 20px;}

	body > .content-wrapper{overflow: hidden;}
    /* Category Page ========================================================================= */
    .products-grid li.item{float: none;}
    .products-grid .product-image img{width:100%;}
    .product-view .box-up-sell .products-grid li.item{width:auto;}
    .content-wrapper .main-container .col-main {position: relative;}
	.toolbar .amount {top: 3em;}
	.sorter .view-mode {margin-bottom: .75em;}
	.sorter .limiter {float: none; margin-top: .75em;}
	.main-container .grid_9,
	.main-container .grid_3 {margin-left: 10px; margin-right: 10px;}
	.home-banners .grid_3 {margin-left: 0; margin-right: 0;}
	.toolbar .sbSelector {min-width: 135px;}
	.products-list .button-holder .ajax-loader-item,
	.products-grid .button-holder .ajax-loader-item {right: -2px;}
	.products-list .product-shop .button-holder{margin-right: 0; display: block; float: left;}
	.products-list .product-shop .add-to-links{
		padding-top: 12px;
		display: block;
		float: left;
	}

    /* Breadcrumbs ================================================================================ */
    .breadcrumbs-wrapper{padding-top:11px; padding-bottom:13px;}
    .breadcrumbs-links-text-box{display:none;}

	.catalog-product-view .breadcrumbs-wrapper{padding-bottom:26px;}

	.ajax-index-options .product-view .product-img-box{margin: 0;}

	.toolbar .sorter .view-mode{margin:0 6px 0 0;}
	.toolbar .sorter .sort-by label{display: none;}

	.toolbar .sidebar-button{display: none;}


    /* Sidebar =============================================================================== */
	aside.sidebar {margin-top: 1.5em; display: block !important;}
    aside.sidebar .block{margin:0 0 22px;}
    aside.sidebar .block-title strong {margin: 0 -3px;}
    aside.sidebar .block.block-wishlist li.item {width: 280px;}
	.block-wishlist .next {right: 42.5%;}
	.block-wishlist .prev {left: 42.5%;}

    /* Product View */
    .product-view .product-img-box .product-image .cloud-zoom img{margin:0 auto;}
    .product-view .product-options-bottom{margin-bottom:18px;}

    .product-view .product-essential .product-image .es-nav-next {
	right:5px;
    }

    .product-view .productpage_small .more-views #more-views-slider li{margin: 0; width: 93px;}
	.product-view .productpage_small .more-views #more-views-slider li a{margin-right:12px; margin-left: 3px;}
	.product-view .productpage_small .more-views.slider-on{padding-bottom: 1.5em;}
    .product-view .productpage_medium .more-views #more-views-slider li{margin:0; width: 93px;}
	.product-view .productpage_medium .more-views #more-views-slider li a{margin-right: 12px; margin-left: 3px;}
	.product-view .productpage_medium .more-views.slider-on{padding-bottom: 1.5em;}
	.product-view .productpage_medium .more-views .prev {left: 1px;}
    .product-view .productpage_large .more-views #more-views-slider li{margin:0; width: 93px;}
	.product-view .productpage_large .more-views #more-views-slider li a{margin-right:12px; margin-left: 3px;}
	.product-view .productpage_large .more-views.slider-on{padding-bottom: 1.5em;}
    .product-view .productpage_extralarge .more-views #more-views-slider li{margin:0; width: 93px;}
	.product-view .productpage_extralarge .more-views #more-views-slider li a{margin-right:12px; margin-left: 3px;}
	.product-view .productpage_extralarge .more-views.slider-on {padding-bottom: 1.5em;}
    .product-view .more-views #more-views-slider li a{width:auto;}
    .product-view .more-views #more-views-slider li a img{width:100%;}
	.block-related .prev {left: 42%;}
	.block-related .next {right: 42%;}
    .product-view .box-tags .form-add .input-box{width: 100%; border-bottom: solid 1px #ddd; padding-bottom: 1.5em; margin-bottom: 1.5em;}
	.product-view .grouped-items-table{display: table; top: 2.5em; margin-bottom: 2em;}
	.product-view .grouped-items-table thead{display: table-header-group;}
	.product-view .grouped-items-table tbody{display: table-row-group;}
	.product-view .grouped-items-table tr{display: table-row;}
	.product-view .grouped-items-table th,
	.product-view .grouped-items-table td{display: table-cell; border: solid 1px #eee;}
	.product-view .grouped-items-table th{padding-left: 0; 	padding-right: 0;}
	.fancybox-iframe{width:100%!important;}
	.product-view .product-shop .product-name h2 {font-size: 2em; line-height: 1.25;}
	.product-view .product-prev,
	.product-view .product-next {top: 5px;}
	.product-view .product-shop {position: relative;}
	.more-views .next {bottom: -10px; right: 42%!important;}
	.more-views .prev {left: 42%!important; bottom: -10px;}
	.product-view .product-shop .price-box {float: left; clear: both;}
	.product-view .product-shop .availability {padding: 0!important; float: left; line-height: 1.583em; min-height: 1px; clear: both;}
	.block-related .block-title strong {margin: 0 -3px;}
	.product-view .box-up-sell .products-grid .ratings {float: none;}
	.product-collateral .box-collateral .form-add {width: 100%;}
	.product-collateral h2 {font-size: 1em;}
	.product-view .box-tags .form-add input.input-text {width: 94%;}
	.catalog-product-view .box-reviews .rating-subtitle h2,
	header.rating-title h2 {margin: 0 -3px;}
	.related-wrapper-bottom .block-related .block-title strong span {font-size: 2em;}
	.related-wrapper-bottom .block-related li.item {width: 280px;}
	.related-wrapper-bottom .block-related .next,
	.related-wrapper-bottom .block-related .prev {opacity: 1; filter: alpha(opacity=100);}
	.related-wrapper-bottom .block-related .next {right: -20px;}
	.related-wrapper-bottom .block-related .prev {left: -20px;}
	.product-shop + .grid_3 {margin: 0;}
	.catalog-product-view .box-reviews.full-table fieldset, .catalog-product-view .box-reviews.full-table .review-fields {float: none; width: 100%}
	.product-view .vertical:after {display: none;}
	.vertical .meigee-tabs{border-bottom:1px solid #ddd;}
	.vertical .holder > div{margin-right: 0!important; margin-left: 0!important; width: auto!important;}
	.vertical .meigee-tabs{margin-bottom: 1.5em!important;}

	.vertical .meigee-tabs-content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item{
		width: 100%;
		margin: 0;
	}

	.product-view .vertical .box-up-sell .products-grid li.item {
		width: 100%;
	}
	.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width:100%!important;
		margin:0!important;
	}
	.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width: 100% !important;
		margin: 0 !important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item{margin:0!important;}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width: 100%!important; margin: 0 !important;}

	body.boxed-layout.catalog-product-view .box-reviews .data-table thead th{padding-left: 6px;	padding-right: 6px;}

	/* Product tabs */
	.product-tabs-box .products-grid.widget-grid .item{padding-bottom: 1.5em;}


    /* Meigee Tabs ============================================================================== */
    .meigee-tabs li{margin-top:0; margin-bottom:0; float:none; display:block;}
    .meigee-tabs li a{height:22px; border-top:none;}
    .meigee-tabs a:hover,
    .meigee-tabs li.active a,
    .meigee-tabs li.active a:hover{margin-top:0; margin-bottom:0; height:22px;}
	.vertical .meigee-tabs-content#product_tabs_upsell_products_contents{padding-right: 18px;}

    .block-related li.item {width: 113px;}

    /* Block: Reviews */
    .catalog-product-view .box-reviews .form-add {padding-bottom: 18px;}
    .catalog-product-view .box-reviews .form-add .form-list{width:100%;}
    .catalog-product-view .box-reviews ul.form-list li { padding: 4px 0 4px 0;}
    .catalog-product-view .box-reviews table.data-table table { display:  table;}
    .catalog-product-view .box-reviews table.data-table thead { display: table-header-group;}
    .catalog-product-view .box-reviews table.data-table tbody { display: table-row-group;}
    .catalog-product-view .box-reviews table.data-table tr { display:  table-row;}
    .catalog-product-view .box-reviews table.data-table th,
    .catalog-product-view .box-reviews table.data-table td { display: table-cell;}
    .catalog-product-view .box-reviews table.data-table thead tr { display:  table-row;}
    .catalog-product-view .box-reviews .data-table {  margin:10px 0;}
    .catalog-product-view .box-reviews .data-table th { padding:4px 3px; border:1px solid #E4E4E4; font-weight:bold; white-space:normal; }
    .catalog-product-view .box-reviews .data-table td { padding:14px 20px; border:1px solid #E4E4E4;}
    .catalog-product-view .box-reviews .data-table thead th span{text-indent:0; white-space:normal; overflow:visible; background:none!important; width:auto; font-size:10px; color:#fff;}
    .catalog-product-view .box-reviews .data-table td{padding:9px 11px;}
    .catalog-product-view .box-reviews .form-add .form-list input,
    .catalog-product-view .box-reviews .form-add .form-list textarea{width: 92%!important;}
    .catalog-product-view .box-reviews .data-table tbody th{font-size:1em; padding:9px;}

    .subscribe-fancy{display: none!important;}
	body.popup-mobile .subscribe-fancy{display: block!important;}

	aside.sidebar .block.block-cart .img-container {width: 22%;}
	aside.sidebar .block.block-cart .product-details {width: 75%;}

    /* Shopping Cart ========================================================================= */
    .cart .page-title { text-align: center; border-bottom:none;}
    .cart .page-title h1{font-size:2.16em; line-height:1.5em; font-weight:normal; float:none; text-transform:none; margin-bottom:18px; text-transform:uppercase;text-align:center; display: block;}

    .cart .title-buttons .checkout-types { float: none;}
    .cart .title-buttons .checkout-types li { float: none;}
    .cart .checkout-types button.button { display: inline-block; width: auto;}
    .cart .checkout-types button.button span { display: block; float: none;}

    .cart .totals.totals-accordion table { float: none; margin-bottom: 9px;}

    table.cart-table td.information,
    table.cart-table tr.buttons-row td.buttons{ background-color: #f5f5f5;}
    table.cart-table tr.buttons-row { padding-top: 18px;}
    table.cart-table tr.buttons-row td.buttons {padding:0; background:none; border:none;}
    table.cart-table tr.buttons-row td.buttons button.button{width:100%; margin:0 0 5px;}
    table.cart-table tr.buttons-row td.buttons button.button span{float:none; display:block;}

    .cart .title-buttons .checkout-types li{text-align:center; margin-left:0; margin-bottom:9px;}
    .cart .title-buttons .checkout-types .paypal-logo a{display:block;}
    table.cart-table td{padding-top: 0;}
    table.cart-table td.information{padding-left: 10px!important; padding-top: .75em; padding-bottom: .75em;}
    .cart-table .quantity-box{float:left;}
    .cart-table input.quantity-decrease{margin-top:10px;}
    .cart-table input.quantity-increase{margin-top:10px;}
	.cart-table div.quantity-increase{margin: 0px;}
	.cart-table  tr {position: relative;}
	.cart-table .remove {background: none;}
	.cart-table .remove a {display: inline-block; position: absolute; left: 70px;}
	.cart-table .remove a i {border: none; height: auto; width: auto; padding: 5px; line-height: normal; color: #ddd;}
	.cart-table .product-name {clear: both;}
	.cart-table .product-name a {max-width: 100%;}
    /* Shopping Cart Collateral boxes */
    .crosssell,
    .shipping,
	.cart .discount {margin-bottom: 1.5em;}
    .cart .crosssell .product-details{width: 56%; padding: 0;}
    .cart .totals{float:none;}
	.cart .totals .totals-border {text-align: center;}
	.cart .totals .checkout-types {float: none;}
    #cart-accordion .crosssell{padding-left: 0}
    #cart-accordion .crosssell li.item {float: none; width: auto!important; text-align: center; padding-bottom: 1.5em;}
	.cart #cart-accordion .crosssell .product-details {width: 100%; text-align: left;}
    #cart-accordion .crosssell .product-image{text-align: center; display: inline-block; margin-bottom: .75em;}
	#cart-accordion .crosssell .product-image img{width:100%;}
    #cart-accordion h3.accordion-title {font-size: 1em;}
	.crosssell li.item {padding-bottom: 1em;}
	.cart .cart-collaterals .shipping-form,
	.cart .cart-collaterals .discount-form {width: 100%;}
	.cart .cart-collaterals .discount-form .input-box input,
	.cart .cart-collaterals .shipping-form .form-list input {width: 90%;}
	.cart .totals.totals-accordion {text-align: center;}
	.cart .totals.totals-accordion .checkout-types {float: none;}
	.cart .subtotal-label{
		display: inline-block;
		line-height: 3.2em;
		padding-right: 5px;
	}

    /* Wishlist ========================================================================= */
    .my-wishlist .page-title{text-align:center;}
    .my-wishlist .page-title h1{float:none;}
    .my-wishlist .buttons-set {background-color: #f5f5f5; padding: 10px; margin-top: 0;}
    .my-wishlist .buttons-set button.button { float: left;}
    .my-wishlist .buttons-set button.button > span > span { padding-left: 10px; padding-right: 10px;}

    table#wishlist-table { margin-bottom: 18px;}
    table#wishlist-table td textarea {width: 91%;}

    table#wishlist-table td .cart-cell {background-color: #f5f5f5; padding:10px 0 0; overflow:hidden;}
    table#wishlist-table td .cart-label{float:left; text-align:left; clear:both; padding-left:15px;}
    table#wishlist-table td .wishlist-input-box{float:left; padding-bottom:9px;}
    table#wishlist-table td .price-box{padding-top: .5em; float: left; margin: 0;}
    table#wishlist-table td .price-box .price{font-size:1.16em; line-height:1.57em;}

    table#wishlist-table td .cart-cell button.button { margin:0; clear: both; display: block; width:100%;}
    table#wishlist-table td .cart-cell button.button span {
		border: none;
		padding: 0;
		height: auto;
		display: block;
		float: none;
		width: 100%;
		-moz-border-radius: 0;
		border-radius: 0;
	}
    table#wishlist-table td .cart-cell button.button span span {display: inline-block; width: 100%;  color: #fff; font-size: 1em; background-color: #222;}

    table#wishlist-table td .cart-cell button.button:hover > span{background-position:left -61px;}
    table#wishlist-table td .cart-cell button.button:hover span span{background-position:2px 22px;}
    table#wishlist-table td.last{border-bottom:none;}

	#wishlist-table .truncated{padding-bottom: 1.5em;}
	#wishlist-table .truncated a.details{display: none;}
	#wishlist-table .truncated .item-options{
		display: block;
		position: relative;
		border: none;
		background: none;
		padding:0 0 1.5em;
	}

	.my-wishlist .data-table .truncated{float: none; clear: both;}
	.my-wishlist .data-table .truncated .price{font-size:1.16em; line-height: 1.2em; font-weight:bold;}

    .my-wishlist .buttons-set{padding:0; background:none; border:none;}
    .my-wishlist .buttons-set button.button{width:100%; margin:0 0 5px;}
    .my-wishlist .buttons-set button.button span{float:none; display:block;}
    .my-wishlist .data-table .last {padding:0;}
    .my-wishlist .data-table .last {padding:0;}
    .my-wishlist .data-table .product-name {max-width: 82%;}
    table#wishlist-table td a.product-image{
	margin:0 auto;
	max-width:100%;
	width:auto;
    }
    table#wishlist-table td a.product-image img{width:100%;}


    /* Checkout ============================================================================== */
    .opc{margin-bottom:18px;}
    .opc .field { padding-bottom: 9px;}
    .opc .field-2, .opc .name-lastname { width: auto; float: none;}
    .opc .input-box { width: auto !important; float: none;}
    .opc .input-box input.input-text{ width: 85% !important;}
    .opc .input-box select { width: 96% !important;}
    .opc .buttons-set { padding: 0 0 18px 0; margin: 0}
    .opc .buttons-set button.button { float: right; margin-left: 0; margin-right: 10px;}
    .opc .required { text-align: right;}
    .opc .order-review .product-name{margin-bottom:0;}

    .opc .order-review table.data-table td.last {
		margin-bottom:0;
		padding-bottom: 10px;
		padding-top:0;
    }

	.opc-wrapper-opc .opc-col-left,
	.opc-wrapper-opc .opc-col-center,
	.opc-wrapper-opc .opc-col-right{
		width: 100%!important;
	}

	body .opc-wrapper-opc .opc-col-center,
	body .opc-wrapper-opc .opc-col-right{
		margin: 0!important;
	}

	.opc-wrapper-opc .input-box{width: 100%!important;}
	.opc-wrapper-opc #is_subscribed{width: auto !important;}
	.opc-wrapper-opc #review-buttons-container button{float: none;}
	.opc-wrapper-opc .payment-block .input-box{
		width: 89%!important;
	}

	#modal-login .md-content {
		width: 265px!important;
	}
	.opc-messages {
		margin-left: -149px!important;
		width: 297px!important;
	}
	.opc-wrapper-opc .opc-col-left .wide select{
		width: 100%!important;
	}

    .products-grid#upsell-product-table li.item a.product-image { display: block; text-align: center;}

    .special-block #container{height:auto!important;}
    .special-block #container .banner-block{position:relative!important; left:50%!important; top:auto!important; margin-right:0; margin-left:-111px; float:left; display:block; clear:both;}

    .form-list .field { float: none;}
    .form-list .name-middlename{width:auto;}
    .form-list .name-middlename input.input-text{width: 90%;}
    .opc .form-list .name-middlename input.input-text{width:99%;}

    .form-list,
    .input-box select { width:100%; }

    .input-box select { width:100%; }

    .form-list .input-box { width: auto;}
	.form-list li.wide .input-box {width: 90%;}
	.form-list input.input-text {width: 90%;}
    .form-list li.wide textarea {width: 349px;}
    .form-list .customer-dob .dob-year input.input-text {width: 54px;}
    .opc .customer-dob .dob-month input.input-text{width:40px!important;}
    .opc .customer-dob .dob-day input.input-text{width:40px!important;}
    .my-account .pager .pages {float: none; padding-top: 1em; clear: both;}
	.my-account .pager .pages li {margin-bottom: .75em;}
    .gift-messages-form .form-list li.wide textarea{width:95%;}
    .gift-messages-form .details .form-list li.wide textarea {width:95%;}
    .opc .back-link{float:none;}
    .tool-tip{width:90%; top:300px!important;}
    #checkout-step-review #review-buttons-container .f-left{float:none!important;}
    .form-list li.wide input.input-text { width:100%; }
    .form-list li, .form-list li .field { width:100% !important;}
    .form-list li .field + .field { margin-top:10px; }
    .form-list li.street-address .input-box input.input-text { width:92%; }
    .form-list li.select-address { width:100%; }
    .form-list .customer-name-suffix .name-lastname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename-suffix .name-firstname,
    .form-list .customer-name-middlename-suffix .name-lastname { width:auto; }
    .form-list .customer-name-prefix .name-firstname input.input-text,
    .form-list .customer-name-suffix .name-lastname input.input-text,
    .form-list .customer-name-middlename .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width: 90%; }
    .checkout-multishipping-overview table.data-table td .cart-label { width: 35%; float: left;}
    .checkout-multishipping-overview table.data-table th, table.data-table td { padding-left: 0px; padding-right: 0px;}
    .multiple-checkout table.data-table td .cart-label { width: 35%; float: left;}
    .multiple-checkout table.data-table td select { width: 60%;}
    /* One Page Checkout */
    .order-review table.data-table td .cart-label{width:30%; float: left;}
    /* Multiple Addresses Checkout */
    ul.checkout-progress { padding: 0;}
    ul.checkout-progress li { float:none; width:auto; padding: 7px 0 7px 0;}
    .multiple-checkout .page-title{margin-bottom: 18px; padding-bottom: 9px; text-align: left;}
    .multiple-checkout .buttons-set .back-link {padding-bottom: 1em;}
    .multiple-checkout .gift-messages-form .form-list .field input {width: 189px;}
    .checkout-multishipping-overview table.data-table td .cart-label { width: 35%; float: left;}
    .checkout-multishipping-overview table.data-table th, table.data-table td { padding-left: 0px; padding-right: 0px;}
    .my-wishlist table.data-table td {padding: 0;}
    .my-wishlist table.data-table td.last{padding:0; border-bottom:1px solid #e5e5e5!important;}
    .my-wishlist .data-table .product-name{margin-bottom:9px;}
    .multiple-checkout table.data-table td .cart-label { width: 35%; float: left;}
    .multiple-checkout table.data-table td select { width: 60%;}
    .multiple-checkout .data-table .product-name {float: left; width: 60%;}
    .multiple-checkout .data-table .product-name a {max-width: 100%; font-size: 1.25em; margin: 0;}
    .multiple-checkout table.data-table td{clear:both;}
    .multiple-checkout table.data-table td.last{padding-bottom:12px;}
    .multiple-checkout .gift-messages-form .form-list li.wide textarea {width:81%;}
    .multiple-checkout .gift-messages-form .details .form-list li.wide textarea {width:90%;}
    .multiple-checkout .gift-messages-form .details .form-list .field input{width: 136px;}
    .multiple-checkout .sp-methods select{width:85%;}
    .multiple-checkout .sp-methods input.input-text{width: 75%;}
    .multiple-checkout .sp-methods select.month{width:90px;}

	/* ajax login */
	#login-holder {
		margin-left: -157px;
		width: 224px;
		padding: 0 30px;
	}
	#login-holder form .actions {margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px;}

	.map-container .map-block{
		width: 100%!important;
		bottom: auto;
		top: auto;
		left: auto;
		right: auto;
	}
	.map-container .map-block.left-top{top:0; left: 0;}
	.map-container .map-block.right-top{top:0; right: 0;}
	.map-container .map-block.left-bottom{bottom:0; left: 0;}
	.map-container .map-block.right-bottom{bottom:0; right: 0;}

    /* Footer ================================================================================ */
	ul.social-links {float: none; display: inline-block;}
	#footer .contacts-footer-content .fields .field {margin-bottom: .75em;}
	#footer .contacts-footer-content .fields .field input,
	#footer .contacts-footer-content input,
	#footer .contacts-footer-content .wide textarea {width: 92%;}
	#footer .footer-topline .custom-footer-content.features li > div {width: 79%;}
	#footer .store-switcher {float: none; margin: 0;}
	#footer address {float: none}
	.footer-second-line .grid_4.alpha {position: relative;}
	#footer > .container_12 {text-align: center;}
	body.boxed-layout #footer .content_bottom{
		padding-bottom: 33em;
		margin-bottom: 0;
	}
	body.boxed-layout #footer .content_bottom > .grid_12{
		 margin-left: 20px;
		padding-top: 300px;
	}

	body.boxed-layout #footer .content_bottom button#find-us {
		top: 37%;
	}
	body.boxed-layout #footer .content_bottom.active button#find-us{margin-top: 1px; top: 54%;}
	body.boxed-layout #footer .content_bottom.active button#find-us span span{
		line-height: 31px;
	}
	body.boxed-layout #footer .content_bottom.active{padding-bottom: 14em;}

	.products-list .price-box,
	.products-list li.item .button-holder {margin-right:14px; }
	.products-list li.item .button-holder {margin-bottom:1em;}
	.block-related li.item {width: 280px;}
	.block-related .prev, .block-related .next,
	.more-views .prev, .more-views .next {opacity: 1; filter: alpha(opacity=100);}
	.product-options-bottom .pob_left {margin-bottom:1.5em;}
	.add-to-cart button.button span span {padding:0 22px;}
	.catalog-product-view .box-reviews .form-list .field {margin-left:0;}
	.box-reviews .omega {margin-top:1.5em;}
	.cart .discount .input-box {float:none;width:100%;}
	.cart .discount .input-box input,
	.cart .shipping .form-list input {width:89.9%;}
	.cart .discount .buttons-set {float:none;margin-top:5px;}
	.dashboard .box-info .omega {float:none;margin-top:1.5em;}
	.content_banners > div {margin-bottom:5px;}
	.product-shop {margin-top:1.5em;}
	.catalog-product-view .box-reviews .review {width:51%;}
	.ratings-table {width:32%;}
	.ratings-table th {padding-right:10px;}

	.block-related li.item .product {padding:0 10px;}
	.block-related #block-related-slider {margin-bottom:1.5em;}
	aside.sidebar .block.block-layered-nav dl dt {position:relative;}
	aside.sidebar .block.block-layered-nav .btn-nav {left:0;}
	aside.sidebar .block-subscribe .input-box {width: 100%;}
	aside.sidebar .block-subscribe .input-box input {width: 91%;}
	.addresses-list .addresses-primary {margin-bottom: 1.5em;}
	table#wishlist-table td a.product-image {margin-bottom: 1.5em;}
	header#header .top-cart .mini-products-list li {margin: 0; padding: 1.5em 10px;}
	.cart-table .item-options dl {clear: left;}
	.cart-table .item-options dd {clear: right;}
	.cart-table .cart-edit {padding-left: 0;}
	.cart-table .remove a {left: 20px;}
	.item-options dt, .item-options dd {display: block;}
	.contacts-index-index .form-list li.wide textarea {width: 214px;}
	.footer-topline .grid_12 > div,
	.footer-second-line .grid_12 > div {margin-bottom: 2em;}
	#footer .footer-second-line .footer-links{margin-bottom:0; padding-bottom: 2.75em;}
	.footer-topline .grid_12 .omega,
	.footer-second-line .grid_12 .omega {margin-bottom: 0;}
	#footer .clear {margin: 0!important;}
	.product-options dd .input-box {margin-bottom: 0; width: 100%;}
	.bundle-box {display: block;}
	.mobile-device aside.sidebar .block.block-layered-nav #amount-1,
	.mobile-device aside.sidebar .block.block-layered-nav #amount-2 {width: 34%;}
	.mobile-device aside.sidebar .block.block-layered-nav dl dd .price > p {margin: 0;}
	body.boxed-layout .container_12 {padding: 0;}
	nav.breadcrumbs {margin-top: 0; padding-top: .75em;}
	#popup-block .block-subscribe {float: none; width: auto; padding: 3em 30px;}
	#popup-block .block-subscribe input[type="text"] {width: 94%;}
	#popup-block .block-subscribe button.button {margin-bottom: 3em;}
	.more-views ul.no-slider li:nth-of-type(3n+3){margin-right: 0!important;}
	.more-views ul.no-slider li:nth-of-type(3n+1){clear: left;}
	.productpage_small .more-views ul.no-slider li {margin-right: 19px;}
	.more-views ul.no-slider li a {margin: 0;}
	.productpage_medium .more-views ul.no-slider li {margin-right: 21px;}
	.productpage_large .more-views ul.no-slider li {margin-right: 21px;}
	.productpage_extralarge .more-views ul.no-slider li {margin-right: 21px;}
	header#header .top-link-wishlist:hover {background: #eee; padding: 0; margin: 0;}
	header#header .top-link-wishlist:hover i,
	header#header .top-link-wishlist:hover .wishlist-items {color: #888!important;}
	header#header .top-link-wishlist .wishlist-items {line-height: 1; color: #888;}
	#footer .footer-address-block {font-size: .83em;}
	.ajax-index-options .bundle-box .price-box {float: none; clear: both;}
	.ajax-index-options .product-view .product-essential .product-options,
	.ajax-index-options .product-view .product-essential .product-options-bottom {margin-right: 0!important;}
	.ajax-index-options .product-options dd .input-box {width: 100%;}
	.ajax-index-options .product-options-bottom .add-to-cart {margin-right: 0;}
	.ajax-index-options .product-options dd select {width: 100%;}
	.ajax-index-options .full-product-price {display: inline-block; vertical-align: middle;}
	.ajax-index-options .more-views .next, .ajax-index-options .more-views .prev {bottom: 0;}
	.ajax-index-options .product-view .more-views {margin-bottom: .75em; padding: 0 0 2em;}
	.ajax-index-options .product-view .img-holder {padding: 0!important;}
	.ajax-index-options .product-view .product-shop .price-box {float: none;}
	.ajax-index-options .product-view .more-views li {width: 60px;}
	.header-slider.onlyhome-slider .topline {z-index: 99;}
	header#header .top-cart .block-content {top: 90%;}
	#onepagecheckout_orderform .col3-set .col-2, #onepagecheckout_orderform .col3-set .col-1 {min-height: 100px!important;}
	#onepagecheckout_orderform input.checkbox,
	#onepagecheckout_orderform input.radio {margin-left: 0!important;}
	body.boxed-layout #checkout-coupon-discount-load .discount-form button {width: 96%;}
	body.boxed-layout #checkout-coupon-discount-load .discount-form .buttons-set button.button span span {padding: 0 14px;}
	.cart-table .remove a {left: 45px; margin-top: -2px;}
	.home-text-blocks .container_12,
	header#header .topline > .container_12{padding-bottom: 0.75em!important;}
	.home-text-blocks .container_12{padding-top: 0;}
	body.boxed-layout #footer .footer-second-line > .container_12 {overflow: hidden;}
	.boxed-layout .slider-banner {padding-bottom: 1.5em;}

	.cart .grid_4 .discount .input-box input,
	.cart .grid_4 .shipping .form-list input {width: 91%;}

	.cms-no-route .page-not-found h2 {font-size: 15em; letter-spacing: -19px; margin-left: -0.125em;}
	.cms-no-route .page-not-found h3 {font-size: 2.5em; letter-spacing: -3px; margin-bottom: 1.5em;}
	.cms-no-route .page-not-found p {font-size: 1em; text-align: left;}
	.cms-no-route #footer {position: relative;}
	/*.cms-no-route header#header #search_mini_form {width: 100%;}*/
	.cms-no-route header#header .form-search input {width: 82%;}

	.product-tabs li {float: none;}
	.product-tabs-box {padding: 1.5em;}
	.about-us-wrapper .image {float: none; margin: 0 0 1.5em; width: 100%;}
	.about-us-wrapper .text {float: none; width: 100%;}

	.product-tabs-box ul.brands.no-slider li{
		margin-left:5px;
		margin-right:5px;
		width: 45%;
	}

	.parallax-banners-wrapper .text-banner .banner-content .container_12 {text-align: center;}
	.parallax-banners-wrapper .text-banner .banner-content {font-size: .5em; left: 0!important; right: 0!important; text-align: center;}
	.parallax-banners-wrapper .text-banner .banner-content h2 {letter-spacing: -6px;}
	.parallax-banners-wrapper .text-banner .banner-content h3 {letter-spacing: -4px; margin: 0;}
	.parallax-banners-wrapper .text-banner .banner-content h4 {letter-spacing: -1px;}
	.parallax-banners-wrapper .text-banner .banner-content h5 {letter-spacing: -1px;}
	.parallax-banners-wrapper .text-banner .banner-content p {letter-spacing: 3px; margin-top: 0;}
	.parallax-banners-wrapper .text-banner .banner-content.skin-3 h4 {letter-spacing: -2px;}
	.parallax-banners-wrapper .text-banner .banner-content.skin-3 p {letter-spacing: -.5px;}
	.parallax-banners-wrapper .text-banner .banner-content.skin-4 h2 {letter-spacing: -2px;}
	.parallax-banners-wrapper .text-banner .banner-content.skin-4 h3 {margin-bottom: 1.5%;}
	.parallax-banners-wrapper .text-banner .banner-content.skin-4 h5 {letter-spacing: -.5px;}
	.parallax-page header#header .header-top-right {margin-top: 0;}
	.parallax-page header#header .top-link-wishlist,
	.parallax-page header#header .top-cart .title-cart,
	.parallax-page header#header .menu-button {background-color: rgba(255,255,255,.2)!important;}
	.parallax-page header#header .top-cart,
	.parallax-page header#header .top-link-wishlist {width: 49%;}
	.parallax-page header#header .top-cart .title-cart i,
	.parallax-page header#header .top-link-wishlist i {color: #fff!important;}
	.parallax-page .background-wrapper,
	.product-tabs-bg {background-color: #222;}
	.parallax-page .background-wrapper img,
	.product-tabs-bg img {display: none;}
	.parallax-page .widget-list #products-list {margin: 0; padding: 1.5em;}
	.parallax-page header#header .top-cart .block-title:hover,
	.parallax-page header#header .top-cart .block-title.active {background-color: inherit!important;}
	.parallax-page .home-text-blocks .container_12,
	.parallax-page header#header .topline > .container_12 {padding: 0!important;}
	.parallax-page .nav-container.mobile li.level-top > a span {color: #222!important;}
	.parallax-page .menu-button {color: #fff;}

	body .timer-wrapper.full .timer-box > div {font-size: .75em; min-width: 42px;}
	body .timer-wrapper.full .timer-box > div span {min-width: 42px;}

	header#header .top-cart .block-content .actions a {float: left;}
	header#header .top-cart .block-content .actions .button {width: 45%; float: right;}
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	body {
	  min-width: 420px;
		overflow-x:hidden;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 420px;
	}

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
	  margin-left: 0;
	  margin-right: 0;
	}

	.grid_12 {
	    margin-left: 10px;
	    margin-right: 10px;
	}

	.alpha,
	.omega {
	  margin-left: 0;
	  margin-right: 0;
	}

	.align_center,
	.align_right {
	  text-align: left;
	}

	/* Adaptive */
	.widget-slider.two-products li.item,
	.products-grid.two-products li.item,
	.widget-slider.three-products li.item,
	.products-grid.three-products li.item,
	.widget-slider.four-products li.item,
	.products-grid.four-products li.item,
	.widget-slider.five-products li.item,
	.products-grid.five-products li.item,
	.widget-slider.six-products li.item,
	.products-grid.six-products li.item,
	.widget-slider.seven-products li.item,
	.products-grid.seven-products li.item,
	.widget-slider.eight-products li.item,
	.products-grid.eight-products li.item {width: 50%;}

	.products-grid.two-products li.item .product-container,
	.products-grid.three-products li.item .product-container,
	.products-grid.four-products li.item .product-container,
	.products-grid.five-products li.item .product-container,
	.products-grid.six-products li.item .product-container,
	.products-grid.seven-products li.item .product-container,
	.products-grid.eight-products li.item .product-container {margin-left: 10px; margin-right: 10px;}

	.category-products .products-grid li.item{width: 50%!important; clear: none!important;}
	.category-products .products-grid li.item:nth-of-type(2n+1){clear:left!important;}

	.products-grid.widget-grid li.item {clear: none!important;}

	.products-grid.widget-grid li.item:nth-of-type(2n+1){clear:left!important; margin-left: 0!important;}
	.products-grid.widget-grid li.item:nth-of-type(2n+1) .product-container { margin-left: 0!important;}
	.products-grid.widget-grid li.item:nth-of-type(2n+2) {margin-right: 0!important; margin-right: 0!important;}
	.products-grid.widget-grid li.item:nth-of-type(2n+2) .product-container {margin-right: 0!important;}

	.products-grid#upsell-product-table > li:nth-of-type(2n+2){
		margin-right:0;
	}
	.products-grid#upsell-product-table > li:nth-of-type(2n+1){
		clear:left;
	}

	.block-related .no-slider li.item:nth-of-type(2n+2){
		margin-right:14px;
	}
	.block-related .no-slider li.item:nth-of-type(2n+1){
		clear:none;
	}
	.block-related .no-slider li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(2n+1){
		clear:left;
	}

	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(2n+1){
		clear:left;
	}
	.related-wrapper-bottom .block-related .no-slider li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.related-wrapper-bottom .block-related .no-slider li.item {
		width: 133px;
	}
	.col2-layout .col-main{width:100%;}
	#footer .container_12,
	.content-wrapper .container_12,
	.home-text-blocks .container_12,
	#header .container_12,
	.home-text-blocks .container_12 .grid_12 ,
	.main-container .grid_12,
	.main-container .grid_9,
	.main-container .grid_3,
	.grid_8 .header-slider-container.boxed-slider {margin-left: auto; margin-right: auto;}

	.backstretch{padding-bottom: 300px!important;}
	.backstretch img{height: 100% !important;}

	header#header .grid_12 {
		margin-left: 0;
		margin-right: 0;
	}
	header#header .top-link-wishlist,
	header#header .top-cart,
	header#header .links,
	header#header .customer-name {width: 32.5%;}
	.slider-container .four-products .home-slider li.item {width: 420px;}

	.header-slider-wrapper > .container_12{
		margin-left: auto;
		margin-right: auto;
	}

	.sticky-cart header#header.floating.no-sticky-logo .grid_12 .top-cart .block-content{
		right: 167px;
	}
	.sticky-search header#header.floating.no-sticky-logo #search_mini_form{right: 0!important;}
	.sticky-search.sticky-cart header#header.floating.no-sticky-logo #search_mini_form{right: 32px!important;}

	.header-slider-container .iosSlider .slider .item .slide-container h4{
		display: block !important;
		font-size: 1.8em;
		margin-top: 0.1em;
	}

	.header-slider-container.boxed-slider .iosSlider .slider .item .slide-container h3{
		display: block !important;
		font-size: 3em;
		margin-top: -4px;
	}

	.slider-banner {
		padding: 1em 0 0;
	}

	body .container_12.header-position{
		margin-left: auto;
		margin-right: auto;
	}
	body .container_12.header-position .grid_12{
		margin-left: 0;
		margin-right: 0;
	}

	.nav-container.mobile {left: 30px;}

	header#header #topCartContent .item.second,
	header#header #topCartContent .item.last{
		display: none;
	}


	header#header .top-cart .block-content .mini-products-list{
		margin-bottom: 0;
	}
	header#header .top-cart .mini-products-list li {
		padding: 0.75em 10px;
	}
	header#header .top-cart .block-content .subtotal{
		margin-bottom: 0;
		font-size: 0.84em;
		padding:0.75em 0;
	}

	/* Category Page ========================================================================= */
    .products-grid li.item{float:left;}

	.products-grid li.grid_3 { width: 190px; margin-left: 10px; margin-right: 10px;}
	.products-grid li.alpha { margin-left: 0;}
	.products-grid li.omega { margin-right: 0;}
	.products-grid.large-grid li.grid_3 { width:190px; margin-left: 10px; margin-right: 10px; float:left;}
	.products-grid.small-grid li.item { width:190px; margin-left: 10px; margin-right: 10px; float:left;}
	.products-grid#upsell-product-table li.grid_3 { width: 186px;}
    /* Block Related */
    .block-related li.item {width: 124px;}
	aside.sidebar .block.block-wishlist li.item .product-details {width: 80%;}
	.related-wrapper-bottom .block-related li.item {width: 210px!important;}
	.products-grid.small-grid .minimal-price-link {float: none!important;}
	.special-price + .minimal-price,
	.special-price + .minimal-price-link,
	.regular-price + .minimal-price,
	.regular-price + .minimal-price-link {float: none;}
	.products-list .button-holder .ajax-loader-item,
	.products-grid .button-holder .ajax-loader-item {right: 0;}
    /* Pager */
    .toolbar .pager .amount{padding: 7px 0 0 7px;}
    .toolbar .pager .pages{float:left;}
    aside.sidebar .block.block-layered-nav dl dd a,
	aside.sidebar .block.block-layered-nav dl dd .filter-lbl {width: 90%;}
	aside.sidebar .block.block-layered-nav #slider-range {width: 91%;}
	.block-compare li.item .product-name {width: 93%;}
	aside.sidebar .block.block-wishlist li.item {width: 420px;}
	aside.sidebar .block.block-wishlist li.item .product-image {width: 120px;}
	aside.sidebar .block.block-wishlist li.item .product-details {width: 67%;}
	.block-wishlist .prev {left: 44.7%;}
	.block-wishlist .next {right: 44.7%;}

	/* Product tabs */
	.product-tabs-box ul.brands.no-slider li{
		margin-left:5px;
		margin-right:5px;
		width: 47%;
	}


    /* Product View ========================================================================= */
    .product-view .productpage_small .more-views #more-views-slider li{margin:0; width: 84px;}
	.product-view .productpage_medium .more-views #more-views-slider li{margin:0; width: 84px;}
    .product-view .productpage_large .more-views #more-views-slider li{margin:0; width: 84px;}
    .product-view .productpage_extralarge .more-views #more-views-slider li{margin:0; width: 84px;}
	.product-view .more-views #more-views-slider li a{width:auto;}
    .more-views .prev {left: 44.7%!important;}
	.more-views .next {right: 44.7%!important;}
	.product-view .product-shop .price-box {float: none;}
	.product-view .product-shop .availability {float: right; padding-right: 60px!important; min-height: 40px; line-height: 40px; clear: none;}
	.product-view .grouped-items-table th,
	.product-view .grouped-items-table td {padding: .75em;}
	.product-banner {margin-bottom: 1.5em;}
	.product-view .vertical .box-up-sell .products-grid li.item {
		width: 187px!important;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item{
		margin:0 10px;
		width: 182px!important;
	}
	.product-essential .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		margin-left: 0 !important;
	}

	.product-essential.productpage_small .product-shop .vertical .box-up-sell .products-grid li.item{width:190px!important;}
	.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{width:190px!important; margin:0 10px!important;}
	.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		margin-left: 0 !important;
	}
	.product-essential.productpage_small.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin-right: 0 !important;
	}

	.product-essential.productpage_large .product-shop .vertical .box-up-sell .products-grid li.item{
		margin:0 10px!important;
		width: 182px!important;
	}
	.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width:180px!important;
		margin:0 10px!important;
	}
	.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		margin-left: 0 !important;
	}
	.product-essential.productpage_large.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin-right: 0 !important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item{
		width: 182px !important;
		margin: 0 10px!important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+1){
		clear: none !important;
		margin-left: 10px !important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(3n+3){
		margin-right: 10px !important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+1){
		clear: left !important;
		margin-left: 0 !important;
	}
	.product-essential.productpage_extralarge .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(2n+2){
		margin-right: 0 !important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item{
		width:172px!important;
		margin: 0 10px!important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+1){
		clear: none !important;
		margin-left: 10px !important;
	}
	.product-essential.productpage_extralarge.no-sidebar .product-shop .vertical .box-up-sell .products-grid li.item:nth-of-type(4n+4){
		margin-right: 10px !important;
	}



    /* Special Block ========================================================================= */
    .special-block #container{height:auto!important;}
    .special-block #container .banner-block{position:relative!important; left:auto!important; top:auto!important; margin-right:0; margin-left:0; float:left; display:block; clear:none;}
    .special-block #container .banner-block.even{margin-right:10px;}


    .special-block #container .banner-1 img{width:205px; height:130px;}

    .special-block #container .banner-1.style-3 img{width:205px; height:277px;}

	.toolbar .pager .amount {
		padding: 2px 8px 0 7px;
	}

	.block-related header .block-subtitle a{
		top: 1px;
		padding-left: 0;
	}
	#popup-block {height: 310px !important;}
	#popup-block .block-subscribe {height: 125px;}

    .special-block #container .banner-2{height:130px; width: 205px;}
    .special-block #container .banner-2 img.over-img{width:205px; height:130px;}

    /* Shopping Cart ========================================================================= */


    /* Wishlist ========================================================================= */
    .my-wishlist .link-edit{width:37%!important;}
    .my-wishlist .btn-remove{width:39%!important;}
	.block-related li.item {width: 210px;}
	.block-related .next {right: 44.7%;}
	.block-related .prev {left: 44.7%;}
	.block-related .product-name a {max-width: 92%;}
	.data-table .c_actions {margin-top: .75em;}
	.data-table tr, .data-table td {clear:both;}
	.cart .discount .input-box input, .cart .shipping .form-list input {width:93.5%;}
	.content_bottom #newsletter {width:87%;}
	.content_bottom #newsletter-validate-detail button {width:100%;}
	.ratings-table {width:22%;}
	.catalog-product-view .box-reviews .review {width:68%;}
	.cart .cart-collaterals .discount-form .input-box input,
	.cart .cart-collaterals .shipping-form .form-list input {width: 93%;}
	aside.sidebar.block-subscribe .input-box {width:76%;}
	aside.sidebar .block-subscribe .input-box input {width:91%;}
	#footer .contacts-footer-content .fields .field {width: 48%!important; float: left;}
	#footer .contacts-footer-content .fields .field input {width: 89%;}
	#footer .contacts-footer-content input,
	#footer .contacts-footer-content .wide textarea {width: 94.5%;}
	#footer .footer-topline .custom-footer-content.features li > div {width: 86%;}
	ul.social-links {float: left;}
	#footer .store-switcher {float: right; margin-top: 7px;}
	.product-view .box-tags .form-add input.input-text {width: 96%;}
	.catalog-product-view .box-reviews .form-add .form-list input {width: 94.5%!important;}
	.catalog-product-view .box-reviews .form-add .form-list textarea {width: 94%!important;}
	.input-box select {width: 96%;}
	.my-wishlist .data-table .product-name {max-width: 87%;}
	table#wishlist-table td textarea {width: 94%;}
	.cart .totals.totals-accordion table {float: right;}
	.cart .crosssell .product-details {width: 73%;}
	.multiple-checkout .gift-messages-form .form-list .field {width: 48%!important; float: left; margin-top: 0;}
	.multiple-checkout .gift-messages-form .form-list .field input {width: 160px;}
	.multiple-checkout .gift-messages-form .form-list li.wide textarea {width: 98%;}
	.multiple-checkout .gift-messages-form .details .form-list .field input {width: 118px;}
	.multiple-checkout .gift-messages-form .details .form-list li.wide textarea {width: 95%;}
	.multiple-checkout .sp-methods select {width: 81%;}
	header#header .top-cart .block-content {width: 338px; margin-right: -179px;}
	.opc .input-box select {width: 92%!important;}
	.opc .buttons-set button.button {margin: 0;}
	.opc .gift-messages-form .f-fix .form-list li.wide textarea {width: 79%;}
	.opc .sp-methods dd select {width: 92%!important;}
	.opc .sp-methods dd .v-fix select {width: 100%!important;}
	.contacts-index-index .form-list li.wide textarea {width: 340px;}
	body.boxed-layout .container_12 {padding: 0 20px;}
	.productpage_small .more-views ul.no-slider li:nth-of-type(3n+3){margin-right: 6px!important;}
	.productpage_medium .more-views ul.no-slider li:nth-of-type(3n+3){margin-right: 6px!important;}
	.more-views ul.no-slider li:nth-of-type(3n+1){clear: none;}
	.more-views ul.no-slider li:nth-of-type(5n+5){margin-right: 0!important;}
	.productpage_small .more-views ul.no-slider li:nth-of-type(5n+1){clear: left;}
	.productpage_small .more-views ul.no-slider li {margin-right: 6px;}
	.productpage_medium .more-views ul.no-slider li {margin-right: 6px;}
	.productpage_large .more-views ul.no-slider li {margin-right: 10px;}
	.productpage_large .more-views ul.no-slider li,
	.productpage_large .more-views ul.no-slider li a {width: 76px;}
	.productpage_large .more-views ul.no-slider li:nth-of-type(3n+3){margin-right: 10px!important;}
	.productpage_extralarge .more-views ul.no-slider li {margin-right: 10px;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(5n+5){margin-right: 0;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(5n+1) {clear: left;}
	.productpage_extralarge .more-views ul.no-slider li:nth-of-type(3n+3){margin-right: 10px!important;}
	.productpage_extralarge .more-views ul.no-slider li,
	.productpage_extralarge .more-views ul.no-slider li a {width: 76px;}
	.product-view .price-block .bundle-box + .availability {float: left; min-height: 1px; padding-top: .75em!important; clear: both;}
	.map-container .map-block{
		width: auto!important;
		min-width: 70%;
	}

	.cart .grid_4 .discount .input-box input,
	.cart .grid_4 .shipping .form-list input {width: 94%;}

	.sorter .limiter {float: none; margin-top: .25em;}
	.cms-no-route .page-not-found p {text-align: center;}
	.cms-no-route header#header .form-search input {width: 88%;}
	.parallax-banners-wrapper .text-banner .banner-content {font-size: .65em;}

	.meigee-widget .products-grid {margin-left: 10px; margin-right: 10px;}
	.boxed-layout .meigee-widget .products-grid {margin-left: -10px; margin-right: -10px;}

	.timer-box .title {float: none;}

	.widget-products .grid_3:nth-of-type(2n+1) {margin-left: 0; clear: left;}
	.widget-products .grid_3:nth-of-type(2n+2) {margin-right: 0; clear: right;}
	.widget-products .products-grid li.grid_3 {width: 200px;}

	aside.sidebar .block-subscribe .input-box input {width: 94%;}
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/**
*
* This file is generated automaticaly. Please do no edit it directly cause all changes will be lost.
*
*/
/*====== Font Replacement - Titles =======*/ 

/*====== Site Bg =======*/
body {background-color:#FFFFFF;}

/*====== Skin Color #1 =======*/
aside.sidebar .block.block-cart .product-details .product-box .price,
aside.sidebar .block.block-cart .subtotal .price,
a:hover,
#footer .footer-address-block p a:hover,
#footer address a:hover,
.products-grid .product-name a:hover,
.regular-price .price,
.special-price .price,
.price-from .price,
.price-to .price,
.products-grid .add-to-links li i:hover,
.products-list .product-name a:hover,
.minimal-price-link .price,
.products-list .add-to-links i:hover,
.block-vertical-nav li.level-top a.level-top:hover,
.block-vertical-nav li.level-top.parent ul.level0 li a:hover,
#categories-accordion .btn-cat.closed > i,
.block-compare li.item .btn-remove i:hover,
.availability.out-of-stock span,
.availability-only i,
div.quantity-decrease i:hover,
div.quantity-increase i:hover,
.catalog-product-view .box-reviews .form-add h3 span,
.catalog-product-view .box-reviews ul li small span,
.block-related .product-name a:hover,
.block-related .block-content .block-subtitle a:hover,
.product-options-bottom  i:hover,
.price-as-configured .price,
header#header .top-cart .product-name a:hover,
header#header .top-cart .block-content .mini-products-list .product-details .price,
.data-table .product-name a:hover,
.data-table .c_actions a i:hover,
.data-table .cart-price .price,
.data-table .remove i:hover,
.sp-methods .price,
.cart .totals .checkout-types li a:hover,
.dashboard .box-title a i:hover,
.dashboard .box-head a i:hover,
.my-account .addresses-list li.item a:hover,
.my-account .data-table a:hover,
.my-wishlist .data-table .table-buttons a i:hover,
header#header .top-cart .block-content .subtotal .price,
#login-holder form .actions > a:hover,
#login-holder .link-box a:hover,
.opc-wrapper-opc .page-title .text-login a:hover,
.md-modal-footer a:hover,
.multiple-checkout .grand-total .price,
nav.breadcrumbs li a:hover,
nav.breadcrumbs li a:hover + span,
.nav-wide#nav-wide .top-content .top-menu-links li a,
header#header .customer-name .user i,
.tags-list li a:hover,
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h3 span,
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h3 span,
.product-view .product-shop .add-to-links-box i:hover,
#cart-accordion .accordion-content .crosssell li.item .product-name a:hover,
.widget-latest li h3 a:hover,
.widget-latest li .comments a:hover,
.configurable-swatch-list .swatch-link:hover,
.swatch-current .selected .swatch-link,
.configurable-swatch-list .selected .swatch-link {color: #EF8200;}

.block-vertical-nav li.active > a,
.block-vertical-nav li.custom-active > a {color: #EF8200!important;}

.category-products .toolbar-bottom div.loader,
#footer .block-tags .actions a:hover,
button.button:hover > span,
ul.social-links li a i:hover,
#footer .block-tags .tags-list li a:hover,
.ui-slider .ui-slider-range,
.block-compare .actions a:hover,
.block-compare .actions button span,
aside.sidebar .block-tags li a:hover,
aside.sidebar .block-tags .actions a:hover,
aside.sidebar .block-reorder .actions a:hover,
.block-reorder .actions button span,
aside.sidebar .block.block-wishlist .actions a:hover,
.sorter .view-mode a:hover i,
.sorter .view-mode strong i,
.sorter a.desc i:hover,
.sorter a.asc i:hover,
div.label-sale,
.products-grid .availability-only,
.products-list .availability-only,
.add-to-cart button.button span,
.catalog-product-view .box-reviews .full-review,
.iwdbutton button.button span,
.cart .btn-proceed-checkout span,
header#header .top-cart .block-content .actions .button span,
.cart-table .buttons-row button.btn-continue:hover span,
.my-wishlist .buttons-set .btn-update:hover span,
header#header .top-cart .block-content .actions a:hover,
#checkout-coupon-discount-load .discount-form .buttons-set button.button:hover span span,
#onepagecheckout_orderform  #checkout-review-submit button span span,
.md-modal-footer button.button:hover span span,
nav.breadcrumbs li span:after,
.header-slider-container .iosSlider .prev:hover i,
.header-slider-container .iosSlider .next:hover i,
.cart-remove-box a:hover,
.add-to-cart-success a:hover,
#login-holder form .actions button:hover span span,
table#wishlist-table td .cart-cell button.button:hover span span,
#popup-block .block-subscribe button.button:hover span span,
aside.sidebar .block.block-layered-nav .actions a:hover,
a.aw-blog-read-more:hover,
body .opc-wrapper-opc .payment-block dt:hover,
body .opc-wrapper-opc .payment-block dt.active,
body .opc-wrapper-opc .text-login a.opc-link-login {background-color: #EF8200;}

.label-type-5 div.label-sale:before,
.products-grid.label-type-5 .availability-only:before,
.products-list.label-type-5 .availability-only:before{
	border-top-color: #EF8200;
}
.label-type-5 div.label-sale:after,
.products-grid.label-type-5 .availability-only:after,
.products-list.label-type-5 .availability-only:after{
	border-bottom-color: #EF8200;
}

#footer .block-tags .actions a:hover,
button.button:hover span,
#footer .block-tags .tags-list li a:hover,
.block-compare .actions a:hover,
.block-compare .actions button span,
aside.sidebar .block-tags li a:hover,
aside.sidebar .block-tags .actions a:hover,
aside.sidebar .block-reorder .actions a:hover,
.block-reorder .actions button span,
aside.sidebar .block.block-wishlist .actions a:hover,
.add-to-cart button.button span,
.iwdbutton button.button span,
.cart .btn-proceed-checkout span,
header#header .top-cart .block-content .actions .button span,
.cart-table .buttons-row button.btn-continue:hover span,
.my-wishlist .buttons-set .btn-update:hover span,
header#header .top-cart .block-content .actions a:hover,
#checkout-coupon-discount-load .discount-form .buttons-set button.button:hover span,
#onepagecheckout_orderform  #checkout-review-submit button > span,
.md-modal-footer button.button:hover > span,
.cart-remove-box a:hover,
.add-to-cart-success a:hover,
#login-holder form .actions button:hover > span,
#popup-block .block-subscribe button.button:hover > span,
aside.sidebar .block.block-layered-nav .actions a:hover,
a.aw-blog-read-more:hover,
.swatch-current .selected .swatch-link,
.configurable-swatch-list .selected .swatch-link,
body .opc-wrapper-opc .payment-block dt:hover,
body .opc-wrapper-opc .payment-block dt.active,
body .opc-wrapper-opc .text-login a.opc-link-login {border-color: #EF8200;}

/*====== Skin Color #2 =======*/
a,
.opc-wrapper-opc .page-title .text-login,
.opc-wrapper-opc .page-title .text-login a,
.nav-wide#nav-wide .top-content .top-menu-links li a:hover,
.header-slider-container .iosSlider .slider .item h3,
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-2 h4,
.header-slider-container .iosSlider .slider .item .slide-container.slide-skin-3 h4 {color: #EF8200;}

.products-grid .btn-quick-view > span,
.products-list .btn-quick-view > span {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCEF8200,endColorstr=#CCEF8200);
	background-color: rgba(239,130,0, 0.8);
}

.ajax-media-button-holder .ajax-media,
.products-grid .btn-quick-view:hover > span,
.products-list .btn-quick-view:hover > span,
span.label-new {background-color: #EF8200;}

.label-type-5 span.label-new:before{
    border-top-color: #EF8200;
}
.label-type-5 span.label-new:after{
    border-bottom-color: #EF8200;
}

.product-view .product-name div.sku::selection {background-color: #EF8200;}
.product-view .product-name div.sku::-moz-selection {background-color: #EF8200;}


/**
*
* Feel free to add your own css rules here.
*
*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 9999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	overflow: auto!important;
}
.mobile-devices .fancybox-type-iframe .fancybox-inner {
	overflow: scroll!important;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -196px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/tc_remove.png');
	background-position: center center;
	background-repeat: no-repeat;
	transition: background-image .8s ease;
	-moz-transition: background-image .8s ease;
	-webkit-transition: background-image .8s ease;
	-o-transition: background-image .8s ease;
}

.fancybox-close:hover {background-image: url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/tc_remove_h.png');}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://cdn.stemcell.com/skin/frontend/blacknwhite/default/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 8040;
	
}

.fancybox-prev span {
	left: 0;
	background-position: 0 -36px;
}
.fancybox-prev span:hover{background-position: 0 -107px;}

.fancybox-next span {
	right: 0;
	background-position: 0 -74px;
}
.fancybox-next span:hover{background-position: 0 -154px;}

.fancybox-prev span,
.fancybox-next span{
	moz-transition:background-color 100ms ease;
	-webkit-transition:background-color 100ms ease;
	-o-transition:background-color 100ms ease;
	transition:background-color 100ms ease;
}
.fancybox-prev span:hover,
.fancybox-next span:hover{
	background-color:rgba(0, 0, 0, 0.1);
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9998;
	background-color:rgba(0, 0, 0, 0.3);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.workflow-page{
    margin-top: 25px;
}
.workflow-page.category-products .product-type-content{
    display: none;
    margin-top: 20px;
}
.workflow-page.category-products .product-type-content .product-type-tip{
    border: 2px solid #ccc;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 15px 15px 15px;
}
.workflow-page.category-products .product-type-content .product-type-tip p{
    margin-bottom: 10px;
}
.workflow-page.category-products .product-type > h2{
    cursor: pointer;
    background: #F7F7F5;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.workflow-page.category-products .product-type.open > h2{
    color:#EF8200;
}
.workflow-page .cur-count{
    display: none;
}
.workflow-page .open-toggle{
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    color: #EF8200;
}
.workflow-page h2.product-name{
    margin-top: 0;
}
.workflow-page .products-grid ~ .toolbar-bottom{
    margin-top: 0;
}
.workflow-page .load-more-wrapper{
    width: 100%;
    text-align: center;
}
.workflow-page .load-more{
    display: none;
    font-weight: bold;
    padding: 6px 25px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.workflow-page .open .load-more{
    display: inline-block;
}
.workflow-page .load-more.disabled{
    display: none;
    background: #FFF;
    color: #BBB;
    box-shadow: none;
    border: 1px solid #BBB;
}
.workflow-page .load-more:not(.disabled):hover{
}
/* workflow page middle nav */
.workflow-page .workflow-middle-nav{
    margin-bottom: 15px;
    font-size: 14px;
}
.workflow-page .workflow-middle-nav .block-title{
    text-transform: uppercase;
    font-size: 12px;
    color: #BBB;
    display: inline-block;
    margin-bottom: 10px;
}
.workflow-page .workflow-middle-nav ul,
.workflow-page .workflow-middle-nav li{
    display: inline-block;
    font-size: 14px;
}
.workflow-page .workflow-middle-nav li{
    margin-left: 10px;
    margin-bottom: 10px;
}
.workflow-page .workflow-middle-nav li a i{
    margin-right: 3px;
    margin-top: -1px;
    color: #BBB;
    font-size: 20px;
}
.workflow-page .workflow-middle-nav li a i.fa-circle-o{
    color:#BBB;
}
.workflow-page .workflow-middle-nav li a i.fa-dot-circle-o{
    color:#EF8200;
}
.workflow-page .workflow-middle-nav li a span{
    color:#888;
}
.workflow-page .workflow-middle-nav li.active a span{
    font-weight: bold;
}
.workflow-resource-type{
    font-weight: bold;
    text-transform: uppercase;
    color: #BBB;
    font-size: 10px;
    letter-spacing: 1px;
}
/* workflow step special style */
#workflow-step.content-tab li{
    margin-right: 2px;
}
#workflow-step.content-tab li.active{
    z-index: 25;
}
#workflow-step.content-tab li.active a{
    border-right: none;
}
#workflow-step.content-tab li.active:last-child a{
    border-right: 1px solid #BBB;
}
#workflow-step.content-tab li a span i{
    font-size: 16px;
    margin-left: 8px;
}
#workflow-step.content-tab li.active a span i{
    color: #BBB;
}
#workflow-step.content-tab li a span i.fa-arrow-circle-down{
    display: block;
    content: none;
    font-size: 0;
    width: 4px;
    top: -2px;
    right: -17px;
    color: #BBB;
    position: absolute;
    margin:-2px 10px 0 0;
    z-index: 50;
    border-top: 4px solid transparent;
    border-left: 4px solid #E2E2D9;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#workflow-step.content-tab.tab-menu li a span i.fa-arrow-circle-down{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#workflow-step.content-tab li:hover a span i.fa-arrow-circle-down,
#workflow-step.content-tab li.active a span i.fa-arrow-circle-down{
    border-left-color: #EF8200;
}
#workflow-step.content-tab li:last-child a span i.fa-arrow-circle-down{
    display: none;
}
#workflow-step.content-tab li.step-indicator a span i.fa-arrow-circle-down{
    display: inline-block;
}
#workflow-step.content-tab li a{
    padding: 15px 2px 15px 30px;
    border-right: none;
}
#workflow-step.content-tab li:nth-child(2) a{
    padding-left: 15px;
}
#workflow-step.content-tab li:last-child a{
    padding-right: 15px;
}
#workflow-step.content-tab li:before,
#workflow-step.content-tab li:after{
    content:" ";
    position: absolute;
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 21px solid #FFF;
    right: 100%;
    left: 0;
    top: -4px;
}
#workflow-step.content-tab li:nth-child(2):before,
#workflow-step.content-tab li:last-child:after{
    content: none;
}
#workflow-step.content-tab li:not(:last-child):after{
    border-left: 21px solid #F0F0EB;
    left: 100%;
    z-index: 30;
}
#workflow-step.content-tab li.active:before,
#workflow-step.content-tab li.active:after{
    border-left-color: #BBB;
}
#workflow-step.content-tab li.active a:before,
#workflow-step.content-tab li.active a:after{
    content:" ";
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #FFF;
    right: 100%;
    top: -3px;
    left: 0;
    z-index: 40;
}
#workflow-step.content-tab li.active a:after{
    left: 100%;
}
#workflow-step.content-tab li:nth-child(2):before,
#workflow-step.content-tab li:nth-child(2) a:before{
    content: none;
}
#workflow-step + .content-tab-bottom{
    position: relative;
}
/* end of workflow step special style */
.workflow-page .product-img-box{
    width: 30%;
    float: left;
}
.workflow-page .product-content-box{
    width: 65%;
    float: right;
}
.workflow-page .product-type .products-grid li.item{
    padding-bottom: 15px;
}
.workflow-page .product-type .products-grid li.item .product-container{
    padding-right: 15px;
}
.workflow-page .product-type .products-grid li.item:nth-child(2n) .product-container{
    padding-left: 15px;
}
.workflow-page .short-description{
    font-size: 14px;
}
.workflow-page .products-grid .btn-quick-view > span{
    background: rgba(186,186,186, 0.7);
}
.workflow-page .products-grid .btn-quick-view > span span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: middle;
}
.workflow-page .products-grid .btn-quick-view > span i{
    font-size: 14px;
}

@media all and (max-width: 1007px){
    .workflow-page .product-img-box{
        width: 45%;
    }
    .workflow-page .product-content-box{
        width: 50%;
    }
}
@media all and (min-width: 768px){
    .workflow-wrapper .grid_4_lg{
        width: 33%;
        margin: 0 0.25% 0 0.25%;
    }
    .workflow-wrapper .grid_4_lg:nth-child(3n+1){
        margin-left: 0;
        clear: left;
    }
    .workflow-wrapper .grid_4_lg:nth-child(3n){
        margin-right: 0;
        float: right;
        clear: right;
    }
}
@media all and (max-width: 480px){
    /* workflow step special style */
    #workflow-step.content-tab{
        margin-bottom: 10px;
    }
    #workflow-step.content-tab li.step-indicator{
        display: none;
    }
    #workflow-step.content-tab li{
        display: block;
    }
    #workflow-step.content-tab li:before,
    #workflow-step.content-tab li:after,
    #workflow-step.content-tab li.active a:before,
    #workflow-step.content-tab li.active a:after{
        content: none;
    }
    #workflow-step.content-tab li.active a{
        border-right: 1px solid #E2E2D9;
    }
    #workflow-step.content-tab li a{
        padding: 11px;
    }
    #workflow-step.content-tab li a span i{
        display: none;
    }
    #workflow-step.content-tab li a span i.fa-arrow-circle-down,
    #workflow-step.content-tab li:last-child a span i.fa-arrow-circle-down{
        display: none;
        right: 0;
        font-size: 16px;
        border: none;
        top: auto;
        width: auto;
        z-index: auto;
    }
    #workflow-step.content-tab li.active a span i.fa-arrow-circle-down{
        color: #EF8200;
    }
    .workflow-page.category-products .product-type > h2{
        font-size: 14px;
    }
    .workflow-page .workflow-middle-nav li a i{
        font-size: 18px;
    }
    .workflow-page .workflow-middle-nav li a span{
        font-size: 12px;
        line-height: 16px;
    }
    .workflow-page h2.product-name a{
        font-size: 14px;
        line-height: 16px;
    }
    .workflow-page .short-description{
        font-size: 12px;
        line-height: 14px;
    }
}
.brands-page .brand-content .section{
    margin-bottom: 30px;
    clear: both;
}
.brands-page .brand-content .section:last-child{
    margin-bottom: 50px;
}
.support-info .support-sect{
    float: left;
    margin-bottom: 30px;
}
.support-info .support-sect a{
    font-weight: bold;
}
.support-info .support-image{
    margin-bottom: 15px;
    text-align: center;
}
.support-info .support-image img{
    border: 1px solid #F0F0EB;
    max-height: 150px;
}
.support-info .support-image.round img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.support-info .support-advantage{
    list-style: none;
}
.support-info .support-advantage li{
    margin-bottom: 10px;
}
.comparison-detail{
    display: inline-block;
    background: #FAFAFA;
    padding: 10px;
    width: 30%;
    margin: 8px 0px;
    font-size: 14px;
    line-height: 18px;
}
.comparison-block .iso-slider-container-single .comparison-detail{
    width: 100%;
    padding: 0;
    margin: 0;
}
.comparison-block .iso-slider-container-single .comparison-info-sect:last-child{
    min-height: auto;
}
.comparison-image img{
    border: 1px solid #F0F0EB;
}
.comparison-image.no-border img{
    border: none;
}
.stemcell .col-main .comparison-detail h1{
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
    color: #53585A;
}
.stemcell .col-main .comparison-detail h1 a,
.stemcell .col-main .comparison-detail .sc-button a{
    color: inherit;
}
.stemcell .col-main .comparison-detail a.orange{
    color: #EF8200;
}
.stemcell .col-main .comparison-detail .sc-button a:hover{
    color: inherit;
}
.stemcell .col-main .comparison-detail .comparison-info-sect.cta-sect a{
    color: #EF8200;
}
.stemcell .col-main .comparison-detail a:hover{
    color: #EF8200;
}
.comparison-detail .request-sample{
    font-weight: bold;
}
.stemcell .col-main .comparison-detail a.request-sample{
    color: #EF8200;
}
.comparison-info-sect{
    margin-right: 5px;
    padding: 15px 5px 10px 5px;
}
.comparison-info-sect:last-child{
    border-bottom: none;
}
.comparison-info-sect ul{
    list-style-type: none;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
}
.comparison-info-sect ul li{
    line-height: 18px;
    margin-bottom: 5px;
}
.comparison-info-sect ul li:before{
    content: '\2022';
    font-size: 8px;
    position: absolute;
    left: -10px;
}
.comparison-info-sect ul li ul{
    margin-left: 12px;
    margin-top: 5px;
}
.comparison-info-sect ul li ul li:before{
    content: '\2013';
    font-size: 8px;
    position: absolute;
    left: -10px;
}
.comparison-detail .comparison-info-sect:first-child{
    padding: 5px 5px 10px 5px;
}
.comparison-info-sect .figure-image{
    margin-bottom: 10px;
}
.stemcell .col-main .comparison-detail h2{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0;
}
.comparison-block{
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.comparison-block h1{
    font-size: 30px;
    margin-bottom: 10px;
}
.stemcell .col-main .comparison-detail h1.sub-title{
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin-bottom: 0;
    padding: 0 5px;
}
.comparison-block .notes{
    font-size: 14px;
    color: #6c6d6f
}
.comparison-block .iso-slider-container{
    background: #FAFAFA;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    margin-top: 10px;
}
.comparison-block .iso-slider-container .iso-slider-wrapper.three-line-title .comparison-detail h1{
    height: 60px;
}
.comparison-block .expand-comparison,
.comparison-block .collapse-comparison{
    width: 100%;
    background: #EDEDEC;
    text-align: center;
    color: #EF8200;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    display: none;
}
.comparison-block .collapse-comparison{
    position: relative;
}
.comparison-block .expand-comparison.active,
.comparison-block .collapse-comparison.active{
    display: block;
}
.comparison-block .expand-comparison i,
.comparison-block .collapse-comparison i{
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
}
.comparison-block .iso-slider-container .prev,
.comparison-block .iso-slider-container .next{
    background: #FAFAFA;
    width: 55px;
}
.comparison-block .iso-slider-container .prev i{
    left: 25%;
}
.comparison-block .iso-slider-container .next i{
    right: 25%;
}
.brands-page .main-container .page-title{
    display: none;
}
.brand-logo h1{
    margin-bottom: 10px;
}
.brand-logo img{
    max-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.comparison-block .iso-slider-container-single .comparison-info-sect{
    padding-top: 0;
    border-bottom: none;
}
.stemcell .col-main .iso-slider-container-single .comparison-detail h1{
    padding: 2% 2% 10px 2%;
    height: auto;
}
.comparison-left,
.comparison-middle,
.comparison-right{
    float: left;
    padding: 0 2% 2% 2%;
}
.comparison-left .comparison-info-sect,
.comparison-middle .comparison-info-sect,
.comparison-right .comparison-info-sect{
    padding-left: 0;
    padding-right: 0;
}
.comparison-left{
    width: 28%;
}
.comparison-middle{
    width: 28%;
}
.comparison-middle + .comparison-right{
    width: 32%;
}
.comparison-right{
    width: 64%;
}
.accordion .faq{
    border-top: 1px solid #F1F1EC;
    padding: 15px 0;
    width: 100%;
}
.accordion .faq:last-child{
    border-bottom: 1px solid #F1F1EC;
}
.accordion .faq .question,
.accordion .faq .answer{
    padding: 0 15px;
}
.accordion .faq .question{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 0;
}
.accordion .faq .answer{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-left: 21px;
    display: none;
}
.accordion .faq .answer br{
    line-height: 24px;
}
.accordion .faq .question:hover,
.accordion .faq .question.active,
.accordion .faq .question:hover i,
.accordion .faq .question.active i{
    color: #EF8200;
}
.accordion .faq .question i{
    color: #BBB;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.accordion .faq .question span{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    width: 90%;
}
/* brand page anchor should not be colored by default */
.brands-page .accordion .faq .answer a{
    color: inherit;
}
.cms-page-view .accordion .faq .answer a.orange,
.cms-page-view .accordion .faq .answer a:hover,
.brands-page .accordion .faq .answer a.orange,
.brands-page .accordion .faq .answer a:hover{
    color: #EF8200;
}
/* learn more */
.learn-more-box{
    border: 1px solid #BBB;
}
.learn-more-image a{
    padding-top: 50%;
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #BBB;
}
.learn-more-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.learn-more-text{
    font-size: 14px;
    padding: 15px 20px 30px 20px;
    color: #53585A;
    display: block;
    min-height: 36px;
    line-height: 20px;
}
.learn-more-text .learn-more-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #EF8200;
    display: block;
    margin-bottom: 5px;
    word-break: break-all;
    letter-spacing: 1px;
}
.learn-more-text:hover .learn-more-title{
    color: #EF8200;
}
.learn-more .product-image img{
    border: 1px solid #F0F0EB;
}
.learn-more .product-image a{
    display: block;
}
.learn-more .product-grid{
    background: #FCFCFB;
    border: 1px solid #F0F0EB;
    padding: 10px;
}
.learn-more .product-grid .product-type{
    padding: 0 0 10px 0;
    line-height: 11px;
    margin-bottom: 0;
}
.learn-more .product-grid .product-text{
    padding: 10px 0;
}
.learn-more .product-grid .product-image{
    position: relative;
}
.learn-more .product-grid .product-image .duration{
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 5px;
    font-size: 14px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* related research areas */
.stemcell .related-workflows > h2{
    margin-bottom: 10px;
}
.workflow-box{
    position: relative;
    margin-bottom: 5px;
    display: table;
    width: 100%;
    background: #FAFAFA;
    min-height: 50px;
}
.workflow-wrapper{
    margin: 15px 0;
}
.workflow-image{
    width: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 20;
    background: #FFF;
}
.workflow-image:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.workflow-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.workflow-title{
    position: absolute;
    background: #F1F1F1;
    top: 18px;
    vertical-align: middle;
    display: table;
    z-index: 15;
    height: 90px;
    margin-left: 10%;
    width: 90%;
}
.workflow-title a{
    color: #53585A;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 40%;
    padding-right: 5%;
}
.workflow-box .workflow-name{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.workflow-box .workflow-name a{
    color: #53585A;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 15px;
    display: block;
}
.workflow-box .workflow-name i{
    vertical-align: middle;
    margin-left: 8px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* top story */
.section .callout.top-story{
    padding: 30px;
}
.section .top-story.callout a{
    color: inherit;
}
.top-story h3{
    color: #EF8200;
    margin-bottom: 15px;
}
.top-story .news-logo{
    float: right;
    display: table;
    margin-top: 30px;
}
.top-story .news-logo span{
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 15px;
}
.top-story .news-logo img{
    max-height: 50px;
    max-width: 100px;
}
.learn-more{
    position: relative;
}
.learn-more h2{
    display: inline-block;
}
.learn-more .view-all{
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.learn-more .view-all a{
    float: right;
    padding: 2px 14px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    background: #F0F0EB;
}
@media all and (max-width: 480px){
    .learn-more .view-all{
        position: relative;
        margin-top: 15px;
    }
    .learn-more .view-all a{
        float: none;
    }
}

