﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700italic,700,400italic);

/*
* Skeleton V1.2 (Solid Cactus updated 2014)
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Base Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

th {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 4px;
}

h5 {
    font-size: 15px;
    line-height: 20px;
}

h6 {
    font-size: 15px;
    line-height: 20px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

a, a:visited {
    ;
    text-decoration: underline;
    outline: 0;
}

    a:hover, a:focus {
        color: #727272;
    }

p a, p a:visited {
    line-height: inherit;
}

ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

    ul ul li, ul ol li, ol ol li, ol ul li {
        margin-bottom: 6px;
    }

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #eee;
    background: #eee -moz-linear-gradient(top,rgba(255,255,255,.2)0%,rgba(0,0,0,.2)100%);
    background: #eee -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
    background: #eee -webkit-linear-gradient(top,rgba(255,255,255,.2)0%,rgba(0,0,0,.2)100%);
    background: #eee -o-linear-gradient(top,rgba(255,255,255,.2)0%,rgba(0,0,0,.2)100%);
    background: #eee -ms-linear-gradient(top,rgba(255,255,255,.2)0%,rgba(0,0,0,.2)100%);
    background: #eee linear-gradient(top,rgba(255,255,255,.2)0%,rgba(0,0,0,.2)100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        color: #222;
        background: #ddd;
        background: #ddd -moz-linear-gradient(top,rgba(255,255,255,.3)0%,rgba(0,0,0,.3)100%);
        background: #ddd -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(100%,rgba(0,0,0,.3)));
        background: #ddd -webkit-linear-gradient(top,rgba(255,255,255,.3)0%,rgba(0,0,0,.3)100%);
        background: #ddd -o-linear-gradient(top,rgba(255,255,255,.3)0%,rgba(0,0,0,.3)100%);
        background: #ddd -ms-linear-gradient(top,rgba(255,255,255,.3)0%,rgba(0,0,0,.3)100%);
        background: #ddd linear-gradient(top,rgba(255,255,255,.3)0%,rgba(0,0,0,.3)100%);
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
        border: 1px solid #666;
        background: #ccc;
        background: #ccc -moz-linear-gradient(top,rgba(255,255,255,.35)0%,rgba(10,10,10,.4)100%);
        background: #ccc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.35)),color-stop(100%,rgba(10,10,10,.4)));
        background: #ccc -webkit-linear-gradient(top,rgba(255,255,255,.35)0%,rgba(10,10,10,.4)100%);
        background: #ccc -o-linear-gradient(top,rgba(255,255,255,.35)0%,rgba(10,10,10,.4)100%);
        background: #ccc -ms-linear-gradient(top,rgba(255,255,255,.35)0%,rgba(10,10,10,.4)100%);
        background: #ccc linear-gradient(top,rgba(255,255,255,.35)0%,rgba(10,10,10,.4)100%);
    }

    .button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
        text-align: center;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #ccc;
    padding: 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0;
    width: auto;
    max-width: 100%;
    display: block;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
    min-height: 60px;
}

label, legend {
    font-weight: bold;
    font-size: 13px;
}

select {
    width: auto;
}

input[type="checkbox"] {
    display: inline;
}

label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

.remove-bottom {
    margin-bottom: 0!important;
}

.half-bottom {
    margin-bottom: 10px!important;
}

.add-bottom {
    margin-bottom: 20px!important;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.container, .page-body-columns {
    position: relative;
    width: 1008px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

    .container .column, .container .columns {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

.row {
    margin-bottom: 20px;
}

.column.alpha, .columns.alpha {
    margin-left: 0;
}

.column.omega, .columns.omega {
    margin-right: 0;
}

.container .one.column, .container .one.columns {
    width: 43px;
}

.container .two.columns {
    width: 106px;
}

.container .three.columns {
    width: 169px;
}

.container .four.columns {
    width: 232px;
}

.container .five.columns {
    width: 295px;
}

.container .six.columns {
    width: 358px;
}

.container .seven.columns {
    width: 421px;
}

.container .eight.columns {
    width: 484px;
}

.container .nine.columns {
    width: 547px;
}

.container .ten.columns {
    width: 610px;
}

.container .eleven.columns {
    width: 673px;
}

.container .twelve.columns {
    width: 736px;
}

.container .thirteen.columns {
    width: 799px;
}

.container .fourteen.columns {
    width: 862px;
}

.container .fifteen.columns {
    width: 925px;
}

.container .sixteen.columns {
    width: 988px;
}

.container .one-third.column {
    width: 316px;
}

.container .two-thirds.column {
    width: 652px;
}

.container .offset-by-one {
    padding-left: 63px;
}

.container .offset-by-two {
    padding-left: 126px;
}

.container .offset-by-three {
    padding-left: 189px;
}

.container .offset-by-four {
    padding-left: 252px;
}

.container .offset-by-five {
    padding-left: 315px;
}

.container .offset-by-six {
    padding-left: 378px;
}

.container .offset-by-seven {
    padding-left: 441px;
}

.container .offset-by-eight {
    padding-left: 504px;
}

.container .offset-by-nine {
    padding-left: 567px;
}

.container .offset-by-ten {
    padding-left: 630px;
}

.container .offset-by-eleven {
    padding-left: 693px;
}

.container .offset-by-twelve {
    padding-left: 756px;
}

.container .offset-by-thirteen {
    padding-left: 819px;
}

.container .offset-by-fourteen {
    padding-left: 882px;
}

.container .offset-by-fifteen {
    padding-left: 945px;
}
.row.ma-item .info-item {
    width:40%;
}
.row.ma-item .info-item > img {
    float:left;
    margin:0 7px 7px 0;
}
.row.ma-item .caption-area, .row.ma-item .itemavailable,.row.ma-item .code {
    font-size:13px;
}
.row.ma-item .price-bold {
    font-weight:600;
    margin:5px 0;
    font-size:17px;
}

.prItemRatingCat img {
    vertical-align: middle;
    margin-left: 4px;
}

.prItemRatingCat span {
    color: #666666;
    font-size: 11px;
    font-weight: 500;
}

#product-info-table {
    border:2px solid #2e3337;
}
#product-info-table #prItemRating a {
    color: #a5a8a9 !important;
    text-decoration:none;
}
#product-info-table .prItemRatingBar {
    color:#eee;
    float: left;
    margin-top: 2px;
}
.prItemRatingLinks a, .prItemRatingLinks a:link, .prItemRatingLinks a:active, .prItemRatingLinks a:visited {
    color: #a5a8a9;
    font-size: 12px;
}
#product-info-table #prItemRating div.prItemRatingLinks {
    margin:2px 5px 0;
}
section.promo {
    text-align:center;
}
section.promo img {
    max-width:100%;
}
.desktop {
    display:block;
}
.mobile {
    display:none;
}
#yfc_mini.nakfc {
    margin-top:-3px;
}
#yfc_fullco.smb-fc #yfc_close_btn, #yfc_mini .smb-mc .minicart_c2 {
    background-color:transparent !important;
}
#yfc_fullco.smb-fc .chkout {
    width:auto !important;
    height:auto !important;
}
#yfc_mini .smb-mc .minicart_c1 {
    width:auto !important;
}
#yfc_mini .smb-mc .mini_msg, #yfc_mini .mini_item_count, #yfc_mini .mini_subtotal,#yfc_fullco.smb-fc #yfc_close_btn {
    color:#fff !important;
}
.text-banner {
    padding:5px 0;
}
.text-banner a {
    text-decoration:none;
}
.text-banner a:hover {
    color:#D42519;
    text-decoration:underline;
}
.marLoginBoxFav > table {
    border:1px solid #bfbfbf;
    border-width:0 1px;    
    width:292px;
    margin-left:1px;
    text-align:left;
}
.marLoginBoxFav > div img {
    display:block;
}
.marLoginBoxFav > table table td {
    padding:4px 10px;
}
.marLoginBoxFav > table table td input[type='text'],.marLoginBoxFav > table table td input[type='password'] {
    width:255px;
}
#notify-container > div {
    margin:3px 0;
    text-align:center;
}
#notify-container > div span {
    font-weight:600;
    margin-right:5px;
}
#notify-container > div input {
    display:inline-block;
    padding:8px 5px 6px;
    font-size:15px;
}
#notify-container > div a {
    margin: 0 0 0 7px;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    border: 1px solid #bea5a6;
    font-size: 15px;
    border-radius: 0;
    outline: 0;
    padding: 7px 15px;
    text-decoration: none;
    display: inline-block;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .container .sixteen.columns {
        width:98%;
    }
    .container {
        width:100%;
    }
    .promo-area .container .ten.columns {
        width: -moz-calc(100% - 399px);
        width: -webkit-calc(100% - 399px);
        width: calc(100% - 399px);
    }
    .header-bottom .nine.columns {
        width: -moz-calc(100% - 462px);
        width: -webkit-calc(100% - 462px);
        width: calc(100% - 462px);
    }
    #rightbody {
        width: -moz-calc(100% - 262px);
        width: -webkit-calc(100% - 262px);
        width: calc(100% - 262px);
    }
    #navcontainer {
        margin-right:0;
    }
    .home-caption .container .seven.columns {
        width: -moz-calc(100% - 567px);
        width: -webkit-calc(100% - 567px);
        width: calc(100% - 567px);
    }
    footer .container .offset-by-one {
        padding-left:2%;
    }
    .footer-bottom .container .eight.columns {
        width: -moz-calc(100% - 525px);
        width: -webkit-calc(100% - 525px);
        width: calc(100% - 525px);
    }
    .container .three.columns {
        width:23%;
    }
}

@media only screen and (max-width: 1024px) {
    .home-caption .nine.columns {
        padding-left:10px;
    }
}
@media only screen and (max-width: 959px) {
    .copy-right, .copy-left {
        font-size:12px;
    }
    .prItemRatingCat span {
        display:block;  
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container, .page-body-columns {
        width: 768px;
    }
    
        .container .column, .container .columns {
            margin-left: 10px;
            margin-right: 10px;
        }

    .column.alpha, .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }

    .column.omega, .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }

    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }

    .container .one.column, .container .one.columns {
        width: 28px;
    }

    .container .two.columns {
        width: 76px;
    }

    .container .three.columns {
        width: 124px;
    }

    .container .four.columns {
        width: 172px;
    }

    .container .five.columns {
        width: 220px;
    }

    .container .six.columns {
        width: 268px;
    }

    .container .seven.columns {
        width: 316px;
    }

    #multi-add > .row.matc-row .seven.columns {
        width: 99%;
    }

    #multi-add > .row.matc-row span#multi-name {
        display: inline-block;
    }

    #multi-add > .row.matc-row > div:first-child {
        padding-top: 50px;
    }

    .container .eight.columns {
        width: 364px;
    }

    .container .nine.columns {
        width: 412px;
    }

    .container .ten.columns {
        width: 460px;
    }

    .container .eleven.columns {
        width: 508px;
    }

    .container .twelve.columns {
        width: 556px;
    }

    .container .thirteen.columns {
        width: 604px;
    }

    .container .fourteen.columns {
        width: 652px;
    }

    .container .fifteen.columns {
        width: 700px;
    }

    .container .sixteen.columns {
        width: 748px;
    }

    .container .one-third.column {
        width: 236px;
    }

    .container .two-thirds.column {
        width: 492px;
    }

    .container .offset-by-one {
        padding-left: 48px;
    }

    .container .offset-by-two {
        padding-left: 96px;
    }

    .container .offset-by-three {
        padding-left: 144px;
    }

    .container .offset-by-four {
        padding-left: 192px;
    }

    .container .offset-by-five {
        padding-left: 240px;
    }

    .container .offset-by-six {
        padding-left: 288px;
    }

    .container .offset-by-seven {
        padding-left: 336px;
    }

    .container .offset-by-eight {
        padding-left: 384px;
    }

    .container .offset-by-nine {
        padding-left: 432px;
    }

    .container .offset-by-ten {
        padding-left: 480px;
    }

    .container .offset-by-eleven {
        padding-left: 528px;
    }

    .container .offset-by-twelve {
        padding-left: 576px;
    }

    .container .offset-by-thirteen {
        padding-left: 624px;
    }

    .container .offset-by-fourteen {
        padding-left: 672px;
    }

    .container .offset-by-fifteen {
        padding-left: 720px;
    }
    footer .container .offset-by-one {
        padding-left:4%;
    }
    .badges:empty {
        display:none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 785px) {
    .promo-area .container .ten.columns {
        width: -moz-calc(100% - 308px);
        width: -webkit-calc(100% - 308px);
        width: calc(100% - 308px);
    }
    .container .sixteen.columns {
        width:98%;
    }
    .container {
        width:100%;
    }
    .header-bottom .nine.columns {
        width: -moz-calc(100% - 356px);
        width: -webkit-calc(100% - 356px);
        width: calc(100% - 356px);
    }
    #rightbody {
        width: -moz-calc(100% - 202px);
        width: -webkit-calc(100% - 202px);
        width: calc(100% - 202px);
    }
    #navcontainer {
        margin-right:0;
    }
    .home-caption .container .seven.columns {
        width: -moz-calc(100% - 427px);
        width: -webkit-calc(100% - 427px);
        width: calc(100% - 427px);
    }
    .footer-bottom .container .eight.columns {
        width: -moz-calc(100% - 400px);
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media only screen and (max-width: 767px) {
    .container, .page-body-columns {
        width: 98%;
    }

        .container .columns, .container .column {
            margin: 0;
        }

        .container .sixteen.columns {
            width: 98%;
            padding: 0 10px;
        }

        .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
            width: 97%;
        }
        #contents-table .three.columns {
            width:100%;
        }

        .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
            padding-left: 0;
        }

    #multi-add > .row.matc-row .seven.columns {
        width: 99%;
    }

    #multi-add > .row.matc-row span#multi-name {
        display: inline-block;
    }

    #multi-add > .row.matc-row > div:first-child {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container, .page-body-columns {
        width: 98%;
    }

        .container .columns, .container .column {
            margin: 0;
        }

        .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
            width: 96%;
        }
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Defaults */
body {
    color: #000000;
    font: 400 15px / 18px Arial, Helvetica, sans-serif;
    background-color: #E6E6E6;
}

