﻿
/*@media only screen and (max-width: 767px) {*/
body {
    margin: 0px;
    font-family: Avenir;
    /*color: #ffffff;*/
    color: #000000;
}

.container {
    width: 100%;
    background-color: #ffffff;
    margin: auto;
    padding-bottom: 50px;
}

.catcont {
    display: none;
}

.rednote {
    color: red;
    font-size: 16px;
    font-family: Avenir;
}

.bodycontainer {
    padding-top: 120px;
}

/*.slidecont {
    text-align: center;
}*/

.acccontent {
    padding: 5px;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /*margin: 50px auto;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;*/
    margin: auto;
    padding-bottom: 50px;
}

.topcontainer {
    display: block;
    /*width: 49%;*/
    /*width: 100%;*/
    background-color: #ffffff;
    height: auto;
    /*height: 135px;*/
    position: fixed;
    margin: auto;
    top: 0px;
    z-index: 100;
}

.bancont {
    text-align: center;
    clear: both;
    width: 100%;
    /*padding-left: 5%;*/
    padding-top: 20px;
    height: 120px;
    display: flex;
}

.banimgrow {
    float: left;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border: 1px solid #cccccc;
}

    .banimgrow img {
        height: 100px;
        width: 100px;
    }

.banimgrow-spacer {
    height: 0px;
}

.topcontainer-title {
    font-family: Avenir;
    font-size: 16px;
    color: #835033;
    padding-top: 3px;
    margin-bottom: 3px;
    clear: both;
    width: 100%;
    text-align: center;
    top: 80px;
    /*background-color: #e8d3a6;*/
    margin-left: auto;
    margin-right: auto;
}

.topcontainer-left {
    float: left;
    text-align: left;
    vertical-align: bottom;
    width: 30%;
    padding-left: 5px;
    padding-top: 15px;
}

.topcontainer-middle {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    /*height: 70px;*/
}

.topcontainer-right {
    float: right;
    text-align: right;
    vertical-align: bottom;
    width: 20%;
    /*height: 70px;*/
    padding-right: 10px;
    padding-top: 10px;
}

.topcontainer-search {
    clear: both;
    width: 100%;
    text-align: center;
    top: 80px;
    /*  z-index:100;*/
    background-color: #ffffff;
    /* margin:0 30% 0 30%;*/
    margin-left: auto;
    margin-right: auto;
    /*display:inline-block;*/
    /*border:1px solid red;*/
}

.nolink {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}

.charseq {
    color: #0094ff;
    font-size: 16px;
    cursor: pointer;
    padding-left: 15px;
    padding-bottom: 10px;
    display: inline-block;
}

