html, body {
    background: #FFF;
    color: #000;
    font-family: "Sans" !important;
    font-size: 12px;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    /* width:100%;*/
    overflow-x: hidden;
    outline: none;
}

.giftCardText {
    float: right;
    width: 49%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 22px;
}

    .giftCardText:hover {
        color: #737373;
    }

.giftCardFText {
    width: 40%;
    float: left;
    float: left;
    /* color: #2e2e2e; */
    color: #f46c20;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.starOuter {
    width: 100%;
    text-align: center;
    height: 18px;
    padding: 5px;
}

.MySignOut {
    font-size: 11px;
}

    .MySignOut span {
        color: #f78d1f;
        font-weight: bold;
        float: left;
        width: 100%;
    }

div.usd1 {
    float: left;
    /* width: 55px; */
    /* margin-top: 20px; */
    width: 50px;
    /* margin-right: 3px; */
    margin-top: 7px;
    padding: 0px;
    border: none;
}

    div.usd1 label select {
        border: none;
        background: inherit;
        line-height: normal;
    }

        div.usd1 label select[disabled] {
            width: 45px;
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 0px;
            background: url(../images/select-arrow-fade.png) no-repeat 97% 11px;
            -moz-appearance: none;
            -webkit-appearance: none;
            color: #808080;
            line-height: normal;
        }

.starinner {
    width: 100%;
    /*margin:0px auto;*/
    /*padding-left:5px;*/
}

p {
    padding: 0 0 16px 0;
    line-height: 1.7em;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

ul.linkpic {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.linkpic li {
        padding: 5px;
        text-align: center;
        margin: 0;
    }

        ul.linkpic li a img {
            margin: 0 auto;
            text-align: center;
            max-width: 100%;
        }

ul.linkpic3 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.linkpic3 li {
        padding: 0px;
        text-align: center;
        margin: 0;
    }

        ul.linkpic3 li a img {
            margin: 0 auto 3px;
            text-align: center;
            max-width: 100%;
        }

            ul.linkpic3 li a img:hover {
                opacity: 0.9;
                filter: alpha(opacity=90); /* For IE8 and earlier */
            }

.GiftcardList_white {
    background: #ffffff !important;
}

.paddZero {
    padding: 0px;
}

.imgResponADJ {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.imgResponADJ50 {
    max-width: 50%;
    padding: 0;
    margin: 0 auto;
}

.imgResponADJLogo {
    max-width: 120px;
    padding: 0;
    margin: 3% auto 0px;
}

a:focus {
    outline: none !important;
    border-color: none !important;
    box-shadow: none !important;
    border: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #277487;
    padding: 0 0 0.5em 0;
}

h1, h2, h3 {
    font: bold 140% /*'sans'*/;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 0;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
    padding: 0.5em 0 0 0;
}

h4, h5, h6 {
    padding: 0 0 0.5em 0;
    font: normal 120% 'Sans';
}

a, a:hover {
    outline: none;
    text-decoration: none !important;
    color: #277487;
}

    a:hover {
        /*text-decoration: underline;*/
        color: #0c252b;
        text-decoration: none;
    }

select {
    width: auto;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

blockquote {
    margin: 2em 0;
    padding: 1em 2em 0 2em;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 0.1em 0 1em 2em;
}

    ul li {
        list-style-type: none; /*margin: 0 0 0.25em 0;    padding: 0 0 0.25em 0.5em;*/
        line-height: 18px; /*modify 12.8.2016*/
        height: auto;
        /*margin-bottom: 15px;*/
        margin-bottom: 6px;
    }

        ul li.m_bott {
            margin-bottom: 10px;
            padding-bottom: 8px;
            padding-right: 4px;
            display: block;
            border-bottom: #bfbfbf dashed 1px;
        }

            ul li.m_bott a {
                color: #000;
                text-transform: lowercase;
                font-size: 12.5px;
                line-height: 14px;
            }

                ul li.m_bott a span img {
                    margin-top: -4px;
                }

ol {
    margin: 0.1em 0 2em 2em;
}

    ol li {
        margin: 0 0 0.5em 0;
    }

.left {
    float: left;
    /*width: auto;*/
    width: 10%; /*edit 21.9.2016 somak*/
    margin-right: 5px; /*1em;last change*/
}

.right {
    float: right;
    width: auto;
    margin-left: 1em;
}

.center {
    display: block;
    text-align: center;
    margin: 2em auto;
}

.clear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

.marLeftAdj {
    margin-left: 0 !important;
}

.marRightAdj {
    margin-right: 0;
}

/*@font-face {
    font-family: "sans";
    src: url('../fonts/742156983-sans-Regular.eot');
    src: url('../fonts/742156983-sans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/742156983-sans-Regular.svg#sans') format('svg'), url('fonts/742156983-sans-Regular.woff') format('woff'), url('fonts/742156983-sans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sans";
    src: url('../fonts/644348145-sans-Light.eot');
    src: url('../fonts/644348145-sans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/644348145-sans-Light.svg#sans') format('svg'), url('fonts/644348145-sans-Light.woff') format('woff'), url('fonts/644348145-sans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/*SansLight start*/
@font-face {
    font-family: "SansLight";
    src: url('../fonts/open-sans/OpenSans-Light.ttf');
}

@font-face {
    font-family: "SansLightItalic";
    src: url('../fonts/open-sans/OpenSans-LightItalic.ttf');
}

@font-face {
    font-family: "SansItalic";
    src: url('../fonts/open-sans/OpenSans-Italic.ttf');
}

@font-face {
    font-family: "Sans";
    src: url('../fonts/open-sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: "SansBold";
    src: url('../fonts/open-sans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: "SansBoldItalic";
    src: url('../fonts/open-sans/OpenSans-BoldItalic.ttf');
}

@font-face {
    font-family: "SansSemiBold";
    src: url('../fonts/open-sans/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: "SansExtraBold";
    src: url('../fonts/open-sans/OpenSans-ExtraBold.ttf');
}
/*SansLight end*/

/* Roboto start */
/*@font-face {
    font-family: "Roboto-Thin";
    src: url('../fonts/roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: "Roboto-Light";
    src: url('../fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: "Roboto-Medium";
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: "Roboto-Condensed";
    src: url('../fonts/roboto/Roboto-Condensed.ttf');
}

@font-face {
    font-family: "Roboto-BoldCondensed";
    src: url('../fonts/roboto/Roboto-BoldCondensed.ttf');
}

@font-face {
    font-family: "Roboto-Black";
    src: url('../fonts/roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: "Roboto-Bold";
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}*/

/* Roboto end*/



#main_wrapper {
    width: 100%;
    margin: 0 auto;
    /*font-family: "sans";*/
    font-family: "Sans";
    /*background: url(../images/header-bg.jpg) no-repeat right;
    background-position: top right;*/
}


.content_area {
    margin: 0 auto; /* width:1366px;*/
    width: auto;
}

header {
    width: 100% !important;
    padding: 0;
    margin: 0;
    /*min-height:75px;*/ /*200px*/ /*edit 19.8.2016 somak*/
    /*font-family: "sans";*/
    font-family: "Sans";
}


logo {
    /** width: 214px;
height: 151px;**/
    float: left;
    margin: 5px;
    padding-left: 10px;
    margin-bottom: 0px;
    /*margin-right: 10%;*/
    margin-right: 10px; /*add 8.8.2016 Somak*/
    width: 12%; /*add 8.8.2016 Somak*/
}

    logo img {
        /*width: 175px;*/ /* 140px;*/ /* somak block the code 10.8.2016*/
        /*margin-bottom: 25%;*/
        position: absolute;
        max-width: 180px; /*add 10.8.2016 add the code*/
    }

/*minlogo img {
    max-width: 110px!important;
}*/
/*minlogo {
    margin-top: 3px !important;
}*/

minlogo img {
    max-width: 110px !important;
}

.welcome_area {
    /** width: auto;**/
    /*float: right;*/
    /*width:100%;
    min-height:30px;
    font-family: "sans";*/
    float: right;
    /*width: 100%;*/
    width: auto; /*add 8.8.2016 Somak*/
    margin-top: 2px; /*add 19.8.2016 Somak*/
    /* height: auto; */
    min-height: 25px;
    /*font-family: "sans";*/
    /*border-bottom: #43679f solid 2px; /*add 23.10.2017*/
}

.welcometext {
    /*text-align: center;
    color: #414042;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px 8px 0px;*/
    text-align: right;
    color: #414042;
    font-size: 12px; /*edit 24.8.2016 somak*/
    text-transform: uppercase;
    /* padding: 5px 0px 8px 0px; */
    /*width: 75%;*/
    width: auto; /*Somak add 8.8.2016*/
    float: left;
    padding-top: 6px; /*add 24.8.2016 somak*/
    padding-right: 4px; /*add 24.8.2016 somak*/
    margin-top: 7px;
    margin-left: 8px;
}

.signinyouraccount {
    /*color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    /** width: auto;**/
    /*  float: right ;left
    font-family: "sans";*/
    color: #FFF;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px; /*edit 16.8.2016 somak*/
    float: right;
    /*font-family: "sans";*/
    /*width: 25%;*/
    /*width:100%;*/ /*Somak 8.8.2016*/
    /*margin-top: 3px;*/
    margin-top: 7px; /*add 16.8.2016 somak*/
}

    .signinyouraccount a {
        /*padding: 3px 20px;*/
        /*padding: 6px 18px;*/ /*edit 16.8.2016 somak*/
        padding: 6px 10px;
        /*-webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;*/
        /*background: #00b2c8;*/
        /*color: #FFF;*/
        /*color:#3B6BB4;*/
        /*color:#747474;*/
        color: #3b6bb4;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        float: left;
        margin-right: 5px;
        border-bottom: solid 2px;
        border-bottom: rgba(211,211,211,0.1) solid 2px;
    }

        .signinyouraccount a:hover {
            border-bottom: #3b6bb4 solid 2px;
        }

    .signinyouraccount span {
        color: #414042;
        text-align: center;
        padding: 0px 5px;
        text-transform: uppercase; /*anup lowercase to capitalize */
        font-size: 12px;
        padding: 3px 0px 3px 7px;
        /*font-family: "sans";*/
        float: left;
    }

        .signinyouraccount span a {
            /*color: #3B6BB4;*/
            color: #747474;
            text-decoration: none;
            background: none;
            padding: 0;
            /*font-family: "sans";*/
            font-weight: bold;
            margin-top: 3px;
            padding-bottom: 5px;
            border-bottom: rgba(211,211,211,0.1) solid 2px;
        }

            .signinyouraccount span a:hover {
                border-bottom: #3b6bb4 solid 2px;
            }


        .signinyouraccount span select {
            margin-bottom: 0px;
            /*border: 1px solid #b5b5b5 !important;*/
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            /*background: #d7d7d7 url(../images/select-arrow.png) no-repeat 97% center;*/
            background: url(../images/select-arrow.png) no-repeat 97% center;
            width: 110px !important;
            text-indent: 0.01px;
            text-overflow: "";
            color: #262626;
            padding: 0px 0px 0px 2px;
            border-radius: none !important;
            -moz-border-radius: none !important;
            -webkit-border-radius: none !important;
            height: 29px;
            border: none;
            outline: none;
        }

.howitWor {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 10px;
}

.applyCup3 {
    background: none;
    background: url(../images/select-arrow.png) no-repeat 98% center;
    border: 1px solid #b5b5b5 !important;
    cursor: pointer;
    height: 29px;
    width: 110px !important;
}

.header_contearea {
    /*width:1120px; */
    /*width: auto;*/
    /*width:65%;*/ /*somak add 8.8.2016*/
    float: right;
    margin-top: 1px; /*edit line css*/
    /*min-width: 75%;*/
    padding-right: 5px; /*add 19.8.2016 somak*/
}

.keywordsearch {
    width: 350px; /*add 14.8.2016 css add Somak*/
    float: left;
    background: #d7d7d7;
    height: 32px;
    /* padding-left: 10px; last change*/
    margin-right: 8px;
    margin-top: 3px;
    /*border:#090 solid 1px;*/ /*add extra*/
}

/*New Search DropDown Section*/

.wordsearchSec {
    /* width: 350px; */
    /*width:490px;*/ /*14.6.2017*/
    width: 550px;
    float: left;
    background: #ffffff;
    margin-right: 8px;
    margin-top: 3px;
    height: 30px;
    border: #c3c3c3 solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
}

.searchArea {
    display: block;
    position: relative;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-radius: 0\9;
    *border-radius: 0;
    height: 60px;
}

    .searchArea .dropBarLeft {
        position: relative;
        float: left;
        width: auto;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-right: 3px;
        padding-left: 2px;
        background: #eeeeee;
        height: 30px;
        boeder: none;
        border-right: #c3c3c3 solid 1px;
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        -khtml-border-radius: 5px 0px 0px 5px;
    }

        .searchArea .dropBarLeft select {
            font-size: 12px;
            font-weight: bold;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            /*background: rgba(215,215,215,0.9) url(../images/drop-arrow.png) no-repeat 97% center;*/
            background: url(../images/drop-arrow-light.png) no-repeat 98% center;
            padding-right: 12px;
            padding-left: 1px;
            border: none;
            padding-top: 3px;
            line-height: 14px;
        }

    .searchArea .contFillSec {
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        /*height:350px;*/
    }

    .searchArea .buttSecright {
        position: relative;
        float: right;
        width: auto;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

.searchTypefield {
    position: relative;
    /* min-height:30px;*/
    background: #ffffff;
    height: 30px;
}


input.go[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #f78d1f;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 30px;
    outline: medium none;
    width: 40px;
    color: #ffffff;
}

.textInput {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 15px;
    padding: 1px 10px 6px 0;
    margin: 0;
    border: 0;
    height: 33px;
    font-family: arial,sans-serif;
    font-size: 15px;
    background: 0 0;
    color: #111;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
    border: none !important;
    padding: 5px;
}

/*select dropdown control width wise*/

#ctl00_dropSearch {
    width: 40px;
}

#width_tmp_select {
    display: none;
}

/*New Search DropDown Section End*/


.keywordsearch .left {
    font-size: 12px;
    color: #414042;
    line-height: 32px;
}

    .keywordsearch .left label select {
        max-width: 50px !important;
        /*width:200px!important;*/
        font-size: 12px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: rgba(215,215,215,0.9) url(../images/drop-arrow.png) no-repeat 97% center;
        padding-right: 15px;
        padding-left: 1px;
    }

input.keywordssearch[type=text] {
    /** width: 273px;**/
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border: none;
    height: 26px; /*30*/
    line-height: 26px;
    margin-top: 3px;
    padding: 0px 10px;
    float: left;
    outline: none;
    width: 200px !important; /*Somak add 8.8.2016*/
}

input.go[type=button] {
    outline: none;
    cursor: pointer;
    /*width: 33px;*/ /*block the code*/
    height: 32px; /*36px*/
    border: none;
    float: right;
    /*background: url(../images/go.jpg) no-repeat;*/
    background: #f78d1f; /*add 14.8.2016 somak*/
}

.keywordsearch .right {
    font-size: 14px;
    color: #414042;
    /*font-family: "sans";*/
}

.countrysearch {
    /*width: 240px;*/
    /*height: 22px;*/
    float: left;
    margin-right: 12px;
    margin-top: 3px; /*15px*/
}

    .countrysearch label {
        display: block;
        position: relative;
        height: 22px;
        /*font-family: "sans";*/
    }

    .countrysearch select {
        background: #c9c9c9;
        border: none;
        border-radius: 0px;
        -webkit-appearance: none;
        color: #666666;
        display: block;
        font-size: 12px;
        margin: 0;
        line-height: 18px;
        height: 30px; /*anup 22px*/
        padding: 2px 0 2px 2px;
        outline: none;
        /**width: 240px;**/
    }

    .countrysearch label:after {
        background: #FFF;
        border-radius: 0;
        bottom: 0;
        color: #FFFFFF;
        content: url(../images/countrydrop-arrow.jpg);
        /*line-height: 30px;
height: 21px;*/
        padding: 0 0px;
        pointer-events: none;
        position: absolute;
        right: -1px !important;
        text-shadow: 0 1px 1px #000000;
        top: 0px;
        z-index: 1000;
    }

    .countrysearch select option {
        background: #FFF;
        font-size: 12px;
        float: left;
        outline: none;
    }

.storesearch {
    /* width:240px;*/
    float: left;
    margin-top: 3px; /*15px*/
    margin-right: 7px;
}

    .storesearch label {
        display: inline-block;
        position: relative;
    }

    .storesearch select {
        -webkit-appearance: none;
        background: #c9c9c9;
        border: none;
        border-radius: 0px;
        color: #666666;
        display: inline-block;
        font-size: 12px;
        margin: 0;
        height: 30px;
        /*height: 22px;
line-height: 18px;*/
        padding: 2px 0 2px 2px;
        outline: none;
        /** width: 240px;**/
    }

    .storesearch label:after {
        background: #FFF;
        border-radius: 0;
        bottom: 0;
        color: #FFFFFF;
        content: url(../images/storedrop-arrow.jpg);
        line-height: 30px;
        height: 21px;
        padding: 0 0px;
        pointer-events: none;
        position: absolute;
        right: -1px !important;
        text-shadow: 0 1px 1px #000000;
        top: 0px;
        z-index: 1000;
    }

    .storesearch select option {
        background: #FFF;
        font-size: 12px;
        float: left;
        outline: none;
        border: none;
    }
/*----------------somak add new 8.8.2016--------------*/
div.usd {
    float: left;
    /*width:55px;*/ /*edit 9.6.2016*/
    /*margin-top:20px;*/
    width: 66px;
    /*margin-right:3px;*/
    margin-top: 6px;
}

    div.usd label select { /*somak add new 30.8.2016*/
        /*width:98%;*/
        /*background:#d7d7d7!important;*/
        /*border: 1px solid #b5b5b5 !important;*/
        /*margin-bottom: 1px !important;*/
        -webkit-appearance: none; /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        appearance: none;
        background: url(../images/select-arrow.png) no-repeat 88% 12px;
        width: 48px !important; /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        /*color: #262626;*/
        /*color:#3B6BB4;*/
        color: #747474;
        padding: 0px;
        margin: 0px;
        /*box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);*/
        border-radius: 0px;
        /*height:30px;*/
        border: none;
        outline: none;
        font-weight: bold;
        font-size: 12px;
        font-family: "Sans" !important;
        padding-bottom: 4px;
        border-bottom: rgba(204,204,204,0.0) solid 2px;
    }

        div.usd label select:hover {
            border-bottom: #3b6bb4 solid 2px;
        }

.headericonarea {
    /**width: 190px;**/
    /*float: right;*/
    float: left; /*add 8.8.2016*/
    padding-top: 2px; /*add 26.8.2016 somak*/
}

    .headericonarea .mycart {
        width: 59px;
        float: left;
        margin-right: 5px;
    }

    .headericonarea .wishlist {
        /** width: 59px;**/
        float: left;
        margin-right: 5px;
    }

    .headericonarea .giftcard {
        /** width: 59px;**/
        float: left;
    }

/*--howItworksSec---*/
#howItworksSec {
    width: 105px;
    padding: 0;
    margin: 0;
    /*color:#3B6BB4;*/
    color: #747474;
    float: left;
    margin-right: 5px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 6px;
    text-align: left;
    background: url(../images/select-arrow.png) no-repeat 98% 11px;
    cursor: pointer;
    padding-bottom: 5px;
}

    #howItworksSec:hover {
        border-bottom: #3b6bb4 solid 2px;
    }

#howItworksSecWrapper {
    position: absolute;
    top: 45px;
    right: 50px;
    width: 150px;
    background: #ffffff;
    border-bottom: #c2c2c2 solid 1px;
    border-right: #c2c2c2 solid 1px;
    border-left: #c2c2c2 solid 1px;
    z-index: 5000;
    padding: 0;
    display: none;
}

.arrowdiv15 {
    position: relative;
    top: -10px;
    left: 7px;
    width: 15px;
    height: 10px;
    display: block;
    cursor: pointer;
    background: url(../images/arrow_top1.png) no-repeat left top;
    z-index: 1000;
}

#howItworksSecWrapper .adddr {
    width: 100% !important;
    float: left;
    padding: 0;
    margin: 0;
}

    #howItworksSecWrapper .adddr a {
        display: block !important;
        font-size: 12px !important;
        line-height: 21px;
        text-align: center;
        background: #eeeeee !important;
        color: #747474;
        width: 87% !important;
        border-radius: 0px;
        background-image: none !important;
        border-bottom: #d3d3d3 solid 1px;
        font-weight: normal;
    }

        #howItworksSecWrapper .adddr a:hover {
            background: #d7d7d7 !important;
            color: #202020;
        }
/*.howsub{
	display:block!important;
}*/

/*---howItworksSec end---*/

.navarea {
    width: 100%;
    float: left;
    /*margin-top:10px;*/
}

.shopbydepartment {
    /**width: auto;**/
    line-height: 32px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    float: left;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*padding: 0px 15px;*/ /*block the line 23.8.2016 somak*/
    display: block;
    margin-top: 3px;
    /*margin-left: 5px;*/ /*block the line 23.8.2016 somak*/
    background: #f7c11e; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YzExZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTJiMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7c11e 0%, #f78d1e 50%, #ee2b24 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c11e), color-stop(50%,#f78d1e), color-stop(100%,#ee2b24)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7c11e 0%,#f78d1e 50%,#ee2b24 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7c11e 0%,#f78d1e 50%,#ee2b24 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7c11e 0%,#f78d1e 50%,#ee2b24 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7c11e 0%,#f78d1e 50%,#ee2b24 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c11e', endColorstr='#ee2b24',GradientType=0 ); /* IE6-8 */
    /*width:12.9%;*/ /* add 16.8.2016 somak*/
    width: 100%; /*add 23.8.2016 somak*/
}

    .shopbydepartment a {
        color: #FFF;
        text-decoration: none;
    }

        .shopbydepartment a:hover {
            color: #FFF;
        }

.dropdown-menu > li > a.lessImp {
    color: #c5ccce !important;
}


.navigationlink {
    /**  width: auto;**/
    float: left;
    /*padding-left: 28px;*/ /* padding-top:8px;padd-left39px*/
    padding-top: 9px; /*add 24.8.2016 somak*/
    padding-left: 18px;
    /* width: 68%; */ /*add css 16.8.2016 somak*/
    width: 78%;
    margin-right: 1%; /*add css 16.8.2016 somak*/
}

    .navigationlink ul {
        padding: 0;
        margin: 0;
    }

        .navigationlink ul li {
            padding: 0;
            margin: 0;
            color: #3b6bb4;
            text-transform: uppercase;
            float: left;
            font-size: 17px; /*17px*/
            position: relative;
        }

            .navigationlink ul li a {
                /* color: #3b6bb4;
                text-decoration: none;
                padding: 0px 10px; 
                border-right: #3b6bb4 solid 1px;
                outline: none;
                font-size:13px;*/
                color: #277487;
                text-decoration: none;
                padding: 0px 10px;
                border-right: #277487 solid 1px;
                outline: none;
                font-size: 14px;
            }

                .navigationlink ul li a:hover {
                    /* color: #4b80cf;*/
                    color: #0c252b;
                    text-decoration: none;
                }

            .navigationlink ul li:first-child a {
                border-left: #3b6bb4 solid 1px;
                padding-left: 10px;
            }

            .navigationlink ul li:last-child a {
                /*padding-right: 57px;*/
            }

                .navigationlink ul li:last-child a img {
                    position: absolute;
                    right: 0;
                }

            .navigationlink ul li a.lessImp {
                color: #c5ccce !important;
            }


.livechaticon {
    /** width: 177px;
    float: right;**/
    /*position: fixed;*/
    position: absolute;
    right: 0;
    /*z-index: 10000;*/
    /*top:39%;*/
    /*top:10%;*/
    top: 100px;
    /*top: 80px;*/ /*11%;*/ /*edit 14.8.2016*/
    z-index: 2000;
}

    .livechaticon a {
        padding-right: 0px;
    }

    .livechaticon img {
        width: 65px;
    }

    .livechaticon a {
        border: none !important;
    }
/* Body Content area starts here */

.body_container {
    width: 99%;
    float: left;
    padding: 8px 0px 20px 0px; /*edit 24.8.2016 somak*/
    margin: 0;
    min-height: 350px; /*edit 25.8.2016 somak*/
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.body_container_1 { /*new add 9.9.2016 somak*/
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 12px 0 0 0;
    min-height: 350px;
}

/* Slider Area Starts Here */
.slider_cont {
    /*anuplast width: 100% !important;*/
    width: 100% !important;
    float: left;
    margin-top: 5px;
}

.slider_cont_1 {
    /*anuplast width: 100% !important;*/
    width: 100% !important;
    float: left;
    margin-top: 0;
}

/* Slider Area Ends Here */

/* Product Container Starts */
.product_holder {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

    .product_holder ul {
        padding: 0;
        margin: 0;
    }

        .product_holder ul li {
            padding: 0;
            margin: 0;
            float: left;
            height: auto;
            background: #f6cfa5;
            padding: 2%; /*23px;*/
            margin-top: 3%;
        }


            .product_holder ul li a {
                padding: 0;
                margin: 0;
                float: left;
            }

                .product_holder ul li a:hover {
                    padding: 0;
                    margin: 0;
                    float: left;
                }

.productimage {
    margin: 0 auto;
}

    .productimage img {
        /*width: 100%;*/
        width: 96%;
        padding:0 2%;
    }

.productdesc {
    margin: 0 auto;
}

    .productdesc h2 {
        text-align: center;
        text-transform: uppercase;
        color: #3b6bb4;
        /*font-family: "sans";*/
        font-size: 24px;
        /*font-weight: normal;*/
        font-weight: bold !important; /*add css 19.8.2016*/
        margin: 3px 0 3px 0px;
        padding: 0;
    }

        .productdesc h2 a {
            color: #3b6bb4;
            /*font-family: "sans";*/
            text-decoration: none;
            width: 100%;
        }

            .productdesc h2 a:hover {
                color: #000;
                text-decoration: none;
            }

    .productdesc a {
        color: #3b6bb4;
    }

    .productdesc h2 span {
        margin: 0 auto;
        background: url(../images/down-arrow.jpg) no-repeat;
        display: block;
        width: 15px;
        height: 21px;
        display: block;
    }

    .productdesc p {
        color: #3b6bb4;
        font-size: 16px;
        text-align: center;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

.productStoreName {
    padding: 3px 0px 0px 8px;
    font-size: 11px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* Product Container Ends */

/* Body Content area ends here */





/* Footer Starts Here */
.footertopshadow {
    background: url(../images/footer-top-shadow.jpg) repeat-x;
    /*height: 24px;*/
    width: 100%;
    float: left;
}

footer {
    width: 100%;
    min-height: 300px;
    float: left; /*Anup min-height:442px;*/
    background: #c4c4c4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0YzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2MzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #c4c4c4 0%, #fefefe 50%, #c3c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c4c4c4), color-stop(50%,#fefefe), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #c4c4c4 0%,#fefefe 50%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #c4c4c4 0%,#fefefe 50%,#c3c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #c4c4c4 0%,#fefefe 50%,#c3c3c3 100%); /* IE10+ */
    background: linear-gradient(to right, #c4c4c4 0%,#fefefe 50%,#c3c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#c3c3c3',GradientType=1 ); /* IE6-8 */
}

.footer_cont {
    width: 80%;
    /** width:935px; **/
    margin: 0 auto;
    padding-top: 23px;
    font-family: "Sans" !important;
}

.footertopbox {
    width: 100%;
    float: left;
}
/**.link_box
{
width: 190px;
float: left;
margin-right: 58px;
}**/
.link_box { /*edit 16.9.2016 somak*/
    width: 21%;
    float: left;
    margin-right: 4%;
    background: rgba(202,202,202,0.5);
    /*padding:.5%;*/
    padding: .5%;
    min-height: 230px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: 2px 1px 5px 2px rgba(145,145,145,0.6);
    -moz-box-shadow: 2px 1px 5px 2px rgba(145,145,145,0.6);
    -webkit-box-shadow: 2px 1px 5px 2px rgba(145,145,145,0.6);
}

    .link_box ul {
        padding: 0;
        margin: 0;
    }

        .link_box ul li {
            background: url(../images/small-arrow.png) no-repeat; /*edit 16.9.2016 somak*/
            background-position: 1px 6px; /*edit 16.9.2016 somak*/
            padding: 0 0 0 12px; /*edit 16.9.2016 somak*/
            margin: 0;
            color: #414042;
            font-size: 14px; /*edit 16.9.2016 somak*/
            list-style: none;
            margin: 6px 0px 10px; /*edit 16.9.2016 somak*/
            line-height: normal;
            display: block;
        }

            .link_box ul li:hover { /*add 19.9.2016 somak*/
                opacity: 0.8;
                filter: alpha(opacity=80); /* For IE8 and earlier */
                cursor: pointer;
            }


            .link_box ul li.bgliNone { /*add 19.9.2016 somak*/
                background: none !important;
                margin-bottom: 10px !important;
                padding-top: 10px;
                padding-left: 3px;
            }

            .link_box ul li a {
                color: #414042;
                text-decoration: none;
            }

                .link_box ul li a:hover {
                    color: #000;
                    text-decoration: underline; /*anup edit none to underline*/
                }

            .link_box ul li .socialicon {
                float: left;
                margin-right: 3px; /*edit 17.8.2016 somak*/
                margin-bottom: 2px;
                padding: 0;
                clear: left;
                margin-bottom: 6px; /*add 19.9.2016 somak*/
                width: 36px;
                height: 35px;
            }

.pad10 {
    padding-top: 10px;
    float: left;
}


.payment_box {
    /*width: 18%;
    float: left;
	padding-top:0.5%;*/ /*add 19.9.2016 somak*/
    width: 21%;
    float: left;
    margin-right: 0px;
    background: rgba(202,202,202,0.4);
    /*padding:.5%;*/
    padding: .5%;
    min-height: 230px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: 2px 1px 5px 2px rgba(145,145,145,0.6);
    -moz-box-shadow: 2px 1px 5px 2px rgba(145,145,145,0.6);
    -webkit-box-shadow: 2px 1px 5px 2px rgba(145,145,145,0.6);
}

.paymenticon {
    margin-top: 15px;
    width: 100%; /*add 16.9.2016 somak*/
}

    .paymenticon ul {
        padding: 0;
        margin: 0;
    }

        .paymenticon ul li {
            padding: 0px;
            margin: 0px;
            display: inline-block;
            /*width: 31.5%; */
            /*width:18.5%;*/
            width: 24%;
            margin-bottom: 6px;
        }

            .paymenticon ul li:first-child {
                margin-left: 2px;
            }

            .paymenticon ul li img {
                max-width: 90%;
                border-radius: 3px;
                -moz-border-radius: 3px;
                margin-left: 2px;
                margin-top: 0px;
                vertical-align: middle;
            }

            .paymenticon ul li:last-child {
                padding: 0;
                margin-right: 0px;
                text-align: right;
            }

            .paymenticon ul li.singleIcon {
                padding: 0px;
                margin-left: 25% !important;
                display: inline-block;
                width: 50%;
                float: left;
                margin-bottom: 6px;
                text-align: center;
            }

                .paymenticon ul li.singleIcon img {
                    /*max-width:70%;*/
                    margin: 0 auto;
                    text-align: center;
                }

            .paymenticon ul li:nth-child(2) {
                text-align: center;
            }

            .paymenticon ul li:nth-child(3) {
                text-align: center;
            }

div.AuthorizeNetSeal {
    margin: 0 auto !important;
}

.cenTxt {
    text-align: center;
}

.trustwave img {
    cursor: pointer;
    max-height: 50px;
    max-width: 120px;
    border: none;
}

.logoicon {
    float: left;
}

    .logoicon ul {
        padding: 0;
        margin: 0;
    }

        .logoicon ul li {
            padding: 0;
            margin-right: 10px;
            float: left;
        }

            .logoicon ul li:last-child {
                padding: 0;
                margin-right: 0;
            }

h2.footerheading {
    /*font-family: "sans";*/
    font-weight: normal;
    font-size: 16px; /*edit 16.9.2016 somak*/
    color: #414042;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border-bottom: #b1b1b1 solid 1px;
    padding-bottom: 3px;
    line-height: normal;
    font-family: "Sans" !important;
}

.footerbottombox {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.topbrandsbox {
    width: 77%;
    float: left;
}

    .topbrandsbox ul {
        padding: 0;
        margin: 0;
        padding-top: 10px;
    }

        .topbrandsbox ul li {
            /*background: url(../images/small-arrow.png) no-repeat;*/
            background: url(../images/arrow-LightBox.png) 3px 5px no-repeat;
            font-size: 14px; /*edit 16.9.2016 somak*/
            float: left;
            /*width: 15.25%;*/
            /*width:24%;*/
            width: 32%;
            line-height: 18px; /*edit 16.9.2016 somak*/
            padding: 0;
            margin: 0;
            margin-bottom: 6px; /*edit 16.9.2016 somak*/
            letter-spacing: .5px;
            color: #414042;
            list-style: none;
            padding-left: 12px;
        }

            .topbrandsbox ul li a {
                text-decoration: none;
                color: #414042;
            }

                .topbrandsbox ul li a:hover {
                    text-decoration: underline; /*anup edit none to underline*/
                    color: #000;
                }

.topcategorybox {
    width: 22%;
    /** width: 135px;**/
    float: right;
}

    .topcategorybox ul {
        padding: 0;
        margin: 0;
        padding-top: 10px;
    }

        .topcategorybox ul li {
            background: url(../images/arrow-LightBox.png) 3px 4px no-repeat;
            font-size: 14px; /*add 16.9.2016*/
            float: none;
            /**anup width: 130px;**/
            padding: 0;
            margin: 0 0 5px 0;
            margin-bottom: 6px;
            color: #414042;
            list-style: none;
            line-height: 14px; /*add 16.9.2016*/
            /*width: 50%;*/ /*add 19.9.2016 somak*/
            float: left; /*add 19.9.2016 somak*/
            width: 44.25%;
            margin-right: 1%;
            padding-left: 12px;
        }

            .topcategorybox ul li a {
                text-decoration: none;
                color: #414042;
            }

                .topcategorybox ul li a:hover {
                    text-decoration: underline; /*anup edit none to underline*/
                    color: #000;
                }

/* Footer Ends Here */


/* left Nav CSS */
.navbar .popover {
    width: 400px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
}

.navbar .popover-content {
    text-align: center;
}

    .navbar .popover-content img {
        height: 212px;
        max-width: 250px;
    }

.navbar .dropdown-menu {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}



    .navbar .dropdown-menu > li > a:hover {
        background-image: none;
        color: white;
        background-color: rgb(0, 129, 194);
        background-color: rgba(0, 129, 194, 0.5);
    }

    .navbar .dropdown-menu > li > a.maintainHover {
        color: white;
        background-color: #0081C2;
    }

.categorylinkbox {
    /*width: 251px;*/
    width: 200px;
    float: left;
}

    .categorylinkbox h2 {
        color: #3b6bb4;
        font-size: 14px;
        text-decoration: underline;
        margin: 0;
        padding: 0;
        text-align: left;
        font-weight: normal;
    }

    .categorylinkbox ul {
        padding: 0;
        margin: 0;
    }

        .categorylinkbox ul li {
            font-size: 12px;
            color: #3b6bb4;
            padding: 0;
            margin: 0;
            text-transform: none;
            line-height: normal;
            margin-bottom: 8px;
        }

            .categorylinkbox ul li span {
                font-size: 12px;
                color: #2e2e2e;
                padding: 0;
                margin: 0;
                display: block;
            }

            .categorylinkbox ul li a {
                /*color: #3b6bb4;
                text-decoration: none;*/
                text-decoration: none;
                font-weight: bold;
                /* display: block; */
                font-size: 13px;
                color: #444 !important;
                font-weight: 400;
                white-space: normal;
                word-wrap: break-word;
            }

                .categorylinkbox ul li a:hover {
                    color: #FF3300 !important;
                    text-decoration: none;
                }




.category_holder {
    /*width: 68%;*/ width: 84.5%; /*add css 31.8.2016 somak*/
    float: left;
    margin-left: 0.5%;
    /*anup 1.3%*/
    margin-right: 0px;
}

.seemorelink {
    /*float: right;
    margin: 10px 0px;*/
    margin-left: 41%;
}

    .seemorelink .prevlink {
        float: left;
    }

    .seemorelink .linktext {
        float: left;
        font-size: 18px;
        text-align: center;
        padding: 0px 5px;
        text-transform: lowercase;
        line-height: 28px;
    }

        .seemorelink .linktext a {
            text-decoration: none;
            color: #343435;
        }

    .seemorelink .nextlink {
        /*float: right;*/
    }

.categoryleftarea {
    width: 100%;
    float: left;
}

.categoryrightarea {
    /*width: 15%;
    float: right;
    margin-top: 25px;*/
    width: 14.5%;
    float: right;
    min-height: 100px;
    height: auto;
    margin-right: .5%;
    margin-top: 25px;
    display: none; /*add css line somak 31.8.2016*/
}

.categoryrightsidebannerarea {
    width: 100%;
}

    .categoryrightsidebannerarea img {
        width: 100%;
    }

.womensbeltbanner {
    margin-bottom: 12px;
}

.returnbanner {
    margin-bottom: 12px;
}

.sandalbanner {
    margin-bottom: 12px;
}

.breadcramb {
    float: left;
    color: #ed1f24;
    text-transform: uppercase;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0px 0 10px 28px;
}

.categorysliderarea {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.multicolorbar img {
    position: absolute;
    left: 50%;
    top: -20px;
    width: 38px;
    height: 38px;
}

.multicolorbar {
    width: 100%;
    height: 5px;
    float: left;
    position: absolute;
    z-index: 999;
    bottom: 0px; /*10px*/
    background: #f78d1e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzQ3NzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzQ3NzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzMzYzFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzMzYzFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2VkMjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2VkMjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #f78d1e 0%, #f78d1e 19%, #4774b9 19%, #4774b9 37%, #33c1d3 37%, #33c1d3 57%, #ed2324 57%, #ed2324 78%, #f78d1e 78%, #f78d1e 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f78d1e), color-stop(19%,#f78d1e), color-stop(19%,#4774b9), color-stop(37%,#4774b9), color-stop(37%,#33c1d3), color-stop(57%,#33c1d3), color-stop(57%,#ed2324), color-stop(78%,#ed2324), color-stop(78%,#f78d1e), color-stop(78%,#f78d1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* IE10+ */
    background: linear-gradient(to right, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78d1e', endColorstr='#f78d1e',GradientType=1 ); /* IE6-8 */
}

.category_productholder {
    padding: 0;
    margin: 0;
    width: 100%; /*width:100%*/
    float: left;
}

    .category_productholder ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

.CateList img {
    width: 95% !important;
}

.category_productholder ul li {
    float: left;
    padding: 0;
    margin: 0;
    width: 18.4%;
    /*width: 23.5%;*/
    margin-right: 2%;
    margin-bottom: 2%;
    margin-bottom: 18px;
    /*padding: 1%;*/
    -webkit-box-shadow: inset 0 0 15px 10px #d1d1d1;
    box-shadow: inset 0 0 15px 10px #d1d1d1;
    -moz-border-radius: inset 0 0 15px 10px #d1d1d1;
}

    .category_productholder ul li.Grocery {
        float: left;
        padding: 0;
        margin: 0;
        /*width: 23.5%;*/
        width: 18.4%;
        margin-right: 2%;
        margin-bottom: 18px;
        /*padding: 1%;*/
        /*-webkit-box-shadow: inset 0 0 15px 10px #d1d1d1;
		box-shadow: inset 0 0 15px 10px #d1d1d1;
		-moz-border-radius: inset 0 0 15px 10px #d1d1d1;*/
    }

    .category_productholder ul li.noMargin {
        margin-right: 0px;
    }
    /*.category_productholder ul li {
		float: left;
		padding: 0;
		margin: 0;
				
		width: 23.5%; 
	
		margin-right: 2%; 
		margin-bottom: 18px;
		padding: 0%;
		-webkit-box-shadow: inset 0 0 15px 10px #d1d1d1;
		box-shadow: inset 0 0 15px 10px #d1d1d1;
		-moz-border-radius: inset 0 0 15px 10px #d1d1d1;
}*/
    .category_productholder ul li.bigadj {
        height: auto;
        box-shadow: none;
        width: 23.5%; /*add 12.9.2016 somak*/
        height: 282px;
        margin-right: 2%; /*margin-right:1.07%;*/
        padding: 0%;
        margin-bottom: 18px;
    }


    .category_productholder ul li img.cateImg {
        width: 100%;
    }

    .category_productholder ul li img {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .category_productholder ul li:last-child {
        float: left;
        margin-right: 0;
    }

@media only screen and (min-width:1600px) and (max-width:1920px) {
    /*.category_productholder ul li {
		width: 22%!important; 
		padding:.5%!important;
}*/ /*add 12.9.2016 somak*/
}

/*StoreListBox start*/
/*td.StoreListBox div{
	width:60%;
}*/

.adjTablesec {
    min-height: 200px;
    padding: 0 0 0 6px;
    margin: 0;
}



span.storelistmenubut i {
    margin-right: 3px;
}

table.stbox {
    width: 100%;
    padding: 0;
    margin: 0;
}

    table.stbox tr {
        width: 100%;
    }

    table.stbox td {
        background-color: #dedede;
    }

    table.stbox tr, td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

        table.stbox tr, td span {
            line-height: 18px;
        }

        td.StoreListBox {
            width: 10%;
        }

            td.StoreListBox img {
                width: 30px;
                padding: 2px;
                border: #e2e2e2 solid 1px;
            }

        td.StoreListBox3 {
            width: 80%;
            text-align: left;
            padding-left: 3px;
        }

            td.StoreListBox3 div.sin {
                float: left;
                width: 100%;
                font-weight: bold;
                margin-top: 0px;
                margin-bottom: 6px;
            }

            td.StoreListBox3 div {
                float: left;
                margin-right: 5px;
            }

            td.StoreListBox3 div {
                font-size: 12px;
                line-height: 12px;
                margin-top: 1px;
            }

                td.StoreListBox3 div a {
                    padding: 1px 4px;
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    color: #000000;
                }

.storeboxwish {
    text-align: right;
}

    .storeboxwish i.fa-heart {
        margin-left: 12px;
    }
/*StoreListBox end*/

/*table list add somak*/


/*table list add somak*/

/*section List*/

.category_productholderSectionList {
    padding: 0px;
    margin: 0px;
    /*margin-left:1.5%;*/
    width: 100%; /*width:100%*/
    float: left;
}

    .category_productholderSectionList ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .category_productholderSectionList ul li {
            float: left;
            padding: 0;
            margin: 0;
            /*width: 30%;
            height: 282px;*/
            /*margin-right: 2%;*/ /*margin-right:1.07%;*/
            margin: 18px 0px;
            /*padding: 1%;*/
            /*-webkit-box-shadow: inset 0 0 15px 10px #d1d1d1;
            box-shadow: inset 0 0 15px 10px #d1d1d1;*/
            -moz-border-radius: inset 0 0 15px 10px #d1d1d1;
            width: 10%;
            /*width:15%;*/
            /*margin: 0% 1%;*/
            -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.48);
            -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.48);
            box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.48);
            border: 0px solid #fff;
            margin-bottom: 20px;
        }

            .category_productholderSectionList ul li:last-child {
                float: left;
                margin-right: 0;
            }

/*new list add 9.11.2016*/
.category_productholderSectionList_Shophome {
    padding: 0px;
    margin: 0px;
    /*margin-left:1.5%;*/
    width: 100%; /*width:100%*/
    float: left;
}

    .category_productholderSectionList_Shophome ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .category_productholderSectionList_Shophome ul li {
            float: left;
            height: auto;
            margin-bottom: 12px;
            margin-top: 12px;
            margin-right: 3.2%;
            text-align: center;
            transition: all 1s ease-in-out 0s;
            width: 14%;
            -moz-border-radius: inset 0 0 15px 10px #d1d1d1;
            -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.48);
            -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.48);
            box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.48);
            border: 0px solid #fff;
        }

            .category_productholderSectionList_Shophome ul li .SecImageListName {
                height: 36px;
                background: rgba(0,0,0,.9);
                text-align: center;
                color: #fff;
                position: relative;
                width: 100%;
                line-height: 18px;
                padding-top: 9px;
                /*font-weight:bold;*/
                font-size: 12px;
                top: 0px;
            }


            .category_productholderSectionList_Shophome ul li.llm {
                margin-right: 0px;
            }

            .category_productholderSectionList_Shophome ul li:last-child {
                float: left;
                margin-right: 0;
            }



/*end*/
.SecImageList {
    text-align: center;
}

    .SecImageList img {
        width: 100%;
    }

.SecImageListName {
    height: 38px;
    background: rgba(0,0,0,.9);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    text-align: center;
    color: #fff;
    top: -5px;
    /*top: -30px;
    margin-bottom: -30px;*/
    position: relative;
    width: 100%;
    line-height: 21px;
    padding-top: 5px;
    font-size: 15px;
}

.Grocery .SecImageListName a {
    color: #fff;
    text-decoration: none;
}

    .Grocery .SecImageListName a:hover {
        color: #fff;
        text-decoration: none;
    }

.categoryproduct_details {
    padding: 0;
    margin: 0;
}

    .categoryproduct_details h2 {
        /*background: #FFF;*/
        background: #e6e6e6;
        line-height: 42px;
        padding: 0;
        margin: 0;
        text-align: center;
        border: #e5e5e5 solid 1px;
        /*font-family: "sans";*/
        color: #353434;
        font-weight: normal;
        font-size: 18px;
        height: 40px;
        overflow: hidden;
    }

    .categoryproduct_details .ClassNameHB {
        position: relative;
        top: -36px;
        margin-bottom: -36px;
        height: 36px;
        /*background: url(../images/hbTextBack.jpg) no-repeat 0% 0%;*/
        background-size: cover;
        text-align: center;
        /*color: #555c66;*/
        background-color: rgba(3,26,35,.7);
        position: relative;
        width: 96%;
        line-height: 32px;
        /*padding-top: 9px;*/
        padding: 5px 2%;
        /*font-weight:bold;*/
        font-size: 14px;
        /*opacity:0.5;*/
    }

        .categoryproduct_details .ClassNameHB span {
            padding: 0px 15px;
            border-left: #ffffff solid 1px;
            border-right: #ffffff solid 1px;
        }

        .categoryproduct_details .ClassNameHB a p {
            line-height: 16px;
        }

        .categoryproduct_details .ClassNameHB a {
            color: #d4e7f8;
        }

            .categoryproduct_details .ClassNameHB a:hover {
                color: #ffffff;
            }

    .categoryproduct_details h2.colAdj {
        background: none;
        margin-bottom: 3px;
        color: #f78d1f !important;
        text-align: left;
        border: none;
        font-size: 16px;
        font-weight: bold;
        /*border-bottom:#f78d1f solid 1px;*/
    }

    .categoryproduct_details h2 span {
        padding: 0px 15px;
        border-left: #a0a0a0 solid 1px;
        border-right: #a0a0a0 solid 1px;
        /*font-family: "sans";*/
    }

    .categoryproduct_details ul {
        padding: 0;
        margin: 0;
        background: none;
        margin: 20px 0 0 3px;
    }

        .categoryproduct_details ul li {
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            margin-bottom: 2px;
            /*height: 20px;*/
            min-height: 20px; /*edit css 23.8.2016*/
            line-height: 20px;
            background: none;
            float: left;
            box-shadow: none;
            color: #3b6bb4;
            font-size: 13px;
            /*font-family: "sans";*/
        }

            .categoryproduct_details ul li a {
                text-decoration: none;
                text-align: left;
                color: #707172;
                /*font-family: "sans";*/
                line-height: 20px; /*somak css add 10.8.2016*/
                width: 100%;
            }

                .categoryproduct_details ul li a:hover {
                    text-decoration: none;
                    color: #f78d1e;
                }

            .categoryproduct_details ul li:last-child {
                padding: 0;
                margin: 0;
                margin-bottom: 2px;
            }

.categoryshopall {
    font-size: 14px;
    color: #343435;
    /*font-family: "sans";*/
    text-transform: uppercase;
    /*padding-top:40px;*/
    padding-top: 30px; /*add 17.8.2016 somak*/
    float: left;
    font-weight: bold;
}

    .categoryshopall a {
        color: #343435;
        text-decoration: none;
        outline: none !important;
    }

        .categoryshopall a:hover {
            color: #f78d1e;
            text-decoration: none;
        }

.categoryshopal_3l {
    font-size: 12px;
    color: #343435;
    /*font-family: "sans";*/
    /*padding-top:40px;*/
    padding-top: 10px; /*add 17.8.2016 somak*/
    float: left;
    font-weight: bold;
    position: relative;
    float: right;
    bottom: 6px;
    right: 6px;
}

.categoryshopall_3l a {
    color: #343435;
    text-decoration: none;
    outline: none !important;
}

    .categoryshopall_3l a:hover {
        color: #f78d1e;
        text-decoration: none;
    }


/*add new sec*/
.categoryshopall3 {
    font-size: 14px;
    color: #343435;
    /*font-family: "sans";*/
    text-transform: uppercase;
    /*padding-top:40px;*/
    padding-top: 30px; /*add 17.8.2016 somak*/
    float: left;
    font-weight: bold;
    position: absolute;
    right: 5px;
    bottom: 8px;
}

    .categoryshopall3 a {
        color: #343435;
        text-decoration: none;
        outline: none !important;
    }

        .categoryshopall3 a:hover {
            color: #f78d1e;
            text-decoration: none;
        }





.category_bestsellercont {
    float: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    margin-top: 25px;
    -webkit-box-shadow: inset 0 0 10px 8px #d1d1d1;
    box-shadow: inset 0 0 10px 8px #d1d1d1;
    position: relative;
}

.bestseller_row {
    padding: 40px 30px;
    float: left;
}

.bestsellerheading {
    width: auto;
    line-height: 25px;
    padding: 0px 20px;
    position: absolute;
    top: 10px; /*anup 20px*/
    left: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    /*font-family: "sans";*/
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background: #5893ed; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4OTNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjZiYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5893ed 0%, #3b6bb4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5893ed), color-stop(100%,#3b6bb4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5893ed 0%,#3b6bb4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5893ed', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-8 */
}

.bestseller_row ul {
    padding: 0;
    margin: 0;
}

    .bestseller_row ul li {
        padding: 0;
        margin: 0;
        float: left;
        width: 22%;
        height: 100px;
        margin-right: 2%;
        margin-bottom: 16px;
        list-style: none;
    }

.bestseller_product {
    float: left;
    width: 50%;
}

    .bestseller_product img {
        float: left;
        width: 100%;
    }

.bestseller_desc {
    float: right;
    margin-top: 5px;
    width: 45%;
}

    .bestseller_desc h2 {
        color: #292929;
        font-size: 12px;
        /*font-family: "sans";*/
        margin: 0;
        padding: 0;
        line-height: normal;
        font-weight: normal;
    }

        .bestseller_desc h2 a {
            color: #292929;
            font-size: 12px;
            /*font-family: "sans";*/
            text-decoration: none;
        }

    .bestseller_desc p {
        color: #292929;
        font-size: 12px;
        /*font-family: "sans";*/
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .bestseller_desc span {
        color: #4774b9;
        font-size: 13px;
        /*font-family: "sans";*/
        margin: 0;
        padding: 0;
        line-height: normal;
        display: block;
    }


.returnPolicycont {
    width: auto;
    /*font-family: "sans";*/
    font-size: 14px;
    line-height: 18px;
    color: #747474;
    font-weight: normal;
    line-height: normal;
    float: left;
    /*width: 32%;*/
    width: 100%;
    text-align: justify;
}

    .returnPolicycont h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 4px;
        padding: 0px;
        color: #3b6bb4;
    }

    .returnPolicycont p {
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0px 5px 0px;
        padding: 0;
    }


.returnPolicyheading {
    width: auto;
    line-height: 25px;
    padding: 0px 20px 3px 2px;
    float: left;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    /*font-family: "sans";*/
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background: #5893ed; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4OTNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjZiYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5893ed 0%, #3b6bb4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5893ed), color-stop(100%,#3b6bb4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5893ed 0%,#3b6bb4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5893ed', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-8 */
}

.retPolicyTablePart {
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 0 10px 0;
}

    .retPolicyTablePart table {
    }

        .retPolicyTablePart table th {
            padding: 7px 5px;
            font-size: 16px;
            font-weight: normal;
            background-color: #5b9bd5;
            border: 1px solid #9cc2e5;
            color: #ffffff;
            text-align: left;
            vertical-align: top;
        }

        .retPolicyTablePart table tr.sky {
            background: #deeaf6 !important;
        }



        .retPolicyTablePart table td {
            border: 1px solid #9cc2e5;
            text-align: left;
            padding: 7px 5px;
            font-size: 14px;
            color: #747474;
            font-weight: normal;
            vertical-align: top;
        }


.categorypagebottombannerarea {
    width: 100%;
    margin-top: 15px;
}

.onthegobanner {
    float: left;
    margin-right: 4px;
}

.styleroombanner {
    width: 20%;
    float: left;
    margin-right: 1%; /*3px;*/
}

    .styleroombanner img {
        width: 100%;
        height: 150px;
    }

.onthegobrownbanner {
    width: 58%;
    float: left;
    margin: 0;
}

    .onthegobrownbanner img {
        width: 100%;
        height: 150px;
    }


.specialofferarea {
    width: 100%;
    float: left;
    -webkit-box-shadow: inset 0 0 15px 10px #D3D2D2;
    box-shadow: inset 0 0 15px 10px #D3D2D2;
}

    .specialofferarea h2 {
        background: url(../images/special-offer-icon.png) no-repeat top;
        margin: 0;
        padding: 0;
        color: #363636;
        text-align: center;
    }

        .specialofferarea h2 p {
            margin: 0;
            padding: 25px 0px 6px; /*modify 15.9.2016 somak*/
            /*color: #363636;*/
            color: #114856;
            text-align: center;
            /*font-size: 20px;*/
            font-size: 18px;
            font-weight: bold; /*modify 15.9.2016 somak*/
            border-bottom: #cccccc solid 1px;
            margin-bottom: 15px;
        }

        .specialofferarea h2.nLinkpart {
            /*background:#3b6bb5;*/
            /*background: #737880;*/
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#686868+0,0e0e0e+100 */
            background: #686868; /* Old browsers */
            background: -moz-linear-gradient(top, #686868 0%, #0e0e0e 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#0e0e0e)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #686868 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #686868 0%,#0e0e0e 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #686868 0%,#0e0e0e 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #686868 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
            margin: 0;
            padding: 0;
            color: #ffffff;
            text-align: center;
        }

            .specialofferarea h2.nLinkpart p {
                margin: 0;
                padding: 6px 0px 6px; /*modify 15.9.2016 somak*/
                color: #ffffff;
                text-align: center;
                font-size: 20px;
                font-weight: normal;
                border-bottom: #cccccc solid 1px;
                margin-bottom: 15px;
            }

                .specialofferarea h2.nLinkpart p img {
                    float: right;
                    margin-right: 8px;
                    margin-top: 10px;
                    max-width: 100%;
                }


    .specialofferarea .specialproduct {
        margin: 0 auto;
    }

        .specialofferarea .specialproduct ul {
            padding: 0;
            margin: 0;
        }

            .specialofferarea .specialproduct ul li {
                padding: 0;
                margin: 0;
                list-style: none;
                margin-bottom: 10px;
                text-align: center;
                margin-left: 10%;
                margin-right: 10%;
            }

                .specialofferarea .specialproduct ul li img {
                    padding: 0;
                    margin: 0;
                    margin: 0 auto;
                    max-width: 85%;
                    border: #cccccc solid 1px;
                }

                .specialofferarea .specialproduct ul li h2 {
                    width: 100%; /*90px*/
                    background: none;
                    /*font-family: "sans";*/
                    text-align: center;
                    color: #292929;
                    font-weight: normal;
                    font-size: 12.5px; /*edit 14.9.2016*/
                    line-height: normal;
                    padding: 0;
                    margin: 0;
                    /* margin-left:10px;*/
                }

                    .specialofferarea .specialproduct ul li h2 a {
                        color: ##277487;
                    }

                .specialofferarea .specialproduct ul li p {
                    /*font-family: "sans";*/
                    font-family: "Roboto-Condensed";
                    text-align: center;
                    color: #292929;
                    font-weight: normal;
                    font-size: 12px;
                    line-height: normal;
                    padding: 0;
                    margin: 0;
                    overflow: hidden;
                }

                .specialofferarea .specialproduct ul li span.single {
                    color: #4082bb;
                    font-weight: normal;
                    font-size: 12px;
                    line-height: normal;
                    font-weight: bold;
                    display: block;
                    text-align: center !important;
                    width: 99%;
                    display: inline-block;
                    float: left;
                    font-family: "Roboto-Condensed";
                }

                .specialofferarea .specialproduct ul li span {
                    color: #4082bb;
                    font-weight: normal;
                    font-size: 12px;
                    line-height: normal;
                    font-weight: bold;
                    display: block;
                    text-align: center;
                    width: 50%;
                    display: inline;
                    font-family: "Roboto-Condensed";
                    padding: 2px;
                }

                    .specialofferarea .specialproduct ul li span > span { /*add 10.9.2016 somak*/
                        display: inline-block;
                        width: 48%;
                    }

                    .specialofferarea .specialproduct ul li span > div {
                        display: inline-block;
                        width: 48%;
                        text-align: right;
                    }

                        .specialofferarea .specialproduct ul li span > div:nth-child(2) {
                            text-align: left;
                        }


                .specialofferarea .specialproduct ul li div div.prodOrgPrice {
                    float: left;
                    width: 48%;
                    text-align: right;
                    font-size: 12px;
                    line-height: 14px;
                    padding-right: 2%;
                    min-height: 20px;
                }

                    .specialofferarea .specialproduct ul li div div.prodOrgPrice img {
                        vertical-align: bottom;
                    }

                .specialofferarea .specialproduct ul li div div.prodSplPrice {
                    float: left;
                    /*width:50%;*/
                    width: 100%;
                    text-align: center;
                    font-size: 12px;
                    line-height: 14px;
                    min-height: 20px;
                }

                    .specialofferarea .specialproduct ul li div div.prodSplPrice img {
                        vertical-align: bottom;
                        border: none !important;
                    }

                .specialofferarea .specialproduct ul li div div.prodPriceArea {
                    float: left;
                    width: 48%;
                    text-align: right;
                    font-size: 12px;
                    line-height: 14px;
                    padding-right: 2%;
                    min-height: 20px;
                }

                    .specialofferarea .specialproduct ul li div div.prodPriceArea img {
                        vertical-align: bottom;
                    }

                .specialofferarea .specialproduct ul li div div.prodCartArea {
                    float: left;
                    width: 50%;
                    text-align: left;
                    font-size: 12px;
                    line-height: 14px;
                    min-height: 20px;
                }

                    .specialofferarea .specialproduct ul li div div.prodCartArea img {
                        vertical-align: bottom;
                    }






.WithOutBoxshadow {
    box-shadow: none !important;
}

/*scroll area*/
.scrollsec_Three {
    width: 97%;
    height: 250px;
    overflow-y: auto;
    margin-left: 2%;
}

    .scrollsec_Three::-webkit-scrollbar {
        width: 9px;
    }

    .scrollsec_Three::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 10px;
    }

    .scrollsec_Three::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
    }

/*scroll area*/

/* Category page css ends here */

/* Product Listing CSS Starts here */

.yourarenowwallmart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.filterbyarea {
    width: 100%;
    float: left;
    /*-webkit-box-shadow: inset 0 0 15px 10px #f4f4f4;
    box-shadow: inset 0 0 15px 10px #f4f4f4;*/
    /*min-height:100px;*/ /*block code 14.9.2016*/
    -webkit-box-shadow: 0 2px 10px 5px #d1d1d1;
    box-shadow: 0 2px 10px 5px #d1d1d1;
    -moz-border-radius: 0 2px 10px 5px #d1d1d1;
    /*padding-bottom:10px;*/ /*block code 14.9.2016*/
    -webkit-box-shadow: inset 0 0 10px 5px #D3D2D2; /*add 14.9.2016 somak*/
    box-shadow: inset 0 0 10px 5px #D3D2D2; /*add 14.9.2016 somak*/
    -moz-border-radius: inset 0 0 10px 5px #D3D2D2; /*add 14.9.2016 somak*/
}
/*add 14.9.2016 somak*/
#dDrop {
    /*background:#CF0;*/
    background: url(../images/d-pic.png) no-repeat;
    width: 40px;
    height: 40px;
    /*margin-top:-65px;*/
    margin-right: 12px;
    margin-top: 10px;
    float: right;
    position: absolute;
    right: 20px;
    display: none;
    cursor: pointer;
}

#tSecallarea {
    padding: 0;
    margin: 0;
    display: block;
}

#dDrop1 {
    /*background:#CF0;*/
    background: url(../images/d-pic.png) no-repeat;
    width: 40px;
    height: 40px;
    /*margin-top:-65px;*/
    margin-right: 4px;
    margin-top: -44px;
    float: right;
    display: none;
    /*position:absolute;*/
    cursor: pointer;
}

#tSecallarea1 {
    padding: 0;
    margin: 0;
    display: block;
}

#dDrop2 {
    /*background:#CF0;*/
    background: url(../images/d-pic.png) no-repeat;
    width: 40px;
    height: 40px;
    /*margin-top:-65px;*/
    margin-right: 9px;
    margin-top: -41px;
    float: right;
    display: none;
    /*position:absolute;*/
    cursor: pointer;
}

#tSecallarea2 {
    padding: 0;
    margin: 0;
    display: block;
}

#dDrop3 {
    /*background:#CF0;*/
    background: url(../images/d-pic.png) no-repeat;
    width: 40px;
    height: 40px;
    /*margin-top:-65px;*/
    margin-right: 9px;
    margin-top: -42px;
    float: right;
    display: none;
    /*position:absolute;*/
    cursor: pointer;
}

#tSecallarea3 {
    padding: 0;
    margin: 0;
    display: block;
}

#searchDrop {
    /*background:#CF0;*/
    background: url(../images/d-pic.png) no-repeat;
    width: 40px;
    height: 40px;
    /*margin-top:-65px;*/
    margin-right: 9px;
    margin-top: -42px;
    float: right;
    display: none;
    /*position:absolute;*/
    cursor: pointer;
}

#searchDropArea {
    padding: 0;
    margin: 0;
    display: block;
}


.QuickLinks ul li {
}

    .QuickLinks ul li a img {
        max-width: 100% !important;
    }

.scrollAdjsec {
    /*max-height:280px;*/
    max-height: 380px;
    overflow: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

    .scrollAdjsec::-webkit-scrollbar {
        width: 9px;
    }

    .scrollAdjsec::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 10px;
    }

    .scrollAdjsec::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
    }


h2.filterby {
    /*width: 92%;
    font-family: "sans";
    height: 30px;
    padding: 0px;
    padding-left: 15px;
    margin: 0;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background: #689ff2; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4OWZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzNiNmJiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDNjNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #689ff2 0%, #3b6bb4 51%, #1d3c6c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#689ff2), color-stop(51%,#3b6bb4), color-stop(100%,#1d3c6c));
    background: -webkit-linear-gradient(top, #689ff2 0%,#3b6bb4 51%,#1d3c6c 100%);
    background: -o-linear-gradient(top, #689ff2 0%,#3b6bb4 51%,#1d3c6c 100%);
    background: -ms-linear-gradient(top, #689ff2 0%,#3b6bb4 51%,#1d3c6c 100%);
    background: linear-gradient(to bottom, #689ff2 0%,#3b6bb4 51%,#1d3c6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689ff2', endColorstr='#1d3c6c',GradientType=0 );*/
    background: url(../images/filter-by-icon.png) no-repeat top;
    /*        margin: 0;
        padding: 0;*/
    color: #363636;
    text-align: center;
    line-height: 30px;
    border-bottom-color: #d6d6d6; /*add 14.9.2016 somak*/
    border-bottom-style: solid; /*add 14.9.2016 somak*/
    border-bottom-width: 1px; /*add 14.9.2016 somak*/
    color: #363636; /*add 14.9.2016 somak*/
    font-size: 20px; /*add 14.9.2016 somak*/
    font-weight: bold; /*add 14.9.2016 somak*/
    padding-bottom: 5px; /*add 14.9.2016 somak*/
    padding-top: 6px; /*add 14.9.2016 somak*/
    text-align: center; /*add 14.9.2016 somak*/
    width: 97%; /*add 14.9.2016 somak*/
    margin: 0 0 6px 0;
    padding-left: 3%;
}

.colorchooserarea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .colorchooserarea h2 {
        padding: 0;
        margin: 0;
        color: #3b6bb4;
        text-transform: uppercase;
        font-size: 12px;
        /**/
        font-weight: bold;
    }

.colorpickerimage {
    width: 100%;
}

.featurebrandsarea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .featurebrandsarea h2 {
        padding: 0;
        margin: 0;
        color: #ed2324;
        text-transform: uppercase;
        font-size: 12px;
        /**/ /* Arial, Helvetica, sans-serif;*/
        font-weight: bold;
    }

    .featurebrandsarea .checkarea {
        padding: 0;
        margin: 0;
    }

        .featurebrandsarea .checkarea ul {
            padding: 0;
            margin: 0;
        }

        .featurebrandsarea .checkarea label {
            display: inherit;
            font-size: 12px;
        }

        .featurebrandsarea .checkarea ul li {
            padding: 0;
            margin: 0;
            width: 90%;
            line-height: normal;
            margin-bottom: 5px;
        }

            .featurebrandsarea .checkarea ul li a {
                color: #000;
                text-decoration: none;
            }

.checkarea input[type="checkbox"] {
    width: 15px;
    height: 30px;
    padding: 0px;
    margin: 0;
    line-height: 24px;
    margin-right: 2%;
    background: url(../images/checkbg.jpg) no-repeat !important;
}

.conditionarea input[type="radio"] {
    width: 18px; /*1.11.2017*/
    height: 18px; /*1.11.2017*/
    padding: 0px;
    margin: 2px 0 0 0;
    line-height: 15px; /*1.11.2017*/
    margin-right: 2%; /*1.11.2017*/
    background: url(../images/checkbg.jpg) no-repeat !important;
    float: left;
}

.avrgcustrevarea {
    width: 95%;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 1%;
}

    .avrgcustrevarea h2 {
        padding: 0;
        margin: 0;
        color: #33c1d3;
        text-transform: none;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 5px;
        border-bottom: #33c1d3 solid 1px;
        margin-top: 5px;
        margin-bottom: 10px;
        background: url(../images/arrow-ADJ.png) no-repeat;
        background-position: 3px 7px;
        padding-left: 5px;
    }

    .avrgcustrevarea .ratingarea {
        width: 100%;
        margin: 0 auto;
    }

        .avrgcustrevarea .ratingarea ul {
            padding: 0;
            margin: 0;
        }

            .avrgcustrevarea .ratingarea ul li {
                padding: 0;
                margin: 0;
                color: #262626;
                font-size: 13px;
                /*font-family: "sans";*/
                list-style: none;
                line-height: normal;
                font-weight: normal;
                /*margin-right: 35%;*/
                margin-right: 10%; /*add 12.9.2016 somak*/
                width: 45%;
            }

        .avrgcustrevarea .ratingarea input[type="checkbox"] {
            width: 15px;
            height: 30px;
            padding: 0px;
            margin: 0;
            line-height: 24px;
            margin-right: 2%;
            background: url(../images/checkbg.jpg) no-repeat !important;
        }

        .avrgcustrevarea .ratingarea input[type="radio"] {
            width: 15px;
            height: 30px;
            padding: 0px;
            margin: 0;
            line-height: 24px;
            margin-right: 2%;
            background: url(../images/checkbg.jpg) no-repeat !important;
        }

        .avrgcustrevarea .ratingarea span {
            margin-top: 5px;
        }

        .avrgcustrevarea .ratingarea ul li a {
            color: #262626;
            text-decoration: none;
        }

        .avrgcustrevarea .ratingarea ul li img {
            float: left;
            padding: 3px 2% 0 0px;
        }
    /*add new section*/

    .avrgcustrevarea .ratingarea3 {
        width: 100%;
        float: left;
        margin-bottom: 6px;
    }

        .avrgcustrevarea .ratingarea3 .arearating {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
        }

.arearating .radioPart {
    float: left;
    width: 20px;
    padding: 0;
    margin: 0 6px 0 0;
}

    .arearating .radioPart input[type="radio"] {
        width: 18px;
        height: 18px;
        padding: 0px;
        margin: 0;
        line-height: 20px;
        margin-right: 2px;
        background: url(../images/checkbg.jpg) no-repeat !important;
    }

.arearating .starPart {
    float: left;
    width: auto;
    padding: 2px 0 2px;
    margin: 0;
    font-size:13px;
}

/*add new section*/

.conditionarea {
    width: 96%;
    margin: 0 auto;
    /*border-bottom: #9fabbd dashed 1px;*/
    padding-left: 2%;
    float: left;
}

    .conditionarea h2 {
        padding: 10px 0 3px 5px;
        margin: 0 0 10px 0;
        color: #33c1d3;
        text-transform: normal;
        font-size: 13px;
        line-height: 18px;
        /**/
        font-weight: bold;
        border-bottom: #33c1d3 solid 1px;
        /*background: url(../images/arrow-ADJ.png) no-repeat;*/
        background-position: 3px 14px;
    }

    .conditionarea ul {
        padding: 0;
        margin: 0;
    }

        /*.conditionarea ul li {
            padding: 0;
            margin: 0;
            color: #262626;
            font-size: 11px;
          
            list-style: none;
            line-height: normal;
            font-weight: normal;
            text-align: left;
        }

            .conditionarea ul li a {
                color: #262626;
                text-decoration: none;
            }

    .conditionarea input[type="checkbox"] {
        width: 12px;
        height: 26px;
        padding: 0px;
        margin: 0;
        line-height: 24px;
        margin-right: 2%;
        background: url(../images/checkbg.jpg) no-repeat !important;
        outline: none;
    }*/
        .conditionarea ul li {
            padding: 0;
            margin: 0;
            color: #262626;
            font-size: 13px;
            list-style: none;
            line-height: normal;
            font-weight: normal;
            text-align: left;
            float: left;
            width: 96%; /*1.11.2017*/
            margin-left: 2%; /*1.11.2017*/
            margin-bottom: 10px; /*1.11.2017*/
        }

            .conditionarea ul li a {
                color: #262626;
                text-decoration: none;
            }

    .conditionarea input[type="checkbox"] {
        width: 18px; /*1.11.2017*/
        height: 18px; /*1.11.2017*/
        padding: 0px;
        margin: 0;
        line-height: 15px; /*1.11.2017*/
        margin-top: 1px;
        margin-right: 2%;
        background: url(../images/checkbg.jpg) no-repeat !important;
        outline: none;
    }

.pricearea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .pricearea h2 {
        padding: 0;
        margin: 0;
        color: #3b6bb4;
        text-transform: normal;
        font-size: 12px;
        /**/
        font-weight: bold;
    }

.pricevalue_sliderarea {
    width: 100%;
    border: #CCCCCC solid 1px;
}


.topbreadcrambarea {
    float: left;
    padding-left: 0px;
    /*padding-bottom: 12px;*/
    padding-bottom: 15px;
    width: 100%;
    /*width:auto;*/
}

    .topbreadcrambarea .icon1 {
        float: left;
    }

    .topbreadcrambarea .linkarea {
        float: left;
        /*font-family: "sans";*/
        color: #3b6bb4;
        font-size: 14px;
        padding-top: 0px;
        /*width:100%;*/
        width: auto;
    }

    .topbreadcrambarea .breadComAutomative {
        float: left;
        width: auto;
    }

        .topbreadcrambarea .breadComAutomative .linkarea {
            width: auto;
            display: inline-block;
        }

    .topbreadcrambarea .linkarea .links {
        color: #f78d1e /*#425154 /*#3b6bb4*/;
        font-size: 14px;
        /*float: left;*/
        padding: 0px 0 0 3px;
        /*padding:0px;*/
        line-height: 18px;
        font-weight: normal;
        float: right;
    }



        .topbreadcrambarea .linkarea .links a {
            color: #425154; /*#3b6bb4;*/
            text-decoration: none;
        }

            .topbreadcrambarea .linkarea .links a:hover {
                color: #f78d1e;
            }

    .topbreadcrambarea .linkarea h2 {
        float: left;
        color: #3b6bb4;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0;
       margin-right:5px;
        /*line-height: 12px;*/
        /*border-right: #3b6bb4 solid 1px;*/
        /* padding-right: 1%;*/ /*4%*/
        margin-left: 1px; /*edit css 7.9.2016 somak*/
        width: auto;
        line-height: 20px;
    }
    /*anup font-size:12px; font-weight:normal;*/
    .topbreadcrambarea .linkarea ul {
        float: left;
        padding: 0;
        margin: 0;
    }

    /*top bradcamp search area section*/
    .topbreadcrambarea .SearchBoxAutomative {
        float: right;
        width: auto;
        /*width:100%;*/
        text-align: right;
        /*margin-top:-25px;*/
        display: inline-block;
    }

        .topbreadcrambarea .SearchBoxAutomative .resspaShortbySec {
            float: right;
            /*width:100%;*/
            width: auto;
        }

            .topbreadcrambarea .SearchBoxAutomative .resspaShortbySec > div {
                float: right;
                width: auto;
                /*margin-right:5px;*/
            }

#ctl00_ContentPlaceHolder1_UpdatePanel20 {
    float: right;
    width: auto;
}

    #ctl00_ContentPlaceHolder1_UpdatePanel20 > div {
        float: right;
        width: auto;
        margin-right: 3px;
    }

        #ctl00_ContentPlaceHolder1_UpdatePanel20 > div select {
            width: 130px !important;
            margin-bottom: 1px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url(../images/select-arrow.png) no-repeat 97% 12px;
            font-size: 11px;
            line-height: 16px;
            white-space: normal;
            overflow: hidden;
            padding-right: 15px !important;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.20);
            margin-left: 5px;
            outline: none;
        }

.pSizearea select {
    /*width:100px!important;*/
    margin-bottom: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) no-repeat 97% 10px;
    font-size: 11px;
    line-height: 16px;
    white-space: normal;
    overflow: hidden;
    padding-right: 15px !important;
    outline: none;
}

#ctl00_ContentPlaceHolder1_updatePageSize {
    float: right;
    width: auto;
}

    #ctl00_ContentPlaceHolder1_updatePageSize > div {
        float: left;
        width: auto;
        margin-right: 3px;
    }

        #ctl00_ContentPlaceHolder1_updatePageSize > div select {
            width: 100px !important;
            margin-bottom: 1px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url(../images/select-arrow.png) no-repeat 97% 7px;
            font-size: 11px;
            white-space: normal;
            overflow: hidden;
            height: 30px;
            padding-right: 15px !important;
        }

    #ctl00_ContentPlaceHolder1_updatePageSize .pSizearea {
        float: right;
        width: auto;
        vertical-align: top !important;
        height: 24px;
        text-align: right;
    }

.topbreadcrambarea .searchAreaAutomative input[type="text"] {
    margin-bottom: 0px;
}

.topbreadcrambarea .searchAreaAutomative input[type="submit"] {
    background: #34c1d3;
    color: #ffffff;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*top bradcamp search area section end*/
.pSizearea {
    float: right;
    /*width:29%;*/
    width: 20%;
    vertical-align: top !important;
    height: 24px;
    text-align: right;
}

    .pSizearea span {
        color: #535353 !important;
        font-size: 12px !important;
    }

    .pSizearea select {
        margin-bottom: 0px;
    }

.Bcramp_left {
    float: left;
    width: 70% !important;
}

.productlistholder {
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
}

.productlistnext-prevarea {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%; /*anup width: 57px;*/
    /*background-color: #E4E4E4;*/
    text-align: center;
    display: inline-block;
    line-height: 21px;
}

    .productlistnext-prevarea .prev {
        float: left;
    }

        .productlistnext-prevarea .prev a {
            outline: none;
        }

    .productlistnext-prevarea .next {
        float: right;
    }

        .productlistnext-prevarea .next a {
            outline: none;
        }

.productlistproductarea {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

    .productlistproductarea ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .productlistproductarea ul li {
            width: 15%; /*13.5*/
            padding: 0;
            margin: 0;
            float: left;
            margin-right: 2%; /*3*/
            min-height: 300px;
        }

            .productlistproductarea ul li .productimage {
                padding: 0;
                margin: 0;
                text-align: center;
                /*padding-left: 5px;min-height: 185px; padding-top: 5%;*/
                padding-top: 5%;
                min-height: 185px;
                overflow: hidden;
            }

                .productlistproductarea ul li .productimage img {
                    /*width: 165px;*/
                   /* max-height: 170px;*/
                    /*width:auto;*/
                }

            .productlistproductarea ul li .productdesc {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
            }

                .productlistproductarea ul li .productdesc h2 {
                    text-align: left;
                    color: #292929;
                    font-weight: bold;
                    font-size: 11.5px;
                    line-height: 17px;
                    padding: 0;
                    margin: 0;
                    /*min-height: 20px;*/
                    height: 34px;
                    padding-bottom: 2%;
                    padding-top: 3%;
                    padding-left: 4px;
                    padding-right: 4px;
                    overflow: hidden;
                }

                    .productlistproductarea ul li .productdesc h2 a {
                        color: #292929;
                        text-decoration: none;
                        text-align: left;
                        color: #000;
                        font-weight: normal;
                        font-size: 14px;
                        line-height: 18px;
                        text-transform: uppercase;
                    }

                .productlistproductarea ul li .productdesc p {
                    text-align: center;
                    color: #292929;
                    font-weight: normal;
                    font-size: 14px !important;
                    padding: 0;
                    margin: 0;
                    padding-left: 20%;
                }

                .productlistproductarea ul li .productdesc h3 {
                    padding: 0;
                    margin: 0;
                    color: #4774b9;
                    /*color: #e68016;*/
                    font-size: 12px;
                    text-align: center;
                    line-height: normal;
                    display: inline-block;
                    /*margin-left:15%;*/
                    width: 100%;
                }

                    .productlistproductarea ul li .productdesc h3 div div.prodOrgPrice {
                        float: left;
                        /*width:47%;*/
                        /*width: auto;*/
                        width: 100%;
                        text-align: left;
                        font-size: 12px;
                        line-height: 14px;
                        /*padding-left:3%;*/
                        color: #ed1c24;
                        min-height: 20px;
                        font-weight: normal;
                        text-decoration: line-through;
                        padding-top: 1px;
                    }

.prodCartArea {
    font-size: 20px;
    display: inline-block;
    width: 60px;
    float: right;
}

    .prodCartArea img {
        width: 28px;
        height: auto;
    }

.productlistproductarea ul li .productdesc h3 div {
    margin: 5px 0px;
}

    .productlistproductarea ul li .productdesc h3 div div.prodOrgPrice img {
        vertical-align: bottom;
    }

    .productlistproductarea ul li .productdesc h3 div div.prodSplPrice {
        float: left;
        /*width:47%;*/
        width: auto;
        text-align: left;
        font-size: 12px;
        line-height: 16px;
        min-height: 20px;
        font-weight: normal;
    }

        .productlistproductarea ul li .productdesc h3 div div.prodSplPrice img {
            vertical-align: bottom;
        }

    .productlistproductarea ul li .productdesc h3 div div.prodSplPriceSingle {
        float: none;
        width: 48%;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        min-height: 20px;
        font-weight: normal;
        margin: 0 auto;
    }

        .productlistproductarea ul li .productdesc h3 div div.prodSplPriceSingle img {
            vertical-align: bottom;
            margin-top: 2px;
        }

.productlistproductarea ul li .productdesc h3 .prodOrgPrice-wcart {
    min-height: 27px;
    padding-left: 6px;
    padding-right: 6px;
}

.productlistproductarea ul li .productdesc h3 .prodOrgPrice-cart {
    background: #e3e3e3;
    float: left;
    width: 100%;
}

.productlistproductarea ul li .productdesc h3 div div.prodPriceArea {
    float: left;
    width: 68%;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    padding-left: 3%;
    padding-top: 3px;
    min-height: 20px;
    font-weight: normal;
    border-right: #c1c1c1 solid 1px;
}

    .productlistproductarea ul li .productdesc h3 div div.prodPriceArea img {
        vertical-align: bottom;
    }

.productlistproductarea ul li .productdesc h3 div div.prodCartArea {
    float: left;
    width: 26%;
    padding-right: 2%;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    min-height: 20px;
    padding-top: 3px;
}

    .productlistproductarea ul li .productdesc h3 div div.prodCartArea img {
        vertical-align: bottom;
        margin-right: 3px;
        width: 16px;
    }

.productlistproductarea ul li .productdesc .starOuter {
    text-align: left;
}

    .productlistproductarea ul li .productdesc .starOuter .starinner {
        margin: 0px 0px 0px 7px;
    }


/*apparel*/




.productlistapparelarea {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

    .productlistapparelarea ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .productlistapparelarea ul li {
            width: 23.5%; /*13.5*/
            padding: 0;
            margin: 0;
            float: left;
            margin-right: 2%; /*3*/
          
            min-height: 460px;
            margin-bottom: 20px;
            /* border: 1px solid #e5e5e5; */
            box-shadow: -2px -1px 22px 0px #ffe9d3;
        }
            .productlistapparelarea ul li .productdesc .pname {
               /* min-height: 50px;*/
                padding: 5px;
            }
.productlistapparelarea ul li .bdr {
    border: 1px solid #d9d9d9;
}


            .productlistapparelarea ul li .ribbon-wrapper-green {
                top: auto !important;
                right: auto !important;
            }

            .productlistapparelarea ul li .productimage {
                padding: 0;
                margin: 0;
                text-align: center;
                /*padding-left: 5px;min-height: 185px; padding-top: 5%;*/
                /*padding-top: 5%;*/
                /*min-height: 185px;*/
                overflow: hidden;
            }

                .productlistapparelarea ul li .productimage img {
                    /*width: 165px;*/
                    /*max-height: 170px;*/
                    /*width:auto;*/
                    padding-top: 10px;
                    object-fit: cover;
                }

            .productlistapparelarea ul li .productdesc {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
            }

                .productlistapparelarea ul li .productdesc h2 {
                    text-align: left;
                    color: #292929;
                    font-weight: bold;
                    font-size: 18px;
                    line-height: 20px;
                    padding: 0;
                    margin: 0;
                    /*min-height: 20px;*/
                    height: 50px;
                    padding-bottom: 2%;
                    padding-top: 3%;
                    padding-left: 4px;
                    padding-right: 4px;
                    overflow: hidden;
                }

                    .productlistapparelarea ul li .productdesc h2 a {
                        color: #292929;
                        text-decoration: none;
                    }

                .productlistapparelarea ul li .productdesc p {
                    text-align: center;
                    color: #292929;
                    font-weight: normal;
                    font-size: 14px !important;
                    padding: 0;
                    margin: 0;
                    padding-left: 20%;
                }

                .productlistapparelarea ul li .productdesc h3 {
                    padding: 0;
                    margin: 0;
                    color: #4774b9;
                    /*color: #e68016;*/
                    font-size: 15px;
                    text-align: center;
                    line-height: normal;
                    display: inline-block;
                    /*margin-left:15%;*/
                    width: 100%;
                }

                    .productlistapparelarea ul li .productdesc h3 div div.prodOrgPrice {
                        float: left;
                        /*width:47%;*/
                        /*width: auto;*/
                        /*width:100%;*/
                        text-align: left;
                        font-size: 14px;
                        line-height: 16px;
                        /*padding-left:3%;*/
                        color: #ed1c24;
                        min-height: 20px;
                        font-weight: normal;
                        text-decoration: line-through;
                        padding-top: 1px;
                    }


                    .productlistapparelarea ul li .productdesc h3 div {
                        margin-top: 3px;
                    }

                        .productlistapparelarea ul li .productdesc h3 div div.prodOrgPrice img {
                            vertical-align: bottom;
                        }

                        .productlistapparelarea ul li .productdesc h3 div div.prodSplPrice {
                            float: left;
                            /*width:47%;*/
                            width: auto;
                            text-align: left;
                            font-size: 14px;
                            line-height: 16px;
                            min-height: 20px;
                            font-weight: normal;
                        }

                            .productlistapparelarea ul li .productdesc h3 div div.prodSplPrice img {
                                vertical-align: bottom;
                            }

                        .productlistapparelarea ul li .productdesc h3 div div.prodSplPriceSingle {
                            float: none;
                            width: 48%;
                            text-align: center;
                            font-size: 12px;
                            line-height: 14px;
                            min-height: 20px;
                            font-weight: normal;
                            margin: 0 auto;
                        }

                            .productlistapparelarea ul li .productdesc h3 div div.prodSplPriceSingle img {
                                vertical-align: bottom;
                                margin-top: 2px;
                            }

                    .productlistapparelarea ul li .productdesc h3 .prodOrgPrice-wcart {
                        min-height: 27px;
                        padding-left: 6px;
                        padding-right: 6px;
                    }

                    .productlistapparelarea ul li .productdesc h3 .prodOrgPrice-cart {
                        background: #e3e3e3;
                        float: left;
                        width: 100%;
                    }

                    .productlistapparelarea ul li .productdesc h3 div div.prodPriceArea {
                        float: left;
                        width: 68%;
                        text-align: left;
                        font-size: 22px;
                        line-height: 17px;
                        padding-left: 3%;
                        padding-top: 5px;
                        min-height: 26px;
                        font-weight: normal;
                        border-right: #c1c1c1 solid 1px;
                        display: inline-block;
                    }

                        .productlistapparelarea ul li .productdesc h3 div div.prodPriceArea img {
                            vertical-align: bottom;
                        }

                    .productlistapparelarea ul li .productdesc h3 div div.prodCartArea {
                        float: left;
                        width: 26%;
                        padding-right: 2%;
                        text-align: right;
                        font-size: 12px;
                        line-height: 14px;
                        min-height: 20px;
                        padding-top: 3px;
                    }

                        .productlistapparelarea ul li .productdesc h3 div div.prodCartArea img {
                            vertical-align: bottom;
                            margin-right: 6px;
                            width: 26px;
                        }

                .productlistapparelarea ul li .productdesc .starOuter {
                    text-align: left;
                }

                    .productlistapparelarea ul li .productdesc .starOuter .starinner {
                        margin: 2px 0px 0px 0px;
                    }

.productdetailApparelrightarea h2 .trdpagediscount {
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.productlistExBigproductarea {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

    .productlistExBigproductarea ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .productlistExBigproductarea ul li {
            width: 20%; /*13.5*/
            padding: 0;
            margin: 0;
            float: left;
            min-height: 300px;
        }

            .productlistExBigproductarea ul li .productBigimage {
                padding: 0;
                margin: 0;
                text-align: center;
                padding-left: 0px;
                padding-top: 5px;
            }

                .productlistExBigproductarea ul li .productBigimage img {
                    width: auto;
                }

            .productlistExBigproductarea ul li .productBigdesc {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
            }

                .productlistExBigproductarea ul li .productBigdesc h2 {
                    text-align: center;
                    color: #292929;
                    font-weight: bold;
                    font-size: 12px;
                    line-height: normal;
                    padding: 0;
                    margin: 0;
                    min-height: 45px;
                    /*font-family: "sans";*/
                }

                    .productlistExBigproductarea ul li .productBigdesc h2 a {
                        color: #292929;
                        text-decoration: none;
                        /*font-family: "sans";*/
                    }

                .productlistExBigproductarea ul li .productBigdesc p {
                    text-align: center;
                    color: #292929;
                    font-weight: normal;
                    font-size: 14px !important;
                    padding: 0;
                    margin: 0;
                    /*font-family: "sans";*/
                    margin-left: 25%;
                }

                .productlistExBigproductarea ul li .productBigdesc h3 {
                    padding: 0;
                    margin: 0;
                    color: #4774b9;
                    font-size: 12px;
                    text-align: center;
                    line-height: normal;
                    margin-right: 10%;
                    /*font-family: "sans";*/
                }

/*end apparel*/
/*restaurant*/

.productlistBigproductarea {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

    .productlistBigproductarea ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .productlistBigproductarea ul li {
            width: 20%; /*13.5*/
            padding: 0;
            margin: 0;
            float: left;
            min-height: 300px;
        }

            .productlistBigproductarea ul li .productBigimage {
                padding: 0;
                margin: 0;
                text-align: center;
                padding-left: 0px;
                padding-top: 5px;
            }

                .productlistBigproductarea ul li .productBigimage img {
                    /*width: auto;*/
                    width: 80%;
                }

            .productlistBigproductarea ul li .productBigdesc {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
            }

                .productlistBigproductarea ul li .productBigdesc h2 {
                    /*text-align: center;*/
                    text-align: left;
                    color: #292929;
                    font-weight: bold;
                    font-size: 12px;
                    line-height: normal;
                    padding: 0;
                    margin: 0;
                    min-height: 35px;
                    /*font-family: "sans";*/
                    word-break: break-all;
                }

                    .productlistBigproductarea ul li .productBigdesc h2 a {
                        color: #292929;
                        text-decoration: none;
                        /*font-family: "sans";*/
                        word-break: break-all;
                        padding: 3px;
                    }

                .productlistBigproductarea ul li .productBigdesc p {
                    text-align: center;
                    color: #292929;
                    font-weight: normal;
                    font-size: 14px !important;
                    padding: 0;
                    margin: 0;
                    /*font-family: "sans";*/
                    margin-left: 25%;
                }

                .productlistBigproductarea ul li .productBigdesc h3 {
                    padding: 0;
                    margin: 0;
                    color: #4774b9;
                    font-size: 12px;
                    text-align: center;
                    line-height: normal;
                    /*margin-right: 10%;*/
                    /*font-family: "sans";*/
                }

/*end restaurant*/
.recentlybrowsearea {
    float: left;
    width: 100%;
    margin-top: 15px;
    -webkit-box-shadow: inset 0 0 10px 8px #d1d1d1;
    box-shadow: inset 0 0 10px 8px #d1d1d1;
    position: relative;
    clear: both;
}

.recentlybrowsheading {
    width: auto;
    line-height: 25px;
    padding: 0px 11% 0 1%;
    position: absolute;
    top: 10px;
    left: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    /*font-family: "sans";*/
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background: #5893ed; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4OTNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjZiYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5893ed 0%, #3b6bb4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5893ed), color-stop(100%,#3b6bb4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5893ed 0%,#3b6bb4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5893ed', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-8 */
}

.recentlybrowsearea ul {
    padding: 0;
    margin: 0;
    padding-top: 48px;
    padding-left: 1%;
}

    .recentlybrowsearea ul li {
        padding: 0;
        margin: 0;
        float: left;
        width: auto;
        height: 117px;
        margin-right: 3%;
        margin-bottom: 116px; /*not addred 16px*/
        list-style: none;
    }

        .recentlybrowsearea ul li .itempic {
            width: auto;
            float: left;
            padding: 0;
            margin: 0;
            padding-right: 10px;
        }

        .recentlybrowsearea ul li .itemdesc {
            width: 95px;
            float: right;
            padding: 0;
            margin: 0;
            padding-top: 10px;
        }

            .recentlybrowsearea ul li .itemdesc h2 {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
                font-size: 12px;
                font-weight: normal;
                line-height: normal;
                color: #292929;
            }

                .recentlybrowsearea ul li .itemdesc h2 a {
                    padding: 0;
                    margin: 0;
                    color: #292929;
                    text-decoration: none;
                }

            .recentlybrowsearea ul li .itemdesc p {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
                font-size: 12px;
                font-weight: normal;
                line-height: normal;
            }

            .recentlybrowsearea ul li .itemdesc h3 {
                padding: 0;
                margin: 0;
                /*font-family: "sans";*/
                font-size: 13px;
                font-weight: normal;
                line-height: normal;
                color: #4774b9;
            }


.whatotherheading {
    width: auto;
    line-height: 25px;
    padding: 0px 25px 0 15px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    /*font-family: "sans";*/
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background: #f57c20; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1N2MyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDIyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f57c20 0%, #ed2224 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57c20), color-stop(100%,#ed2224)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f57c20 0%,#ed2224 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#ed2224',GradientType=0 ); /* IE6-8 */
}


.whatwerecommendheading {
    width: auto;
    line-height: 25px;
    padding: 0px 14.5% 0 1%;
    position: absolute;
    top: 10px;
    left: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    /*font-family: "sans";*/
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background: #76ebf9; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2ZWJmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGIyYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #76ebf9 0%, #00b2c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ebf9), color-stop(100%,#00b2c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #76ebf9 0%,#00b2c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #76ebf9 0%,#00b2c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #76ebf9 0%,#00b2c8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #76ebf9 0%,#00b2c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ebf9', endColorstr='#00b2c8',GradientType=0 ); /* IE6-8 */
}



.myaccountcontarea {
    width: 81%;
    /*margin-left: 2%;*/ /*block 24.8.2016 somak*/
    float: right; /*edit 25.8.2016 somak*/
    margin: 0 auto; /*add 24.8.2016 somak*/
}

.myaccountbreadcrumb {
    width: auto;
    float: left;
    /*border: 2px solid #a9a8a8;*/
    /*border-radius: 5px;*/
    /*margin: 10px 0%;*/
}

    .myaccountbreadcrumb ul {
        padding: 0;
        margin: 0;
    }

        .myaccountbreadcrumb ul li {
            padding: 0;
            margin: 0;
            float: left;
            /*font-family: "sans";*/
            color: #ee3823;
            font-size: 14px;
            list-style: none;
        }

            .myaccountbreadcrumb ul li:first-child a { /*add css 29.8.2016*/
                padding-left: 0px;
            }

            .myaccountbreadcrumb ul li a {
                color: #ee3823;
                padding: 0 15px;
                font-weight: normal;
                text-decoration: none;
                /*border-right: #ee3823 solid 1px;*/
            }


            .myaccountbreadcrumb ul li a {
                position: relative;
                /*background: #d5cfc8;
border: 4px solid #f5962a;*/
            }

                .myaccountbreadcrumb ul li a:after, .myaccountbreadcrumb ul li a:before {
                    left: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .myaccountbreadcrumb ul li a:after {
                    border-color: rgba(213, 207, 200, 0);
                    /*border-left-color: #d5cfc8;*/
                    border-width: 10px;
                    margin-top: -10px;
                }

                .myaccountbreadcrumb ul li a:before {
                    border-color: rgba(245, 150, 42, 0);
                    border-left-color: #f5962a;
                    border-width: 10px;
                    margin-top: -10px;
                }

            .myaccountbreadcrumb ul li:last-child a:after {
                border-color: rgba(213, 207, 200, 0);
                /*border-left-color: #d5cfc8;*/
                border-width: 0px;
                margin-top: -10px;
            }

            .myaccountbreadcrumb ul li:last-child a:before {
                border-color: rgba(245, 150, 42, 0);
                border-left-color: #f5962a;
                border-width: 0px;
                margin-top: -10px;
            }

            .myaccountbreadcrumb ul li:last-child a {
                border-right: none;
            }

/*.myaccountbreadcrumb li:first-child {
background: url(../images/first.png) no-repeat 0px 0px;
width: 92px;
padding-left: 65px;
line-height: 30px;
}
.myaccountbreadcrumb li {
display: inline-block;
float: left;
font-size: 13px;
}

.myaccountbreadcrumb li + li {
background: url(../images/second.png) no-repeat 0 0px;
width: 122px;
padding-left: 30px;
line-height: 30px;
}
.myaccountbreadcrumb li + li + li {
background: url(../images/third.png) no-repeat 0 0px;
width: 95px;
padding-left: 61px;
line-height: 30px;
}
.myaccountbreadcrumb li + li + li + li {
background: url(../images/fourth.png) no-repeat 0 0px;
width: 102px;
padding-left: 56px;
line-height: 30px;
}
.myaccountbreadcrumb li + li + li + li + li {
background: url(../images/fifth.png) no-repeat 0 0px;
width: 102px;
padding-left: 56px;
line-height: 30px;
}*/
.bradcampTopposition {
}

.groMsg {
    float: left;
    width: 100%;
    padding-top: 5px;
}

h2.youraccount {
    background: url(../images/youraccount-icon.jpg) no-repeat top left;
    /*font-family: "sans";*/
    color: #f78d1e;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    padding-left: 45px; /*edit the line 25.8.2016 somak*/
    line-height: 36px;
    margin-bottom: 0px;
    float: left;
    margin-top: 15px;
}

h2.youraccountSm {
    background: url(../images/youraccount-icon-small.jpg) no-repeat top left;
    /*font-family: "sans";*/
    color: #4774b9;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    padding-left: 40px; /*edit the line 25.8.2016 somak*/
    line-height: 30px;
    margin-bottom: 0px;
    float: left;
    margin-top: 15px;
    width: 100%;
}

    h2.youraccountSm span {
        color: #7d7c7a; /*#f78d1e;*/
        padding-left: 5px;
        padding-right: 5px;
    }

.fNone { /*add 22.9.2016 somak*/
    float: none !important;
}

.orderssection {
    float: left;
    width: 100%;
}

.ordercol1 {
    float: left;
    width: 29%;
    padding: 15px 0 0 0px;
}

    .ordercol1 h2 {
        color: #3b6bb4;
        /*font-family: "sans";*/
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: bold;
    }

    .ordercol1 p {
        color: #2e2e2e;
        /*font-family: "sans";*/
        font-size: 12px;
        padding: 10px 0px;
        margin: 0;
        line-height: normal;
    }

        .ordercol1 p a {
            color: #2e2e2e;
            text-decoration: none;
        }

    .ordercol1 img {
        float: left;
        outline: none;
    }


.ordercol2 {
    float: left;
    width: 30%;
    padding-top: 10px;
}

.adjDiv {
    width: 100%;
    float: left;
    min-height: 70px;
}

.ordercol2 p {
    text-transform: uppercase;
    color: #2e2e2e;
    padding: 0;
    margin: 0;
    float: left;
    margin-bottom: 10px !important;
}

.ordercol2 img {
    outline: none;
    float: left;
}

.orderhistoryarea {
    width: 100%;
    float: left;
    padding-top: 15px;
}

    .orderhistoryarea ul li div select {
        width: 98%;
        border: #cccccc solid 1px;
        border-radius: 0px !important;
        box-shadow: inset 0px 0px 13px -4px #ABABAB;
        -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
        -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
        -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: rgba(255,255,255,0.8) url(../images/drop-arrow9.png) no-repeat 97% 50%;
        cursor: pointer;
        outline: none;
    }

    .orderhistoryarea .left {
        float: left;
        /*width: 108px;*/
        width: 30%;
        /*color: #2e2e2e;*/
        color: #f46c20;
        font-size: 12px;
        text-decoration: none;
        padding: 0 1% 0 0;
        margin: 0;
        font-weight: bold;
    }

    .orderhistoryarea .right {
        float: right;
        /*width: 164px;*/
        width: 69%;
        padding: 0;
        margin: 0;
    }

        .orderhistoryarea .right ul {
            padding: 0;
            margin: 0;
        }

            .orderhistoryarea .right ul li {
                padding: 0;
                margin: 0;
                font-size: 12px;
                color: #2e2e2e;
                line-height: 22px;
                list-style: none;
            }

                .orderhistoryarea .right ul li a {
                    /*color: #2e2e2e;*/
                    color: #456e93;
                    text-decoration: none;
                }

                    .orderhistoryarea .right ul li a:hover {
                        color: #000;
                        text-decoration: underline;
                    }

.ordercol3 {
    float: right;
    width: 34%;
}

    .ordercol3 .searchorderaction {
        float: left;
        width: 98%;
        padding-top: 10px;
        position: relative;
    }

        .ordercol3 .searchorderaction h2 {
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            line-height: normal;
            color: #2e2e2e;
            font-size: 12px;
            font-weight: normal;
            padding-bottom: 10px;
        }

input.searchorder[type="text"] {
    -webkit-box-shadow: inset 0 0 3px 2px #dadada;
    box-shadow: inset 0 0 3px 2px #dadada;
    width: 98%;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding: 0px 2% 0 2%;
}

input.searchorderbtn[type="submit"] {
    background: url(../images/searchorder-icon.jpg) no-repeat;
    width: 20px;
    height: 18px;
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
    right: 3px;
    top: 46px;
    cursor: pointer;
}

.moreorderactionarea {
    width: 100%;
    float: left;
    padding-top: 15px;
}

    .moreorderactionarea .totalsec {
        margin-top: 12px !important;
        font-size: 10px;
    }


        .moreorderactionarea .totalsec th {
            padding: 5px 2px 5px 2px;
            height: 25px;
            font-size: 13px;
            line-height: 25px;
            background-color: #e0e0e0;
            border: 1px solid #d2d2d2;
        }

            .moreorderactionarea .totalsec th.carddetailtableheading {
                padding: 2px;
                height: 14px;
                font-size: 10px;
                line-height: 14px;
                background-color: #e0e0e0;
                border: 1px solid #d2d2d2;
            }

        .moreorderactionarea .totalsec td {
            padding: 2px;
            border: #cccccc solid 1px;
        }


    .moreorderactionarea .left {
        width: 40%;
        float: left;
        float: left;
        /*color: #2e2e2e;*/
        color: #f46c20;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

    .moreorderactionarea .right {
        width: 60%;
        float: right;
        margin: 0;
        padding: 0;
    }

        .moreorderactionarea .right ul {
            padding-left: 0px;
        }

            .moreorderactionarea .right ul li {
                padding: 0;
                margin: 0;
                font-size: 12px;
                color: #2e2e2e;
                line-height: 22px;
                list-style: none;
            }

                .moreorderactionarea .right ul li a {
                    /*color: #2e2e2e;*/
                    color: #456e93;
                    text-decoration: none;
                }

                    .moreorderactionarea .right ul li a:hover {
                        color: #000;
                        text-decoration: underline;
                    }

.paymentsection {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}



.ordercol1 h2.payment {
    /*color: #f46c20;*/
    color: #3b6bb4;
    /*font-family: "sans";*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: bold;
}

.settingssection {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.ordercol1 h2.settings {
    /*color: #00b2c8;*/
    /*font-family: "sans";*/
    color: #3b6bb4;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.gap30 {
    height: 30px;
}

.orderhistorysection {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

    .orderhistorysection h2 {
        background: url(../images/orderhistoryicon.jpg) no-repeat;
        padding: 0;
        margin: 0;
        padding-left: 4%; /*edit 22.9.2016 somak*/
        line-height: 40px;
        font-weight: normal;
        color: #3b6bb4;
        /*font-family: "sans";*/
        font-size: 21px;
        text-transform: uppercase;
    }

.filterby {
    float: left;
    padding: 20px 0 10px 0px;
}

    .filterby .left {
        float: left;
        width: 70px;
        padding: 0;
        margin: 0;
        line-height: 30px;
    }

    .filterby .right {
        float: right;
        width: 240px;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .filterby .right select {
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            padding: 2px 0 2px 2px;
            width: 239px;
        }

        .filterby .right label:after {
            background: #FFF;
            border-radius: 0;
            bottom: 0;
            color: #FFFFFF;
            /*content: url(../images/filterby-downarrow.jpg);*/
            line-height: 30px;
            height: 28px;
            padding: 0 0px;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-shadow: 0 1px 1px #000000;
            top: 0px; /*edit 22.9.2016 somak*/
            /*z-index: 1000;*/
        }

        .filterby .right select option {
            background: #FFF;
            font-size: 12px;
            float: left;
        }

table.orderhistory {
    width: 617px;
    border: red solid 1px;
    padding: 0;
    margin: 0;
    border: none;
    float: left;
}

td.blueheading {
    /*font-family: "sans";*/
    color: #3b6bb4;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 18px;
}

tr.blueheading td {
    border: none;
    float: left;
    text-align: left;
    color: #3b6bb4;
    border: none !important;
    line-height: 18px !important;
    font-weight: bold;
    font-size: 14px;
}

tr.pad10 {
    padding: 10px 0px;
}
/* Accordian CSS Starts here */
.accordianarea {
    width: 100%;
    float: left; /*padding:30px 0px;*/
    position: relative;
}

.accor_scroll {
    width: 100%;
}


.accordion {
    width: 100%;
    border-bottom: solid 1px #c4c4c4;
}

    .accordion h3 {
        background: #3b6bb4 url(../images/arrow-square.png) no-repeat right;
        padding: 7px 15px;
        margin: 0;
        font: normal 120%/100% "sans";
        border: none;
        border-bottom: none;
        cursor: pointer;
        color: #FFF;
        -webkit-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0;
        /*border-bottom: 7px solid #FFF;*/
        letter-spacing: 1px;
    }

        .accordion h3:hover {
            background-color: #2a579c;
        }

        .accordion h3.active {
            background-position: right 5px;
        }

    .accordion p {
        background: #f7f7f7;
        margin: 0;
        padding: 10px 15px 20px;
    }

table.accordiandetails {
    margin-bottom: 7px;
}

tr.bluebg {
    background: #a1c7d0;
    line-height: 24px;
    border: none;
}
/* Accordian CSS Ends here */

.TrackButton { /*Add 16.7.2018*/
    background: #d7e5f2 url(../images/track-icon.png) no-repeat !important;
    float: right;
    line-height: 15px;
    margin-top: -24px;
    margin-right: 5px;
    padding: 1px 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 25px;
    color: #112e59;
    width: 78px;
    height: 18px;
    border: 2px solid #467fd1;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

    .TrackButton:hover { /*Add 16.7.2018*/
        color: #112e59;
    }




/*--------DTTAIL_Checkout--------*/
.detail_Checkout {
    width: 100%;
    /*	float:left;*/
    min-height: 40px;
    max-width: 1600px;
    margin: 0px auto;
}
/*---Nxt Prv Section ctrl by cliking---*/

#CardChOutBoxLink {
}

#CardChOutBoxOpn {
}

#CardChOutBoxPerv {
}

#logLink {
}

#logSecOpn {
    display: none;
}

#logSecPerv {
}

#deliverAddLink {
}

#deliverAddOpn {
    display: none;
}

#deliverAddPerv {
}

#billingAddLink {
}

#billingAddOpn {
    display: none;
}

#billingAddPerv {
}

#payMethodLink {
}

#payMethodSecOpn {
    display: none;
}

#payMethodSecPerv {
}

/*---Nxt Prv Section ctrl by cliking End---*/

/*---Butt Click Section ctrl by cliking---*/
#cartDtlsBar {
}

#LogInBar {
}

#DeliAddBar {
}

#BillAddBar {
}

#PayMthdBar {
}

/*---Butt Click Section ctrl by cliking---*/

.cartDetsecHead {
    float: left;
    width: 99.5%;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 5px .5%;
    margin-top: 10px;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3565ad+0,204e95+100 */
    background: #3565ad; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1NjVhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDRlOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3565ad 0%, #204e95 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3565ad), color-stop(100%,#204e95)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #3565ad 0%,#204e95 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #3565ad 0%,#204e95 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #3565ad 0%,#204e95 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #3565ad 0%,#204e95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3565ad', endColorstr='#204e95',GradientType=0 ); /* IE6-8 */
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

    .cartDetsecHead:hover {
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }


.n_PrvArea {
    float: left;
    width: 100%;
    padding: 0;
    margin: 6px 0 3px 0;
    background: #dfedf0;
    border-radius: 5px 5px 0px 0px;
    moz-border-radius: 5px 5px 0px 0px;
    webkit-border-radius: 5px 5px 0px 0px;
}

.prv {
    float: left;
    /*width:49%;*/
    background: url(../images/nxtButt.png) no-repeat;
    padding-left: 35px;
    height: 33px;
    margin: 0;
    text-align: left;
    font-size: 12px;
    line-height: 33px;
    color: #357e90;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
}

    .prv span {
        font-size: 10px;
        margin-top: -4px;
    }

    .prv:hover {
        color: #409fb7;
        text-decoration: none;
    }

.nxt {
    float: right;
    /*width:49%;*/
    background: url(../images/prvButt.png) no-repeat;
    padding-left: 36px;
    height: 33px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 33px;
    color: #357e90;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    .nxt span {
        font-size: 10px;
        margin-top: -4px;
    }

    .nxt:hover {
        color: #409fb7;
        text-decoration: none;
    }

.cardChkOutitemHeading {
    float: left;
    width: 100%;
    height: 23px;
    margin: 0px 0 3px;
    padding-top: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c2d1+0,1bb9c1+100 */
    background: #42c2d1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyYzJkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmI5YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #42c2d1 0%, #1bb9c1 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42c2d1), color-stop(100%,#1bb9c1)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #42c2d1 0%,#1bb9c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #42c2d1 0%,#1bb9c1 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #42c2d1 0%,#1bb9c1 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #42c2d1 0%,#1bb9c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c2d1', endColorstr='#1bb9c1',GradientType=0 ); /* IE6-8 */
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.cardChkOutitemHeadingBig {
    float: left;
    width: 100%;
    height: 25px;
    margin: 0px 0 3px;
    padding-top: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c2d1+0,1bb9c1+100 */
    background: #42c2d1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyYzJkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmI5YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #42c2d1 0%, #1bb9c1 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42c2d1), color-stop(100%,#1bb9c1)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #42c2d1 0%,#1bb9c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #42c2d1 0%,#1bb9c1 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #42c2d1 0%,#1bb9c1 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #42c2d1 0%,#1bb9c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c2d1', endColorstr='#1bb9c1',GradientType=0 ); /* IE6-8 */
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.itemHeadingBig p {
    font-size: 12px;
    color: #ffffff;
    padding-left: 10px;
}
/*gInfoLogin*/
.gInfoLogin {
    float: left;
    padding: 0 10px 0 0;
    margin: 7px 0px;
    width: 48%;
}

    .gInfoLogin .tsec {
        width: 30%;
        padding-top: 5px;
        padding-right: 1%;
        padding-left: 1%;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        color: #4a4a4a;
    }

.pic {
    float: left;
    width: 19%;
    padding-left: 1%;
}

    .pic img {
        width: 51px;
        height: 56px;
        padding: 2px;
        border: #bcbcbc solid 1px;
    }

.item {
    float: left;
    width: 40%;
}

.quality {
    float: left;
    width: 24%;
}

.p_Dam {
    float: left;
    width: 14%;
    text-align: right;
    margin-right: 2%;
}

.skyHead {
    float: left;
    background: #e1f6f8;
    height: 21px;
    width: 99%;
    padding-left: 1%;
    /*background:#e1f6f8;*/
    background: #d0ebee;
    font-size: 14px;
    color: #1b96a6;
    margin: 0px 0px 5px;
}

.cardChckOutpartAreaSec {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}

    .cardChckOutpartAreaSec .secarea {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 4px;
        margin-bottom: 4px;
    }

.bor_bottsec {
    border-bottom: #c4c4c4 solid 1px;
    height: 2px;
    width: 98%;
    float: left;
    margin: 5px 1% 10px;
}

input.quantity_number {
    width: 18%;
    text-align: center;
    margin-top: 3px;
    padding: 4px 9px;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.update_butt {
    background: #f78d1f;
    margin-top: -7px;
    padding: 4px 6px 4px 6px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000000;
    font-size: 12px;
}

    .update_butt:hover {
        color: #603100;
    }

.update_butt3 {
    /*background:#f78d1f;*/
    margin-top: -7px;
    padding: 4px 6px 4px 6px;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12px;
    -moz-box-shadow: inset 0px 1px 3px 0px #ffbc57 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #ffbc57 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #cc6900)) !important;
    background: -moz-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: -webkit-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: -o-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: -ms-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: linear-gradient(to bottom, #ff8400 5%, #cc6900 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#cc6900',GradientType=0) !important;
    background-color: #ff8400 !important;
    border: 1px solid #cf700b !important;
    cursor: pointer !important;
}

    .update_butt3:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

.cardChckOutpartAreaSec3 {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
}

.p1 {
    float: left;
    width: 99%;
    margin-left: 0px;
}

.p3 {
    float: left;
    width: 59%;
    margin-left: 1%;
}

p.coupons {
    font-size: 18px;
    color: #515151;
}

    p.coupons span {
        color: #f14a22;
    }

p.marginADj {
    margin-bottom: 2px;
    padding-bottom: 3px;
}

.p6 {
    float: right;
    width: 38%;
    margin-right: 2%;
    text-align: right;
    font-size: 13px;
    line-height: 20px;
    color: #474747;
}

    .p6 table {
        width: 100%;
        max-width: 200px;
        float: right;
    }

    .p6 .tax {
        font-size: 14px;
        color: #b00304;
    }

    .p6 .orAmount {
        font-size: 14px;
        color: #3160a6;
    }

.clrAdj {
    clear: both;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    height: 3px;
}


.back {
    width: 50%;
    font-size: 15px;
    color: #277487;
}

.CardCheckoutBoxArea {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 12px;
    margin-bottom: 8px;
    box-shadow: 0 0 8px 3px #b6b6b6;
    -moz-box-shadow: 0 0 8px 3px #b6b6b6;
    -webkit-box-shadow: 0 0 8px 3px #b6b6b6;
    min-height: 90px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}


.boxAreashdwNone {
    float: left;
    width: 90%;
    box-shadow: none !important;
    clear: both;
    padding-left: 5px;
}

.boxloop_area {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.cardchkOut-d_boxsec {
    float: left;
    width: 24%;
    margin: 15px 0px 15px 7%;
    border: #818080 solid 1px;
    -webkit-box-shadow: 1px 1px 8px 3px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 8px 3px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 8px 3px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.boxAddresssec {
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0px 10px;
}

    .boxAddresssec .name {
        float: left;
        width: 29%;
        padding-left: 1%;
        font-size: 14px;
        color: #4a4a4a;
        text-transform: uppercase;
    }

    .boxAddresssec .add {
        float: left;
        width: 39.5%;
        padding-left: .5%;
        font-size: 12px;
        line-height: 14px;
        color: #848484;
    }

        .boxAddresssec .add p {
            line-height: 15px;
            font-size: 12px;
            line-height: 14px;
            padding: 0;
            margin: 0;
        }

    .boxAddresssec .clickarea {
        float: right;
        width: 28%;
        padding-right: 2%;
    }

.pinkLinkButt {
    float: right;
    padding: 7px 3% 8px;
    /*background:#fcbdc0;*/
    border: #62b8c3 solid 1px;
    font-size: 19px;
    /*color:#cf5050;*/
    font-family: "Sans";
    cursor: pointer;
    color: #ffffff;
    border-radius: 6px 6px 0px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c9dab+0,238489+100 */
    background: #2c9dab; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjOWRhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzg0ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2c9dab 0%, #238489 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c9dab), color-stop(100%,#238489)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #2c9dab 0%,#238489 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #2c9dab 0%,#238489 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #2c9dab 0%,#238489 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #2c9dab 0%,#238489 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9dab', endColorstr='#238489',GradientType=0 ); /* IE6-8 */
}

    .pinkLinkButt:hover {
        background: #4b8c94;
    }

.boxAddressbuttArea {
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0px 10px;
    text-align: center;
}

.addNewAddressButt {
    -moz-box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    -webkit-box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3361a7), color-stop(1, #173d76));
    background: -moz-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -webkit-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -o-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -ms-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: linear-gradient(to bottom, #3361a7 5%, #173d76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3361a7', endColorstr='#173d76',GradientType=0);
    background-color: #3361a7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #0b234b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    /*font-family:Arial;*/
    font-size: 21px;
    font-weight: normal;
    padding: 6px 2%;
    text-decoration: none;
    border-radius: 7px 7px 0px 0px;
}

    .addNewAddressButt a {
        text-decoration: none;
        color: #ffffff;
    }

    .addNewAddressButt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #173d76), color-stop(1, #3361a7));
        background: -moz-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -webkit-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -o-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -ms-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: linear-gradient(to bottom, #173d76 5%, #3361a7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#173d76', endColorstr='#3361a7',GradientType=0);
        background-color: #173d76;
    }

    .addNewAddressButt:active {
        position: relative;
        top: 1px;
    }

.onlyAddButt {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f46e21), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #f46e21 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #f46e21 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #f46e21 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #f46e21 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #f46e21 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46e21', endColorstr='#bc3315',GradientType=0);
    background-color: #f46e21;
    border-radius: 0px;
    border: 1px solid #ed2323;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    /*font-family:Arial;*/
    font-size: 19px;
    font-weight: normal;
    padding: 5px 2%;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

    .onlyAddButt a {
        text-decoration: none;
        color: #ffffff;
    }

    .onlyAddButt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #f46e21));
        background: -moz-linear-gradient(top, #bc3315 5%, #f46e21 100%);
        background: -webkit-linear-gradient(top, #bc3315 5%, #f46e21 100%);
        background: -o-linear-gradient(top, #bc3315 5%, #f46e21 100%);
        background: -ms-linear-gradient(top, #bc3315 5%, #f46e21 100%);
        background: linear-gradient(to bottom, #bc3315 5%, #f46e21 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#f46e21',GradientType=0);
        background-color: #bc3315;
    }

    .onlyAddButt:active {
        position: relative;
        top: 1px;
    }

/*Start*/
.boxSavecancelButtArea {
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0px 10px;
    text-align: center;
}

.saveButt {
    -moz-box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    -webkit-box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3361a7), color-stop(1, #173d76));
    background: -moz-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -webkit-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -o-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -ms-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: linear-gradient(to bottom, #3361a7 5%, #173d76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3361a7', endColorstr='#173d76',GradientType=0);
    background-color: #3361a7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #0b234b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 21px;
    font-weight: normal;
    padding: 6px 3%;
    text-decoration: none;
    margin-right: 5px;
}

    .saveButt a {
        text-decoration: none;
        color: #ffffff;
    }

    .saveButt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #173d76), color-stop(1, #3361a7));
        background: -moz-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -webkit-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -o-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -ms-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: linear-gradient(to bottom, #173d76 5%, #3361a7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#173d76', endColorstr='#3361a7',GradientType=0);
        background-color: #173d76;
    }

.cancelButt {
    -moz-box-shadow: inset 0px 1px 3px 0px #ffbc57 !important;
    -webkit-box-shadow: inset 0px 1px 3px 0px #ffbc57 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #cc6900)) !important;
    background: -moz-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: -webkit-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: -o-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: -ms-linear-gradient(top, #ff8400 5%, #cc6900 100%) !important;
    background: linear-gradient(to bottom, #ff8400 5%, #cc6900 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#cc6900',GradientType=0) !important;
    background-color: #ff8400 !important;
    border: 1px solid #cf700b !important;
    cursor: pointer !important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #0b234b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 21px;
    font-weight: normal;
    padding: 6px 3%;
    text-decoration: none;
}

    .cancelButt a {
        text-decoration: none;
        color: #ffffff;
    }

    .cancelButt:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

/*End*/

/*ShippingBoxarea*/
.shippingBoxarea {
    float: left;
    width: 99%;
    padding: .5%;
    margin: 7px 0px;
}

.shippingFsecbox {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.FboxPart {
    float: left;
    width: 32.3%;
    /*width:92.3%;*/
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 1%;
}

    .FboxPart .tsec {
        float: left;
        width: 39%;
        padding-top: 5px;
        padding-right: 1%;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        color: #4a4a4a;
    }

    .FboxPart .fromsec {
        float: left;
        width: 59%;
        padding-right: 1%;
    }

        .FboxPart .fromsec input[type="text"] {
            width: 90% !important;
            border: #cccccc solid 1px;
            border-radius: 0px !important;
            box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
        }

        .FboxPart .fromsec select {
            width: 95% !important;
            border: #cccccc solid 1px;
            border-radius: 0px !important;
            box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: rgba(255,255,255,0.8) url(../images/drop-arrow9.png) no-repeat 97% 50%;
            cursor: pointer;
            outline: none;
        }

.addButtArea {
    float: left;
    width: 98.5%;
    padding: 0px 1.5% 0px 0px;
    margin: 0;
    text-align: right;
}

/*ShippingBoxarea end*/
@media screen and (max-width:1100px) {
    .FboxPart {
        float: left;
        width: 50%;
        margin-left: 0px;
    }

    .paymentsection .totalsec {
        float: right;
        margin-left: -30px;
        margin-top: 5px;
    }

    .topbreadcrambarea .searchAreaAutomative {
        width: 100%;
        margin-top: 5px;
    }
}


@media screen and (max-width:767px) {
    .d_boxsec {
        float: left;
        width: 40%;
        margin: 15px 0px 15px 6.5%;
    }

    .pinkLinkButt {
        float: right;
        padding: 6px 3%;
        font-size: 16px;
    }

    .cartDetsecHead {
        width: 98%;
        padding: 10px 0px 5px 2%;
    }

    .signinyouraccount a {
        float: none;
    }

    .signinyouraccount span {
        float: none;
    }

    .howitWor {
        position: absolute;
        top: 80%;
        left: 5%;
        z-index: 5000;
    }
    /*howItworksSec*/
    #howItworksSec {
        /*width:110px;
    float:none;
	position:absolute;
	top:280%;
	right:30px;
	border:#cccccc solid 1px;
	background: #ffffff url(../images/select-arrow.png) no-repeat 98% 8px;
	z-index:5000;
	padding-top:3px;
	padding-bottom:3px;*/
        display: none !important;
    }

    #howItworksSecWrapper {
        /* top:285%;
    right:5px;
    width:150px;*/
    }

        #howItworksSecWrapper .adddr a {
            /*width:97%!important;*/
        }
    /*howItworksSec*/
    .category_productholder ul li {
        float: left;
        padding: 0;
        margin: 0;
        width: 31.333%;
        margin-right: 2%;
        margin-bottom: 18px;
    }

        .category_productholder ul li.Grocery {
            float: left;
            padding: 0;
            margin: 0;
            width: 31.333%;
            margin-right: 2%;
            margin-bottom: 18px;
        }

        .category_productholder ul li.noMargin {
            margin-right: 2%;
        }

    .specialofferarea .specialproduct ul li {
        clear: both;
    }

    .footerbottombox {
        margin-top: 3px;
    }

    .bradcampTopposition {
        position: absolute;
        float: none;
        top: 150px;
        left: 30px;
    }

    h2.youraccountSm {
        width: 94%;
        font-size: 18px;
        line-height: 21px;
        margin-top: 10px;
        padding-bottom: 2px;
        min-height: 30px;
    }
}

@media screen and (max-width:600px) {
    .specialofferarea .specialproduct ul li {
        clear: none;
    }

    .specialofferarea .specialproduct ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: 10px;
        text-align: center;
        float: Left;
        padding-left: 1%;
        padding-right: 1%;
        width: 48% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-bottom: none;
    }

    .bradcampTopposition {
        top: 190px;
    }
}

@media screen and (max-width:480px) {
    .d_boxsec {
        float: left;
        width: 45%;
        margin: 15px 0px 15px 3%;
    }

    .paymentsection .totalsec {
        float: right;
        /*margin-left: -40px;*/
        margin-left: 2px;
        margin-top: 5px;
    }

    .orderhistoryarea .right ul li {
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 1px;
    }

    .category_productholder ul li {
        width: 48%;
        margin-right: 1%;
    }

        .category_productholder ul li.Grocery {
            width: 48%;
            margin-right: 1%;
        }

        .category_productholder ul li.noMargin {
            margin-right: 1%;
        }

    h2.youraccountSm {
        width: 90%;
    }

    .bradcampTopposition {
        top: 175px;
    }
}

@media screen and (max-width:440px) {
    .bradcampTopposition {
        top: 130px;
    }
}

@media screen and (max-width:400px) {
    .d_boxsec {
        float: left;
        width: 96%;
        margin: 15px 0px 15px 1%;
    }

    .p1 {
        /*width:49.5%;*/
        margin-left: .5%;
    }

    .p6 {
        width: 49%;
    }

    .pic img {
        width: 45px;
        height: 46px;
    }

    .specialofferarea .specialproduct ul li {
        float: Left;
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: 10px !important;
        padding-bottom: 5px !important;
        width: 48% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.crdChkOutnormalSec {
}

    .crdChkOutnormalSec .head {
        height: 35px;
        width: 100%;
        float: left;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9f9b9b+0,7a7878+100 */
        background: #9f9b9b; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmOWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTc4NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #9f9b9b 0%, #7a7878 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9b9b), color-stop(100%,#7a7878)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #9f9b9b 0%,#7a7878 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #9f9b9b 0%,#7a7878 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #9f9b9b 0%,#7a7878 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #9f9b9b 0%,#7a7878 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9b9b', endColorstr='#7a7878',GradientType=0 ); /* IE6-8 */
    }

        .crdChkOutnormalSec .head img {
            float: right;
        }

        .crdChkOutnormalSec .head a img {
            margin: 5px 10px 0px 0px;
            opacity: 0.8;
            filter: alpha(opacity=80); /* For IE8 and earlier */
        }

            .crdChkOutnormalSec .head a img:hover {
                opacity: 1;
                filter: alpha(opacity=100); /* For IE8 and earlier */
            }

            .crdChkOutnormalSec .head a img.dan {
                float: left !important;
                margin: 6px 0px 0px 10px;
                opacity: 0.8;
                filter: alpha(opacity=80); /* For IE8 and earlier */
                display: none;
            }

                .crdChkOutnormalSec .head a img.dan:hover {
                    opacity: 1;
                    filter: alpha(opacity=100); /* For IE8 and earlier */
                }

    .crdChkOutnormalSec .bodPart {
        float: left;
        padding: 5px 8px;
        /*	min-height:210px;
	height:210px;*/
    }

        .crdChkOutnormalSec .bodPart .txtPart {
            border-bottom: #d8d8d8 solid 1px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 14px;
            line-height: 18px;
            color: #5c5c5c;
            width: 100%;
            float: left;
        }

            .crdChkOutnormalSec .bodPart .txtPart h2 {
                color: #383737;
                font-size: 18px;
                line-height: 20px;
                padding-top: 3px;
                padding-bottom: 3px;
                margin: 0;
            }

    .crdChkOutnormalSec .buttlink {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: normal;
        padding: 5px 5px;
        margin: 5px 0px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        -moz-box-shadow: inset 0px 0px 5px 0px #b5b5aa;
        -webkit-box-shadow: inset 0px 0px 5px 0px #b5b5aa;
        box-shadow: inset 0px 0px 5px 0px #b5b5aa;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8b8b8b), color-stop(1, #8b8b8b));
        background: -moz-linear-gradient(top, #8b8b8b 5%, #8b8b8b 100%);
        background: -webkit-linear-gradient(top, #8b8b8b 5%, #8b8b8b 100%);
        background: -o-linear-gradient(top, #8b8b8b 5%, #8b8b8b 100%);
        background: -ms-linear-gradient(top, #8b8b8b 5%, #8b8b8b 100%);
        background: linear-gradient(to bottom, #8b8b8b 5%, #8b8b8b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#8b8b8b',GradientType=0);
        background-color: #8b8b8b;
        border: 1px solid #636161;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        cursor: pointer;
    }

        .crdChkOutnormalSec .buttlink:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7a7a7a), color-stop(1, #8b8b8b));
            background: -moz-linear-gradient(top, #7a7a7a 5%, #8b8b8b 100%);
            background: -webkit-linear-gradient(top, #7a7a7a 5%, #8b8b8b 100%);
            background: -o-linear-gradient(top, #7a7a7a 5%, #8b8b8b 100%);
            background: -ms-linear-gradient(top, #7a7a7a 5%, #8b8b8b 100%);
            background: linear-gradient(to bottom, #7a7a7a 5%, #8b8b8b 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#8b8b8b',GradientType=0);
            background-color: #7a7a7a;
        }

        .crdChkOutnormalSec .buttlink:active {
            position: relative;
            top: 1px;
        }

.crdChkOutactivationSec {
}

    .crdChkOutactivationSec .head {
        height: 35px;
        width: 100%;
        float: left;
        background: url(../images/green-curve.png) no-repeat;
        background-size: cover;
    }

        .crdChkOutactivationSec .head img {
            float: right;
        }

        .crdChkOutactivationSec .head a img {
            margin: 5px 10px 0px 0px;
            opacity: 0.8;
            filter: alpha(opacity=80); /* For IE8 and earlier */
        }

            .crdChkOutactivationSec .head a img:hover {
                opacity: 1;
                filter: alpha(opacity=100); /* For IE8 and earlier */
            }

            .crdChkOutactivationSec .head a img.dan {
                float: left !important;
                margin: 6px 0px 0px 10px;
                opacity: 0.8;
                filter: alpha(opacity=80); /* For IE8 and earlier */
                display: block;
            }

                .crdChkOutactivationSec .head a img.dan:hover {
                    opacity: 1;
                    filter: alpha(opacity=100); /* For IE8 and earlier */
                }

    .crdChkOutactivationSec .bodPart {
        float: left;
        padding: 5px 8px;
        /*min-height:210px;
	height:210px;*/
    }

        .crdChkOutactivationSec .bodPart .txtPart {
            border-bottom: #d8d8d8 solid 1px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 14px;
            line-height: 18px;
            color: #5c5c5c;
            width: 100%;
            float: left;
        }

            .crdChkOutactivationSec .bodPart .txtPart h2 {
                color: #383737;
                font-size: 18px;
                line-height: 20px;
                padding-top: 3px;
                padding-bottom: 3px;
                margin: 0;
            }

    .crdChkOutactivationSec .buttlink {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: normal;
        padding: 5px 5px;
        margin: 5px 0px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        -moz-box-shadow: inset 0px 1px 3px 0px #ffbc57;
        -webkit-box-shadow: inset 0px 1px 3px 0px #ffbc57;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #cc6900));
        background: -moz-linear-gradient(top, #ff8400 5%, #cc6900 100%);
        background: -webkit-linear-gradient(top, #ff8400 5%, #cc6900 100%);
        background: -o-linear-gradient(top, #ff8400 5%, #cc6900 100%);
        background: -ms-linear-gradient(top, #ff8400 5%, #cc6900 100%);
        background: linear-gradient(to bottom, #ff8400 5%, #cc6900 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#cc6900',GradientType=0);
        background-color: #ff8400;
        border: 1px solid #cf700b;
        cursor: pointer;
    }

        .crdChkOutactivationSec .buttlink:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc6900), color-stop(1, #ff8400));
            background: -moz-linear-gradient(top, #cc6900 5%, #ff8400 100%);
            background: -webkit-linear-gradient(top, #cc6900 5%, #ff8400 100%);
            background: -o-linear-gradient(top, #cc6900 5%, #ff8400 100%);
            background: -ms-linear-gradient(top, #cc6900 5%, #ff8400 100%);
            background: linear-gradient(to bottom, #cc6900 5%, #ff8400 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6900', endColorstr='#ff8400',GradientType=0);
            background-color: #cc6900;
        }

        .crdChkOutactivationSec .buttlink:active {
            position: relative;
            top: 1px;
        }

.payArea_Banksec {
    float: left;
    background: url(../images/payMhtdbg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    /*background:#ffffff;*/
    padding: 12px 0 12px 0;
    margin-bottom: 18px;
    margin-top: 10px;
    box-shadow: 0 0 8px 3px #b6b6b6;
    -moz-box-shadow: 0 0 8px 3px #b6b6b6;
    -webkit-box-shadow: 0 0 8px 3px #b6b6b6;
}

#payBox_Banksec {
}

#editPaymentMethod {
    cursor: pointer;
}

    #editPaymentMethod:hover {
        opacity: 0.8;
    }

/*PaycardMenu*/

.PaycardMenu {
    float: left;
    /*width:20%;*/
    width: 195px;
    padding: 0px;
    margin: 0px;
}

    .PaycardMenu ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

        .PaycardMenu ul li {
            background: url(../images/paylink-bg.png);
            background-repeat: no-repeat;
            height: 37px;
            color: #4e4e4e;
            font-size: 14px;
            line-height: 15px;
            padding: 10px 0px 0px 4px;
            margin: 0px;
            cursor: pointer;
        }
            /*.PaycardMenu ul li a{
	float:left;
	text-decoration:none;
	color:#4e4e4e;
	font-size:14px;
	line-height:15px;
	padding:10px 0px 0px 4px;
	margin:0px;
	
}*/
            .PaycardMenu ul li img {
                margin-right: 6px;
                margin-left: 4px;
                margin-top: 0px;
                border: none;
                float: left;
            }

            .PaycardMenu ul li.active {
                background: url(../images/paylink-bg-active.png);
                background-repeat: no-repeat;
                height: 37px;
                color: #e6faff;
                text-decoration: none;
                color: #e6faff;
                padding: 10px 0px 0px 4px;
                margin: 0px;
            }

                /*.PaycardMenu ul li.active a{
	float:left;
	text-decoration:none;
	color:#e6faff;
	padding:10px 0px 0px 4px;
	margin:0px;
}*/

                .PaycardMenu ul li.active img {
                    margin-right: 6px;
                    margin-left: 4px;
                    margin-top: 0px;
                    border: none !important;
                    float: left;
                    background: #ffffff;
                    padding: 1px;
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                }

/*PaycardMenu End*/
.PaycardDet_and_PaycardList {
    float: left;
    width: 60%;
    padding: 0;
    margin: 0;
}
/*PaycardMenu End*/

/*PayDebitcardDetails*/
.PayDebitcardDetails {
    float: left;
    /*width:49%;*/
    width: 99%;
    padding: 0px;
    margin: 0px 0px 0px 1%;
}

#PayDbCrdDts {
    display: none;
}

#PayDbCrdDtsLNK { /*click ctrl id*/
}

/*PayCreditcardDetails*/
.PayCreditcardDetails {
    float: left;
    /*width:49%;*/
    width: 99%;
    padding: 0px;
    margin: 0px 0px 0px 1%;
}

#PayCrCrdDts { /*click ctrl id*/
}

#PayCrCrdDtsLNK {
}

.PMthdGiftcard {
    float: left;
    width: 99%;
    min-height: 50px;
    padding: 0px;
    margin: 10px 5px 10px 1%;
}

#PayGfCrdDts { /*click ctrl id*/
    display: none;
}

#PayGfCrdDtsLNK {
}

.paycardIconSec {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .paycardIconSec p {
        float: left;
        font-size: 14px;
        line-height: 16px;
        color: #2a59a0;
        padding: 2px 4px 5px 0px;
    }

    .paycardIconSec .picsec {
        float: left;
    }

        .paycardIconSec .picsec img {
            display: inline-block;
            margin-right: 3px;
        }

.paycardtabsec {
    float: left;
    /*width:100%;*/
    width: 49%;
    /*max-width:400px;*/
    padding: 0;
    margin: 0;
}

.linktab {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.clickTab {
    float: left;
    font-size: 14px;
    padding: 6px 5px;
    margin-right: 12px;
    font-size: 14px;
    width: 110px;
    text-align: center;
    color: #676767;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,d8d8d8+100 */
    background: #eaeaea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eaeaea 0%, #d8d8d8 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d8d8d8)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #eaeaea 0%,#d8d8d8 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #eaeaea 0%,#d8d8d8 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #eaeaea 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

    .clickTab a:hover {
        text-decoration: underline;
    }

.actTab {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b9b9b9+0,676767+100 */
    background: #b9b9b9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b9b9b9 0%, #676767 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b9b9b9 0%,#676767 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b9b9b9 0%,#676767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#676767',GradientType=0 ); /* IE6-8 */
    color: #ffffff;
}

    .actTab a {
        color: #ffffff;
        text-decoration: none;
    }

        .actTab a:hover {
            text-decoration: underline;
        }

.TabArea1 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.TabArea2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
    /*background:#f1f1f1;*/
    background: rgba(255,255,255,0.5);
    border: rgba(191,214,245,0.7) solid 1px;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}


/*ReedimCouponsSec End*/

/**/
.newCardArea {
    width: 100%;
    margin: 10px auto;
    padding: 0px;
}

    .newCardArea .left {
        width: 96%;
        margin: 0 0 15px 6px !important;
        padding: 0px 15px 0px 0px;
        float: left;
        font-size: 14px;
        color: #3A6BB3;
        text-align: left;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
        border-bottom: #d6d6d6 solid 1px;
    }

    .newCardArea .left1 {
        /*width: 35%;*/
        width: 40%;
        margin: 0 auto;
        padding: 0px 15px 0px 2%;
        float: left;
        font-size: 14px;
        color: #6b6b6b;
        text-align: left;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
    }

    .newCardArea .right {
        width: 50%;
        margin: 0 auto;
        padding: 0px 0px;
        float: left;
        margin-bottom: 5px;
        margin-left: 10%;
        margin-left: 0px;
        color: #6b6b6b;
    }

        .newCardArea .right input[type="radio"] {
            outline: none;
            margin-right: 5px;
            margin-top: -3px;
        }

        .newCardArea .right span {
            font-size: 12px;
            top: -5px;
            left: 5px;
            position: relative;
        }

        .newCardArea .right input[type="text"] {
            border-radius: 0px;
            width: 97%;
            box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
        }

        .newCardArea .right input[type="password"] {
            border-radius: 0px;
            width: 44%;
            box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
        }


        .newCardArea .right select {
            width: 49.5% !important;
            border-radius: 0px;
            box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: rgba(255,255,255,0.8) url(../images/drop-arrow9.png) no-repeat 97% 50%;
            cursor: pointer;
            outline: none;
        }

            .newCardArea .right select.big {
                width: 99.5% !important;
                border-radius: 0px;
                box-shadow: inset 0px 0px 13px -4px #ABABAB;
                -webkit-box-shadow: inset 0px 0px 13px -4px #ABABAB;
                -moz-box-shadow: inset 0px 0px 13px -4px #ABABAB;
                -o-box-shadow: inset 0px 0px 13px -4px #ABABAB;
                -moz-appearance: none;
                -webkit-appearance: none;
                background: rgba(255,255,255,0.8) url(../images/drop-arrow9.png) no-repeat 97% 50%;
                cursor: pointer;
                outline: none;
            }


.boxBankInf {
    float: left;
    background: url(../images/credit-card.jpg) no-repeat;
    background-size: cover;
    width: 97%;
    /*background:#e9e9e9;*/
    border: #b0b0b0 solid 1px;
    padding: 1%;
    margin-top: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 2px;
}

.bheadpart {
    float: right;
    /*width:100%;*/
    padding: 5px 0px;
    margin: 0;
}

.crosssec {
    float: right;
    padding: 0;
    margin: 0;
}

    .crosssec a {
    }

        .crosssec a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); /* For IE8 and earlier */
        }

.boxBankInf .tpart {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
    color: #5c5c5c;
    width: 90%;
    float: left;
}

    .boxBankInf .tpart img {
        /*float:right;*/
        margin-right: 5px;
        float: left;
    }

    .boxBankInf .tpart span {
        color: #3b6bb4;
        float: left;
    }

.cardCvvDtMMArea {
    float: left;
    width: 100%;
    padding: 0;
    margin: 6px 0px;
}

.expiryD {
    float: left;
    width: 52px;
    height: 24px;
    background: #3f7cdb;
    border: #355d99 solid 1px;
    color: #ffffff;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    margin-right: 3px;
}


.cvv {
    float: left;
    /*width:30%;*/
    min-width: 40px;
    margin-left: 10px;
    margin-right: 3px;
}

    .cvv input[type=text] {
        width: 40px;
        height: 20px;
        background: #eaeaea;
        border: #b6b6b6 solid 1px;
        border-radius: 0px;
        font-size: 14px;
        text-align: center;
    }

.PmtdDate {
    float: left;
    min-width: 34px;
    margin-right: 3px;
}

    .PmtdDate input[type=text] {
        width: 34px;
        height: 20px;
        background: #eaeaea;
        border: #b6b6b6 solid 1px;
        border-radius: 0px;
        font-size: 14px;
        text-align: center;
    }

.PmtdMonth {
    float: left;
    min-width: 34px;
    margin-right: 3px;
}

    .PmtdMonth input[type=text] {
        width: 34px;
        height: 20px;
        background: #eaeaea;
        border: #b6b6b6 solid 1px;
        border-radius: 0px;
        font-size: 14px;
        text-align: center;
    }

.Ques_sec {
    float: left;
    width: 50px;
}

    .Ques_sec img {
        max-width: 100%;
        margin-top: 3px;
    }

.varySecure {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 3px 0px;
}

    .varySecure img {
        max-width: 100%;
    }

/*PayCreditcardDetails End*/

/*gCardBoxsec*/
.gCardBoxsec {
    float: left;
    /*width:49%;*/
    width: 99%;
    padding: 0px;
    margin: 5pxpx 0px 5px 1%;
}


/*PaycardList*/
.PaycardList {
    /*float:left;*/
    float: right;
    width: 49%;
    padding: 0px;
    margin: 0px 0px 0px 1%;
}

.availableCardSec {
    float: left;
    width: 99%;
    max-width: 500px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    border: #cbcbcb solid 1px;
    /*-webkit-box-shadow:inset -6px 20px 11px -7px rgba(0,0,0,0.35);
	-moz-box-shadow:inset -6px 20px 11px -7px rgba(0,0,0,0.35);
	box-shadow: inset -6px 20px 11px -7px rgba(0,0,0,0.35);*/
}

.arrow-up {
    float: right;
    width: 14px;
    height: 10px;
    margin-top: 12px;
    margin-right: 6px;
    background: url(../images/upArrow.png) no-repeat;
}

.arrow-down {
    float: right;
    width: 14px;
    height: 10px;
    margin-top: 12px;
    margin-right: 6px;
    background: url(../images/downArrow.png) no-repeat;
}


.arrow-up3 {
    float: right;
    width: 14px;
    height: 10px;
    margin-top: 12px;
    margin-right: 6px;
    background: url(../images/upArrow.png) no-repeat;
}

.arrow-down3 {
    float: right;
    width: 14px;
    height: 10px;
    margin-top: 12px;
    margin-right: 6px;
    background: url(../images/downArrow.png) no-repeat;
}









.availableCardSec #avlcardheadArea {
    /*background:url(../images/brown-matrix.jpg) no-repeat;*/
    /*background:url(../images/blue-matrix.jpg) no-repeat;
	background-size:cover;*/
    background: url(../images/green-curve.png) no-repeat;
    background-size: cover;
    width: 99%;
    float: left;
    height: 36px;
    padding-left: 1%;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
}

.availableCardSec #avlcardheadArea {
}

#avlCardWrapper {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    /*height:108px;
	overflow:auto;*/
    background: #ffffff;
}

.availableCardSec #avlcardheadAreaDB {
    /*background:url(../images/brown-matrix.jpg) no-repeat;*/
    /*background:url(../images/blue-matrix.jpg) no-repeat;
	background-size:cover;*/
    background: url(../images/green-curve.png) no-repeat;
    background-size: cover;
    width: 99%;
    float: left;
    height: 36px;
    padding-left: 1%;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
}

.availableCardSec #avlcardheadAreaDB {
}

#avlCardWrapperDB {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.availableCardSec .avlcardlist {
    border-bottom: #d8d8d8 solid 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1%;
    float: left;
    width: 99%;
}

    .availableCardSec .avlcardlist .picpart {
        float: left;
        min-width: 7%;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 2px;
    }

        .availableCardSec .avlcardlist .picpart img {
            max-width: 100%;
        }

    .availableCardSec .avlcardlist .conpart {
        float: left;
        padding-right: 1%;
        /*width:75%;*/
        width: auto;
    }

        .availableCardSec .avlcardlist .conpart p {
            font-size: 14px;
            line-height: 18px;
            color: #636363;
            padding: 0;
            margin: 0;
        }

            .availableCardSec .avlcardlist .conpart p span {
                color: #3b6bb4;
            }

    .availableCardSec .avlcardlist .radioButtsec {
        float: left;
        min-width: 4%;
        padding-left: 1%;
        padding-right: 1%;
        margin-top: 3px;
        text-align: left;
        cursor: pointer;
    }

        .availableCardSec .avlcardlist .radioButtsec input[type=radio] {
            outline: none;
        }

/*PaymentMthd_GiftcardAmt*/

.PaymentMthd_GiftcardAmt {
    width: 47%;
    float: left;
    -webkit-box-shadow: inset 0 0 10px 2px #dadada;
    box-shadow: inset 0 0 10px 2px #dadada;
    padding: 1%;
    margin-top: 1%;
    border: 1px solid #9dbbf0;
    border-radius: 4px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dae6f9+0,ffffff+54,dae6f9+100 */
    background: rgb(218,230,249); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(218,230,249,1) 0%, rgba(255,255,255,1) 54%, rgba(218,230,249,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,230,249,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(100%,rgba(218,230,249,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(218,230,249,1) 0%,rgba(255,255,255,1) 54%,rgba(218,230,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(218,230,249,1) 0%,rgba(255,255,255,1) 54%,rgba(218,230,249,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(218,230,249,1) 0%,rgba(255,255,255,1) 54%,rgba(218,230,249,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(218,230,249,1) 0%,rgba(255,255,255,1) 54%,rgba(218,230,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae6f9', endColorstr='#dae6f9',GradientType=0 ); /* IE6-9 */
}

    .PaymentMthd_GiftcardAmt span {
        font-size: 15px;
        color: #3b6bb5;
        font-weight: normal;
        padding: 5px 0 0 4%;
        padding: 5px 0 0 0px;
        margin: 0;
        text-transform: uppercase;
        line-height: normal;
    }

.PayMthd_giftcardinputarea {
    float: left;
    padding: 10px 0px 10px 1%;
    width: 98%;
}

    .PayMthd_giftcardinputarea label {
        float: left;
        font-size: 14px;
        color: #2e2e2e;
        line-height: 30px;
        padding-right: 15px;
        min-width: 80%;
    }

    .PayMthd_giftcardinputarea input {
        border: #bdbdbd solid 1px;
        float: left;
        font-size: 12px;
        color: #2e2e2e;
        width: 98%;
        height: 31px;
        line-height: 31px;
        padding: 0px 5px;
        border-radius: 0;
    }

    .PayMthd_giftcardinputarea a {
        float: left;
        cursor: pointer;
        vertical-align: top;
        font-size: 11px;
        color: #FFF;
        background: #3b6bb4;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: 0px;
        text-transform: uppercase;
        padding: 0px 20px;
        line-height: 25px;
        height: 25px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        margin-left: 0;
    }

/*PaymentMthd_GiftcardAmt end*/
.PayMthdMessagebox {
    float: right;
    width: 47%;
    padding: .5% 1% 0px 1%;
    margin-top: 0%;
}

    .PayMthdMessagebox span {
        font-size: 14px;
        color: #3b6bb5;
        font-weight: normal;
        padding: 5px 0 0 4%;
        padding: 5px 0 0 0px;
        margin: 0;
        text-transform: uppercase;
        line-height: normal;
    }

    .PayMthdMessagebox .textsec {
        width: 98%;
        margin: 5px auto;
        min-height: 120px;
    }

        .PayMthdMessagebox .textsec p {
            font-size: 12px;
            line-height: 15px;
            color: #454545;
            margin-bottom: 3px;
            padding-bottom: 10px;
            text-align: justify;
        }

            .PayMthdMessagebox .textsec p.colADJ {
                color: #b36614;
                font-weight: bold;
            }



/*PaycardAmount*/
.PaycardAmount {
    float: right;
    /*width:18%;*/
    width: 24%;
    padding: 0px;
    /*margin:65px 2% 0px 0px;*/
    margin: 30px 2% 0px 0px;
}

.totAmountBox {
    float: right;
    width: 99%;
    /*max-width:300px;*/
    padding: 0px;
    margin: 3px 6px 0px 0px;
    background: #f0f0f0;
    border: #d5d5d5 solid 1px;
}

    .totAmountBox .tSec {
        float: left;
        width: 100%;
        padding: 10px 0px 10px 0px;
        margin: 0px;
        font-size: 14px;
        color: #454545;
    }

        .totAmountBox .tSec .leftpart {
            float: left;
            width: 46%;
            padding: 1% 1% 1% 3%;
            text-align: left;
        }

        .totAmountBox .tSec .rightpart {
            float: right;
            width: 46%;
            padding: 1% 3% 1% 1%;
            text-align: right;
        }

.greenADJ {
    color: #ffffff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d6476+0,114f5e+100 */
    background: #1d6476; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNjQ3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTRmNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1d6476 0%, #114f5e 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d6476), color-stop(100%,#114f5e)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #1d6476 0%,#114f5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #1d6476 0%,#114f5e 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #1d6476 0%,#114f5e 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #1d6476 0%,#114f5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6476', endColorstr='#114f5e',GradientType=0 ); /* IE6-8 */
}

/*--cartDtlsorderSummary Area start--*/
.cartDtlsorderSummary {
    float: left;
    background: url(../images/payMhtdbg3.png) no-repeat;
    background-size: cover;
    width: 99%;
    /*background:#ffffff;*/
    padding: .5%;
    margin-bottom: 3px;
    margin-top: 3px;
}

.odrSummarybillingAndDelvAddress_Sec {
    float: left;
    width: 30%;
    padding: 0;
    margin-right: 1%;
}

.odrSummaryDeliveryAddSec, .odrSummaryBillingAddSec, .odrSummaryPaymentAddSec {
    float: left;
    width: 98%;
    margin: 0px 0px 15px 0px;
    border: #818080 solid 1px;
    -webkit-box-shadow: 1px 1px 8px 3px #ccc;
    -moz-box-shadow: 1px 1px 8px 3px #ccc;
    box-shadow: 1px 1px 8px 3px #ccc;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

    .odrSummaryDeliveryAddSec .head {
        height: 35px;
        width: 100%;
        float: left;
        background: url(../images/green-curve.png) no-repeat;
        background-size: cover;
    }

    .odrSummaryBillingAddSec .head {
        height: 35px;
        width: 100%;
        float: left;
        background: #9f9b9b;
        background: url(../images/green-curve.png) no-repeat;
        background-size: cover;
    }

    .odrSummaryPaymentAddSec .head {
        height: 35px;
        width: 100%;
        float: left;
        background: #9f9b9b;
        background: url(../images/green-curve.png) no-repeat;
        background-size: cover;
    }

        .odrSummaryDeliveryAddSec .head h2, .odrSummaryBillingAddSec .head h2, .odrSummaryPaymentAddSec .head h2 {
            float: left;
            padding: 8px 0px 0px 7px;
            font-size: 14px;
            font-weight: normal;
            line-height: 16px;
            color: #ffffff;
        }

        .odrSummaryDeliveryAddSec .head img, .odrSummaryBillingAddSec .head img, .odrSummaryPaymentAddSec .head img {
            float: right;
            margin-right: 5px;
            margin-top: 5px;
        }

        .odrSummaryDeliveryAddSec .head a img, .odrSummaryBillingAddSec .head a img, .odrSummaryPaymentAddSec .head a img {
            margin: 5px 10px 0px 0px;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .odrSummaryDeliveryAddSec .bodPart, .odrSummaryBillingAddSec .bodPart, .odrSummaryPaymentAddSec .bodPart {
        padding: 1px 8px;
        background: #ffffff;
        min-height: 105px;
        overflow: hidden;
    }

        .odrSummaryDeliveryAddSec .bodPart .txtPart, .odrSummaryBillingAddSec .bodPart .txtPart, .odrSummaryPaymentAddSec .bodPart .txtPart {
            border-bottom: #d8d8d8 solid 1px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 14px;
            line-height: 18px;
            color: #5c5c5c;
            width: 100%;
            float: left;
        }

            .odrSummaryDeliveryAddSec .bodPart .txtPart h2, .odrSummaryBillingAddSec .bodPart .txtPart h2, .odrSummaryPaymentAddSec .bodPart .txtPart h2 {
                color: #383737;
                font-size: 14px;
                line-height: 18px;
                padding-top: 3px;
                padding-bottom: 3px;
                margin: 0;
            }

        .odrSummaryDeliveryAddSec .bodPart .txtPart, .odrSummaryBillingAddSec .bodPart .txtPart, .odrSummaryPaymentAddSec .bodPart .txtPart {
            border-bottom: #d8d8d8 solid 1px;
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 13px;
            line-height: 18px;
            color: #5c5c5c;
            width: 100%;
            float: left;
        }



.odrSummaryPaymentAndProduct_Sec {
    float: left;
    width: 69%;
    padding: 0px;
    margin: 0px;
}

.odrSummaryProdDetailsSec {
    float: left;
    width: 49%;
    margin-left: .5%;
    background: #ffffff;
    margin-bottom: 8px;
    border: #abd5df solid 1px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.odrSummaryProdDetailsHeading {
    float: left;
    width: 100%;
    height: 23px;
    margin: 0px 0 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#265b66+0,195766+100 */
    background: #265b66; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NWI2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #265b66 0%, #195766 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265b66), color-stop(100%,#195766)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #265b66 0%,#195766 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #265b66 0%,#195766 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #265b66 0%,#195766 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #265b66 0%,#195766 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265b66', endColorstr='#195766',GradientType=0 ); /* IE6-8 */
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    color: #ffffff !important;
}

.odrSummaryProdDetailsOutpartAreaSec {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
    min-height: 370px;
    max-height: 380px;
    overflow: auto;
}

    .odrSummaryProdDetailsOutpartAreaSec .secarea {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 4px;
        margin-bottom: 4px;
        color: #3b3b3b;
        background: #ebebeb;
        max-height: 40px;
        overflow: hidden;
    }

.item_orSum {
    float: left;
    width: 52%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    color: #60828a;
}

.quality_orSum {
    float: left;
    width: 20%;
    margin-left: 1%;
    padding-top: 2px;
    font-size: 13px;
    text-align: center;
}

.p_Dam_orSum {
    float: left;
    width: 14%;
    text-align: right;
    margin-right: 1%;
    padding-top: 2px;
    font-size: 13px;
}

.edit_orSum {
    float: left;
    width: 8%;
    text-align: right;
    margin-right: 1%;
    padding-top: 2px;
    font-size: 13px;
    color: #ee7d00;
}

    .edit_orSum a {
        color: #26508f;
        text-decoration: none;
        font-weight: normal;
    }

input.quantity_number_orSum {
    width: 40%;
    text-align: center;
    margin-top: 3px;
    padding: 4px 9px;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.viewMoreArea {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.viewMoreButt {
    -moz-box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    -webkit-box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    box-shadow: inset 0px 1px 5px 0px #9eb6d9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3361a7), color-stop(1, #173d76));
    background: -moz-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -webkit-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -o-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: -ms-linear-gradient(top, #3361a7 5%, #173d76 100%);
    background: linear-gradient(to bottom, #3361a7 5%, #173d76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3361a7', endColorstr='#173d76',GradientType=0);
    background-color: #3361a7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #0b234b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    padding: 3px 3%;
    text-decoration: none;
}

    .viewMoreButt a {
        text-decoration: none;
        color: #ffffff;
    }

    .viewMoreButt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #173d76), color-stop(1, #3361a7));
        background: -moz-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -webkit-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -o-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: -ms-linear-gradient(top, #173d76 5%, #3361a7 100%);
        background: linear-gradient(to bottom, #173d76 5%, #3361a7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#173d76', endColorstr='#3361a7',GradientType=0);
        background-color: #173d76;
    }


/*------------------------------------------------*/
#totalOrderSum {
    float: left;
    width: 100%;
    padding: 0;
    margin: 9px 0px 9px;
    display: none;
}

#continueButt {
    float: right;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border: #dd831e solid 1px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 6px 12px;
    margin-right: 6px;
    margin-top: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8200+0,e87b00+100 */
    background: #ff8200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODdiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff8200 0%, #e87b00 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8200), color-stop(100%,#e87b00)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #ff8200 0%,#e87b00 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #ff8200 0%,#e87b00 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #ff8200 0%,#e87b00 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #ff8200 0%,#e87b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#e87b00',GradientType=0 ); /* IE6-8 */
}

    #continueButt:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

.odrSummaryPaymentDetailsSec {
    float: right;
    width: 48%;
    margin-left: 1%;
    background: #ffffff;
    margin-bottom: 8px;
}

.odrSummaryPayAmountBox {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 3px 6px 0px 0px;
    background: #f0f0f0;
    border: #d5d5d5 solid 1px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

    .odrSummaryPayAmountBox .tSec {
        float: left;
        width: 100%;
        padding: 5px 0px 5px 0px;
        margin: 7px 0px 0px 0px;
        border-bottom: #cccccc solid 1px;
        font-size: 14px;
        color: #454545;
    }

        .odrSummaryPayAmountBox .tSec .leftpart {
            float: left;
            width: 46%;
            padding: 1% 1% 1% 3%;
            text-align: left;
        }

        .odrSummaryPayAmountBox .tSec .rightpart {
            float: right;
            width: 46%;
            padding: 1% 3% 1% 1%;
            text-align: right;
        }

.SOrder {
    float: right;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border: #dd831e solid 1px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 6px 12px;
    margin-top: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8200+0,e87b00+100 */
    background: #ff8200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODdiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff8200 0%, #e87b00 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8200), color-stop(100%,#e87b00)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #ff8200 0%,#e87b00 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #ff8200 0%,#e87b00 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #ff8200 0%,#e87b00 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #ff8200 0%,#e87b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#e87b00',GradientType=0 ); /* IE6-8 */
}
/*--orderSummary Area end--*/

/*--------DETAIL_CHECKOUT end--------*/

.receipentarea {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

    .receipentarea h2 {
        background: url(../images/receipent-icon.jpg) no-repeat;
        padding: 0;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
        font-weight: normal;
        color: #ed1d24;
        /*font-family: "sans";*/
        font-size: 21px;
        text-transform: uppercase;
        padding-bottom: 22px;
    }

    .receipentarea .formarea {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0;
    }

        .receipentarea .formarea fieldset {
            width: 100%;
            border: none;
            float: left;
            padding: 0px;
            margin: 0;
            margin-bottom: 7px;
            position: relative;
        }

            .receipentarea .formarea fieldset label {
                color: #2e2e2e;
                /*font-family: "sans";*/
                font-size: 12px;
                width: 20%;
                text-align: right;
                float: left;
                padding: 0px;
                margin: 0;
                line-height: 28px;
            }

            .receipentarea .formarea fieldset input[type="text"] {
                color: #2e2e2e;
                /*font-family: "sans";*/
                font-size: 12px;
                width: 76%;
                height: 28px;
                padding: 0 10px;
                line-height: 27px;
                float: right;
                text-align: right;
                padding: 0px;
                margin: 0;
                -webkit-box-shadow: inset 0 0 3px 2px #dadada;
                box-shadow: inset 0 0 3px 2px #dadada;
                border-radius: 0;
                content: none;
                text-align: left;
                padding: 0px 10px;
            }

            .receipentarea .formarea fieldset select {
                -webkit-box-shadow: inset 0 0 3px 2px #dadada;
                box-shadow: inset 0 0 3px 2px #dadada;
                border: none;
                border-radius: 0px;
                color: #666666;
                display: inline-block;
                font-size: 12px;
                margin: 0;
                height: 28px;
                padding: 2px 0 2px 2px;
                width: 78.1%;
                float: right;
            }

            .receipentarea .formarea fieldset .label1:after {
                background: #FFF;
                border-radius: 0;
                bottom: 0;
                color: #FFFFFF;
                /*content: url(../images/filterby-downarrow.jpg);*/
                line-height: 30px;
                height: 28px;
                padding: 0 0px;
                pointer-events: none;
                position: absolute;
                right: 0;
                text-shadow: 0 1px 1px #000000;
                top: 1px;
                z-index: 1000;
            }

            .receipentarea .formarea fieldset select option {
                background: #FFF;
                font-size: 12px;
                float: left;
            }

            .receipentarea .formarea fieldset [type="checkbox"] {
                border: none;
                border-radius: 0px;
                color: #666666;
                display: inline-block;
                font-size: 14px;
                margin: 7px;
                padding: 2px 0 2px 2px;
                float: left;
                margin-left: 19px;
            }

.savebtnarea {
    width: 50%;
    padding-left: 206px;
    float: left;
}

    .savebtnarea input[type="button"] {
        width: auto;
        float: left;
        /*font-family: "sans";*/
        font-size: 14px;
        background: #3b6bb4;
        text-align: center;
        color: #FFF;
        padding: 3px 30px;
        margin-right: 15px;
        border: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.managereceipentarea {
    width: 100%;
    float: left;
    padding: 10px 0px 12px 0px; /*edit 22.9.2016 somak*/
}

    .managereceipentarea h2 {
        /*font-family: "sans";*/
        font-size: 12px;
        color: #2e2e2e;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: normal;
        float: left;
        text-transform: none;
        background: none;
    }

.managereceipentarea_3 {
    width: 100%;
    float: left;
    padding: 10px 0px 12px 0px;
    /*background:#e7e7e7;*/
    padding: 3px;
    font-size: 14px;
}

    .managereceipentarea_3 h2 {
        /*font-family: "sans";*/
        font-size: 14px;
        color: #2e2e2e;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: bold;
        float: left;
        text-transform: none;
        background: none;
    }

.areascroll {
    width: 100%;
    padding: 0;
    margin: 0;
}


table.crcard {
    /*background:#e7e7e7;*/
    border: #d0d0d0 solid 1px;
}

.brBott {
    border-bottom: #d0d0d0 solid 1px;
}


.savebtnarea2 {
    width: 50%;
    padding-left: 0px;
    float: left;
    padding-top: 20px;
}

.savebtnarea3 {
    width: 100%;
    padding-left: 0px;
    float: left;
    padding-top: 20px;
}

.savebtnarea2 input[type="button"] {
    width: auto;
    float: left;
    /*font-family: "sans";*/
    font-size: 14px;
    background: #3b6bb4;
    text-align: center;
    color: #FFF;
    padding: 3px 30px;
    margin-right: 15px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.login fieldset input[type=checkbox] {
    margin-top: 9px;
}
/* checkout page CSS Starts */
.receipentaddressarea {
    width: 100%;
    float: left;
    /*color: #525252;*/
    color: #4b4444;
    font-size: 14px;
}

    .receipentaddressarea p {
        /*font-family: "sans";*/
        font-size: 14px;
        /*color: #2e2e2e;*/
        color: #525252;
        padding: 0;
        margin: 0;
        width: 100%;
        line-height: 20px;
        vertical-align: top;
    }

        .receipentaddressarea p b {
            color: #525252;
        }
/*Dsg section for span elements*/
.Dsg1 {
    font-size: 18px;
    color: #ba6207;
}

.Dsg2 {
    font-size: 18px;
    color: #f14a4b;
}

.Dsg3 {
    font-size: 16px;
    color: #f78d1e !important;
}

ul.gift-listsec {
    float: none;
    font-size: 15px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-left: 0px;
}

    ul.gift-listsec li {
        line-height: 24px;
        font-size: 14px;
        /*background:url(../images/y-arrow.png) no-repeat;
	background-position:5px 3px;*/
        display: block;
    }

.spText {
    width: 98%;
    margin: 0;
    float: left;
    font-size: 14px;
    padding: 5px 3px;
    /*background:#eaeaea;*/
    border-top: #cdcdcd dashed 1px;
    margin-top: 4px;
}

    .spText p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }


.receipentaddressarea p input[type=text] {
    margin-bottom: 4px;
    min-width: 120px;
}
/*width:80%*/
.receipentaddressarea p span {
    /*font-family: "sans";*/
    font-size: 11px;
    color: #FFF;
}
    /*background:#3b6bb4; -webkit-border-radius: 15px 15px 15px 15px; border-radius: 15px 15px 15px 15px; margin-left:25px; text-transform:uppercase; padding:0px 15px; line-height:25px; height:25px; display:inline-block;*/
    .receipentaddressarea p span a {
        color: #FFF;
        text-decoration: none;
    }

.addresscontcont {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .addresscontcont ul {
        padding: 0;
        margin: 0;
    }

        .addresscontcont ul li {
            padding: 0;
            margin: 0;
            float: left;
            /* width: 27%;*/
            width: 23%;
            margin-right: 2%;
            margin-bottom: 1%;
            margin-top: 1%;
            /*height: 240px;*/
            /* margin-right: 7%;*/
        }

            .addresscontcont ul li:last-child {
                margin-right: 0 !important;
            }

.addressbox {
    width: 90%;
    min-height: 190px;
    -moz-box-shadow: inset 0px 0px 15px 5px #dadada;
    -webkit-box-shadow: inset 0px 0px 15px 5px #dadada;
    box-shadow: inset 0px 0px 15px 5px #dadada;
    float: left;
    padding: 18px 5%;
    margin: 0px;
}

    .addressbox h2 {
        /*font-family: "sans";*/
        font-size: 12px;
        color: #4774b9;
        padding: 0;
        margin: 0;
        margin-bottom: 6px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: #4774b9 solid 1px;
    }

    .addressbox p {
        /*font-family: "sans";*/
        font-size: 12px;
        color: #2e2e2e;
        padding: 0;
        margin: 0;
        width: 100%;
        line-height: normal;
        min-height: 100px;
    }

        .addressbox p br {
            padding: 0;
            margin: 0;
        }

.addressbtnarea {
    float: left;
    width: 100%;
    padding-top: 7px;
}

    .addressbtnarea .bluebutton {
        padding: 0 10px;
    }

    .addressbtnarea .top {
        float: left;
        width: 100%;
        margin-bottom: 7px;
    }

        .addressbtnarea .top .bluebutton {
            cursor: pointer;
            vertical-align: top;
            text-align: center;
            font-size: 11px;
            color: #FFF;
            background: #3b6bb4;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-left: 8px;
            text-transform: uppercase;
            padding: 0px 10px;
            line-height: 26px; /*edit 27.8.2016 somak*/
            height: 26px; /*edit 10.9.2016 somak*/
            display: inline-block;
            border: none;
            text-transform: uppercase;
            margin-bottom: 3px;
            width: auto !important;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8de5+0,3b6bb4+100 */
            background: #4e8de5; /* Old browsers */
            background: -moz-linear-gradient(top, #4e8de5 0%, #3b6bb4 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e8de5), color-stop(100%,#3b6bb4)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #4e8de5 0%,#3b6bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8de5', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-9 */
        }

            .addressbtnarea .top .bluebutton:hover {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b6bb4+0,4e8de5+100 */
                background: #3b6bb4; /* Old browsers */
                background: -moz-linear-gradient(top, #3b6bb4 0%, #4e8de5 100%); /* FF3.6-15 */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6bb4), color-stop(100%,#4e8de5)); /* Chrome4-9,Safari4-5 */
                background: -webkit-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Chrome10-25,Safari5.1-6 */
                background: -o-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Opera 11.10-11.50 */
                background: -ms-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* IE10 preview */
                background: linear-gradient(to bottom, #3b6bb4 0%,#4e8de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6bb4', endColorstr='#4e8de5',GradientType=0 ); /* IE6-9 */
                text-decoration: none;
            }

        .addressbtnarea .top .bluebutton7 {
            cursor: pointer;
            vertical-align: top;
            text-align: center;
            font-size: 11px;
            color: #FFF;
            background: #3b6bb4;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-left: 8px;
            text-transform: uppercase;
            padding: 0px 10px;
            line-height: 26px; /*edit 27.8.2016 somak*/
            height: 26px; /*edit 10.9.2016 somak*/
            display: inline-block;
            border: none;
            text-transform: uppercase;
            margin-bottom: 3px;
            width: 172px;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8de5+0,3b6bb4+100 */
            background: #4e8de5; /* Old browsers */
            background: -moz-linear-gradient(top, #4e8de5 0%, #3b6bb4 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e8de5), color-stop(100%,#3b6bb4)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #4e8de5 0%,#3b6bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8de5', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-9 */
        }

            .addressbtnarea .top .bluebutton7:hover {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b6bb4+0,4e8de5+100 */
                background: #3b6bb4; /* Old browsers */
                background: -moz-linear-gradient(top, #3b6bb4 0%, #4e8de5 100%); /* FF3.6-15 */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6bb4), color-stop(100%,#4e8de5)); /* Chrome4-9,Safari4-5 */
                background: -webkit-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Chrome10-25,Safari5.1-6 */
                background: -o-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Opera 11.10-11.50 */
                background: -ms-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* IE10 preview */
                background: linear-gradient(to bottom, #3b6bb4 0%,#4e8de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6bb4', endColorstr='#4e8de5',GradientType=0 ); /* IE6-9 */
                text-decoration: none;
            }



    .addressbtnarea .bottom .bluebutton {
        cursor: pointer;
        vertical-align: top;
        text-align: center;
        font-size: 11px;
        color: #FFF;
        background: #3b6bb4;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: 10px;
        text-transform: uppercase;
        padding: 0px 10px;
        line-height: 26px; /*edit 27.8.2016 somak*/
        height: 26px; /*edit 10.9.2016 somak*/
        display: inline-block;
        border: none;
        text-transform: uppercase;
        margin-bottom: 3px;
        width: auto !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8de5+0,3b6bb4+100 */
        background: #4e8de5; /* Old browsers */
        background: -moz-linear-gradient(top, #4e8de5 0%, #3b6bb4 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e8de5), color-stop(100%,#3b6bb4)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #4e8de5 0%,#3b6bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8de5', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-9 */
    }

        .addressbtnarea .bottom .bluebutton:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b6bb4+0,4e8de5+100 */
            background: #3b6bb4; /* Old browsers */
            background: -moz-linear-gradient(top, #3b6bb4 0%, #4e8de5 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6bb4), color-stop(100%,#4e8de5)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #3b6bb4 0%,#4e8de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6bb4', endColorstr='#4e8de5',GradientType=0 ); /* IE6-9 */
            text-decoration: none;
        }

    .addressbtnarea .bottom .bluebutton_adj {
        cursor: pointer;
        vertical-align: top;
        text-align: center;
        font-size: 11px;
        color: #FFF;
        background: #3b6bb4;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: 10px;
        text-transform: uppercase;
        padding: 0px 10px;
        line-height: 26px; /*edit 27.8.2016 somak*/
        height: 26px; /*edit 10.9.2016 somak*/
        display: inline-block;
        border: none;
        text-transform: uppercase;
        margin-bottom: 3px;
        width: 106px !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e8de5+0,3b6bb4+100 */
        background: #4e8de5; /* Old browsers */
        background: -moz-linear-gradient(top, #4e8de5 0%, #3b6bb4 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e8de5), color-stop(100%,#3b6bb4)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #4e8de5 0%,#3b6bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8de5', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-9 */
    }

        .addressbtnarea .bottom .bluebutton_adj:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b6bb4+0,4e8de5+100 */
            background: #3b6bb4; /* Old browsers */
            background: -moz-linear-gradient(top, #3b6bb4 0%, #4e8de5 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6bb4), color-stop(100%,#4e8de5)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #3b6bb4 0%,#4e8de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6bb4', endColorstr='#4e8de5',GradientType=0 ); /* IE6-9 */
            text-decoration: none;
        }

    .addressbtnarea .top .radionbtnarea {
        float: left;
        /*margin-left: 39px;*/
        line-height: normal;
    }

    .addressbtnarea .bottom {
        float: left;
        width: 100%;
        padding-left: 10px;
    }

input.bluebtn[type="button"] {
    float: left;
    /*font-family: "sans";*/
    font-size: 11px;
    color: #FFF;
    background: #3b6bb4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 7px;
    text-transform: uppercase;
    padding: 0px 6%;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.carddetailsarea {
    width: 100%;
    float: left;
    /*float:right;
	width:59%;*/
    -webkit-box-shadow: inset 0 0 3px 2px #dadada;
    box-shadow: inset 0 0 3px 2px #dadada;
    /*margin:42px 0px;*/
    margin: 15px 0px;
    padding: 0px;
}

    .carddetailsarea tr td {
        padding-top: 3px;
        padding-bottom: 4px;
        color: #555555;
    }

table.carddetails {
    padding: 2px;
    width: 100%;
}

.carddetailtableheading {
    background: #a1cfdf; /*#33C1D3 #a1c7d0;*/
    color: #292524; /*#081d3e;*/
    line-height: 18px;
    padding-left: 5px;
    position: relative;
    top: -12px;
    color: #3b5276;
    font-weight: 600;
}



.carddetailtablerow {
    padding-top: 5px;
}

    .carddetailtablerow img {
        max-width: 40px;
        height: auto !important;
    }

.carddetailtableheading td {
    background: #32BFD1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    /* line-height: 20px; */
    padding: 8px 5px;
    color: #053f46;
}



.carddetailtableheading3 {
    color: #ffffff;
    line-height: 18px;
    /*color:#192b47;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adc2dd+0,709ad8+51,adc2dd+100 */
    background: rgb(173,194,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(173,194,221,1) 0%, rgba(112,154,216,1) 51%, rgba(173,194,221,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,194,221,1)), color-stop(51%,rgba(112,154,216,1)), color-stop(100%,rgba(173,194,221,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc2dd', endColorstr='#adc2dd',GradientType=0 ); /* IE6-9 */
    font-weight: bold;
}

    .carddetailtableheading3 td {
        background: #32BFD1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        padding: 8px 5px;
    }

.carddetailtableheadingFast {
    width: 60%;
    color: #ffffff;
    line-height: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adc2dd+0,709ad8+51,adc2dd+100 */
    background: rgb(173,194,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(173,194,221,1) 0%, rgba(112,154,216,1) 51%, rgba(173,194,221,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,194,221,1)), color-stop(51%,rgba(112,154,216,1)), color-stop(100%,rgba(173,194,221,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc2dd', endColorstr='#adc2dd',GradientType=0 ); /* IE6-9 */
    font-weight: bold;
}

    .carddetailtableheadingFast td {
        background: #32BFD1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        /* line-height: 20px; */
        padding: 8px 5px;
    }

.carddetailtableheading-2ND {
    width: 10%;
    color: #ffffff;
    line-height: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adc2dd+0,709ad8+51,adc2dd+100 */
    background: rgb(173,194,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(173,194,221,1) 0%, rgba(112,154,216,1) 51%, rgba(173,194,221,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,194,221,1)), color-stop(51%,rgba(112,154,216,1)), color-stop(100%,rgba(173,194,221,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc2dd', endColorstr='#adc2dd',GradientType=0 ); /* IE6-9 */
    font-weight: bold;
}

    .carddetailtableheading-2ND td {
        background: #32BFD1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        /* line-height: 20px; */
        padding: 8px 5px;
    }

.HideSec {
    font-size: 0px !important;
}

.carddetailtableheading-3RD {
    width: 40%;
    color: #ffffff;
    line-height: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adc2dd+0,709ad8+51,adc2dd+100 */
    background: rgb(173,194,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(173,194,221,1) 0%, rgba(112,154,216,1) 51%, rgba(173,194,221,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,194,221,1)), color-stop(51%,rgba(112,154,216,1)), color-stop(100%,rgba(173,194,221,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc2dd', endColorstr='#adc2dd',GradientType=0 ); /* IE6-9 */
    font-weight: bold;
}

    .carddetailtableheading-3RD td {
        background: #32BFD1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        /* line-height: 20px; */
        padding: 8px 5px;
    }


.OrderDetailsBP {
    /*width:130px;
	text-align:left;*/
}

.Priceheading {
    /*background: #33C1D3;*/
    /*#a1c7d0;*/
    background: #a1cfdf;
    color: #292524;
    line-height: 36px;
    text-align: right;
    width: 15%;
    /*padding-right: 1%;*/
    padding-right: 120px;
    position: relative;
    /*top: -12px;*/
    color: #3b5276;
    font-weight: bold;
    font-size: 16px;
}

.accordion table td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.PriceTd {
    text-align: right;
    width: 15%;
    padding-right: 1%;
    vertical-align: top;
}
/*.PriceTd .prodSplPrice{
	float:right;
	width:80px;
	text-align:right;
}

.PriceTd .prodSplPrice img{
	float:left;
}*/


.Priceheading td {
    width: 15%;
    background: #a1c7d0;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding-right: 1%;
}

.borderrightdotted {
    /* border-right: dotted #000 2px;*/
    border-right: dotted #32bfd1 1px;
    padding-left: 5px;
}
/*anup background:#FFF;*/


/*cartDetaisSecBOXWISE start*/

.cartDetaisSecBOXWISE {
    width: 100%;
    min-height: 50px;
    float: left;
    margin: 15px 0px;
    padding: 0px;
}

    .cartDetaisSecBOXWISE .BoxContPart3 {
        background: url(../images/cartDTLSBg5.jpg) no-repeat;
        background-size: cover !important;
    }

    .cartDetaisSecBOXWISE .BoxContPart5 {
        background: url(../images/cartDTLSBg3.jpg) no-repeat !important;
        background-size: cover !important;
    }

    .cartDetaisSecBOXWISE .BoxContPart {
        width: 22%;
        min-height: 190px;
        background: url(../images/cartDTLSBg33.jpg) no-repeat !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        -moz-box-shadow: inset 0px 0px 15px 5px #092e4c;
        -webkit-box-shadow: inset 0px 0px 15px 5px #092e4c;
        box-shadow: inset 0px 0px 15px 5px #092e4c;
        float: left;
        padding: 12px 1%;
        margin: 0px 1% 10px 0px;
        color: #ffffff;
        min-height: 200px;
        max-height: 200px;
        cursor: pointer;
    }

        .cartDetaisSecBOXWISE .BoxContPart .cartNumber {
            float: left;
            width: 70%;
            font-size: 18px;
            padding: 0;
            margin: 0;
            margin-bottom: 10px;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: bold;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            background: -webkit-linear-gradient(top, #f1e767, #fcac35);
            background: linear-gradient(top, #f1e767, #fcac35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            /*text-shadow:1px 1px 0px #2d628d;*/
        }

        .cartDetaisSecBOXWISE .BoxContPart .expON {
            float: left;
            width: 70%;
            font-size: 14px;
            padding: 0px;
            margin: 0px;
            margin-bottom: 10px;
            line-height: 15px;
            text-transform: uppercase;
            font-weight: normal;
        }

        .cartDetaisSecBOXWISE .BoxContPart .cardLogo {
            float: right;
            width: 28%;
            min-height: 30px;
            text-align: right;
            margin-top: 10px;
        }

        .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea {
            float: right;
            width: 28%;
            min-height: 30px;
            text-align: right;
            margin-bottom: 6px;
        }

            /* secLikeRadioChkBox start */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox {
                display: block;
                position: relative;
                padding-left: 35px;
                margin-bottom: 10px;
                cursor: pointer;
                font-size: 20px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                /* Hide the browser's default radio button */
                .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input {
                    position: absolute;
                    opacity: 0;
                }

            /* Create a custom radio button */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .checkmark {
                position: absolute;
                top: 0;
                right: 0;
                height: 21px;
                width: 21px;
                background-color: #93c8f2;
                border-radius: 0%;
            }



            /* On mouse-over, add a grey background color */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox:hover input ~ .checkmark {
                background-color: #bbdcf7;
            }

            /* When the radio button is checked, add a blue background */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input:checked ~ .checkmark {
                background-color: #2196F3;
            }

            /* Create the indicator (the dot/circle - hidden when not checked) */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .checkmark:after {
                content: "";
                position: absolute;
                display: none;
            }

            /* Show the indicator (dot/circle) when checked */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input:checked ~ .checkmark:after {
                display: block;
            }

            /* Style the indicator (dot/circle) */
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox .checkmark::after {
                left: 8px;
                top: 3px;
                width: 3px;
                height: 10px;
                border: solid white;
                border-top-width: medium;
                border-right-width: medium;
                border-bottom-width: medium;
                border-left-width: medium;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        /* secLikeRadioChkBox End */



        .cartDetaisSecBOXWISE .BoxContPart .cardLogo img {
            max-width: 75%;
            min-width: 70px;
        }

        .cartDetaisSecBOXWISE .BoxContPart .name {
            float: left;
            width: 100%;
            font-size: 12px;
            padding: 0px;
            margin: 0px;
            margin-bottom: 5px;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: normal;
        }

        .cartDetaisSecBOXWISE .BoxContPart .address {
            float: left;
            width: 100%;
            font-size: 12px;
            padding: 0px;
            margin: 0px;
            margin-bottom: 5px;
            line-height: 16px;
            min-height: 40px;
            max-height: 50px;
            overflow: hidden;
            text-transform: uppercase;
            font-weight: normal;
        }

        .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea {
            float: left;
            width: 70%;
            margin-top: 6px;
            margin-bottom: 6px;
        }

            .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart {
                float: left;
                max-width: 70px;
                border: #175588 solid 1px;
                -moz-box-shadow: inset 0px 0px 9px 2px #bbd7ec;
                -webkit-box-shadow: inset 0px 0px 9px 2px #bbd7ec;
                box-shadow: inset 0px 0px 9px 2px #bbd7ec;
            }

                .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart::-webkit-input-placeholder { /* Chrome */
                    color: #125d8f;
                    letter-spacing: 1px;
                    font-size: 11px;
                    font-weight: bold;
                }

                .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart:-ms-input-placeholder { /* IE 10+ */
                    color: #125d8f;
                    letter-spacing: 1px;
                    font-size: 11px;
                    font-weight: bold;
                }

                .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart::-moz-placeholder { /* Firefox 19+ */
                    color: #125d8f;
                    opacity: 1;
                    letter-spacing: 1px;
                    font-size: 11px;
                    font-weight: bold;
                }

                .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart:-moz-placeholder { /* Firefox 4 - 18 */
                    color: #125d8f;
                    opacity: 1;
                    letter-spacing: 1px;
                    font-size: 11px;
                    font-weight: bold;
                }

.quesPart {
    float: left;
    width: 40px !important;
    min-height: 30px;
    cursor: pointer;
    text-align: center;
    padding-top: 3px;
}

a.tooltip9 {
    outline: none;
}

    a.tooltip9 strong {
        line-height: 25px;
    }

    a.tooltip9:hover {
        text-decoration: none;
    }

    a.tooltip9 span {
        z-index: 10;
        display: none;
        padding: 7px 5px;
        margin-top: -25px;
        margin-left: 16px;
        width: 190px;
        font-size: 12px;
        line-height: 16px;
    }

    a.tooltip9:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #698fc4;
        background: #afc6e7 url(../images/tooltipsBG.png) no-repeat;
    }

        a.tooltip9:hover span div.pic {
            float: left;
            margin-right: 3px;
            width: 38%;
        }

            a.tooltip9:hover span div.pic img {
                width: 70px;
                height: 47px;
                border: none;
            }

        a.tooltip9:hover span div.txt {
            float: right;
            text-align: left;
            margin-right: 1px;
            max-width: 55%;
            font-size: 11px;
        }

.callout {
    z-index: 20;
    position: absolute;
    top: 25px;
    border: 0;
    left: -14px;
}

.blueLinkbutton {
    float: left;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    color: #072640;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 6px;
    text-transform: uppercase;
    padding: 0px 12px;
    line-height: 30px;
    height: 30px;
    letter-spacing: .5px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    margin-bottom: 3px;
    width: auto !important;
    /*background: #9cc4e2; 
	background: -moz-linear-gradient(top, #9cc4e2 0%, #63a9e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc4e2), color-stop(100%,#63a9e2));
	background: -webkit-linear-gradient(top, #9cc4e2 0%,#63a9e2 100%); 
	background: -o-linear-gradient(top, #9cc4e2 0%,#63a9e2 100%);
	background: -ms-linear-gradient(top, #9cc4e2 0%,#63a9e2 100%);
	background: linear-gradient(to bottom, #9cc4e2 0%,#63a9e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc4e2', endColorstr='#63a9e2',GradientType=0 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
    background: #87e0fd; /* Old browsers */
    background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
    text-decoration: none !important;
    font-weight: bold;
    min-width: 45px;
}

    .blueLinkbutton:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05abe0+0,87e0fd+65,53cbf1+100 */
        background: #05abe0; /* Old browsers */
        background: -moz-linear-gradient(top, #05abe0 0%, #87e0fd 65%, #53cbf1 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(65%,#87e0fd), color-stop(100%,#53cbf1)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #05abe0 0%,#87e0fd 65%,#53cbf1 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #05abe0 0%,#87e0fd 65%,#53cbf1 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #05abe0 0%,#87e0fd 65%,#53cbf1 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #05abe0 0%,#87e0fd 65%,#53cbf1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#53cbf1',GradientType=0 ); /* IE6-9 */
        color: #0a406b !important;
        text-decoration: none;
    }

.orangeLinkbutton {
    float: left;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 6px;
    text-transform: uppercase;
    padding: 0px 12px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    margin-bottom: 3px;
    width: auto !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cc4e2+0,63a9e2+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f79c1e+0,f36520+100 */
    background: #f79c1e; /* Old browsers */
    background: -moz-linear-gradient(top, #f79c1e 0%, #f36520 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79c1e), color-stop(100%,#f36520)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f79c1e 0%,#f36520 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f79c1e 0%,#f36520 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f79c1e 0%,#f36520 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f79c1e 0%,#f36520 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79c1e', endColorstr='#f36520',GradientType=0 ); /* IE6-9 */
    text-decoration: none !important;
    font-weight: bold;
    min-width: 45px;
    letter-spacing: .5px;
}

    .orangeLinkbutton:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63a9e2+0,9cc4e2+100 */
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f36520+0,f79c1e+100 */
        background: #f36520; /* Old browsers */
        background: -moz-linear-gradient(top, #f36520 0%, #f79c1e 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36520), color-stop(100%,#f79c1e)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #f36520 0%,#f79c1e 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #f36520 0%,#f79c1e 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #f36520 0%,#f79c1e 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #f36520 0%,#f79c1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36520', endColorstr='#f79c1e',GradientType=0 ); /* IE6-9 */
        color: #ffffff !important;
        text-decoration: none;
    }





@media screen and (max-width:1500px) {
    .cartDetaisSecBOXWISE .BoxContPart {
        width: 30.2%;
    }
}

@media screen and (max-width:1200px) {
    .cartDetaisSecBOXWISE .BoxContPart {
        width: 46.2%;
    }
}

@media screen and (max-width:830px) {
    .cartDetaisSecBOXWISE .BoxContPart {
        width: 80.2%;
        margin-left: 8%;
    }

        .cartDetaisSecBOXWISE .BoxContPart .cardLogo img {
            max-width: 55%;
            min-width: 50px;
        }
}

@media screen and (max-width:600px) {
    .cartDetaisSecBOXWISE .BoxContPart {
        width: 96.2%;
        padding: 18px 2%;
        margin-left: 1%;
    }
    .productlistapparelarea ul li {
         width: 100%; 
        padding: 10px;
        margin: 0;
        float: left;
         margin-right: 0%; 
         min-height: auto; 
        margin-bottom: 20px;
      
    }
    .topbreadcrambarea .linkarea h2 {
        /* margin-left: 5px; */
        width: 100%;
        text-align: left;
    }
.cartDetaisSecBOXWISE .BoxContPart .cardLogo img {
                max-width: 45%;
                min-width: 40px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .cartNumber {
                font-size: 16px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .expON {
                font-size: 12px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .name {
                font-size: 10px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .address {
                font-size: 10px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart {
                max-width: 60px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart::-webkit-input-placeholder { /* Chrome */
                font-size: 10px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart:-ms-input-placeholder { /* IE 10+ */
                font-size: 10px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart::-moz-placeholder { /* Firefox 19+ */
                font-size: 10px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart:-moz-placeholder { /* Firefox 4 - 18 */
                font-size: 10px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea {
                margin-bottom: 0px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox {
                margin-bottom: 0px;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input {
                position: absolute;
                opacity: 0;
            }
    
            .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .checkmark {
                height: 15px;
                width: 15px;
            }
    
            
}

@media screen and (max-width:400px) {
    .cartDetaisSecBOXWISE .BoxContPart .cvvPartArea .cvvPart {
        max-width: 50px;
    }

    .quesPart {
        width: 35px !important;
    }

    a.tooltip9 span {
        width: 170px;
        font-size: 11px;
        line-height: 12px;
    }

    a.tooltip9:hover span div.pic img {
        width: 60px;
        height: 37px;
    }

    .pSizearea span {
        display: none;
    }
}

/*cartDetaisSecBOXWISE end*/


.cartPrice {
    float: right;
    /*width:90px;*/
    width: 130px;
}

    .cartPrice .CartImg {
        float: left;
        width: 30px;
        padding-top: 2px;
        margin-right: 5px;
    }

        .cartPrice .CartImg img {
            border: none !important;
            margin-top: 1px;
        }

    .cartPrice .cartContain {
        /*width:58px;*/
        width: auto;
        float: left;
    }

    .cartPrice .cartContainOrg {
        float: left;
        width: auto;
        padding-top: 1px;
        margin-left: 5px;
        margin-right: 3px;
        text-decoration: line-through;
        text-align: right;
        color: #90510f;
    }


.PriceTd .prodOrgPrice-wcart .cartPrice .cartContainSpl {
    padding-top: 0px;
}

.cartPrice .cartContainSpl {
    float: left;
    width: auto;
    /*padding-top: 1px;*/
    margin-right: 3px;
    text-align: right;
}

.cartIncDescPrice {
    float: left;
    color: #ff0000;
    margin-right: 6px;
    width:100%;
}

table.tabBoxcontline .cartPrice .cartContainSpl {
    margin-left: 3px;
}

.prodOrgPrice-wcart .HeadercartPrice {
    width: 130px;
    float: right;
    text-align: left;
}

.coTitlePlain5 .cartPrice {
    margin-right: 7px;
}

td.lefttext .cartPrice {
    float: left !important;
}

td.totalright .cartPrice {
    float: left !important;
}

.giftcartpaymentarea {
    /*width: 50%;*/ /*100%*/
    width: 47%;
    float: left;
    -webkit-box-shadow: inset 0 0 10px 2px #dadada;
    box-shadow: inset 0 0 10px 2px #dadada;
    padding: .5% 1% 0px 1%;
    margin-top: 1%;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(51%, rgba(254,254,254,1)), color-stop(100%, rgba(196,194,196,1)));
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c4c2c4', GradientType=1 );
    border: 1px solid #c4c2c4;
}

.paymtdMessagebox {
    float: right;
    width: 47%;
    padding: .5% 1% 0px 1%;
    margin-top: 0%;
    /*background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(51%, rgba(254,254,254,1)), color-stop(100%, rgba(196,194,196,1)));
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 51%, rgba(196,194,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c4c2c4', GradientType=1 );*/
    /* border: 1px solid #c4c2c4;*/
}

    .paymtdMessagebox .textsec {
        /*width:98%;*/
        margin: 5px auto;
        min-height: 120px;
    }

    .paymtdMessagebox span {
        /*font-family: "sans";*/
        font-size: 15px;
        color: #1F8C9A;
        font-weight: normal;
        /* padding: 5px 0 0 4%;*/
        padding: 5px 0 0 0px;
        margin: 0;
        text-transform: uppercase;
        line-height: normal;
    }

    .paymtdMessagebox .textsec p {
        font-size: 12.5px;
        line-height: 16px;
        color: #454545;
        margin-bottom: 5px;
        text-align: justify;
    }

        .paymtdMessagebox .textsec p.colADJ {
            color: #b36614;
            font-weight: bold;
        }

.giftcartpaymentarea h2 {
    /*font-family: "sans";*/
    font-size: 14px;
    color: #4774b9;
    font-weight: normal;
    padding: 15px 0 0 40px;
    margin: 0;
    text-transform: uppercase;
    line-height: normal;
}

.orSummarysec {
    float: right;
    padding: 0;
    margin: 0;
    width: 49%;
}


.giftcardinputarea {
    float: left;
    padding: 10px 0px 10px 0px;
    /*width: 100%;*/
    /*padding-left: 3.5%;*/
    width: 100%;
}

    .giftcardinputarea label {
        float: left;
        /*font-family: "sans";*/
        font-size: 14px;
        color: #2e2e2e;
        line-height: 30px;
        padding-right: 15px;
        min-width: 30%;
    }

    .giftcardinputarea input[type="text"] {
        border: #8c8c8c solid 1px;
        float: left;
        /*font-family: "sans";*/
        font-size: 12px;
        color: #2e2e2e;
        width: 64%;
        height: 31px;
        line-height: 31px;
        padding: 0px 5px;
        border-radius: 0;
    }

    .giftcardinputarea input[type="password"] {
        border: #8c8c8c solid 1px;
        float: left;
        /*font-family: "sans";*/
        font-size: 12px;
        color: #2e2e2e;
        width: 64%;
        height: 31px;
        line-height: 31px;
        padding: 0px 5px;
        border-radius: 0;
    }

    .giftcardinputarea a {
        float: left;
        cursor: pointer;
        vertical-align: top;
        /*font-family: "sans";*/
        font-size: 11px;
        color: #FFF;
        background: #3b6bb4;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: 0px;
        text-transform: uppercase;
        padding: 0px 20px; /*edit 25.5.2016 somak*/
        line-height: 25px;
        height: 25px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        margin-left: 0; /*Edit 25.5.2016 somak*/
    }

    .giftcardinputarea input[type="submit"] {
        float: left;
        /*font-family: "sans";*/
        font-size: 11px;
        color: #FFF;
        background: #3b6bb4;
        -webkit-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        margin-left: 7px;
        margin-top: 5px;
        text-transform: uppercase;
        padding: 0px 3%;
        line-height: 25px;
        height: 25px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
    }

.billingdetailsarea {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

    .billingdetailsarea h2 {
        background: url(../images/orderhistoryicon.jpg) no-repeat;
        padding: 0;
        margin: 0;
        margin-top: 25px;
        padding-left: 50px;
        line-height: 40px;
        font-weight: normal;
        color: #3b6bb4;
        /*font-family: "sans";*/
        font-size: 21px;
        text-transform: uppercase;
    }

.multicolorbar {
    width: 100%;
    height: 5px;
    float: left;
    position: absolute; /*anup top:0z-index:1000; */
    background: #f78d1e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzQ3NzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzQ3NzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzMzYzFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzMzYzFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2VkMjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2VkMjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #f78d1e 0%, #f78d1e 19%, #4774b9 19%, #4774b9 37%, #33c1d3 37%, #33c1d3 57%, #ed2324 57%, #ed2324 78%, #f78d1e 78%, #f78d1e 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f78d1e), color-stop(19%,#f78d1e), color-stop(19%,#4774b9), color-stop(37%,#4774b9), color-stop(37%,#33c1d3), color-stop(57%,#33c1d3), color-stop(57%,#ed2324), color-stop(78%,#ed2324), color-stop(78%,#f78d1e), color-stop(78%,#f78d1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* IE10+ */
    background: linear-gradient(to right, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78d1e', endColorstr='#f78d1e',GradientType=1 ); /* IE6-8 */
}

.billingdetailstable {
    /*background: #a1c7d0;*/
    background: #aed7e1;
    margin-top: 25px;
    width: 100%;
    font-size: 14px;
    border-color: #FFF !important;
    float: left;
    /*float:right;
	width:49%;*/
}
    /*60%*/
    .billingdetailstable tr {
        line-height: 30px;
    }

        .billingdetailstable tr td {
            text-align: right;
            padding-right: 15px;
            width: 50%;
        }

.borderright {
    border-right: #FFF solid 1px;
}

.borderbottom {
    border-bottom: #FFF solid 1px;
}

.lefttext {
    text-align: left !important;
    padding-left: 15px;
}

    .lefttext span.ADJ60 {
        float: left;
        margin-right: 2%;
        margin-top: 3px;
    }

.billingdetailstable .lefttext input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

.totalleft {
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    /*background: #ed2422;*/
    background: #3d6e7a;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border-top: #FFF solid 2px;
    font-weight: bold;
}

.totalright {
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    /*background: #ed2422;*/
    background: #3d6e7a;
    color: #FFF;
    font-size: 14px;
    text-align: left !important;
    padding-left: 15px;
    border-top: #FFF solid 2px;
    font-weight: bold;
}

.costomerregarea {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

    .costomerregarea h2 {
        background: url(../images/receipent-icon.jpg) no-repeat;
        padding: 0;
        margin: 0;
        padding-left: 50px;
        line-height: 40px;
        font-weight: normal;
        color: #ed1d24;
        margin-top: 25px;
        /*font-family: "sans";*/
        font-size: 21px;
        text-transform: uppercase;
        padding-bottom: 22px;
    }

.customerregformarea {
    float: left;
    /*width: 70%;*/
    width: 100%;
}

    .customerregformarea fieldset {
        float: left;
        border: none;
        margin-bottom: 5px;
        width: 60%;
        position: relative;
    }

        .customerregformarea fieldset label {
            /*font-family: "sans";
            font-size: 12px;
            color: #2e2e2e;
            line-height: 28px;
            float: left;
            width: 30%;
            text-align: right;
            padding-right: 15px;*/
            /*font-family: "sans";*/
            font-size: 12px;
            color: #2e2e2e;
            line-height: 16px; /*edit 22.8.2016 somak*/
            float: left;
            width: 32%;
            /* text-align: right; */
            /* padding-right: 15px; */
            /* width: 35%; */
            margin: 0 auto;
            padding: 0px 0px;
            float: left;
            /**/
            font-size: 13px;
            color: #3A6BB3;
            /* text-align: right; */
            margin-bottom: 5px;
            height: 30px;
            /* line-height: 30px; */
        }

        .customerregformarea fieldset input[type="password"] {
            color: #2e2e2e;
            /*font-family: "sans";*/
            font-size: 12px;
            width: 65%;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .customerregformarea fieldset input[type="checkbox"], .customerregformarea fieldset input[type="radio"] {
            margin-left: 12px;
        }

        .customerregformarea fieldset input[type="text"] {
            color: #2e2e2e;
            /*font-family: "sans";*/
            font-size: 12px;
            width: 65%;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .customerregformarea fieldset select {
            /*-webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            padding: 2px 0 2px 2px;
            width: 66.5%;
            float: right;*/
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            /* padding: 2px 0 2px 2px; */
            width: 67%;
            float: right;
        }

        .customerregformarea fieldset .label1:after {
            background: #FFF;
            border-radius: 0;
            bottom: 0;
            color: #FFFFFF;
            /*content: url(../images/filterby-downarrow.jpg);*/
            line-height: 30px;
            height: 28px;
            padding: 0 0px;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-shadow: 0 1px 1px #000000;
            top: 1px;
            z-index: 1000;
        }

        .customerregformarea fieldset select option {
            background: #FFF;
            font-size: 12px;
            float: left;
        }

        .customerregformarea fieldset input[type="submit"] {
            color: #FFF;
            background: #ec331c;
            cursor: pointer;
            /*font-family: "sans";*/
            text-transform: uppercase;
            font-size: 12px;
            width: auto;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            text-align: center;
            padding: 0px 30px;
            border: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .customerregformarea fieldset input[type="button"] {
            color: #FFF;
            background: #ec331c;
            cursor: pointer;
            /*font-family: "sans";*/
            text-transform: uppercase;
            font-size: 12px;
            width: auto;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            text-align: center;
            padding: 0px 30px;
            border: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .customerregformarea fieldset span {
            width: 100%;
            text-align: right;
            display: inline-block;
            float: right;
            color: red;
        }

        .customerregformarea fieldset select {
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            width: 67%;
            float: right;
        }

/*new add*/

.customerregformarea6 {
    /*float: left;*/
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border: #cccccc solid 1px;
    padding: 30px 15px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19) !important;
}

    .customerregformarea6 fieldset {
        float: left;
        border: none;
        margin-bottom: 5px;
        width: 100%;
        position: relative;
    }

        .customerregformarea6 fieldset label {
            font-size: 12px;
            color: #2e2e2e;
            line-height: 16px;
            float: left;
            width: 30%;
            margin: 0 auto;
            padding: 0px 0px;
            float: left;
            font-size: 13px;
            color: #3A6BB3;
            margin-bottom: 5px;
            height: 30px;
        }

        .customerregformarea6 fieldset select {
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            width: 65%;
            float: right;
        }

        .customerregformarea6 fieldset input[type="password"] {
            color: #2e2e2e;
            font-size: 12px;
            width: 65.6%;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .customerregformarea6 fieldset input[type="checkbox"], .customerregformarea fieldset input[type="radio"] {
            margin-left: 12px;
        }

        .customerregformarea6 fieldset input[type="text"] {
            color: #2e2e2e;
            font-size: 12px;
            width: 65.6%;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
            float: right;
        }

        .customerregformarea6 fieldset select {
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            /* padding: 2px 0 2px 2px; */
            width: 65%;
            float: right;
        }

        .customerregformarea6 fieldset .label1:after {
            background: #FFF;
            border-radius: 0;
            bottom: 0;
            color: #FFFFFF;
            line-height: 30px;
            height: 28px;
            padding: 0 0px;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-shadow: 0 1px 1px #000000;
            top: 1px;
            z-index: 1000;
            float: left;
        }

        .customerregformarea6 fieldset select option {
            background: #FFF;
            font-size: 12px;
            float: left;
        }

        .customerregformarea6 fieldset input[type="submit"] {
            color: #FFF;
            background: #ec331c;
            cursor: pointer;
            /*font-family: "sans";*/
            text-transform: uppercase;
            font-size: 12px;
            width: auto;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            text-align: center;
            padding: 0px 30px;
            border: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .customerregformarea6 fieldset input[type="button"] {
            color: #FFF;
            background: #ec331c;
            cursor: pointer;
            /*font-family: "sans";*/
            text-transform: uppercase;
            font-size: 12px;
            width: auto;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            text-align: center;
            padding: 0px 30px;
            border: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .customerregformarea6 fieldset span {
            width: 100%;
            text-align: right;
            display: inline-block;
            float: right;
            color: red;
        }

        .customerregformarea6 fieldset select {
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            width: 67%;
            float: right;
        }

.savebtnarea5 {
    width: 67%;
    margin-left: 32%;
    float: left;
}

/*new add end*/

.areaAdjHalfLeft {
    float: left;
    width: 48%;
    margin-top: 10px !important;
}

.areaAdjHalfRight {
    float: right;
    width: 48%;
    margin-top: 10px !important;
}

.paymenttypearea {
    /*float:right;*/
    /*width:49%;*/
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    position: relative;
}

    .paymenttypearea h2 {
        /*font-family: "sans";*/
        font-size: 18px;
        color: #ed1d24;
        text-transform: none;
        margin: 0;
        padding: 0;
        padding-bottom: 8px;
        line-height: normal;
        font-weight: normal;
    }

    .paymenttypearea label {
        /*font-family: "sans";*/
        font-size: 14px;
        color: #2e2e2e;
        margin: 0;
        padding: 0;
        line-height: normal;
        padding-right: 15px;
        float: left;
    }

    .paymenttypearea .paymenttype {
        /*font-family: "sans";*/
        font-size: 12px;
        color: #2e2e2e;
        margin: 0;
        padding: 0;
        line-height: normal;
        width: 900px;
        height: 25px;
        padding: 0px 5px;
        float: left;
    }

.coupensubmissionara {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

    .coupensubmissionara h2 {
        background: url(../images/youraccount-icon.jpg) no-repeat top left;
        /*font-family: "sans";*/
        color: #f78d1e;
        font-size: 21px;
        font-weight: normal;
        text-transform: uppercase;
        padding-left: 50px;
        line-height: 40px;
        margin-bottom: 10px;
        margin-top: 25px;
    }

.coupensbox {
    width: 44%;
    float: left;
    margin-right: 6%;
}

    .coupensbox h2 {
        text-align: center;
        color: #2e2e2e;
        line-height: normal;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        background: none;
        font-size: 14px;
        font-weight: bold;
    }

    .coupensbox fieldset {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        float: left;
    }

        .coupensbox fieldset label {
            padding: 0;
            margin: 0;
            float: left;
            color: #2e2e2e;
            font-size: 14px;
            line-height: 27px;
            text-align: right;
            padding-right: 15px;
        }

        .coupensbox fieldset input[type="text"] {
            color: #2e2e2e;
            /*font-family: "sans";*/
            font-size: 12px;
            width: 57%;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .coupensbox fieldset input[type="button"] {
            background: #ec331c;
            color: #FFF;
            text-transform: uppercase;
            border: none;
            /*font-family: "sans";*/
            line-height: 26px;
            height: 26px;
            font-size: 12px;
            text-align: center;
            padding: 0px 25px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            float: right;
            cursor: pointer;
        }

.chkoutprevcontinuearea {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

    .chkoutprevcontinuearea .prevbtn {
        float: left;
        padding: 0;
        margin: 0;
        outline: none;
        border: 0;
    }

    .chkoutprevcontinuearea .continuebtn {
        float: right;
        padding: 0;
        margin: 0;
        outline: none;
        border: 0;
    }
/* checkout page CSS Ends */


/* Product Details page CSS Starts */

.productdetailsbreadcramb {
    width: 99%;
    float: left;
    /*font-family: "sans";*/
    font-size: 12px;
    color: #3b6bb4;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 20px;
}

    .productdetailsbreadcramb a {
        color: #3b6bb4;
        text-decoration: none;
    }

.productdetailstopleftarea {
    /*width: 50%;*/
    /* width: 25%;
    float: left;
    position: relative;*/
    margin-left: 0;
    margin-top: 3%;
   /* min-height: 100px;*/
    width: 100%;
}

    .productdetailstopleftarea img {
        max-width: 100%;
    }

.productdetailApparelleftarea {
    /*width:39%;*/
    width: 40%;
    float: left;
    position: relative;
}

#gallery_01 {
    width: 15%;
    position: absolute;
    left: 0;
    top: 0;
}

    #gallery_01 img {
        /* border: 1px solid #CCCCCC;*/
        width: 55px;
        max-height: 60px;
        margin: 0px 4px 4px 4px;
        padding: 0px;
    }

.bigimageareaApparel {
    height: auto !important;
    padding-left: 15%;
    padding-bottom: 30px;
    padding-right: 5%;
   text-align:center;
}

    .bigimageareaApparel img {
        padding-left: 0px;
        max-width: 100%;
        padding-bottom: 20px;
    }

#gallery_02 {
    width: 10%;
    position: absolute;
    left: 0;
    top: 0;
}

    #gallery_02 img {
        border: 1px solid #CCCCCC;
        width: 55px;
        height: 60px;
        margin: 4px;
        padding: 2px;
    }

.active img {
    border: 1px solid #333 !important;
}

.bigimagearea {
    height: auto !important;
    padding-left: 30%;
}

    .bigimagearea img {
        padding-left: 0px;
    }
/*width:100%;*/



/*width:100%;*/

.productdetailstopleftarea .productdesc {
    width: 100%;
    float: left;
    padding-top: 20px;
    /*font-family: "sans";*/
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}
/*.productdetailstoprightarea{ width:39%; float:right; font-family: "sans";}*/
.productdetailstoprightarea {
    width: 50%;
    /*float: right;*/
    float: left;
    /*font-family: "sans";*/
}

    .productdetailstoprightarea p {
    }

        .productdetailstoprightarea p span {
            margin-left: 6px;
            color: #f78d1e;
            font-size: 14px;
        }

    .productdetailstoprightarea h2 {
        font-size: 20px;
        color: #3b3b3b;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .productdetailstoprightarea p {
        font-size: 14px;
        color: #3b6bb4;
        font-weight: bold;
        margin: 0;
        padding: 10px 0px;
    }

    .productdetailstoprightarea h3 {
        font-size: 25px;
        color: #010101;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .productdetailstoprightarea .ratingbox {
        font-size: 12px;
        color: #010101;
        font-weight: bold;
        margin: 0;
        padding: 0;
        float: left;
        padding-top: 5px;
    }

.productdetailApparelrightarea {
    /*width: 39%;*/
    width: 30%;
    float: left;
    /*font-family: "sans";*/
}

    .productdetailApparelrightarea h2 {
        font-size: 20px;
        color: #656565; /*#3b3b3b;*/
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .productdetailApparelrightarea p {
        font-size: 15px;
        /*color: #3b6bb4;*/
        color: #727272;
        font-weight: bold;
        margin: 0;
        padding: 5px 0px; /*add 27.8.2016 somak*/
        float: left;
        width: 100%;
    }

    .productdetailApparelrightarea h2 > span {
        width: auto;
        margin-right: 5px;
    }

/*gridview table section*/
.gvWsRelProductGridView {
    float: left;
    max-width: 300px;
    padding: 0px;
    margin: 6px 0px 6px 0px;
    border: #cccccc solid 1px;
}

    .gvWsRelProductGridView table {
        border: none;
        outline: none;
        width: 100%;
        padding: 0px;
    }

        .gvWsRelProductGridView table tr th {
            padding: 1px;
            background: #00b2e3;
            font-size: 11px;
            color: #ffffff;
            font-weight: normal;
            padding: 4px;
            border: none;
            border-right: #ffffff solid 1px;
        }

            .gvWsRelProductGridView table tr th:last-child {
                border-right: none;
            }

        .gvWsRelProductGridView table tr td {
            font-size: 11px;
            color: #6d6d6d;
            padding: 4px;
            border-right: #cccccc solid 1px;
            border-left: 0px;
            border-bottom: 0px;
            border-top: #cccccc solid 1px;
            font-weight: normal;
        }

            .gvWsRelProductGridView table tr td:last-child {
                border-right: none;
            }

            .gvWsRelProductGridView table tr td input[type=radio] {
                width: 12px;
                height: 12px;
                margin: 4px 0px 0px 3px;
            }

/*gridview table section view*/

.productdetailApparelrightarea h3 {
    font-size: 25px;
    color: #010101;
    /*font-weight: bold;*/
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.productdetailApparelrightarea .ratingbox {
    font-size: 12px;
    color: #010101;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
    padding-top: 5px;
}

.productDetailsScroller {
    float: left;
    width: 100%;
    padding: 0;
    margin: 6px 0 5px 0;
}

    .productDetailsScroller h3 {
        border-bottom: #258dc8 solid 3px;
    }


        .productDetailsScroller h3 div {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75aac4+0,258dc8+100 */
            background: #75aac4; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YWFjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNThkYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #75aac4 0%, #258dc8 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75aac4), color-stop(100%,#258dc8)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #75aac4 0%,#258dc8 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #75aac4 0%,#258dc8 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #75aac4 0%,#258dc8 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #75aac4 0%,#258dc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75aac4', endColorstr='#258dc8',GradientType=0 ); /* IE6-8 */
            color: #ffffff;
            font-size: 14px;
            line-height: 21px;
            width: 50%;
            letter-spacing: .5px;
            padding: 5px 0px 5px 6px;
            border-radius: 5px 12px 0px 0px;
            -moz-border-radius: 5px 12px 0px 0px;
            -webkit-border-radius: 5px 12px 0px 0px;
            font-weight: normal;
        }

.ratingbox .left {
    width: auto;
    font-size: 14px;
    color: #010101;
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: left;
    padding-right: 30px;
}

.ratingbox .right {
    width: auto;
    font-size: 12px;
    color: #010101;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: right;
}

    .ratingbox .right .ratingimage {
        width: auto;
        float: left;
    }

    .ratingbox .right .ratingtext {
        width: auto;
        font-size: 12px;
        color: #010101;
        font-weight: normal;
        padding-left: 5px;
    }

.quantityselectarea {
    width: 100%;
    float: left;
    clear: left;
    margin-top: 15px;
}

    .quantityselectarea label {
        width: auto;
        float: left;
        line-height: 30px;
        padding-right: 20px;
    }

    .quantityselectarea td label {
        /* width: auto;
         float: right;
        line-height: 20px;
        padding-right: 0px;
        padding-left: 12px;
        font-size:12px;
        font-weight: bold; */
        width: auto;
        line-height: 20px;
        padding-right: 0px;
        padding-left: 12px;
        font-size: 12px;
        font-weight: bold;
        margin-top: 6px;
        display: inline;
    }

    .quantityselectarea td input[type="checkbox"] {
        float: left;
        margin-top: 10px;
    }

.unitselectarea {
    width: auto;
    float: left;
    margin-top: 15px;
    display: inline-block;
}

    .unitselectarea > label {
        width: 50px;
        line-height: 30px;
        padding-right: 5px;
        margin: 0px;
        float: left;
    }

    .unitselectarea > div {
        width: 120px;
        line-height: 30px;
        padding-right: 3px;
        margin: 0px;
        float: right;
    }

#ctl00_ContentPlaceHolder1_divSellers td label {
    width: auto;
    /* float: right; */
    line-height: 20px;
    padding-right: 0px;
    padding-left: 12px;
    font-size: 12px;
    font-weight: bold;
}

#ctl00_ContentPlaceHolder1_divSellers td input[type="checkbox"] {
    float: left;
}

.quantityselectarea #ctl00_ContentPlaceHolder1_imgdown, #ctl00_ContentPlaceHolder1_imgtop {
    outline: none;
}

.quantityselectarea select {
    width: 50px;
    height: 30px;
    float: left;
    border-radius: 0;
    outline: none;
}

.colorlengthwidtharea {
    /*font-family: "sans";*/
    width: 90%;
    margin-right: 100%;
    border: #999999 solid 0px;
    float: left;
    padding: 0%;
    margin-top: 0px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

    .colorlengthwidtharea h2 {
        line-height: normal;
        font-weight: normal;
        font-size: 12px;
        color: #FF6600;
        border-bottom: #CCCCCC solid 1px;
        padding: 0;
        margin: 0;
        padding-bottom: 4px;
    }

.productdetailsbtnarea {
    width: 90%;
    float: left;
    margin-top: 10px;
    clear: left;
}

.addcartbtn {
    width: auto;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    padding: 5px 15px 5px;
    height: 15px;
    line-height: 14px;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
}

    .addcartbtn a {
        text-decoration: none;
        color: #FFF;
    }

        .addcartbtn a:hover {
            text-decoration: none;
        }

.wishlistbtn {
    width: auto;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    padding: 5px 15px 5px;
    height: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ff7400; /* Old browsers */
    background: -moz-linear-gradient(top, #ff7400 0%, #ff7400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#ff7400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff7400 0%,#ff7400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff7400 0%,#ff7400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff7400 0%,#ff7400 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff7400 0%,#ff7400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */
}

    .wishlistbtn a:hover {
        text-decoration: none;
    }

    .wishlistbtn a {
        text-decoration: none;
        color: #FFF;
    }

.productdetailssocialiconarea {
    float: left;
    padding: 10px 0;
    margin-left: 0px;
}

    .productdetailssocialiconarea img {
        float: left;
        margin-right: 10px;
    }

        .productdetailssocialiconarea img a {
            outline: none;
        }

.productdetailsApparelsocialiconarea {
    float: left;
    padding: 10px 0;
    margin-left: 25%;
}

    .productdetailsApparelsocialiconarea img {
        float: left;
        margin-right: 10px;
    }

        .productdetailsApparelsocialiconarea img a {
            outline: none;
        }

.productdetailstabarea {
    width: 100%;
    display: block;
    float: left;
    margin: 15px 0;
    -webkit-box-shadow: inset 0 0 10px 8px #d1d1d1;
    box-shadow: inset 0 0 10px 8px #d1d1d1;
    position: relative;
}

.productdetailstabarea3 {
    width: 100%;
    display: block;
    float: left;
    margin: 15px 0;
    position: relative;
}
/*Table sec adj*/
table.tblSpecheader {
    width: 100%;
    padding: 0px;
}

    table.tblSpecheader tr td.SpecTdhead {
        font-size: 13px;
        color: #343434;
        /* padding-right: 50px; */
        padding-bottom: 10px;
        font-weight: bold;
        max-width: 80px;
    }

@media screen and (max-width: 600px) {
    table.tblSpecheader tr td.SpecTdhead {
        font-size: 13px;
        color: #343434;
        /* padding-right: 50px; */
        padding-bottom: 10px;
        font-weight: bold;
        max-width: 100%;
    }

    .lefttext span.ADJ60 {
        max-width: 90px;
    }

    .select.shippOrderSumm {
    }
}
/*Table sec Adj*/



ul.linkTArea {
    float: left;
    padding: 0;
    margin: 0;
    border-bottom: #ee2a24 solid 2px;
    width: 100%;
}

    ul.linkTArea li {
        float: left;
        width: 15%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,bfbfbf+100;Gren+3D */
        background: #ededed; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ededed 0%, #bfbfbf 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#bfbfbf)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #ededed 0%,#bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #ededed 0%,#bfbfbf 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #ededed 0%,#bfbfbf 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #ededed 0%,#bfbfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-8 */
        color: #333333;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: .5px;
        padding: 5px 0px 5px 6px;
        border-radius: 5px 12px 0px 0px;
        -moz-border-radius: 5px 12px 0px 0px;
        -webkit-border-radius: 5px 12px 0px 0px;
        margin: 3px 3px 0px 0px;
    }

        ul.linkTArea li a {
            color: #333333;
            cursor: pointer;
            display: block;
        }


        ul.linkTArea li.active {
            float: left;
            width: 15%;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f46c21+0,f46c21+25,ee2a24+100 */
            background: #f46c21; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NmMyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y0NmMyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTJhMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #f46c21 0%, #f46c21 25%, #ee2a24 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46c21), color-stop(25%,#f46c21), color-stop(100%,#ee2a24)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #f46c21 0%,#f46c21 25%,#ee2a24 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #f46c21 0%,#f46c21 25%,#ee2a24 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #f46c21 0%,#f46c21 25%,#ee2a24 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #f46c21 0%,#f46c21 25%,#ee2a24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c21', endColorstr='#ee2a24',GradientType=0 ); /* IE6-8 */
            display: block;
            color: #ffffff;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .5px;
            padding: 5px 0px 5px 6px;
            border-radius: 5px 12px 0px 0px;
            -moz-border-radius: 5px 12px 0px 0px;
            -webkit-border-radius: 5px 12px 0px 0px;
            margin: 3px 3px 0px 0px;
        }

            ul.linkTArea li.active a {
                color: #ffffff;
                cursor: pointer;
                display: block;
            }

                ul.linkTArea li.active a:hover {
                    opacity: 0.7;
                }

        ul.linkTArea li a:hover {
            opacity: 0.7;
        }

.t_contareaTab {
    float: left;
    width: 100%;
    padding: 5px;
    line-height: 18px;
    font-size: 12px;
    color: #6e6e6e;
}

.multicolorbar2 {
    width: 100%;
    height: 5px;
    float: left;
    position: absolute;
    bottom: 0px;
    z-index: 1; /*anup top:0z-index:1000;*/
    background: #f78d1e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzQ3NzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzQ3NzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzMzYzFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzMzYzFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2VkMjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2VkMjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Y3OGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #f78d1e 0%, #f78d1e 19%, #4774b9 19%, #4774b9 37%, #33c1d3 37%, #33c1d3 57%, #ed2324 57%, #ed2324 78%, #f78d1e 78%, #f78d1e 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f78d1e), color-stop(19%,#f78d1e), color-stop(19%,#4774b9), color-stop(37%,#4774b9), color-stop(37%,#33c1d3), color-stop(57%,#33c1d3), color-stop(57%,#ed2324), color-stop(78%,#ed2324), color-stop(78%,#f78d1e), color-stop(78%,#f78d1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* IE10+ */
    background: linear-gradient(to right, #f78d1e 0%,#f78d1e 19%,#4774b9 19%,#4774b9 37%,#33c1d3 37%,#33c1d3 57%,#ed2324 57%,#ed2324 78%,#f78d1e 78%,#f78d1e 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78d1e', endColorstr='#f78d1e',GradientType=1 ); /* IE6-8 */
}

    .multicolorbar2 img {
        position: absolute;
        left: 50%;
        top: -20px;
        width: 38px;
        height: 38px;
    }

.productdetailsbottomcontarea {
    width: 99%;
    float: left;
    margin: 15px 0px;
    position: relative;
    padding-top: 0px;
}

.writeacustomerreviewbtn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1%;
    width: auto;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #f57c20; /* Old browsers */
    background: -moz-linear-gradient(top, #f57c20 0%, #ed2224 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57c20), color-stop(100%,#ed2224)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f57c20 0%,#ed2224 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#ed2224',GradientType=0 ); /* IE6-9 */
}

#writecustomerreviewdiv {
    z-index: 1;
    width: 300px;
    float: right;
    position: absolute;
    right: 1%;
    top: 30px;
    padding: 8px;
    background: #e2e2e2;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    #writecustomerreviewdiv input[type="text"] {
        width: 96%;
        height: 30px;
        line-height: 30px;
        border: #CCCCCC solid 1px;
        float: left;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    #writecustomerreviewdiv input[type="email"] {
        width: 96%;
        height: 30px;
        line-height: 30px;
        border: #CCCCCC solid 1px;
        float: left;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    #writecustomerreviewdiv textarea {
        width: 96%;
        height: 60px;
        line-height: 20px;
        border: #CCCCCC solid 1px;
        float: left;
        margin-bottom: 10px;
        padding: 0;
        padding: 5px;
    }

    #writecustomerreviewdiv input[type="submit"] {
        cursor: pointer;
        width: auto;
        height: 30px;
        line-height: 30px;
        border: none;
        float: left;
        margin-bottom: 10px;
        background: #27508e;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    #writecustomerreviewdiv input[type="button"] {
        cursor: pointer;
        margin-left: 10px;
        width: auto;
        height: 30px;
        line-height: 30px;
        border: none;
        float: left;
        margin-bottom: 10px;
        background: #27508e;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    #writecustomerreviewdiv .rateus {
        width: 100px;
        height: 30px;
        float: left;
    }


.customerreviewarea {
    width: 73%;
    float: left;
    padding: 1px 15px 15px;
    position: relative;
}

    .customerreviewarea h2 {
        font-size: 18px;
        color: #010101;
        font-weight: bold;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

.customerreviewarea3 {
    width: 100%;
    float: left;
    padding: 1px 15px 15px;
    position: relative;
}

    .customerreviewarea3 h2 {
        font-size: 18px;
        color: #010101;
        font-weight: bold;
        line-height: normal;
        padding: 0;
        margin: 0;
        border-bottom: #94b3e3 solid 1px;
    }


.customerratingbox {
    /*width: 360px;*/
    /* width: 70%;*/
    width: 50%;
    /*width:40%;*/
    padding: 20px 0px;
    float: left;
}

    .customerratingbox p {
        color: #6c6c6c;
        font-size: 14px;
        padding: 5px 0px;
    }

    .customerratingbox .stars {
        width: 100%;
        float: left;
    }

.customerratingbox3 {
    width: 50%;
    /*padding: 20px 0px;*/
    padding: 0px 0px;
    float: left;
}

    .customerratingbox3 p {
        color: #6c6c6c;
        font-size: 14px;
        padding: 5px 0px;
    }

    .customerratingbox3 .stars {
        width: 100%;
        float: left;
    }



.stars {
    margin-top: 2px;
}

.progressbararea {
    /*width: 93%;*/
    margin: 10px 0px;
}

    .progressbararea .left {
        /*width: 57px;*/
        margin: 0;
        float: left;
        color: #6c6c6c;
        font-size: 14px;
        line-height: 22px;
        width: 10%;
    }

    .progressbararea .right {
        /*width: 20px;*/
        margin: 0;
        float: right;
        color: #6c6c6c;
        font-size: 14px;
        line-height: 22px;
        width: 5%;
        text-align: right;
    }

.meter {
    /*width: 245px;*/
    width: 85%;
    height: 22px;
    position: relative;
    margin: 0px 0 15px 0;
    background: #e3e3e3;
    padding: 0px;
    float: left;
}

    .meter > span {
        display: block;
        height: 100%;
    }

.blue > span {
    background-color: #27508e;
}

.mosthelpulcustomerreviewarea {
    width: 100%;
    float: left;
}

    .mosthelpulcustomerreviewarea h2 {
        font-size: 18px;
        color: #010101;
        font-weight: bold;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

.mosthelpulcustomerreviewarea3 {
    width: 47%;
    float: left;
    margin-left: 3%;
    padding: 0;
}

    .mosthelpulcustomerreviewarea3 h2 {
        font-size: 18px;
        color: #010101;
        font-weight: bold;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

/*allTotal-customereview-sec*/
.allTotal-customereview-sec {
    float: left;
    width: 100%;
    padding: 3px;
    margin: 0px;
}

.cusTomerRVsec {
    float: left;
    width: 49%;
    padding: 0;
    margin: 0;
}

.customerReview {
    float: left;
    width: 100%;
}

    .customerReview h2 {
        float: left;
        font-size: 16px;
        font-weight: normal;
        color: #f78d1e;
        line-height: 20px;
        width: 100%;
    }

    .customerReview .stars {
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .customerReview p {
        float: left;
        width: 100%;
        color: #636363;
        font-size: 14px;
        padding: 5px 0px;
    }

.progressGraphArea {
    float: left;
    width: 60%;
    margin: 10px 0px;
}

    .progressGraphArea .tArea {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 3px 0px;
    }

        .progressGraphArea .tArea .left {
            float: left;
            width: 20%;
            font-size: 12px;
            padding: 0px;
            margin: 0px;
        }

        .progressGraphArea .tArea .graph {
            float: left;
            width: 63%;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3d3d3+100 */
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d3d3)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #ffffff 0%,#d3d3d3 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #ffffff 0%,#d3d3d3 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
            border: #bdbdbd solid 1px;
            padding: 0px;
            margin: 0px;
        }

        .progressGraphArea .tArea .right {
            float: left;
            width: 15%;
            font-size: 12px;
            text-align: center;
            padding: 0;
            margin: 0;
        }

.wrProductRv {
    float: right;
    width: 38%;
    padding: 0;
    margin: 0;
}

a.graybutt {
    padding: 5px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,cccccc+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#cccccc)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f4f4f4 0%,#cccccc 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#cccccc 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f4f4f4 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    color: #636363;
    float: left;
    margin-top: 10px;
    border: #a2a6ac solid 1px;
}

    a.graybutt:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,f4f4f4+99 */
        background: #cccccc; /* Old browsers */
        background: -moz-linear-gradient(top, #cccccc 0%, #f4f4f4 99%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(99%,#f4f4f4)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #cccccc 0%,#f4f4f4 99%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #cccccc 0%,#f4f4f4 99%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #cccccc 0%,#f4f4f4 99%); /* IE10 preview */
        background: linear-gradient(to bottom, #cccccc 0%,#f4f4f4 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    }

.mostReccustomerRV {
    float: right;
    width: 49%;
    padding: 0;
    margin: 0;
}

    .mostReccustomerRV h2 {
        float: left;
        font-size: 16px;
        font-weight: normal;
        color: #f78d1e;
        line-height: 20px;
        width: 100%;
    }

.cstomerRvPart {
    float: left;
    padding: 0;
    margin: 0;
}

    .cstomerRvPart .stars {
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .cstomerRvPart .txt {
        float: left;
        font-size: 12px;
        color: #4b4b4b;
        line-height: 14px;
    }

        .cstomerRvPart .txt a {
            color: #4b4b4b;
        }

/*allTotal-customereview-sec*/

.wCustRevwSec {
    float: right;
    width: 32%;
    padding: 0;
    margin: 0;
}

.helpfulreviewbox {
    width: 100%;
    float: left;
    margin: 15px 0px;
    padding-bottom: 10px;
    border-bottom: #e2e2e2 solid 1px;
}

    .helpfulreviewbox p {
        float: left;
        padding: 0;
        margin: 0px;
        color: #000;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .helpfulreviewbox .stararea {
        float: left;
        font-size: 14px;
    }

        .helpfulreviewbox .stararea a {
            color: #f96515;
        }

    .helpfulreviewbox .customername {
        float: left;
        color: #27508e;
        font-size: 14px;
        width: 100%;
        /*font-weight: bold;*/
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .helpfulreviewbox .customerrating {
        float: left;
        width: 100%;
        margin-top: 2px;
    }

    .helpfulreviewbox .customername a {
        color: #27508e;
        text-decoration: none;
        font-size: 22px;
    }

        .helpfulreviewbox .customername a:hover {
            text-decoration: underline;
        }

    .helpfulreviewbox .customername span {
        /*float: left;*/
        color: #27508e;
        font-size: 14px;
        width: 100%;
    }

    .helpfulreviewbox .custspan {
        font-size: 15px;
        font-weight: bold;
        color: #545151 !important;
        padding: 3px;
    }

.rightproductarea {
    width: 22%;
    float: right;
}

    .rightproductarea .banner {
        margin-bottom: 15px;
        border: #CCCCCC solid 1px;
        min-height: 300px;
        text-align: center;
    }
/*anup width:275px;*/

.recommendedproductthumbscroller {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

    .recommendedproductthumbscroller h3 {
        width: auto;
        float: left;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        position: absolute;
        padding: 0;
        margin: 0;
        line-height: normal;
        padding: 5px;
        padding-right: 25px;
        left: 0;
        /*top: 0;*/
        top: 10px;
        z-index: 1000;
        -webkit-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
        background: #5893ed; /* Old browsers */
        background: -moz-linear-gradient(top, #5893ed 0%, #3b6bb4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5893ed), color-stop(100%,#3b6bb4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5893ed 0%,#3b6bb4 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5893ed 0%,#3b6bb4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5893ed', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-9 */
    }

.recommendedproductthumbscroller_small {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

    .recommendedproductthumbscroller_small h3 {
        width: auto;
        float: left;
        text-align: left;
        font-size: 15px;
        font-weight: normal;
        color: #5c81b7;
        position: absolute;
        padding: 0;
        margin: 0;
        line-height: normal;
        padding: 0px;
        left: 0;
        /*top: 0;*/
        top: 10px;
        z-index: 1000;
        background: none; /* Old browsers */
        border-bottom: #00b0df solid 3px;
        width: 100%;
    }

        .recommendedproductthumbscroller_small h3 div {
            width: 60%;
            font-size: 15px;
            letter-spacing: .5px;
            font-weight: normal;
            color: #ffffff;
            padding: 4px;
            border-top-right-radius: 15px;
            border-top-left-radius: 5px;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90cedd+0,00b0df+100 */
            background: #90cedd; /* Old browsers */
            background: -moz-linear-gradient(top, #90cedd 0%, #00b0df 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90cedd), color-stop(100%,#00b0df)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #90cedd 0%,#00b0df 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #90cedd 0%,#00b0df 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #90cedd 0%,#00b0df 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #90cedd 0%,#00b0df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cedd', endColorstr='#00b0df',GradientType=0 ); /* IE6-9 */
        }

.thumbproductdetails {
    width: 100%;
    float: left;
    text-align: center;
    word-break: break-all;
}

    .thumbproductdetails span {
        word-break: break-all;
        font-family: "Roboto-Condensed";
    }

    .thumbproductdetails h2 {
        color: #ff7200;
        font-size: 12px;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: normal;
        /*bold*/
        padding-bottom: 0px;
        white-space: normal;
        /*min-height: 50px;*/
        height: 60px;
    }

    .thumbproductdetails p {
        width: 100%;
        float: left;
        color: #000;
        font-size: 14px;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: normal;
        padding-bottom: 8px;
    }

    .thumbproductdetails .addcart {
        width: 84px;
        margin: 5px auto 0px;
        clear: both;
    }

    .thumbproductdetails .ratingstar {
        width: 84px;
        margin: 0 auto;
        margin-left: 4px;
    }

.redstrike {
    color: #FF0000;
    text-decoration: line-through;
    min-height: 35px;
}

.prodOrgPriceUserControl {
    /*min-height:10px;*/
}

    .prodOrgPriceUserControl img {
        vertical-align: middle;
        width: auto !important;
    }

.prodSplPrice {
    min-height: 23px;
}

    .prodSplPrice img {
        vertical-align: middle;
    }

.Priceheading .prodSplPrice img {
    vertical-align: middle;
}
/*.PriceTd .prodOrgPrice-wcart .prodSplPrice{
	width:90px; 
    float: right;
    text-align: left;
	line-height:22px;
}
.PriceTd .prodOrgPrice-wcart .prodSplPrice img{
	vertical-align:middle;
}*/



/*WISH LIST */
.Wishbox h2 a:hover {
    text-decoration: underline;
    color: #000;
}

.Wishlistarea {
    width: 100%;
    float: left;
}

    .Wishlistarea ul {
        padding: 0;
        margin: 0;
    }

        .Wishlistarea ul li {
            padding: 0;
            margin: 0;
            float: left;
            /*width: 16%;*/
            width: 20%; /*edit somak 22.9.2016*/
            height: auto;
            /*margin-right: 4%;*/
            margin-right: 5%; /*edit somak 22.9.2016*/
            text-align: center;
        }

            .Wishlistarea ul li img {
                max-width: 100%; /*edit 22.9.2016 somak*/
                height: auto; /*edit 22.9.2016 somak*/
                /*margin-left: 20px;*/
            }

            .Wishlistarea ul li:last-child {
                margin-right: 0 !important;
            }

.Wishbox {
    width: 100%;
    min-height: 201px; /*block code 22.9.2016 somak*/
    -moz-box-shadow: inset 0px 0px 15px 5px #dadada;
    -webkit-box-shadow: inset 0px 0px 15px 5px #dadada;
    box-shadow: inset 0px 0px 15px 5px #dadada;
    float: left;
    padding: 18px 5%;
    margin-top: 26px;
}

    .Wishbox h2 {
        /*font-family: "sans";*/
        font-size: 12px;
        width: 100%;
        color: #4774b9;
        padding: 0;
        text-align: center;
        margin: 0;
        padding-top: 3px;
        line-height: normal;
        text-transform: uppercase;
        font-weight: normal;
    }

    .Wishbox a img {
        max-width: 80%;
        margin: 0 auto;
    }

    .Wishbox h2 div.prodOrgPrice-wcart {
        max-width: 120px;
        margin: 0 auto;
    }

        .Wishbox h2 div.prodOrgPrice-wcart > div {
            float: left;
        }

    /*.Wishbox h2 .strikeoutprice{width: 50%;float: left;color: #099;font-size: 12px;line-height:20px;}
.Wishbox h2 .price{font-size: 12px;}

.Wishbox h2 .ourprice{float: left;color: red;font-weight: bold;width: 50%;line-height:20px;}*/
    .Wishbox p {
        /*font-family: "sans";*/
        font-size: 12px;
        color: #2e2e2e;
        padding: 0;
        margin: 0;
        width: 100%;
        line-height: normal;
    }

        .Wishbox p br {
            padding: 0;
            margin: 0;
        }

.wishbtnarea {
    float: left;
    width: 100%;
    padding-top: 14px;
}

    .wishbtnarea .top {
        float: left;
        width: 100%;
        /*margin-left: 9%;*/ /*block code 22.9.2016*/
    }

        .wishbtnarea .top .radionbtnarea {
            float: left;
            margin-left: 0px;
            line-height: normal;
        }

    .wishbtnarea .bottom {
        float: left;
        width: 100%;
        padding-left: 10px;
    }

    .wishbtnarea input[type="checkbox"] {
        /*margin: 5px -12px 0px;*/ /*block code 22.9.2016*/
        margin: 5px 0px; /*add code 22.9.2016*/
    }

/*wishRcpList*/
.wishRcpListArea {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 20px auto;
}

.wishRcpListTopHead {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #4774b9;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: #cccccc solid 1px;
}

    .wishRcpListTopHead span {
        color: #f78d1e;
    }

.wishRcpTxtSec {
    float: left;
    width: 58%;
    padding: 0px;
    margin: 0px;
    padding-right: 2%;
}

    .wishRcpTxtSec p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 16px;
        margin: 0;
        color: #525252;
        background: url(../images/offerBullets.png) no-repeat;
        background-position: 1px 5px;
        padding-left: 16px;
    }

.wishRcpListSec {
    width: 600px;
    padding: 0px;
    padding-bottom: 2px;
    margin: 0 auto;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    background: #ffffff;
}

.wishRcpListHead {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6393ce+0,5489d3+100 */
    background: #6393ce; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzOTNjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDg5ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6393ce 0%, #5489d3 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6393ce), color-stop(100%,#5489d3)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #6393ce 0%,#5489d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #6393ce 0%,#5489d3 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #6393ce 0%,#5489d3 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #6393ce 0%,#5489d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393ce', endColorstr='#5489d3',GradientType=0 ); /* IE6-8 */
    color: #ffffff;
}

    .wishRcpListHead .leftCol {
        float: left;
        width: 31%;
        padding: 6px 1%;
        margin: 0px;
        font-size: 14px;
        line-height: 15px;
    }

    .wishRcpListHead .midCol {
        float: left;
        width: 31%;
        padding: 6px 1%;
        margin: 0px;
        font-size: 14px;
        line-height: 15px;
    }

    .wishRcpListHead .RightCol {
        float: left;
        width: 31%;
        padding: 6px 1%;
        margin: 0px;
        text-align: left;
        font-size: 14px;
        line-height: 15px;
        /*border-left:#d0d7e5 solid 1px;*/
    }

        .wishRcpListHead .RightCol span {
            font-size: 12px;
        }

.wishLstBox {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: #d0d7e5 solid 1px;
    font-size: 12px;
    color: #666666;
}

    .wishLstBox .leftCol {
        float: left;
        width: 31%;
        padding: 3px 1%;
        margin: 0px;
    }

        .wishLstBox .leftCol input {
            float: left;
            width: 99%;
            border: none;
            height: 26px;
            color: #666666;
            outline: none;
            padding: 0px;
            margin: 0px;
        }

            .wishLstBox .leftCol input:focus, .wishLstBox .leftCol input:active {
                outline: none !important;
                border: 0px solid #ffffff !important;
                box-shadow: none !important;
            }

    .wishLstBox .midCol {
        float: left;
        width: 31%;
        padding: 3px 1%;
        margin: 0px;
        border-left: #d0d7e5 solid 1px;
    }

        .wishLstBox .midCol input {
            float: left;
            width: 99%;
            border: none;
            height: 26px;
            color: #666666;
            outline: none;
            padding: 0px;
            margin: 0px;
        }

            .wishLstBox .midCol input:focus, .wishLstBox .midCol input:active {
                outline: none !important;
                border: 0px solid #ffffff !important;
                box-shadow: none !important;
            }


    .wishLstBox .RightCol {
        float: left;
        width: 31%;
        padding: 3px 1%;
        margin: 0px;
        text-align: left;
        border-left: #d0d7e5 solid 1px;
    }

        .wishLstBox .RightCol input {
            float: left;
            width: 99%;
            border: none;
            height: 26px;
            color: #878787;
            outline: none;
            padding: 0px;
            margin: 0px;
        }

            .wishLstBox .RightCol input:focus, .wishLstBox .RightCol input:active {
                outline: none !important;
                border: 0px solid #ffffff !important;
                box-shadow: none !important;
            }

.wishLstTop {
    float: left;
    width: 100%;
    padding: 6px 0px;
    margin: 0px 0px 2px;
    border-bottom: #d0d7e5 solid 1px;
    font-size: 12px;
    color: #666666;
    background: #3b6bb4; /*for blue*/
    /*for orange*/
    /*background: #f2825b;
	background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2825b), color-stop(50%,#e55b2b), color-stop(100%,#f07146)); 
	background: -webkit-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
	background: -o-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
	background: -ms-linear-gradient(top, #f2825b 0%,#e55b2b 50%,#f07146 100%);
	background: linear-gradient(to bottom, #f2825b 0%,#e55b2b 50%,#f07146 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );*/
}

.wishLstBoxCode {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /*border-bottom:#d0d7e5 solid 1px;*/
    font-size: 12px;
    color: #666666;
}

    .wishLstBoxCode .leftColEx {
        float: left;
        width: 38%;
        padding: 7px 0px 4px 2%;
        margin: 0px;
        font-size: 13px;
        /*background:#f1f1f1;*/
        color: #335684; /*blue*/
        color: #277487; /*dip green*/
        font-weight: bold;
        min-height: 28px;
    }


    .wishLstBoxCode .RightColEx {
        float: left;
        width: 58%;
        padding: 8px 1%;
        margin: 0px;
        text-align: left;
        font-size: 11px;
        min-height: 28px;
    }


#OutWishArea {
    width: 100%;
    padding: 0;
    margin: 0;
}

#OutWishArea1 {
    display: none;
}

.wishLstButtBox {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #666666;
}

    .wishLstButtBox .RightCol {
        float: right;
        width: 98%;
        padding: 3px 1%;
        margin: 0px;
        text-align: left;
        border-left: #d0d7e5 solid 1px;
        min-height: 30px;
        text-align: right;
    }

    .wishLstButtBox .leftColWithoutBor {
        float: left;
        width: 31%;
        padding: 3px 1%;
        margin: 0px;
        min-height: 30px;
    }

    .wishLstButtBox .midColWithoutBor {
        float: left;
        width: 31%;
        padding: 3px 1%;
        margin: 0px;
        min-height: 30px;
    }

    .wishLstButtBox .rightColWithoutBor {
        float: right;
        width: 31%;
        padding: 3px 1%;
        margin: 0px;
        text-align: right;
        min-height: 30px;
    }

    .wishLstButtBox .Abutton {
        cursor: pointer;
        vertical-align: top;
        text-align: center;
        font-size: 12px;
        color: #FFF;
        /*background: #3b6bb4;*/
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-right: 2px;
        text-transform: uppercase;
        padding: 0px 20px;
        line-height: 27px; /*edit 27.8.2016 somak*/
        height: 27px; /*edit 10.9.2016 somak*/
        display: inline-block;
        border: none;
        text-transform: uppercase;
        margin-bottom: 3px;
        width: auto !important;
        background: #4e8de5; /* Old browsers */
        background: -moz-linear-gradient(top, #4e8de5 0%, #3b6bb4 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e8de5), color-stop(100%,#3b6bb4)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #4e8de5 0%,#3b6bb4 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #4e8de5 0%,#3b6bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8de5', endColorstr='#3b6bb4',GradientType=0 ); /* IE6-9 */
        text-decoration: none !important;
    }

        .wishLstButtBox .Abutton:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b6bb4+0,4e8de5+100 */
            background: #3b6bb4; /* Old browsers */
            background: -moz-linear-gradient(top, #3b6bb4 0%, #4e8de5 100%); /* FF3.6-15 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6bb4), color-stop(100%,#4e8de5)); /* Chrome4-9,Safari4-5 */
            background: -webkit-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Chrome10-25,Safari5.1-6 */
            background: -o-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* Opera 11.10-11.50 */
            background: -ms-linear-gradient(top, #3b6bb4 0%,#4e8de5 100%); /* IE10 preview */
            background: linear-gradient(to bottom, #3b6bb4 0%,#4e8de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6bb4', endColorstr='#4e8de5',GradientType=0 ); /* IE6-9 */
            text-decoration: none;
        }

.wListPerMsg {
    float: left;
    width: 100%;
    padding: 3px 2px;
    margin: 0px;
    text-align: center;
    color: #277487;
    font-size: 12px;
}

    .wListPerMsg input {
        float: left;
        width: 99%;
        border: none;
        height: 26px;
        color: #666666;
        outline: none;
        padding: 0px;
        margin: 0px;
    }

        .wListPerMsg input:focus {
            outline: none !important;
        }

        .wListPerMsg input:focus, .wListPerMsg input:active {
            outline: none !important;
            border: 0px solid #ffffff !important;
            box-shadow: none !important;
        }

.clr6 {
    clear: both;
    height: 6px;
}

table.wishList_white {
    background: #ffffff !important;
    padding: 2px;
    margin: 0 auto !important;
    width: 97%;
}

    table.wishList_white tr td {
        width: 32.3% !important;
        padding: 3px 1% 3px 1px;
        min-height: 35px;
        height: auto !important;
        font-size: 12px;
    }

        table.wishList_white tr td span {
            line-height: 15px;
        }

        table.wishList_white tr td input {
            width: 94% !important;
            margin-top: 5px;
        }

.WishListtableheading {
    color: #ffffff;
    line-height: 18px;
    /*blue gradient*/
    background: rgb(173,194,221);
    background: -moz-linear-gradient(top, rgba(173,194,221,1) 0%, rgba(112,154,216,1) 51%, rgba(173,194,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,194,221,1)), color-stop(51%,rgba(112,154,216,1)), color-stop(100%,rgba(173,194,221,1)));
    background: -webkit-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%);
    background: -o-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%);
    background: linear-gradient(to bottom, rgba(173,194,221,1) 0%,rgba(112,154,216,1) 51%,rgba(173,194,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc2dd', endColorstr='#adc2dd',GradientType=0 );
    /*orange gradient*/
    /*background: #ffa84c; 
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
	background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
	background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
	background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
	background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );*/
    font-weight: bold;
    padding-left: 3px;
}

    .WishListtableheading td {
        background: #32BFD1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        padding: 8px 5px;
    }

/*wishRcpList end*/

.nameaddress {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: bold;
}

    .nameaddress span {
        font-size: 12px;
        color: #2e2e2e;
        font-weight: normal;
    }


/* You are shopping here starts */
.youarehere {
    width: 275px;
    height: 175px;
    background: url(../images/youareshopping.png) no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
}

    .youarehere h2 {
        /*font-family: "sans";*/
        font-size: 16px;
        color: #49494a;
        text-align: left;
        font-weight: bold;
        margin: 6px 0 0 0;
        padding: 21px 0 0 42px;
        line-height: normal;
        text-transform: uppercase;
        width: 158px;
        z-index: 9999;
    }

        .youarehere h2 span {
            font-size: 13px;
            color: #49494a;
            text-transform: none;
            display: block;
            padding: 0;
            line-height: normal;
            position: absolute;
            left: 25px;
        }

.whereyouare img {
    width: 40px;
}

.whereyouare {
    width: 128px;
    height: 35px;
    margin: 12px 0 0 15px;
    padding-top: 15px;
    text-align: center;
}

    .whereyouare h3 {
        color: #28527d;
        font-weight: bold;
        font-size: 12px;
        margin: 5px 0px;
        padding: 0;
        line-height: normal;
    }

        .whereyouare h3 span {
            color: #000;
            font-weight: normal;
            font-size: 12px;
            margin: 0;
            padding: 0;
        }
/* You are shopping here starts */


/*search page*/
#searchWrapper {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    display: inline;
    float: left;
}

    #searchWrapper table tr td {
        padding-bottom: 5px;
    }

        #searchWrapper table tr td a img {
            max-width: 90%;
            padding: 2px;
            /*border:#cccccc solid 1px;*/
        }
/*SEARCHWRAP START*/ /*31.10.2017*/
#searchDrop {
    background: #CF0;
    background: url(../images/d-pic.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -50px;
    margin-right: 12px;
    float: right;
    position: absolute;
    right: 20px;
    display: none;
    cursor: pointer;
}

#searchDropArea {
    padding: 0;
    margin: 0;
    display: block;
}

.searchListingPageArea {
    width: 80.5%;
    float: right;
    margin-right: .5%;
}

.specialofferContainer {
}

.SearchSPFilterArea {
    width: 14.5%;
    float: left;
    min-height: 100px;
    height: auto;
    margin-right: .5%;
}

.searchFilterSec {
    float: left;
    min-height: 60px;
    height: auto;
    width: 14.5%;
    margin-right: .5%;
}

.filterbySecareaPart {
    width: 100%;
    float: left;
    border-right: #d1d1d1 solid 1px;
}

    .filterbySecareaPart h1 {
        /*background: url(../images/special-offer-icon.png) no-repeat top;*/
        margin: 0;
        padding: 0;
        color: #363636;
        text-align: center;
    }

        .filterbySecareaPart h1 div {
            margin-left: 20px;
            /*padding-top:18px;*/
            color: #363636;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            border-bottom: #d6d6d6 solid 1px;
            padding-bottom: 7px;
            margin-bottom: 6px;
            margin-left: 0px;
        }



.searchWrapSec {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}

.sAreaTotSEC {
    float: left;
    width: 100%;
    border-bottom: #a4a4a4 dashed 1px;
    margin-bottom: 10px;
}

.sAreaPicPart {
    float: left;
    /*width: 15%;*/
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-right: 1%;
}

    .sAreaPicPart img {
        /*max-width: 80%;*/
        max-width: 100%;
        padding: 3px;
        /*border:#cccccc solid 1px;*/
        margin: 0 auto 4px auto;
        width: 130px;
        height: 130px;
    }

.sAreaContDtls {
    float: left;
    width: 65%;
    padding: 0px;
    margin: 0px;
}

    .sAreaContDtls .prodName {
        float: left;
        width: 100%;
        font-size: 16px;
        color: #17afc2;
        margin-bottom: 6px;
        font-weight: bold;
    }

        .sAreaContDtls .prodName span {
            border-bottom: 1px dotted #32c1d2;
        }

    .sAreaContDtls .storeName {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #787878;
        margin-bottom: 3px;
    }

    .sAreaContDtls .categoryName {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #dd5814;
        margin-bottom: 3px;
    }

        .sAreaContDtls .categoryName .prodPriceArea img {
            vertical-align: middle;
            margin-top: -2px;
        }

    .sAreaContDtls .priceName {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #4f64a1;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sAreaContDtls .arearating {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0px;
    }

a .RatingButt {
    float: right;
    min-width: 90px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: #9C0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 3px;
    cursor: pointer;
}

a .vDtlsButt {
    float: right;
    min-width: 110px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 3px;
    cursor: pointer;
}
/*filter Sec*/
h2.filterArea {
    width: 97%;
    height: 22px;
    padding: 0px;
    padding-left: 10px;
    margin: 0;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #767676;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 1px;
}

.customerRatingSec {
    float: left;
    width: 95%;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 1%;
}

    .customerRatingSec h2 {
        padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        color: #006c79;
        text-transform: none;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 5px;
        border-bottom: #cccccc solid 1px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .customerRatingSec .ratingarea {
        width: 100%;
        margin: 0 auto;
    }

        .customerRatingSec .ratingarea ul {
            padding: 0;
            margin: 0;
        }

            .customerRatingSec .ratingarea ul li {
                padding: 0;
                margin: 0;
                color: #262626;
                font-size: 13px;
                list-style: none;
                line-height: normal;
                font-weight: normal;
                margin-right: 10%;
                width: 45%;
            }

        .customerRatingSec .ratingarea input[type="checkbox"] {
            width: 15px;
            height: 30px;
            padding: 0px;
            margin: 0;
            line-height: 24px;
            margin-right: 2%;
            background: url(../images/checkbg.jpg) no-repeat !important;
        }

        .customerRatingSec .ratingarea input[type="radio"] {
            width: 15px;
            height: 30px;
            padding: 0px;
            margin: 0;
            line-height: 24px;
            margin-right: 2%;
            background: url(../images/checkbg.jpg) no-repeat !important;
        }

        .customerRatingSec .ratingarea span {
            margin-top: 5px;
        }

        .customerRatingSec .ratingarea ul li a {
            color: #262626;
            text-decoration: none;
        }

        .customerRatingSec .ratingarea ul li img {
            float: left;
            padding: 3px 2% 0 0px;
        }

    .customerRatingSec .ratingarea3 {
        width: 100%;
        float: left;
        margin-bottom: 6px;
    }

        .customerRatingSec .ratingarea3 .arearating {
            float: left;
            width: 100%;
            padding: 0;
            margin: 10px 0px 0px 14px;
        }
/*brnadSecArea start*/
.brnadSecArea {
    width: 96%;
    margin: 0 auto;
    padding-left: 2%;
    float: left;
}

    .brnadSecArea h2 {
        padding: 4px 0 3px 10px;
        margin: 0 0 10px 0;
        color: #006c79;
        text-transform: normal;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        border-bottom: #cccccc solid 1px;
        background-position: 3px 14px;
    }

    .brnadSecArea ul {
        padding: 0;
        margin: 0px 0px 0px 14px;
    }

        .brnadSecArea ul li {
            padding: 0;
            margin: 0;
            color: #262626;
            font-size: 11px;
            list-style: none;
            line-height: normal;
            font-weight: normal;
            text-align: left;
            float: left;
            width: 100%;
            margin-bottom: 4px;
        }

            .brnadSecArea ul li span {
                float: left;
                color: #262626;
                font-size: 11px;
                line-height: 18px;
                list-style: none;
                margin-right: 3px;
                width: 80%;
            }

    .brnadSecArea input[type="radio"], input[type="checkbox"] {
        width: 12px;
        height: 12px;
        padding: 0px;
        margin: 2px 2% 1px 2%;
        float: left;
    }
/*brnadSecArea End*/

/*departStore start*/
.departStore {
    width: 96%;
    margin: 0 auto;
    padding-left: 2%;
    float: left;
}

    .departStore h2 {
        padding: 10px 0 3px 10px;
        margin: 0 0 10px 0;
        color: #006c79;
        text-transform: normal;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        border-bottom: #cccccc solid 1px;
        background-position: 3px 14px;
    }

    .departStore ul {
        padding: 0;
        margin: 0px 0px 0px 14px;
    }

        .departStore ul li {
            padding: 0;
            margin: 0;
            color: #262626;
            font-size: 11px;
            list-style: none;
            line-height: normal;
            font-weight: normal;
            text-align: left;
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

            .departStore ul li span {
                float: left;
                color: #262626;
                font-size: 11px;
                line-height: 18px;
                list-style: none;
                margin-right: 3px;
                width: 80%;
            }

    .departStore input[type="radio"], input[type="checkbox"] {
        width: 18px;
        height: 18px;
        padding: 0px;
        /*margin: 2px 2% 1px 2%;*/
        margin: 0px 2% 0px 0px;
        float: left;
    }

    /* .departStore .scrollAdjsec {
        margin-bottom: -2px;
    }*/

    .departStore .arearating {
        float: left;
        width: 100%;
        padding: 0;
        /*margin: 0px 0px 0px 8%;*/
        margin: 0px 0px 0px 14px;
    }

/*.arearating .radioPart {
    width: 16px;
}*/

/*brnadSecArea End*/

.priceSecarea {
    width: 96%;
    margin: 0 auto;
    padding-left: 2%;
    float: left;
}

    .priceSecarea h2 {
        padding: 10px 0 3px 12px;
        margin: 0 0 10px 0;
        color: #006c79;
        text-transform: normal;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        border-bottom: #cccccc solid 1px;
        background-position: 3px 14px;
    }

    .priceSecarea ul {
        padding: 0;
        margin: 0px 0px 0px 14px;
    }

        .priceSecarea ul li {
            padding: 0;
            margin: 0;
            color: #262626;
            font-size: 12px;
            list-style: none;
            line-height: normal;
            font-weight: normal;
            text-align: left;
            margin-bottom: 4px;
            float: left;
            width: 100%;
        }

            .priceSecarea ul li span {
                float: left;
                width: 80%;
                font-size: 11px;
                line-height: 17px;
            }

            .priceSecarea ul li a {
                color: #262626;
                text-decoration: none;
            }

    .priceSecarea input[type="checkbox"], input[type="radio"] {
        width: 12px;
        height: 12px;
        padding: 0px;
        line-height: 18px;
        margin: 1px 2% 0px 0px;
        outline: none;
        float: right;
    }
/*filter Sec*/
.SearBradcampArea {
    float: left;
    width: 100%;
    padding: 5px 0px 5px;
}

.SearshortShowbyArea {
    float: left;
    width: 100%;
    padding: 5px 0px 5px;
}

.SearPaginationArea {
    float: left;
    width: 100%;
    padding: 5px 0px 5px;
}

.sAreaRatingsPart {
    float: right;
    width: 20%;
    padding: 0px;
    margin: 0px;
}

.searchShortScript {
    width: auto;
    height: 30px;
    border: none;
    margin: 5px 0 10px 0;
    padding: 5px 0px;
    float: right;
    display: inline;
    text-align: left;
    vertical-align: middle;
}

    .searchShortScript .pSec {
        width: auto;
        line-height: 29px;
        float: left;
    }

    .searchShortScript .sSec {
        width: auto;
        float: left;
        margin-left: 3px;
        margin-right: 3px;
    }

        .searchShortScript .sSec select {
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 3px;
            background: #efefef url(../images/arrow_downsmall.png) no-repeat 95% center;
            border: #bcbcbc solid 1px;
            cursor: pointer;
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 3px;
            line-height: 17px;
            height: 25px;
        }

.searPaginationLink {
    width: auto;
    height: 30px;
    border: none;
    margin: 5px 0 10px 45%;
    padding: 2px 1% 8px;
    float: left;
    display: inline;
    text-align: right;
    vertical-align: middle;
}

@media screen and (max-width:400px) {

    /*Search Sec Adjustment*/
    .searchShortScript {
        height: 60px;
    }

        .searchShortScript .pSec {
            width: 30%;
            letter-spacing: 1px;
        }

        .searchShortScript .sSec {
            width: 60%;
            float: right;
        }

            .searchShortScript .sSec select {
                width: 80% !important;
                margin-left: 0px;
            }
    /*Search Sec Adjustment*/
}

/*End*/
.productSortStripLeft {
    width: 40%;
    height: 30px;
    border: none;
    margin: 5px 0 10px 0;
    padding: 5px 1%;
    /*background-color: #e2e2e2;*/
    float: left;
    display: inline;
    text-align: left;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dbdbdb+100 */
    background: #f4f4f4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dbdbdb)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f4f4f4 0%,#dbdbdb 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#dbdbdb 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f4f4f4 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
}

    .productSortStripLeft .pSec {
        width: auto;
        line-height: 29px;
        float: left;
    }

    .productSortStripLeft .sSec {
        width: auto;
        float: left;
        margin-left: 3px;
        margin-right: 3px;
    }

        .productSortStripLeft .sSec select {
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 3px;
            background: #efefef url(../images/arrow_downsmall.png) no-repeat 95% center;
            border: #bcbcbc solid 1px;
            cursor: pointer;
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 3px;
            line-height: 17px;
            height: 25px;
        }



.productSortStripRight {
    width: 56%;
    height: 30px;
    border: none;
    margin: 5px 0 10px 0;
    padding: 2px 1% 8px;
    /* background-color:#e2e2e2;*/
    float: left;
    display: inline;
    text-align: right;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dbdbdb+100 */
    background: #f4f4f4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dbdbdb)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f4f4f4 0%,#dbdbdb 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#dbdbdb 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f4f4f4 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
}

.searchWrapper td .price {
    float: none;
    font-size: 12px;
}

.searchWrapper td .strikeoutprice {
    font-weight: bold;
    font-size: 12px;
}

.searchWrapper td .saleprice {
    font-weight: bold;
    font-size: 12px;
}

/*gift card purchase*/


.receipentaddressarea a:hover {
    text-decoration: underline;
    color: #fff;
}

.giftcardformarea {
    float: left;
    width: 100%;
}

    .giftcardformarea img { /*add 22.8.2016 somak*/
        max-width: 98%;
    }


    .giftcardformarea fieldset {
        float: left;
        border: none;
        margin-bottom: 5px;
        /*width: 72%;*/
        width: 92%;
        position: relative;
    }

        .giftcardformarea fieldset label {
            /*font-family: "sans";*/
            font-size: 12.5px;
            color: #2e2e2e;
            line-height: 28px;
            float: left;
            width: 30%;
            text-align: right;
            padding-right: 15px;
            color: #5c5c5c;
        }

        .giftcardformarea fieldset span {
            /*font-family: "sans";*/
            font-size: 12px;
            color: red;
            text-align: left;
            padding-right: 15px;
            width: 63%;
            float: right;
            clear: left;
        }

        .giftcardformarea fieldset textarea {
            color: #2e2e2e;
            /*font-family: "sans";*/
            font-size: 12px;
            /*width: 352px;*/ /*block the line*/
            width: 63.5%; /*add 22.8.2016 somak*/
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: left;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .giftcardformarea fieldset input[type="text"] {
            color: #2e2e2e;
            /*font-family: "sans";*/
            font-size: 12px;
            /*width: 352px;*/ /*block the line*/
            width: 63.5%; /*add 22.8.2016  somak*/
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: left;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .giftcardformarea fieldset input[type="textarea"] {
            color: #2e2e2e;
            /*font-family: "sans";*/
            font-size: 12px;
            width: 352px;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: left;
            text-align: right;
            padding: 0px;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 0px 5px;
        }

        .giftcardformarea fieldset select {
            /*-webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            font-size: 12px;
            margin: 0;
            height: 28px;
            padding: 2px 0 2px 2px;
            width: 66%;
            float: left;*/
            border: none;
            border-radius: 0px;
            color: #666666;
            display: inline-block;
            /*font-family: "sans";*/
            font-size: 12px;
            width: 65% !important;
            height: 28px;
            padding: 1px 10px;
            line-height: 27px;
            float: left !important;
            text-align: right;
            margin: 0;
            -webkit-box-shadow: inset 0 0 3px 2px #dadada;
            box-shadow: inset 0 0 3px 2px #dadada;
            border-radius: 0;
            content: none;
            text-align: left;
            padding: 3px 0 3px 2px;
        }

        .giftcardformarea fieldset .label1:after {
            background: #FFF;
            border-radius: 0;
            bottom: 0;
            color: #FFFFFF;
            /*content: url(../images/filterby-downarrow.jpg);*/
            line-height: 30px;
            height: 28px;
            padding: 0 0px;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-shadow: 0 1px 1px #000000;
            top: 0px;
            z-index: 1000;
            margin-right: 15px;
        }

        .giftcardformarea fieldset select option {
            background: #FFF;
            font-size: 12px;
            float: left;
        }

        .giftcardformarea fieldset input[type="submit"] {
            color: #FFF;
            background: #ec331c;
            /*font-family: "sans";*/
            text-transform: uppercase;
            font-size: 12px;
            width: auto;
            height: 28px;
            padding: 0 10px;
            line-height: 27px;
            float: right;
            text-align: right;
            padding: 0px;
            margin: 0;
            text-align: center;
            padding: 0px 30px;
            border: none;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }


#ulHeaderIcon {
    margin: 0;
    list-style: none;
}

    #ulHeaderIcon li {
        display: inline-block;
        padding: 0px;
    }
        /*anup inline-block 06_09_14*/
        #ulHeaderIcon li.box {
            position: relative;
            margin-top: 0px; /*11px*/
            padding: 0px 1.5px;
        }

            #ulHeaderIcon li.box:hover {
                /*box-shadow: 0 2px 5px #979797;*/
                box-shadow: none;
            }

            #ulHeaderIcon li.box img {
                /* width: 36px;*/ /*block the line 23.8.2016 somak*/ /*38px*/
            }

.arrowTopdiv {
    position: relative;
    top: -29px;
    left: 6px;
    width: 15px;
    height: 10px;
    display: block;
    cursor: pointer;
    background: url(../images/arrow_top1.png) no-repeat left top;
    z-index: 1000;
}

.arrowTopdiv33 {
    position: relative;
    top: -24px;
    left: -10px;
    width: 15px;
    height: 10px;
    display: block;
    cursor: pointer;
    background: url(../images/arrow_top1.png) no-repeat left top;
    z-index: 1000;
}

.arrowTopdiv30 {
    position: relative;
    top: -11px;
    left: 6px;
    width: 15px;
    height: 10px;
    display: block;
    cursor: pointer;
    background: url(../images/arrow_top1.png) no-repeat left top;
    z-index: 1000;
}


.arrow_box {
    background: #FFF;
    /*border: 1px solid #c2e1f5;*/
    left: 0;
    position: absolute;
    text-align: center !important; /*add css 20.9.2016 somak*/
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #FFF;
        border-width: 6px;
        left: 100%;
        margin-left: -30px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #c2e1f5;
        border-width: 8px;
        left: 100%;
        margin-left: -31px;
    }

.arrow_box {
    position: absolute;
    padding: 5px 5px;
    display: none;
    width: 180px;
    min-height: 175px;
    left: -140px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 5px 1px #8c8b8b;
    box-shadow: 0 0 5px 1px #8c8b8b;
    z-index: 99999;
    text-align: center !important; /*add css 20.9.2016 somak*/
}

#ulHeaderIcon li.box:hover .arrow_box {
    display: block;
}

.welcometext #myac {
    display: inline-block;
    padding: 0px;
}

    .welcometext #myac.box {
        position: relative;
    }

        .welcometext #myac.box a {
            color: #3b6bb4;
        }

#myac .arrow_Sbox a {
    color: #3b6bb4;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    float: left;
    line-height: 25px;
    padding-left: 5%;
    width: 100%;
}

.arrow_Sbox {
    background: #FFF;
    /*border: 1px solid #c2e1f5;*/
    left: 0;
    position: absolute;
}

    .arrow_Sbox:after, .arrow_box:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_Sbox:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #FFF;
        border-width: 6px;
        left: 100%;
        margin-left: -30px;
    }

    .arrow_Sbox:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #c2e1f5;
        border-width: 8px;
        left: 100%;
        margin-left: -31px;
    }

.arrow_Sbox {
    position: absolute;
    padding: 5px 5px;
    display: none;
    width: 165px;
    min-height: 175px;
    left: -125px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 5px 1px #8c8b8b;
    box-shadow: 0 0 5px 1px #8c8b8b;
    z-index: 1111;
}

#myac .arrow_Sbox a:hover {
    text-decoration: underline;
    color: #099;
}

.welcometext #myac.box:hover .arrow_Sbox {
    display: block;
}

/* Store Details CSS */
.storedetails_cont {
    width: 100%;
    float: left;
}

.storebanner {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: #FF6600 solid 2px;
}

    .storebanner img {
        width: 100% !important;
        height: 360px;
        float: left;
    }

h2.storeheading {
    /*font-family: "sans";*/
    font-size: 18px;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding: 10px 0px !important;
    margin: 0;
    line-height: normal;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
}

.storedetails_cont p {
    /*font-family: "sans";*/
    font-size: 12px;
    color: #49494a;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 0;
    width: 100%;
}

.nopadleft {
    padding-left: 0 !important;
}

.pad20left {
    padding-left: 40px;
}

.Storecustomerreviewarea {
    width: 98%;
    float: left;
    padding: 15px;
    position: relative;
}

    .Storecustomerreviewarea h2 {
        font-size: 18px;
        color: #010101;
        font-weight: bold;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

.Storebreadcramb {
    float: left;
    color: #ed1f24;
    text-transform: uppercase;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 10px 0px;
}

.categoryrightsideProductarea {
    width: 100%;
}
/* Contact us CSS */

.contact_container {
    width: 83.5%;
    /* width: 68%; edit line 29.8.2016 somak*/
    margin: 0 10px; /*edit line 29.8.2016 somak auto*/
    /* margin: 0 10%;*/ /*block line 29.8.2016 somak*/
}

.contact_container3 {
    width: 83.5%;
    /* width: 68%; edit line 29.8.2016 somak*/
    margin: 0 10px; /*edit line 29.8.2016 somak auto*/
    /* margin: 0 10%;*/ /*block line 29.8.2016 somak*/
}


.contact_contentbox {
    width: 100%;
    float: left;
    margin: 0px 0px;
    position: relative;
}

.bottommulticolorbar4 {
    background: linear-gradient(to right, #f78d1e 0%, #f78d1e 19%, #4774b9 19%, #4774b9 37%, #33c1d3 37%, #33c1d3 57%, #ed2324 57%, #ed2324 78%, #f78d1e 78%, #f78d1e 78%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 5px;
    position: relative;
    width: 100%;
    z-index: 999;
    top: 7px; /*add 24.8.2016 somak*/
}

.contactdetailsarea {
    /*box-shadow: 0 0 10px 8px #d1d1d1 inset;*/
    display: block;
    margin: 15px 0;
    position: relative;
    min-height: auto !important;
    border: #c1c1c1 solid 1px;
    padding: 15px 20px 15px 20px;
    -webkit-box-shadow: 0 0 12px 1px #c1c1c1;
    -moz-box-shadow: 0 0 12px 1px #c1c1c1;
    box-shadow: 0 0 12px 2px #c1c1c1;
    /*background-color:#f2f2f2;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+0,eaeaea+100 */
    background: #fffcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fffcfc 0%, #eaeaea 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcfc), color-stop(100%,#eaeaea)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #fffcfc 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #fffcfc 0%,#eaeaea 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #fffcfc 0%,#eaeaea 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #fffcfc 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}


.returnPolicyArea {
    /*box-shadow: 0 0 10px 8px #d1d1d1 inset;*/
    display: block;
    margin: 15px 0;
    position: relative;
    min-height: auto !important;
    border: #c1c1c1 solid 1px;
    padding: 15px 20px 15px 20px;
    -webkit-box-shadow: 0 0 12px 1px #c1c1c1;
    -moz-box-shadow: 0 0 12px 1px #c1c1c1;
    box-shadow: 0 0 12px 2px #c1c1c1;
    /*background-color:#f2f2f2;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+0,eaeaea+100 */
    background: #fffcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fffcfc 0%, #eaeaea 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcfc), color-stop(100%,#eaeaea)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #fffcfc 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #fffcfc 0%,#eaeaea 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #fffcfc 0%,#eaeaea 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #fffcfc 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.contactheading {
    width: auto;
    /*font-family: "sans";*/
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: normal;
    padding: 10px 0px !important;
    margin: 0;
    line-height: normal;
    border-bottom: #ccc solid 1px;
    margin: 15px 0;
}

.blank_contactheading { /*new add somak 22.9.2016*/
    width: auto;
    /*font-family: "sans";*/
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: normal;
    padding: 5px 0px !important;
    margin: 0;
    line-height: normal;
    /*border-bottom: #ccc solid 1px;*/
    margin: 0px 0px 5px 0px;
}

h2.contact {
    width: auto;
    /*font-family: "sans";*/
    font-size: 14px;
    color: #747474;
    font-weight: normal;
    line-height: normal;
    float: left;
    /*width: 32%;*/
    width: 33.3%;
}

    h2.contact span {
        width: auto;
        /**/
        font-size: 13px;
        display: block;
        line-height: normal;
        color: #3b6bb4;
        padding-top: 5px;
    }

        h2.contact span a {
            color: #f78d1e;
            text-decoration: none;
        }

input.contact[type="text"] {
    border-radius: 0;
    box-shadow: 0 0 3px 2px #dadada inset;
    height: 15px;
    line-height: 15px;
    margin: 5px 0px;
    padding: 5px;
    width: 97%;
    display: block;
    /*font-family: "sans";*/
}


input.contactsubmitbtn[type="submit"] {
    background: none repeat scroll 0 0 #3b6bb4;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    float: left;
    /*font-family: "sans";*/
    font-size: 14px;
    margin-right: 15px;
    padding: 3px 15px;
    text-align: center;
    width: auto;
    cursor: pointer;
}

.contactdetailsarea p {
    /**/
    font-size: 12px;
    color: #000;
    padding: 5px 0px;
}

.contactdetailsarea h3 {
    /*font-family: "sans";*/
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    list-style: disc;
    float: left !important;
    padding-top: 20px;
}

.contactdetailsarea .formarea {
    width: 65%;
    margin: 10px auto;
    padding: 20px 5px;
}

    .contactdetailsarea .formarea .left {
        width: 35%;
        margin: 0 auto;
        padding: 0px 0px;
        float: left;
        /**/
        font-size: 12.5px;
        color: #3A6BB3;
        text-align: right;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
        /*font-weight: bold;*/
    }

        .contactdetailsarea .formarea .left span {
            color: red;
        }

    .contactdetailsarea .formarea .right span {
        color: red;
    }

    .contactdetailsarea .formarea .right {
        width: 60%;
        margin: 0 auto;
        padding: 0px 0px;
        float: right;
        margin-bottom: 5px;
    }

        .contactdetailsarea .formarea .right input[type="text"] {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 15px;
            line-height: 15px;
            margin: 0px;
            padding: 5px;
            width: 97%;
            font-size: 12px;
            /**/
        }

        .contactdetailsarea .formarea .right input[type="password"] {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 15px;
            line-height: 15px;
            margin: 0px;
            padding: 5px;
            width: 97%;
            font-size: 12px;
            /**/
        }

        .contactdetailsarea .formarea .right select {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 28px;
            line-height: 15px;
            margin: 0px;
            padding: 5px;
            width: 99.5%;
            font-size: 12px;
            /**/
        }

        .contactdetailsarea .formarea .right textarea {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 50px;
            line-height: 15px;
            margin: 0px;
            margin-bottom: 3px;
            padding: 5px;
            width: 97% !important;
            display: block;
            font-size: 12px;
            /**/
        }

.contactdetailsarea input[type=submit] {
    color: #FFF;
    background: #ec331c;
    /*font-family: "sans";*/
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    height: 28px;
    padding: 0 10px;
    line-height: 27px;
    float: right;
    text-align: right;
    padding: 0px;
    margin: 0;
    text-align: center;
    padding: 0px 30px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.contactdetailsarea .formareabig {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

    .contactdetailsarea .formareabig .left {
        width: 30%;
        /*margin: 0 auto;*/
        padding: 0px 25px 0px 0px;
        float: left;
        /**/
        font-size: 12px;
        color: #3A6BB3;
        text-align: right;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
    }

        .contactdetailsarea .formareabig .left b {
            font-size: 12.5px;
            color: #6a6a6a;
            /*border-bottom:#5b5b5b solid 1px;*/
        }


        .contactdetailsarea .formareabig .left span {
            color: red;
        }

    .contactdetailsarea .formareabig .right {
        width: 50%;
        margin: 0 auto;
        padding: 0px 0px;
        float: left;
        margin-bottom: 5px;
        /*margin-left: 10%;*/
        margin-left: 0px;
    }

        .contactdetailsarea .formareabig .right img {
            width: auto;
        }

        .contactdetailsarea .formareabig .right .quesPart {
            float: left;
        }

            .contactdetailsarea .formareabig .right .quesPart a.tooltip9 img {
                top: 0px;
            }

        .contactdetailsarea .formareabig .right input[type="text"] {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 15px;
            line-height: 15px;
            margin: 0px;
            padding: 5px;
            width: 97%;
            font-size: 12px;
        }

        .contactdetailsarea .formareabig .right input[type="password"] {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 15px;
            line-height: 15px;
            margin: 0px;
            padding: 5px;
            width: 97%;
            font-size: 12px;
            float: left;
        }

        .contactdetailsarea .formareabig .right select {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 28px;
            line-height: 15px;
            margin: 0px;
            padding: 5px;
            width: 100%;
            font-size: 12px;
        }

        .contactdetailsarea .formareabig .right textarea {
            border-radius: 0;
            box-shadow: 0 0 3px 2px #dadada inset;
            height: 50px;
            line-height: 15px;
            margin: 0px;
            margin-bottom: 3px;
            padding: 5px;
            width: 97% !important;
            display: block;
            font-size: 12px;
        }



.cartItem {
    position: absolute;
    /*top: 25px;*/ /*block the line*/
    top: 23px; /*add 22.8.2016 somak*/
    left: 5px; /*edit 29.8.2016 somak*/
    /**/
    font-weight: bold;
    font-size: 7.5px; /*edit css 23.8.2016*/
    text-align: center;
    /*width: 20px;*/
    color: #ffffff; /*edit line*/
    line-height: 0px;
    padding: 5px; /*add 22.8.2016 somak*/
    background: #f68c1e; /*add 22.8.2016 somak*/
    border-radius: 50px; /*add 22.8.2016 somak*/
}

.billingradioarea {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 0px;
    float: left;
}

.billingrightarea {
    width: 38%;
    float: right;
    margin-top: 0px;
}

    .billingrightarea div h6 {
        font-size: 12px;
        font-family: inherit;
        font-weight: normal;
        line-height: 5px;
        color: inherit;
        text-rendering: optimizelegibility;
        text-transform: none;
    }

        .billingrightarea div h6 input[type="checkbox"] {
            margin: 0px;
        }

.billingordersummery {
    float: left;
    width: 100%;
    /*margin: 10px;*/
}

    .billingordersummery table tr td img {
        padding: 3px;
        border: #cccccc solid 1px;
    }

    .billingordersummery table tr {
        border-bottom: #e2e2e2 solid 1px;
    }

        .billingordersummery table tr td a {
            color: #277487;
        }

            .billingordersummery table tr td a:hover {
                text-decoration: underline !important;
                color: #277487;
            }

.ConfirmEmailarea {
    float: left;
    width: 60%;
}

    .ConfirmEmailarea .toph {
        float: left;
        width: 96%;
        margin-bottom: 25px;
        /*	font-weight:bold;*/
        font-size: 14px;
        /*color:#f25e21;*/
        color: #ffffff;
        /*border-bottom:#d3d3d3 solid 1px;*/
        background: #3d6e7a;
        padding: 6px 2%;
        border-radius: 6px 6px 0px 0px;
        -moz-border-radius: 6px 6px 0px 0px;
        -webkit-border-radius: 6px 6px 0px 0px;
    }

.paddLeftRightadj {
    padding-left: 2%;
    padding-RIGHT: 2%;
}

.margiADJ {
    margin-top: -10px;
}

.ConfirmEmailarea input[type="checkbox"] {
    margin: 0px;
}

.ConfirmEmailarea div td input[type="password"] {
    border-radius: 0;
    box-shadow: 0 0 3px 2px #dadada inset;
    height: 15px;
    line-height: 15px;
    margin: 0px;
    padding: 5px;
    /*width: 40%;*/
    width: 70%;
}

.email {
    /*font-family: "sans";*/
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: normal;
    float: left;
    width: 100%;
    padding: 0% 2%;
}

    .email input[type="text"] {
        border-radius: 0;
        box-shadow: 0 0 3px 2px #dadada inset;
        height: 15px;
        line-height: 15px;
        margin: 0px;
        padding: 5px;
        /*width:40%;*/
        width: 50%;
        font-size: 12px;
        /**/
    }

    .email span.txtEmailAddressLabel {
        /*min-width: 118px;*/
        min-width: 25%;
        display: inline-block;
    }

    .email input[type="password"] {
        border-radius: 0;
        box-shadow: 0 0 3px 2px #dadada inset;
        height: 15px;
        line-height: 15px;
        margin: 0px;
        padding: 5px;
        width: 30%;
    }

.billingordersummery h2 {
    /*font-family: "sans";*/
    font-size: 18px;
    color: #ed1d24;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    line-height: normal;
    font-weight: normal;
}

.billingradioarea input[type="checkbox"] {
    width: 19px;
    height: 20px;
    padding: 0px;
    margin: 0;
    line-height: 24px;
    margin-right: 2%;
    background: url(../images/checkbg.jpg) no-repeat !important;
}

.billingradioarea ul {
    padding: 0;
    margin: 0;
}

    .billingradioarea ul li {
        padding: 0;
        /*margin: 0;*/
        color: #262626;
        font-size: 13px;
        /*font-family: "sans";*/
        list-style: none;
        /*line-height: 30px;*/
        font-weight: normal;
        text-align: left;
    }

        .billingradioarea ul li a img {
            /*width: 6%;*/
            height: 25px;
            margin-left: 1%;
            position: relative;
            top: 8px;
        }

        .billingradioarea ul li a {
            text-decoration: none;
        }
/* new */
#groceries:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#dialog {
    display: none;
}
/* new */

#password_strength {
    float: right;
    position: absolute;
    left: 3px;
    margin-top: 20px;
    font-size: 10px;
    font-weight: bold;
}

.tooltip1 {
    position: relative;
    display: block;
    /*border-bottom: 1px dotted black;*/ /*block*/
    /*add 27.8.2017 somak*/
}

    .tooltip1 span.tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 5px 0;
        position: absolute;
        z-index: 9999;
        /*bottom: 23%;
        right: -34%;*/
        font-size: 10px;
    }

        .tooltip1 span.tooltiptext::before {
            content: "";
            position: absolute;
            /*top:45%;*/
            left: -5px;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
            /*display: block;
    content: "";
    position: absolute;
    left: -5px;
    top:50%;
    margin-top:-5px;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid blue;*/
        }

    .tooltip1:hover span.tooltiptext {
        visibility: visible;
    }

#ctl00_ContentPlaceHolder1_ucSpecialOffer_lblMsg li {
    border: 1px solid #d1d1d1;
    color: #f57c20;
    font-size: 14px;
    background-color: rgba(226,226,226,1);
    line-height: 20px;
    min-height: 50px;
    padding: 2% 3%;
    width: 80% !important;
    margin-left: 6% !important;
    margin-bottom: 20px !important;
}

#BlkMenu {
    border: 1px solid #d1d1d1;
    color: #f57c20;
    font-size: 14px;
    background-color: rgba(226,226,226,1);
    line-height: 20px;
    min-height: 50px;
    padding-top: 20px;
    text-align: center;
    /* margin-left: -10px; */
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*------Somak add section----------*/

.head_top { /*add 9.8.2016*/
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    /*background:#9F0;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+66,cdcdcd+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(234,234,234,0.66) 66%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(234,234,234,0.66) 66%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(234,234,234,0.66) 66%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cdcdcd',GradientType=1 ); /* IE6-9 */
}

.head_bottom {
    float: left;
    width: 100%;
    padding: 6px 0 0 0;
    margin: 0;
    /*background:#FC0;*/
    background: url(../images/header-bott-bg.png) no-repeat;
    background-position: top right;
}

.clr_sec {
    clear: both;
    height: 0px;
}

.bbClearborder {
    width: 95%;
    clear: both;
    height: 1px;
    margin-bottom: 5px;
    border-bottom: #cccccc solid 1px;
}

.bbClearborder3 {
    width: 40%;
    clear: both;
    height: 1px;
    margin-bottom: 10px;
    border-bottom: #cccccc solid 1px;
}


.clr_sec_six {
    clear: both;
    height: 3px;
}

.clr_sec_three {
    clear: both;
    height: 3px;
}

.clr_sec_five {
    clear: both;
    height: 8px;
}

.clr_sec_ten {
    clear: both;
    height: 10px;
}

.clr_sec_twenty {
    clear: both;
    height: 20px;
}

li.box {
    margin-bottom: 0px;
}


/*11.8.2016 css part*/
.logo_part {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
}

.sc_right_part {
    float: right;
    width: 80%;
    /*padding:0 10px 0 0;*/
    padding: 0;
    margin: 0;
}

/*experiment sec*/ /*11.8.2016*/
.big_icon {
    display: block;
}

.small_icon {
    display: none;
}

/*left select part*/
.left select {
    background: #c9c9c9 none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    float: right;
    height: 32px;
    line-height: 16px;
    margin-top: 0;
    outline: medium none;
    padding: 0;
    width: auto;
}

.left select {
    background: #c9c9c9 none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    float: right;
    height: 32px;
    line-height: 16px;
    margin-top: 0;
    outline: medium none;
    padding: 0;
    width: auto;
}

.left label {
    display: inline-block;
    position: relative;
}

input.keywordssearch[type="text"] {
    border: medium none;
    border-radius: 15px 0 0 15px;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-top: 3px;
    outline: medium none;
    padding: 0 10px;
    /* width: 200px !important;*/
    /* width:auto!important;*/
    width: 67% !important;
    margin-left: 4%;
}

input.go[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #f78d1f;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 30px;
    outline: medium none;
    /*width: 33px;*/
    /*width: 10%;*/ /*add 14.8.2016 somak*/
    color: #ffffff;
}

input[type=submit].go {
    -webkit-border-radius: 0px;
}
/*left select part end*/

/*countrysearch sec*/
.countrysearch {
    /*width: 240px;*/
    /*height: 22px;*/
    /*width: 250px;*/
    width: 180px; /*14.6.2017*/
    float: left;
    margin-right: 12px;
    margin-top: 3px; /*15px*/
    /*border:#090 solid 1px;*/
}

    .countrysearch label {
        display: block;
        position: relative;
        height: 22px;
        /*font-family: "sans";*/
    }

    .countrysearch select {
        background: #c9c9c9;
        border: none;
        border-radius: 0px;
        -webkit-appearance: none;
        color: #666666;
        display: block;
        font-size: 12px;
        margin: 0;
        line-height: 18px;
        height: 30px; /*anup 22px*/
        padding: 2px 0 2px 2px;
        outline: none;
        /**width: 240px;**/
    }

    .countrysearch label:after {
        background: #FFF;
        border-radius: 0;
        bottom: 0;
        color: #FFFFFF;
        content: url(../images/countrydrop-arrow.jpg);
        /*line-height: 30px;
        height: 21px;*/
        padding: 0 0px;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-shadow: 0 1px 1px #000000;
        top: 0px;
        z-index: 1000;
    }

    .countrysearch select option {
        background: #FFF;
        font-size: 12px;
        float: left;
        outline: none;
    }
/*countrysearch sec end*/


/*storesearch*/
.storesearch {
    /*width:240px;*/
    /*width: 250px;*/
    width: 180px;
    float: left;
    margin-top: 3px; /*15px*/
    margin-right: 7px;
    /*border:#090 solid 1px;*/
}

    .storesearch label {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .storesearch select {
        -webkit-appearance: none;
        background: #c9c9c9;
        border: none;
        border-radius: 0px;
        color: #666666;
        display: inline-block;
        font-size: 12px;
        margin: 0;
        height: 30px;
        /*height: 22px;
         line-height: 18px;*/
        padding: 2px 0 2px 2px;
        outline: none;
        /** width: 240px;**/
    }

    .storesearch label:after {
        background: #FFF;
        border-radius: 0;
        bottom: 0;
        color: #FFFFFF;
        content: url(../images/storedrop-arrow.jpg);
        line-height: 30px;
        height: 21px;
        padding: 0 0px;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-shadow: 0 1px 1px #000000;
        top: 0px;
        z-index: 1000;
    }

    .storesearch select option {
        background: #FFF;
        font-size: 12px;
        float: left;
        outline: none;
        border: none;
    }
/*storesearch end*/

/*experiment sec*/
.part_one {
    float: Left;
}

.part_two {
    float: Left;
}

.part_three {
    float: Left;
}

.part_four {
    float: right;
}

.part_four_2nd {
    float: right;
}

.giftcardformarea_left {
    width: 30%;
    float: left;
}

.giftcardformarea_right {
    width: 68%;
    float: right;
}

.leftshoppart {
    float: left;
    width: 14.5%;
    /*width:20%;*/ /*add 3.10.2016 somak*/
    margin-left: 0.5%;
}

.r_navlink {
    float: left;
}
/*registration from  sec*/

/*form sec css*/
.registrationFormDetails {
    max-width: 99%;
    margin: 0 auto;
    overflow: hidden;
}

.registrationFormLeft {
    width: 65%;
    float: left;
}

.registrationFormHeading {
    width: 100%;
    color: #4774b9;
    font-size: 25px;
    line-height: 1.1;
    padding-top: 20px;
}

.registrationFormSubHeading {
    width: 100%;
    padding-top: 10px;
    /*color:#737373;*/
    color: #ef4902;
    font-size: 20px;
}

.registrationFormSubbottHeading {
    width: 100%;
    padding-top: 10px;
    /*color:#737373;*/
    color: #555555;
    font-size: 15px;
}

.registrationFormLeftDetails {
    width: 100%;
    margin: 20px 0px 15px 0px;
    min-height: 30px;
}

.registrationFormLeftDetails_small {
    width: 100%;
    margin: 20px 0px 15px 0px;
    min-height: 30px;
}

.registrationFormName {
    /*width:19.5%;*/
    width: 25%;
    float: left;
    /*text-align:right;*/
    text-align: left;
}

.registrationFormName_small {
    /*width:23%;*/
    width: 25%;
    float: left;
    /*text-align:right;*/
    text-align: left;
}

.t_right {
    text-align: right !important;
    padding-right: 15px;
}


.registrationBoxName {
    /*width:100%;*/
    height: 25px;
    padding-top: 10px;
    /*padding-left:20px;*/
    font-size: 12px;
    color: #3b6bb4;
    font-weight: normal;
    text-align: left;
}

    .registrationBoxName span {
        color: #f78d1e;
        font-size: 12px;
    }

.registrationFormTextBox {
    /*width:77%;*/
    width: 74%;
    float: left;
    margin-left: 1%;
}

.registrationFormTextBox_small {
    /*width:26%;*/
    float: left;
    /*margin-left:1%;*/
    width: 24%;
    margin-left: 1%;
}

    .registrationFormTextBox_small span span {
        color: #ed1c24;
        /*position: absolute;*/
        min-width: 200px;
        background-color: #fbfbfb;
    }

.registrationFormTextBox span span {
    color: #ed1c24;
    /*position: absolute;*/
    min-width: 200px;
    background-color: #fbfbfb;
}

.scerchBox1 select {
    border: medium none;
    border-radius: 0;
    color: #666666;
    border: 1px solid #bdbdbd;
    height: 32px;
    /* margin-left:5%;*/
    padding-left: 1px;
    /*width:96.2%;*/
    width: 98%;
}
/*.scerchBox1 span{
	position:relative;
	left:37px;
}*/

.searchRounded {
    width: 95%;
    height: 30px;
    border: 1px solid #D5CECE;
    padding-left: 4px;
    margin-left: 5%;
}

.registrationFormRight {
    width: 24.7%;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #f3f3f3;
    float: left;
    margin-top: 25px;
    margin-left: 5%;
    padding: 1% 2.5%;
    color: #575757;
}

.registrationFormRightIconDiv {
    width: 100%;
    text-align: center;
}

.registrationFormRightIconBoxImg {
    max-width: 185px;
    width: 100%;
    margin: 0px auto;
}

.registrationFormRightFirstText {
    width: 100%;
    text-align: justify;
    padding-top: 20px;
    font-size: 14px;
}

    .registrationFormRightFirstText a {
        color: #ef4902;
        text-decoration: none;
    }

        .registrationFormRightFirstText a:hover {
        }

.registrationFormRightSecondText {
    width: 100%;
    font-size: 14px;
    padding-top: 20px;
}

    .registrationFormRightSecondText ul {
        list-style: none;
        padding-left: 0px;
    }

        .registrationFormRightSecondText ul li {
            font-weight: bold;
        }

            .registrationFormRightSecondText ul li a {
                color: #ef4902;
                text-decoration: none;
            }

.r-button {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.07, #f7af1e), color-stop(1, #f14e21));
    background: -moz-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: -webkit-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: -o-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: -ms-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: linear-gradient(to bottom, #f7af1e 7%, #f14e21 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7af1e', endColorstr='#f14e21',GradientType=0);
    background-color: #f7af1e;
    border-radius: none;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px !important;
    height: 35px;
    margin-bottom: 4px;
    margin-right: 10px;
    min-width: 140px;
    padding: 0 2px;
    position: relative;
    top: -2px;
    border: none;
    cursor: pointer;
    left: 1%;
    text-shadow: 0px 1px 0px #c76803;
    text-transform: capitalize;
}

    .r-button:hover {
        /*background:#ff7400;*/
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f14e21), color-stop(1, #f7af1e));
        background: -moz-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: -webkit-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: -o-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: -ms-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: linear-gradient(to bottom, #f14e21 5%, #f7af1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14e21', endColorstr='#f7af1e',GradientType=0);
        background-color: #f14e21;
        color: #ffffff;
    }

.sb-button {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.07, #f7af1e), color-stop(1, #f14e21));
    background: -moz-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: -webkit-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: -o-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: -ms-linear-gradient(top, #f7af1e 7%, #f14e21 80%);
    background: linear-gradient(to bottom, #f7af1e 7%, #f14e21 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7af1e', endColorstr='#f14e21',GradientType=0);
    background-color: #f7af1e;
    border-radius: none;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px !important;
    height: 35px;
    margin-bottom: 4px;
    margin-right: 10px;
    min-width: 140px;
    padding: 0 2px;
    position: relative;
    top: -2px;
    border: none;
    cursor: pointer;
    left: 1%;
    text-shadow: 0px 1px 0px #c76803;
    text-transform: capitalize;
}

    .sb-button:hover {
        /*background:#ff7400;*/
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f14e21), color-stop(1, #f7af1e));
        background: -moz-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: -webkit-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: -o-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: -ms-linear-gradient(top, #f14e21 5%, #f7af1e 100%);
        background: linear-gradient(to bottom, #f14e21 5%, #f7af1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14e21', endColorstr='#f7af1e',GradientType=0);
        background-color: #f14e21;
        color: #ffffff;
    }

.m_left {
    /*margin-left:5%!important;*/
}

span.m_left {
    padding-right: 8px;
}

.cancel_butt {
    -moz-box-shadow: 2px 1px 2px -1px #8a2a21;
    -webkit-box-shadow: 2px 1px 2px -1px #8a2a21;
    box-shadow: 2px 1px 2px -1px #8a2a21;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
    background: -moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
    background-color: #c62d1f;
    border-radius: none;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    height: 35px;
    margin-bottom: 4px;
    margin-right: 10px;
    min-width: 140px;
    padding: 0 2px;
    position: relative;
    top: -2px;
    border: none;
    cursor: pointer;
    left: 2%;
    text-shadow: 0px 1px 0px #c76803;
    font-size: 14px !important;
}

    .cancel_butt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
        background: -moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
        background-color: #f24437;
        color: #ffffff;
    }


.back_butt {
    -moz-box-shadow: 2px 1px 2px -1px #8a2a21;
    -webkit-box-shadow: 2px 1px 2px -1px #8a2a21;
    box-shadow: 2px 1px 2px -1px #8a2a21;
    background-color: #277487;
    border-radius: none;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    height: 35px;
    margin-bottom: 4px;
    margin-right: 10px;
    min-width: 140px;
    padding: 0 2px;
    position: relative;
    top: -2px;
    border: none;
    cursor: pointer;
    left: 2%;
    text-shadow: 0px 1px 0px #c76803;
    font-size: 14px !important;
}

    .back_butt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
        background: -moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: -ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
        background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
        background-color: #f24437;
        color: #ffffff;
    }


input.textareaRounded {
    /*width:94.5%;*/
    height: 25px;
    border: 1px solid #bdbdbd;
    padding-left: 1px;
    /*margin-left:5%;*/
    /*margin-left:2%;*/
    border-radius: 0px;
    width: 96.7%;
}

    input.textareaRounded:focus {
        border: #447bce solid 1px;
        box-shadow: 0 1px 1px rgba(240, 100, 20, 0.075) inset;
    }

input.textareaRounded3 {
    /*width:91%;*/
    /* width:94.5%;*/
    height: 25px;
    border: 1px solid #bdbdbd;
    padding-left: 1px;
    /*margin-left:2%;*/
    border-radius: 0px;
    width: 90%;
}

    input.textareaRounded3:focus {
        border: #447bce 1px solid;
        box-shadow: 0 1px 1px rgba(240, 100, 20, 0.075) inset;
    }

.areasec {
    width: 100%;
    padding: 6px;
    margin-top: 9px;
    background: url(../images/registration-wallpaper.png);
    background-repeat: no-repeat;
}

.clr {
    clear: both;
    height: 0px;
}

.clr_colorsec {
    background: #5fc6ca;
    height: 3px;
    width: 70%;
    margin: 15px auto 0;
}

.clr_optional {
    clear: both;
    height: 0;
    display: none;
}

/*add 27.8.2016*/
.productdetailApparelrightarea h3 span {
    width: 100%;
    /*    clear: both;
    display: inline;
    float: left;*/
}

    .productdetailApparelrightarea h3 span > span > div {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 3px;
    }


.specialproduct ul li > span.onepart div {
    font-size: 12px;
    float: left;
    width: 50%;
    text-align: center;
    margin: 3px 0;
}

.specialproduct ul li > span.twopart div {
    font-size: 12px;
    float: left;
    width: 98%;
    text-align: center;
    margin: 3px 0;
}

.myaccountcontarea_3 {
    width: 80.5%;
    float: right;
    margin-right: .5%;
}

.myaccountcontarea_5 {
    width: 68%;
    margin: 0 auto;
}

.myaccountcontarea_6 {
    width: 99%;
    margin-left: .5%;
}


/*-------------add somak 6.9.2016-------------*/
.product_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    background: #3F6;
}

    .product_section ul {
        padding: 0;
        margin: 0;
    }

/*------------add somak 8.9.2016----------------*/
.product_sec_h {
    width: 90%;
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}

.tot_boxarea {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    width: 99.8%;
}

.ano_color {
    background: rgba(247,186,102,1) !important;
    background: -moz-linear-gradient(-45deg, rgba(247,186,102,1) 0%, rgba(237,96,71,1) 100%) !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(247,186,102,1)), color-stop(100%, rgba(237,96,71,1))) !important;
    background: -webkit-linear-gradient(-45deg, rgba(247,186,102,1) 0%, rgba(237,96,71,1) 100%) !important;
    background: -o-linear-gradient(-45deg, rgba(247,186,102,1) 0%, rgba(237,96,71,1) 100%) !important;
    background: -ms-linear-gradient(-45deg, rgba(247,186,102,1) 0%, rgba(237,96,71,1) 100%) !important;
    background: linear-gradient(135deg, rgba(247,186,102,1) 0%, rgba(237,96,71,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ba66', endColorstr='#ed6047', GradientType=1 ) !important;
}


.p_stepblock {
    width: 29%;
    height: auto;
    background: rgba(166,166,166,1);
    background: -moz-linear-gradient(left, rgba(166,166,166,1) 0%, rgba(209,209,209,1) 50%, rgba(163,163,163,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,166,166,1)), color-stop(50%, rgba(209,209,209,1)), color-stop(100%, rgba(163,163,163,1)));
    background: -webkit-linear-gradient(left, rgba(166,166,166,1) 0%, rgba(209,209,209,1) 50%, rgba(163,163,163,1) 100%);
    background: -o-linear-gradient(left, rgba(166,166,166,1) 0%, rgba(209,209,209,1) 50%, rgba(163,163,163,1) 100%);
    background: -ms-linear-gradient(left, rgba(166,166,166,1) 0%, rgba(209,209,209,1) 50%, rgba(163,163,163,1) 100%);
    background: linear-gradient(to right, rgba(166,166,166,1) 0%, rgba(209,209,209,1) 50%, rgba(163,163,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#a3a3a3', GradientType=1 );
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin: 0 5% 0 0;
    margin-bottom: 25px;
    /*display:inline-block;*/
    float: left;
    text-align: center;
    padding: .5%;
}

    .p_stepblock:hover {
        cursor: pointer;
        -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        .p_stepblock:hover img {
            /*-webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);*/
            opacity: 0.7;
            cursor: pointer;
        }

    .p_stepblock img {
        margin: 0 auto;
        width: 100%;
        display: block;
        opacity: 1;
    }

.p_stepblockText1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 35px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: -35px;
    position: relative;
    top: -45px;
    text-transform: capitalize;
    text-transform: uppercase;
}

    .p_stepblockText1 a {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.only_bcolor {
    background-color: rgba(142, 52, 12, 0.8) !important;
}

.p_stepblockText2 {
    min-height: 40px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    font-size: 16px;
    color: #000;
}

    .p_stepblockText2 a {
        color: #000;
    }
/*pSecBlockPicNew*/
.p_stepblockPIC {
    width: 30%;
    height: auto;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin: 0 5% 0 0;
    margin-bottom: 25px;
    /*display:inline-block;*/
    float: left;
    text-align: center;
}

    .p_stepblockPIC:hover {
        cursor: pointer;
        -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        .p_stepblockPIC:hover img {
            /*-webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);*/
            opacity: 0.7;
            cursor: pointer;
        }

    .p_stepblockPIC img {
        margin: 0 auto;
        width: 100%;
        display: block;
        opacity: 1;
    }
/*pSecBlockPicNew End*/

.stripebg {
    /*background: url(../images/stripe-bg.jpg);*/
}

.only_colwh {
    color: #fff;
}

.shopsubnav {
    /*margin-top:2.3%;*/
    margin-top: 50px;
}

ul.flex-direction-nav li { /*add css 12.9.2016 somak*/
    line-height: 35px;
}

/*add siteseal somak 15.9.2016*/
.siteseal_area {
    width: 98% !important;
    padding-top: 7px;
}

    .siteseal_area img {
        max-width: 45%;
        /*margin:0 30%;*/
        min-height: 45px;
        float: left;
        /*margin-right:10%;*/
    }

.trustwave {
    width: 40%;
    float: right;
}

    .trustwave img {
        max-width: 75% !important;
        float: right;
    }

/*-----------bootstrap edit------------*/
.dropdown-menu > li > a {
    width: auto;
}

/*tooltips sec*/
a.tooltip_1 {
    outline: none;
    text-decoration: none;
    /*border-bottom: dotted 1px blue;*/
    position: relative;
    z-index: 1000;
}


    a.tooltip_1 strong {
        line-height: 30px;
    }

    a.tooltip_1 > span {
        width: 62px;
        padding: 3px 4px;
        margin-top: 0;
        margin-left: -20px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        position: absolute;
        /*font-family: Arial;*/
        font-size: 11px;
        font-style: normal;
        text-align: center;
        border-radius: 3px;
        box-shadow: 2px 2px 2px #999;
        -webkit-transition-property: opacity, margin-top, visibility, margin-left;
        -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
        -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        transition-property: opacity, margin-top, visibility, margin-left;
        transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
        transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        /*color: #000000; 
	background: #FBF5E6;
	background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
	background: linear-gradient(top, #FBF5E6, #FFFFFF);	    
	border: 1px solid #CFB57C;*/
        color: #000000;
        background: #e5e5e5;
        border: #c6c6c6 solid 1px;
    }

    /*a.tooltip > span:hover,*/
    a.tooltip_1:hover > span {
        opacity: 1;
        text-decoration: none;
        visibility: visible;
        overflow: visible;
        margin-top: 5px;
        display: inline;
        margin-left: -40px;
    }
/*sign in area sec tootips*/
.signinyouraccount a.tooltip_1 > span {
    width: 60px;
    padding: 5px 5px;
    margin-top: 0;
    margin-left: -20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    /*font-family: Arial;*/
    font-size: 12px;
    font-style: normal;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    text-transform: capitalize;
    /*color: #000000; 
	background: #FBF5E6;
	background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
	background: linear-gradient(top, #FBF5E6, #FFFFFF);	    
	border: 1px solid #CFB57C;*/
    color: #000000;
    background: #e5e5e5;
    border: #c6c6c6 solid 1px;
}


/*a.tooltip > span:hover,*/
.signinyouraccount a.tooltip_1:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 30px;
    display: inline;
    margin-left: -60px;
    display: none;
}

/*Contact us area sec tootips*/
span a.tooltip_1 > span {
    width: 60px;
    padding: 5px 2px;
    margin-top: 0;
    margin-left: -3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    /*font-family: Arial;*/
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    text-transform: capitalize;
    /*
	color: #000000;
	background: #FBF5E6;
	background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
	background: linear-gradient(top, #FBF5E6, #FFFFFF);	    
	border: 1px solid #CFB57C;*/
    color: #000000;
    background: #e5e5e5;
    border: #c6c6c6 solid 1px;
}

/*a.tooltip > span:hover,*/
span a.tooltip_1:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 30px;
    display: inline;
    margin-left: -60px;
    display: none;
}

a.tooltip_1 span b {
    width: 15px;
    height: 15px;
    margin-left: 40px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/;
    *display: none;
}

/*tooltips sec end*/

.Seller .left {
    /*width:20%;*/
    /*width:20%;*/
    /*width:125px;*/
    width: 99%;
    margin-right: 2px;
}
/*-----------------bootstrap edit end ---------------------*/

a.cartupdate_butt { /*add somak*/
    background: #f78d1f;
    padding: 5px 6px 6px 6px;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    color: #000000;
}

    a.cartupdate_butt:hover {
        text-decoration: none !important;
        color: #363636;
    }

a.bld { /*add somak*/
    /*background:#ec331c;*/
    padding: 2px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*color:#ffffff;*/
    color: #4b7487;
    margin-top: 12px !important;
}

    a.bld:hover {
        text-decoration: none;
        color: #363636;
    }

table.tabBoxcont {
    font-size: 12px;
    max-width: 100%;
}

table.tabBoxcontline tr td {
    font-size: 12px;
    max-width: 100%;
    border: #cccccc solid 1px;
    color: #535353;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr.boxline {
    font-size: 12px;
    max-width: 100%;
    border-bottom: #cccccc solid 1px !important;
    color: #535353;
    padding-top: 5px;
    padding-bottom: 5px;
}

.txtALG_Right {
    text-align: right !important;
}


.tabBoxcont_new {
    font-size: 14px;
    color: #535353;
}


td.adj1 {
    width: 75%;
}

td.adj2 {
    width: 25%;
}

.shop_giftLeft {
    float: left;
}

.shop_giftright {
    float: right;
}

.shopgiftFrom {
    /*width: 68%;*/
    width: 60%;
    padding: 30px 5px;
    /*margin: 0 0 20px 0!important;*/
    margin: 0 0 20px 8% !important;
    border: #cacaca solid 1px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.40);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.40);
}



/*somak add*/
.acc3 {
    margin-top: 20px;
}

.f_none {
    float: none !important;
}

/* new 01/10/2016 */
.HomeTitle {
    font-size: 16px;
    color: #383838;
    margin: 20px 0px;
    font-size: 21px;
    /*border-bottom: #9d9d9d solid 1px;*/
    border-bottom: #cccbcb solid 1px;
}

.homefeaturedproBox1 {
    width: 15.8%;
    height: auto;
    background: rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-right: 1%;
    margin-bottom: 25px;
    /*display:inline-block;*/
    float: left;
    text-align: center;
    /* padding:.5%; */
}

.homefeaturedproBox2 {
    width: 15.8%;
    height: auto;
    background: rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.55);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-right: 0%;
    margin-bottom: 25px;
    /*display:inline-block;*/
    float: left;
    text-align: center;
    /* padding:.5%; */
}

.prodHomeWrapper {
    margin: 0% 5%;
    width: 90%;
    float: left;
}

    .prodHomeWrapper .pAreapart {
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
    }

.homefeaturedproBox1:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    .homefeaturedproBox1:hover img {
        /*-webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);*/
        opacity: 0.7;
        cursor: pointer;
    }

.homefeaturedproBox1 img {
    margin: 0 auto;
    width: 100%;
    display: block;
    opacity: 1;
}

.homefeaturedproBox1 .imageResize {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .homefeaturedproBox1 .imageResize img {
        margin: 0 auto;
        width: 100%;
        display: block;
        opacity: 1;
    }

.homefeaturedproBox2:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.35);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    .homefeaturedproBox2:hover img {
        /*-webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);*/
        opacity: 0.7;
        cursor: pointer;
    }

.homefeaturedproBox2 img {
    margin: 0 auto;
    width: 100%;
    display: block;
    opacity: 1;
}

.homefeaturedproBox2 .imageResize {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .homefeaturedproBox2 .imageResize img {
        margin: 0 auto;
        width: 100%;
        display: block;
        opacity: 1;
    }

.homefeaturedproBox1Text1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    height: 40px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: -35px;
    position: relative;
    top: -45px;
    text-transform: capitalize;
    text-transform: uppercase;
}

    .homefeaturedproBox1Text1 a {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.only_bcolor {
    background-color: rgba(142, 52, 12, 0.8) !important;
}

.homefeaturedproBox1Text2 {
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    height: 38px;
    line-height: 13px;
    overflow: hidden;
}

.homefeaturedproBox1Text4 {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    height: 25px;
    line-height: 13px;
    overflow: hidden;
}

.homefeaturedproBox1Text3 {
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    font-size: 12px;
    color: #303030;
    text-align: left;
    height: 24px;
    line-height: 14px;
    overflow: hidden;
    /*display:none;*/
    /*background:#efefef;*/
    background: #c9c9c9;
}

    .homefeaturedproBox1Text3 .prodOrgPriceUserControl {
        float: left;
        width: auto;
        margin-right: 5px;
    }

        .homefeaturedproBox1Text3 .prodOrgPriceUserControl img {
            width: auto;
            float: left;
            margin-top: -1px;
        }

.prodOrgPriceUserControl {
    /*float:left;*/
    /*text-align:left;*/
    text-align: center;
    width: 100%;
    padding-top: 3px;
    color: #333333;
}

    .prodOrgPriceUserControl img {
        /*float:left;*/
        margin-right: 5px;
        border: none !important;
    }

.sliderWrapper {
    height: 10px;
    padding: 0.6%;
    width: 99.28%;
    background: red;
}

/*class add new*/

/*prodOrgPrice-wcart*/

.productBigdesc .prodOrgPrice-wcart {
    width: 100%;
    float: left;
}

    .productBigdesc .prodOrgPrice-wcart > div {
        float: left;
        width: auto;
        margin-left: 5px;
    }

.productBigdesc .prodOrgPrice-cart {
    float: left;
    width: 100%;
}

    .productBigdesc .prodOrgPrice-cart .prodPriceArea {
        float: left;
        width: 45%;
        text-align: left;
        margin-left: 5px;
    }

    .productBigdesc .prodOrgPrice-cart .prodCartArea {
        float: right;
        width: 50%;
        text-align: right;
    }

        .productBigdesc .prodOrgPrice-cart .prodCartArea a img {
            margin-right: 10px;
        }

.shoByDptsec {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
}

.hBoxsec {
    background: #ececec;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #3b6bb4 !important;
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    width: 100%;
    float: left;
    border-bottom: #d0d0d0 solid 1px;
}

ul.plisTing {
    width: 100%;
    float: left;
    padding: 0 0 0 7px;
    margin: 0;
    list-style-type: none;
}

    ul.plisTing li {
        height: auto;
        box-shadow: none;
        width: 23%; /*add 12.9.2016 somak*/
        margin-right: 1.5%; /*margin-right:1.07%;*/
        padding: 0%;
        margin-bottom: 7px;
        float: left;
        font-size: 11px;
        /*color:#3b6bb4;*/
        /*font-weight:bold;*/
    }

    ul.plisTing li {
        flex-flow: column wrap;
    }

        ul.plisTing li a {
            color: #2e2e2e;
            line-height: 12px;
            /*text-transform: uppercase;*/
            /*border-bottom:#d0d0d0 solid 1px;*/
            letter-spacing: .3px;
        }

            ul.plisTing li a:hover {
                color: #f78d1e;
                text-decoration: none;
                border-bottom: none;
            }

.links {
    color: #363636;
    font-size: 12px;
    font-weight: bold;
}

#divPagination {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

    #divPagination span {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 24px;
    }

.goGreen {
    color: #2d6706;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
}
/**/
select.shippOrderSumm {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    appearance: none;
    background: #3d6e7a url(../images/grayarrow_down.png) no-repeat 96% center;
    width: 305px; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    color: #FFF;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    height: 30px;
    line-height: 18px;
    box-shadow: inset 0 0 4px rgba(000,000,000, 0.5);
    /*float:left;*/
    margin: 2px 5px 3px 0;
    /*font-size: 10px;*/
}

    select.shippOrderSumm option {
        background: #d0e3e7;
        color: #000000;
    }

        select.shippOrderSumm option:hover {
            background-color: #f89333 !important;
        }

.accordionHeader3 {
    float: left;
    width: 50%;
    margin-left: 50px;
}

.applyCup {
    padding: 5px 5px 5px 5px;
    background: #ff8200;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

    .applyCup:hover {
        background: #cc6902;
    }

.removeCup {
    padding: 5px 5px 5px 5px;
    background: #ed2324;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

    .removeCup:hover {
        background: #9b0001;
    }

input.subGo {
    width: 80px;
    /*float:left;*/
    height: 30px;
    line-height: 22px;
    padding-top: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6961e+0,f25b21+100 */
    background: #f6961e; /* Old browsers */
    background: -moz-linear-gradient(top, #f6961e 0%, #f25b21 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6961e), color-stop(100%,#f25b21)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #f6961e 0%,#f25b21 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #f6961e 0%,#f25b21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6961e', endColorstr='#f25b21',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    margin: 2px 2px 3px 0;
}

    input.subGo:hover {
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

/*----Apparel and Shoe section----*/

select.appAndshdrop {
    width: 86%;
    height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 0 !important;
    background: rgba(255,255,255,0.8) url(../images/drop-arrow.png) no-repeat 97% center;
    /*text-indent: 0.01px;
	text-overflow: "";
	color: #FFF;*/
    border-radius: 5px;
    padding: 3px;
    border: #b1b1b1 solid 1px !important;
    outline: none;
    font-size: 12px;
    line-height: 15px;
}

input.goButt6 {
    background: #f78d1f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    height: 33px;
    outline: medium none;
    width: 12%;
    margin-left: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.goButt3 {
    background: #f78d1f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    height: 29px;
    outline: medium none;
    width: 12%;
    margin-left: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.colMod {
    color: #4e4e4e;
}

.cardMCCPop {
    max-width: 420px;
    color: #333333;
}

    .cardMCCPop tr td {
        line-height: 15px !important;
    }

.cCardleft {
    width: 39%;
    line-height: 14px;
    padding-top: 5px;
    padding-right: 1%;
}

.cCardright {
    width: 60%;
}

.tAlignADJ {
    text-align: right;
}

.TscAdj {
    float: left;
    width: 100%;
}

.viewAll_seller_cont {
    font-weight: bold;
    width: 100%;
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 3px;
    margin: 6px auto !important;
    clear: both;
    /*background:#e3e7ed;*/
    border-bottom: #c6d0de solid 1px;
    height: 32px;
}

.vAllSellbox {
    cursor: pointer;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #f57c20; /* Old browsers */
    background: -moz-linear-gradient(top, #f57c20 0%, #ed2224 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57c20), color-stop(100%,#ed2224)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f57c20 0%,#ed2224 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f57c20 0%,#ed2224 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#ed2224',GradientType=0 ); /* IE6-9 */
}

/*----Event Logo----*/
.logo_part_mod {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
}

    .logo_part_mod a {
        float: left;
        width: 98% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .logo_part_mod a img {
            position: absolute;
            /*max-height: 60px;*/
            max-height: 60px;
            top: 10px;
            left: 8px;
            padding: 0;
        }

        .logo_part_mod a.iconiclogo { /*small logo for small devices*/
            float: left;
            width: 98% !important;
            padding: 0 !important;
            margin: 0 !important;
            display: none;
        }

            .logo_part_mod a.iconiclogo img { /*small logo for small devices*/
                position: absolute;
                max-height: 20px;
                top: 10px;
                left: 50px;
                padding: 0;
            }


/*------Event Logo--------*/

.relPWraper {
    max-width: 100%;
    min-width: 90%;
    text-align: center;
    font-size: 14px;
}

.relPimg a img {
    padding: 3px;
    max-width: 70px;
    /*  max-height: 60px;*/
    -webkit-box-shadow: 2px 2px 3px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px 3px #ccc;
    box-shadow: 2px 2px 3px 3px #ccc;
    margin-bottom: 12px;
}
/*}*/

.relPname {
    font-size: 12px;
    line-height: 14px;
    color: #FF6600;
    margin-top: 8px;
    margin-bottom: 5px;
    height: 38px;
    overflow: hidden;
}

    .relPname a {
        text-decoration: none;
        color: #FF6600;
    }

        .relPname a:hover {
            color: #aa4400;
        }

.relPprice {
    font-size: 14px;
    color: #277487;
    margin-top: 5px;
}

/*apparel section modal */
.apparelModal {
}

    .apparelModal #popWrapper td {
        line-height: 0px;
        min-height: 21px;
    }

    .apparelModal table tr td.picsec {
        padding-right: 6px;
    }

        .apparelModal table tr td.picsec img {
            padding: 3px;
            border: #cccccc solid 1px;
            margin-right: 3px;
        }

    .apparelModal .products .price {
        display: inline-block;
    }

        .apparelModal .products .price div {
            float: right;
            text-align: left;
            padding-top: 2px;
            padding-right: 15%;
        }

            .apparelModal .products .price div img {
                margin-top: -2px;
                max-width: 100% !important;
            }

#popWrapper .apparelModal table .products table img {
    width: 100% !important;
    height: auto !important;
}

#popWrapper .apparelModal table img {
    max-width: 100% !important;
}

#popWrapper .apparelModal table select {
    width: 100% !important;
}

/*apperal section modal end*/

/*order summary Section table*/
.orSummaryTabSec {
    margin-top: 10px;
}

    .orSummaryTabSec a img {
        margin-left: 5px;
        padding: 3px;
        border: #cccccc solid 1px;
        max-width: 40px;
    }

    .orSummaryTabSec a.txtSec {
        color: #848484;
        text-decoration: none;
    }

        .orSummaryTabSec a.txtSec:hover {
            color: #848484;
            text-decoration: underline;
        }

    .orSummaryTabSec a {
        outline: none;
        text-decoration: none;
        color: #277487;
    }

        .orSummaryTabSec a:hover {
            color: #277487;
            text-decoration: underline !important;
        }

    .orSummaryTabSec .ActionBtn {
        text-align: left;
    }


@media(max-width:1200px) {
    #gallery_01 {
        width: 100%;
        position: relative;
        /* left: 0;*/
        /* top: 0;*/

        margin-top: 20px;
    }

    .bigimageareaApparel {
        /*   padding-left: 5%;*/
        padding-bottom: 0px;
        /* padding-right: 5%;*/
    }

    .homefeaturedproBox1Text2 {
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-size: 11px;
        color: #ffffff;
        text-align: left;
    }

    .homefeaturedproBox1Text4 {
        padding-bottom: 3px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 4px;
        font-size: 11px;
        color: #ffffff;
        text-align: left;
    }

    .homefeaturedproBox1Text3 {
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 4px;
        font-size: 11px;
        color: #f6bc7f;
        text-align: left;
    }

    #ulHeaderIcon li.box:hover {
        box-shadow: 0 2px 5px #979797;
    }

    .customerregformarea6 {
        float: left;
        width: 99%;
        padding: 6px;
        margin: 0;
    }

    .header_contearea {
        float: left;
        /*margin-top:3%!important;*/
        width: 100%;
    }
}
/* new 01/10/2016 */



@media screen and (max-width:900px) {
    .big_icon {
        display: none;
    }

    .small_icon {
        display: block;
    }

    #ulHeaderIcon li.box img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        #ulHeaderIcon li.box img:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }
}
/*---Only Jquary Scroll Header Fix-----*/
@media only screen and (min-width:1771px) and (max-width:1920px) {
    minlogo {
        margin-right: 35% !important;
    }
}

@media only screen and (min-width:1400px) and (max-width:1770px) {
    minlogo {
        /*margin-right:25%!important;*/
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    /*.category_productholder ul li.noMargin{
		margin-right:2%!important;
	}*/
}

@media only screen and (min-width:1212px) and (max-width:1399px) {
    minlogo {
        margin-right: 5% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1350px) {
    .productlistproductarea ul li .productdesc h3 div div.prodCartArea img {
        vertical-align: bottom;
        margin-right: 3px;
        width: 14px;
    }

    .productlistproductarea ul li .productdesc h3 div div.prodPriceArea {
        width: 64%;
    }

    .productlistproductarea ul li .productdesc h3 div div.prodCartArea {
        width: 28%;
    }
}

@media only screen and (min-width:1025px) and (max-width:1300px) {
    .categoryproduct_details .ClassNameHB {
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (min-width:300px) and (max-width:1211px) {
    minlogo {
        margin-right: 0% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .category_holder {
        /*width: 68.5%;*/
        width: 72%;
    }
}



/*---Only Jquary Scroll Header Fix end---*/


/*Header Media Quaries Somak 10.8.2016*/

@media screen and (max-width:1800px) {
    .avrgcustrevarea .ratingarea ul li {
        width: 60%;
    }

    .Priceheading {
        padding-right: 112px;
    }
}

@media screen and (max-width:1620px) {
    .detail_Checkout {
        width: 98%;
        padding: 0px 1%;
    }

    .logo_part_mod a img {
        /*max-height:28px;
        top:14px;
        left: 5px;*/
        max-height: 55px;
        top: 25px;
        left: 5px;
    }
}

@media screen and (max-width:1600px) {
    .topbrandsbox ul li {
        font-size: 12px;
        float: left;
        /*width: 43%;*/
        width: 30%;
        padding: 0 10px;
    }

    .topcategorybox ul li {
        font-size: 12px;
    }

    .link_box ul li {
        background: url(../images/small-arrow.png) no-repeat; /*edit 16.9.2016 somak*/
        background-position: 1px 5px; /*edit 16.9.2016 somak*/
        font-size: 12px; /*edit 16.9.2016 somak*/
    }
    /*.Seller .left{
	width:30%;
}*/


    .addressbox {
        height: 212px;
    }

    .addresscontcont ul li {
        /*width:31%;*/
        /* width:23%;*/
        width: 32%;
        /*margin-right:2.5%;*/
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .contactdetailsarea .formareabig .right {
        width: 65%;
    }

    .contactdetailsarea .formareabig .left {
        padding: 0px 1px 0px 0px;
    }

    .PaycardAmount {
        width: 20%;
    }

    .paymenticon ul li {
        padding: 0;
        /*width:18%;*/
        width: 23%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:1400px) {
    .wordsearchSec {
        width: 500px;
    }


    .addresscontcont ul li {
        width: 23%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
}


@media screen and (max-width:1460px) {
    .navigationlink ul li a {
        padding: 0px 8px;
        font-size: 13px;
    }

    .addresscontcont ul li {
        width: 23%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .logo_part_mod a img {
        /*max-height:28px;
        top:14px;
        left: 5px;*/
        max-height: 48px;
        top: 24px;
        left: 5px;
    }

    .categoryproduct_details h2 {
        font-size: 16px;
    }

    .coTitlePlain5 .cartPrice {
        margin-right: 3px;
    }
    /*breadcum search area*/
    .topbreadcrambarea .SearchBoxAutomative {
        /*width:100%;*/
        /*margin-top:5px;*/
    }

    /*breadcum search area end*/
    td.adj1 {
        width: 64% !important;
    }

    td.adj2 {
        width: 36% !important;
    }

    .keywordsearch .left label select {
        /*width:100px!important;*/
        font-size: 12px;
    }
}

@media screen and (max-width:1366px) {
    .header_contearea {
        float: right;
        margin-top: 5px;
    }

    #ctl00_dropFilterCountry_msdd {
        width: 100% !important;
    }

    /*add 3 box*/
    /*.p_stepblock{
    width:24.5%;
	margin-right:4%;
}*/
    .p_stepblockText1 {
        font-size: 16px;
    }

    .avrgcustrevarea .ratingarea ul li {
        width: 65%;
    }

    /*.Seller .left{
	width:40%;
}*/
    .giftcardformarea fieldset select {
        width: 65.5%;
    }

    logo img {
        position: absolute;
        max-width: 120px; /*add 10.8.2016 add the code*/
    }

    .category_productholderSectionList ul li {
        width: 12%;
    }

    .category_productholderSectionList_Shophome ul li {
        margin-bottom: 25px;
        margin-right: 1%;
        margin-left: 1%;
        width: 23%;
    }

        .category_productholderSectionList_Shophome ul li.llm {
            margin-right: 1%;
        }

    .customerratingbox3 {
        width: 40%;
    }

    .mosthelpulcustomerreviewarea3 {
        width: 29%;
        margin-left: 1%;
    }

    .wCustRevwSec {
        width: 27%;
        margin-right: 2%;
    }

    .coTitlePlain5 .cartPrice {
        margin-right: 4px;
    }

    .cartIncDescPrice {
        float: left;
        width: auto;
        text-align: left;
    }
}

@media screen and (max-width:1356px) {
    /*.logo_part_mod a img {
        max-height:25px;
        top: 10px;
        left: 5px;
    }*/
}

@media screen and (max-width:1300px) {
    .header_contearea {
        float: right;
        margin-top: 12px;
    }
    /*.keywordsearch .left label select{
	width:50px!important;
	font-size:12px;
	border:none;
}*/
}

@media screen and (max-width:1298px) {
    .logo_part_mod a img {
        /*max-height:27px;
        top:10px;
        left:8px;*/
        max-height: 40px;
        top: 20px;
        left: 8px;
    }
}

@media screen and (max-width:1266px) {
    .logo_part_mod a img {
        /*max-height:27px;
        top:10px;
        left:8px;*/
        max-height: 40px;
        top: 10px;
        left: 8px;
    }

    .paycardtabsec {
        width: 49%;
        /*max-width:300px;*/
    }

    .availableCardSec {
        width: 100%;
        /*max-width:300px;*/
        float: right;
        margin-right: 6px;
    }

    .PaycardDet_and_PaycardList {
        width: 73%;
        float: right;
    }

    .PaycardAmount {
        width: 72%;
        padding: 0px;
        margin: 3px 0px 10px 1%;
        float: right;
    }
}


@media only screen and (min-width:1360px) and (max-width:1430px) {
    td.StoreListBox3 div {
        font-size: 9px;
    }
}

@media only screen and (min-width:1201px) and (max-width:1400px) {
    .category_holder {
        width: 79%;
    }

    .leftshoppart {
        width: 18.5%;
    }

    .footer_cont {
        width: 90%;
    }

    .paymenticon ul li {
        /*width:18.5%;*/
        width: 23%;
    }
}

@media only screen and (min-width:1201px) and (max-width:1550px) {
    .category_productholder ul li { /*add 12.9.2016 somak*/
        background-size: 60% 60% !important;
        background-repeat: no-repeat;
    }
}


@media only screen and (min-width:1025px) and (max-width:1200px) {
    .leftshoppart {
        width: 22.5% !important;
    }

    /*.category_productholderSectionList_Shophome ul li div.SecImageList img{
	height:180px;
}*/
}

@media only screen and (min-width:900px) and (max-width:1400px) {
    .paymenticon ul li {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:1244px) {
    .shopgiftFrom {
        width: 90%;
    }
}

@media screen and (max-width:1200px) {
    .countrysearch {
        width: 98%;
    }

    .storesearch {
        width: 98%;
    }

    .part_one {
        float: Left;
        /*width: 36%;*/
        /*width:30%;*/
        width: 38%; /*14.6.2017*/
        padding-left: 10px;
        padding-right: 0px;
        /*margin-left:1%;*/ /*block somak 9.9.2016*/
    }

    .part_two {
        float: Left;
        /*width: 24%;*/
        width: 20%; /*14.6.2017*/
        margin-right: 1%;
    }

    .part_three {
        float: Left;
        /*width: 24%;*/
        width: 20%; /*14.6.2017*/
    }

    .part_four {
        float: right;
        /*width: 12.5%;*/
        width: 19%;
        padding-right: 3px;
    }

    .part_four_2nd {
        float: right;
        /*width: 12.5%;*/
        width: 19%;
        padding-right: 3px;
    }

    .keywordsearch {
        width: 96%;
    }

    .wordsearchSec {
        width: 96%;
    }

    .welcome_area {
        /*margin-right:2.5%;*/
    }

    .headericonarea {
        float: right;
        margin-right: 2%;
    }

    logo img {
        max-width: 100px; /*edit 8.9.2016 somak*/
    }

    .leftshoppart {
        width: 27.5%;
    }

    .cartItem {
        left: 12px; /*edit 23.8.2016 somak*/
    }

    .category_productholder ul li { /*add 12.9.2016 somak*/
        background-size: 70% 60% !important;
        background-repeat: no-repeat;
    }

    .productimage a img {
        max-width: 90%;
    }

    .giftcardformarea fieldset select {
        width: 66%;
    }

    .tooltip1 span.tooltiptext {
        display: none;
    }



    .cartItem {
        top: 10px;
    }

    /* .productdetailApparelleftarea {
        padding-left: 20px;
        width: 30%;
    }*/

    .productdetailApparelrightarea {
        width: 30%;
    }

    /*  .productdetailApparelleftarea {
        padding-left: 20px;
        width: 30%;
    }*/

    .productdetailApparelrightarea {
        width: 30%;
    }

    .pSizearea {
        width: 25%;
        margin-right: 5%;
        margin-bottom: 7px;
    }
}


@media only screen and (min-width:900px) and (max-width:1000px) {
    .part_one {
        width: 30%;
    }

    .part_two {
        width: 21%;
        margin-right: 1%;
    }

    .part_three {
        float: Left;
        width: 21%;
    }

    .part_four {
        float: right;
        /*width: 12.5%;*/
        width: 20%;
        padding-right: 3px;
    }

    .part_four_2nd {
        float: right;
        /*width: 12.5%;*/
        width: 20%;
    }
}

@media only screen and (min-width:768px) and (max-width:899px) {
    .part_one {
        width: 35%;
    }

    .part_two {
        width: 22%;
        margin-right: 1%;
    }

    .part_three {
        float: Left;
        width: 22%;
    }

    .part_four {
        float: right;
        /*width: 12.5%;*/
        width: 18%;
        padding-right: 3px;
    }

    .headericonarea {
        float: right;
        margin-right: 0px;
        width: 100%;
        text-align: right;
    }

    #ulHeaderIcon li.box {
        margin-right: 14%;
    }

        #ulHeaderIcon li.box:last-child {
            margin-right: 0px;
        }

    .part_four_2nd {
        float: right;
        /*width: 12.5%;*/
        width: 17%;
    }
}

@media screen and (max-width:1100px) {
    .head_bottom {
        padding-top: 6px;
    }

    .livechaticon {
        top: 85px;
    }

    .orderhistoryarea {
        padding-top: 10px !important;
    }

    .moreorderactionarea {
        padding-top: 8px !important;
    }

    .adjDiv {
        min-height: 100px;
    }

    .customerratingbox {
        width: 70%;
    }

    /*   .productdetailApparelleftarea {
        padding-left: 10px;
        width: 25%;
    }*/

    .productdetailApparelrightarea {
        width: 35%;
    }

    .OfferZone {
        width: 35%;
    }

    .customerratingbox3 {
        width: 98%;
    }

    .mosthelpulcustomerreviewarea3 {
        width: 40%;
        margin-left: 1%;
    }

    .wCustRevwSec {
        width: 57%;
        margin-right: 2%;
        position: absolute;
        right: 20px;
        top: 270px;
    }

    td.adj1 {
        width: 60% !important;
    }

    td.adj2 {
        width: 40% !important;
    }

    .productSortStripLeft {
        width: 48%;
    }

    .productSortStripRight {
        width: 48%;
    }
}

@media screen and (max-width:1024px) {
    logo img {
        width: 20%;
        padding-top: 3px !important;
    }

    .header_contearea {
        float: right;
        margin-top: 5px;
        width: 100% !important;
        /*margin-top: 1.5% !important;*/
        margin-top: 6px !important;
        margin-bottom: 1% !important;
    }

    .keywordsearch {
        margin-top: 2px;
    }

    input.keywordssearch[type="text"] {
        width: 66% !important;
    }

    .leftshoppart {
        margin-left: 0.6%;
        width: 24.5%;
        /*width:26.5%;*/
    }
    /*add 3 box*/
    /*.p_stepblock{
    width:23.5%;
	margin-right:3.5%;
}*/

    .p_stepblockText1 {
        font-size: 12px;
        line-height: 14px;
    }

    .p_stepblockText2 {
        font-size: 11.5px;
        letter-spacing: .5px;
    }

    .shopsubnav .fa-caret-right { /*add 10.9.2016*/
        display: none;
    }

    .category_productholder ul li { /*add 12.9.2016 somak*/
        background-size: 65% 65% !important;
        background-repeat: no-repeat;
    }

        /*.category_productholder ul li {
    width: 46%;
}*/

        .category_productholder ul li.bigadj {
            width: 48%;
        }

        .category_productholder ul li ul li {
            width: 100%;
        }

    .scerchBox1 select {
        width: 97.2%;
    }

    .topbreadcrambarea .linkarea h2 {
        /*width:99%;*/
        margin-left: 0px;
        border: none;
    }

    .topbreadcrambarea .linkarea .links {
        padding-left: 0px;
    }

    .category_productholderSectionList ul li {
        /*width: 10%;*/
        width: 22%;
        margin: 0% 2% 2% 1%;
    }

    ul.plisTing li {
        width: 31%;
        margin-right: 2%;
    }

    .orderhistoryarea .left {
        width: 100%;
        padding-right: 0px;
    }

    .orderhistoryarea .right {
        width: 96%;
    }

    .moreorderactionarea .left {
        width: 100%;
    }

    .moreorderactionarea .right {
        width: 96%;
    }

        .moreorderactionarea .right ul {
            padding: 0;
            margin: 0;
        }

    .addresscontcont ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    ul.linkTArea li {
        width: 30%;
    }

        ul.linkTArea li.active {
            width: 30%;
        }

    .TscAdj {
        /*overflow-x:auto!important;
		overflow-y: inherit;
		display:block;*/
        width: 780px;
        padding-bottom: 15px;
    }

    .topbreadcrambarea .SearchBoxAutomative {
        width: 100%;
        margin-top: 0px;
    }

    /*.category_productholder ul li.Grocery {
    width:24%;
    margin-right:2%;
    margin-bottom: 18px;
    padding: 1%;
}*/
    .category_productholder ul li {
        float: left;
        padding: 0;
        margin: 0;
        width: 31.333%;
        margin-right: 2%;
        margin-bottom: 18px;
    }

        .category_productholder ul li.Grocery {
            float: left;
            padding: 0;
            margin: 0;
            width: 31.333%;
            margin-right: 2%;
            margin-bottom: 18px;
        }

        .category_productholder ul li.noMargin {
            margin-right: 2%;
        }

    .categoryproduct_details .ClassNameHB {
        line-height: 20px;
        font-size: 12px;
    }

    .productSortStripLeft {
        width: 58%;
    }

    .productSortStripRight {
        width: 38%;
    }

    .shopbydepartment {
        line-height: 26px;
    }
    /*Search Area Sec*/
    .sAreaPicPart {
        width: 30%;
    }

    .sAreaContDtls {
        width: 50%;
    }

    /*Search Area Sec End*/

}

@media screen and (max-width:900px) {
    .part_one {
        width: 36%;
    }

    .part_two {
        width: 21%;
    }

    .part_three {
        width: 21%;
    }

    .part_four {
        width: 17%;
    }

    .part_four_2nd {
        width: 17%;
    }
    /*.shopbydepartment {
	font-size:15px;
}*/
    .livechaticon {
        top: 100px;
    }

        .livechaticon img {
            width: 50px;
        }

    ul.plisTing li {
        width: 48%;
        margin-right: 2%;
    }

    .receipentaddressarea ul {
        float: left !important;
        padding-left: 0px !important;
        width: 100%;
    }

    .emerClear {
        clear: both;
        padding: 0;
        margin: 0;
        height: 2px;
    }

    /*.PaycardDet_and_PaycardList {
    width: 100%;
    float: right;
}*/
    .leftshoppart {
        display: none;
    }

    .wishRcpTxtSec {
        width: 98%;
    }

    .wishRcpListSec {
        width: 100%;
    }
}

@media screen and (max-width:840px) {
    /* .productdetailApparelleftarea {
        padding-left: 10px;
        width: 40%;
    }*/

    .productSortStripLeft {
        width: 98%;
    }

    .productSortStripRight {
        width: 98%;
    }
}




@media screen and (min-width: 1001px) {
    ul li a:after {
        /*content: " (" attr(data-email) ")";*/ /*block 10.8.2016 somak*/
        font-size: 12px;
        font-style: italic;
        color: #666666;
    }
}



@media only screen and (min-width:768px) and (max-width:940px) {

    .savebtnarea2 {
        width: 70%;
    }
}

@media only screen and (min-width:1245px) and (max-width:1257px) {
    .shopgiftFrom {
        width: 64%;
        padding: 30px 5px;
        margin: 0 0 20px 8% !important;
    }
}

@media only screen and (min-width:601px) and (max-width:980px) {
    h2.footerheading {
        font-size: 14px;
    }
}


@media only screen and (min-width:768px) and (max-width:852px) {
    .PaycardList {
        float: right;
        width: 40%;
        padding: 0px;
        margin: 0px 0px 0px 1%;
    }
}


@media only screen and (min-width:481px) and (max-width:767px) {
    .newCardArea .left1 {
        width: 37%;
        padding: 0px 15px 0px 2%;
        float: left;
        font-size: 12px;
    }

    .newCardArea .right {
        width: 46%;
    }
}


@media only screen and (min-width:601px) and (max-width:673px) {
    /* .productdetailApparelleftarea {
        width: 97%;
        padding-left: 2%;
    }*/

    .productdetailApparelrightarea {
        width: 97%;
        padding-left: 2%;
    }
}

@media screen and (max-width:865px) {
    .newCardArea .right select {
        width: 102% !important;
    }

    .shippingBoxarea {
        width: 98%;
        padding: .5% 1%;
    }
}

@media screen and (max-width:920px) {
    .logo_part_mod a img {
        max-height: 30px;
        top: 10px;
        left: 5px;
    }
}

@media screen and (max-width:1100px) {
    .logo_part_mod a img {
        max-height: 30px;
        top: 10px;
        left: 5px;
    }
}

@media screen and (max-width:850px) {
    .logo_part_mod a img {
        max-height: 30px;
        top: 10px;
        left: 10px;
    }
}


@media screen and (max-width:800px) {
    .areaAdjHalfLeft {
        float: left;
        width: 98% !important;
    }

    .areaAdjHalfRight {
        float: left;
        width: 98% !important;
    }

    .logo_part_mod a img {
        max-height: 30px;
        top: 10px;
        left: 10px;
    }
}

@media screen and (max-width:767px) {
    .navigationlink ul {
        margin-left: 2% !important;
    }

        .navigationlink ul li a {
            font-size: 11px;
            padding: 0 5px !important;
        }

    logo img {
        width: 18%;
        padding-top: 1px !important;
    }

    .countrysearch {
        float: left;
        /*margin: 10px;*/
    }

    .storesearch {
        float: left;
    }

    .headericonarea {
        float: right;
        margin: 10px 0px 0px;
        padding: 0 0 0 0px !important; /*00010px*/
    }

    .part_one {
        float: Left;
        width: 50%;
    }

    .part_two {
        float: Left;
        width: 23%;
    }

    .part_three {
        float: Left;
        width: 23%;
    }

    .part_four {
        width: auto;
        position: absolute;
        top: 2px;
        /*right:15%;*/
        /*right: 75px;*/
        /*right:80px;*/
        /*right:150px;*/
        /*right:60px;*/
        right: 68px;
    }

    .part_four_2nd {
        width: auto;
        position: absolute;
        top: 1px;
        right: 33%;
    }

    div.usd {
        position: absolute;
        float: none;
        /*width:57px;*/
        top: 0px;
        right: 173px;
    }

    div.usd1 label select[disabled] {
        position: absolute;
        float: none;
        top: 6px;
        right: 176px;
    }


    .shopbydepartment {
        /*font-size:12px;*/
        /* line-height: 32px;*/
        /*width:32%;*/ /*block the line 23.8.2016 somak*/
    }

    .signinyouraccount {
        margin-top: 10px;
    }

        /*signin area sec*/
        .signinyouraccount a {
            padding: 1px 2px;
            background: url(../images/i-in.png) no-repeat;
            width: 20px;
            height: 21px;
            display: inline-block;
            margin: 0 5px 0 0;
            padding: 1.5px 2px;
            font-size: 0px !important;
            float: left;
            border-radius: 0px;
            opacity: 0.7;
            filter: alpha(opacity=70); /* For IE8 and earlier */
        }

            .signinyouraccount a:hover {
                /* box-shadow: 0 2px 5px #979797;*/
                opacity: 0.8;
                filter: alpha(opacity=80); /* For IE8 and earlier */
            }

        .signinyouraccount span {
            color: #414042;
            text-align: center;
            padding: 0px 6px;
            text-transform: uppercase; /*anup lowercase to capitalize */
            font-size: 12px;
            padding: 3px 4px; /*edit 21.9.2016 somak*/
            /*font-family: "sans";*/
        }

            .signinyouraccount span a {
                background: url(../images/linkcontact-us.png) no-repeat;
                width: 20px; /*edit the line 22.8.2016 somak*/
                height: 21px;
                display: inline-block;
                font-size: 0px !important;
                margin: 0;
                /*padding: 1.5px 2px;*/
            }

                .signinyouraccount span a:hover {
                    /*box-shadow: 0 2px 5px #979797;*/
                }

    .leftshoppart {
        margin-left: 2%;
        width: 40%;
    }
    /*signin area sec end*/
    .welcome_area {
        /*margin-right: 1%;*/
        margin-right: 3%;
    }

    input.keywordssearch[type="text"] {
        width: 67% !important;
    }

    .navigationlink {
        padding-left: 0 !important;
    }

    .shopsubnav .fa-caret-right {
        display: none !important;
    }

    .keywordsearch {
        margin-left: 2.3%;
    }

    .wordsearchSec {
        margin-left: 2.3%;
    }

    .head_bottom {
        padding-top: 12px;
    }

    .topcategorybox ul li {
        font-size: 11px;
    }

    .link_box ul li {
        font-size: 12px;
    }

    .link_box { /*edit 16.9.2016 somak*/
        box-shadow: none;
    }

    .payment_box {
        box-shadow: none;
    }

    .product_sec_h {
        margin: 10px 0 0 0;
        margin-left: 5%;
        margin-right: 5%;
    }

    /*.Seller .left{
	width:50%;
	margin-right:0px;
}*/
    .Wishlistarea ul li {
        width: 45%; /*edit somak 22.9.2016*/
    }

    td.adj1 {
        width: 40% !important;
    }

    td.adj2 {
        width: 60% !important;
    }

    #searchWrapper table tr td {
        font-size: 9.5px;
    }

    .navigationlink {
        padding-top: 4px; /*add 24.8.2016 somak*/
    }

    .navigationlink {
        width: 83%;
    }

    .homefeaturedproBox1 {
        width: 32%;
        margin-right: 1%;
    }

    .homefeaturedproBox2 {
        width: 32.1%;
        margin-right: 0%;
    }
    /*.livechaticon {
	top:45%;
}*/
    .scerchBox1 select {
        width: 99.2%;
    }

    .cartItem {
        top: 10px;
    }

    ul.plisTing li {
        width: 98%;
        margin-right: 2%;
    }

    .topbreadcrambarea .linkarea h2 {
        /*width: 100%;*/
        margin-left: 0px;
        border: none;
        margin-right: 3px;
    }

    .arrow_Sbox {
        left: -100px;
    }

    .signinyouraccount a.tooltip_1:hover > span {
        display: block;
    }

    .span a.tooltip_1:hover > span {
        display: block;
    }

    input.searchorderbtn[type="submit"] {
        padding-bottom: 5px;
    }

    .livechaticon {
        top: 105px;
    }

    input.searchorderbtn[type="submit"] {
        right: 3px;
    }

    #divPagination {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .addcartbtn {
        padding: 5px;
    }

    .addressbtnarea .top {
        margin-bottom: 1px;
    }

    .shop_giftLeft {
        width: 100% !important;
    }

    .shop_giftright {
        width: 100% !important;
    }

    .shopgiftFrom {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .category_productholderSectionList_Shophome ul li {
        margin-bottom: 25px;
        margin-right: 1%;
        margin-left: 1%;
        width: 48%;
    }
    /*.category_productholderSectionList_Shophome ul li div.SecImageList img{
	height:150px;
}*/

    .savebtnarea2 {
        width: 100%;
    }

    .shop_giftLeft img {
        display: none;
    }

    .shopgiftFrom {
        width: 90%;
        margin: 0 0 20px 4% !important;
    }
    /*.PaycardMenu {
    width:45%;
}*/
    /*PaycardDet_and_PaycardList start*/
    .PaycardDet_and_PaycardList {
        width: 65%;
    }

    .PayCreditcardDetails {
        width: 98%;
        margin-top: 10px;
    }

    .PayDebitcardDetails {
        width: 98%;
        margin-top: 10px;
    }

    .PMthdGiftcard {
        width: 98%;
        margin-top: 10px;
    }

    .PaycardList {
        width: 100%;
        margin-top: 10px;
    }

    .paycardtabsec {
        width: 100%;
        max-width: 98%;
    }

    .availableCardSec {
        width: 100%;
        max-width: 98%;
        float: left;
        margin-right: 6px;
        background: #ffffff;
    }

    .PaycardAmount {
        width: 65%;
        padding: 0px;
        margin: 10px 0px 10px 1%;
        float: right;
    }

    .totAmountBox {
        float: left;
        width: 99%;
        max-width: 97%;
        padding: 0px;
        margin: 0px 6px 0px 1%;
    }

    .pSizearea {
        width: 99%;
        margin-right: 1%;
    }

    .Bcramp_left {
        float: left;
        width: 100% !important;
    }

    .signinyouraccount span select {
        position: absolute;
        left: 10px;
        top: 80%;
        z-index: 1000;
    }

    .arrow_box {
        top: 30px;
    }

    #ulHeaderIcon li.box img {
        width: 76%;
    }

    .arrow_box {
        top: 20px !important;
    }

    .cardchkOut-d_boxsec {
        float: left;
        width: 30%;
        margin: 15px 1.5% 15px 1.5%;
    }
    /*payment method option relates css for responsive*/
    .odrSummarybillingAndDelvAddress_Sec {
        width: 100%;
        margin-right: 0px;
    }

    .odrSummaryDeliveryAddSec, .odrSummaryBillingAddSec, .odrSummaryPaymentAddSec {
        width: 30%;
        margin-left: 1.4%;
        margin-right: 1.4%;
    }

        .odrSummaryDeliveryAddSec .head h2, .odrSummaryBillingAddSec .head h2, .odrSummaryPaymentAddSec .head h2 {
            font-size: 13px;
        }

        .odrSummaryDeliveryAddSec .bodPart .txtPart h2, .odrSummaryBillingAddSec .bodPart .txtPart h2, .odrSummaryPaymentAddSec .bodPart .txtPart h2 {
            font-size: 13px;
            line-height: 16px;
        }

        .odrSummaryDeliveryAddSec .bodPart .txtPart, .odrSummaryBillingAddSec .bodPart .txtPart, .odrSummaryPaymentAddSec .bodPart .txtPart {
            font-size: 13px;
            line-height: 16px;
        }

    .odrSummaryPaymentAndProduct_Sec {
        width: 98%;
        margin: 0px 1%;
    }

    .PaymentMthd_GiftcardAmt {
        width: 98%;
    }

    .PayMthdMessagebox {
        width: 99%;
        margin-top: 6px;
    }
    /*payment method option relates css for responsive end*/

    #ctl00_ContentPlaceHolder1_updatePageSize .pSizearea {
        margin-top: -30px;
    }

    .topcategorybox ul li {
        float: left;
        font-size: 12px;
        width: 43%;
        padding: 0 10px;
    }
    /*Search Area Sec*/
    .sAreaPicPart {
        width: 25%;
    }

    .sAreaContDtls {
        width: 54%;
    }

    #searchDrop {
        display: block;
    }

    #searchDropArea {
        display: none;
    }

    .filterbySecareaPart {
        border-right: none;
        margin-top: 25px;
    }
    /*Search Area Sec End*/


}

@media only screen and (min-width:502px) and (max-width:599px) {
    .category_productholder ul li { /*add 12.9.2016 somak*/
        background-size: 45% 65% !important;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width:650px) {
    .productdetailApparelleftarea {
        width: 100%;
        /* width: 35%; */
        float: left;
        position: relative;
    }

    .logo_part_mod a img {
        /*max-height:18px;
        top: 14px;
        left: 5px;*/
        max-height: 30px;
        top: 10px;
        left: 5px;
    }
}

@media screen and (max-width:600px) {
    logo {
        margin: 0 10px 2px 5px;
    }

        logo img {
            width: 25%;
            padding-top: 3px !important;
            margin-left: 3%;
        }

    .countrysearch {
        float: left;
        margin: 10px;
    }

    .storesearch {
        float: left;
        margin: 0px;
    }


    .category_productholder ul li {
        padding: 1%;
        width: 90%;
    }

        .category_productholder ul li.bigadj {
            /* padding: 0px;
            width: 92%;*/
            padding: 0px;
            width: 100%;
            height: auto;
            margin-right: 0px;
        }

    .productlistholder {
        padding: 0 0 5px;
    }

    .countrysearch {
        float: right;
        margin: 0 6px 10px 0;
    }

    .part_one {
        float: Left;
        width: 100%;
        margin-left: 1.2%;
        margin-bottom: 10px;
    }

    .wordsearchSec {
        width: 90%;
        margin-left: 2.8%;
    }

    .part_two {
        float: Left;
        width: 44%;
        margin-left: 6.2%; /*edit 9.9.2016*/
        margin-right: 2.5%;
        margin-top: 5px;
    }

    .part_three {
        float: Left;
        width: 44%;
        margin-top: 5px;
    }

    .part_four {
        position: absolute;
        top: 1px;
        /*right:18%;*/
        /*right:130px;*/
    }


    .part_four_2nd {
        position: absolute;
        top: 1px;
        right: 35%;
    }
    /*#ulHeaderIcon li.box img {
    height:30px;
    width:30px;
}*/

    .keywordsearch {
        width: 90%;
        margin-left: 3%;
        margin-top: 3px;
    }

    input.keywordssearch[type="text"] {
        margin-left: 1%;
        width: 73% !important;
    }

    .header_contearea {
        margin-bottom: 1% !important;
    }

    #ulHeaderIcon li.box img {
        /*width: 32px;*/
    }

    .leftshoppart {
        margin-left: 3.5%;
        width: 92.5%;
    }

    .body_container {
        min-height: 150px; /*edit 6.9.2016 somak*/
    }


    div.usd label select { /*somak add new 30.8.2016*/
        width: 43px !important; /*Width of select dropdown to give space for arrow image*/
    }

    .topbreadcrambarea {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    /*add 3 box*/
    .p_stepblock {
        width: 90%;
        float: left;
        text-align: center;
        padding: 15px;
        margin-bottom: 15px;
        margin-left: 2%;
    }

    .p_stepblockText1 {
        font-size: 24px;
        line-height: 30px;
    }

    .p_stepblockText2 {
        min-height: 50px;
        font-size: 16px;
    }

    .p_stepblockPIC {
        width: 90%;
        float: left;
        text-align: center;
        padding: 15px;
        margin-bottom: 15px;
        margin-left: 2%;
    }

    .product_sec_h {
        margin-top: 10px;
    }

    .avrgcustrevarea .ratingarea ul li {
        width: 40%;
    }

    #dDrop {
        display: block;
    }

    #tSecallarea {
        display: none;
    }

    #dDrop1 {
        display: block;
    }

    #tSecallarea1 {
        display: none;
    }

    #dDrop2 {
        display: block;
    }

    #tSecallarea2 {
        display: none;
    }

    #dDrop3 {
        display: block;
    }

    #tSecallarea3 {
        display: none;
    }



    h2.filterby {
        border-bottom-color: none; /*add 14.9.2016 somak*/
        border-bottom-style: none; /*add 14.9.2016 somak*/
        border-bottom-width: 0px; /*add 14.9.2016 somak*/
    }

    .colorchooserarea {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .link_box {
        width: 46% !important;
    }

    .payment_box {
        width: 46% !important;
    }

    .head_bottom {
        /*padding-top:6px;*/
    }

    .Seller .left {
        /*width:35%;*/
        margin-right: 0px;
    }

    table.tabBoxcont {
        font-size: 12px !important;
        max-width: 100% !important;
    }

    .category_productholderSectionList ul li {
        /*width: 10%;*/
        width: 44%;
        margin: 0% 2% 2% 2%;
    }

    .livechaticon {
        position: absolute;
        /*top: 160%;*/
        top: 140px;
    }

        .livechaticon img {
            width: 50px;
        }

    ul.plisTing li {
        width: 48%;
        margin-right: 2%;
    }

    /*    .signinyouraccount {
        margin-top: 2.5px;
}*/

    .orderhistoryarea {
        padding-top: 1px !important;
    }

    .moreorderactionarea {
        padding-top: 2px !important;
    }

    .addcartbtn a {
        /*font-size: 10px;*/
        padding-top: 4px;
    }

    .billingdetailstable tr {
        line-height: 18px;
    }

    table.stbox tr, td {
        font-size: 11px;
    }

        table.stbox tr, td .addcartbtn {
            width: 80px;
        }

    .addressbtnarea .top .bluebutton7 {
        width: auto;
    }

    .billingdetailsarea {
        max-width: 580px;
        float: left;
        overflow-x: scroll;
        padding-bottom: 5px;
    }

    .spText {
        width: 98%;
    }

    .productlistproductarea ul li .productimage img {
       /* max-height: 190px;*/
    }

    .customerregformarea6 fieldset label {
        float: left;
        width: 40%;
    }

    .customerregformarea6 fieldset select {
        width: 57%;
    }

    .customerregformarea6 fieldset input[type="text"] {
        width: 54.8%;
    }

    .customerregformarea6 fieldset input[type="password"] {
        width: 54.8%;
    }

    .savebtnarea5 {
        width: 59%;
        margin-left: 40%;
    }

    tr.blueheading td {
        font-size: 12px;
    }

    td.buttPaddADJ {
        padding: 0px 5px !important;
    }

    .areascroll {
        width: 600px;
        overflow-x: scroll !important;
    }

    .TscAdj {
        /*overflow-x:auto!important;
	overflow-y: inherit;
	display:block;*/
        width: 580px;
        padding-bottom: 15px;
    }

    .strikeoutprice {
        /*font-size:12px!important;*/
    }

    .saleprice {
        /*font-size:12px!important;*/
    }

    .accor_scroll {
        width: 580px;
        padding-bottom: 10px;
    }

    .link_box ul li {
        margin: 4px 0px 10px;
    }

    .viewAll_seller_cont {
        width: 580px !important;
    }

    .HomeFooterTitle {
        margin: 10px 0 0 0;
    }

    .PaycardDet_and_PaycardList {
        width: 59%;
    }

    .PaycardMenu {
        float: left;
        width: 40%;
    }

    .PaycardAmount {
        width: 98%;
        margin: 20px 0px 10px 4%;
        float: left;
    }

    .totAmountBox {
        float: left;
        width: 100%;
        max-width: 98%;
    }

    .clickTab {
        width: 90px;
    }

    /*.logo_part_mod a img {
        max-height:20px;
        top:10px;
        left: 30px;
    }*/

    .FboxPart {
        width: 100%;
    }

    ul.linkTArea li {
        width: 40%;
    }

        ul.linkTArea li.active {
            width: 40%;
        }

    .mosthelpulcustomerreviewarea3 {
        width: 98%;
        margin-left: 1%;
        margin: 10px 0px;
    }

    .wCustRevwSec {
        width: 96%;
        margin-right: 2%;
        position: absolute;
        right: 20px;
        top: -3px;
    }

    .billingordersummery table tr td {
        font-size: 10px;
        line-height: 12px;
    }

        .billingordersummery table tr td img {
            max-width: 80%;
        }

    .cardchkOut-d_boxsec {
        width: 30%;
        margin: 15px 1.4% 15px 1.4%;
    }

    #ctl00_dropSearch {
        width: 100px !important;
    }

    .logo_part_mod a img {
        max-height: 17px;
        top: 14px;
        left: 5px;
    }

    .signinyouraccount span a.tooltip_1 {
        display: none;
    }
    /*Search Area Sec*/
    .sAreaPicPart {
        width: 34%;
    }

    .sAreaContDtls {
        width: 45%;
    }

    a .vDtlsButt {
        float: right;
        min-width: 90px;
        font-size: 12px;
    }

    .sAreaContDtls .prodName {
        font-size: 14px;
    }

    /*Search Area Sec End*/



}

@media screen and (max-width:590px) {
    .logo_part_mod a img {
        /*max-height:21px;
        top: 14px;
        left: 5px;*/
        max-height: 25px;
        top: 10px;
        left: 28px;
    }
}


@media screen and (max-width:500px) {
    /*payment method option relates css for responsive start*/
    .odrSummaryDeliveryAddSec .head h2, .odrSummaryBillingAddSec .head h2, .odrSummaryPaymentAddSec .head h2 {
        font-size: 12px;
        padding-top: 4px;
        line-height: 14px;
        max-width: 75%;
    }

    .odrSummaryProdDetailsSec {
        width: 99%;
    }

    .odrSummaryPaymentDetailsSec {
        float: left;
        width: 99%;
        margin-left: .5%;
    }

    .odrSummaryPayAmountBox .tSec {
        padding: 2px 0px 2px 0px;
        margin: 2px 0px 0px 0px;
        border-bottom: #cccccc solid 1px;
        font-size: 13px;
    }

        .odrSummaryPayAmountBox .tSec .leftpart {
            padding: 3px;
        }

        .odrSummaryPayAmountBox .tSec .rightpart {
            padding: 3px;
        }
    /*payment method option relates css for responsive end*/

    .part_four {
        right: 42px;
        top: 0px;
    }

    #ulHeaderIcon {
        /*margin-top:-2px;*/
    }

    div.usd {
        right: 145px;
    }
    /*Search Sec box Pagination Adjustment*/
    .searPaginationLink {
        margin: 5px 0 10px 0px;
        padding: 2px 1% 8px;
        float: left;
    }
    /*Search Sec box Pagination Adjustment*/
}

@media screen and (max-width:480px) {

    .headericonarea {
        float: right;
        /*margin: 3px 48px 0px 0px;*/
        position: relative;
        top: 0px;
        /*right:48px;*/
        right: -5px;
    }

    .countrysearch {
        float: left;
    }

    .wordsearchSec {
        width: 90%;
        margin-left: 1.5%;
    }


    .part_two {
        margin-top: 2px;
        margin-left: 4.9%; /*edit 9.9.2016 somak*/
        margin-right: 2.7%;
    }

    .part_three {
        margin-top: 2px;
    }

    .part_four {
        top: 0px;
        /*right:24%;*/
        /*right:85px;*/
    }

    .part_four_2nd {
        top: 5px;
        right: 40%;
    }

    .keywordsearch {
        margin-left: 1.2%;
    }

    /*#ulHeaderIcon li.box img {
   width:24px;
   height:24px;
}*/

    /*.signinyouraccount a {
	background-size:23px auto!important;
}
.signinyouraccount span a{
	background-size:23px auto!important;
	background-repeat:no-repeat;
}*/

    .logo_part {
        margin: 0 0 0 8px;
        width: 20%;
    }

    .welcome_area {
        margin-top: 5px;
    }

    logo {
        margin: 3px 0 -9px !important;
    }

    input.keywordssearch[type="text"] {
        margin-left: 2%;
        width: 70% !important;
    }

    .leftshoppart {
        margin-left: 4.5%;
        width: 91.5%;
        margin-bottom: 2%; /*ass 9.9.2016 somak*/
    }

    div.usd label select { /*somak add new 30.8.2016*/
        width: 60px !important; /*Width of select dropdown to give space for arrow image*/
        font-size: 12px;
    }

    .p_stepblock {
        margin-left: 1%;
    }

    .p_stepblockText1 {
        font-size: 20px;
    }

    .category_productholder ul li { /*add 12.9.2016 somak*/
        background-size: 90% 90% !important;
        background-repeat: no-repeat;
    }

    .link_box {
        width: 98% !important;
        min-height: 50px;
    }

    .payment_box {
        width: 98% !important;
        min-height: 50px;
    }

    td.adj1 {
        width: 10% !important;
    }

    td.adj2 {
        width: 90% !important;
    }

    .shop_giftLeft {
        float: left !important;
        width: 100% !important;
    }

    .shop_giftright {
        float: left !important;
        width: 100% !important;
    }

    .coTitlePlain1 {
        width: 60% !important;
    }

    .coTitlePlain2 {
        font-size: 12px !important;
        width: 40% !important;
    }

    .del_link {
        font-size: 12px;
    }

    .PriceTd {
        font-size: 12px;
    }

    h2.youraccount {
        margin-top: 20px !important;
    }

    .navigationlink {
        float: none;
    }

    .body_container_1 {
        margin-top: 0px;
    }

    .shopsubnav {
        margin-top: 10px;
    }

    .categoryleftarea {
        margin-top: 3px;
    }

    .link_box ul li.bgliNone {
        font-size: 0px;
    }

    .homefeaturedproBox1Text2 {
        font-size: 11px;
        line-height: 13px;
    }

    .homefeaturedproBox1Text4 {
        font-size: 11px;
        line-height: 13px;
    }

    .homefeaturedproBox1Text3 {
        font-size: 11px;
        line-height: 13px;
    }

    .arrow_Sbox {
        left: -30px;
    }

    .addresscontcont ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 2%;
    }

    .addressbtnarea .top .bluebutton7 {
        width: 172px;
    }

    .table.stbox tr, td {
        padding: 2px;
    }

    .billingdetailsarea table.billingdetailstable {
        font-size: 10px !important;
        line-height: 14px;
    }

    select.shippOrderSumm {
        width: 200px;
        font-size: 10px;
    }

    /*table.billingdetailstable tr, td, span, label {
        font-size: 11px;
}*/

    .emerClear {
        clear: both;
        padding: 0;
        margin: 0;
        height: 2px;
    }

    p.midAdj img {
        float: none !important;
        margin: 0 auto !important;
    }

    .cCardleft {
        padding-top: 0px;
    }


    .tAlignADJ {
        text-align: left !important;
    }

    table.tabBoxcontline tr td {
        font-size: 11px;
    }

    td.aleft_adj {
        text-align: left !important;
    }


    .progressbararea .left {
        width: 20%;
    }

    .progressbararea .right {
        width: 10%;
        text-align: center;
        clear: right;
    }

    .meter {
        width: 60%;
    }

    .productlistproductarea ul li .productimage img {
      /*  max-height: 140px;*/
    }

    .productdetailApparelrightarea h2 span {
        font-size: 16px;
    }

    .twentyPercentAdj {
        width: 20% !important;
    }

    .PaycardAmount {
        width: 99%;
        margin: 20px 0px 10px .5%;
    }

    .FboxPart .tsec {
        font-size: 12px;
        line-height: 14px;
    }

    .productlistproductarea ul li .productdesc h3 div div.prodPriceArea {
        width: 58%;
    }

    .productlistproductarea ul li .productdesc h3 div div.prodCartArea {
        width: 32%;
    }

    .category_productholder ul li {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 18px;
    }

        .category_productholder ul li.Grocery {
            width: 49%;
            margin-right: 1%;
            margin-bottom: 18px;
        }

        .category_productholder ul li.noMargin {
            margin-right: 1%;
        }

    .cardchkOut-d_boxsec {
        width: 94%;
        margin-left: 3%;
    }

    .boxAddresssec {
        width: 96%;
        margin: 10px 2%;
    }

    .shippingBoxarea {
        width: 96%;
        padding: .5% 2%;
    }

    .productdetailsbtnarea {
        width: 99%;
    }

    .addcartbtn {
        width: 49%;
        padding: 10px 0px 10px;
        margin-right: 2%;
    }

    .wishlistbtn {
        width: 49%;
        padding: 10px 0px 10px;
        margin-right: 0px;
    }

    .link_box ul.sideline li {
        margin: 4px 0px 10px;
        padding: 0px 3px !important;
        border-right: #666666 solid 1px;
        font-size: 12px;
        height: 12px;
        line-height: 12px;
        vertical-align: top !important;
        background: none;
    }

        .link_box ul.sideline li a {
            font-size: 12px;
            line-height: 12px;
        }

    .homefeaturedproBox1 {
        width: 48%;
        margin-right: 2%;
    }

    .homefeaturedproBox2 {
        width: 48%;
        margin-right: 0%;
    }

    .trustwave {
        padding-top: 0px !important;
        margin-right: 12px;
    }

    .stripebg {
        background: none;
    }

    .welcome_area {
        border-bottom: none;
    }

    .logo_part_mod a img {
        /*max-height:14px;
    top: 14px;
    left: 5px;*/
        max-height: 25px;
        top: 10px;
        left: 28px;
    }
    /*sAreaSec start*/
    .sAreaPicPart {
        width: 29%;
    }

    .sAreaContDtls {
        width: 68%;
    }

    .sAreaRatingsPart {
        display: none;
    }

    a .vDtlsButt {
        float: right;
        min-width: 80px;
        font-size: 11px;
    }

    .sAreaContDtls .prodName {
        font-size: 16px;
    }

    .sAreaPicPart img {
        max-width: 80%;
        width: 80px;
        height: 80px;
    }

    .searchShortScript {
        width: 100%;
        float: left;
    }

    /*sAreaSec End*/

}

@media screen and (max-width:440px) {
    /*payment method option relates css for responsive start*/
    .odrSummaryDeliveryAddSec, .odrSummaryBillingAddSec, .odrSummaryPaymentAddSec {
        width: 97%;
        margin-left: 1.4%;
        margin-right: 1.4%;
    }

        .odrSummaryDeliveryAddSec .head h2, .odrSummaryBillingAddSec .head h2, .odrSummaryPaymentAddSec .head h2 {
            font-size: 14px;
            padding-top: 10px;
        }
    /*payment method option relates css for responsive End*/
    .p_stepblockPIC {
        margin-left: .5%;
    }
}

@media screen and (max-width:476px) {

    .PaycardDet_and_PaycardList {
        width: 100%;
    }

    .PaycardMenu {
        float: left;
        width: 90%;
    }

    .wishLstBoxCode .RightColEx input {
        max-width: 88%;
    }

    table.wishList_white tr td input {
        width: 88% !important;
    }
}

@media screen and (max-width:440px) {
    .logo_part_mod a img {
        max-height: 14px;
        top: 12px;
        left: 45px;
    }

    ul.linkTArea li {
        width: 98%;
    }

        ul.linkTArea li.active {
            width: 98%;
        }

    .writeacustomerreviewbtn {
        top: 0;
        right: 1%;
        width: auto;
        padding: 0 3px;
        height: 25px;
        line-height: 20px;
        font-size: 12px;
    }

    #writecustomerreviewdiv {
        width: 250px;
    }

    #ctl00_ContentPlaceHolder1_UpdatePanel2 > div select {
        /*width:100px!important;*/
    }

    .categoryproduct_details .ClassNameHB {
        line-height: 30px;
    }

    .logo_part_mod a.iconiclogo {
        display: block;
    }

    .logo_part_mod a {
        display: none;
    }

    .productSortStripLeft .sSec select {
        max-width: 80px;
    }

    .siteseal_area {
        padding-top: 35px;
    }

    #ctl00_dropSearch {
        width: 70px !important;
    }

    .p_stepblockText1 {
        font-size: 16px;
        line-height: 24px;
    }

    .link_box ul li.bgliNone {
        font-size: 0px;
        width: 21%;
    }

    .paymenticon ul li {
        padding: 0;
        /*width:18.5%;*/
        width: 23%;
        margin-bottom: 5px;
    }
    /*search Area Part*/
    .sAreaContDtls .prodName {
        font-size: 14px;
    }
    /*search Area Part End*/

}

@media screen and (max-width:360px) {
    input.keywordssearch[type="text"] {
        margin-left: 5.5%;
        width: 65% !important;
    }

    .wordsearchSec {
        width: 90%;
        margin-left: 1%;
    }

    .part_four_2nd {
        top: 5px;
        right: 45%;
    }



    .filterby .right {
        width: 190px !important;
    }

        .filterby .right select {
            width: 185px;
        }

    .writeacustomerreviewbtn {
        padding: 0 4px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .bluebutton {
        padding: 0 10px !important;
    }

    .savebtnarea5 {
        margin-left: 0px;
        width: 100%;
    }

    .savebtnarea3 {
        padding-left: 0px;
        padding-top: 10px;
    }

    .buttPaddADJ {
        margin-left: 0px !important;
    }

    .customerregformarea6 fieldset label {
        line-height: 12px;
        font-size: 11px;
        color: #3A6BB3;
    }

    .bestsellerheading {
        padding: 0px 5px;
    }

    .logo_part_mod a img {
        max-height: 16px;
        top: 12px;
        left: 45px;
    }

    .category_productholder ul li {
        width: 98%;
        margin-right: 1%;
    }

        .category_productholder ul li.Grocery {
            width: 98%;
            margin-right: 1%;
        }

        .category_productholder ul li.noMargin {
            margin-right: 1%;
        }

    .productSortStripLeft .sSec select {
        max-width: 70px;
    }


    .areaAdjHalfLeft {
        float: left;
        width: 94% !important;
    }

    .areaAdjHalfRight {
        float: left;
        width: 94% !important;
    }

    .link_box ul.sideline li {
        margin: 3px 0px 7px;
        padding: 0px 3px !important;
        border-right: #666666 solid 1px;
        font-size: 11px;
        height: 12px;
        line-height: 12px;
        vertical-align: top !important;
    }

        .link_box ul.sideline li a {
            font-size: 11px;
            line-height: 11px;
        }

    .siteseal_area img {
        min-height: 45px;
    }

    a .vDtlsButt {
        float: right;
        min-width: 70px;
        font-size: 10px;
    }
}

@media screen and (max-width:350px) {
    .homefeaturedproBox1 {
        width: 80%;
        margin-left: 10%;
    }

    .homefeaturedproBox2 {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (max-width:320px) {
}

/*font related problem*/

/*Navigation link adjustment mediaquary wise*/
@media screen and (max-width:1360px) {
    .navigationlink {
        width: 71%;
        margin-right: 0px;
    }

        .navigationlink ul li a {
            font-size: 11px;
            padding: 0px 4px;
        }
}

@media screen and (max-width:1200px) {
    .livechaticon img {
        width: 50px;
    }
}

@media screen and (max-width:1150px) {
    .livechaticon {
        top: 130px;
    }

        .livechaticon img {
            width: 45px;
        }
}

@media screen and (max-width:900px) {
    .navigationlink {
        width: 90%;
        margin-right: 0px;
        margin-top: -3px;
    }
}



@media screen and (max-width:920px) {
    .livechaticon {
        top: 140px;
    }
}

@media screen and (max-width:765px) {
    .navigationlink {
        width: 90%;
        margin-right: 0px;
    }
}

@media screen and (max-width:640px) {
    .livechaticon {
        top: 150px;
    }
}



/*Navigation link adjustment mediaquary wise End*/

@media only screen and (min-width:340px) and (max-width:480px) {
}

/*font related problem*/



/*Header Media Quaries*/
/*Hack for Safari Mac Browser*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .moreSellers::after {
        top: -3px;
    }
}



@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .safari_only {
            color: #0000FF;
            background-color: #CCCCCC;
        }

        input.keywordssearch[type="text"] {
            line-height: 18px;
            height: 18px;
            padding-top: 3px;
            padding-bottom: 4px;
        }

        .keywordsearch .left {
            margin-top: 0px !important;
            background: none !important;
        }

        .link_box ul li {
            background-position: 1px 3px !important; /*edit 16.9.2016 somak*/
        }

        .specialofferarea .specialproduct ul li h2 {
            margin: 3px 0 3px;
            /* margin-left:10px;*/
        }
        /*.shopbydepartment li.active{
	padding-top:4px;
}*/
        .bestsellerheading {
            padding-top: 3px;
        }

        .writeacustomerreviewbtn {
            padding-top: 3px;
            height: 25px;
        }

        .specialofferarea .Menu ul li.layer1 {
            background-position: 1px 4px;
        }

        .productdetailssocialiconarea {
            width: 100px;
        }

        .topbreadcrambarea .linkarea h2 {
            padding-top: 2px;
        }
    }
}



.carttableheading {
    background-color: #3d6e7a;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    top: -12px;
    position: relative;
}

.first {
    border-radius: 4px 0px 0px 0px;
    padding-left: 5px;
}

.last {
    border-radius: 0px 4px 0px 0px;
}

.cartstoredetails {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: bold;
}


.bigimageareaApparel p {
    text-align: center;
    color: #6a6a6a;
    font-size: 12px;
    font-weight: bold;
}


/*Mother Day css for Limited time*/
.mDaySpcl {
    background: url(../images/mothersDay.png) no-repeat 0% 1px;
    position: absolute;
    top: 9px;
    left: 40%;
    z-index: 3500;
    min-width: 230px;
    min-height: 26px;
    font-size: 16px;
    font-family: "Roboto-Medium";
    line-height: 18px;
    color: #3b6bb5;
    padding-left: 43px;
    padding-top: 3px;
    letter-spacing: .5px;
}

    .mDaySpcl a span {
        color: #f16221;
        font-weight: bold;
    }

    .mDaySpcl a {
        color: #3b6bb5;
        text-decoration: none;
    }

    .mDaySpcl:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

@media screen and (max-width:1300px) {
    .mDaySpcl {
        left: 40%;
    }
}

@media screen and (max-width:1100px) {
    .mDaySpcl {
        left: 30%;
    }
}

@media screen and (max-width:920px) {
    .mDaySpcl {
        left: 22%;
        font-size: 12px;
    }
}

@media screen and (max-width:780px) {
    .mDaySpcl {
        left: -120px !important;
        top: 45%;
        background: #ffffff url(../images/mothersDay.png) no-repeat 0% 1px;
        font-size: 14px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    }
}

/*Mother Day css for Limited time end*/


/*wholeSale*/
.wholeSale {
    background: url(../images/wholesaleButt.png) no-repeat 0% 1px;
    position: absolute;
    top: 9px;
    left: 43%;
    z-index: 3500;
    min-width: 100px;
    min-height: 30px;
    font-size: 19px;
    font-family: "Roboto-Medium";
    line-height: 20px;
    color: #3b6bb5;
    padding-left: 48px;
    padding-top: 1px;
    letter-spacing: .5px;
}

    .wholeSale a span {
        color: #f16221;
        font-weight: bold;
    }

    .wholeSale a {
        color: #3b6bb5;
        text-decoration: none;
    }

    .wholeSale:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

@media screen and (max-width:1300px) {
    .wholeSale {
        left: 40%;
    }
}

@media screen and (max-width:1100px) {
    .wholeSale {
        left: 30%;
    }
}

@media screen and (max-width:920px) {
    .wholeSale {
        left: 22%;
        font-size: 12px;
    }
}

@media screen and (max-width:780px) {
    .wholeSale {
        left: -53px !important;
        top: 48%;
        background: #ffffff url(../images/wholesaleButt.png) no-repeat 0% 1px;
        font-size: 14px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    }
}

/*wholeSale end*/

/*Nutration facts*/
.performance {
    /*border: 1px solid black;*/
    margin: 20px;
    float: left;
    width: 280px;
    /*padding: 0.5rem;*/
    font-size: small;
    line-height: 1.4;
}

.performance-facts {
    border: 1px solid black;
    /*margin: 20px;*/
    float: left;
    width: 100%;
    padding: 0.5rem;
}

    .performance-facts table {
        border-collapse: collapse;
    }

.performance-facts__title {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0.25rem 0;
}

.performance-facts__header {
    border-bottom: 10px solid black;
    padding: 0 0 0.25rem 0;
    margin: 0 0 0.5rem 0;
    white-space: nowrap;
}

    .performance-facts__header p {
        margin: 0;
    }

.performance-facts__table, .performance-facts__table--small, .performance-facts__table--grid {
    width: 100%;
}

    .performance-facts__table thead tr th, .performance-facts__table--small thead tr th, .performance-facts__table--grid thead tr th, .performance-facts__table thead tr td, .performance-facts__table--small thead tr td, .performance-facts__table--grid thead tr td {
        border: 0;
    }

    .performance-facts__table th, .performance-facts__table--small th, .performance-facts__table--grid th, .performance-facts__table td, .performance-facts__table--small td, .performance-facts__table--grid td {
        font-weight: normal;
        text-align: left;
        padding: 0.25rem 0;
        border-top: 1px solid black;
        white-space: nowrap;
    }

        .performance-facts__table td:last-child, .performance-facts__table--small td:last-child, .performance-facts__table--grid td:last-child {
            text-align: right;
        }

    .performance-facts__table .blank-cell, .performance-facts__table--small .blank-cell, .performance-facts__table--grid .blank-cell {
        width: 1rem;
        border-top: 0;
    }

    .performance-facts__table .thick-row th, .performance-facts__table--small .thick-row th,
    .performance-facts__table--grid .thick-row th, .performance-facts__table .thick-row td,
    .performance-facts__table--small .thick-row td, .performance-facts__table--grid .thick-row td {
        border-top-width: 5px;
    }

.small-info {
    font-size: 0.7rem;
}

.med-info {
    font-size: 1rem;
    padding-top: 5px;
}

.performance-facts__table--small {
    border-bottom: 1px solid #999;
    margin: 0 0 0.5rem 0;
}

    .performance-facts__table--small thead tr {
        border-bottom: 1px solid black;
    }

    .performance-facts__table--small td:last-child {
        text-align: left;
    }

    .performance-facts__table--small th, .performance-facts__table--small td {
        border: 0;
        padding: 0;
    }

.performance-facts__table--grid {
    margin: 0 0 0.5rem 0;
}

    .performance-facts__table--grid td:last-child {
        text-align: left;
    }

        .performance-facts__table--grid td:last-child::before {
            content: "x95";
            font-weight: bold;
            margin: 0 0.25rem 0 0;
        }

.text-center {
    text-align: center;
}

.thick-end {
    border-bottom: 10px solid black;
}

.thin-end {
    border-bottom: 1px solid black;
}

.nfingredients, .nfallergen {
    /*font-family: Helvetica Regular, Helvetica, Arial, sans-serif;
    font-size: 8pt;*/
    padding-top: 5px;
    /*width: 207px;*/
    padding-bottom: 5px;
    /*margin-left: 20px;*/
    /*float: left;*/
    width: 280px;
    padding: 0.5rem;
    font-size: 2rem;
}

.pas {
    float: left;
}

.icon {
    cursor: pointer;
    float: left;
    margin-left: -20px;
    margin-top: 8px;
    /* background: #7b3939; */
    position: relative;
}

.divCaptchaImg {
    padding: 5px;
    width: 200px;
    border: 1px dashed #979292;
    margin-left: 38%;
}

.divCaptchaLoginImg {
    padding: 5px;
    width: 55%;
    float: left;
    /*width: 200px;
    border: 1px dashed #979292;*/
}

.divCaptchaRegImg {
    padding: 0px;
    /*width: 200px;
    border: 1px dashed #979292;*/
    /*width: 55%;*/
    float: left;
}

.divCaptchaWishlistImg {
    float: right;
    width: 218px;
    border: 1px dashed #979292;
    margin-bottom: 5px;
}

.crdVer_FromSecArea .loginCaptcha {
    float: left !important;
    width: 44% !important;
}

.iconRefresh {
    cursor: pointer;
    float: right;
    margin-top: 8px;
}

#btnRefresh {
    font-size: 25px;
    font-weight: bold;
    color: #103d48;
}
/* secLikeRadioChkBox start */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    width: 21px;
    /*background-color: #7dbaeb;*/
    background-color: #ffffff;
    border-radius: 0%;
    /*box-shadow: 1px 1px 0px #b4d3ec,
                2px 2px 0px #b4d3ec,
                3px 3px 0px #b4d3ec,
                4px 4px 0px #b4d3ec;*/
    border: #5594cf solid 1px;
    -moz-box-shadow: inset 0 0 5px #333333;
    -webkit-box-shadow: inset 0 0 5px #333333;
    box-shadow: inset 0 0 5px #333333;
}



/* On mouse-over, add a grey background color */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox:hover input ~ .checkmark {
    background-color: #bbdcf7;
}

/* When the radio button is checked, add a blue background */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cartDetaisSecBOXWISE .BoxContPart .tickBoxArea .secLikeRadioChkBox .checkmark::after {
    left: 8px;
    top: 3px;
    width: 3px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* secLikeRadioChkBox End */

.payTC {
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 14px;
}

    .payTC a:hover {
        text-decoration: underline;
        color: #277487;
    }

/**/
.cartDtlHeder {
    float: left;
    width: 100%;
}


.cartDtlContLeft {
    float: left;
    width: 50%;
}

.cartDtlContRight {
    float: right;
    width: 300px;
    margin-top: 15px;
}

span.cartDtlContRightText {
    float: left;
    background: #4bacc6;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 6px 8px;
    line-height: 17px;
    margin-top: -1px;
    margin-right: 7px;
}

/*Only DD Drop Downlist Adjustment*/

.cartDtlContRight .dd {
    border: 1px solid #c3c3c3;
    outline: none;
    width: 90px !important;
}

    .cartDtlContRight .dd .ddcommon {
        position: relative;
        display: -moz-inline-stack;
        zoom: 1;
        display: inline-block;
        *display: inline;
        cursor: default;
        width: 70% !important;
    }

.cartDtlContRight .dd {
    border: 1px solid #c3c3c3;
    outline: none;
}

    .cartDtlContRight .dd .divider { /*border-left:1px solid #c3c3c3; border-right:1px solid #fff;;*/
        right: 24px;
    }

    .cartDtlContRight .dd .ddArrow {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
        /*background:url(../../images/msdropdown/skin1/dd_arrow.gif) no-repeat;*/
        .cartDtlContRight .dd .ddArrow:hover {
            background-position: 0 100%;
        }

    .cartDtlContRight .dd .ddTitle {
        color: #000;
        background: #e2e2e4;
        font-size: 11px;
    }
        /* url(../../images/msdropdown/skin1/title-bg.gif) repeat-x left top*/
        .cartDtlContRight .dd .ddTitle .ddTitleText {
            padding: 5px 3px 2px 5px;
            line-height: 14px;
            background: url(../images/drop-arrow.png) no-repeat 92% center;
        }

            .cartDtlContRight .dd .ddTitle .ddTitleText .ddTitleText {
                padding: 0;
            }

        .cartDtlContRight .dd .ddTitle .description {
            font-size: 11px;
            color: #666;
        }

        .cartDtlContRight .dd .ddTitle .ddTitleText img {
            padding-right: 5px;
        }

    .cartDtlContRight .dd .ddChild {
        width: 90px;
        border: 1px solid #c3c3c3;
        background-color: #fff;
        left: -1px;
    }

        .cartDtlContRight .dd .ddChild li {
            padding: 5px;
            background-color: #fff;
            border-bottom: 1px solid #c3c3c3;
        }

            .cartDtlContRight .dd .ddChild li .description {
                color: #666;
            }

            .cartDtlContRight .dd .ddChild li .ddlabel {
                color: #333;
                font-size: 11px;
            }

            .cartDtlContRight .dd .ddChild li.hover {
                background-color: #f2f2f2;
            }

            .cartDtlContRight .dd .ddChild li img {
                padding: 0 6px 0 0;
            }

            .cartDtlContRight .dd .ddChild li.optgroup {
                padding: 0;
            }

                .cartDtlContRight .dd .ddChild li.optgroup .optgroupTitle {
                    padding: 0 5px;
                    font-weight: bold;
                    font-style: italic;
                }

                .cartDtlContRight .dd .ddChild li.optgroup ul li {
                    padding: 5px 5px 5px 15px;
                }

            .cartDtlContRight .dd .ddChild li.selected {
                background-color: #d5d5d5;
                color: #000;
            }

        .cartDtlContRight .dd .ddChild li {
            line-height: 20px;
            margin-bottom: 0px;
        }

            .cartDtlContRight .dd .ddChild li .ddlabel .mid {
                width: 100%;
                text-align: center;
                float: right;
                /*background-color: #d5d5d5;*/
                color: #3b6bb4 !important;
                cursor: pointer;
                font-weight: bold;
            }

/*Only DD Drop Downlist End*/


/*id changes*/

table.orderFooter .prodOrgPriceUserControl {
    text-align: left;
}

table.tabBoxcontline .prodOrgPriceUserControl {
    text-align: left;
}

table td.InnerDetails div.prodOrgPriceUserControl {
    float: right;
    width: 110px;
    text-align: left;
}

table td.InnerDetails div.prodOrgPrice-wcart .HeadercartPrice {
    width: 110px;
    float: right;
    text-align: left;
}
/*id changes*/


/*//*/

.bbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
    font-size: 18px;
}

    .bbox span {
        font-size: 24px;
        font-weight: bold;
        color: #f78d1e;
    }

.cell {
    display: inline-block;
    min-width: 65%;
    height: 28px;
}

.ratingprogressbar {
    width: 100%;
    height: 28px;
}

image-row {
    text-align: center;
}

.actual-image-box {
    width: 15%;
    padding: .5%;
    margin: .5%;
    display: inline-block;
    font-size: 0;
    float: left;
    border: 1px solid #eaeaea;
    text-align: center;
    /*height: 70px;
    border:1px solid #eaeaea*/
}

    .actual-image-box img {
        /*max-width: 100%;*/
        height: 100px;
        margin: 0px auto;
    }

.actual-all-box {
    /*position: absolute;
    left: 468px;
    top: 29px;
    height: 82px;
    width: 105px;
    opacity: .5;
    border: 1px solid;*/
    /*top: 50px;
    position: absolute;*/
    height: 100px;
    /*width: 92px;
    opacity: .5;
    border: 1px solid;*/
    float: right;
    background: #eaeaea;
    width: 10%;
    padding: .5%;
    margin: .5%;
}

.actualMore {
    width: auto;
    float: left;
    padding: 30px 5px 0px 5px;
    font-size: 20px;
    text-align: left;
}

.actualCount {
    float: left;
    padding: 26px 0px 0px 0px;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}

.maindiv {
    float: left;
    width: 100%;
}

    .maindiv .rating {
        float: left;
        width: 25%;
        padding: 8px 0px;
    }

    .maindiv .ratingtext {
        float: left;
        width: 75%;
        font-size: 18px;
    }

    .maindiv .reviewtext {
        float: left;
        width: 100%;
        font-size: 16px;
        padding: 10px 0px;
    }

.MoreActualImg {
    color: #174d5a;
}

.image-box {
    width: 15%;
    padding: 1%;
    margin: .5%;
    display: inline-block;
    font-size: 0;
    float: left;
    height: 70px;
}

    .image-box img {
        max-width: 100%;
    }

.service-outer-circle {
    background: #fff;
    width: 92px;
    height: 92px;
    border-radius: 90px;
    /*box-shadow: 0 0 0 2px #fff, 0 0 0 6px #666;*/
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #ff7400;
    margin: 20px 0px;
    position: relative;
    float: left;
    margin-right: 15%;
}

.mask-service-inner-circle {
    transform: rotate(180deg);
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.service-inner-circle {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: solid 6px #0075ff;
    background: #dbeeff;
}

.service-text-circle, .quality-text-circle, .delivery-text-circle {
    position: absolute;
    /* display: inline-block; */
    color: #030a10;
    top: 20px;
    /* z-index: 9999999; */
    transform: rotate(180deg);
    text-align: center;
}

.divreviewimg {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.divotherreviewcrl {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}

.quality-outer-circle {
    background: #fff;
    width: 92px;
    height: 92px;
    border-radius: 90px;
    /*box-shadow: 0 0 0 2px #fff, 0 0 0 6px #666;*/
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #00b2c8;
    margin: 20px 0px;
    position: relative;
    /*left: 130px;*/
    float: left;
    margin-right: 15%;
}

.mask-quality-inner-circle {
    transform: rotate(180deg);
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.quality-inner-circle {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: solid 6px #0075ff;
    background: #dbeeff;
}

.delivery-outer-circle {
    background: #fff;
    width: 92px;
    height: 92px;
    border-radius: 90px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #666;
    margin: 20px 0px;
    position: relative;
    /*left: 260px;*/
    float: left;
    margin-right: 15%;
}

.mask-delivery-inner-circle {
    transform: rotate(180deg);
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.delivery-inner-circle {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: solid 6px #0075ff;
    background: #dbeeff;
}

.carddetailtablerow .bluebutton {
    margin-left: 0px;
    min-width: 95px;
}

.RevproductName {
    font-size: 24px;
    padding: 5px;
}

.RevstoreName {
    font-size: 18px;
    color: #f78d1e;
    padding: 5px;
}

    .RevstoreName span {
        font-size: 16px;
        color: #000;
    }

.RevpRating {
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
}

    .RevpRating .left {
        width: 35%;
        float: left;
    }

    .RevpRating .right {
        float: left;
    }

        .RevpRating .right input[type="image"] {
            width: 20px;
        }

.RevHead {
    font-size: 20px;
    padding: 10px;
    background: #ececec;
    display: inline-block;
    width: 98%;
}

.RevReviewText {
    padding: 10px;
}

    .RevReviewText textarea {
        width: 98%;
        font-size: 16px;
    }

.RevReview {
    width: 100%;
}

    .RevReview .bluebutton {
        width: 40% !important;
        /* display: block; */
        margin: 10px 30% !important;
        padding: 25px !important;
        /* position: sticky; */
        line-height: 5px !important;
        text-align: center;
        font-size: 18px;
    }

.carddetailtableheading {
    background: #e2e2e2; /* #a1cfdf #33C1D3 #a1c7d0;*/
    color: #1e1e1e; /* #292524#081d3e;*/
    line-height: 36px;
    padding-left: 5px;
    position: relative;
    top: 0px;
    color: #3b5276;
    font-weight: 600;
    font-size: 16px;
}




.carddetailtablerow {
    padding-top: 15px !important;
}


.body_container .topbreadcrambarea {
    padding-bottom: 15px;
}

.infoSec {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .infoSec h2 {
        font-size: 15px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 16px;
        margin: 3px 0px 7px 0px;
    }

    .infoSec p {
        background-position: 5px 0px;
        font-size: 11px;
        line-height: 11px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

.ActiveAttValue {
    background-color: #009999 !important;
    color: #fff !important;
}



.productdesc {
   /* width: 100%;*/
    padding: 15px;
    transition: -webkit-transform .35s cubic-bezier(.17,.67,.21,1);
    transition: transform .35s cubic-bezier(.17,.67,.21,1);
    transition: transform .35s cubic-bezier(.17,.67,.21,1),-webkit-transform .35s cubic-bezier(.17,.67,.21,1);
    will-change: transform;
    position: relative;
    background: #fff;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
}

.pname a {
    /* color: #878787;*/
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    max-width: 365px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.prodSalePrice {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    padding: 0px 5px;
}

    .prodSalePrice img {
        width: 25px;
    }

.prodPrice {
    float: left;
}

.discount {
    color: #388e3c;
    font-size: 13px;
    letter-spacing: -.2px;
    font-weight: 500;
    margin-left: 5px;
    float: left;
}

.seller {
    color: #878787;
    font-size: 12px;
    padding-bottom: 5px;
    word-wrap: break-word;
    padding-left: 5px;
    width:100%;
    float: left;
}

.prodStrikePrice {
    text-decoration: line-through;
    font-size: 14px;
    color: #878787;
    display: inline-block;
    margin-left: 8px;
}

.attname {
    display: inline-block;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
    padding: 5px;
}




/*Image gallery*/
/** {
    box-sizing: border-box;
}*/

/*.row > .bottomReviewImage {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}*/

.bottomReviewImage {
    margin-right: 4px;
    position: relative;
    width: 62px;
    height: 45px;
}

.divBottomReviewImg {
    width: 100%;
    padding: 4px 0px;
    /*height: 70%;*/
    justify-content: center;
    display: flex;
    background: #898686;
}

.reviewcmdall {
    display: flex;
    width: 100%;
}

.leftsideimgdiv {
    width: 50%;
    background: black;
}

.righsidecmddiv {
    display: flex;
    width: 46%;
    margin: 0% 2% 0% 2%;
}

.zoomactive {
    border: 1px solid white;
}

    .zoomactive:hover {
        opacity: 0.9;
    }
/*.active{
    border:1px solid white;
}
    .active:hover {
        opacity: 0.9;        
    }*/
/* The Modal (background) */
/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}*/

/* Modal Content */
/*.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}*/

/* The Close Button */
/*.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}*/

/* Next & previous buttons */


/* Number text (1/3 etc) */
/*.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/
/*28-11-2022*/
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    margin-left: 20px;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    margin-right: 395px;
    /*display:none;*/
}

/* Position the "next button" to the right */
.next {
    /*9-12-2022*/
    right: -5px;
    border-radius: 3px 0 0 3px;
}

.invisible {
    display: none;
    cursor: not-allowed;
    opacity: 0.3;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.commentUser {
    font-size: 12px;
    font-weight: bold;
    color: #545151 !important;
    padding: 3px 0px;
}

#bottomReviewImg .elastislide-horizontal {
    padding: 0px;
}

#bottomReviewImg .elastislide-carousel {
    overflow: hidden;
    position: relative;
    /*min-height: 250px;*/
    min-height: 0px;
    padding-top: 0px;
    padding-left: 10px;
}

#bottomReviewImg .elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    min-width: 0px;
}

#bottomReviewImg .elastislide-wrapper {
    min-height: 0px;
}

#bottomReviewImg .elastislide-horizontal nav span {
    top: 88%;
}

    #bottomReviewImg .elastislide-horizontal nav span.elastislide-next {
        right: 38%;
    }

#bottomReviewImg .elastislide-list {
    max-height: 50px !important;
}

#bottomReviewImg .elastislide-next {
    display: none;
}

#bottomReviewImg .elastislide-list {
    display: block;
}

#divBottomFullReviewImage .elastislide-list {
    display: block;
}



#divBottomFullReviewImage .elastislide-horizontal {
    padding: 0px;
}

#divBottomFullReviewImage .elastislide-carousel {
    overflow: hidden;
    position: relative;
    /*min-height: 250px;*/
    min-height: 0px;
    padding-top: 0px;
    padding-left: 10px;
}

#divBottomFullReviewImage .elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    min-width: 0px;
}

#divBottomFullReviewImage .elastislide-wrapper {
    min-height: 0px;
}

#divBottomFullReviewImage .elastislide-horizontal nav span {
    top: 88%;
}

    #divBottomFullReviewImage .elastislide-horizontal nav span.elastislide-next {
        right: 38%;
    }

#divBottomFullReviewImage .elastislide-list {
    max-height: 50px !important;
}

#divFullReviewImage ul li {
    margin-bottom: 0px;
}
/*29-12-22*/
.AlgnCrny {
    display: flex;
    justify-content: center;
}

.likbtndsn {
    color: #363636;
    border: 1px solid darkgrey;
    border-radius: 30%;
    padding: 3px;
}

    .likbtndsn:active {
        color: #2e5e99;
        /*border: 1px solid #2e5e99;
        border-radius: 30%;*/
        padding: 3px;
    }

.productnewclsdsnpad {
    padding: 2% !important;
    width: 96%;
    display: grid;
}

    .productnewclsdsnpad .starOuter .starinner {
        margin: 0px !important;
    }

.NewSpanCus {
    color: black !important;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px !important;
}

.likbtndsnmo {
    color: blue;
    border: 1px solid darkgrey;
    border-radius: 30%;
    padding: 3px;
}

.lnkYesCss {
    border: 1px solid darkgrey;
    border-radius: 30%;
    padding: 0px;
}

.divNoRecords {
    font-size: 25px;
    color: red;
    text-align: center;
    padding: 128px;
}

.cssCaptchaText {
    position: absolute !important;
    right: 0px !important;
    top: 5px !important;
    border: 1px solid lightgrey !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    padding: 5px !important;
    font-size: 15px !important;
}

.divCaptchaImg {
    padding: 5px !important;
    max-width: 200px !important;
    border: none !important;
    /* margin-left: 0px !important;*/
}

.reviewLogin {
    background: url(../images/verify-card.png) no-repeat;
    background-size: auto auto;
    background-size: cover;
    float: left;
    width: 47% !important;
    border: none;
    color: #ffffff;
    /* height: 45px; */
    font-size: 21px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    /* margin-bottom: 5px; */
    margin-top: 10px;
    text-align: center;
    padding: 1%;
    margin-right: 2%;
}

.reviewActionBut {
    background: rgba(36,100,189,1);
    background: -moz-linear-gradient(top, rgba(36,100,189,1) 0%, rgba(71,129,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,100,189,1)), color-stop(100%, rgba(71,129,209,1)));
    background: -webkit-linear-gradient(top, rgba(36,100,189,1) 0%, rgba(71,129,209,1) 100%);
    background: -o-linear-gradient(top, rgba(36,100,189,1) 0%, rgba(71,129,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,100,189,1) 0%, rgba(71,129,209,1) 100%);
    background: linear-gradient(to bottom, rgba(36,100,189,1) 0%, rgba(71,129,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2464bd', endColorstr='#4781d1', GradientType=0 );
    float: left;
    width: 47% !important;
    border: none;
    color: #ffffff;
    font-size: 21px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    padding: 1%;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .carddetailtableheading {
        background: #e2e2e2; /* #a1cfdf #33C1D3 #a1c7d0;*/
        color: #1e1e1e; /* #292524#081d3e;*/
        line-height: 24px;
        padding-left: 5px;
        position: relative;
        top: 0px;
        color: #3b5276;
        font-weight: 600;
        font-size: 13px;
    }

    .service-outer-circle {
        /*margin: 20px 10px;*/
        margin-right: 10%;
    }

    .quality-outer-circle {
        /*margin: 20px 10px;*/
        margin-right: 10%;
    }

    .delivery-outer-circle {
        margin: 20px 0px;
    }

    .actual-image-box img {
        height: 50px;
    }

    .bbox span {
        font-size: 16px;
    }

    .bbox {
        font-size: 18px;
    }

    .actualMore {
        padding: 20px 5px 0px 15px;
        font-size: 15px;
    }

    .actualCount {
        padding: 12px 0px 0px 0px;
        font-size: 18px;
    }

    .actual-all-box {
        height: 50px;
        padding: 0px 5px;
        margin: 0px;
        width: auto;
    }

    .actual-image-box {
        width: auto;
        padding: 0px;
        margin: 0px;
    }

    .reviewcmdall {
        display: block;
        width: 100%;
    }

    .leftsideimgdiv {
        width: 100%;
    }

    .righsidecmddiv {
        width: 96%;
        display: block;
    }

    #divBottomFullReviewImage .elastislide-horizontal nav span {
        bottom: 0px;
    }

    .elastislide-horizontal nav span {
        top: auto;
        left: 0px;
        margin-top: 0px;
    }

    #divBottomFullReviewImage .elastislide-horizontal nav span {
        top: auto;
    }

    .prev {
        display: none;
    }

    .next {
        display: none;
    }

    #divBottomFullReviewImage .elastislide-horizontal nav span.elastislide-next {
        right: 5px;
    }

    .divCaptchaImg {
        padding: 0px;
        width: 175px !important;
        border: none;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .cssCaptchaText {
        font-size: 15px;
        /* border: 1px solid lightgrey; */
        box-shadow: none;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        width: 120px !important;
        right: 0px;
        top: 0px;
    }

    .login {
        width: 94% !important;
    }

    .reviewLogin {
        font-size: 16px;
    }

    .reviewActionBut {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .productdetailApparelleftarea { /* width: 90%!important; */
        width: 100% !important;
        min-height: 250px;
    }

    .bigimageareaApparel {
        height: 100%;
        padding-left: 0;
        float: none; /* padding-top: 25%; */
        padding-right: 0%;
        margin: 0 10%;
        width: 80%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 500px) and (orientation: portrait) {
    .bigimageareaApparel {
        height: 100%;
        padding-left: 0;
        float: none; /* padding-top: 25%; */
        padding-right: 0%;
        margin: 0 10%;
        width: 80%;
    }
}

@media screen and (max-width: 673px) {
    #gallery_01 img {
        width: 60px;
        height: 60px;
        margin: 2px;
    }

    .bigimageareaApparel {
        height: 100%;
        padding-left: 0;
        float: none; /* padding-top: 25%; */
        padding-right: 0%;
        margin: 0 15%;
        width: 70%;
    }
}

.relPimg a img {
    padding: 3px;
    max-width: 110px;
    /*  max-height: 110px;*/
    -webkit-box-shadow: 2px 2px 3px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px 3px #ccc;
    box-shadow: 2px 2px 3px 3px #ccc;
    margin-bottom: 12px;
}

@media only screen and (max-width: 480px) {
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        width: 20px;
        height: 30px;
        font-size: 14px !important;
        top: 45%;
        box-shadow: 0px 0px 0px 0px #000;
        line-height: 28px;
    }
}

@media screen and (max-width: 673px) {
    .resp-tabs-container .container-fluid {
        padding-right: 20px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .Col3 {
        width: 100%;
        padding-left: 0;
    }
    .prodCartArea {
       
        width: 35px;
       
    }
    .bigimageareaApparel {
        height: 100%;
        padding-left: 0;
        float: none; /* padding-top: 25%; */
        padding-right: 0%;
        margin: 0 5%;
        width: 90%;
    }
}

.divSupplier {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    color: #E65100;
}

.divShipChoice {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #003788;
    padding-left: 15px;
    margin-top: 20px;
}

.ChkshipOption {
    padding-top: 10px;
}

    .ChkshipOption input[type="radio"], input[type="checkbox"] {
        float: left;
        margin: 4px 10px 4px;
    }

    .ChkshipOption input[type="radio"], input[type="checkbox"] {
        float: left;
        margin: 4px 10px 4px;
    }

.ChkImage {
    padding: 10px 0px;
}

    .ChkImage img {
        width: 60px;
    }

.ChkProducts {
    padding: 10px 0px;
}

    .ChkProducts .prodOrgPrice-wcart {
        padding-top: 5px;
    }

.ChkShipChoiceList {
    margin-left: 15px;
    margin-bottom: 15px px;
}

    .ChkShipChoiceList label {
        padding-left: 10px;
    }

form {
    margin: 0 0 0;
}

.ChkshipOption li label {
    min-width: 250px;
}

.shipprice {
    display: block;
    color: #E65100;
    font-size: 14px;
    float: right;
}

.estimatedeliveryArea .content img {
    max-width: auto !important;
}

.estimatedeliveryArea .ChkProducts a {
    font-size: 16px;
}

.spnoptname {
    width: 100%;
    display: inline-block;
    color: #3565ad;
    font-size: 14px;
    font-weight: bold;
}

.spnnotes {
    width: 100%;
    display: block;
    padding-top: 5px;
    font-size: 13px;
    color: #0f898f;
}

.spnsprice {
    display: block;
    width: 100%;
    /*  font-size: 16px;*/
    line-height: 16px;
    /* padding-top: 5px;*/
}
@media only screen and (min-width:320px) and (max-width:479px) {
    .RevReview .bluebutton {
        width: 68% !important;
        margin: 10px 16% !important;
        padding: 25px !important;
        line-height: 5px !important;
        text-align: center;
        font-size: 12px;
    }
    .cartDtlContLeft {
        float: left;
        width: 55%;
    }
}