a {
    text-decoration: underline;
    color: #D42519;
}

header {
    background-color: #000000;
}

main > .container {
    background-color: #fff;
}

.container {
    overflow: visible;
}
/* Gradients */
.footer-border {
    background: -webkit-linear-gradient(90deg, #000000 0%, #282828 100%);
    background: -moz-linear-gradient(90deg, #000000 0%, #282828 100%);
    background: -o-linear-gradient(90deg, #000000 0%, #282828 100%);
    background: -ms-linear-gradient(90deg, #000000 0%, #282828 100%);
    background: linear-gradient(0deg, #000000 0%, #282828 100%);
}

.header-nav {
    background: -webkit-linear-gradient(90deg, #20272f 0%, #374451 100%);
    background: -moz-linear-gradient(90deg, #20272f 0%, #374451 100%);
    background: -o-linear-gradient(90deg, #20272f 0%, #374451 100%);
    background: -ms-linear-gradient(90deg, #20272f 0%, #374451 100%);
    background: linear-gradient(0deg, #20272f 0%, #374451 100%);
    border: solid 1px #D42519;
    border-color: #D42519 transparent #D42519 transparent;
}
.header-promo + .header-nav {
    border-top:0;
}

img {
    max-width: 100%;
    height: auto;
}

.mobileshow {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.sprite, input[type="submit"].sprite {
    background: transparent url(sprite-main3.png) no-repeat 0 0;
}

.btn:hover, .btn:focus {
    opacity: 0.8;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.text-right {
    text-align: right;
}

#bodyarea {
    padding: 10px 0;
}
/* Font Families
    font-family: Impact,Charcoal,sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    "PT Sans"; PT is the alernative Myriad Pro
*/
/* Sprite Uses */
.header-mid.sprite {
    background-position: center -209px;
}

#cartarea > .sprite {
    background-position: -43px -65px;
    display: inline-block;
    height: 21px;
    position: absolute;
    right: 300px;
    top: 11px;
    width: 25px;
}

#searcharea > .sprite {
    background-position: -19px 0;
    display: inline-block;
    height: 32px;
    width: 88px;
}

#shop-by-brand > .sprite {
    background-position: -19px -33px;
    display: inline-block;
    height: 32px;
    width: 103px;
}

.cc > .sprite {
    background-position: 0 -151px;
    display: inline-block;
    height: 29px;
    width: 287px;
}

a.twitter > .sprite {
    background-position: 0 -19px;
}

a.youtube > .sprite {
    background-position: 0 -38px;
}

a.pinterest > .sprite {
    background-position: 0 -57px;
    height: 18px !important;
}

.apple.sprite {
    width: 102px;
    height: 34px;
    background-position: 0 -117px;
}

.droid.sprite {
    width: 37px;
    height: 45px;
    background-position: -102px -88px;
}

.sema.sprite {
    width: 38px;
    height: 60px;
    background-position: -140px -88px;
}

.secure.sprite {
    height: 29px;
    width: 126px;
    background-position: 0px -180px;
}

.sprite.yahoo {
    height: 29px;
    width: 82px;
    background-position: -212px -120px;
}

.sprite.mcafee {
    background-position: -212px -88px;
    height: 32px;
    width: 82px;
}

a.sprite.home-promo-link {
    height: 29px;
    width: 100px;
    background-position: 0 -88px;
}

/* Promo Area */

.promo-area {
        display: none;
    }

        .promo-area.enabled {
            display: block;
        }

.promo-area {
    background-color: #000;
}

    .promo-area img {
        display: block;
        margin:0 auto;
    }

    .promo-area > .container > div {
        background-color: #D42519;
        min-height: 80px;
    }

        .promo-area > .container > div a {
            float: right;
        }

        .promo-area > .container > div.topleft a {
            float: left;
        }

        .promo-area > .container > div.onlybanner a {
            text-align:center;
            width:100%;
        }

        .promo-area > .container > div.six.columns {
            padding: 0 10px;
        }

    .promo-area .clock-wrap {
        background-color: #fff;
        border: solid 1px #000;
        width: 80%;
        margin: 7px auto 0;
    }

        .promo-area .clock-wrap .clock-title {
            text-align: center;
            color: #fff;
            font: 700 16px/16px "PT Sans";
            background-color: #333333;
            padding: 5px 0;
        }

        .promo-area .clock-wrap #clock {
            text-align: center;
            font: 400 40px/40px Impact,Charcoal,sans-serif;
            color: #FE0000;
        }

/* Responsive Video CSS */
.img-with-video {
    max-width:250px;
}
.videoWrapper-right {
    float:right;
    width: -moz-calc(100% - 265px);
    width: -webkit-calc(100% - 265px);
    width: calc(100% - 265px);                
}
.videoWrapper-right iframe {
        width: 100%;
        height: 100%;        
    }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper-right + br {
    clear:both;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Header */
.header-top {
    background-color: #1F262E;
    overflow: hidden;
}

    .header-top .container {
        position: relative;
    }

.header-mid .logo {
    margin-top: -16px;
    padding-bottom: 4px;
    padding-left: 0px;
    position: relative;
    z-index: 1;
}
.header-mid .container {
    background-repeat:no-repeat;
    background-position:right center;
}
.header-mid .container {
    padding-top:10px;
}
.header-mid .header-link {
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    width: 224px;
    height: 100%;
    z-index: 100;
}
.header-promo {
    background-color:#ff0000;
    color:#fff;
    padding:17px;
    border-top:1px solid #870000;
    border-bottom:1px solid #870000;
}
.promo-cont {
    font:600 25px/25px Arial;
}
.header-promo #timer {
    text-align: right;
    font: 400 30px/30px Impact,Charcoal,sans-serif;
    color: #fff;
    letter-spacing:1px;
}
.header-nav {
    padding: 15px 0 6px;
}

    .header-nav ul, .header-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

    .header-nav li {
        padding-right: 13px;
    }

        .header-nav li a {
            color: #ffffff;
            font: italic 700 16px / 16px "PT Sans";
            text-decoration: none;
            text-transform: uppercase;
            text-shadow: 3px 2px 2px #000;
        }

            .header-nav li a:hover {
                color: #D42519;
            }

.header-bottom {
    padding: 15px 0;
}

    .header-bottom .input-wrap {
        background-color: #e8e8e8;
        border: 1px solid #fff;
        border-radius: 4px;
        height: 32px;
        position: relative;
        overflow: hidden;
    }

    .header-bottom input[type='text'] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        display: inline-block;
        margin-left: 10px;
        padding: 9px 5px;
        width: 100%;
    }

    .header-bottom input[type="submit"] {
        background-position: -19px -65px;
        border: medium none;
        font-size: 0;
        height: 21px;
        position: absolute;
        right: 10px;
        text-indent: -999px;
        width: 24px;
        top: 6px;
    }

    .header-bottom select.sprite {
        -webkit-appearance:none;
        appearance: none;
        border: medium none;
        left: 20%;
        max-width: 500px;
        position: absolute;
        top: 7px;
        vertical-align: top;
        width: 500px !important;
        color: #000000;
        height: auto !important;
        font: 400 14px / 14px Arial;
        background: transparent url("select-arrow.png") no-repeat scroll 85% 1px !important;
    }

        .header-bottom select.sprite:hover {
            cursor: pointer;
        }

    .header-bottom form, .header-bottom .searcharea {
        display: inline-block;
        vertical-align: top;
        width: 75%;
    }

/* Footer */
.footer-top {
    border-top: solid 33px #2d3538;
    color: #000000;
    font: 400 14px / 24px Arial;
}

    .footer-top h4 {
        color: #d6261a;
        font: 400 24px / 33px Impact,Charcoal,sans-serif;
        margin: 20px 0 10px;
        clear: both;
    }

    .footer-top a {
        color: #000000;
        font: 400 14px / 38px Arial;
        text-decoration: none;
    }

        .footer-top a:hover {
            color: #d6261a;
        }

    .footer-top form {
        background-color: #fff;
        border: solid 1px #B9B9B9;
        border-radius: 5px;
        position: relative;
        height: 44px;
        margin: 8px 0 10px;
    }

        .footer-top form input[type='text'] {
            color: #000000;
            font: 400 14px / 14px Arial;
            border: none;
            background: none;
            width: 90%;
            padding: 15px;
        }

        .footer-top form input[type='submit'].sprite {
            color: #000000;
            font: 400 14px / 14px Arial;
            border: none;
            height: 35px;
            width: 35px;
            background-position: -176px -89px;
            position: absolute;
            right: 8px;
            top: 4px;
            text-indent: -999px;
        }

    .footer-top .newsletter-wrap a {
        display: block;
        color: #2f3438;
        font: 400 12px / 15px Arial;
        padding-bottom: 43px;
    }

    .footer-top ul, .footer-top li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-top li {
        border-top: solid 1px #B9B9B9;
    }

    .footer-top ul.two-column li {
        float: left;
        width: 50%;
    }

    .footer-top ul.one-column span {
        display: inline-block;
        height: 19px;
        margin-right: 6px;
        margin-top: -2px;
        vertical-align: middle;
        width: 19px;
    }

    .footer-top ul.one-column li:first-child, .footer-top ul.two-column li:first-child, .footer-top ul.two-column li:nth-child(2) {
        border-top: none;
        padding-top: 0;
    }

    .footer-top .virtual-area {
        color: #000000;
        float: left;
        font: 300 24px/28px "PT Sans";
        padding: 26px 0 25px;
        vertical-align: middle;
        width: 100%;
    }

        .footer-top .virtual-area img {
            float: right;
            vertical-align: middle;
        }

        .footer-top .virtual-area > div {
            float: left;
            padding-top: 20px;
            width: 40%;
        }

.footer-mid {
    float: left;
    clear: both;
    padding: 20px 0;
}

    .footer-mid a, .footer-mid span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .footer-mid .badges, .footer-mid div.cc {
        padding-top: 13px;
    }

.footer-bottom {
    color: #ffffff;
    font: italic 700 14px / 40px Arial;
    border-top: solid 3px #2C3437;
}

    .footer-bottom .footer-border {
        border-top: solid 2px #000000;
        padding-bottom: 45px;
    }

/* Navigation */
#navcontainer {
    background-color: #2E3337;
}

    #navcontainer div.nav-header {
        background-color: #D42519;
        padding: 8px 10px;
        color: #ffffff;
        font: 400 23px / 23px Impact,Charcoal,sans-serif;
        position: relative;
        margin-bottom: 12px;
    }

        #navcontainer div.nav-header:after {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #d42519 rgba(212, 122, 25, 0) rgba(212, 37, 25, 0);
            border-image: none;
            border-style: solid;
            border-width: 21px;
            content: " ";
            left: -1px;
            margin-left: 0;
            pointer-events: none;
            position: absolute;
            top: 77%;
            width: 0;
        }

ul.cat-nav, ul.cat-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cat-nav {
    margin-bottom: 25px;
}

#navcontainer ul.cat-nav:last-child {
    margin-bottom: 5px;
}

ul.cat-nav > li {
    position: relative;
}

    ul.cat-nav > li > a {
        color: #ffffff;
        font: 400 14px / 14px Arial;
        margin: 0 3px;
        border-bottom: solid 1px #4F5D64;
        display: block;
        padding: 9px 5px;
        text-decoration: none;
    }

        ul.cat-nav > li > a:hover, ul.cat-nav > li > a:focus, ul.cat-nav > li:hover > a, ul.cat-nav > li:focus > a {
            background-color: #C5CED7;
            margin: 0;
            padding: 9px 8px;
            color: #d6261a;
        }

    ul.cat-nav > li > ul {
        background-color: #c5ced7;
        display: none;
        left: 200px;
        padding: 14px 20px;
        position: absolute;
        top: -4px;
        width: 265px;
        z-index: 100;
    }

        ul.cat-nav > li > ul > li {
            padding: 6px 0;
        }

            ul.cat-nav > li > ul > li > a {
                display: block;
                color: #000;
                font: 400 14px / 14px Arial;
                text-decoration: none;
            }

                ul.cat-nav > li > ul > li > a:hover {
                    color: #d6261a;
                    text-decoration: underline;
                }

    ul.cat-nav > li:hover > ul {
        display: block;
    }

/* Homepage */
.home-caption {
    background-color: #E6E6E6;
}

    .home-caption > .container > div {
        margin: 15px 0;
    }

        .home-caption > .container > div:last-child {
            text-align: center;
        }

    .home-caption .header {
        height: 40px;
        background-color: #000000;
    }

    .home-caption .home-image-wrap {
        background-color: #fff;
        display: inline-block;
        margin: 0 auto 0 15px;
        padding: 6px;
    }

        .home-caption .home-image-wrap img {
            display: block;
            width: 100%;
        }

.home-promo {
    background-color: #D42519;
    color: #ffffff;
    font: 400 26px / 26px Impact,Charcoal,sans-serif;
    position: relative;
    padding: 9px 7px;
    padding-right: 115px;
    margin-bottom: 4px;
}

    .home-promo a {
        position: absolute;
        right: 0;
        top: 0;
    }


h2.home-caption-title {
    color: #ffffff;
    font: 400 23px Impact;
    padding-top: 6px;
}

/* Section Page */
.sectinfo {
    padding-bottom: 20px;
    border-bottom: solid 1px #323232;
}

    .sectinfo > .columns.four img {
        margin: 0 auto;
    }
    .sectinfo.description-2 {
        width:100%;
        border-bottom:0;
    }
.section-bottom-text {
    padding: 20px 0;
    border-top: solid 1px #323232;
    margin-top: 20px;
    color: #6e6e6e;
    padding-bottom: 20px;
}

.section-links ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    margin-left: 20px;
}

.section-links li {
    margin: 0;
    padding: 0;
    color: #d6261a;
}

    .section-links li a {
        text-decoration: none;
        color: #d6261a;
        font: 400 15px / 21px Arial;
    }

/* Multiple Add */
.ma-atc input.order-button {
    background-color: #d42519;
    border-color: #d42519;
    color: #fff;
    font-family: "PT Sans";
    font-size: 17px;
    font-weight: 400;
    text-shadow: 0 0 0 !important;
}

.row.matc-row input {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.row.matc-row > div:first-child {
    padding-top: 15px;
    width: 135px;
}

#multi-add > .row.matc-row {
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}

    #multi-add > .row.matc-row:last-child {
        border-bottom: none;
    }