.brandblock {
    display: inline-block;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    vertical-align: top;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.loadmorebrand {
    padding: 20px;
    cursor: pointer;
    color: #0094ff;
    font-size: 16px;
}

.brandblock-left {
    clear: both;
    display: block;
    text-align: center;
}

.brandblock-right {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.itemload {
    width: 1000px;
    display: block;
    clear: both;
    text-align: center;
}

.brandblock-right-head {
    clear: both;
}

.rednotecontainer {
    display: inline-block;
    clear: both;
    padding: 10px;
    width: 90%;
}


.footcontainer {
    width: 100%;
    background-color: #314555;
    /*height: 100px;*/
    clear: both;
    margin-top:50px;
    display:inline-block;
    padding-bottom:20px;
}

.foothtmlcontainer {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.foot-center {
    width: 100%;
    margin: 0 auto;
}

.fc-left {
    float: left;
    width: 20%;
    color: #ffffff;
    padding-top: 20px;
}

.fc-middle {
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
}

.fc-right {
    /*float: left;*/
    /*width: 20%;*/
    color: #ffffff;
    padding-bottom: 20px;
    text-align: center;
    /*display: none;*/
}

.addtocart-container {
    float: right;
}

.addtocart-container-mob {
    /*text-align:center;*/
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.addtocart-container-search-button {
    float: left;
    padding-top: 7px;
    padding-right: 20px;
    cursor: pointer;
}

.addtocart-container-search-img {
    float: left;
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 5px;
}

.addtocart-container-count {
    float: left;
    margin-top: 2px;
}

.addtocart-container-img {
    float: left;
    padding-top: 5px;
    padding-left: 3px;
}

.menuicon {
    padding-top: 2px;
    float: left;
    padding-right: 5px;
    cursor: pointer;
}

.topcontainer-right img {
    width: 14px;
    height: 14px;
}

.menutitle {
    font-family: Avenir;
    color: #444444;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    display: none;
}

    .menutitle span {
        font-family: Avenir;
        font-size: 19px;
        color: #444444;
        cursor: pointer;
    }

.mainsearchbox {
    height: 20px;
    width: 220px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.maincontent {
    clear: both;
    background-color: #ffffff;
    /* margin-left: 30px;
    margin-right: 50px;*/
    vertical-align: top;
    display: inline-block;
    width: 100%;
    /*border: 1px solid red;*/
    /*padding-top:135px;*/
}

.leftcontent {
    float: left;
    height: 400px; /*for width value to take effect keep the height*/
    display: inline-block;
    /* margin-top: 505px;*/
    width: 2%;
    /*padding-left:10px;*/
}

.cartcount {
    color: #444444;
    font-size: 16px;
}

.middlecontent {
    float: left;
    background-color: #ffffff;
    width: 96%;
    display: inline-block;
}

.rightcontent {
    float: left;
    display: inline-block;
    width: 2%;
    /*height: 400px;*/ /*for width value to take effect keep the height*/
    /*padding-right:10px;*/
}

.sharecontainer {
    background-color: #000000;
    width: 100%;
    top: 80px;
    background-color: rgba(0,0,0,0.7);
    height: 900px;
    /* margin-left: 30px;*/
    z-index: 100;
    position: fixed;
    padding-top: 100px;
    text-align: center;
    vertical-align: middle;
    display: none;
}

.menucontainer {
    width: 100%;
    top: 80px;
    background-color: rgba(0,0,0,0.7);
    /*height: 900px;*/
    /* margin-left: 30px;*/
    z-index: 100;
    position: fixed;
    overflow-x: scroll;
    display: none;
    overflow-y: scroll;
    height: 400px;
}

.menu ul li span {
    font-family: Avenir;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    /*z-index:100;*/
}

    .menu ul li span:hover {
        font-family: Avenir;
        color: #ae6837;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        /*z-index:100;*/
    }

.menu ul li a {
    font-family: Avenir;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    /*z-index:100;*/
}

    .menu ul li a:hover {
        font-family: Avenir;
        color: #ae6837;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        /*z-index:100;*/
    }

.sidearrow {
    cursor: pointer;
}

.submenu {
    margin-top: 10px;
    margin-left: 50px;
    display: inline-block;
}

.menu ul {
    text-align: left;
    list-style: none;
    /*list-style-image:url(/App_Themes/desktop/images/arow-left.png);*/
    /*width: 230px;*/
    line-height: 30px;
    margin-top: 10px;
    margin-left: -30px;
    /* margin-top: 150px;
    margin-left: 450px;*/
}
    /* .menu ul li {
        text-align: left;
        list-style: none;
        padding-left: 250px;
        line-height:50px;
        border:solid 1px red;
        margin-right:300px;
    }*/

    .menu ul li ul {
        /*display: none;*/
        margin-top: -55px;
        position: absolute;
        margin-left: 300px;
        text-align: left;
        list-style: none;
        width: 400px;
        padding-top: 7px;
        /* z-index:-10;*/
        /*border:solid 1px white;*/
    }

        .menu ul li ul li a {
            font-size: 12px;
        }

            .menu ul li ul li a:hover {
                font-size: 12px;
            }
/* .menu ul li:hover > ul {
            display: block;
            cursor: pointer;
        }*/


/*MENU CSS start*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /*background-color: #afa39a;*/
    background-color: lightgray;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
/*MENU CSS end*/

/*}*/


.slidecont {
    width: 100%;
    text-align: center;
}

    .slidecont img {
        width: 100% !important;
        /*height: 200px !important;*/
        height: 100% !important;
    }

.hmbl-left {
    float: left;
    width: 100px;
    vertical-align: top;
    padding-top: 10px;
}

.hmbl-right {
    float: left;
    padding-left: 20px;
    /*width: 250px;*/
    width: 70%;
}

.hmbl-right-head {
    clear: both;
    color: #444444;
    font-size: 18px;
    max-width: 250px;
}

.hmbl-right-text {
    clear: both;
    color: #444444;
    font-size: 14px;
    max-width: 250px;
    padding-top: 10px;
}


.homerow1 {
    width: 100%;
    overflow: hidden;
}

.homerow2 {
    width: 100%;
    clear: both;
    padding-top: 0px;
    display: inline-block;
}

.homeblock {
    float: left;
    background-color: #ffffff;
    padding: 20px 20px 0px 20px;
    width: auto;
}

.feature-title {
    font-size: 18px;
    color: #ffffff;
}



.feature-box-addon {
    background-color: #3a9518;
    padding: 5px;
    border-radius: 5px;
    height: 40px;
}

.homerow3 {
    width: 100%;
    clear: both;
    display: inline-block;
    /*margin-top:100px;*/
}

.homerow4 {
    width: 100%;
    clear: both;
    display: inline-block;
}

.homerow3h {
    width: 100%;
    clear: both;
    padding-top: 30px;
    display: inline-block;
}


.feature-title {
    font-size: 18px;
    color: #ffffff;
}

.feature-box {
    background-color: #3a9518;
    padding: 5px;
    border-radius: 5px;
}

.feature-row-space {
    width: 100%;
    clear: both;
    display: block;
    height: 20px;
}

.feature-row {
    width: 100%;
    clear: both;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
}

.feature-col {
    float: left;
    background-color: #ffffff;
    padding: 2%;
    width: 46%;
    display: inline-block;
    /*height: 260px;*/
    cursor: pointer;
}

.feature-col-addon {
    float: left;
    background-color: #ffffff;
    padding: 1%;
    width: 46%;
    display: inline-block;
    /*height: 260px;*/
    cursor: pointer;
}

.feature-col-space {
    float: left;
    background-color: #ffffff;
    width: 10px;
    height: 0.1px;
}

.feaprcode {
    clear: both;
    color: #0094ff;
    cursor: pointer;
    font-size: 14px;
    /*max-width: 200px;*/
    text-align: center;
    height: 40px;
}

.feaprstkmsg {
    clear: both;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    /*max-width: 200px;*/
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.feaprimg {
    clear: both;
    text-align: center;
    /*max-width: 200px;*/
    height: 145px;
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
}

.feaprcost {
    clear: both;
    /*max-width: 200px;*/
    padding-top: 10px;
}

.feaprcost-left-r {
    color: #888888;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding-top: 1px;
    text-align: center;
}

.feaprcost-left {
    color: #444444;
    cursor: pointer;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding-top: 1px;
    text-align: left;
}

.feaprcost-right {
    color: #444444;
    cursor: pointer;
    font-size: 12px;
    display: block;
    text-align: right;
}

.addoncontainer {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.subcategory {
    display: none;
}

.pl-content-left-filter {
    display: none;
}

.pl-content-right {
    width: 100%;
}

/*product list*/

.pl-lm-con {
    clear: both;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.pl-page-title {
    text-align: center;
    color: #777777;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}

.pl-page-desc {
    width: 100%;
    color: #444444;
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.pl-top-cont {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.pl-top-left {
    width: 20%;
    float: left;
}

.pl-top-middle {
    width: 60%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.pl-top-right {
    width: 40%;
    float: left;
}

.pl-item-img {
    width: 150px;
    clear: both;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*border:1px solid green;*/
}

.pl-page-cont {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    clear: both;
}

.pl-item-desc {
    width: 100%;
    clear: both;
    display: table;
    /*border:1px solid red;*/
}

.pl-item {
    float: left;
    display: table-cell;
    width: 46%;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    /*height: 300px;*/
    /*border:1px solid red;*/
}

    .pl-item a {
        text-decoration: none;
    }

.overlay {
    height: 175px;
    width: 300px;
    background: #eee;
    /*display: none;*/
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    padding-bottom: 10px;
    display: none;
}



.pl-item:hover .overlay {
    /*display: inline;*/
    background: #807f82;
    opacity: 0.95;
}

.image:hover .pl-item-overview {
    /*display: inline;*/
    background: #807f82;
    opacity: 1;
}

.pl-item-spacer {
    float: left;
    width: 1px;
    min-height: 1px;
}

.pl-item-newrow {
    clear: both;
    height: 10px;
}


.pl-product-code {
    padding-top: 5px;
    text-align: left;
    padding-top: 5px;
}

    .pl-product-code span {
        font-family: 'Avenir';
        font-size: 12px;
        color: #888888;
    }

.pl-product-name {
    text-align: left;
    padding-right: 5px;
    overflow-y: auto;
    padding-top: 10px;
}

    .pl-product-name span {
        font-family: 'Avenir';
        font-size: 14px;
        color: #000000;
    }

        .pl-product-name span span {
            font-family: 'Avenir';
            font-size: 14px;
            color: #000000;
        }

.pl-product-cost {
    text-align: left;
    padding-right: 10px;
    padding-top: 5px;
}

    .pl-product-cost span {
        font-family: 'Avenir';
        font-size: 14px;
        color: #000000;
    }

.pl-product-qtystkmsg {
    margin-top: 5px;
    text-align: left;
    padding-bottom: 5px;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}

    .pl-product-qtystkmsg span {
        display: block;
        font-family: 'Avenir';
        font-size: 14px;
        color: #000000;
        padding-top: 5px;
    }

.productcode {
    color: #777777 !important;
    font-size: 12px !important;
}

.feaprcost-right-addon {
    color: #444444;
    cursor: pointer;
    font-size: 12px;
    display: block;
    text-align: center;
}



.productcontainer {
    margin: 0 auto;
    /*padding-left: 10px;*/
    padding-bottom: 10px;
    background-color: #ffffff;
}

.product-bread-cont {
    clear: both;
    padding-top: 20px;
    display: inline-block;
}

.product-back-btn {
    float: left;
    padding-left: 10px;
}

.product-bread-text {
    float: left;
    padding-left: 10px;
}

.productdetailcontainer {
    clear: both;
    padding-top: 20px;
}

.product-detail-message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    width: 80%;
}

    .product-detail-message p {
        font-family: 'Avenir';
        font-size: 18px;
        color: #ff0000;
        padding: 20px;
    }

.product-detail-left {
    width: 100%;
    clear: both;
}

.product-detail-right {
    /*width: 100%;*/
    clear: both;
    padding-left: 10px;
}

.product-summary-container {
    width: 100%;
    display: block;
    clear: both;
    color: #444444;
}

.product-summ-pad {
    display: block;
    clear: both;
    color: #444444;
    padding: 10px;
}


.product-message img {
    cursor: pointer;
}

.product-code {
    /*padding-left: 10px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .product-code span {
        font-family: Avenir;
        font-size: 18px;
        color: #000000;
        font-style: italic;
    }

.product-name {
    padding-top: 10px;
    /*padding-left: 10px;*/
    /*text-align: center;*/
    text-align: left;
    padding-right: 10px;
}

    .product-name span {
        font-family: Avenir;
        font-size: 18px;
        color: #000000 !important;
        line-height: 30px;
        font-weight: bold;
    }

        .product-name span span {
            font-family: Avenir;
            font-size: 32px;
            color: #000000 !important;
            line-height: 30px;
        }

.pricebubble {
    border-radius: 5px;
    color: #ffffff;
    background-color: #3a9518;
    padding: 5px;
    margin-top: 5px;
    text-align: left;
    float: right;
    margin-top: -33px;
}

.product-name-h1 {
    font-family: Avenir;
    font-size: 18px;
    color: #000000 !important;
    line-height: 30px;
    font-weight: bold;
}

.product-web-summary {
    /*padding-left: 10px;*/
    padding-top: 10px;
    color: #000000;
    /*height: 150px;*/
    /*overflow-x: scroll;
    overflow-x: hidden;*/
}

    .product-web-summary p {
        text-align: left;
        font-family: Avenir;
        font-size: 16px;
        color: #000000;
        margin: 0px;
        /*padding-left: 10px;*/
        padding-right: 20px;
        padding-top: 2px;
    }

.product-param {
    clear: both;
    padding-top: 5px;
    /*padding-left: 10px;*/
    /*padding-right: 5px;*/
    display: inline-block;
    width: 100%;
}

    .product-param span {
        font-family: 'Avenir';
        font-size: 18px;
        color: #000000;
    }

.product-made-text {
    padding-top: 80px;
    padding-left: 10px;
    text-align: center;
    padding-bottom: 20px;
}

    .product-made-text span {
        font-family: 'Avenir';
        font-size: 18px;
        color: #ffffff;
    }

.product-button-container {
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
}

.product-addcart-container {
    float: left;
}

.product-qty {
    width: 30px;
    height: 25px;
    padding: 3px;
    border: solid 1px #cccccc;
    vertical-align: top;
}

.product-size-container {
    float: right;
}


.product-cost {
    padding-top: 20px;
    padding-left: 10px;
    text-align: center;
    padding-bottom: 15px;
}

    .product-cost span {
        font-family: 'Avenir';
        font-size: 24px;
        color: #ffffff;
    }

.product-actions {
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
}

.product-call {
    float: left;
}

.product-message {
    float: left;
    padding-left: 80px;
}

.product-cart {
    float: left;
    padding-right: 10px;
    padding-left: 20px;
}

.product-cart-product {
    float: left;
    padding-right: 10px;
    /*padding-left: 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-action-box {
    clear: both;
    border: solid 5px #777;
    background-color: #9e9d9f;
}

.product-action-box-message {
    padding: 10px;
}

    .product-action-box-message span {
        font-family: 'Avenir';
        font-size: 18px;
        color: #ffffff;
    }



.product-image-container {
    text-align: center;
    vertical-align: middle;
}

    .product-image-container img {
        /* border: 1px solid #cccccc;*/
        padding: 10px;
    }


.product-detail-addon-container-header {
    clear: both;
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
}

    .product-detail-addon-container-header span {
        font-size: 18px;
        font-family: Avenir;
        color: #000000;
    }

.product-detail-addon-container {
    clear: both;
    width: 100%;
    padding: 10px;
}

.product-detail-addon-container-item-spacer {
    display: table-cell;
    width: 20px;
    height: 150px;
}

.product-detail-addon-container-item {
    display: table-cell;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    /*border-right: solid 1px #cccccc;*/
    padding: 10px;
    border: 1px solid #444444;
}

.product-detail-addon-container-item-img {
    text-align: center;
    vertical-align: middle;
}

.product-detail-addon-container-item-desc {
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    color: #000000;
}

    .product-detail-addon-container-item-desc a {
        text-decoration: none;
        color: #000000;
    }

.product-detail-addon-container-item-price {
    text-align: left;
    padding-top: 5px;
}

    .product-detail-addon-container-item-price span {
        font-size: 16px;
        font-family: Avenir;
        color: #000000;
    }

.product-detail-addon-container-item-include {
    padding-top: 5px;
    color: #000000;
}

.product-thumb-container {
    clear: both;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    display: inline-block;
    /* border:1px solid #ff0000;*/
}

.product-thumb {
    float: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
    /*padding-left: 10px;*/
}

.thumbnail-spacer {
    float: left;
    /*display: table-cell;*/
    width: 5px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.product-detail-desc-container {
    color: #000000;
    clear: both;
    padding-top: 20px;
    background: #ffffff;
    /*padding-left: 20px;*/
    padding-right: 20px;
    padding-bottom: 20px;
}

.product-size {
    font-family: Avenir;
    width: 320px !important;
    height: 34px;
    padding: 5px;
    border: 1px solid #cccccc;
    font-size: 15px;
    float: left;
}

.product-wotemp {
    font-family: Avenir;
    width: 320px !important;
    height: 34px;
    padding: 5px;
    border: 1px solid #cccccc;
    font-size: 15px;
    float: left;
}

.add-bag-button-product {
    background-color: #3a9518;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border: #cccccc solid 1px;
    cursor: pointer;
    font-size: 15px;
    width: 100px;
    text-align: center;
}

.product-summary-container {
    width: 100%;
    display: block;
    clear: both;
    color: #444444;
}

/*Login Page Container*/
.loginpage-container {
    max-width: 100%;
    margin: 0 auto;
    /*padding-top: 30px;*/
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.signin-container {
    /*width: 370px;*/
    text-align: center;
    display: inline-block;
    margin:10px;
}

.signup-container {
    clear: both;
    /*width: 90%;*/
    text-align: center;
    display: inline-block;
}

.signin-container-header {
    color: #444444;
    font-family: Avenir;
    font-size: 24px;
}

.signin-container-content {
    background-color: #f7f7f7;
    border: #cccccc 1px solid;
    margin-top: 20px;
    box-shadow: 10px 10px 5px #888888;
    padding-top: 20px;
}

.signin-container-content-row {
    text-align: center;
    padding-top: 10px;
}

.signin-container-content-control-row {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 30px;
}

.signup-container-header {
    color: #444444;
    font-family: Avenir;
    font-size: 24px;
}

.signup-container-content {
    background-color: #f7f7f7;
    border: #cccccc 1px solid;
    margin-top: 20px;
    box-shadow: 10px 10px 5px #888888;
    padding-top: 20px;
}

.signup-container-content-row {
    text-align: center;
    padding-top: 10px;
    display: inline-block;
}

.signup-container-content-control-row {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 35px;
}

.signup-container-content-row-header {
    text-align: left;
    padding-bottom: 5px;
}

    .signup-container-content-row-header span {
        font-weight: bold;
        font-size: 14px;
        color: #444444;
    }

.signup-container-content-column1 {
    float: left;
}

.signup-container-content-column2 {
    float: left;
    margin-left: 10px;
}

.signup-container-content-column12 {
    clear: both;
}

.vertical-spacer-10 {
    height: 10px;
    clear: both;
}

.vertical-spacer-30 {
    height: 30px;
    clear: both;
}

#createaccount {
    color: #0094ff;
    font-family: Arial;
    font-size: 14px;
    cursor: pointer;
}

/*checkout page*/



.input-text-300 {
    width: 300px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.input-text-email {
    width: 330px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.input-text-420 {
    width: 340px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.ddl-text-420 {
    width: 340px;
    height: 35px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.ddl-text-400 {
    width: 350px;
    height: 35px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.input-text-upper-address-200 {
    width: 340px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}

.input-text-upper-420 {
    width: 300px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}

.input-textarea-420 {
    width: 320px !important;
    padding: 3px;
    direction: rtl;
}

.ddlcommon {
    border: 1px solid #cccccc;
    width: 170px;
}

.ddlcommon-full-width {
    width: 430px;
}

.ddlcommon-pop-width {
    width: 170px;
}

.input-text-200 {
    width: 200px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.input-text-50 {
    width: 50px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.input-text-upper-300 {
    width: 300px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}

.input-text-upper-200 {
    width: 160px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}

.assembly-commonbutton {
    background-color: #7e7e80;
    height: 30px;
    color: #ffffff;
    border: #444444 solid 1px;
    cursor: pointer;
    font-size: 15px;
    width: 100px;
}

.co-main-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.co-container-loader {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #d3d0cd;
    clear: both;
}

.co-address-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #d3d0cd;
    clear: both;
}

.co-container-bill-container-left {
    float: left;
    text-align: left;
    background-color: #d3d0cd;
    clear: both;
}

.co-container-bill-container-right {
    float: left;
    text-align: left;
    background-color: #d3d0cd;
    clear: both;
}

.co-container-bill-container-item-left {
    padding-left: 10px;
    padding-top: 10px;
}

.co-container-bill-container-item-right {
    padding-left: 10px;
    padding-top: 10px;
}

.co-container-bill-title {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
    padding-bottom: 10px;
    font-size: 16px;
}

.co-container-bill-name {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
    font-size: 18px;
}

.co-container-bill-company {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.co-container-bill-street {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.co-container-bill-citystatezip {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.co-container-bill-country {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.co-container-item {
    clear: both;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

.co-container-item-header {
    float: left;
    clear: both;
    width: 100%;
    background: #444444;
    display: inline-block;
    height: 30px;
}

.co-container-item-header-desc {
    width: 50%;
    float: left;
    text-align: left;
}

.co-container-item-header-qty {
    width: 10%;
    float: left;
    text-align: left;
}

.co-container-item-header-price {
    width: 20%;
    float: left;
    text-align: right;
}

.co-container-item-header-subtotal {
    width: 20%;
    float: left;
    text-align: right;
}

.co-item-header-title {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.co-item-header-title-subtotal {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 10px;
}

.co-item-header-title-desc {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

.co-container-item-content-even {
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    background-color: #f0f0f0;
}

.co-container-item-content-odd {
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    background-color: #d3d0cd;
}

.co-container-item-content-col1 {
    width: 100px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    height: 100px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    vertical-align: middle;
}

.co-container-item-content-col2 {
    float: left;
    text-align: left;
    margin-top: 10px;
    width: 100%;
}

.co-container-item-content-col2-desc {
    width: 100%;
    float: left;
    text-align: left;
    color: #444444;
    text-wrap: normal;
}

.co-container-item-content-col2-desc-code {
    clear: both;
    padding-left: 10px;
}

    .co-container-item-content-col2-desc-code span {
        color: #444444;
        font-weight: bold;
    }

.co-container-item-content-col2-desc-text {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
}

.co-container-item-content-col2-qty {
    float: left;
    text-align: left;
    color: #444444;
    padding-top: 5px;
    width: 5%;
}

.co-container-item-content-col2-img {
    float: left;
    text-align: left;
    color: #444444;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    width: 5%;
}

.textarea {
    width: 90%;
}

.textbox {
    border: 1px solid #cccccc;
    height: 20px;
    padding: 5px;
}

.co-container-item-content-col2-price {
    width: 20%;
    float: left;
    text-align: right;
    color: #444444;
    padding-top: 5px;
    clear: both;
}

.co-container-item-content-col2-subtotal {
    width: 20%;
    float: left;
    text-align: right;
    color: #444444;
    padding-top: 5px;
    padding-right: 10px;
}

.co-container-item-content-col2-subtotal-text {
    padding-right: 10px;
}


.co-container-item-total {
    width: 100%;
    clear: both;
    text-align: right;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.co-container-item-total-value {
    float: right;
    padding-left: 10px;
    margin-right: 10px;
    clear: both;
}

    .co-container-item-total-value span {
        font-family: Avenir;
        font-size: 22px;
        font-weight: bold;
        color: #444444;
    }

.co-container-item-total-text span {
    font-family: Avenir;
    font-size: 20px;
    color: #444444;
}

.co-container-item-total-text {
    float: right;
    padding-left: 10px;
}

.co-payment-container {
    width: 100%;
    clear: both;
    display: inline-block;
    padding-bottom: 20px;
}

.co-payment-container-title {
    width: 100%;
    clear: both;
    text-align: left;
    background-color: #444444;
    display: inline-block;
}

    .co-payment-container-title h3 {
        color: #ffffff;
        padding: 10px;
        margin: 0;
    }

.co-payment-container-item {
    width: 100%;
    clear: both;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    text-align: left;
    color: #444444;
}

.co-payment-container-action {
    width: 100%;
    clear: both;
    display: inline-block;
    padding-top: 20px;
    float: left;
    text-align: center;
}

.vc-container-item-content-col2-img {
    padding-top: 15px;
    padding-left: 5px;
    float: left;
}

.co-payment-container-item-text {
    float: left;
    width: 150px;
    color: #444444;
    height: 30px;
    display: inline-block;
    clear: both;
}

    .co-payment-container-item-text span {
        vertical-align: middle;
        height: 30px;
        display: table-cell;
    }

.co-payment-container-item-value {
    float: left;
    clear: both;
}


.filtercontainer {
    background-color: #000000;
    top: 80px;
    background-color: rgba(0,0,0,0.8);
    height: auto;
    margin-left: 0px;
    z-index: 100;
    position: fixed;
    width: 100%;
}




.filter-indicator-float-container {
    top: 80px;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    height: auto;
    margin-left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.filter-indicator-submit-button {
    top: 400px;
    margin-left: 35%;
    position: fixed;
}

.filter-indicator {
    margin-top: 100px;
    margin-left: -20px;
}

.filter-indicator-message {
    margin-left: 20px;
}


    .filter-indicator-message span {
        color: #ffffff;
        font-size: 14px;
        font-family: Avenir;
    }

.filter-container {
    float: right;
    padding-left: 10px;
    padding-top: 5px;
}

/*mobile filter css*/
.filtercontainer-scroll {
    display: block;
    width: 100%;
    height: 90vh;
    /*border:1px solid #ff0000;*/
    overflow-y: scroll;
    padding-bottom: 50px;
}

.filter-content {
    display: block;
    padding-top: 50px;
}

.filter-content-body {
    display: table-cell;
    padding-bottom: 50px;
}

.filter-header {
    /*background-color: #000000;*/
    position: fixed;
    width: 70%;
}

.filter-header-count {
    float: left;
}

.filter-header-action {
    float: right;
    padding-top: 13px;
    padding-right: 15px;
    padding-top: 10px;
}

.filter-header-count p {
    padding-left: 10px;
}

.checkbox-head {
    clear: both;
    display: inline-block;
}

.checkbox-child {
    clear: both;
    padding-left: 15px;
    padding-top: 5px;
    display: inline-block;
}

.checkbox-child-item {
    clear: both;
}

    .checkbox-child-item span {
        color: #ffffff;
        margin-bottom: 10px;
    }

.checkbox-child-item-text {
    float: left;
    padding-top: 3px;
}

.checkbox-child-item-check {
    float: left;
    padding-bottom: 2px;
}

.checkbox-head-left {
    float: left;
    padding-left: 14px;
    width: 250px;
}

    .checkbox-head-left span {
        color: #ffffff;
        font-size: 18px;
    }

.checkbox-head-right {
    float: right;
}

    .checkbox-head-right img {
        cursor: pointer;
        width: 20px;
        height: 20px;
    }


.price-filter-container {
    padding-top: 20px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    clear: both;
}

    .price-filter-container span {
        color: #ffffff;
    }

.dropdown-container {
    clear: both;
    padding-left: 20px;
}

    .dropdown-container select {
        clear: both;
        display: block;
    }

.dropdown-filter-container {
    width: 300px;
}

.spacer {
    clear: both;
    height: 30px;
}



.sfilterblock {
    display: inline-block;
    background-color: #e0e0e0;
    padding: 3px;
    width: auto;
    height: 25px;
    border: 1px solid #cccccc;
    margin: 5px;
    cursor: pointer;
    vertical-align: top;
}

.sfilter-left {
    float: left;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.sfilter-right {
    float: left;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-right: 2px;
}

.sfilter-right-text {
    color: #444444;
    font-size: 12px;
    text-decoration: none;
}

.homeblock {
    float: left;
    background-color: #ffffff;
    padding: 20px;
    width: auto;
    /*height: 130px;*/
}

.clearfilterblock {
    display: inline-block;
    background-color: #ffffff;
    padding: 3px;
    width: auto;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    vertical-align: top;
    color: #0094ff;
    font-size: 12px;
}

#loadingDiv {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(102, 102, 102);
    z-index: 30001;
    opacity: 0.8;
}

/*mobile filter css end*/



.vc-main-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.vc-container-loader {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #d3d0cd;
}

.vc-container {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.vc-container-header {
    clear: both;
    width: 100%;
    display: inline-block;
}

.vc-container-header-left {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.vc-container-header-right {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.vc-container-header-right-item {
    padding-left: 10px;
    float: right;
}

.vc-container-item {
    clear: both;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}

.vc-container-item-header {
    float: left;
    clear: both;
    width: 100%;
    background: #314555;
    display: inline-block;
    height: 30px;
}


.vc-container-header-center {
    padding-left: 10px;
    text-align: center;
}

.vc-container-header-left span {
    font-family: Avenir;
    font-size: 16px;
    color: #444444;
}

.vc-container-header-center span {
    font-family: Avenir;
    font-size: 24px;
    color: #444444;
}

.vc-container-item-header-img {
    width: 75px;
    float: left;
    text-align: left;
}

.vc-container-item-header-desc {
    float: left;
    text-align: left;
    width: 70%;
}

.sales-container-item-header-desc {
    width: 550px;
    float: left;
    text-align: left;
}

.vc-container-item-header-qty {
    width: 100px;
    float: left;
    text-align: left;
}


.vc-container-item-header-price {
    width: 200px;
    float: left;
    text-align: right;
}

.vc-container-item-header-subtotal {
    width: 200px;
    float: left;
    text-align: right;
}

.vc-container-item-header-action {
    width: 50px;
    float: left;
    text-align: right;
}

.cat-container-item-header-desc {
    width: 750px;
    float: left;
    text-align: left;
}

.vc-container-item-content-even {
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    background-color: #f0f0f0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.vc-container-item-content-odd {
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    background-color: #d3d0cd;
    padding-top: 5px;
    padding-bottom: 5px;
}

.vc-container-item-content-col1 {
    width: 75px;
    height: 75px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    vertical-align: middle;
}

.vc-container-item-content-col2 {
    float: left;
    text-align: left;
    margin-top: 10px;
    width: 70%;
}

.vc-container-item-content-col2-desc {
    float: left;
    text-align: left;
    color: #444444;
    text-wrap: normal;
}

.anchor {
    text-decoration: none;
}

.anchorblue {
    text-decoration: none;
    color: #0094ff;
    font-size: 12px;
    cursor: pointer;
}

.vc-container-item-content-col2-desc-code {
    clear: both;
    padding-left: 10px;
}

    .vc-container-item-content-col2-desc-code span {
        color: #444444;
        font-weight: bold;
    }

.vc-container-item-content-col2-desc-text {
    clear: both;
    padding-top: 5px;
    padding-left: 10px;
}

.sales-container-item-content-col2-desc-text {
    clear: both;
    padding-left: 10px;
}

.vc-container-item-content-col2-mul {
    float: left;
    text-align: left;
    color: #444444;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

    .vc-container-item-content-col2-mul span {
        color: #444444;
    }

.vc-container-item-content-col2-qty {
    float: left;
    text-align: left;
    color: #444444;
    padding-left: 10px;
    padding-top: 14px;
}

.sales-container-item-content-col2-qty {
    width: 250px;
    float: left;
    text-align: left;
    color: #444444;
}

.vc-container-item-content-col2-price {
    float: left;
    text-align: right;
    color: #444444;
    padding-top: 15px;
    padding-left: 15px;
}

.sales-container-item-content-col2-price {
    width: 200px;
    float: left;
    text-align: left;
    color: #444444;
}

.sales-item-container-item-content-col2-price {
    width: 200px;
    float: left;
    text-align: left;
    color: #444444;
    margin-top: 10px;
}

.id-item-container-item-content-col2-price {
    width: 100px;
    float: left;
    text-align: left;
    color: #444444;
    margin-top: 10px;
}

.vc-container-item-content-col2-subtotal {
    float: right;
    text-align: right;
    color: #444444;
    padding-top: 15px;
    padding-left: 15px;
}

.sales-container-item-content-col2-subtotal {
    width: 100px;
    float: left;
    text-align: left;
    color: #444444;
}

.vc-container-item-content-col3 {
    width: 5%;
    float: left;
    text-align: right;
    cursor: pointer;
    margin-top: 5px;
}

.sales-container-item-content-col3 {
    width: 170px;
    float: left;
    text-align: right;
    cursor: pointer;
    margin-top: 10px;
}

.sales-item-container-item-content-col3 {
    width: 100px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.sales-container-item-content-col3-center {
    width: 150px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.vc-container-item-total {
    width: 100%;
    clear: both;
    text-align: right;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc-container-item-total-value {
    float: right;
    padding-left: 10px;
    margin-right: 30px;
}

    .vc-container-item-total-value span {
        font-family: Avenir;
        font-size: 22px;
        font-weight: bold;
        color: #444444;
    }

.vc-container-item-total-text span {
    font-family: Avenir;
    font-size: 22px;
    color: #444444;
}

.vc-container-item-total-text {
    float: right;
    padding-left: 10px;
}

.vc-container-promotion {
    width: 100%;
    clear: both;
    text-align: left;
    display: inline-block;
    padding-bottom: 10px;
}

.vc-container-promotion-label {
    float: left;
    padding-left: 10px;
}

    .vc-container-promotion-label span {
        font-family: Avenir;
        font-size: 18px;
        font-weight: bold;
        color: #444444;
    }

.vc-container-promotion-text {
    float: left;
    padding-left: 10px;
}

.vc-container-promotion-button {
    float: left;
    padding-left: 10px;
}

.vc-container-bill-container-strip {
    float: left;
    background-color: #314555;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    height: 40px;
    padding-top: 10px;
}

.vc-container-bill-container-strip-left {
    float: left;
    text-align: left;
}

    .vc-container-bill-container-strip-left span {
        font-family: Avenir;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        padding: 10px;
    }

.vc-container-bill-container-strip-right {
    float: right;
    text-align: right;
}

.vc-container-bill-container-strip-right-control {
    padding-right: 10px;
    float: left;
}

.vc-container-bill-container {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    display: inline-block;
    background-color: #d3d0cd;
}

.vc-container-ship-container {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    display: inline-block;
    background-color: #d3d0cd;
}

.vc-container-delivery-container {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    display: inline-block;
    background-color: #d3d0cd;
}

.vc-container-bill-container-item {
    padding-left: 10px;
}

.vc-container-ship-container-even {
    float: left;
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    width: 300px;
    height: 130px;
}

.vc-container-ship-container-odd {
    float: left;
    margin: 10px;
    padding: 10px;
    background-color: #f0f0f0;
    width: 300px;
    height: 130px;
}

.input-text-50 {
    width: 30px;
    height: 25px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.txtcenter {
    text-align: center;
}

#price {
    color: #000000;
}

#lblSalesMeasure {
    color: #000000;
}

.vc-container-bill-name {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.vc-container-bill-company {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.vc-container-bill-street {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.vc-container-bill-citystatezip {
    float: left;
    clear: both;
    padding-top: 5px;
    color: #444444;
}

.vc-container-bill-country {
    float: left;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #444444;
}

.emptycart {
    font-family: Avenir;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
}

.promotionmessage {
    color: red;
}

.bill-container {
    display: none;
}

.editbill-container-content {
    float: left;
    background-color: #f7f7f7;
    border: #cccccc 1px solid;
    margin-top: 5px;
    box-shadow: 10px 10px 5px #888888;
    width: 330px;
}

.editbill-container-content-row-header {
    text-align: left;
    padding-bottom: 5px;
}

    .editbill-container-content-row-header span {
        font-weight: bold;
        font-size: 14px;
        color: #444444;
    }

.editbill-container-content-control-row {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 35px;
}

.editbill-container-content-column1 {
    float: left;
}

.editbill-container-content-column2 {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 5px;
    text-align: left;
}

.editbill-container-content-column12 {
    clear: both;
}

.editbill-container-content-row {
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    padding-left: 10px;
}


.vc-container-delivery-container-even {
    float: left;
    background-color: #d3d0cd;
    margin: 5px;
    clear: both;
}

.vc-container-delivery-container-odd {
    float: left;
    background-color: #d3d0cd;
    margin: 5px;
    clear: both;
}

.vc-container-bill-container-left {
    float: left;
    margin-top: 5px;
}

.vc-container-bill-container-right {
    float: left;
}

.imgbtn {
    cursor: pointer;
}

.addtocart-container-count {
    float: left;
}



.addtocart-container-search-button {
    float: left;
    padding-top: 7px;
    padding-right: 15px;
    cursor: pointer;
}

.addtocart-container-search-img {
    float: left;
    padding-right: 5px;
    padding-top: 5px;
}

.vc-item-header-title {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.vc-item-header-title-desc {
    font-family: Avenir;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

.vc-container-item-header-qty {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    float: left;
    text-align: left;
    display: none;
}



.vc-item-header-subtotal {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 10px;
}

.vc-container-item-header-price {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 200px;
    float: left;
    text-align: right;
    display: none;
}

.vc-container-item-header-subtotal {
    font-family: Avenir;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 200px;
    float: left;
    text-align: right;
    display: none;
}

.vc-container-item-header-action {
    width: 50px;
    float: left;
    text-align: right;
}

.commonbutton {
    height: 25px !important;
    font-size: 12px !important;
}

.myaccount-container {
    /*width: 100%;
    display: inline-block;
    padding-top: 180px;*/
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.account-row {
    width: 100%;
    clear: both;
}

.account-col {
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    height: 100px;
    width: 300px;
    padding-top: 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}

.account-col-spacer {
    float: left;
    padding-left: 30px;
}

.account-col-left {
    float: left;
    width: 100px;
    text-align: center;
}

.account-col-right {
    float: left;
    width: 200px;
}

.account-col-right-row {
    clear: both;
    display: inline-block;
    color: #444444;
}

.pageheader {
    width: 200px;
    clear: both;
    padding: 10px;
    padding-left: 20px;
    font-size: 24px;
    color: #444444;
}

.tabcontent {
    width: 100% !important;
}

.hyperlink {
    color: #0094ff;
    font-size: 16px;
    cursor: pointer;
}

.order-row-col {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
}

.order-row-col-sep {
   display:none;
}

.searchbutton {
    background-color: #3a9518;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border: #cccccc solid 1px;
    cursor: pointer;
    font-size: 18px;
    width: 100px;
}

.searchtext {
    width: 195px !important
}
.dropdownsearch {
    border: 1px solid #cccccc;
    height: 34px;
    padding: 3px;
    width: 200px;
}

.advsearchwidth {
    width: 200px !important;
}

.new-row-label {
    float: left;
    padding-top: 10px;
    width: 70px;
}

.order-row-new {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
}


.order-row-new-col-row {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
}

.order-row-adv {
    clear: both;
    display: inline-block;
    background-color: #f7f7f7;
    margin-top: 10px;
    padding:20px;
}

.order-row {
    /*width: 1240px;*/
    clear: both;
    display: inline-block;
    background-color: #f7f7f7;
    /*padding: 10px;
    border: 1px solid #cccccc;*/
    margin-top: 10px;
    width: 100%;
}

.speceficdate {
    display: block;
    clear: both;
    padding-left: 80px;
    padding-top: 10px;
}

.rangedate {
    display: block;
    clear: both;
    padding-left: 80px;
    padding-top: 10px;
}

.amt1 {
    display: block;
    padding-left: 80px;
    clear:both;
    padding-top:5px;
}

.amt2 {
    display: block;
    padding-left: 80px;
    clear: both;
}

.amt3 {
    display: block;
    padding-left: 120px;
    padding-top: 5px;
}


.price1 {
    display: block;
    padding-left: 80px;
    clear: both;
    padding-top: 5px;
}

.price2 {
    display: block;
    padding-left: 80px;
    clear: both;
}

.price3 {
    display: block;
    padding-left: 120px;
    padding-top: 5px;
}

.order-row-head {
    /*width: 1240px;*/
    clear: both;
    display: inline-block;
    padding: 10px;
}

.order-row-details {
    /*width: 1240px;*/
    clear: both;
    display: inline-block;
    /*padding-right:10px;*/
    background-color:#ffffff;
    width:100%;
}

.order-row-detail-odd {
    /*width: 1240px;*/
    clear: both;
    background-color: #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    width:100%;
}

.order-row-detail-even {
    /*width: 1240px;*/
    clear: both;
    background-color: #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

.vc-container-item-content-plain {
    float: left;
    clear: both;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc-container-item-content-colimg {
    /*width: 20%;*/
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    /*height: 100px;*/
    /*border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;*/
    vertical-align: middle;
}

.order-image {
    float: left;
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
}

.order-desc {
    float: left;
    /*width: 760px;*/
    margin-top: 10px;
    width: 60%;
}
.order-qty-other {
    clear:both;
    display:block;
    /*width: 760px;*/
    margin-top: 10px;
    width: 100%;
}

.order-serial-info {
    float: left;
    /*width: 760px;*/
    width: 60%;
}

.order-code {
    clear: both;
    /*width: 760px;*/
}

.order-description {
    clear: both;
    /*width: 760px;*/
    padding-top: 10px;
}

.order-qty {
    float: left;
    width: 30%;
    font-size: 18px;
    margin-top: 10px;
    padding-left: 10px;
}

.order-amount {
    float: right;
    width: 35%;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
    margin-top: 10px;
}
.order-add-to-cart {
    display: block;
    clear: both;
    float: right;
    /*width: 150px;*/
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    /*margin-right: 10px;*/
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.hideinmob{
    display:none;
}

.order-serial-info-col1{
    padding-top:10px;
}
.order-serial-info-col3 {
    padding-top: 10px;
}

.order-header-col-hist-freeflow {
    display: block;
    clear: both;
    padding-bottom: 10px;
    margin-left: 5px;
}

.order-price {
    float: left;
    width: 30%;
    font-size: 18px;
    margin-top: 10px;
}

.orderpaid {
    background-color: #3a9518;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    width:70px;
}

.ordernotpaid {
    background-color: red;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    width: 70px;
}

.order-header-col {
    float: left;
    width: 48%;
    padding-bottom: 15px;
}

.order-header-col-hist {
    float: left;
    width: 48%;
    padding-bottom: 15px;
}

.order-header-col-row-text {
    width: 100%;
    clear: both;
    display: inline-block;
    color: #78787b;
    font-size: 16px;
}

.order-header-col-row-value {
    width: 100%;
    clear: both;
    display: inline-block;
    color: #444444;
    font-size: 14px;
}

.discountprice {
    color: #c00 !important;
    font-size: 14px !important;
}

.rebatecontainer {
    display: inline-block;
    width: 100%;
}

.cartbutton {
    background-color: #888888;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border: #cccccc solid 1px;
    cursor: pointer;
    font-size: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .cartbutton:hover {
        background-color: #3a9518;
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #ffffff;
        border: #cccccc solid 1px;
        cursor: pointer;
        font-size: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

.rebatelink {
    color: #444444;
    font-family: 'Avenir';
    font-size: 16px;
    text-decoration: none;
}

    .rebatelink:hover {
        color: #3a9518;
        font-family: 'Avenir';
        font-size: 16px;
        text-decoration: none;
    }

.rebatetext {
    color: #000000;
    font-family: 'Avenir';
    font-size: 14px;
    text-decoration: none;
}

.rebatetitle {
    display: block;
    border-bottom: 1px solid #888888;
    height: 30px;
    width: 100%;
    padding-top: 15px;
}


.rebatetitletext {
    font-size: 24px;
    color: #444444;
    font-family: 'Avenir';
}

.rebatetitledetails {
    display: inline-block;
    padding: 10px;
}

.rebatetitlerow {
    display: block;
    padding-top: 10px;
}

.rebatetitlerowmedia {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    color: #444444;
    font-family: 'Avenir';
}

.catblock {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px;
    width: 120px;
    height: 100px;
    /*border: 1px solid #cccccc;*/
    margin: 10px;
    cursor: pointer;
    vertical-align: top;
}



.catblock-left {
    clear: both;
    display: block;
    text-align: center;
}

.catblock-right {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.catblock-right-head {
    clear: both;
}

.catblock-right-head-span {
    color: #444444 !important;
    font-size: 12px;
}

    .catblock-right-head-span ::after hover {
        color: #3a9518 !important;
        font-size: 12px;
    }


/*to remove the zoom effect on product page*/
.zoomContainer {
    display: none;
    cursor: -webkit-zoom-in !important;
}

/*to enable scroll over image on product page*/
#img1 {
    pointer-events: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
