﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

img
{
    /*max-width: 100%;*/
    height: auto;
    width: auto\9; /* ie8 */
}
/* set image max width to 100% */
img
{
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
}


@font-face
{
    font-family: 'Roboto', sans-serif;
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fontsroboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/************************************************************************************/

body
{
    padding: 0;
    margin: 0;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: url(../images/main-bg.jpg) repeat;
}

.clear_fix
{
    clear: both;
    padding: 0;
    margin: 0;
}

.mian-wrapper
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    background: url(../images/warpper-bg.png) repeat-x top;
    font-family: 'Roboto', sans-serif;
}

.top-area
{
    position: fixed;
    width: 100%;
    z-index: 2;
}

.headpart
{
    float: left;
    width: 100%;
    padding: 24px 0 30px 0;
    margin: 0;
    height: auto;
    display: table;
    background: #1e325b; /* Old browsers */
    background: -moz-linear-gradient(top, #1e325b 0%, #0c1e41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e325b), color-stop(100%,#0c1e41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e325b 0%,#0c1e41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e325b 0%,#0c1e41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e325b 0%,#0c1e41 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e325b 0%,#0c1e41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e325b', endColorstr='#0c1e41',GradientType=0 ); /* IE6-9 */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.headpart_s
{
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    height: auto;
    display: table;
    background: #1e325b; /* Old browsers */
    background: -moz-linear-gradient(top, #1e325b 0%, #0c1e41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e325b), color-stop(100%,#0c1e41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e325b 0%,#0c1e41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e325b 0%,#0c1e41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e325b 0%,#0c1e41 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e325b 0%,#0c1e41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e325b', endColorstr='#0c1e41',GradientType=0 ); /* IE6-9 */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.headerArea
{
    width: 1006px;
    padding: 0;
    margin: 0 auto;
}

.logo
{
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    float: left;
}

.search
{
    padding: 0;
    margin: 17px 0 0 26px;
    float: left;
    width: 300px;
    background: #f8f8f8;
    display: table;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
}

    .search input
    {
        padding: 10px 0;
        margin: 0 0 0 2%;
        float: left;
        width: 88%;
        background: none;
        border: none;
        color: #8d8d8d;
        height: 20px;
        /*line-height:40px;*/
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }

.search_desk input
{
    margin: 0 !important;
    text-indent: 10px;
}

.search .search-icon
{
    padding: 0;
    margin: 7px 0 0 0;
    width: 10%;
    float: left;
}

.head-right
{
    padding: 0;
    margin: 0;
    float: right;
}

.currancy
{
    padding: 0;
    margin: 25px 0 0 0;
    float: left;
    width: auto;
    position: relative;
    display: none;
}

    .currancy a
    {
        padding: 0 0 0 25px;
        margin: 0;
        float: left;
        width: auto;
        background: url(../images/currancy-icon.png) no-repeat left 1px;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        display: block;
        height: 20px;
    }

        .currancy a:after
        {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 100%; /*should be set to 100% */
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 7px solid #fff;
            margin-left: 3px;
        }

.language
{
    /*	padding:0;
	margin:25px 0 0 20px;
	float:left;
	width:auto;*/
    margin: 18px 0 0 0;
    padding: 0;
    float: left;
    width: auto;
}

.norecord
{
    text-align: center;
    padding: 50px 0;
    /* border: #CCC solid 1px; */
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
}

/*.language a{
	padding:0 0 0 20px;
	margin:0;
	float:left;
	width:auto;
	background:url(../images/language-icon.png) no-repeat left top;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	display:block;
	height:20px;
}

.language a:after{
	content:'';
	display:block;
	position:absolute;
	top:3px;
	left:100%; 
	top:5px;
	left:100%; 
	width: 0; height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #fff;
	margin-left:3px;
}
*/
.login
{
    padding: 0;
    margin: 25px 10px 0 10px;
    float: left;
    width: auto;
    position: relative;
}

    .login a
    {
        padding: 0 0 0 20px;
        margin: 0;
        float: left;
        width: auto;
        background: url(../images/login-icon.png) no-repeat left top;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        display: block;
        height: 20px;
    }

.SignUp
{
    padding: 0;
    margin: 25px 0 0 5px;
    float: left;
    width: auto;
    position: relative;
}

    .SignUp a
    {
        padding: 0 0 0 20px;
        margin: 0;
        float: left;
        width: auto;
        background: url(../images/sign-up-icon.png) no-repeat left top;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        display: block;
        height: 20px;
    }

.grid .SignUp a
{
    padding: 0 0 0 10px;
    margin: 0 28px;
    float: left;
    width: 63%;
    background: url(../images/sign-up-icon.png) no-repeat left top;
    font-size: 12px;
    color: #8fb721;
    text-decoration: none;
    display: block;
    height: 20px;
    font-weight: bold;
}



.user
{
    padding: 0 0;
    margin: 18px 0 0 25px;
    float: left;
    width: auto;
    position: relative;
    color: #fff;
    font-size: 13px;
    background: #ff6600;
    height: 28px;
    line-height: 28px;
    display: block;
}

    .user .username
    {
        padding: 0 10px;
        margin: 0;
        width: auto;
        float: left;
    }

    .user .logout
    {
        padding: 6px 5px;
        margin: 0;
        width: 16px;
        height: 16px;
        float: right;
        background: url(../images/logout-icon.png) no-repeat center center;
        display: block;
        cursor: pointer;
    }

.logout
{
    padding: 0;
    margin: 25px 10px 0 25px;
    float: left;
    width: auto;
    position: relative;
    color: #fff;
    font-size: 12px;
}

.items
{
    padding: 28px 0 0 79px;
    margin: 0 0 0 20px;
    float: left;
    width: 119px;
    height: 41px;
    /*background: url(../images/items-bg.png) no-repeat left center;*/
    background: url(../images/bg_cart.png) no-repeat left center;
    color: #ef4923;
    display: block;
    font-size: 13px;
    position: relative;
}

    .items span
    {
        color: #000;
        padding-left: 10px;
    }

.view-cart-box
{
    padding: 10px 0 0 0;
    margin: 0 0 0 -127px;
    float: left;
    width: 220px;
    position: absolute;
    top: 60px;
    background: #fff;
    color: #333333;
    z-index: 10;
}

    .view-cart-box .up-arrow
    {
        position: absolute;
        padding: 0;
        margin: -19px 0 0 0;
        width: 57%;
        background: url(../images/arrow-up.png) no-repeat center;
        height: 9px;
        display: block;
    }

    .view-cart-box .item
    {
        padding: 0 0 0 5px;
        margin: 0;
        float: left;
        width: 85px;
        display: block;
    }

        .view-cart-box .item img
        {
            width: 100%;
        }

    .view-cart-box .item-des
    {
        padding: 0 0 0 5px;
        margin: 0;
        float: left;
        width: 115px;
        display: block;
    }

        .view-cart-box .item-des h2
        {
            padding: 0 0 10px 0;
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            color: #8fb721;
        }

        .view-cart-box .item-des .cost
        {
            padding: 10px 0;
            margin: 0;
            color: #ff6600;
            font-weight: bold;
        }

    .view-cart-box .view-my-cart
    {
        padding: 0 0;
        margin: 0;
        font-weight: bold;
        width: 100%;
        float: left;
    }

        .view-cart-box .view-my-cart a
        {
            padding: 8px 0;
            margin: 0;
            color: #fff;
            font-weight: bold;
            background: #b1cc32;
            width: 100%;
            text-align: center;
            display: block;
        }

.headerArea_mobile
{
    display: none;
}

.middle-wrapper
{
    padding: 0;
    margin: 0 auto;
    margin-top: 185px;
    width: 1006px;
    display: block;
    min-height: 400px;
}

.add
{
    padding: 0;
    margin: 10px 0 20px 0;
    width: 100%;
    float: left;
}

    .add img
    {
        width: 100%;
    }

.best-sellers
{
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 10px 0;
}

    .best-sellers .head
    {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .best-sellers .head h1
        {
            padding: 0;
            margin: 0;
            width: 15%;
            float: left;
            font-size: 23px;
            color: #253b6a;
        }

        .best-sellers .head h2
        {
            padding: 0 0 0 30px;
            margin: 0;
            float: left;
            font-size: 20px;
            color: #fe4600;
            background: url(../images/eye-ball.png) no-repeat left center;
            font-weight: bold;
        }

        .best-sellers .head .line
        {
            padding: 0;
            margin: 6px 0 0 0;
            width: 76%;
            float: left;
            display: block;
        }

            .best-sellers .head .line img
            {
                width: 100%;
            }

        .best-sellers .head .view-all
        {
            padding: 0;
            margin: 0;
            float: right;
            display: block;
        }

    .best-sellers .products-area
    {
        width: 100%;
        padding: 0;
        margin: 10px 0;
        background: #fff;
        display: table;
        float: left;
    }

        .best-sellers .products-area .mainproducts
        {
            padding: 0;
            margin: 0 3px 0 0;
            float: left;
            list-style: none;
            width: 16.2%;
            position: relative;
            border: 1px solid #f5f5f5;
            cursor: pointer;
            box-sizing:border-box;
        }

            .best-sellers .products-area .mainproducts:last-child
            {
                margin: 0;
            }

            .best-sellers .products-area .mainproducts:hover
            {
                -webkit-box-shadow: 0px 0px 2px 0px rgba(255,102,0,1);
                -moz-box-shadow: 0px 0px 2px 0px rgba(255,102,0,1);
                box-shadow: 0px 0px 2px 0px rgba(255,102,0,1);
                -o-transition: .5s;
                -ms-transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                transition: .5s;
            }

            .best-sellers .products-area .mainproducts .product-img
            {
                padding: 0;
                margin: 0;
                float: left;
                width: 100%;
               min-height :161px;
            }

            .best-sellers .products-area .mainproducts .green-tag
            {
                padding: 0 10px;
                margin: 0;
                float: left;
                width: auto;
                background: url(../images/tag.png) no-repeat right top;
                height: 26px;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                color: #fff;
                line-height: 26px;
                font-size: 12px;
            }

            .best-sellers .products-area .mainproducts .coming-soon-tag
            {
                   padding: 30px 3px;
                    margin: 0;
                    float: left;
                    width: 84px;
                    background: url(../images/coming-soon-sticker.png) no-repeat right top;
                    height: 86px;
                    position: absolute;
                    right: 0;
                    bottom: 55px;
                    text-align: center;
                    color: #fff;
                    font-size: 12px;
                    box-sizing: border-box;
            }

            .best-sellers .products-area .mainproducts .product-img img
            {
                width: 100%;
                max-height:161px;
            }

            .best-sellers .products-area .mainproducts .product-content
            {
                padding: 20px 2% 10px 2%;
                margin: 0;
                float: left;
                width: 96%;
                color: #666666;
                font-size: 13px;
                background: #f3f3f3; /* Old browsers */
                background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 25%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(25%,#ffffff)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 25%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 25%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 25%); /* IE10+ */
                background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 25%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
                min-height:70px;
            }

                .best-sellers .products-area .mainproducts .product-content strong
                {
                    color: #7ca115;
                    font-size: 20px;
                    padding: 5px 0;
                    float: left;
                    clear: both;
                    font-weight: bold;
                    width: 100%;
                }

.green-section {
    float: left;
    width: 100%;
    padding:0;
    margin:0;
}

.green-section > .quantity > p input[type="button"] {
    background:#fe4600;
    color:#fff;
    padding:5px;
    outline:none;
    border:none;    
  
}

.btncolor {
     background:#fe4600;
    color:#fff;
    padding:5px;
    outline:none;
    border:none;
}
.popular-brands
{
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 10px 0;
}

    .popular-brands .head
    {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .popular-brands .head h1
        {
            padding: 0;
            margin: 0;
            width: 18%;
            float: left;
            font-size: 23px;
            color: #253b6a;
        }

        .popular-brands .head .line
        {
            padding: 0;
            margin: 6px 0 0 0;
            width: 82%;
            float: left;
            display: block;
        }

            .popular-brands .head .line img
            {
                width: 100%;
            }

    .popular-brands .products-area
    {
        width: 97.9%;
        padding: 1%;
        margin: 10px 0;
        background: #fff;
        border: 1px solid #f5f5f5;
        display: block;
        float: left;
    }

        .popular-brands .products-area ul
        {
            padding: 0;
            margin: 0;
            width: 100%;
            float: left;
        }

            .popular-brands .products-area ul li
            {
                padding: 0;
                margin: 0;
                float: left;
                list-style: none;
            }

                .popular-brands .products-area ul li a
                {
                    padding: 5px 10px;
                    margin: 0;
                    float: left;
                    background: url(../images/bullet.png) no-repeat left center;
                    color: #253b6a;
                    text-decoration: none;
                }

footer
{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    float: left;
    display: table;
    background: url(../images/footer-bg.png) repeat;
    color: #fff;
}

.footer-divider
{
    background: url(../images/footer-middle.jpg) repeat-x top;
    height: 29px;
    width: 100%;
    float: left;
}

.top-categories-wrapper
{
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    background: url(../images/top-categories-bg.jpg) repeat;
}

.top-categories
{
    width: 1006px;
    padding: 0;
    margin: 0 auto;
    display: table;
}

.top-categories-left-links
{
    width: 48%;
    min-width: auto;
    max-width: 75%;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
    display: table;
}

    .top-categories-left-links ul
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 45%;
    }

    .top-categories-left-links h2
    {
        padding: 0 0 10px 0;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .top-categories-left-links ul li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .top-categories-left-links ul li a
        {
            padding: 5px 0 5px 0;
            margin: 0;
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 13px;
            float: left;
            clear: both;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .top-categories-left-links ul li a:hover
            {
                padding: 5px 0 5px 10px;
            }

.top-brands-right-links
{
    width: 35%;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
    display: table;
}

    .top-brands-right-links ul
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
    }

    .top-brands-right-links h2
    {
        padding: 0 0 10px 0;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .top-brands-right-links ul li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .top-brands-right-links ul li a
        {
            padding: 5px 0 5px 0;
            margin: 0;
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 13px;
            float: left;
            clear: both;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .top-brands-right-links ul li a:hover
            {
                padding: 5px 0 5px 10px;
            }

.footer-wrapper
{
    width: 1006px;
    padding: 0;
    margin: 0 auto;
    display: table;
}

.main-links
{
    padding: 0;
    margin: 0;
    float: left;
    width: 18%;
    display: table;
}

    .main-links ul
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

    .main-links h2
    {
        padding: 0 0 10px 0;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .main-links ul li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .main-links ul li a
        {
            padding: 5px 0 5px 10px;
            margin: 0;
            background: url(../images/arrow-small.png) no-repeat left center;
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 13px;
            float: left;
            clear: both;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .main-links ul li a:hover
            {
                padding: 5px 0 5px 15px;
                background: url(../images/arrow-small.png) no-repeat 5px center;
            }

.main-links1
{
    padding: 0;
    margin: 0;
    float: left;
    width: 18%;
    display: table;
}

    .main-links1 ul
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

    .main-links1 h2
    {
        padding: 0 0 10px 0;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .main-links1 ul li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .main-links1 ul li a
        {
            padding: 5px 0 5px 10px;
            margin: 0;
            background: url(../images/arrow-small.png) no-repeat left center;
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 13px;
            float: left;
            clear: both;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .main-links1 ul li a:hover
            {
                padding: 5px 0 5px 15px;
                background: url(../images/arrow-small.png) no-repeat 5px center;
            }

.followus-links
{
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
    display: table;
}

    .followus-links h2
    {
        padding: 0 0 10px 0;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .followus-links ul li
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .followus-links ul li a
        {
            padding: 5px 0 5px 0;
            margin: 0;
            color: #fff;
            text-decoration: none;
            display: block;
            font-size: 13px;
            float: left;
            clear: both;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .followus-links ul li a span
            {
                padding: 0 6px 0 0;
                margin: 0;
                float: left;
                -o-transition: .5s;
                -ms-transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                transition: .5s;
            }

            .followus-links ul li a:hover span
            {
                padding: 0 10px 0 0;
                margin: 0;
                float: left;
            }

.footer-right
{
    padding: 0;
    margin: 0;
    float: right;
    width: 25%;
    display: table;
}

.sign-up
{
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: block;
}

    .sign-up a
    {
        padding: 0 0 0 30px;
        margin: 0;
        float: left;
        background: url(../images/envelop-ic.png) no-repeat left center;
        width: auto;
        display: block;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        height: 30px;
        line-height: 30px;
    }

.email
{
    padding: 0;
    margin: 10px 0;
    float: left;
    width: 100%;
    display: table;
}

    .email input
    {
        padding: 10px 2%;
        margin: 0;
        float: left;
        width: 79%;
        border: none;
        background: #fff;
        outline: none;
        font-size: 12px;
        color: #bcbcbc;
        height: 12px;
        display: block;
        font-family: 'Roboto', sans-serif;
    }

    .email .button
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 13%;
        height: auto;
        display: table;
    }

.phone-section
{
    padding: 20px 0 0 0;
    margin: 0;
    float: left;
    width: 100%;
    display: table;
}

    .phone-section .phone-icon
    {
        padding: 0 4% 0 0;
        margin: 0;
        float: left;
        width: auto;
    }

    .phone-section .phone-number
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 70%;
        font-size: 14px;
    }

        .phone-section .phone-number strong
        {
            padding: 0 0;
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            clear: both;
            width: 100%;
            display: block;
        }

.footer-line
{
    background: url(../images/footer-line.png) repeat-x top;
    height: 1px;
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    margin: 15px 0;
    display: block;
}

.footer-bottom
{
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.copy-rights
{
    width: auto;
    float: left;
    font-size: 12px;
}

    .copy-rights p
    {
        font-size: 12px;
        clear: both;
        padding: 3px 0;
    }

        .copy-rights p a
        {
            font-size: 12px;
            color: #fff;
            text-decoration: none;
        }

.bank-cards
{
    padding: 0;
    margin: 0;
    float: right;
    display: table;
}

    .bank-cards ul
    {
        padding: 0;
        margin: 0;
        float: left;
    }

        .bank-cards ul li
        {
            padding: 0 3px 0 0;
            margin: 0;
            list-style: none;
            float: left;
        }

            .bank-cards ul li:last-child
            {
                padding: 0 0 0 0;
            }

.container
{
    display: none !important;
}

.container-mobile-menu
{
    display: none;
}

/****************************** inner pages ******************************************************/

.bred-crumb
{
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    float: left;
}

    .bred-crumb a
    {
        color: #666666;
        text-decoration: none;
    }

    .bred-crumb span
    {
        color: #fe4600;
    }

    .bred-crumb .line
    {
        padding: 0;
        margin: 10px 0 0 0;
        width: 100%;
        background: url(../images/line.png) repeat-x left top;
        height: 10px;
        display: block;
        float: left;
    }

.filter-section
{
    padding: 0 0 10px 0;
    margin: 0;
    float: left;
    width: 18%;
    display: table;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

    .filter-section h1
    {
        padding: 0 0 0 10px;
        margin: 0;
        background: #a8c72e;
        height: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        font-weight: bold;
    }

    .filter-section .sections
    {
        padding: 0;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 90%;
        border-bottom: 1px solid #cccccc;
        display: table;
    }

        .filter-section .sections:last-child
        {
            border-bottom: none;
        }

        .filter-section .sections h2
        {
            padding: 0;
            margin: 0 0 7px 0;
            width: 100%;
            float: left;
            background: url(../images/minus.jpg) no-repeat right center;
            font-size: 14px;
            font-weight: bold;
            color: #666666;
            cursor: pointer;
        }

            .filter-section .sections h2.active
            {
                background: url(../images/plus.jpg) no-repeat right center;
            }

        .filter-section .sections p
        {
            padding: 0;
            margin: 2px 0;
            width: 100%;
            float: left;
        }

            .filter-section .sections p input[type=checkbox].css-checkbox
            {
                position: absolute;
                z-index: -1000;
                left: -1000px;
                overflow: hidden;
                clip: rect(0 0 0 0);
                height: 1px;
                width: 1px;
                margin: -1px;
                padding: 0;
                border: 0;
            }

                .filter-section .sections p input[type=checkbox].css-checkbox + label.css-label
                {
                    padding-left: 18px;
                    /*height:13px; */
                    display: inline-block;
                    /*line-height:13px;*/
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    font-size: 13px;
                    vertical-align: middle;
                    cursor: pointer;
                    clear: both;
                    float: left;
                }

                .filter-section .sections p input[type=checkbox].css-checkbox:checked + label.css-label
                {
                    /*background-position: 0 -13px;*/
                    background-image: url(../images/checked.jpg);
                }

label.css-label
{
    background-image: url(../images/un-checked.jpg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.product-list
{
    padding: 0;
    margin: 0;
    float: right;
    width: 80%;
    display: table;
}

.list-title
{
    padding: 0;
    margin: 13px 0;
    float: left;
    width: auto;
    font-size: 20px;
    color: #fe4600;
}

.sortby
{
    padding: 0;
    margin: 13px 0;
    width: auto;
    float: right;
}

.sortby-select
{
    border: 1px solid #d3d3d3;
    padding: 5px 3px;
    margin: 0;
    min-width: 80px;
    outline: none;
}

.main-products-container
{
    padding: 0;
    margin: 0;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.main-products
{
    padding: 0;
    margin: 1%;
    float: left;
    width: 98%;
    display: table;
}

.main-products-list
{
    padding: 0;
    margin: 0 3px 0 0;
    float: left;
    list-style: none;
    /*width: 24.4%;*/
    width: 100%;
    position: relative;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}

    .main-products-list:hover
    {
        -webkit-box-shadow: 0px 0px 2px 0px rgba(255,102,0,1);
        -moz-box-shadow: 0px 0px 2px 0px rgba(255,102,0,1);
        box-shadow: 0px 0px 2px 0px rgba(255,102,0,1);
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .main-products-list:last-child
    {
        margin: 0;
    }

    .main-products-list .product-img
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        min-height:192px;
    }

    .main-products-list .green-tag
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 78px;
        background: url(../images/tag.png) no-repeat left top;
        height: 26px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
    }

    .main-products-list .coming-soon-tag
    {
        padding: 30px 3px;
        margin: 0;
        float: left;
        width: 84px;
        background: url(../images/coming-soon-sticker.png) no-repeat right top;
        height: 86px;
        position: absolute;
        right: 0;
        bottom: 55px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        box-sizing: border-box;
    }

    .main-products-list .product-img img
    {
        width: 100%;
	max-height: 175px;
    }

    .main-products-list .product-content
    {
        padding: 20px 3%;
        margin: 0;
        float: left;
        width: 94%;
        color: #666666;
        font-size: 13px;
        background: #f3f3f3; /* Old browsers */
        background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 25%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(25%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 25%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 25%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 25%); /* IE10+ */
        background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 25%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        min-height: 70px;
    }

        .main-products-list .product-content strong
        {
            color: #7ca115;
            font-size: 20px;
            padding: 5px 0;
            float: left;
            clear: both;
            font-weight: bold;
            width: 100%;
        }

.load-more
{
    padding: 10px 0;
    margin: 30px 0 30px 0;
    float: left;
    width: 100%;
    border: 1px solid #cac8c8;
    background: #f5f5f5; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#d5d5d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#d5d5d5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%,#d5d5d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */
    color: #666;
    text-align: center;
}

.zoom-area
{
    padding: 2%;
    margin: 0;
    float: left;
    background: #f5f5f5;
    display: block;
    width: 96%;
}

    .zoom-area .zoom-section
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 55%;
        display: block;
        background: #fff;
        position: relative;
    }

        .zoom-area .zoom-section img
        {
            max-width: 100%;

        
        }

        .zoom-area .zoom-section .brand
        {
            position: absolute;
            padding: 0;
            margin: 0;
            left: 0;
            top: 0;
            display: block;
            width: 100px;
            z-index: 1;
        }


    .zoom-area .zoom-right-section
    {
        width: 42%;
        float: left;
        width: 40%;
        margin: 0 0 0 3%;
        padding: 0;
        display: block;
        position: relative;
    }


.zoom-right-section .coming-soon-tag
{
    padding: 30px 10px;
    margin: 0;
    float: left;
    width: 84px;
    background: url(../images/coming-soon-sticker.png) no-repeat right top;
    height: 86px;
    position: absolute;
    right: 7px;
    bottom: 96px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
}

.zoom-area .zoom-right-section h1
{
    color: #333;
    font-size: 20px;
    padding: 5px 0;
    margin: 0;
}

.zoom-area .zoom-right-section .stars
{
    padding: 10px 0;
    margin: 0;
    width: 100%;
    float: left;
    line-height: 18px;
    color: #fec751;
    font-size: 22px;
}

    .zoom-area .zoom-right-section .stars span
    {
        color: #999;
        font-size: 16px;
    }

.zoom-area .zoom-right-section .cost
{
    padding: 5px 0;
    margin: 0;
    width: 100%;
    float: left;
    color: #fe4600;
    font-size: 30px;
    font-weight: bold;
}

.zoom-area .zoom-right-section .links-section
{
    padding: 0;
    margin: 7px 0;
    width: 100%;
    float: left;
    color: #fe4600;
    font-weight: bold;
}

    .zoom-area .zoom-right-section .links-section .stock
    {
        padding: 0;
        margin: 0;
        width: auto;
        float: left;
    }

        .zoom-area .zoom-right-section .links-section .stock a
        {
            padding: 10px 0 10px 30px;
            margin: 0;
            width: auto;
            float: left;
            background: url(../images/tick.png) no-repeat left center;
            color: #767676;
            text-decoration: none;
            display: block;
            font-size: 12px;
        }

    .zoom-area .zoom-right-section .links-section .wish-list
    {
        padding: 0;
        margin: 0;
        width: auto;
        float: left;
    }

        .zoom-area .zoom-right-section .links-section .wish-list a
        {
            padding: 10px 0 10px 25px;
            margin: 0 0 0 20px;
            width: auto;
            float: left;
            background: url(../images/wishlist-icon.png) no-repeat left center;
            color: #767676;
            text-decoration: none;
            display: block;
            font-size: 12px;
        }

            .zoom-area .zoom-right-section .links-section .wish-list a:hover
            {
                background: url(../images/wishlist-icon_hg.png) no-repeat left center;
            }

.testCss
{
    background: url(../images/wishlist-added.png) no-repeat left center !important;
}

.inStockCss a
{
    padding: 10px 0 10px 30px;
    margin: 0;
    width: auto;
    float: left;
    background: url(../images/tick.png) no-repeat left center;
    color: green;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.outofstock a
{
    background: url(../images/outofstock.png) no-repeat left center !important;
    padding: 10px 0 10px 30px;
    margin: 0;
    width: auto;
    float: left;
    color: #767676;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.zoom-area .zoom-right-section .links-section .wish-listadded a
{
    background: url(../images/wishlist-added.png) no-repeat left center;
}

.zoom-area .zoom-right-section .links-section .write-review
{
    padding: 0;
    margin: 0;
    width: auto;
    float: left;
}

    .zoom-area .zoom-right-section .links-section .write-review a
    {
        padding: 10px 0 10px 25px;
        margin: 0 0 0 20px;
        width: auto;
        float: left;
        background: url(../images/write-review-icon.png) no-repeat left center;
        color: #767676;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }


.zoom-area .zoom-right-section .blog
{
    padding: 3%;
    margin: 7px 0;
    width: 94%;
    float: left;
    border: 1px solid #e1e1e1;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 41%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 41%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 41%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 41%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 41%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .zoom-area .zoom-right-section .blog .select-area
    {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        width: 100%;/*50%;*/
        float: left;
        border-bottom: 1px dashed #666666;
    }

        .zoom-area .zoom-right-section .blog .select-area .select
        {
            padding: 5px;
            margin: 5px 0;
            float: left;
            border: 2px solid #e5e5e5;
            outline: none;
            width: 92%;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    .zoom-area .zoom-right-section .blog .availability
    {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .zoom-area .zoom-right-section .blog .availability p
        {
            padding: 0 0 10px 0;
            margin: 0;
            width: 100%;
            float: left;
        }

        .zoom-area .zoom-right-section .blog .availability .pincode-field
        {
            padding: 0;
            margin: 0;
            width: 40%;
            float: left;
        }

            .zoom-area .zoom-right-section .blog .availability .pincode-field input
            {
                padding: 6px 2%;
                margin: 0;
                width: 96%;
                float: left;
                border: 1px solid #666666;
                font-size: 11px;
                font-family: 'Roboto', sans-serif;
                background: #fff;
                outline: none;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

        .zoom-area .zoom-right-section .blog .availability .availabilty-but
        {
            padding: 0;
            margin: 0 0 0 5px;
            width: auto;
            float: left;
        }

            .zoom-area .zoom-right-section .blog .availability .availabilty-but input
            {
                padding: 5px 10px;
                margin: 0;
                float: left;
                color: #5b7829;
                font-weight: bold;
                border: 1px solid #dddddd;
                font-size: 12px;
                font-family: 'Roboto', sans-serif;
                background: #fff;
                outline: none;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background: #fefdfd; /* Old browsers */
                background: -moz-linear-gradient(top, #fefdfd 0%, #e1e0e0 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdfd), color-stop(100%,#e1e0e0)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #fefdfd 0%,#e1e0e0 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #fefdfd 0%,#e1e0e0 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #fefdfd 0%,#e1e0e0 100%); /* IE10+ */
                background: linear-gradient(to bottom, #fefdfd 0%,#e1e0e0 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfd', endColorstr='#e1e0e0',GradientType=0 ); /* IE6-9 */
                cursor: pointer;
            }

.zoom-area .zoom-right-section .green-section
{
    background: #91b922;
    padding: 20px 3%;
    margin: 0;
    width: 94%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 50px;
}

    .zoom-area .zoom-right-section .green-section .quantity
    {
        padding: 0;
        margin: 0;
        width: 35%;
        color: #fff;
        float: left;
    }

        .zoom-area .zoom-right-section .green-section .quantity p
        {
            padding: 0;
            margin: 0;
            color: #fff;
            float: left;
        }

        .zoom-area .zoom-right-section .green-section .quantity input
        {
            padding: 7px;
            margin: 5px 0 5px 10px;
            border: 1px solid #fff;
            outline: none;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: #91b922;
            color: #fff;
            width: 25%;
            text-align: center;
        }

    .zoom-area .zoom-right-section .green-section .addcart-but
    {
        padding: 5px 0 0;
        margin: 0;
        width: 65%;
        color: #fff;
        float: left;
    }

        .zoom-area .zoom-right-section .green-section .addcart-but input
        {
            padding: 5px 0;
            margin: 0;
            width: 100%;
            color: #fff;
            border: 1px solid #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: url(../images/cart-icon.png) no-repeat 97% center;
            outline: none;
            font-size: 14px;
            font-weight: bold;
            font-family: 'Roboto', sans-serif;
            cursor: pointer;
        }


.tab-section
{
    padding: 0;
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

    .tab-section strong
    {
        font-size: 18px;
        padding: 0;
        margin: 10px 0;
        clear: both;
        display: block;
    }

.tab-list ul
{
    padding: 0;
    margin: 0;
    width: 100%;
}

    .tab-list ul li
    {
        padding: 5px 0 5px 15px;
        margin: 0;
        list-style: none;
        background: url(../images/green-bullet.jpg) no-repeat left 8px;
    }




.tab-reviews
{
    padding: 10px 0;
    margin: 0;
    /*width:96.8%;*/
    float: left;
    background: #fff;
}

    .tab-reviews strong
    {
        padding: 0;
        margin: 0 0 20px 0;
    }

        .tab-reviews strong a
        {
            padding: 0;
            margin: 0;
            color: #fe4600;
            text-decoration: none;
        }

            .tab-reviews strong a:hover
            {
                text-decoration: underline;
            }

    .tab-reviews .details
    {
        padding: 0;
        margin: 0 2% 20px 0;
        width: 20%;
        float: left;
    }

        .tab-reviews .details p
        {
            padding: 3px 0;
            margin: 0;
        }

        .tab-reviews .details .stars
        {
            color: #fec751;
            font-size: 16px;
        }

        .tab-reviews .details p:first-child
        {
            padding: 0 0 3px 0;
            margin: 0;
        }


    .tab-reviews .description
    {
        padding: 0;
        margin: 0 2% 20px 0;
        width: 76%;
        float: left;
    }

        .tab-reviews .description a
        {
            padding: 0;
            margin: 0;
            color: #fe4600;
            text-decoration: underline;
        }

        .tab-reviews .description:last-child
        {
            padding: 0;
            margin: 0 2% 0 0;
            width: 76%;
            float: left;
        }

        .tab-reviews .description h3
        {
            padding: 0 0 10px 0;
            margin: 0;
            font-size: 16px;
            font-weight: bold;
        }

        .tab-reviews .description p
        {
            padding: 5px 0;
            margin: 0;
        }

            .tab-reviews .description p:first-child
            {
                padding: 0 0 5px 0;
                margin: 0;
            }


.thumb-section
{
    padding: 0 0 5px 0;
    margin: 0;
    float: left;
    width: 100%;
    /*max-height: 205px;
    min-height: 205px;
    overflow-y: auto;
    overflow-x: hidden;*/

}

    .thumb-section ul
    {
        padding: 0;
        margin: 0;
        float: left;
    }

    .thumb-section li
    {
        list-style: none;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
        border: 1px solid #ddd;
        cursor: pointer;
    }

        .thumb-section li:first-child
        {
            margin: 0 5px 0 5px;
        }


#container
{
    width: 100%;
    margin: 0;
}

.quantity-p-cus .cssQuantity  {
    padding: 4px 0;
    background: #f9f9f9;
    text-align: center;
    display: block;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 5px;
    }


.quantity-p-cus .cssViewQuantity  {
    padding: 4px 0;
    background: #f9f9f9;
    text-align: center;
    display: block;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 5px;
    }


@media only screen and (max-width: 768px)
{
    #container
    {
        width: 100%;
        margin: 0 auto;
    }
}


.zoom
{
    display: inline-block;
    position: relative;
}

    /* magnifying glass icon */
    .zoom:after
    {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(icon.png);
    }

    .zoom img
    {
        display: block;
    }

        .zoom img::selection
        {
            background-color: transparent;
        }

#ex2 img:hover
{
    cursor: url(grab.cur), default;
}

#ex2 img:active
{
    cursor: url(grabbed.cur), default;
}

/* Login section */
.login-area
{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

    .login-area .login-head
    {
        background: #eeeeef url(../images/login-head.jpg) repeat-x bottom;
        padding: 0;
        margin: 0;
        text-align: center;
        display: block;
        width: 100%;
        float: left;
    }

        .login-area .login-head .sticker
        {
            padding: 5px 0;
            margin: 0 10px;
            width: auto;
            text-align: center;
            float: left;
        }


        .login-area .login-head h2
        {
            width: auto;
            padding: 0;
            margin: 22px 0 10px 0;
            float: left;
            font-size: 16px;
            font-weight: bold;
            color: #ff6600;
        }

    .login-area .login-fields
    {
        padding: 10px 0;
        margin: 0 10%;
        width: 80%;
        display: block;
        float: left;
    }

        .login-area .login-fields .email , .select_login
        {
            width: 100%;
            padding: 0;
            margin: 5px 0;
            float: left;
        }

            .login-area .login-fields .email input , .select_login select
            {
                padding: 8px 1% 8px 12%;
                margin: 0;
                float: left;
                width: 86%;
                border: 1px solid #ccc;
                outline: none;
                font-family: 'Roboto', sans-serif;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #fff url(../images/mail-icon.png) no-repeat 4% center;
                color: #999999;
            }
            .select_login select
            {
                width: 100%;
                padding: 5px 1% 5px 1%;
                background: #fff;
            }

        .login-area .login-fields .name
        {
            width: 100%;
            padding: 0;
            margin: 5px 0;
            float: left;
        }

            .login-area .login-fields .name input
            {
                padding: 5px 1% 5px 12%;
                margin: 0;
                float: left;
                width: 86%;
                border: 1px solid #ccc;
                outline: none;
                font-family: 'Roboto', sans-serif;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #fff url(../images/name-icon.png) no-repeat 4% center;
                color: #999999;
            }


        .login-area .login-fields .user-id
        {
            width: 100%;
            padding: 0;
            margin: 5px 0;
            float: left;
        }

            .login-area .login-fields .user-id input
            {
                padding: 5px 1% 5px 12%;
                margin: 0;
                float: left;
                width: 86%;
                border: 1px solid #ccc;
                outline: none;
                font-family: 'Roboto', sans-serif;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #fff url(../images/user-icon.png) no-repeat 4% center;
                color: #999999;
            }





        .login-area .login-fields .password
        {
            width: 100%;
            padding: 0;
            margin: 5px 0;
            float: left;
        }

            .login-area .login-fields .password input
            {
                padding: 5px 1% 5px 12%;
                margin: 0;
                float: left;
                width: 86%;
                border: 1px solid #ccc;
                outline: none;
                font-family: 'Roboto', sans-serif;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #fff url(../images/password-icon.png) no-repeat 4% center;
                color: #999999;
            }

    .login-area .check-box
    {
        width: 70%;
        padding: 0;
        margin: 5px 0;
        float: left;
    }

        .login-area .check-box input[type=checkbox].css-checkbox
        {
            position: absolute;
            z-index: -1000;
            left: -1000px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
        }

            .login-area .check-box input[type=checkbox].css-checkbox + label.css-label
            {
                padding-left: 18px;
                /*height:13px; */
                display: inline-block;
                /*line-height:13px;*/
                background-repeat: no-repeat;
                background-position: 0 0;
                font-size: 13px;
                vertical-align: middle;
                cursor: pointer;
                clear: both;
                float: left;
            }

            .login-area .check-box input[type=checkbox].css-checkbox:checked + label.css-label
            {
                /*background-position: 0 -13px;*/
                background-image: url(../images/checked.jpg);
            }

label.css-label
{
    background-image: url(../images/un-checked.jpg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.login-area .login-fields .button
{
    padding: 5px 0;
    margin: 0;
    float: left;
    width: 100%;
    text-align: right;
}

    .login-area .login-fields .button button
    {
        padding: 7px 0;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        float: left;
        width: 100%;
        border: 1px solid #a4bd31;
        outline: none;
        font-family: 'Roboto', sans-serif;
        background: #91b922;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #b4cf35; /* Old browsers */
        background: -moz-linear-gradient(top, #b4cf35 0%, #93ba23 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4cf35), color-stop(100%,#93ba23)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b4cf35 0%,#93ba23 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b4cf35 0%,#93ba23 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b4cf35 0%,#93ba23 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b4cf35 0%,#93ba23 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4cf35', endColorstr='#93ba23',GradientType=0 ); /* IE6-9 */
        display: block;
    }

.login-area .login-fields .forgotpss-link
{
    padding: 5px 0;
    margin: 0;
    float: left;
    width: auto;
    clear: both;
}

    .login-area .login-fields .forgotpss-link a
    {
        padding: 0 0 0 10px;
        margin: 0;
        float: left;
        color: #21a3de;
        text-decoration: underline;
        font-size: 12px;
        background: url(../images/link-arrow.png) no-repeat left center;
    }



.forgotpass-area
{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

    .forgotpass-area .login-head
    {
        background: #eeeeef url(../images/login-head.jpg) repeat-x bottom;
        padding: 0;
        margin: 0;
        text-align: center;
        display: block;
        width: 100%;
        float: left;
    }

        .forgotpass-area .login-head .sticker
        {
            padding: 5px 0;
            margin: 0 10px;
            width: auto;
            text-align: center;
            float: left;
        }


        .forgotpass-area .login-head h2
        {
            width: auto;
            padding: 0;
            margin: 26px 0 10px 0;
            float: left;
            font-size: 16px;
            font-weight: bold;
            color: #ff6600;
        }


    .forgotpass-area .login-fields
    {
        padding: 10px 0;
        margin: 0 10%;
        width: 80%;
        display: block;
        float: left;
    }

        .forgotpass-area .login-fields .email
        {
            width: 100%;
            padding: 0;
            margin: 5px 0;
            float: left;
        }

            .forgotpass-area .login-fields .email input
            {
                padding: 8px 1% 8px 12%;
                margin: 0;
                float: left;
                width: 86%;
                border: 1px solid #ccc;
                outline: none;
                font-family: 'Roboto', sans-serif;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #fff url(../images/mail-icon.png) no-repeat 4% center;
                color: #999999;
            }

        .forgotpass-area .login-fields .button
        {
            padding: 5px 0;
            margin: 0;
            float: left;
            width: 100%;
            text-align: right;
        }

            .forgotpass-area .login-fields .button button
            {
                padding: 7px 0;
                margin: 0;
                font-size: 14px;
                font-weight: bold;
                float: left;
                width: 100%;
                border: 1px solid #a4bd31;
                outline: none;
                font-family: 'Roboto', sans-serif;
                background: #91b922;
                color: #fff;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background: #b4cf35; /* Old browsers */
                background: -moz-linear-gradient(top, #b4cf35 0%, #93ba23 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4cf35), color-stop(100%,#93ba23)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #b4cf35 0%,#93ba23 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #b4cf35 0%,#93ba23 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #b4cf35 0%,#93ba23 100%); /* IE10+ */
                background: linear-gradient(to bottom, #b4cf35 0%,#93ba23 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4cf35', endColorstr='#93ba23',GradientType=0 ); /* IE6-9 */
                display: block;
            }


/*check out page*/

.checkout
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
/*---------------check out page open------------------*/
.comments_page_left, .comments_page_right
{
    width: 50%;
    float: left;
}

    .comments_page_right > .txtarea
    {
        width: 90%;
    }

        .comments_page_right > .txtarea label
        {
            float: left;
            width: 25%;
            text-align: right;
        }

        .comments_page_right > .txtarea .textarea
        {
            width: 70%;
            float: left;
            height: 95px;
            resize: none;
            font-family: 'Roboto', sans-serif;
        }

            .comments_page_right > .txtarea .textarea textarea
            {
                font-family: 'Roboto', sans-serif;
                color: #999;
            }

        .comments_page_right > .txtarea .max_char
        {
            margin-left: 25%;
        }

@media only screen and (max-width: 640px)
{
    .comments_page_right > .txtarea label
    {
        float: inherit;
        text-align: left;
        width: 100%;
    }

    .comments_page_right > .txtarea .textarea
    {
        float: inherit;
        width: 100%;
    }

    .comments_page_right > .txtarea .max_char
    {
        margin-left: 0;
    }
}


/*---------------check out page close------------------*/


/*---------------order-deatails page open 23-06-15------------------*/
.order_details_comments__right
{
    float: left;
    width: 32%;
}

    .order_details_comments__right > .txtarea
    {
        width: 90%;
    }

        .order_details_comments__right > .txtarea label
        {
            float: left;
            width: 25%;
            text-align: right;
        }

        .order_details_comments__right > .txtarea .textarea
        {
            width: 70%;
            float: left;
            height: 95px;
            resize: none;
        }

        .order_details_comments__right > .txtarea .max_char
        {
            margin-left: 25%;
        }

/*---------------order-deatails page close------------------*/


.checkout .delivery-address
{
    padding: 10px 0;
    margin: 0 0 10px 0;
    float: left;
    width: 99.9%;
    border-top: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    display: block;
    background: #fff;
    border-bottom: 4px solid #ff6600;
}

    .checkout .delivery-address .da
    {
        padding: 0 0 0 1%;
        margin: 0;
        float: left;
        width: 99%;
        color: #ff6600;
        font-weight: bold;
    }

        .checkout .delivery-address .da .addrss-list
        {
            margin: 13px 10px 13px 0;
            float: left;
            padding: 0;
            width: auto;
        }


            .checkout .delivery-address .da .addrss-list .sortby-select
            {
                border: 1px solid #d3d3d3;
                margin: 0;
                min-width: 80px;
                outline: medium none;
                padding: 5px 3px;
                font-family: 'Roboto', sans-serif;
            }


    .checkout .delivery-address .address
    {
        padding: 0 0 0 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        color: #666666;
        font-size: 12px;
    }

        .checkout .delivery-address .address strong
        {
            font-size: 16px;
            /*text-transform: uppercase;*/
            padding: 0 0 5px 0;
            margin: 0;
            color: #ff6600;
            display: block;
        }

    .checkout .delivery-address .da .add-new-address
    {
        margin: 13px 0;
        float: left;
        padding: 0;
        width: auto;
    }

        .checkout .delivery-address .da .add-new-address a
        {
            padding: 8px 10px;
            margin: 0;
            float: left;
            width: auto;
            outline: none;
            font-family: 'Roboto', sans-serif;
            background: #ff6600;
            color: #fff;
            border: none;
            font-weight: bold;
            cursor: pointer;
        }
        
        .checkout .grid .grid-sub .add-cart-sub a {
    width: auto;
    padding: 5px 8px;
    margin: 0;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
    float: right;
}

    .checkout .delivery-address .change-address
    {
        padding: 0;
        margin: 5px 10px 5px 0;
        float: right;
        width: auto;
    }

        .checkout .delivery-address .change-address button
        {
            padding: 4px 10px;
            margin: 0;
            float: left;
            width: auto;
            outline: none;
            font-family: 'Roboto', sans-serif;
            background: #ff6600;
            color: #fff;
            border: none;
            font-weight: bold;
        }


.checkout h1
{
    padding: 8px 0 8px 1%;
    margin: 5px 0;
    float: left;
    width: 99%;
    background: #8fb721;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

    .checkout h1 span
    {
        color: #b6ce73;
    }

.checkout .grid
{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .checkout .grid .grid-head
    {
        width: 100%;
        float: left;
        padding: 10px 0;
        margin: 0;
        color: #333333;
    }

        .checkout .grid .grid-head .item-h
        {
            width: 40.5%;
            float: left;
            padding: 0;
            margin: 0 0 0 15.5%;
        }

        .checkout .grid .grid-head .qty-h
        {
            width: 10%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .checkout .grid .grid-head .price-h
        {
            width: 13%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: right;
        }

        .checkout .grid .grid-head .sub-total-h
        {
            width: 19%;
            float: left;
            padding: 0;
            margin: 0 2% 0 0;
            text-align: right;
        }



    .checkout .grid .grid-sub
    {
        width: 99.5%;
        float: left;
        padding: 10px 0;
        margin: 0 0 15px 0;
        color: #333333;
        border: 1px solid #f2f1f1;
        position: relative;
        background: #fff;
        font-size: 12px;
    }

        .checkout .grid .grid-sub:last-child
        {
            margin: 0;
        }

        .checkout .grid .grid-sub .delete
        {
            background: url(../images/delete-icon.jpg) no-repeat left top;
            padding: 0;
            margin: 0;
            position: absolute;
            right: -7px;
            top: -7px;
            width: 15px;
            height: 15px;
            cursor: pointer;
        }

        .checkout .grid .grid-sub .item-sub
        {
            width: 56%;
            float: left;
            padding: 0;
            margin: 0;
        }

            .checkout .grid .grid-sub .item-sub .main
            {
                width: 98%;
                float: left;
                padding: 0;
                margin: 0 1%;
            }

                .checkout .grid .grid-sub .item-sub .main .item
                {
                    width: 25%;
                    float: left;
                    padding: 0;
                    margin: 0 2% 0 0;
                }

                    .checkout .grid .grid-sub .item-sub .main .item img
                    {
                        width: 100%;
                        max-height:137px;
                    }

                .checkout .grid .grid-sub .item-sub .main .item-des
                {
                    width: 73%;
                    float: left;
                    padding: 0;
                    margin: 0;
                    font-size: 12px;
                    color: #999;
                    line-height: 18px;
                }

                    .checkout .grid .grid-sub .item-sub .main .item-des strong
                    {
                        color: #8fb721;
                        /*text-transform: uppercase;*/
                        font-weight: bold;
                    }

                    .checkout .grid .grid-sub .item-sub .main .item-des a
                    {
                        color: #ff6600;
                        text-decoration: underline;
                        margin-top: 10px;
                        width: auto;
                        float: left;
                        clear: both;
                    }

        .checkout .grid .grid-sub .qty-sub
        {
            width: 10%;
            float: left;
            padding: 0;
            margin: 0;
        }

            .checkout .grid .grid-sub .qty-sub .number
            {
                width: 50%;
                float: left;
                padding: 6px 0;
                margin: 0 25%;
                background: #f9f9f9;
                border: 1px solid #e6e6e6;
                text-align: center;
                display: block;
            }

                .checkout .grid .grid-sub .qty-sub .number input
                {
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    float: left;
                    padding: 0;
                    text-align: center;
                    border: 0;
                    outline: none;
                    background: none;
                    font-family: 'Roboto', sans-serif;
                    font-size: 12px;
                }

        .checkout .grid .grid-sub .price-sub
        {
            width: 13%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: right;
        }

        .checkout .grid .grid-sub .sub-total-sub
        {
            width: 19%;
            float: left;
            padding: 0;
            margin: 0 2% 0 0;
            text-align: right;
            font-size: 15px;
        }

    .checkout .grid .discount
    {
        width: 100%;
        padding: 5px 0 15px 0;
        margin: 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #ff1901;
        border-bottom: 1px solid #f2f1f1;
    }

        .checkout .grid .discount .lable
        {
            width: 50%;
            padding: 0;
            margin: 0;
            float: left;
        }

        .checkout .grid .discount .amount
        {
            width: 48%;
            padding: 0;
            margin: 0 2% 0 0;
            float: left;
            text-align: right;
        }



    .checkout .grid .delivery-charges
    {
        width: 100%;
        padding: 15px 0;
        margin: 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }

        .checkout .grid .delivery-charges .lable
        {
            width: 50%;
            padding: 0;
            margin: 0;
            float: left;
        }

        .checkout .grid .delivery-charges .amount
        {
            width: 48%;
            padding: 0;
            margin: 0 2% 0 0;
            float: left;
            text-align: right;
        }




    .checkout .grid .total
    {
        width: 100%;
        padding: 15px 0;
        margin: 0 0 15px 0;
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #8fb721;
        border-top: 4px solid #8fb721;
        background: #f6f4f4;
    }

        .checkout .grid .total .lable
        {
            width: 49%;
            padding: 0;
            margin: 0 0 0 1%;
            float: left;
        }

        .checkout .grid .total .amount
        {
            width: 48%;
            padding: 0;
            margin: 0 2% 0 0;
            float: left;
            text-align: right;
        }

.checkout .payby
{
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
}

    .checkout .payby h2
    {
        padding: 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #8fb721;
    }

    .checkout .payby .payment-items
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
        float: left;
    }

        .checkout .payby .payment-items label
        {
            padding: 0 10px 0 0;
        }

    .checkout .payby .block
    {
        padding: 15px 0 15px 1%;
        margin: 0;
        width: 99%;
        float: left;
        border-top: 4px solid #ff6600;
        background: #f6f4f4;
        display: block;
    }

        .checkout .payby .block .dd-check
        {
            padding: 0;
            margin: 0 0 10px 0;
            width: 100%;
            float: left;
            font-family: 'Roboto', sans-serif;
        }

            .checkout .payby .block .dd-check .lable
            {
                padding: 5px 0;
                margin: 10px 1% 0 0;
                width: 20%;
                float: left;
                text-align: right;
            }

            .checkout .payby .block .dd-check .textbox
            {
                padding: 0;
                margin: 10px 5% 0 0;
                width: 24%;
                float: left;
            }

                .checkout .payby .block .dd-check .textbox input
                {
                    padding: 5px 1%;
                    margin: 0;
                    float: left;
                    width: 98%;
                    background: #fefefe;
                    color: #999;
                    border: none;
                    outline: none;
                    font-family: 'Roboto', sans-serif;
                }


        .checkout .payby .block .card
        {
            padding: 5px 0;
            margin: 10px 15px 10px 0;
            float: left;
            width: auto;
            font-weight: bold;
        }

            .checkout .payby .block .card img
            {
                padding: 0;
                margin: 0 5px 0 0;
            }

.checkout .buttons-area
{
    padding: 0 0 10px 0;
    margin: 0;
    width: 100%;
    display: block;
    float: left;
}

    .checkout .buttons-area button
    {
        padding: 6px 5px;
        margin: 0 5px 0 0;
        float: left;
        width: auto;
        outline: none;
        font-family: 'Roboto', sans-serif;
        background: #ff6600;
        color: #fff;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }

.top-dropdown
{
    position: absolute;
    z-index: 5;
    top: 28px;
    padding: 0;
    margin: 0;
    height: auto;
    width: 150px;
    background: #ff6600;
    color: #000;
    /*display: block;*/
}

    .top-dropdown ul
    {
        padding: 0;
        margin: 0;
    }

        .top-dropdown ul li
        {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .top-dropdown ul li a
            {
                padding: 1px 5%;
                margin: 0;
                color: #fff;
                text-decoration: none;
                width: 90%;
                float: left;
                border-bottom: 1px solid #cb5100;
                display: block;
            }

            .top-dropdown ul li:last-child a
            {
                border-bottom: 0px;
            }

            .top-dropdown ul li a:hover
            {
                background: #fe893c;
            }






/*wish list page*/

.wish-list
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .wish-list .delivery-address
    {
        padding: 10px 0;
        margin: 0 0 10px 0;
        float: left;
        width: 99.9%;
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        display: block;
        background: #fff;
        border-bottom: 4px solid #ff6600;
    }

        .wish-list .delivery-address .da
        {
            padding: 0 0 10px 1%;
            margin: 0;
            float: left;
            width: 99%;
            color: #ff6600;
            font-weight: bold;
        }

        .wish-list .delivery-address .address
        {
            padding: 0 0 0 1%;
            margin: 5px 0;
            float: left;
            width: 74%;
            color: #666666;
            font-size: 12px;
        }



        .wish-list .delivery-address .change-address
        {
            padding: 0;
            margin: 5px 10px 5px 0;
            float: right;
            width: auto;
        }

            .wish-list .delivery-address .change-address button
            {
                padding: 4px 10px;
                margin: 0;
                float: left;
                width: auto;
                outline: none;
                font-family: 'Roboto', sans-serif;
                background: #ff6600;
                color: #fff;
                border: none;
                font-weight: bold;
            }


    .wish-list h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

        .wish-list h1 span
        {
            color: #b6ce73;
        }

    .wish-list .grid
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .wish-list .grid .grid-head
        {
            width: 100%;
            float: left;
            padding: 10px 0;
            margin: 0;
            color: #333333;
        }

            .wish-list .grid .grid-head .item-h
            {
                width: 40.5%;
                float: left;
                padding: 0;
                margin: 0 0 0 15.5%;
            }

            /*.wish-list .grid .grid-head .qty-h {
	width:10%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
*/
            .wish-list .grid .grid-head .price-h
            {
                width: 13%;
                float: left;
                padding: 0;
                margin: 0;
                text-align: right;
            }

            .wish-list .grid .grid-head .add-cart-h
            {
                width: 29%;
                float: left;
                padding: 0;
                margin: 0 2% 0 0;
                text-align: right;
            }



        .wish-list .grid .grid-sub
        {
            width: 99.5%;
            float: left;
            padding: 10px 0;
            margin: 0 0 15px 0;
            color: #333333;
            border: 1px solid #f2f1f1;
            position: relative;
            background: #fff;
            font-size: 12px;
        }


            .wish-list .grid .grid-sub .delete
            {
                background: url(../images/delete-icon.jpg) no-repeat left top;
                padding: 0;
                margin: 0;
                position: absolute;
                right: -7px;
                top: -7px;
                width: 15px;
                height: 15px;
                cursor: pointer;
            }

            .wish-list .grid .grid-sub .item-sub
            {
                width: 56%;
                float: left;
                padding: 0;
                margin: 0;
            }

                .wish-list .grid .grid-sub .item-sub .main
                {
                    width: 98%;
                    float: left;
                    padding: 0;
                    margin: 0 1%;
                }

                    .wish-list .grid .grid-sub .item-sub .main .item
                    {
                        width: 25%;
                        float: left;
                        padding: 0;
                        margin: 0 2% 0 0;
                    }

                        .wish-list .grid .grid-sub .item-sub .main .item img
                        {
                            width: 100%;
                            max-height:137px;
                        }

                    .wish-list .grid .grid-sub .item-sub .main .item-des
                    {
                        width: 73%;
                        float: left;
                        padding: 0;
                        margin: 0;
                        font-size: 12px;
                        color: #999;
                        line-height: 18px;
                    }

                        .wish-list .grid .grid-sub .item-sub .main .item-des strong
                        {
                            color: #8fb721;
                            /*text-transform: uppercase;*/
                            font-weight: bold;
                        }

            /*.wish-list .grid .grid-sub .qty-sub {
	width:10%;
	float:left;
	padding:0;
	margin:0;
}*/

            .wish-list .grid .grid-sub .qty-sub .number
            {
                width: 50%;
                float: left;
                padding: 6px 0;
                margin: 0 25%;
                background: #f9f9f9;
                border: 1px solid #e6e6e6;
                text-align: center;
                display: block;
            }


                .wish-list .grid .grid-sub .qty-sub .number input
                {
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    float: left;
                    padding: 0;
                    text-align: center;
                    border: 0;
                    outline: none;
                    background: none;
                    font-family: 'Roboto', sans-serif;
                    font-size: 12px;
                }

            .wish-list .grid .grid-sub .price-sub
            {
                width: 13%;
                float: left;
                padding: 0;
                margin: 0;
                text-align: right;
            }

            .wish-list .grid .grid-sub .add-cart-sub
            {
                width: 29%;
                float: left;
                padding: 0;
                margin: 0 2% 0 0;
                text-align: right;
                font-size: 15px;
            }

                .wish-list .grid .grid-sub .add-cart-sub a
                {
                    width: auto;
                    padding: 5px 8px;
                    margin: 0;
                    background: #ff6600;
                    color: #fff;
                    font-size: 12px;
                    float: right;
                }

.innstock
{
    color: #ff6600;
    font-size: 14px;
    padding: 0;
    margin: 7px 0 0 0;
}







/*Order Details page*/
.Order-details
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .Order-details .name
    {
        padding: 10px 0;
        margin: 0;
        width: 100%;
        float: left;
    }

    .Order-details .delivery-address
    {
        padding: 10px 0;
        margin: 0 0 10px 0;
        float: left;
        width: 99.9%;
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        display: block;
        background: #fff;
        border-bottom: 4px solid #ff6600;
    }

        .Order-details .delivery-address .da
        {
            padding: 0 0 8px 3%;
            margin: 0;
            float: left;
            width: 99%;
            color: #ff6600;
            font-weight: bold;
        }

        .Order-details .delivery-address .address
        {
            padding: 0 0 0 3%;
            margin: 5px 0;
            float: left;
            width: 99%;
            color: #666666;
            font-size: 12px;
        }


.order_details_addresses > p
{
    line-height: normal;
}


.Order-details h1
{
    padding: 8px 0 8px 1%;
    margin: 5px 0;
    float: left;
    width: 99%;
    background: #8fb721;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

    .Order-details h1 span
    {
        color: #b6ce73;
    }

.Order-details .grid
{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .Order-details .grid .grid-head
    {
        width: 100%;
        float: left;
        padding: 10px 0;
        margin: 0;
        color: #333333;
    }

        .Order-details .grid .grid-head .item-h
        {
            width: 26%;
            float: left;
            padding: 0;
            margin: 0%;
            text-align: left;
            padding: 0 0% 0 1%;
        }

        .Order-details .grid .grid-head .view_order_no_h
        {
            width: 9%;
            float: left;
            padding: 0;
            margin: 0%;
            text-align: center;
        }

        .Order-details .grid .grid-head .status-h
        {
            width: 20%;
            float: left;
            padding: 0;
            margin: 0%;
            text-align: center;
        }

        .Order-details .grid .grid-head .qty-h
        {
            width: 10%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .Order-details .grid .grid-head .price-h
        {
            width: 13%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: right;
        }

        .Order-details .grid .grid-head .sub-total-h
        {
            width: 19%;
            float: left;
            padding: 0;
            margin: 0 2% 0 0;
            text-align: right;
        }



    .Order-details .grid .grid-sub
    {
        width: 99.5%;
        float: left;
        padding: 10px 0;
        margin: 0 0 15px 0;
        color: #333333;
        border: 1px solid #f2f1f1;
        position: relative;
        background: #fff;
        font-size: 12px;
    }

        .Order-details .grid .grid-sub:last-child
        {
            margin: 0;
        }

        .Order-details .grid .grid-sub .delete
        {
            background: url(../images/delete-icon.jpg) no-repeat left top;
            padding: 0;
            margin: 0;
            position: absolute;
            right: -7px;
            top: -7px;
            width: 15px;
            height: 15px;
            cursor: pointer;
        }

        .Order-details .grid .grid-sub .item-sub
        {
            width: 26%;
            float: left;
            padding: 0;
            margin: 0;
            padding: 0 0 0 1%;
        }

        .Order-details .grid .grid-sub .view_order_no_h_sub
        {
            width: 9%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: center;
        }



        .Order-details .grid .grid-sub .status-sub
        {
            width: 20%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .Order-details .grid .grid-sub .item-sub .main
        {
            width: 98%;
            float: left;
            padding: 0;
            margin: 0 1%;
        }

            .Order-details .grid .grid-sub .item-sub .main .item-des
            {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
                font-size: 12px;
                color: #999;
                line-height: 18px;
            }

                .Order-details .grid .grid-sub .item-sub .main .item-des strong
                {
                    color: #8fb721;
                    /*text-transform: uppercase;*/
                    font-weight: bold;
                }

                .Order-details .grid .grid-sub .item-sub .main .item-des a
                {
                    color: #ff6600;
                    text-decoration: underline;
                    margin-top: 10px;
                    width: auto;
                    float: left;
                    clear: both;
                }

        .Order-details .grid .grid-sub .qty-sub
        {
            width: 10%;
            float: left;
            padding: 0;
            margin: 0;
            text-align:center;
        }

            .Order-details .grid .grid-sub .qty-sub .number
            {
                width: 50%;
                float: left;
                padding: 6px 0;
                margin: 0 25%;
                background: #f9f9f9;
                border: 1px solid #e6e6e6;
                text-align: center;
                display: block;
            }

                .Order-details .grid .grid-sub .qty-sub .number input
                {
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    float: left;
                    padding: 0;
                    text-align: center;
                    border: 0;
                    outline: none;
                    background: none;
                    font-family: 'Roboto', sans-serif;
                    font-size: 12px;
                }

        .Order-details .grid .grid-sub .price-sub
        {
            width: 13%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: right;
        }

        .Order-details .grid .grid-sub .sub-total-sub
        {
            width: 19%;
            float: left;
            padding: 0;
            margin: 0 2% 0 0;
            text-align: right;
            font-size: 15px;
        }

    .Order-details .grid .discount
    {
        width: 100%;
        padding: 5px 0 15px 0;
        margin: 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #ff1901;
        border-bottom: 1px solid #f2f1f1;
    }

        .Order-details .grid .discount .lable
        {
            width: 50%;
            padding: 0;
            margin: 0;
            float: left;
        }

        .Order-details .grid .discount .amount
        {
            width: 48%;
            padding: 0;
            margin: 0 2% 0 0;
            float: left;
            text-align: right;
        }



    .Order-details .grid .delivery-charges
    {
        width: 100%;
        padding: 15px 0;
        margin: 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }

        .Order-details .grid .delivery-charges .lable
        {
            width: 50%;
            padding: 0;
            margin: 0;
            float: left;
        }

        .Order-details .grid .delivery-charges .amount
        {
            width: 48%;
            padding: 0;
            margin: 0 2% 0 0;
            float: left;
            text-align: right;
        }

    .Order-details .grid .total
    {
        width: 100%;
        padding: 15px 0;
        margin: 0 0 15px 0;
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #8fb721;
        border-top: 4px solid #8fb721;
        background: #f6f4f4;
    }

        .Order-details .grid .total .lable
        {
            width: 49%;
            padding: 0;
            margin: 0 0 0 1%;
            float: left;
        }

        .Order-details .grid .total .amount
        {
            width: 48%;
            padding: 0;
            margin: 0 2% 0 0;
            float: left;
            text-align: right;
        }

.Order-details .payby
{
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
}

    .Order-details .payby h2
    {
        padding: 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #8fb721;
    }

    .Order-details .payby .block
    {
        padding: 15px 0 15px 1%;
        margin: 0;
        width: 99%;
        float: left;
        border-top: 4px solid #ff6600;
        background: #f6f4f4;
        display: block;
    }

        .Order-details .payby .block .card
        {
            padding: 5px 0;
            margin: 0 15px 0 0;
            float: left;
            width: auto;
            font-weight: bold;
        }

            .Order-details .payby .block .card img
            {
                padding: 0;
                margin: 0 5px 0 0;
            }

.Order-details .buttons-area
{
    padding: 0px 0 10px 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .Order-details .buttons-area button
    {
        padding: 6px 5px;
        margin: 0 5px 0 0;
        float: left;
        width: auto;
        outline: none;
        font-family: 'Roboto', sans-serif;
        background: #ff6600;
        color: #fff;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }


/*Order-history */

/*.Order-history {
	padding:0;
	margin:0;
	width:100%;
	float:left;
}*/


/*--------------order_history css order_no--------------*/

.order_no_date
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 11px 0 0;
}

    .order_no_date > .order_no_one, .order_no_date > .order_date_two, .order_no_date > .order_no_date_but
    {
        float: left;
        width: 33.3%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .order_no_date > .order_no_one label, .order_no_date > .order_date_two label
        {
            display: block;
            float: left;
            width: 25% !important;
            line-height: 22px;
        }

        .order_no_date > .order_no_one > input, .order_no_date > .order_date_two > input
        {
            float: left;
            width: 200px;
            border: 1px solid #d9dee2 !important;
            border-radius: 4px;
            background: rgb(244,244,244);
            background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 53%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(53%,rgba(255,255,255,1)));
            background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 53%);
            background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 53%);
            background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 53%);
            background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 53%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
            padding: 4px;
        }

        .order_no_date > .order_date_two > img
        {
            margin-top: 3px;
            margin-left: 3px;
        }

        .order_no_date > .order_no_date_but > #btnSearch
        {
            height: 26px;
            line-height: 24px;
            background: #F60;
            color: #fff;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            font-weight: bold;
            border: none !important;
            outline: none;
            font-family: Arial;
            font-size: 14px;
            padding: 0 10px;
            margin: 0;
            text-align: center;
            cursor: pointer;
            width: 92px;
        }

/*--------------order_history css order_no--------------*/


.Order-history
{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /* float: left; */
}



    .Order-history h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

        .Order-history h1 span
        {
            color: #b6ce73;
        }

    .Order-history .grid
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        background: #fff;
    }

        .Order-history .grid .grid-head
        {
            width: 100%;
            float: left;
            padding: 10px 0;
            margin: 0;
            color: #333333;
            border-bottom: 1px solid #999;
        }

            .Order-history .grid .grid-head .date
            {
                padding: 0 0 0 1%;
                margin: 0;
                /*width: 23%;*/
                width: 16%;
                float: left;
            }

            .Order-history .grid .grid-head .order
            {
                padding: 0;
                margin: 0;
                width: 19%;
                float: left;
            }

            .Order-history .grid .grid-head .status
            {
                padding: 0;
                margin: 0;
                width: 20%;
                float: left;
            }

            .Order-history .grid .grid-head .number-products
            {
                padding: 0;
                margin: 0;
                /*width: 20%;*/
                width: 13%;
                float: left;
                text-align: center;
            }

            .Order-history .grid .grid-head .total
            {
                padding: 0 1% 0 0;
                margin: 0;
                /*width: 15%;*/
                width: 12%;
                float: left;
                text-align: right;
            }

            .Order-history .grid .grid-head .cut_name
            {
                padding: 0 1% 0 0;
                margin: 0 0 0 20px;
                width: 15%;
                float: left;
                text-align: right;
            }





        .Order-history .grid .grid-sub
        {
            width: 100%;
            float: left;
            padding: 10px 0;
            margin: 0 0 10px 0;
            color: #333333;
            border-bottom: 1px solid #ededed;
            display: block;
        }

            .Order-history .grid .grid-sub .date-sub
            {
                padding: 0 0 0 1%;
                margin: 0;
                /*width: 24%;*/
                width: 15%;
                float: left;
            }

            .Order-history .grid .grid-sub .order-sub
            {
                padding: 0;
                margin: 0;
                width: 19%;
                float: left;
            }

                .Order-history .grid .grid-sub .order-sub a
                {
                    color: #333;
                    text-decoration: none;
                }

                    .Order-history .grid .grid-sub .order-sub a:hover
                    {
                        text-decoration: underline;
                    }

            .Order-history .grid .grid-sub .status-sub
            {
                padding: 0;
                margin: 0;
                width: 20%;
                float: left;
            }

            .Order-history .grid .grid-sub .number-products-sub
            {
                padding: 0;
                margin: 0;
                /*width: 20%;*/
                width: 12%;
                float: left;
                text-align: center;
            }

            .Order-history .grid .grid-sub .total-sub
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 15%;
                float: left;
                text-align: right;
            }

            .Order-history .grid .grid-sub .cut_name
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 15%;
                float: left;
                text-align: right;
            }

                .Order-history .grid .grid-sub .cut_name a
                {
                    color: #000;
                    text-decoration: underline;
                }






/*Order Details page*/
.Status
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .Status h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .Status .delivery-address
    {
        padding: 10px 0;
        margin: 0 0 10px 0;
        float: left;
        width: 99.9%;
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        display: block;
        background: #fff;
        border-bottom: 4px solid #ff6600;
    }

        .Status .delivery-address .delivery-status-box
        {
            padding: 10px 0;
            margin: 0;
            width: 96%;
            margin: 0 auto;
            display: table;
            clear: both;
        }

            .Status .delivery-address .delivery-status-box .success-number
            {
                padding: 10px 0;
                margin: 0;
                width: 100%;
                margin: 0;
                float: left;
                border: 1px dashed #000;
                text-align: center;
                display: block;
            }

                .Status .delivery-address .delivery-status-box .success-number span
                {
                    color: #8fb721;
                    font-weight: bold;
                }

            .Status .delivery-address .delivery-status-box .address
            {
                padding: 0;
                margin: 10px 0;
                float: left;
                width: 50%;
                /*width: 100%;*/
            }

                .Status .delivery-address .delivery-status-box .address .icon
                {
                    padding: 0;
                    margin: 0 10px 0 0;
                    float: left;
                    width: 60px;
                    text-align: center;
                    background: #8fb721;
                    height: 60px;
                }


                .Status .delivery-address .delivery-status-box .address .info
                {
                    padding: 0;
                    margin: 0;
                    float: left;
                    width: auto;
                }

                    .Status .delivery-address .delivery-status-box .address .info h2
                    {
                        padding: 0;
                        margin: 0 0 5px 0;
                        float: left;
                        width: 100%;
                        clear: both;
                        color: #ff6600;
                        font-weight: bold;
                    }



            .Status .delivery-address .delivery-status-box .delivery
            {
                padding: 0;
                margin: 10px 0;
                float: left;
                width: 50%;
            }


                .Status .delivery-address .delivery-status-box .delivery .icon
                {
                    padding: 0;
                    margin: 0 10px 0 0;
                    float: left;
                    width: 60px;
                    text-align: center;
                    background: #8fb721;
                    height: 60px;
                }


                .Status .delivery-address .delivery-status-box .delivery .info
                {
                    padding: 0;
                    margin: 0;
                    float: left;
                    width: 75%;
                }

                    .Status .delivery-address .delivery-status-box .delivery .info h2
                    {
                        padding: 0;
                        margin: 0 0 5px 0;
                        float: left;
                        width: 100%;
                        clear: both;
                        color: #ff6600;
                        font-weight: bold;
                    }


    .Status .grid
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .Status .grid .grid-head
        {
            width: 100%;
            float: left;
            padding: 10px 0;
            margin: 0;
            color: #333333;
        }

            .Status .grid .grid-head .item-h
            {
                width: 40.5%;
                float: left;
                padding: 0;
                margin: 0 0 0 15.5%;
            }

            .Status .grid .grid-head .qty-h
            {
                width: 10%;
                float: left;
                padding: 0;
                margin: 0;
                text-align: center;
            }

            .Status .grid .grid-head .price-h
            {
                width: 13%;
                float: left;
                padding: 0;
                margin: 0;
                text-align: right;
            }

            .Status .grid .grid-head .sub-total-h
            {
                width: 19%;
                float: left;
                padding: 0;
                margin: 0 2% 0 0;
                text-align: right;
            }

        .Status .grid .grid-sub
        {
            width: 99.5%;
            float: left;
            padding: 10px 0;
            margin: 0 0 15px 0;
            color: #333333;
            border: 1px solid #f2f1f1;
            position: relative;
            background: #fff;
            font-size: 12px;
        }

            .Status .grid .grid-sub:last-child
            {
                margin: 0;
            }

            .Status .grid .grid-sub .delete
            {
                background: url(../images/delete-icon.jpg) no-repeat left top;
                padding: 0;
                margin: 0;
                position: absolute;
                right: -7px;
                top: -7px;
                width: 15px;
                height: 15px;
                cursor: pointer;
            }

            .Status .grid .grid-sub .item-sub
            {
                width: 56%;
                float: left;
                padding: 0;
                margin: 0;
            }

                .Status .grid .grid-sub .item-sub .main
                {
                    width: 98%;
                    float: left;
                    padding: 0;
                    margin: 0 1%;
                }

                    .Status .grid .grid-sub .item-sub .main .item
                    {
                        width: 25%;
                        float: left;
                        padding: 0;
                        margin: 0 2% 0 0;
                    }

                        .Status .grid .grid-sub .item-sub .main .item img
                        {
                            /*width: 100%;*/
                            height:137px;
                        }

                    .Status .grid .grid-sub .item-sub .main .item-des
                    {
                        width: 73%;
                        float: left;
                        padding: 0;
                        margin: 0;
                        font-size: 12px;
                        color: #999;
                        line-height: 18px;
                    }

                        .Status .grid .grid-sub .item-sub .main .item-des strong
                        {
                            color: #8fb721;
                            /*text-transform: uppercase;*/
                            font-weight: bold;
                        }

                        .Status .grid .grid-sub .item-sub .main .item-des a
                        {
                            color: #ff6600;
                            text-decoration: underline;
                            margin-top: 10px;
                            width: auto;
                            float: left;
                            clear: both;
                        }

            .Status .grid .grid-sub .qty-sub
            {
                width: 10%;
                float: left;
                padding: 0;
                margin: 0;
            }

                .Status .grid .grid-sub .qty-sub .number
                {
                    width: 50%;
                    float: left;
                    padding: 6px 0;
                    margin: 0 25%;
                    /*background: #f9f9f9;*/
                    /*border: 1px solid #e6e6e6;*/
                    text-align: center;
                    display: block;
                }

                    .Status .grid .grid-sub .qty-sub .number input
                    {
                        width: 100%;
                        padding: 0;
                        margin: 0;
                        float: left;
                        padding: 0;
                        text-align: center;
                        border: 0;
                        outline: none;
                        background: none;
                        font-family: 'Roboto', sans-serif;
                        font-size: 12px;
                    }

            .Status .grid .grid-sub .price-sub
            {
                width: 13%;
                float: left;
                padding: 0;
                margin: 0;
                text-align: right;
            }

            .Status .grid .grid-sub .sub-total-sub
            {
                width: 19%;
                float: left;
                padding: 0;
                margin: 0 2% 0 0;
                text-align: right;
                font-size: 15px;
            }

        .Status .grid .discount
        {
            width: 100%;
            padding: 5px 0 15px 0;
            margin: 0;
            float: left;
            font-size: 14px;
            font-weight: bold;
            color: #ff1901;
            border-bottom: 1px solid #f2f1f1;
        }

            .Status .grid .discount .lable
            {
                width: 50%;
                padding: 0;
                margin: 0;
                float: left;
            }

            .Status .grid .discount .amount
            {
                width: 48%;
                padding: 0;
                margin: 0 2% 0 0;
                float: left;
                text-align: right;
            }

        .Status .grid .delivery-charges
        {
            width: 100%;
            padding: 15px 0;
            margin: 0;
            float: left;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
        }

            .Status .grid .delivery-charges .lable
            {
                width: 50%;
                padding: 0;
                margin: 0;
                float: left;
            }

            .Status .grid .delivery-charges .amount
            {
                width: 48%;
                padding: 0;
                margin: 0 2% 0 0;
                float: left;
                text-align: right;
            }

        .Status .grid .total
        {
            width: 100%;
            padding: 15px 0;
            margin: 0 0 15px 0;
            float: left;
            font-size: 16px;
            font-weight: bold;
            color: #8fb721;
            border-top: 4px solid #8fb721;
            background: #f6f4f4;
        }

            .Status .grid .total .lable
            {
                width: 49%;
                padding: 0;
                margin: 0 0 0 1%;
                float: left;
            }

            .Status .grid .total .amount
            {
                width: 48%;
                padding: 0;
                margin: 0 2% 0 0;
                float: left;
                text-align: right;
            }




/*search-customer page*/

.search-customer
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .search-customer .delivery-address
    {
        padding: 10px 1%;
        margin: 0 0 10px 0;
        float: left;
        width: 97.9%;
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        display: block;
        background: #fff;
        border-bottom: 4px solid #ff6600;
    }

        .search-customer .delivery-address p
        {
            margin: 0 15px 0 0;
            padding: 0;
            float: left;
            width: auto;
        }




            .search-customer .delivery-address p input[type=radio].css-checkbox
            {
                position: absolute;
                z-index: -1000;
                left: -1000px;
                overflow: hidden;
                clip: rect(0 0 0 0);
                height: 1px;
                width: 1px;
                margin: -1px;
                padding: 0;
                border: 0;
            }

                .search-customer .delivery-address p input[type=radio].css-checkbox + label.css-label
                {
                    padding-left: 20px;
                    height: 15px;
                    display: inline-block;
                    line-height: 15px;
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    font-size: 15px;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .search-customer .delivery-address p input[type=radio].css-checkbox:checked + label.css-label
                {
                    background-position: 0 -15px;
                }

            .search-customer .delivery-address p label.css-label
            {
                background-image: url(../images/radio-box.png);
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .search-customer .delivery-address p:last-child
            {
                margin: 0;
            }

    .search-customer h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .search-customer .search-container
    {
        padding: 2%;
        margin: 0;
        float: left;
        width: 96%;
        background: #f3f2f2;
    }

        .search-customer .search-container .search-area
        {
            padding: 0;
            margin: 0;
            float: left;
            width: 50%;
        }

            .search-customer .search-container .search-area .textbox
            {
                padding: 0;
                margin: 0;
                float: left;
                width: 80%;
                background: #fff;
                display: block;
            }

                .search-customer .search-container .search-area .textbox input
                {
                    padding: 7px 1%;
                    margin: 0;
                    float: left;
                    width: 98%;
                    background: #fff;
                    display: block;
                    border: none;
                    outline: none;
                    font-family: 'Roboto', sans-serif;
                    color: #999;
                    border: 2px solid #ccc;
                }

            .search-customer .search-container .search-area .search-but
            {
                padding: 0;
                margin: 0;
                float: left;
                width: 20%;
                display: block;
            }

                .search-customer .search-container .search-area .search-but button
                {
                    padding: 9px 5px;
                    margin: 0;
                    float: left;
                    width: auto;
                    display: block;
                    text-align: center;
                    color: #fff;
                    border: none;
                    outline: none;
                    cursor: pointer;
                    border-radius: 0px 2px 2px 0px;
                    -moz-border-radius: 0px 2px 2px 0px;
                    -webkit-border-radius: 0px 2px 2px 0px;
                    border: 0px solid #000000;
                    font-family: 'Roboto', sans-serif;
                    background: #ff6600; /* Old browsers */
                    background: -moz-linear-gradient(top, #ff6600 56%, #ff8c40 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#ff6600), color-stop(100%,#ff8c40)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #ff6600 56%,#ff8c40 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #ff6600 56%,#ff8c40 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #ff6600 56%,#ff8c40 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #ff6600 56%,#ff8c40 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff8c40',GradientType=0 ); /* IE6-9 */
                }

        .search-customer .search-container .register-customer
        {
            padding: 10px 0;
            margin: 0 0 0 3%;
            float: left;
            width: 30%;
        }

            .search-customer .search-container .register-customer a
            {
                padding: 0;
                margin: 0;
                float: left;
                color: #8fb721;
                text-decoration: underline;
            }

    .search-customer .grid
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 10px 0;
    }

        .search-customer .grid table
        {
            border-collapse: collapse;
            width: 100%;
        }

            .search-customer .grid table th
            {
                height: 30px;
                background: #8fb721;
                color: #fff;
            }

        .search-customer .grid table, th, td
        {
            border: 1px solid #f1f1f1;
            background: #ffffff;
            height: 25px;
            vertical-align: middle;
            /*text-align:center;*/
            text-align: left;
        }

/*all reviews page*/

.all-reviews
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
}

    .all-reviews .delivery-address
    {
        padding: 10px 1%;
        margin: 0 0 10px 0;
        float: left;
        width: 97.9%;
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        display: block;
        background: #fff;
        border-bottom: 4px solid #ff6600;
    }

        .all-reviews .delivery-address .product
        {
            padding: 0;
            margin: 0;
            float: left;
            width: 10%;
            display: block;
        }

            .all-reviews .delivery-address .product img
            {
                width: 100%;
                padding: 0;
                margin: 0;
            }

        .all-reviews .delivery-address .details
        {
            padding: 0;
            margin: 0;
            float: left;
            width: 90%;
            display: block;
        }

            .all-reviews .delivery-address .details strong
            {
                font-weight: bold;
                font-size: 16px;
                padding: 10px 0 0 0;
                clear: both;
                float: left;
                width: 100%;
            }

            .all-reviews .delivery-address .details button
            {
                padding: 6px 5px;
                margin: 10px 5px 0 0;
                float: left;
                width: auto;
                outline: none;
                font-family: 'Roboto', sans-serif;
                background: #ff6600;
                color: #fff;
                border: none;
                font-weight: bold;
                cursor: pointer;
                display: table;
            }


    .all-reviews h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

        .all-reviews h1 span
        {
            color: #b6ce73;
        }

    .all-reviews .grid
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 13px;
    }

        .all-reviews .grid .reviews-block
        {
            width: 98%;
            float: left;
            padding: 10px 1%;
            margin: 0;
            background: #fff;
        }

            .all-reviews .grid .reviews-block:nth-child(2n)
            {
                width: 98%;
                float: left;
                padding: 10px 1%;
                margin: 0;
                background: #f9f9f9;
            }

            .all-reviews .grid .reviews-block .details
            {
                width: 19%;
                float: left;
                padding: 0;
                margin: 0 1% 0 0;
            }

                .all-reviews .grid .reviews-block .details p
                {
                    padding: 2px 0;
                    margin: 0;
                }

                    .all-reviews .grid .reviews-block .details p a
                    {
                        color: #333;
                        text-decoration: underline;
                    }

                        .all-reviews .grid .reviews-block .details p a:hover
                        {
                            color: #333;
                            text-decoration: none;
                        }

            .all-reviews .grid .reviews-block .description
            {
                width: 80%;
                float: left;
                padding: 0;
                margin: 0;
            }

                .all-reviews .grid .reviews-block .description h3
                {
                    padding: 0 0 10px 0;
                    margin: 0;
                    font-size: 15px;
                    font-weight: bold;
                }

                .all-reviews .grid .reviews-block .description p
                {
                    padding: 0 0 10px 0;
                    margin: 0;
                }

.stars
{
    color: #fec751;
    font-size: 16px;
}


/*reviews-form page*/

.reviews-form
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
}

    .reviews-form .delivery-address
    {
        padding: 10px 1%;
        margin: 0 0 10px 0;
        float: left;
        width: 97.9%;
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        display: block;
        background: #fff;
        border-bottom: 4px solid #ff6600;
    }

        .reviews-form .delivery-address .product
        {
            padding: 0;
            margin: 0;
            float: left;
            width: 10%;
            display: block;
        }

            .reviews-form .delivery-address .product img
            {
                width: 100%;
                padding: 0;
                margin: 0;
            }

        .reviews-form .delivery-address .details
        {
            padding: 0;
            margin: 0;
            float: left;
            width: 90%;
            display: block;
        }

            .reviews-form .delivery-address .details strong
            {
                font-weight: bold;
                font-size: 16px;
                padding: 10px 0 10px 0;
                clear: both;
                float: left;
                width: 100%;
                color: #ff6600;
            }


    .reviews-form h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

        .reviews-form h1 span
        {
            color: #b6ce73;
        }

    .reviews-form .grid
    {
        width: 100%;
        float: left;
        padding: 10px 0;
        margin: 0 0 10px 0;
        font-size: 13px;
        background: #fff;
    }

        .reviews-form .grid .review-points
        {
            width: 24%;
            float: left;
            padding: 0;
            margin: 0 1% 0 0;
            font-size: 13px;
        }

            .reviews-form .grid .review-points .blog
            {
                width: 89.8%;
                float: left;
                padding: 12px 5%;
                margin: 0;
                border: 1px solid #dddddd;
            }

                .reviews-form .grid .review-points .blog h3
                {
                    padding: 0 0 15px 0;
                    margin: 0;
                    font-size: 16px;
                    font-weight: bold;
                }

                .reviews-form .grid .review-points .blog strong
                {
                    padding: 0 0 3px 0;
                    margin: 0;
                    font-weight: bold;
                    display: block;
                }

                .reviews-form .grid .review-points .blog p
                {
                    padding: 0 0 10px 0;
                    margin: 0;
                }

        .reviews-form .grid .form
        {
            width: 73%;
            float: left;
            padding: 12px 0;
            margin: 0 0 0 2%;
            font-size: 13px;
        }

            .reviews-form .grid .form .lable
            {
                width: 20%;
                padding: 8px 0;
                margin: 0 0 25px 0;
                float: left;
                font-weight: bold;
            }

            .reviews-form .grid .form .textbox
            {
                width: 80%;
                padding: 0;
                margin: 0 0 25px 0;
                float: left;
            }

                .reviews-form .grid .form .textbox input
                {
                    width: 90%;
                    padding: 5px 1%;
                    margin: 3px 0;
                    border: 1px solid #dddddd;
                    font-family: 'Roboto', sans-serif;
                    outline: none;
                }

                .reviews-form .grid .form .textbox p
                {
                    font-size: 12px;
                }


            .reviews-form .grid .form .textarea
            {
                width: 80%;
                padding: 0;
                margin: 0 0 25px 0;
                float: left;
            }

                .reviews-form .grid .form .textarea .textarea-box
                {
                    width: 90%;
                    padding: 5px 1%;
                    margin: 3px 0;
                    float: left;
                    border: 1px solid #dddddd;
                    font-family: 'Roboto', sans-serif;
                    outline: none;
                    resize: none;
                    font-size: 14px;
                }

                .reviews-form .grid .form .textarea p
                {
                    font-size: 12px;
                }

            .reviews-form .grid .form .form-button
            {
                width: 80%;
                padding: 0;
                margin: 0 0 0 20%;
                float: left;
            }

                .reviews-form .grid .form .form-button button
                {
                    padding: 4px 10px;
                    margin: 0;
                    float: left;
                    width: auto;
                    outline: none;
                    font-family: 'Roboto', sans-serif;
                    background: #ff6600;
                    color: #fff;
                    border: none;
                    font-weight: bold;
                }


/*add address pop*/

.add-adress-pop
{
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: block;
}

    .add-adress-pop h2
    {
        float: left;
        font-size: 20px;
        font-weight: bold;
        margin: 0 10px 10px 0;
        padding: 0;
        width: auto;
        color: #a8c72e;
    }

    .add-adress-pop .add-default-address
    {
        float: left;
        margin: 6px 10px 10px 10px;
        padding: 0;
        width: auto;
    }

        .add-adress-pop .add-default-address input[type=checkbox].css-checkbox
        {
            position: absolute;
            z-index: -1000;
            left: -1000px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
        }

            .add-adress-pop .add-default-address input[type=checkbox].css-checkbox + label.css-label
            {
                padding-left: 18px;
                /*height:13px; */
                display: inline-block;
                /*line-height:13px;*/
                background-repeat: no-repeat;
                background-position: 0 0;
                font-size: 13px;
                vertical-align: middle;
                cursor: pointer;
                clear: both;
                float: left;
            }

            .add-adress-pop .add-default-address input[type=checkbox].css-checkbox:checked + label.css-label
            {
                /*background-position: 0 -13px;*/
                background-image: url(../images/checked.jpg);
            }

        .add-adress-pop .add-default-address label.css-label
        {
            background-image: url(../images/un-checked.jpg);
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }


    .add-adress-pop .address-title
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 49%;
        float: left;
    }

        .add-adress-pop .address-title .lable
        {
            padding: 0 0 5px 0;
            margin: 0;
            width: 100%;
            float: left;
        }

        .add-adress-pop .address-title .textbox
        {
            padding: 0;
            margin: 0;
            width: 100%;
            float: left;
        }

            .add-adress-pop .address-title .textbox input
            {
                padding: 7px 1%;
                margin: 0;
                width: 98%;
                float: left;
                background: #f4f4f4;
                color: #999;
                border: none;
                font-family: 'Roboto', sans-serif;
            }



    .add-adress-pop .address-lane1
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 49%;
        float: left;
    }

        .add-adress-pop .address-lane1 .lable
        {
            padding: 0 0 5px 0;
            margin: 0;
            width: 100%;
            float: left;
        }

        .add-adress-pop .address-lane1 .textbox
        {
            padding: 0;
            margin: 0;
            width: 100%;
            float: left;
        }

            .add-adress-pop .address-lane1 .textbox input
            {
                padding: 7px 1%;
                margin: 0;
                width: 98%;
                float: left;
                background: #f4f4f4;
                color: #999;
                border: none;
                font-family: 'Roboto', sans-serif;
            }



    .add-adress-pop .address-lane2
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 49%;
        float: right;
    }

        .add-adress-pop .address-lane2 .lable
        {
            padding: 0 0 5px 0;
            margin: 0;
            width: 100%;
            float: left;
        }

        .add-adress-pop .address-lane2 .textbox
        {
            padding: 0;
            margin: 0;
            width: 100%;
            float: left;
        }

            .add-adress-pop .address-lane2 .textbox input
            {
                padding: 7px 1%;
                margin: 0;
                width: 98%;
                float: left;
                background: #f4f4f4;
                color: #999;
                border: none;
                font-family: 'Roboto', sans-serif;
            }

    .add-adress-pop .country-state-container
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 49%;
        float: left;
    }

        .add-adress-pop .country-state-container .country
        {
            padding: 0;
            margin: 0 0 10px 0;
            width: 49%;
            float: left;
        }

            .add-adress-pop .country-state-container .country .lable
            {
                padding: 0 0 5px 0;
                margin: 0;
                width: 100%;
                float: left;
            }

            .add-adress-pop .country-state-container .country .textbox
            {
                padding: 0;
                margin: 0;
                width: 100%;
                float: left;
            }

                .add-adress-pop .country-state-container .country .textbox select
                {
                    padding: 7px 0;
                    margin: 0;
                    width: 100%;
                    float: left;
                    background: #f4f4f4;
                    color: #999;
                    border: none;
                    font-family: 'Roboto', sans-serif;
                }



        .add-adress-pop .country-state-container .state
        {
            padding: 0;
            margin: 0 0 10px 0;
            width: 49%;
            float: right;
        }

            .add-adress-pop .country-state-container .state .lable
            {
                padding: 0 0 5px 0;
                margin: 0;
                width: 100%;
                float: left;
            }

            .add-adress-pop .country-state-container .state .textbox
            {
                padding: 0;
                margin: 0;
                width: 100%;
                float: left;
            }

                .add-adress-pop .country-state-container .state .textbox select
                {
                    padding: 7px 0;
                    margin: 0;
                    width: 100%;
                    float: left;
                    background: #f4f4f4;
                    color: #999;
                    border: none;
                    font-family: 'Roboto', sans-serif;
                }










    .add-adress-pop .city-postal-container
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 49%;
        float: right;
    }

        .add-adress-pop .city-postal-container .city
        {
            padding: 0 0 5px 0;
            margin: 0;
            width: 49%;
            float: left;
        }


            .add-adress-pop .city-postal-container .city .lable
            {
                padding: 0 0 5px 0;
                margin: 0;
                width: 100%;
                float: left;
            }

            .add-adress-pop .city-postal-container .city .textbox
            {
                padding: 0;
                margin: 0;
                width: 100%;
                float: left;
            }

                .add-adress-pop .city-postal-container .city .textbox select
                {
                    padding: 7px 1%;
                    margin: 0;
                    width: 98%;
                    float: left;
                    background: #f4f4f4;
                    color: #999;
                    border: none;
                    font-family: 'Roboto', sans-serif;
                }





        .add-adress-pop .city-postal-container .postal
        {
            padding: 0 0 5px 0;
            margin: 0;
            width: 49%;
            float: right;
        }


            .add-adress-pop .city-postal-container .postal .lable
            {
                padding: 0 0 5px 0;
                margin: 0;
                width: 100%;
                float: left;
            }

            .add-adress-pop .city-postal-container .postal .textbox
            {
                padding: 0;
                margin: 0;
                width: 100%;
                float: left;
            }

                .add-adress-pop .city-postal-container .postal .textbox input
                {
                    padding: 7px 1%;
                    margin: 0;
                    width: 98%;
                    float: left;
                    background: #f4f4f4;
                    color: #999;
                    border: none;
                    font-family: 'Roboto', sans-serif;
                }



    .add-adress-pop .instruction
    {
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
        float: left;
    }

        .add-adress-pop .instruction .lable
        {
            padding: 0 0 5px 0;
            margin: 0;
            width: 100%;
            float: left;
        }

    .add-adress-pop .address-title .textbox
    {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

    .add-adress-pop .instruction .textbox textarea
    {
        padding: 7px 1%;
        margin: 0;
        width: 98%;
        float: left;
        background: #f4f4f4;
        color: #999;
        border: none;
        font-family: 'Roboto', sans-serif;
        resize: none;
        font-size: 13px;
    }

    .add-adress-pop .buttons-area
    {
        display: block;
        float: left;
        margin: 0;
        padding: 5px 0;
        width: 100%;
    }

        .add-adress-pop .buttons-area button
        {
            background: none repeat scroll 0 0 #ff6600;
            border: medium none;
            color: #fff;
            cursor: pointer;
            float: left;
            font-family: "Roboto",sans-serif;
            font-weight: bold;
            margin: 0 5px 0 0;
            outline: medium none;
            padding: 6px 5px;
            width: auto;
        }

.message-sticker
{
    padding: 10px 1%;
    margin: 0;
    width: 98%;
    float: left;
    display: block;
    background: #ff6600;
    color: #fff;
}



/*personal profile page*/

.personal-profile
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .personal-profile h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

.account-info
{
    padding: 10px 1%;
    margin: 5px 0 0 0;
    float: left;
    width: 98%;
    background: #f7f6f6;
}

    .account-info h3
    {
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        color: #8fb721;
    }

.form-area
{
    padding: 0;
    margin: 0;
    float: left;
    width: 80%;
}

.profile-pic
{
    padding: 0;
    margin: 0 0 0 2%;
    float: right;
    width: 18%;
}

    .profile-pic img
    {
        width: 100%;
        /*height:150px*/ 
    }

    .profile-pic .upload
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

        .profile-pic .upload button
        {
            background: none repeat scroll 0 0 #ff6600;
            border: medium none;
            color: #fff;
            cursor: pointer;
            float: left;
            font-family: "Roboto",sans-serif;
            font-weight: bold;
            margin: 0;
            outline: medium none;
            padding: 6px 0;
            width: 100%;
            display: block;
        }

.account-info .first-name-container
{
    width: 49%;
    padding: 0;
    margin: 0;
    float: left;
}

.account-info .first-name-container
{
    width: 49%;
    padding: 0 0 5px 0;
    margin: 0;
    float: left;
}

    .account-info .first-name-container .salutation
    {
        width: 19%;
        padding: 0;
        margin: 0;
        float: left;
    }

        .account-info .first-name-container .salutation .lable
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

        .account-info .first-name-container .salutation .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .account-info .first-name-container .salutation .textbox select
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 6px 0;
                width: 100%;
            }

    .account-info .first-name-container .first-name
    {
        width: 78%;
        padding: 0;
        margin: 0;
        float: right;
    }

        .account-info .first-name-container .first-name .lable
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

        .account-info .first-name-container .first-name .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .account-info .first-name-container .first-name .textbox input
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 7px 1%;
                width: 98%;
            }



.account-info .last-name
{
    width: 49%;
    padding: 0 0 5px 0;
    margin: 0;
    float: right;
}

    .account-info .last-name .lable
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

    .account-info .last-name .textbox
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

        .account-info .last-name .textbox input
        {
            background: #fff;
            border: medium none;
            color: #999;
            float: left;
            font-family: "Roboto",sans-serif;
            margin: 0;
            padding: 7px 1%;
            width: 98%;
        }

.account-info .email-address
{
    width: 49%;
    padding: 0 0 5px 0;
    margin: 0;
    float: left;
}

    .account-info .email-address .lable
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

    .account-info .email-address .textbox
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

        .account-info .email-address .textbox input
        {
            background: #fff;
            border: medium none;
            color: #999;
            float: left;
            font-family: "Roboto",sans-serif;
            margin: 0;
            padding: 7px 1%;
            width: 98%;
        }

.account-info .contact-container
{
    width: 49%;
    padding: 0 0 5px 0;
    margin: 0;
    float: right;
}

    .account-info .contact-container .lable
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

    .account-info .contact-container .salutation
    {
        width: 19%;
        padding: 0;
        margin: 0;
        float: left;
    }

        .account-info .contact-container .salutation .lable
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

        .account-info .contact-container .salutation .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .account-info .contact-container .salutation .textbox select
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 7px 0;
                width: 100%;
            }

    .account-info .contact-container .first-name
    {
        width: 80%;
        padding: 0;
        margin: 0;
        float: right;
    }

        .account-info .contact-container .first-name .lable
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

        .account-info .contact-container .first-name .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .account-info .contact-container .first-name .textbox input
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 7px 1%;
                width: 98%;
            }

    .account-info .contact-container .country-code
    {
        width: 19%;
        padding: 0;
        margin: 0;
        float: left;
    }

        .account-info .contact-container .country-code .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .account-info .contact-container .country-code .textbox select
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 6px 0;
                width: 100%;
            }

    .account-info .contact-container .contact-number
    {
        width: 78%;
        padding: 0;
        margin: 0;
        float: right;
    }

        .account-info .contact-container .contact-number .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .account-info .contact-container .contact-number .textbox input
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 7px 1%;
                width: 98%;
            }

.account-info .date-birth
{
    padding: 0 0 10px 0;
    margin: 0;
    float: left;
    width: 49%;
}

    .account-info .date-birth .lable
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

    .account-info .date-birth .textbox
    {
        padding: 0;
        margin: 0;
        float: left;
        width: 30%;
        background: #fff;
        display: block;
    }

        .account-info .date-birth .textbox input
        {
            background: #fff;
            border: medium none;
            color: #999;
            float: left;
            font-family: "Roboto",sans-serif;
            margin: 0;
            padding: 7px 1%;
            width: 30%;
        }

        .account-info .date-birth .textbox span
        {
            float: right;
            padding: 5px;
            margin: 0;
            cursor: pointer;
        }

.account-info .farmer-id
{
    padding: 0 0 5px 0;
    margin: 0;
    float: left;
    width: 49%;
}

    .account-info .farmer-id .lable
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

    .account-info .farmer-id .textbox
    {
        width: 100%;
        padding: 0 0 5px 0;
        margin: 0;
        float: left;
    }

        .account-info .farmer-id .textbox input
        {
            background: #fff;
            border: medium none;
            color: #999;
            float: left;
            font-family: "Roboto",sans-serif;
            margin: 0 1% 0 0;
            padding: 7px 1%;
            width: 40%;
        }

        .account-info .farmer-id .textbox span
        {
            color: #ff0000;
            line-height: 30px;
            font-size: 10px;
        }

.account-info .credit-limit
{
    padding: 25px 0 5px 0;
    margin: 0;
    float: right;
    width: 49%;
}

    .account-info .credit-limit span
    {
        color: #ff6600;
        font-weight: bold;
    }

.account-info .my-wallet
{
    padding: 10px 1%;
    margin: 10px 0;
    width: 98%;
    float: left;
    background: #eeeded;
}

    .account-info .my-wallet h3
    {
        color: #8fb721;
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 7px 0;
        padding: 0 0 10px;
    }

    .account-info .my-wallet p
    {
        margin: 0;
        padding: 0 0 12px 0;
        float: left;
        clear: both;
    }

        .account-info .my-wallet p strong
        {
            font-weight: bold;
            color: #ff6600;
        }

.account-info .newsletter-check
{
    padding: 0 0 10px 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .account-info .newsletter-check input[type=checkbox].css-checkbox
    {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        .account-info .newsletter-check input[type=checkbox].css-checkbox + label.css-label
        {
            padding-left: 18px;
            /*height:13px; */
            display: inline-block;
            /*line-height:13px;*/
            background-repeat: no-repeat;
            background-position: 0 0;
            font-size: 13px;
            vertical-align: middle;
            cursor: pointer;
            clear: both;
            float: left;
        }

        .account-info .newsletter-check input[type=checkbox].css-checkbox:checked + label.css-label
        {
            /*background-position: 0 -13px;*/
            background-image: url(../images/checked.jpg);
        }

    .account-info .newsletter-check label.css-label
    {
        background-image: url(../images/un-checked.jpg);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.buttons-area
{
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    float: left;
}

    .buttons-area button
    {
        padding: 6px 10px;
        margin: 0;
        float: left;
        width: auto;
        outline: none;
        font-family: 'Roboto', sans-serif;
        background: #ff6600;
        color: #fff;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }

.manage-address
{
    padding: 20px 0 0 0;
    margin: 0;
    float: left;
    width: 100%;
    background: #fff;
    display: block;
}

    .manage-address .block
    {
        padding: 0;
        margin: 0 2% 15px 0;
        float: left;
        width: 32%;
        background: #f7f6f6;
        min-height: 220px;
        display: block;
        position: relative;
    }

        .manage-address .block:last-child, .manage-address .block:nth-child(3n)
        {
            margin: 0 0 15px 0;
        }

        .manage-address .block .edit
        {
            padding: 0;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

            .manage-address .block .edit a
            {
                padding: 0;
                margin: 0;
                width: 32px;
                height: 38px;
                cursor: pointer;
                display: block;
                background: #ff6600 url(../images/edit.png) no-repeat 7px 8px;
            }

        .manage-address .block .close
        {
            padding: 0;
            margin: 0;
            position: absolute;
            right: 5px;
            bottom: 5px;
            width: 21px;
            height: 21px;
            cursor: pointer;
            background: url(../images/pop-close.png) no-repeat center center;
        }

        .manage-address .block .title
        {
            padding: 12px 2%;
            margin: 0;
            width: 96%;
            float: left;
            background: #8fb721;
            font-size: 13px;
            font-weight: bold;
            height: 14px;
            color: #fff;
        }

            .manage-address .block .title span
            {
                font-size: 13px;
                font-weight: normal;
            }

        .manage-address .block .address
        {
            padding: 12px 2%;
            margin: 0;
            width: 96%;
            float: left;
            height: 14px;
            line-height: 20px;
            display: block;
        }

        .manage-address .block .location
        {
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: center;
            height: 180px;
            background: url(../images/location-icon.png) no-repeat center center;
            text-align: center;
        }

        .manage-address .block .add-address-lable
        {
            text-align: center;
            font-size: 17px;
            width: 100%;
            display: block;
            color: #ff6600;
            font-weight: bold;
        }

.change-password
{
    background: #f7f6f6;
    float: left;
    margin: 0 0 20px 0;
    padding: 10px 1%;
    width: 98%;
}

    .change-password h3
    {
        color: #8fb721;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        padding: 0 0 10px;
    }

    .change-password .password-container
    {
        padding: 0;
        margin: 10px 2% 10px 0;
        width: 32%;
        float: left;
    }

        .change-password .password-container:last-child
        {
            margin: 10px 0;
        }

        .change-password .password-container .lable
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

        .change-password .password-container .textbox
        {
            width: 100%;
            padding: 0 0 5px 0;
            margin: 0;
            float: left;
        }

            .change-password .password-container .textbox input
            {
                background: #fff;
                border: medium none;
                color: #999;
                float: left;
                font-family: "Roboto",sans-serif;
                margin: 0;
                padding: 7px 1%;
                width: 98%;
            }


.dropdown dl, dt, dd, ol, ul, li
{
    margin: 0;
    padding: 0;
}
/* Dropdown style */
.dropdown
{
    width: 70px;
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    float: left;
    font-size: 12px;
    color: #fff;
    background: url(../images/language-icon.png) no-repeat left center;
}

    .dropdown dt a
    {
        display: block;
        width: 100%;
        text-decoration: none;
    }

        .dropdown dt a:hover, .dropdown dt a:active
        {
            border-color: #bdc3c7;
        }

    .dropdown dt span
    {
        display: block;
        padding: 0;
        line-height: 20px;
        background: url(../images/select_right.png) no-repeat right center;
        border-right: 1em solid transparent;
        cursor: pointer;
        width: 65px;
    }

    .dropdown dd
    {
        position: relative;
    }

        .dropdown dd ul
        {
            display: none;
            position: absolute;
            left: 0;
            top: -20px;
            width: 100%;
            list-style: none;
            background: #112348 none repeat scroll 0 0;
        }

            .dropdown dd ul li:first-child a:hover
            {
            }

            .dropdown dd ul li:last-child a:hover
            {
            }

        .dropdown dd li a
        {
            display: block;
            padding: 0 0 0 5px;
            line-height: 20px;
            text-decoration: none;
        }

            .dropdown dd li a:hover
            {
                background-color: #e5e5e5;
                cursor: pointer;
                color: #333;
            }

.selected
{
    background: #ff6600;
}

/*--------added by balaji-----------*/
/*--- land details---*/
.land-details
{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    .land-details h1
    {
        padding: 8px 0 8px 1%;
        margin: 5px 0;
        float: left;
        width: 99%;
        background: #8fb721;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

        .land-details h1 span
        {
            color: #b6ce73;
        }

    .land-details .grid
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        background: #fff;
    }

        .land-details .grid .grid-head
        {
            width: 100%;
            float: left;
            padding: 10px 0;
            margin: 0;
            color: #333333;
            border-bottom: 1px solid #999;
        }

            .land-details .grid .grid-head .land_name
            {
                padding: 0 0 0 1%;
                margin: 0;
                width: 15%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-head .village
            {
                padding: 0;
                margin: 0;
                width: 16%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-head .main_survey
            {
                padding: 0;
                margin: 0;
                width: 12%;
                float: left;
                text-align: center;
            }

            .land-details .grid .grid-head .survey_no
            {
                padding: 0;
                margin: 0;
                width: 10%;
                float: left;
                text-align: center;
            }

            .land-details .grid .grid-head .soli_type
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 16%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-head .area
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 15%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-head .khatestatus
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 12%;
                float: left;
                text-align: right;
            }




        .land-details .grid .grid-sub
        {
            width: 100%;
            float: left;
            padding: 10px 0;
            margin: 0 0 10px 0;
            color: #333333;
            border-bottom: 1px solid #ededed;
            display: block;
        }

            .land-details .grid .grid-sub .land_name_sub
            {
                padding: 0 0 0 1%;
                margin: 0;
                width: 15%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-sub .village_sub
            {
                padding: 0;
                margin: 0;
                width: 16%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-sub .land_name_sub a
            {
                color: #333;
                text-decoration: none;
            }

                .land-details .grid .grid-sub .land_name_sub a:hover
                {
                    text-decoration: underline;
                }

            .land-details .grid .grid-sub .main_survey_sub
            {
                padding: 0;
                margin: 0;
                width: 12%;
                float: left;
                text-align: center;
            }

            .land-details .grid .grid-sub .survey_no_sub
            {
                padding: 0;
                margin: 0;
                width: 10%;
                float: left;
                text-align: center;
            }

            .land-details .grid .grid-sub .soli_type_sub
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 16%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-sub .area_sub
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 15%;
                float: left;
                text-align: left;
            }

            .land-details .grid .grid-sub .khatestatus_sub
            {
                padding: 0 1% 0 0;
                margin: 0;
                width: 12%;
                float: left;
                text-align: right;
            }

/*----land details close----*/

.land_details_table
{
    float: left;
}


.login-area .cus-fields
{
    padding-bottom: 50px;
    margin-top: 20px;
    width: 100%;
    display: block;
    float: left;
    font-size: 20px;
}

.login-area .login-head h2
{
    width: auto;
    padding: 0;
    margin: 22px 0 10px 0;
    float: left;
    font-size: 17px;
    /*font-weight:bold;*/
    color: #ff6600;
}



label.cus-label
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin: 10px 0 0 32px;
    font-size: 15px;
    width: 86px;
    text-align: right;
}

.login-area .cus-fields .name
{
    margin: 0;
    padding: 0;
    float: left;
    width: 49%;
}

.login-area .cus-fields .fields
{
    margin: 5px 0 0 0;
}

.login-area .cus-fields .cus-label2
{
    color: #999999;
    float: left;
    margin: 10px 0 0 11px;
    font-size: 15px;
    width: 55%;
}

.ui-slider-horizontal
{
    height: .2em !important;
}

.ui-slider .ui-slider-handle
{
    width: 0.2em !important;
}

.ui-slider-horizontal .ui-slider-handle
{
    top: -8px !important;
    margin-left: -1px !important;
    z-index: 0 !important;
}

.view_order_details_payment_details
{
    width: 30% !important;
    float: left;
}

.filter-scroll
{
    width: 100%;
    height: auto;
    max-height: 110px;
    min-height: inherit;
    overflow: auto;
}

/*-----------added by balaji 29/7/15-----------------*/
.ui-widget-content , .ui-menu {
    background: #7ca115 !important;
    background-image: none !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0px !important;
}
    .ui-widget-content a , .ui-menu .ui-menu-item a {
        color: #fff !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus , .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        background: #1e325b !important;
        background-image: none !important;
    }
.ui-autocomplete {
    max-height: 150px !important;
}
/*-----------added by balaji 29/7/15-----------------*/



/*---------new field open------------*/
.bred-crumb-inner-two .Inner_p_tag {
    
    float: right;
    padding-left: 10px;
    width: auto;
    /*max-width: 30%;*/
    min-width:20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
    .bred-crumb-inner-two .Inner_p_tag label, .bred-crumb-inner-two .Inner_p_tag span {
        display: inline-block;
        float: left;
        width:auto;
        
    }
    .bred-crumb-inner-two .Inner_p_tag label {
        font-weight: bold;
        color: #ff6600;
    }
    .bred-crumb-inner-two .Inner_p_tag span {
        color: #666666;
    }
.bred-crumb-inner-one {
    padding-left: 5px;
}
/*---------new field open------------*/
  .loadergif {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 0.2) url('../../Content/Images/Ajax-Loading.gif') 50% 50% no-repeat;
}
.zoom_table thead tr th{
    background: #91b922;
    color: #fff;
    padding-left: 10px;
}