.row.matc-row > div.two.columns {
    width: 140px;
}

span#multi-name {
    display: block;
}

    span#multi-name a {
        text-decoration: none;
        color: #000;
        font-weight: 700;
    }

span.multi-price {
    display: block;
    color: #D42519;
    padding: 5px 0;
}

    span.multi-price .price span {
        color: #000;
        font-size: 13px;
    }

.matcoption {
    padding-top: 10px !important;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

/* Custom Section #1 and #2 */
.itemcell.two.columns.omega, .itemcell.two.columns.omega div, .itemcell.three.columns.omega, .itemcell.three.columns.omega div {
    margin-left: 0;
    text-align: left !important;
}

    .itemcell.two.columns.omega a, .itemcell.three.columns.omega a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

        .itemcell.two.columns.omega a:hover, .itemcell.three.columns.omega a:hover {
            text-decoration: underline;
        }

.imgCell.two.columns.alpha, .imgCell.three.columns.alpha {
    min-height: 90px;
    border: none;
}

.itemcell.three.columns.omega form {
    margin-top: 10px;
}

    .itemcell.three.columns.omega form .contentsOptions {
        padding-top: 10px;
    }

    .itemcell.three.columns.omega form input[type='submit'], #atcrow .order-button {
        background-color: #d42519;
        border-color: #d42519;
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        text-shadow: 0 0 0;
        text-transform: uppercase;
    }

