﻿
/* dropdown cart styles */

ul.cartNav {
    /*font-size: .85em;*/
    /*float: right;*/
    /*margin: 0 -20px 0 30px;*/
    display: inline-block;
    margin: 0 0 0 20px;
    text-align: center;
    /*font-weight: bold;
    margin: 0 auto;
    display: table;
    padding: 0 20px;*/
    vertical-align: middle;
}

    ul.cartNav > li {
        /*float: left;*/
        display: inline-block;
        position: relative;
        line-height: 40px;
    }

        ul.cartNav > li > a {
            display: block;
            padding: 0 .75em;
            /*color: #ffffff;*/
        }

        /*ul.cartNav li > a:hover,
        ul.cartNav li > a.active {
            background: #fff;
            color: #000!important;
        }*/

        ul.cartNav ul.products * {color: #000;}
            
        ul.cartNav ul.account {
            white-space: nowrap;
            line-height: normal;
            overflow:hidden;
        }

        ul.cartNav ul.account a {color:#000;border-top: solid 1px #000; margin:0 10px;}
        ul.cartNav ul.account li:first-child a {
                border: 0;
            }
            ul.cartNav ul.account li:hover {
                -moz-box-shadow: 0 0 30px #ccc; -webkit-box-shadow: 0 0 30px #ccc; box-shadow: 0 0 30px #ccc;
            }

       

div.checkout-top ul.products li {
    font-size: 1.3em !important;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    border: 2px solid #eee;
    margin-bottom: .5em;
    /*padding: .5em;*/
    -moz-box-shadow: inset 0px 0px 30px #F9F9F9;
    -webkit-box-shadow: inset 0px 0px 30px #F9F9F9;
    box-shadow: inset 0px 0px 30px #F9F9F9;
}
div.checkout-top ul.products li:hover {-moz-box-shadow: unset; -webkit-box-shadow: unset; box-shadow: unset;}
div.checkout-top ul.products p.price {margin:0 1em 1em; text-align:right;}

            /* OSCAR view cart dropdown */

div.checkout-top { width: 210px; padding: 15px; font-size: .85em; }

ul.cart { text-align: center; overflow: hidden; }
ul.cart li { float: right; }
ul.cart li:first-child { float: left; }
ul.cart li a { /*background: #222;*/ }

/*ul.products {
    text-align: left;
    margin-top: 1.5em !important;
}
ul.products li img { margin: 0 1em .5em 0; }
ul.products li p { margin: 0 0 .25em 0; }
ul.products li p.title { font-weight: bold; }*/

span.item-count {
    font-size: .85em;
    display: inline-block; /*background: url(/images/icon-circle_111111.png) center .45em no-repeat;*/
    /*width: 23px;*/
    text-align: center;
    font-weight: bold;
    /*color: #000000;
    background-color: #ffffff;*/
    margin: 0 0 0 .35em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    line-height: normal;
    padding: .25em .5em .2em .45em;
    /*-moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;*/
}

@media only screen and (max-width : 500px) {
    span.item-count { display: none; }
}

/*ul.cartNav li > a:hover span.item-count,
ul.cartNav li > a.active span.item-count {
    color: #ffffff;
    background-color: #000000;
}*/


/* ajax search */

div.instant-search-results {
    top: 3.6em;
    left: 0;
    /*left: 3em;
    right: 2.5em;*/
    background: #f7f7f7;
    min-width: 300px;
    padding: 10px;
    border: 1px solid #eee;
    /*-moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;*/
    text-align: left;
    z-index: 1;
    max-height: 100vh;
    overflow-y: auto;
}

@media only screen and (max-width : 600px) {
    div.instant-search-results {
        top: unset;
        left: 0; right: 0;
        position:fixed;
    }
}



        div.instant-search-results ul li,
        div.checkout-top ul.products li {
            font-size: 1.5em;
            /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
            margin-top: 4px;
            background: #fff;
            white-space:normal;
        }
            

            div.instant-search-results ul li:first-child {
                margin: 0;
            }


            div.instant-search-results ul li a,
            div.checkout-top ul.products li a {
                display: inline-block;
                padding: .5em;
                font-weight: normal;
                color: #1d377e;
                vertical-align: middle;
                width: 75%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: left
            }
            div.instant-search-results ul li a:first-child,
            div.checkout-top ul.products li a:first-child {
                width: 25%;
                text-align:center;
            }
            div.checkout-top ul.products a.cart_item_remove {width: unset; display:inline; padding: 0; margin-left: 1em;}


                div.instant-search-results ul li:hover {
                    /*background-color: #ffd51a;*/
                    -moz-box-shadow: 0 0 30px #ccc;
                    -webkit-box-shadow: 0 0 30px #ccc;
                    box-shadow: 0 0 30px #ccc;
                    color: #0a1434;
                    -webkit-transition: background .2s ease-in-out;
                    -o-transition: background .2s ease-in-out;
                    -moz-transition: background .2s ease-in-out;
                    transition: background .2s ease-in-out;
                }

                div.instant-search-results ul li.btn-view-results {
                /*margin-top: .5em;
                border: none;
                clear: both;
                width: auto;*/
                font: inherit;
                text-align:center;
            }
            div.instant-search-results ul li.btn-view-results a {width: 90%;}


nav.storeCategoryNav { position: relative; /*background: #eb8c31;*/ background-color: #165974; z-index: 1; }
nav.storeCategoryNav > ul { display: block; text-align: center; margin: 0; padding: 0; }
nav.storeCategoryNav > ul > li { display: inline-block; margin: 0; padding: 0; }


nav.storeCategoryNav > ul > li > a { display: block; background: none; color: #ffffff; padding: .75em 1em; /*font-weight: bold;*/
                                     -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
nav.storeCategoryNav > ul > li:hover > a { background: #fce3af; color: #0A1434; text-decoration: none; }

    /*nav.storeCategoryNav a.back {
        display: none!important;
    }
[off-canvas] nav.storeCategoryNav a.back {display:block!important;}

[off-canvas] nav.storeCategoryNav {background-color: transparent;}
[off-canvas] nav.storeCategoryNav > ul li {display:block; text-align:left; letter-spacing: 1px; font-size: .95em; background-color: #fff;}
[off-canvas] nav.storeCategoryNav > ul > li a {position:relative; display:block; padding: .75em 2em; color: #000; border-top: 1px solid #eee;}
[off-canvas] nav.storeCategoryNav > ul > li a:not(.back)::after {position: absolute; right:2em; top: .9em; font-family: "Font Awesome 5 Free"; content:'\f105'; color: #888; font-weight:bold; }*/

/* categories */

div.pag-bot {
    padding-top: 30px;
    margin-top: 10px;
}

/*div.cat-header { position: relative; margin-top: 5px; background: url(/images/oscar-category-header.jpg) right top no-repeat; display: inline-block; width: 100%; }
div.cat-header div.overlay { min-height: 160px; position: relative; }*/
div.cat-header h1 {
    font-size: 47px;
}

div.cat-header img.cat-image {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 160px;
}

div.cat-desc {
    padding: 1em 1.5em;
}


/* item detail */


/*body.product-detail div.contentContainer {
    padding-top: 1em;
}*/

div.OSCAR_item-detail-left {
    width: 51%;
}

div.OSCAR_item-detail-right {
    width: 46.8%;
    /*margin: 0 0 40px 0;*/
}

    div.OSCAR_item-detail-right div.inner {
        padding: 0 25px;
        /*background: #e2e2e2;*/
    }

    div.OSCAR_item-detail-right h1 {
        margin-bottom: .25em;
    }

    div.OSCAR_item-detail-right table.price td p {
        font-size: .8em;
        margin: 0;
    }


/*a.mboneclklink:link {
    font-family: inherit;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
}

a.mboneclklink:hover {
    text-decoration: inherit;
}*/

a.wishlist {
    /*display: block;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
    background: #bbb url(/images/icon-wishlist-button.png) center left no-repeat;
    padding: 0 1em 0 60px;
    margin: 4px 0;
    font-weight: normal;*/
}

    /*a.wishlist:hover {
        background-color: #e2e2e2;
    }*/




div.addthis_toolbox {
    margin-bottom: .5em;
    height: 25px;
}

.OSCAR_RatingStars {
    display: none;
}

div.OSCAR_item-detail-right table td {
    padding: 5px;
}

    div.OSCAR_item-detail-right table td:first-child {
        font-weight: bold;
    }

div.OSCAR_item-detail-right tr.cart-buttons td {
    text-align: center;
}
div.OSCAR_item-detail-right tr.cart-buttons input {
    width: 100%;
    padding: 1em 2em;
}

ul.ui-tabs-nav > li > a span {
    display: inline-block;
    padding: .75em 1.125em;
}

div.oscar-item-tabs ul.ui-tabs-nav > li > a span {
    background: url(/images/icon-desc.png) left center no-repeat;
    padding-left: 45px;
}

li.tab-desc a span {
    background-image: url(/images/icon-desc.png)!important;
}

li.tab-rate a span {
    background-image: url(/images/icon-rate.png)!important;
}

li.tab-vids a span {
    background-image: url(/images/icon-vids.png)!important;
    background-position: 3px center!important;
}

li.tab-size a span {
    background-image: url(/images/icon-size.png)!important;
}

li.tab-ship a span {
    background-image: url(/images/icon-ship.png)!important;
    padding-left: 50px!important;
}

a#AuthorizeNetText {
    text-align: center;
    font-size: 10px;
    display: inline-block;
    *display: inline;
    margin-top: .5em;
    max-width: 90px;
}

div.banner1 {
    /*background: #e2e2e2;
    padding: .8em 1.35em;*/
    overflow: hidden;
    margin: 0 0 2em;
    /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
    min-height: 32px;
    max-width: 450px;
    /*max-width: 70%*/
}

    div.banner1 p {
        margin: 0;
    }

    div.banner1 strong {
        font-size: 1.5em;
        line-height: 1;
        font-style: normal;
    }

        div.banner1 strong em {
            font-size: 1.5em;
            font-style: normal;
            margin: -2px .125em 0;
            /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
            text-transform: uppercase;
            display: inline-block;
            *display: inline;
            vertical-align: middle;
        }

    div.banner1 li.panel {
        width: 100%;
    }

        div.banner1 li.panel div {
            -ms-zoom: 1;
            zoom: 1;
            text-align: justify;
            -ms-text-justify: distribute-all-lines;
            text-justify: distribute-all-lines;
        }

            div.banner1 li.panel div:after {
                content: "";
                display: inline-block;
                width: 100%;
            }

            div.banner1 li.panel div * {
                display: inline-block;
                *display: inline;
                text-align: left;
                -ms-zoom: 1;
                zoom: 1;
                vertical-align: middle;
            }

            div.banner1 li.panel div span.field1 {
                max-width: 90%;
            }

            div.banner1 li.panel div a.field2 {
                display: inline-block!important;
                *display: inline!important;
                color: #0a1434;
                font-size: .9em;
            }

div.sku-info {
    background: #eee;
    color: #888;
    padding: .75em 1em;
}

    div.sku-info a {
        color: #888;
    }

        div.sku-info a:hover {
            text-decoration: underline;
        }

    div.sku-info ul {
        -ms-zoom: 1;
        zoom: 1;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        font-size: 0;
    }

        div.sku-info ul:after {
            content: "";
            display: inline-block;
            width: 100%;
        }

    div.sku-info li {
        display: inline-block;
        *display: inline;
        font-size: 11px;
        margin: 0;
        text-align: left;
        -ms-zoom: 1;
        zoom: 1;
        vertical-align: middle;
    }

        div.sku-info li:first-child {
            max-width: 90%;
        }

/* mfg page */
/*div#ctl00_ctl00_ctl00_MainContent_Body_Body_divDescription table,
div#ctl00_ctl00_ctl00_MainContent_ContentTop_ContentTop_divDescription table {
    width: 100%!important;
}

    div#ctl00_ctl00_ctl00_MainContent_Body_Body_divDescription table div,
    div#ctl00_ctl00_ctl00_MainContent_ContentTop_ContentTop_divDescription table div {
        width: auto!important;
        height: 118px!important;
        overflow: hidden!important;
        overflow-y: auto!important;
        padding: .5em;
    }*/



div.searchCat {
    margin: 2em -3%;
    overflow: hidden;
    background: #f7f7f7;
}

div.categ {
    width: 25.1%;
    padding: 4%;
    float: left;
    border-left: 1px dotted #ccc;
    background: #f7f7f7 url(/images/grad2-top-shad.png) repeat-x;
}

    div.categ.first {
        clear: both;
    }

    div.categ h3 a {
        display: block;
        padding: .5em 1em;
        background: #fff;
        text-decoration: none;
    }

    div.categ > h3 a {
        text-align: center;
        padding: 2em 1em;
        margin-top: 2em;
    }

    div.categ h3 a:hover {
        background: #eee;
    }

    div.categ div h3 {
        /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
        font-size: 14px;
    }



/* OSCAR search filters */

.filterToggle {
    /*margin: .5em;*/
    margin-left: 1em;
    float: right;
    /*padding: .1em .3em;
    border: solid 1px #ccc;*/
    /*cursor: pointer;*/
}

div.search-filters {
    position: fixed;
    top: 90px;
    bottom: 0;
    /*left: 0;*/
    overflow-y: auto;
    left: -440px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    max-width: 100%;
    /*margin: 135px 0 0 60px;*/
    z-index: 999;
    background-color: #f9f9f9;
    border: solid 2px #eee;
    -moz-box-shadow: 0px 0px 20px -5px #000;
    -webkit-box-shadow: 0px 0px 20px -5px #000;
    box-shadow: 0px 0px 20px -5px #000;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
div.search-filters.active {left:0;}
/*@media only screen and (max-width : 800px) {
    div.search-filters {
        margin: 135px 10px 0;
    }
}*/

.search-filters > .stickThis {
    padding: 1em 1.5em;
}

@media only screen and (min-width : 1024px) {
    div.search-filters {
        position: relative;
        width: 300px;
        min-width: 300px;
        left: 0;
        top: 0;
        -moz-box-shadow: inset 0 0 80px #f9f9f9;
        -webkit-box-shadow: inset 0 0 80px #f9f9f9;
        box-shadow: inset 0 0 80px #f9f9f9;
        z-index: 1;
    } 
    div.search-filters .popClose,
    .filterToggle  {display:none !important;}
}

@media only screen and (max-width : 600px) {
    div.search-filters.active {width:100%;}
}


div.search-filters::-webkit-scrollbar-track,
div.search-filters > div::-webkit-scrollbar-track {
    background-color: transparent;
    margin: 15px 0;
}

div.search-filters::-webkit-scrollbar,
div.search-filters > div::-webkit-scrollbar
{
	width: 7px;
    left: -3px;
	background-color: transparent;
}

div.search-filters::-webkit-scrollbar-thumb,
div.search-filters > div::-webkit-scrollbar-thumb {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #888;
    border: solid 3px transparent;
}

div.search-filters table {
    font-size: .85em;
    width: 100%;
}

    div.search-filters table td {
        padding: .25em 10px .25em 20px;
        max-width: 90px;
        min-width: 50%;
    }

        div.search-filters table td:hover {
            background: #e7e7e7;
        }

    div.search-filters table label {
        /*display: inline-block;
        *float: left;
        *display: block;*/
        white-space: normal;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

        div.search-filters table label * {
            vertical-align: middle;
        }

    div.search-filters table span.check {
        margin: 0;
    }

        div.search-filters table span.check input {
            *float: left;
        }

    div.search-filters table *:hover {
        cursor: default;
    }

    div.search-filters table.twoCol label {
        max-width: 5.5em;
        *width: 5.5em;
        margin-top: 1px;
    }

div.search-filters div.optiongroup {
    padding: .5em 0;
    /*background: url(/images/grad2-top-shad.png) repeat-x;*/
}

    div.search-filters div.optiongroup > p {
        font-size: 1.4em;
        margin:0;
        /*font-family: arial, "trebuchet MS", trebuchet, verdana;*/
        /*padding-left: 15px;*/
    }

div.optiongroupHeightRestrict {
    height: 120px;
    overflow: hidden;
    position: relative;
}

    div.optiongroupHeightRestrict > div {
        padding: 6px 0;
        cursor: pointer;
        position: absolute;
        bottom: 0px;
        background: #f5f5f5;
        background: -webkit-linear-gradient(left, #eee, #fff, #eee); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #eee, #fff, #eee); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #eee, #fff, #eee); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #eee, #fff, #eee); /* Standard syntax */
        text-align: center;
        width: 100%;
        font-size: .9em;
    }



/* OSCAR widgets - featured items AND related items */


/* OSCAR item detail page */
/*body.product-detail div.breadcrumbs {
    float: left;
    margin: 10px 0;
}*/

/*body.product-detail div.starRating {
    margin: 7px 0 13px 0;
    text-align: right;
}*/

div.ui-tabs {
    margin-top: 20px;
    clear: both;
}

ul.ui-tabs-nav {
    margin: 0;
}

    ul.ui-tabs-nav li {
        display: inline-block;
        *display: inline;
        margin-left: .25em;
        vertical-align: bottom;
        margin-bottom: -1px;
    }

        ul.ui-tabs-nav li:first-child {
            margin-left: 0;
        }

        ul.ui-tabs-nav li a {
            display: inline-block;
            background: #ccc;
            color: #333;
            text-decoration: none;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

            ul.ui-tabs-nav li a:hover {
                background-color: #eee;
            }

        ul.ui-tabs-nav li.ui-tabs-active a {
            background: #eee;
        }

div.ui-tabs-panel {
    background: #eee url(/images/grad1-bot-shad.png) bottom repeat-x;
    padding: 2em;
}

.tabs {
    height: 0; /*overflow: hidden;*/
}



/*div.storePickupContainer {
    margin: 0 auto;
    padding: 10px 10px 40px 10px;
}*/

/* ---------------------- */
/* END Custom OSCAR Styles (moved from main stylesheet)
------------------------- */

div.promo_offer { text-align:center; color:#a40202; }


/* Prices */

/*.OSCAR_price,
.OSCAR_promo-price { font-weight: bold; white-space: nowrap; }*/
.OSCAR_price span,
.OSCAR_promo-price span { font-size: 1.75em; /*display: block;*/ }
div.featured-items .OSCAR_promo-price span,
div.featured-items .OSCAR_price span { font-size: 1.25em; }
/*.OSCAR_old-price,
.OSCAR_MSRP { color: #969696; font-size: .8em; white-space: nowrap; display: inline-block; }*/
.OSCAR_old-price { margin-right: 1em; }
.OSCAR_old-price span,
.OSCAR_MSRP span { font-style: italic; text-decoration: line-through; }
.OSCAR_amount-saved { white-space: nowrap; }


/*   Category Details   */
.OSCAR_category-image { float: right; padding-left: 10px; padding-bottom: 10px; }
/* Item List */
/*
.OSCAR_item-list { margin: 10px 5px; width: 150px; float: left; }
.OSCAR_item-list a {  }

.OSCAR_item-list-left { width: 166px; padding-right: 10px; }
div.OSCAR_item-list-left
{ text-align: center; }

div.OSCAR_item-list-left img {  }

.OSCAR_item-list-center { width: 370px; margin: 10px 20px 5px 186px; }

.OSCAR_item-list-right { float: right; width: 80px; }
*/

/*brand landing page*/
.categories
        {
            /*margin: 40px 0;*/
            /*overflow:hidden;*/
            
        }
        .categories ul
        {
            margin: 0;
        }
    .categories > ul > li {
        /*margin: 40px 0 60px;*/
        float: left;
        width: 31.33%;
        margin: 0 1% 50px;
        -moz-box-shadow: 0 0 80px #ccc;
        -webkit-box-shadow: 0 0 80px #ccc;
        box-shadow: 0 0 80px #ccc;
        position:relative;
        z-index: 1;
        background-color: #fff;
        /*background-color: #f5f3f3;*/
        text-align:center;
    }

    
        .categories ul ul {
            margin: 10px 15px 20px;
            text-align:left;
        }

        .categories ul ul a:hover {text-decoration:underline;}

        @media only screen and (max-width : 860px) {
            .categories > ul > li
            {
                width: 46%;
            }
        }
        @media only screen and (max-width : 550px) {
            .categories > ul > li
            {
                width: 96%;
            }
        }
        
        .categories > ul ul li
        {
           padding: 0 5px;
        }

        .categories h2
        {
            text-align: center;
            /*background-color: #eae9e9;*/
            /*padding: .5em;*/
            font-size: 1.3em;
            min-height: 42px;
            display: table;
            width: 90%;
            padding: 5%;
            margin-bottom: 0;
        }
        .categories h2 > a
        {
            text-decoration: none;
            display: table-cell;
            vertical-align:middle;
        }

        .categories h3
        {
            margin: 0;
            font-size: 1em;
            padding: 5px;
        }
        .categories .OSCAR_category h3 {font-size: 1.5em;            font-weight:bold;
 }

.searchwithin {
    font-size: 1.3em;
}


/* SubCategory List */

img.cat-image { max-width: 100%; margin: 0 auto 20px; display: block; }
/*.OSCAR_SubCategory-List table { margin: 0 auto; width: 100%; }
.OSCAR_SubCategory-List table tr td { text-align: center; vertical-align: middle; width: 25%; background: url(/images/grad4.gif) repeat-x; padding: 30px 0 10px; }
.OSCAR_SubCategory-List table td a { display: block; }
.OSCAR_SubCategory-List table td a img { margin-bottom: 1em; }
.OSCAR_SubCategory-List table tr td p { }*/

body.products ul.subnav > li > a { display: none; }
body.products ul.subnav li { background: none; padding: 0; }
body.products ul.subnav li ul li { background: url(/Images/bullet_square_4x4.gif) left .5em no-repeat; padding: 0 0 0 10px; }


/* Featured Items */
/*.OSCAR_featured-items,
div.OSCAR_item-list { }
.OSCAR_featured-item-small,
.OSCAR_featured-item-small-last { width: 212px; float: left; padding: 15px; }
.OSCAR_featured-item-small-last { margin: 0; }
div.OSCAR_featured-item-small a { font-weight: bold; }

.OSCAR_featured-item-image { float: left; width: 100%; text-align: center; margin-bottom: 20px; }
.OSCAR_featured-item-image img { }

.prodInfo { margin: 15px 5px 0 0; }
.prodTitle a { font-weight: bold; font-size: 14px; }
.OSCAR_featured-item-small,
.OSCAR_featured-item-small-last { }
.OSCAR_featured-item-small .OSCAR_old-price,
.OSCAR_featured-item-small-last .OSCAR_old-price { }
.OSCAR_featured-item-small .OSCAR_promo-price,
.OSCAR_featured-item-small-last .OSCAR_promo-price { float: right; }

.OSCAR_featured-item-spacer { width: 15px; }
span#ctl00_ctl00_Body_Body_OSCAR_FeaturedItems1_lblItemCode { }
a#ctl00_ctl00_Body_Body_OSCAR_FeaturedItems1_lnkItem { display: block; font-size: 17px; }
div.OSCAR_price { color: #000; }
div.OSCAR_price span { display: block; font-size: 23px; }
*/


/* Featured Items - Homepage and item detail page */

div.OSCAR-featured-items { margin: 2em 0; }

div.OSCAR_featured-item-small a,
div.OSCAR_featured-item-small-last a { font-weight: bold; }
.OSCAR_featured-item-image { margin-bottom: 1em; overflow: hidden; }


/* Item Detail */

div.popBox div.long-buttons { margin-top: 1em; }
div.popBox div.long-buttons .text-button,
div.popBox div.long-buttons .text-buttond { white-space: normal; line-height: 1.2; padding: .75em; height: auto; font-size: 1.25em; }

/*.OSCAR_item-detail-top, .OSCAR_item-list { overflow: hidden; padding: 15px; margin-bottom: 5px; }*/
.OSCAR_item-detail-top div { vertical-align: bottom; }

.OSCAR_item-detail-left,
.OSCAR_item-detail-left-noheight { float: left; width: 43%; text-align: center; }

.OSCAR_item-detail-left *,
.OSCAR_item-detail-left-noheight * { vertical-align: middle; margin: auto; }
.OSCAR_item-detail-left img,
.OSCAR_item-detail-left-noheight img { max-width: 100%; }
.OSCAR_item-detail-left table,
.OSCAR_item-detail-left-noheight table { border-collapse: collapse; }
.OSCAR_item-detail-left td,
.OSCAR_item-detail-left-noheight td { padding: 0px; vertical-align: middle; }
.OSCAR_item-detail-description { }
.OSCAR_item-detail-right { /*width: 53.5%;*/ float: right; /*margin-left: 3%;*/ }

.OSCAR_item-detail-right table { border-collapse: collapse; width: 100%; }
.OSCAR_item-detail-right table td { padding: 10px; }
.OSCAR_item-detail-right table td.first { width: 30px; padding-left: 0; text-align: right; }
.OSCAR_item-detail-right table.price { margin-top: 1em; }



.OSCAR_item-detail-right select { width: 100%; }


a.review { background: url(/images/icon-page_white_edit.png) 0 center no-repeat; min-height: 16px; padding-left: 25px; }

/*.OSCAR_item-option-categories { font-size: 11px; float: left; }
.OSCAR_item-option-categories div { margin-top: 2px; }*/
td.OSCAR_item-option-header { width: 30px; text-align: right; padding-right: .25em; }
.OSCAR_item-option-category * { vertical-align: middle; }
.OSCAR_item-option-list { }
.OSCAR_item-option-header { }
.upItemOptions { float: left; }

table.OSCAR_item-option-categories { margin: 0; }
table.OSCAR_item-option-categories td { padding: .5em 0 0 0; }
table.OSCAR_item-option-categories tr:first-child td { padding: 0; }
td.OSCAR_item-option-list { padding-left: 12px!important; }

/*
.OSCAR_alternate-image { margin-right: 20px; }
.OSCAR_alternate-image input { margin: 1px; }
.OSCAR_alternate-image .selected { border: 1px solid #000000; margin: 0; }
*/
.OSCAR_Tabs { margin-top: 20px; }
.oscar_add-to-cart { float: right; }


/* Reviews */

.star_rating {
    color: #2cb0e5;
}

.ratingStar { font-size: 0pt; width: 13px; height: 12px; margin: 0px; padding: 0px; cursor: pointer; display: block; background-repeat: no-repeat; }
.filledRatingStar { background-image: url(/store/images/filledstar.png); }
.emptyRatingStar { background-image: url(/store/images/emptystar.png); }
.savedRatingStar { background-image: url(/store/images/savedstar.png); }
.OSCAR_RatingStars { display: inline; margin-right: 1em; }
.OSCAR_ReviewTitle { font-weight: bold; }
.OSCAR_ReviewName { font-weight: bold; }
.OSCAR_ReviewInfo { margin-bottom: 1em; border: 1px solid #CCCCCC; background-color: #f7f7f7; padding: 20px }
.OSCAR_ReviewRating { margin-bottom: 1em; }
.OSCAR_ReviewAnswers {  }
.OSCAR_ReviewHeader { /*padding: 5px; background-color: #CCCCCC;*/ margin-bottom: 1em; }
.OSCAR_itemTitle a { font-weight: bold; }
.OSCAR_itemNumber { }
.OSCAR_shortDesc { }
.OSCAR_mfg { }


/* checkout pages */

body.checkout #PageHeader,
body.checkout footer.footer,
body.checkout .aware {display:none;}
body.checkout .stack.primary {padding: 2em 0;}
body.checkout div.logo img {margin-top: 2em;}

ol.checkout_steps {
    margin: 0 1em 2em;
    background-color: #f0f0f0;
    border: 3px solid #ccc;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    color: #999;
    text-align: center;
    font-size: 1em;
    -moz-box-shadow: 2px 2px 6px -3px #000;
    -webkit-box-shadow: 2px 2px 6px -3px #000;
    box-shadow: 2px 2px 6px -3px #000;
}
ol.checkout_steps li { font-weight: bold; vertical-align: middle;  }
ol.checkout_steps li a,
ol.checkout_steps li span { display: block; color: #999 !important; padding: 1em; }
ol.checkout_steps li:first-child > * {-moz-border-radius: .5em .5em 0 0; -webkit-border-radius: .5em .5em 0 0; border-radius: .5em .5em 0 0;}
ol.checkout_steps li.last span { -moz-border-radius: 0 0 .5em .5em; -webkit-border-radius: 0 0 .5em .5em; border-radius: 0 0 .5em .5em; }
ol.checkout_steps li a:hover {text-decoration: underline; }
ol.checkout_steps li a:hover,
ol.checkout_steps li.selected > * { color: #444 !important; }
ol.checkout_steps li.selected > * {-moz-box-shadow: 0px 2px 10px #bbb; -webkit-box-shadow: 0px 2px 10px #bbb; box-shadow: 0px 2px 10px #bbb; background-color: #fff;}


@media only screen and (min-width : 945px) {
    ol.checkout_steps {-moz-border-radius: 10em; -webkit-border-radius: 10em; border-radius: 10em; margin: 0 0 4em;}
    ol.checkout_steps li { display: inline-block; *display: inline; width: 24.5%; border-right: 1px solid #ddd;}
    ol.checkout_steps li:first-child > * {-moz-border-radius: 10em 0 0 10em; -webkit-border-radius: 10em 0 0 10em; border-radius: 10em 0 0 10em;}
    ol.checkout_steps li.last {border-right: none;}
    ol.checkout_steps li.last span { -moz-border-radius: 0 10em 10em 0; -webkit-border-radius: 0 10em 10em 0; border-radius: 0 10em 10em 0; padding: 1em; }
}

.OSCAR_checkout-shipping-container { float: left; width: 48%; }
.OSCAR_checkout-payment-container { float: right; width: 48%; }
/*.OSCAR_Payment_Form { font-size: 11px; }
.OSCAR_Shipping_Form { font-size: 11px; }*/
.OSCAR_order-confirm-shipping { float: left; width: 48%; }
.OSCAR_order-confirm-billing { float: right; width: 48%; }
.OSCAR_cart-summary { float: right; background-color: #FFFFFF; }
.OSCAR_cart-summary ul li { display: inline; list-style-type: none; padding: 5px; }
.OSCAR_cart-grid { border: 1px solid #b5b9bc; margin-bottom: 10px; }
.OSCAR_cart-grid-header1 { background-color: #CCCCCC; }
.OSCAR_cart-grid-header2 { background-color: #DDDDDD; }
.OSCAR_cart-grid th { padding: .5em 0 .5em .5em; text-align: center; background: #ecedee; }
.OSCAR_cart-grid td { border: 1px solid #CCCCCC; padding: 1em 0 1em 1em;}
.OSCAR_cart-totals { font-weight: bold; text-align: right; }
.OSCAR_cart-container { border: 1px solid #000000; border-bottom-style: none; }
.OSCAR_anonymous-panel { width: 300px; background-color: #FFFFFF; border: 2px solid #000000; padding: 20px; }
.OSCAR_anonymous-panel div { padding-bottom: 20px; }
.OSCAR_anonymous-panel .text-button { margin-right: 20px; }
.OSCAR_Address-popup-container { padding-bottom: 20px; }
.ajax__validatorcallout_error_message_cell {  }
.OSCAR_no-pobox-message {  }
.OSCAR_checkout_confirm_grid td { padding-left: 3px; padding-right: 3px; }

.OSCAR_cart-grid img { margin-right: 20px; }

/* Admin Screens */
.OSCAR_item-configuration-check { float: left; width: 125px; }
.OSCAR_CI-Bulk-Admin-Optionslist { width: 25%; }
/*body.product-detail .content { width: auto; }
body.product-detail .content div.fine-print { padding: 20px .5em 0; }*/


/* category listing page */

/*.OSCAR-cat-img { vertical-align: middle; margin-bottom: .75em; background: #eee url(/images/bkg2.png); border: 1px solid #ddd; }
.OSCAR_SubCategory-List { position: relative; text-align: center; }*/
.OSCAR_SubCategory-List .row,
.OSCAR_item-list .row { background: none; padding: 0; display: inline-block; width: 100%; /*border-top: 1px solid #eee; text-align: center;*/ }
.OSCAR_item,
.OSCAR_category,
.OSCAR_brand {
    width: 33%;
    display: inline-block;
    height: auto;
    text-align: center;
}
    .OSCAR_item > div,
    .OSCAR_category > div,
    .OSCAR_brand > div {
        position: relative;
        /*overflow:hidden;*/
        padding: 2.5em 1.5em 1.5em;
        margin: 1.3em;
        background-color: #fff;
        color: #3D3D3D;
        border: solid 2px #eee;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        -moz-box-shadow: inset 0px 0px 80px #F9F9F9;
        -webkit-box-shadow: inset 0px 0px 80px #F9F9F9;
        box-shadow: inset 0px 0px 80px #F9F9F9;
    }
    .OSCAR_SubCategory-List h2 {
            font-size: 1.2em;
            letter-spacing: 1px;
        }


.OSCAR_item:hover,
.OSCAR_category:hover {-moz-box-shadow: unset; -webkit-box-shadow: unset; box-shadow: unset;}

/*.OSCAR_item.first,
.OSCAR_category.first,
.OSCAR_item:first-child,
.OSCAR_category:first-child { margin-left: 0; }

.OSCAR_item.first,
.OSCAR_category.first { border-left: none; margin-left: 0; padding-left: 0; }*/

.OSCAR_item p,
.OSCAR_category p { margin-top: .5em; }

p.price-per {
    font-size: .9em;
    font-style: italic;
    margin: 0 1em .5em;
}

.OSCAR_item a,
.OSCAR_category a,
.OSCAR_brand h2 a { text-decoration: none; color: #3D3D3D !important; }

/*.OSCAR_category p.fs-bodyTextLG a { font-weight: normal; font-size: 1.2em; display: block; padding: .5em .75em; }
.OSCAR_category p.fs-bodyTextLG a:hover,
.OSCAR_category:hover a { background: #f7f7f7; }*/

/*.OSCAR_item > div { background: red; }*/

.OSCAR_brand > div {padding: 1.5em;}
.OSCAR_brand h2 {margin: 0;}
.OSCAR_brand img {margin: 1.5em 0;}
.OSCAR_brand p {margin: 0;}

.oscar_flag {
    font-size: .5em;
    background-color: #c20831;
    color: #ffffd9;
    padding: .3em .3em;
    transform: rotate(-5deg);
    display: inline-block;
}


div.image_height_conform { text-align: center; }

/*.OSCAR_alternate-images { margin: 50px 0 20px; overflow: hidden; }
.OSCAR_alternate-images a { margin-left: 15px; display: block; background: red; height: 100%; }
.OSCAR_alternate-images a:first-child { margin-left: 0; }
.OSCAR_alternate-images a img { width: 70px; }

.OSCAR_alternate-images { margin: 1em 0; }*/

.oscar-cc-full-button { margin-left: 3em; }
.oscar-cc-full { margin-top: 1em; border-top: 1px solid #ccc; }



.view-cart-col1, 
.view-cart-col2, 
.view-cart-col3 { margin-bottom: 20px; }

.view-cart-col1 { float: left; width: 33%; text-align: center;}
.view-cart-col2 { float: left; width: 33%; text-align: center;}
.view-cart-col3 { float: right; width: 33%; text-align: center;}

p.text_button_stack {
    margin: 0;
}
p.text_button_stack input, 
p.text_button_stack button
{
    margin-bottom: .1em;
    padding-left: .3em;
    padding-right: 0;
    width: 80%;
}



/*.view-cart-col2 { float: right; width: 36%; margin-left: 2%; text-align: center; }
.view-cart-col1 { width: 62%; float: left; }
.view-cart-col1 .text-button { margin-right: 1em; }
.view-cart-col3 .text-button { margin-right: 1em; }
*/

/* fix zoom plugin for responsive layouts */
div.zoomPad { float: none; z-index: 1; /* fixes main nav overlay issue */  display:inline-block;}
div.zoomWrapperImage img { max-width: none; }
.zoomWindow { width: 100%; }



@media only screen and (max-width : 979px) {
    .OSCAR_item, .OSCAR_category { margin: 20px 0!important; /*padding: 3.75% 0 3.75% 3.75%!important;*/ width: 49%; /*border-left: none;*/ }
}
@media only screen and (max-width : 860px) {
    .OSCAR_item, .OSCAR_category { margin: 20px 0!important; /*padding: 3.75% 0 3.75% 3.75%!important;*/ width: 100%; /*border-left: none;*/ }
}

@media only screen
and (max-width : 700px) {
	
	/* checkout pages */
	
	.OSCAR_checkout-shipping-container,
	.OSCAR_checkout-payment-container { float: none; width: auto; }

}


div.OSC-item-attributes { text-align: center; background-color: #fff; }
div.OSC-item-attributes div { display: inline-block; *display: inline; vertical-align: top; padding: 1em; width: 24%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
div.OSC-item-attributes div strong { display: block; margin-bottom: .5em;  }
div.OSC-item-attributes div p { margin: 1em 0 0; padding: .75em; font-size: 13px; background: #eee;  }

@media only screen
and (max-width : 700px) {

    div.OSC-item-attributes div { width: 46%; }
	
	/* checkout pages */
	
	.OSCAR_checkout-shipping-container,
	.OSCAR_checkout-payment-container { float: none; width: auto; }

}
@media only screen
and (max-width : 500px) {

    div.OSC-item-attributes div { width: auto; }

}