.grid {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}


/* custom */

html {
    background-image: url('../assets/template/site-bkg.png');
    background-repeat: repeat-x;
    background-color: rgb(242,242,242);
}

body {
    font-size: 100%;
    font-family: Verdana, Arial, san-serif;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

.row {
    clear: both;
}

.mast {
    background-image: none;
    display: none;
}

.rightnav {
    display: none;
}

.gu2.login {
    display: none;
}

.login > .gu6 {
    padding: 0px 10px;
}

.topmenu {
    margin-top: 45px;
}

.mMenu {
    display: block;
    position: fixed;
    height: 45px;
    left: 0px;
    top:0px;
    z-index: 99999;
    width: 100%;
}

.mNavs {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.mNav {
    display: inline-block;
    margin-right: 20px;
}

.icon {
    height: 21px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 11px;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mNav:before {
    font-size: 140%;
    text-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
}

.cdl-logo-icon {
    width: 45px;
    height: 42px;
    position: absolute;
    background-image: url('../assets/template/cd-logo-icon.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 40px 29px;
    border: 0px solid;
    cursor: pointer;
}

@media (orientation: landscape) {
    .cdl-logo-icon {
        width: 160px;
        height: 42px;
        position: absolute;
        background-image: url('../assets/template/cd-logo.png');
        background-repeat: no-repeat;
        background-position: 5px center;
        background-size: 150px 36px;
        border: 0px solid;
        cursor: pointer;
    }
}

.breadCrumb {
    color: #000;
    padding: 0px;
    position: fixed;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #ddd;
}

.col.crumbs .crumbs {
    padding-left: 0px;
    padding: 1px 3px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow-x: auto;
}

.col.gu6.crumbs {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
    background-color: white;
}


.reveal {
    font-size: .8em;
}

.search.reveal {
    display: none;
}

.search.reveal.show {
    position: relative;
    display: block;
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    box-shadow: 0px -1px 5px rgba(104,104,104,.5);
    background: rgb(82,82,82);
    background: linear-gradient(to bottom,  rgba(82,82,82,1) 1%,rgba(29,29,29,1) 100%);
    border-top: 1px solid rgba(253,253,253,.5);
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.search.reveal.show input[type=submit],
.user.reveal.show input[type=submit] {
    display: block;
    margin: 0px auto;
    -webkit-appearance: none;
}

select, input {
    font-size: 16px;
}

.eb-login-widget {
    padding: 10px 0px;
}

.eb-resetpw {
    text-align: left;
    margin-bottom: 5px;
}

.user.reveal.show {
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    border-top: 1px solid rgba(253,253,253,.5);
    text-align: center;
}

.user.reveal.show input[type=submit] {
    display: block;
    margin: 0px auto;
    -webkit-appearance: none;
}

.eb-logout {
    text-align: left;
    margin-top: -1em;
    position: absolute;
    left: 10px;
    top: 50%;
}

.cart.reveal.show {
    position: relative;
    display: block;
    background-color: rgba(204,204,204,1);
}

.eb-login-widget label, 
.inlineForm label {
    float: none;
    font-size: 1.1em;
}

.inline-loggedin {
    text-align: right;
}

.blueicon {
    color: #1b1b38;
}

.footer {
    color: #fff;
    font-size: .7em;
    text-align: right;
    background: rgb(53,53,53); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(48,48,48,1) 30%, rgba(15,15,15,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,53,53,1)), color-stop(30%,rgba(48,48,48,1)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(48,48,48,1) 30%,rgba(15,15,15,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

.footer p {
    padding: 10px;
}

.nav {
    display: none;
}

#mobile {
    display: block;
/* height:25px; */
/* padding: 5px; */
/* background-color: #025F8E; */
    padding: 2px 0px 2px 0px;
 /* margin: 0px 3px 0px 3px; */
 /* border-radius: 0px 0px 3px 3px; */
    overflow: auto;
    background-color: none;
}

.mobileViews {
    position: fixed;
    width: 100%;
    z-index: 9998;
}

.tablet.search {
    display: none;
}

.tinynav {
    width: 100%;
}

.col.gu6.body.products,
.col.gu6.body.orders {
    margin-top: 0px;
    padding: 0px;
}

.product-container {
    padding: 20px 5px;
    margin-top: 0px;
}

.product-container h1 {
    margin-top: 35px;
}

.topmenu nav > ul {
    margin-top: 25px;
}

.cat-table {
    width: 100%;
}

.hamburger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}

.hotproductitem {
    float: none;
    display: block;
    height: 110px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.hotproductitem .image {
    padding: 5px;
}

.hotproductitem .stockcode {
    font-size: 12px;
}

.cat-cell.image {
    min-width: 150px;
    max-width: 150px;
}

.cat-cell.image img {
    max-width: 100%;
}

div.cart-qty-txt {
    position: absolute;
    top: -15px;
    font-size: 10px;
    text-align: center;
    width: 30px;
}

ul.ep-cart {
    margin: 0px;
    max-height: 500px;
    overflow: auto;
}

ul.ep-cart li {
    display: table;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

ul.ep-cart .ep-button.checkout, .ep-button.new, .ep-button.right, .ep-button.process, .ep-button.continue, .ep-button.paynow {
    font-size: 100%;
}

ul.ep-cart li.ep-cart-total-row {
    font-size: 100%;
}

ul .ep-cart-text {
    font-size: 100%;
    margin: 0;
    padding: 2px 5px 2px 5px;
}

.ep-cart-text a.icon-cancel-circle {
    width: 5%;
}

.ep-cart-header {
    border-radius: 0px;
}

.ep-cart-qty {
    display: table-cell;
}

.ep-cart-total {
    display: table-cell;
    padding-right: 5px;
}

ul.ep-cart li.ep-checkout {
    margin: 15px 0;
}

.ep-cart-text .icon-cancel-circle {
}

div.mNav.icon.icon-basket {
    position: relative;
}

.productmenu {
    width: 100%;
    margin-top: 23px;
    display: none;
    position: relative;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 2;
}

html.js-prod-active .productmenu {
    display: block;
}