#atcrow .order-button {
    margin-bottom: 10px;
}

/* Custom Item */
.row.ma-item {
    padding-top: 20px;
    border-top: solid 1px #323232;
}
h1 + .row.ma-item {
    border-top: 0;
}

    .row.ma-item img {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .row.ma-item a {
        color: #333333;
        font: 700 15px / 18px Arial;
        display: block;
        text-decoration: none;
    }

    .row.ma-item .options {
        padding: 10px 0;
    }

    .row.ma-item .caption-area {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .row.ma-item .itemavailable {
        padding-bottom: 10px;
    }

    .row.ma-item .options > span {
        display: block;
        padding-top: 10px;
    }

.ma-item-atc input {
    display: inline-block;
    vertical-align: middle;
}

    .ma-item-atc input[type='text'] {
        border: solid 1px #000;
        width: 97px;
        margin-right: 10px;
    }

    .ma-item-atc input[type='submit'] {
        color: #fff;
        text-transform: uppercase;
        background-color: #D42519;
        border: solid 1px #D42519;
        text-shadow: 0 0 0;
        margin: 0;
    }

b {
    font-weight: 700;
}
.pit-top {
    borderx:1px solid #9ea0a2;
}
    .pit-top h3 {
        color: #fff;
        text-align: left;
        font-size: 13px;
        background-color:#2e3337;
        padding:9px 15px;
        margin:0;
        line-height:normal;
        font-size: 21px;
        font-family: Impact, Arial, sans-serif;
        font-weight:400;
    }
#product-info-table .row {
    width:100%;
    clear:both;
}
#product-info-table .row .leftpart {
    float:left;
}
#product-info-table .row .rightpart {
    float:right;
}
#product-info-table .row.pricing {
    margin:4px 0 0 0;
}
#product-info-table #pitPriceBx {
    color:#ff0000;
    font-size:25px;
    font-weight:600;
    display:block;
}
#product-info-table #pitPriceBx.qtyprice {
    font-size:20px;
}
#product-info-table #yousave {
    color:#009a00;
    font-size:18px;
    font-weight:600;
    display:block;
    margin-top:10px;
}
#product-info-table #regularPrice {
    font-weight:600;
}
#product-info-table .pricing .leftpart {
    margin:15px 0 10px 15px;
}
#product-info-table .pricing .rightpart {
    color: #95989a;
    font-size:14px;
    text-align:right;
    margin:15px 15px 0 10px;
}
#product-info-table .reviews .leftpart {
    margin:0 10px 10px 15px;
}
#product-info-table .prItemRatingStars {
    padding-top:10px;
}
#product-info-table .reviews .rightpart {
    color: #95989a;
    font-size:12px;
    margin:4px 15px 10px 0; 
    width: -moz-calc(100% - 308px);
    width: -webkit-calc(100% - 308px);
    width: calc(100% - 308px);                
    font-weight:600;    
}
#product-info-table .reviews .rightpart span {    
    display:block;
    font-weight:400;    
}
#product-info-table .option {
    position:relative;
}

.infoCell .options .option select {
    width: 100%;
    padding: 5px;
    margin: 10px 0;
}
.infoCell .options .option.row {
    margin-bottom:0;
}

#product-info-table .option.error select {
    border:1px solid #f00;
}
#product-info-table .option.with-value span {
    top:2px;
    font-size:11px;
    display:block;
}
#product-info-table .option.with-value input {
    color:#000;
    padding:19px 15px 5px 15px;
}
#product-info-table .option.with-value select {
    padding:19px 0 5px 15px;
    color:#000;
}
#product-info-table .option span {
    color:#777;
    text-align:left;
    position:absolute;
    left:15px;
    top:11px;
    z-index:10;
    display:none;
}
#product-info-table .option input {
    display:block;
    padding:12px 15px 12px 15px;
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);                
    font-size:14px;
}
#product-info-table .option select {
    display:block;
    padding:12px 0 12px 15px;
    width:100%;
    font-size:14px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background:url('data:image/gif;base64,R0lGODlhDAAUANUAAAAAAP///2JkYnx+fHV3dXR2dHN1c29xb2tta2hqaGdpZ5WXlY2PjYuNi4iKiIaIhn+Bf9rb2tna2dLT0tHS0c7PzsHCwb2+vbu8u7a3tqOko56fnpaXlo6Pjo2OjYaHhvj4+PX19fLy8uvr6+rq6uXl5dra2sDAwP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACgALAAAAAAMABQAAAZXQJBQuFkMj8KKQHBCCkmHJaKEDH2WS0joqMFiN0OL19uMKMbYhKmA9hIm8Lgc7qzb707GY8/vezBtWBcgHYENQiNRYwYjQxRjChJIGWR1HEtgdSIDDkhBADs=') no-repeat 98% center;
}
@media screen and (min-width:0\0) {
    #product-info-table .option select {
        background:none;
    }
}
#product-info-table .row.qty-atc.error:before {
    content:'Please, select all options above';
    display:block;
    color:#FF0000;
    font-size:15px;
    margin:5px 0;
    overflow:initial;
    visibility:visible;
    width:100%;
    height:auto;
}
#product-info-table .row.qty-atc {
    margin-bottom:25px;
}
#product-info-table .plusminus {
    text-decoration:none;
    color:#000000;    
    font-weight:600;
    display: inline-block;
    vertical-align: middle;
}
#product-info-table .plusminus.minus {
    font-size:47px;
    margin:-8px 10px 0 0;
}
#product-info-table .plusminus.plus {
    font-size:34px;
    margin:0 0 0 8px;
}
#product-info-table .qty-atc .qty {
    float:left;
    margin:10px 0 0 15px;
}
#product-info-table .qty-atc .qty:before {
    content:'QTY';
    color:#95989a;
    font-size:27px;
    font-weight:600;
    margin-right:10px;
    display:inline-block;
    vertical-align:middle;
}
#product-info-table .qty-atc .qty input {
    color:#95989a;
    font-size:25px;
    padding:10px 0;
    text-align:center;
    width:45px;
    display:inline-block;
    vertical-align:middle;
}
#product-info-table .qty-atc .qty input:focus {
    color:#000;
}
#product-info-table .qty-atc .atc {
    float:left;
    margin:10px 0 0 1%;
}
#product-info-table .qty-atc .atc input {
    margin:0 5px 0 15px;
    color:#fff;
    background:none;
    background-color:#ff0000;
    text-align:center;
    border:1px solid #bea5a6;
    width:188px;
    font-size:23px;    
    border-radius:0;
    outline:0;
    padding:10px 0;
    text-shadow:none;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    cursor:pointer;
}
#product-info-table .qty-atc .wishlist-gr {
    float:right;
    margin:10px 0 0;
}
/* #Page Styles
================================================== */

/* Default Homepage */
.welcomeimage {
    margin-bottom: 20px;
}

    .welcomeimage img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.home-body-bot {
    background-color: #F0F0F0;
}

.left-banner-area {
    text-align: center;
    padding-bottom: 2px;
}

.caption {
    color: #333333;
    font: 400 14px / 18px Arial;
    padding: 20px 0;
}
/* pretty neat that we don't need more default styles huh /*
/* Contents area */
#contents-table div, #scPaging .infoCell div, .flexslider .infoCell div {
    text-align: center;
    color: #333333;
    font: 400 14px / 20px Arial;
}

#scPaging .imgCell img, #contents-table .imgCell img {
    max-width: 100%;
    height: auto;
}

#scPaging .infoCell a, #contents-table .infoCell a, .flexslider .infoCell a {
    color: #000000;
    font: 700 14px Arial;
    text-decoration: none;
    padding: 15px 0 5px;
    text-align: center;
    display: block;
}

    #contents-table .infoCell a:hover, #scPaging .infoCell a:hover, .flexslider .infoCell a:hover {
        text-decoration: underline;
        color: #d6261a;
    }

#contents-table .infoCell .price-bold, #scPaging .infoCell .price-bold, .flexslider .infoCell .price-bold {
    font-weight: bold;
    color: #666666;
}

#contents-table .infoCell .price span, #scPaging .infoCell .price span, .flexslider .infoCell .price span {
    text-decoration: line-through;
}

#contents-table .infoCell .sale-price-bold, #scPaging .infoCell .sale-price, .flexslider .infoCell .sale-price {
    color: #ab0d0d;
    font: 400 14px / 20px Arial;
}

.infoCell form:not(.inited) {
    display: none;
}
#contents-table .infoCell form.inited a {
    margin: 5px 0 0;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    border: 1px solid #bea5a6;
    font-size: 15px;
    border-radius: 0;
    outline: 0;
    padding: 7px 15px;
    text-decoration:none;
    display:inline-block;
}
.infoCell {
    padding-bottom: 8px;
}

.imgCell {
    border: 1px solid #b9b9b9;
    min-height: 175px;
    padding-top: 10px;
    position: relative;
}

    .imgCell img {
        bottom: 0;
        left: 0;
        margin: auto !important;
        max-height: 100% !important;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    
    .items-scroller .contents-product {
        margin:0 5px;
    }

/* Page Banner */
h1.pagebanner, #prOverallRatingTitle h5 {
    color: #000000;
    font: 400 28.37px / 33px Impact;
    border: solid 1px #323232;
    border-color: #323232 transparent #323232 transparent;
    text-transform: none;
}

#prOverallRatingTitle div {
    display:none;
}
#prOverallRating {
    margin:10px 0;
    text-align:center;
}
#prOverallRating table {
    margin:0 auto;
}
.prReviewerCell {
    width:20%;
}
.prReviewerCell h5 {
    font-weight:400;
    font-size:13px;
    margin-top:5px;
}
.prReviewerCell .prReviewerLocation {
    font-size:14px;
    margin:5px 0 8px;
}
.prReviewerCell .prReviewerRating {
    display:none;
}
.prContentCell {
    width:79%;
    padding:0 0 0 1%;
}
.prContentWrapper {
    position:relative;
}
.prContentWrapper .prListOverallRating {
    position:absolute;
    right:0;
    top:0;
}
.prContentWrapper .prTitle {
    padding-right:120px;
    font-size:15px;
}
.prReviewDate {
    font-size:12px;
}
.prBody {
    margin:7px 0;
}
.prListPros h5, .prListCons h5  {
    font-weight:400;
    font-size:14px;
}
.prListBar {
    border-top:1px solid #ccc;
    margin:0 0 15px;
}
/* Section Page */
.sectinfo img {
    float: left;
    margin: 0 15px 15px 0;
}

.sectinfo {
    color: #333333;
    font: 400 14px Arial;
}

.sectinfo.bottom-text img {
    float:right;
    margin:0 0 15px 15px
}
    .sectinfo.bottom-text {
        border-top:solid 1px #323232;
        padding-top:20px;
    }

/* Breadcrumbs */
.scBreadcrumbs.row {
    color: #333333;
    font: 400 14px Arial;
    margin: 15px 0;
}

    .scBreadcrumbs.row a {
        color: #333333;
        font: 400 14px Arial;
        text-decoration: none;
    }

/* Item Page */
.pit-contain {
    text-align: center;
    clear: both;
}

.section-bottom-text.item {
    color: #000 !important;
}

.img-main-wrap {
    padding: 5px;
    border: solid 1px #656565;
    margin-bottom: 10px;
}

#item-image img {
    max-width: 95%;
    height: auto;
}
.main-item-area #item-info {
    float:none;
    margin-left:0;
}
.main-item-area #item-image {
    margin-bottom:10px;
}

#item-info h1.pagebanner {
    background: none;
    color: #000;
    padding-left: 0;
    color: #000000;
    font: 700 18px / 24px Arial;
    margin-bottom: 0;
}

#product-info-table {
    display: block;
    max-width: 515px;
    margin: 0 auto;
}

    #product-info-table .row {
        margin: 4px 0;
    }

.pricearea {
    padding: 10px 0;
}

    .pricearea .price, .pricearea .price-bold {
        color: #333333;
        font: 400 14px Arial;
    }

    .pricearea .sale-price {
        color: #860101;
        font: 700 16px Arial;
    }

.item-desc-header h2 {
    color: #000000;
    font: 700 18px / 24px Arial;
    text-transform: uppercase;
}

#product-info-table .row.price {
    text-decoration: underline;
}

#product-info-table #atcrow {
    border-bottom: medium none;
    padding: 0 !important;
    text-align: center;
}

#product-info-table .pitlabel {
    text-align: left !important;
    color: #333333;
    font: 400 14px / 14px Arial;
}

#product-info-table select {
    width: 230px;
    margin: 0;
    padding: 3px;
}

#product-info-table input {
    margin: 0;
    width: auto;
    vertical-align: middle;
}

#atcrow input {
    display: inline;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

#pitYouSaveBx {
    font-weight: normal;
    padding-left: 12px;
}

#atcrow {
    padding: 7px 0 !important;
    text-align: center;
}

.row.pricearea, .row.qty-row {
    margin-bottom: 10px !important;
}

.sc-addthis {
    margin: 0 0 10px 0;
    padding-left: 0px;
    clear:both;
}

/* related links */
table#related-items {
    margin-bottom: 20px;
}

    table#related-items td {
        color: #686868;
    }

        table#related-items td a {
            color: #686868;
            text-decoration:none;
            font-size:13px;
        }
        table#related-items td a:not(:last-child):after {
            content:'|';
            margin:0 5px;
        }
    table#related-items tr.view-more td a {
        text-decoration:underline;
    }
/* Go to Top Button */
.go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

    .go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

.clear, .mnhtml {
    clear: both;
}


/* FlexSlider Core (Don't Change)
----------------------------------------------------*/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-direction-nav li {
    margin:0;
    line-height:0;
}
.flex-prev, .flex-next {    
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9999px;
    position:absolute;
    width:12px;
    height:23px;
    top:40%;
}
.flex-prev {
    background-image: url(scroller-left.png);
    left:-30px;
}
.flex-next {
    background-image: url(scroller-right.png);
    right:-30px;
}
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }
    .items-scroller .flexslider .slides img {
        max-width:97%;
    }

#selected-brands .flexslider .slides img {
    width:auto;
}
#selected-brands .flexslider .slides .c1 {
    float:left;
    width:75%;
}
#selected-brands .flexslider .slides .c1 a:last-child {
    float:right;
}
#selected-brands .flexslider .slides .c2 {
    width: 20%;
    float:right;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Theme Styles
----------------------------------------------------*/
.row.banner-area {
    margin-bottom: 0;
}

.flexslider {
    margin: 0 0 20px;
    background: #fff;
    position: relative;
    zoom: 1;
}
.banner-area .flexslider,.items-scroller  .flexslider,#selected-brands  .flexslider{
    margin-bottom:0;
}
#brands .flexslider {
    margin:5px 32px;
}
#brands .flexslider .slide {
    margin:0 5px;
}
.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-control-nav {
    bottom: 13px;
    position: absolute;
    right: 0px;
    text-align: center;
    width: auto;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 7px;
    height: 7px;
    display: block;
    background: #666;
    background: #979797;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: #D42519;
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: #D42519;
        cursor: default;
    }

/* Custom slide HTML
----------------------------------------------------*/

.flexslider .slides li.slide {
    position: relative;
}

    .flexslider .slides li.slide .foreground {
        color: #fff;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 9999;
    }

        .flexslider .slides li.slide .foreground a {
            color: #fff;
        }

.flexslider .foreground a.linkall {
    display: block;
    width: 100%;
    height: 700px;
}




/* Tabs */
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 10px 0 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}



/* Accordion responsive breakpoint */
@media only screen and (max-width: 1030px) {
    .description table {
        width: 100% !important;
    }

        .description table td {
            display: block;
            padding: 5px;
        }
}

@media only screen and (max-width: 768px) {

    .description img {
        float: none;
        max-width: 100%;
        margin: 0 0 5px;
    }

    .description .columns {
        text-align: center;
    }

        .description .columns p {
            clear: both;
            text-align: left;
        }
}

#headerlinks ul {
    margin: 5px 0;
}

#headerlinks li {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

    #headerlinks li:last-child {
        margin-right: 0;
    }

    #headerlinks li:first-child {
        margin-left: 0;
    }

    #headerlinks li a {
        text-decoration: none;
    }

#yfc_show_mini.mini_msg {
    display: none;
}

#yfc_minicart:not(.minicart_c2):before, #yfc_mini.nakfc:before , #yfc_mini a.safari:before
 {
    content: ' ';
    background: url(sprite-main3.png) no-repeat -44px -65px;
    display: inline-block;
    width: 26px;
    height: 22px;    
}
#yfc_mini a.safari:before {
    margin-left: 30px;
    vertical-align:middle;
    margin-right:5px;
}
#yfc_mini.nakfc:before {
    margin-right:10px;
    margin-left:0;
    vertical-align:middle;
}

#yfc_minicart:not(.minicart_c2) > span {
    color: #fff;
}
.items-scroller .bar {
    background-color:#2e3337;
    color:#fff;
    padding:11px 0;
    border-top:1px solid #ddddde;
    border-bottom:1px solid #ddddde;
}
.items-scroller .bar h2 {
    color:#fff;
    margin:0;
    font: 400 23px Impact;
    padding:0;
}
.items-scroller .container .slider {
    padding:15px 0 0;
}
#brands h2 {
    background-color:#2e3337;
    color:#fff;
    padding:7px 0 7px 10px;
    margin:0;
}
/* Buttons */
button {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00c5ad;
    box-shadow: 0px 3px 0px 0px #00ab94;
    cursor: pointer;
}

/* Info bar */
.info {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: 300px;
    line-height: 100%;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 14px;
    color: #00c5ad;
    border: 2px solid #00ab94;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}



#responsive-icons img {
    margin: 0 5px;
}

.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: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .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;
}

.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-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox-sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(fancybox-loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -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: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox-overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.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;
        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);
}

.sczoommain {
}

.sczoominsets img {
    margin: 4px;
    vertical-align: middle;
}

#yfc_mini {
    float:right;
}

#yfc_mini a.safari {
    color:#fff;
    text-decoration:none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(fancybox-sprite2x.png);
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url(fancybox-loading2x.gif);
            background-size: 24px 24px;
        }
}

#zoomicon {
    display: block;
    text-align: center;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 1007px) {
    main {
        background: transparent url(bodybg.jpg) no-repeat top center;
    }

    body {
        background-color: #fff;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1007px) {
    #headera #searcharea #query {
        width: 197px;
    }

    #headera #headerhtml {
        font-size: 11px;
    }

        #headera #headerhtml a {
            font-size: 19px;
        }

    #headera #smicons {
        padding-top: 0;
        text-align: center;
    }

    #footera #newsletter-email {
        width: 165px;
    }

    #footera #badges img {
        margin-top: 10px;
    }

    #footera .footerlinks li a {
        font-size: 13px;
    }

    .mobilehide {
        display: block;
    }

    .mobileshow {
        display: none;
    }

    #headera ul.headerlinks li a {
        padding: 0 3px;
    }

    .emailarea {
        display: none;
    }

    .footer-top #newsletter-email {
        width: 150px;
    }

    .footer-top .footerlinks li {
        width: 100%;
    }

        .footer-top .footerlinks li:nth-child(2) {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 50%;
            border-top: solid 1px #AC2121;
            float: left;
            height: 19px;
            padding: 14px 0;
        }

    .bodymain {
        background: url("bg-main-body.jpg") no-repeat scroll 0 -62px rgba(0, 0, 0, 0);
    }

    .header-bottom select.sprite {
        left: 27%;
        max-width: 330px;
    }

    .header-bottom form, .header-bottom .searcharea {
        width: 70%;
    }

    .promo-area img {
        width: 100%;
        max-width: 100% !important;
        height: auto !important;
    }

    .promo-area .clock-wrap #clock {
        font: 400 24px/26px Impact,Charcoal,sans-serif;
    }

    .promo-area > .container > div {
        min-height: 60px;
    }

    .promo-area .clock-wrap {
        margin-top: 4px;
    }

    .flex-control-nav {
        right: 0;
    }

    .footer-top .virtual-area > div {
        padding: 10px 0;
        width: 100%;
    }

    .footer-top form input[type="text"] {
        font: 400 12px/14px Arial;
        padding: 15px 5px;
    }

    .footer-mid a, .footer-mid span {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .header-nav > container > div.columns {
        position: relative;
    }

    #yfc_mini {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header-nav {
        padding: 15px 0;
    }

    #yfc_mini .smb-mc .minicart_c1.minicart_c2 {
        width: 180px;
    }

    #yfc_close_btn {
        left: 150px !important;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .prProductReviewsDisplay {
        margin:0 0 0 10px;
    }
    .prReviewerCell h5 {
        font-size:11px;
    }
    .prReviewerCell .prReviewerLocation {
        font-size:12px;
    }
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
    .header-mid .container {
        background-image:none !important;
    }
    .header-mid .header-link {
        display:none;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:block;
    }
    .mobile.menu, .mobile.cart {
        background-repeat:no-repeat;
        background-position:center center;
        width:40px;
        height:40px;
        position:absolute;
        top:33px;
    }
    .mobile.menu {
        background-image:url(icon-nav.png);
        left:0;
    }
    .mobile.cart {
        background-image:url(icon-cart.png);
        right:0;
    }
    .header-mid .logo {
        width:250px;
        margin:0 auto;
        padding-bottom:0;
    }

    .header-mid.sprite {
        background-image: none;
    }

    #product-info-table {
        display: block;
    }
    .sc-addthis {
        text-align:left;
    }
    .header-nav {
        display: none;
    }

    .promo-area > .container > div {
        background-color: none;
        min-height: auto;
    }

    .promo-area {
        padding-bottom: 10px;
    }

        .promo-area > .container {
            width: 100%;
            text-align: center;
        }

            .promo-area > .container > div.six.columns {
                padding: 0;
                float: none;
            }

            .promo-area > .container > div.ten.columns {
                float: none;
            }

            .promo-area > .container > div a, .promo-area > .container > div.topleft a, .promo-area > .container > div.topright a {
                float: none;
                display: block;
                text-align: center;
            }

        .promo-area img {
            margin: 0 auto;
            display: block;
        }

    .row {
        margin-bottom: 10px;
    }

    #multi-add > .row.matc-row {
        padding-bottom: 10px;
    }

    .footer-mid a, .footer-mid span {
        margin-bottom: 10px;
    }

    .home-caption .home-image-wrap {
        margin: 0;
    }

    .header-bottom select.sprite {
        left: 30%;
        max-width: 328px;
    }

    .home-tab.r-tabs {
        margin: 10px 0;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        background-color: #000;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0;
        text-decoration: none;
        text-shadow: 0 1px rgba(0, 0, 0, 0.4);
        border: solid 1px #FD0000;
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .row.tabs .columns, .row.tabs .columns.alpha {
        margin: 0 0px 0 -6px !important;
    }

    .r-tabs-accordion-title.r-tabs-state-active a {
        color: #000 !important;
    }

    .row.tabs {
        margin: 0;
    }

        .row.tabs h2 {
            font: 400 28px/68px Impact,Charcoal,sans-serif;
        }

    .footer-bottom, .footer-bottom .text-right {
        border-top: 3px solid #2c3437;
        color: #ffffff;
        font: italic 700 11px/40px Arial;
        text-align: center !important;
    }

    .header-bottom .seven.columns, .header-bottom .nine.columns {
        width: 100%;
    }

    #searcharea {
        margin-bottom: 10px;
    }

    .header-mid .logo {
        margin-top: 0;
    }

    .footer-top {
        background-color: #fff;
    }

    .flex-control-nav {
        right: 0;
    }

    .itemcell.two.columns.omega {
        float: right;
        width: 50%;
    }

    .home-promo {
        font-size: 18px;
    }

    #rightbody {
        padding: 0 10px 0 5px !important;
    }

    .bodymain {
        background: none;
    }

    .header-bot, .yui-skin-sam, #shipping, .scBreadcrumbs {
        display: none;
    }

    #searcharea.mobilehide, .mobilehide, #smicons.mobilehide, #headerhtml.mobilehide, #cartarea.mobilehide, .mobilehide, #navcontainer.mobilehide {
        display: none;
    }

    .mobileshow {
        display: block;
    }

    .logo {
        text-align: center;
    }

    .scpItemsPerPage {
        text-align: left;
    }

    #footera #badges, #footera #copyright {
        text-align: center;
    }

    #scPaging .contents-product {
        min-height: auto;
    }

    #contents-table .contents-product {
        border-top: solid 1px #999;
        padding: 15px 0;
        clear: both;
        float: left;
        width: 100%;
        margin-left:5px;
    }
    #contents-table .imgCell {
        float: left;
        width: 45%;
    }

    #contents-table .infoCell {
        float: right;
        width: 53%;
    }

    h1.pagebanner {
        font-size: 20px;
        padding: 5px 10px;
    }

    .sectinfo .four.columns {
        display: none;
    }
    .main-item-area .pit-top {
        display:none;
    }

    .main-item-area #product-info-table {
        border:0;
    }
    

    /* responsive navigation */
    .responsive-nav {
        padding-bottom: 8px;
        border-bottom: ridge 2px #006484;
        text-align: left;
        padding: 5px;
        background-color: #CBCBCB;
        border-radius: 3px;
    }

        .nav, .responsive-nav ul, .responsive-nav li {
            list-style: none;
        }

        .responsive-nav ul {
            padding: 0;
            margin: 0 0 0 18px;
        }

    .responsive-nav {
        padding: 0px;
        margin: 0px;
    }

        .responsive-nav li {
            margin-bottom: 0;
            border-top: dotted 1px #006484;
            padding: 2px 0;
            padding-top: 3px;
        }

            .responsive-nav li:first-child {
                border-top: none;
            }

        .responsive-nav > li {
            margin: 2px 0;
        }

            .responsive-nav > li li {
                margin: 2px 0;
            }

        .responsive-nav a {
            color: #333;
            display: block;
            outline: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            text-decoration: none;
        }

            .responsive-nav a .caret, .togglenav .caret {
                float: right;
                width: 0;
                height: 0;
                display: inline-block;
                vertical-align: top;
                border-top: 4px solid #000;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
                content: "";
                margin-top: 8px;
                margin-left: 2px;
            }

            .responsive-nav a:hover .caret {
                border-top-color: #fff;
            }

        .responsive-nav li.open > a > .caret {
            border-top: none;
            border-bottom: 4px solid #000;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .responsive-nav li.open > a:hover > .caret, .responsive-nav li.open > a > .caret, .togglenav.active caret {
            border-bottom-color: #fff;
        }

        .responsive-nav > li.subheader {
            background-color:#d6230d;
            color:#fff;
            font-size:20px;
            padding: 7px 0 7px 15px;
        }
    .subheader + .infolink {
        border-top:0;
    }
    .responsive-nav > li.infolink a {
        font-size:15px;
        font-weight:600;
    }

    .caret2 {
        border-bottom-color: #fff;
        float: right;
        width: 0;
        height: 0;
        display: inline-block;
        vertical-align: top;
        border-bottom: 4px solid #000;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        margin-top: 8px;
        margin-left: 2px;
    }

    .responsive-nav a:hover, .responsive-nav li.active > a, .responsive-nav li.open > a {
        background-color: #A40809;
        color: #fff !important;
    }

    .responsive-nav ul a:hover {
        background-color: #A40809;
        color: #fff !important;
    }

    .responsive-nav > li.active > a {
        background-color: #A40809;
        color: #fff;
    }

    .responsive-nav li a {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 5px;
    }

    .responsive-nav > li > a, .responsive-nav > li > ul > li a {
        font-size: 12px;
        line-height: 20px;
        padding: 4px 10px;
        color: #000 !important;
    }
    .pit-top h3 {
        margin-bottom:0;
        text-align:center;
    }
    #product-info-table .pitlabel {
        display:inline-block;
        width:110px;
        text-align:right;
        vertical-align:top;
    }
    #product-info-table .pitinfo {
        display:inline-block;
        vertical-align:top;
        width: -moz-calc(100% - 122px);
        width: -webkit-calc(100% - 122px);
        width: -o-calc(100% - 122px);
        width: calc(100% - 122px);
    }
    #selected-brands {
        margin-left:2%;
    }
    .items-scroller .bar {
        padding:8px 0;
    }
    .items-scroller .bar h2 {
        font-size:21px;
        padding-left:10px;
    }
    .items-scroller {
        width:98%;
        margin:0 auto;
    }
    .items-scroller > .container {
        width:100%;
        background-color:#fff;
    }
    .items-scroller .flexslider {
        margin:0 32px;
    }
    .flex-prev {
        left:-25px;
    }
    .flex-next {
        right:-25px;
    }
    .header-promo {
        padding:10px 5px;
    }
    .promo-cont {
        text-align:center;
        font-size:18px;
        line-height:21px;
    }
    .header-promo #timer {
        text-align:center;
        margin-top:5px;
        font-size:24px;
        line-height:24px;
    }
}

@media only screen and (max-width: 675px) {
    .videoWrapper-right {
        width:100%;
    }
}

@media only screen and (max-width: 575px) {
    .container .sixteen.columns {
        padding:0 0 0 5px;
    }
    #product-info-table {
        width:100%;
        max-width:100%;
    }
    #product-info-table .qty-atc .qty {
        margin:5px 0 0 5px;
    }
    #product-info-table .qty-atc .atc {
        margin: 5px 0 0 10px;
    }
    #product-info-table .qty-atc .wishlist-gr {
        margin:1px 0 0 0;
    }
    #product-info-table .qty-atc .qty:before {
        font-size:22px;
    }
    #product-info-table .qty-atc .qty input {
        width:35px;
        font-size:20px;
    }
    #product-info-table .qty-atc .atc input {
        width:100%;
        font-size:21px;        
    }
    #product-info-table .qty-atc .atc {
        width: -moz-calc(100% - 295px);
        width: -webkit-calc(100% - 295px);
        width: calc(100% - 295px);                
    }
    #product-info-table {
        margin-left:5px;
    }
    #product-info-table .reviews .leftpart {
        margin:0 5px 5px 0;
    }
    #product-info-table .reviews .rightpart {
        margin:3px 0 0 0;
    }
    #product-info-table .pricing .leftpart {
        margin:10px 0 10px 0;
    }
    #product-info-table .pricing .rightpart {
        margin:5px 0 0 5px;
    }
    #product-info-table .option select {
        padding:8px 0 8px 15px;
    }
}
@media only screen and (max-width: 540px) {
    #brands .flexslider {
        display:none;
    }
    #selected-brands .flexslider,.items-scroller .flexslider {
        margin: 0 27px;
    }
    #selected-brands .flexslider .slides .c1 {
        width:65%;
    }
    #selected-brands .flexslider .slides .c1 p {
        font-size: 0.85em;
        line-height: 1.5em;
        margin-top:7px;
    }
    #selected-brands .flexslider .slides .c2 {
        width:32%;
    }
    .flex-prev {
        left:-20px;
    }
    .flex-next {
        right:-20px;
    }
}
@media only screen and (max-width: 490px) {
    #product-info-table .qty-atc .qty {
        margin:5px 0 0 6%;
    }
    #product-info-table .row .rightpart, #product-info-table .row .leftpart {
        clear:both;
        float:left;
        width:100%;
    }
    #product-info-table .pricing .rightpart {
        text-align:center;
    }
    #product-info-table .qty-atc .wishlist-gr {
        clear:both;
        width:100%;
        margin:10px 0 0 0;
    }
    #prItemRating table {
        margin:0 auto;
    }
    #product-info-table .qty-atc .atc {
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);  
    }
    .prProductReviewsDisplay {
        margin:0;
    }
    .prListWrapper table, .prListWrapper tbody, .prListWrapper tr,.prReviewerCell,.prContentCell {
        width:100%;
        display:block;
        padding:0;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .mobile.menu, .mobile.cart {
        top:25px;
    }
    .mobile.menu {
        left:5px;
    }
    .mobile.cart {
        right:7px;
    }
    .header-bottom {
        padding:5px 0 10px;
    }
    .header-mid .logo {
        width:207px;
    }

    .slick-prev, .slick-next {
        top: 14px;
    }

    #headera #searcharea #query {
        width: 200px;
    }

    .footer-top .virtual-area > div {
        padding: 10px 0;
        width: 100%;
    }

    .header-bottom select.sprite {
        left: 34%;
        max-width: 231px;
    }

    .header-bottom form, .header-bottom .searcharea {
        width: 71%;
    }

    .promo-area .clock-wrap #clock {
        font: 400 32px/32px Impact,Charcoal,sans-serif;
    }
}

@media only screen and (max-width: 420px) {
    #product-info-table {
        margin-left:0;
    }
    #product-info-table .qty-atc .qty {
        margin:5px 0 0 3%;
    }
    #product-info-table .qty-atc .atc {
        width: -moz-calc(100% - 182px);
        width: -webkit-calc(100% - 182px);
        width: calc(100% - 182px);  
    }
    #selected-brands .flexslider .slides .c1 {
        width:100%;
    }
    #selected-brands .flexslider .slides .c2 {
        display:none;
    }
}
@media only screen and (max-width: 360px) {
    #product-info-table .qty-atc .atc {
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: calc(100% - 170px);  
    }
    #product-info-table .qty-atc .qty:before {
        font-size:20px;
    }
    #product-info-table .qty-atc .qty input {
        width:30px;
        font-size:19px;
    }
    #product-info-table .qty-atc .atc input {
        font-size:18px;        
    }
}
@media only screen and (max-width: 340px) {
    .header-bottom .input-wrap {
        border-left:0;
        border-right:0;
        border-radius:0;
    }
    .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
            width: 96%;
        }
}