/*body {
    background: #eee !important;
}

.wrapper {
    margin-top: 200px;
    margin-bottom: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
    margin-left: 20px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}*/

.field-validation-error, .validation-summary-errors {
    color: #b94a48;
}


@import url('animate.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);

html {
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 10px;
}

    html input[disabled] {
        cursor: default;
    }

body {
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

template {
    display: none;
}
/*
a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
  text-decoration: underline;
}
a:active {
  outline: 0;
}
a:hover {
  color: #1e8dca ;
  outline: 0;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:focus {
  color: #1e8dca ;
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
  text-decoration: underline;
} */

abbr[title] {
    border-bottom: 1px dotted;
}

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ffff00;
    color: #000000;
}

small {
    font-size: 80%;
}

sub {
    bottom: -0.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}

img {
    border: 0;
    max-width: 100%;
    page-break-inside: avoid;
    vertical-align: middle;
}

svg:not(root) {
    overflow: hidden;
}

figure {
    margin: 0;
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-top: 1px solid #eeeeee;
    border: 0;
    box-sizing: content-box;
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

pre {
    border: 1px solid #999999;
    overflow: auto;
    page-break-inside: avoid;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled] {
        cursor: default;
    }

input {
    line-height: normal;
}

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input[type="checkbox"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="radio"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button {
        height: auto;
    }

    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -moz-box-sizing: content-box;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*@media {
  print *,
  print *:before,
  print *:after {
    color: #000000 !important;
    -webkit-box-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}*/
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr {
    page-break-inside: avoid;
}

p {
    orphans: 3;
    widows: 3;
}

h2 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
}

h3 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
}

.navbar {
    display: block;
}

.btn > .caret {
    border-top-color: #000000 !important;
}

.dropup > .btn > .caret {
    border-top-color: #000000 !important;
}

.label {
    border: 1px solid #000000;
}

.table {
    border-collapse: collapse !important;
}

    .table td {
        background-color: #ffffff !important;
    }

    .table th {
        background-color: #ffffff !important;
    }

.table-bordered th {
    border: 1px solid #dddddd !important;
}

.table-bordered td {
    border: 1px solid #dddddd !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[role="button"] {
    cursor: pointer;
}

ul {
    margin-bottom: 10px;
    margin-top: 0;
    list-style: none;
}

ol {
    margin-bottom: 10px;
    margin-top: 0;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

dl {
    margin-bottom: 20px;
    margin-top: 0;
}

dt {
    font-weight: bold;
    line-height: 1.42857143;
}

dd {
    line-height: 1.42857143;
    margin-left: 0;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    z-index: 2000;
    position: fixed;
    height: 60px;
    width: 60px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*
.pace.pace-inactive .pace-activity {
  display: none;
}
.pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  height: 40px;
  width: 40px;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}*/
/*@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
.pace-activity:before {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 0px;
  height: 20px;
  width: 20px;
  display: block;
  border-width: 0px;
  border-style: solid;
  border-color: #FF8700 rgba(0,0,0,0) rgba(0,0,0,0);
  border-radius: 54px;
  -o-border-radius: 54px;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select::-ms-expand {
    display: none;
}

:-ms-input-placeholder {
    color: black !important;
}

.row {
    clear: both;
    display: table;
    width: 100%;
}

    .row .column {
        float: left;
    }

        .row .column:last-child {
            float: right;
            margin-right: 0;
        }

    .row:before {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
        content: " ";
        display: table;
    }

.col1 {
    margin-right: 1.05263%;
    width: 7.36842%;
}

.col2 {
    margin-right: 1.05263%;
    width: 15.78947%;
}

.col3 {
    margin-right: 1.05263%;
    width: 24.21052%;
}

.col4 {
    margin-right: 1.05263%;
    width: 32.63157%;
}

.col5 {
    margin-right: 1.05263%;
    width: 41.05263%;
}

.col6 {
    margin-right: 1.05263%;
    width: 49.47368%;
}

.col7 {
    margin-right: 1.05263%;
    width: 57.89473%;
}

.col8 {
    margin-right: 1.05263%;
    width: 66.31578%;
}

.col9 {
    margin-right: 1.05263%;
    width: 74.73684%;
}

.col10 {
    margin-right: 1.05263%;
    width: 83.15789%;
}

.col11 {
    margin-right: 1.05263%;
    width: 91.57894%;
}

.col12 {
    margin-right: 0;
    width: 100%;
}

input::-webkit-input-placeholder {
    color: #757575;
}

input::-moz-placeholder {
    color: #757575;
}

input::-ms-input-placeholder {
    color: #757575;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

img.lazy {
    display: block;
    /*background-image: url('http://cdn.shopclues.com/images/no_image.gif');*/
    background-repeat: no-repeat;
    background-size: 100%;
}

a {
    outline: none;
    border: none;
}

    a:hover,
    a:focus {
        outline: none;
    }

.g_line_top {
    border-top: #cecece solid 1px;
}

.g_line_bottom {
    border-bottom: #cecece solid 1px;
}

.txt_elipcis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.grey_panel {
    width: 30%;
    background: #f6f6f6;
}
/* .btn {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  outline: none;
  width: 100%;
  padding: 12px 10px;
}
.btn:hover {
  opacity: 0.8;
  text-decoration: none;
} */
.orange {
    background: #eb7f00;
    color: #ffffff !important;
}

.blue {
    background: #1e8dca !important;
    color: #ffffff !important;
    display: block;
    text-decoration: none;
}

.blue_white {
    background: #ffffff;
    color: #1e8dca !important;
    border: 1px solid #1e8dca;
    font-size: 16px;
}

.orange_white {
    background: #ffffff;
    color: #eb7f00 !important;
    border: 1px solid #eb7f00;
    font-size: 16px;
}

.disable {
    display: block;
    text-decoration: none;
    background-color: #ddd !important;
    border-color: #cccccc !important;
    color: #999999 !important;
    cursor: no-drop !important;
}

.error_text {
    font-size: 12px;
    color: #eb2e2e !important;
    margin-top: 5px;
    clear: both;
}

    .error_text span {
        display: block;
        position: relative;
    }

        .error_text span:after {
            display: inline-block;
            content: '';
            position: absolute;
            top: 2px;
            right: 0;
            width: 14px;
            height: 12px;
            background: url("/Content/Images/dsprite.png") no-repeat 0px -409px;
        }

.success_text {
    color: #6bc224 !important;
}

.regular-radio {
    display: none;
}

    .regular-radio + label {
        display: block;
        position: relative;
        padding: 5px 0 5px 30px;
        font-size: 14px;
        line-height: 15px;
        color: #000000;
    }

        .regular-radio + label::before {
            background-color: #ffffff;
            border: 2px solid #a8a8a8;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            display: inline-block;
            content: ' ';
            width: 24px;
            height: 24px;
            background-image: none;
            left: 0;
            top: 1px;
            position: absolute;
        }

        .regular-radio + label::after {
            background-color: #eb7f00;
            border: #ffffff solid 2px;
            background-image: none;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            content: " ";
            height: 16px;
            width: 16px;
            position: absolute;
            left: 4px;
            top: 5px;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: 240ms;
            -moz-transition: 240ms;
            -ms-transition: 240ms;
            -o-transition: 240ms;
        }

        .regular-radio + label .gc_applied {
            margin: 0 0 0 15px;
            position: absolute;
            display: inline-block;
            vertical-align: top;
            right: 10px;
            padding: 1px 6px 0px 22px;
            color: #00bc71;
            font-size: 12px;
            top: 5px;
        }

            .regular-radio + label .gc_applied:before {
                content: '';
                position: absolute;
                width: 18px;
                height: 18px;
                z-index: 0;
                border-radius: 50px;
                top: 0;
                box-sizing: border-box;
                background: #00bc71;
                left: 0;
            }

            .regular-radio + label .gc_applied:after {
                background-image: none;
                border-color: #ffffff;
                border-image: none;
                border-radius: 0;
                border-style: solid;
                border-width: 0 2px 2px 0;
                content: "" !important;
                display: block;
                height: 9px;
                left: 7px;
                position: absolute;
                top: 4px;
                transform: rotate(45deg);
                width: 5px;
                z-index: 9;
            }

    .regular-radio:checked + label:before {
        background-color: #ffffff;
        border: 2px solid #eb7f00;
    }

    .regular-radio:checked + label:after {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .regular-radio:disabled + label {
        color: #ccc !important;
    }

        .regular-radio:disabled + label:before {
            border: 2px solid #e0e0e0 !important;
        }

.sc_contect_wraper {
    margin: 0 auto;
    /*max-width: 1366px;*/
    min-width: 1000px;
    height: 100%;
    padding: 0 15px;
    position: relative;
}

.clues_contentm_container .sc_contect_wraper {
    background: #ffffff;
    box-shadow: #e5e5e5 0px 0px 5px;
    padding: 15px 15px;
}

.tab_data {
    display: none;
}

.primary_shadow_box {
    background: #ffffff;
    padding: 45px;
    -webkit-box-shadow: #ccc 0px 0px 10px;
    -moz-box-shadow: #ccc 0px 0px 10px;
    box-shadow: #ccc 0px 0px 10px;
}

.scrollable {
    height: 100%;
}

    .scrollable <.container {
        padding-right: 0px !important;
    }

.cross_icon {
    position: relative;
}

    .cross_icon::after,
    .cross_icon::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        background: #333333;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 5px;
    }

    .cross_icon::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

.default_popup {
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
    background-color: rgba(0,0,0,0.8);
}

    .default_popup .container {
        background: white none repeat scroll 0 0;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 450px;
        height: auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .default_popup .cross_icon {
        position: absolute;
        right: 9px;
        top: 8px;
        width: 12px;
        height: 15px;
    }

    .default_popup .spinner {
        position: fixed;
        z-index: 2000;
        display: none;
        position: absolute;
        left: 45%;
        top: 45%;
        height: 40px;
        width: 40px;
        /*background: url('http://cdn.shopclues.com/images/mobile/spinner.png') no-repeat center center;*/
        background-size: contain;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        -o-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

.fixed_popup {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.8);
}

    .fixed_popup .container {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 30px 50px;
        background: #ffffff;
    }

        .fixed_popup .container h2 {
            display: block;
            margin: 0px 0px 5px 0px;
            padding: 0;
            color: #353535;
            font-size: 20px;
            font-weight: 400;
            position: relative;
        }

        .fixed_popup .container p {
            margin: 5px 0px 5px 0px;
            padding: 0;
            font-size: 13px;
            color: #7e7e7e;
        }

    .fixed_popup .cross_icon {
        background: #ebebeb;
        width: 56px;
        height: 56px;
        left: -56px;
        position: absolute;
        top: 0;
    }

        .fixed_popup .cross_icon::before,
        .fixed_popup .cross_icon::after {
            height: 29px;
            right: 27px;
            top: 13px;
        }

.bulk_popup .container {
    padding: 10px 15px 40px 15px;
}

.bulk_popup h3 {
    margin: 0;
    padding: 0px 0 20px 0;
    font-weight: 500;
}

.bulk_popup .details .p_image {
    display: inline-block;
    max-width: 80px;
    width: 32%;
}

.bulk_popup .details .p_name {
    display: inline-block;
    color: #000000;
    vertical-align: top;
    margin: -5px 0px 0px 10px;
}

.bulk_popup table {
    background: #fff none repeat scroll 0 0;
    border: 0;
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    width: 100%;
}

    .bulk_popup table tr {
        font-size: 13px;
    }

        .bulk_popup table tr th {
            color: #363636;
            padding: 5px 5px 15px 0;
            vertical-align: top;
            width: 33%;
        }

        .bulk_popup table tr td {
            color: #7e7e7e;
            padding: 15px 15px 15px 0;
            position: relative;
            vertical-align: top;
        }

.s_cart_overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

    .s_cart_overlay .sc_contect_wraper .sclues_cart {
        display: block;
        height: 100%;
        background: #ffffff;
    }

.blue_overlay {
    background-color: rgba(85,51,111,0.8) !important;
}

.default_form {
    clear: both;
}

    .default_form .s_row {
        position: relative;
        margin: 43px 0 20px 0;
    }

        .default_form .s_row input {
            border: none;
            border-bottom: 1px solid #dddddd;
            width: 100%;
            font-size: 14px;
            padding: 6px 0px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            -webkit-appearance: none;
        }

            .default_form .s_row input:focus {
                outline: none;
            }

        .default_form .s_row select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url("../images/arrowdown.png") no-repeat scroll 99% 12px;
            border-color: #dddddd;
            border-image: none;
            border-radius: 0;
            border-style: none none solid;
            border-width: medium medium 1px;
            font-size: 14px;
            padding: 6px 40px 6px 0;
            width: 100%;
            background-size: 12px;
        }

        .default_form .s_row .forgot_pass {
            float: right;
            text-decoration: none;
            color: #a8a8a8;
            font-size: 13px;
            padding: 5px 0;
            position: relative;
            right: -21px;
        }

            .default_form .s_row .forgot_pass:hover {
                text-decoration: underline;
            }

        .default_form .s_row .error {
            border-bottom: 1px solid #eb2e2e;
        }

        .default_form .s_row > label {
            color: #a8a8a8;
            font-family: Roboto;
            position: absolute;
            pointer-events: none;
            left: 0;
            top: 4px;
            display: inline-block;
            width: 100%;
            -webkit-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
            -moz-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
            transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
        }

        .default_form .s_row > span {
            display: block;
            position: relative;
        }

            .default_form .s_row > span:before {
                content: '';
                display: inline-block;
                position: absolute;
                right: 50%;
                bottom: 0;
                width: 0%;
                height: 1px;
                z-index: 9;
                background: #1e8dca;
                -webkit-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
                -moz-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
                transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
            }

            .default_form .s_row > span:after {
                content: '';
                display: inline-block;
                position: absolute;
                left: 50%;
                bottom: 0;
                width: 0%;
                height: 1px;
                z-index: 9;
                background: #1e8dca;
                -webkit-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
                -moz-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
                transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
            }

        .default_form .s_row input:focus ~ label,
        .default_form .s_row .label-valid {
            top: -20px;
            left: 0;
            font-size: 13px;
            color: #cacaca;
        }

        .default_form .s_row input:focus ~ span:before {
            width: 50%;
        }

        .default_form .s_row input:focus ~ span:after {
            width: 50%;
        }

    .default_form fieldset {
        border: 0;
    }

.password_txt {
    padding: 6px 30px 6px 0px !important;
}

.clues_header {
    width: 100%;
    height: 103px;
}

    .clues_header .topbar {
        background: #fff;
        height: 60px;
    }
        /*.clues_header .topbar .shopclues_logo {
  text-align: center;
  float: left;
  margin-top: 10px;
}
.clues_header .topbar .shopclues_logo img {
  max-width: 170px;
  width: 100%;
}*/
        .clues_header .topbar .site_search {
            float: left;
            margin-top: 10px;
            width: 39%;
        }

            .clues_header .topbar .site_search > div {
                display: table-cell;
            }

            .clues_header .topbar .site_search input {
                border: #efefef solid 1px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                font-size: 14px;
                padding: 10px;
                outline: none;
            }

                .clues_header .topbar .site_search input[type="text"] {
                    width: 100%;
                    padding-right: 35%;
                }

                .clues_header .topbar .site_search input[type="submit"] {
                    color: #ffffff;
                    display: inline-block;
                    background: #3377af;
                    padding-left: 20px;
                    padding-right: 20px;
                    margin-left: 10%;
                }

            .clues_header .topbar .site_search .search_input {
                position: relative;
                width: 100%;
            }

                .clues_header .topbar .site_search .search_input .search_categories {
                    position: absolute;
                    right: 5px;
                    top: 10px;
                    margin: auto;
                    border-left: 1px solid #ccc;
                    padding-right: 20px;
                    height: 20px;
                }

                    .clues_header .topbar .site_search .search_input .search_categories span {
                        color: #757575;
                        padding: 0 0 15px 8px;
                        display: block;
                    }

                        .clues_header .topbar .site_search .search_input .search_categories span:hover {
                            cursor: pointer;
                        }

                            .clues_header .topbar .site_search .search_input .search_categories span:hover > ul {
                                display: block !important;
                            }

                        .clues_header .topbar .site_search .search_input .search_categories span::after {
                            width: 0;
                            height: 0;
                            content: "";
                            position: absolute;
                            border-top: 5px solid #757575;
                            border-left: 5px solid transparent;
                            border-right: 5px solid transparent;
                            border-bottom: 5px solid transparent;
                            top: 8px;
                            right: 0px;
                        }

                    .clues_header .topbar .site_search .search_input .search_categories ul {
                        position: absolute;
                        background: #fff;
                        width: 200px;
                        list-style: none;
                        margin: 0px;
                        padding: 0;
                        z-index: 9;
                        border: 1px solid #ccc;
                        box-shadow: 0 0 5px #f9f9f9;
                        top: 25px;
                    }

                        .clues_header .topbar .site_search .search_input .search_categories ul li {
                            padding: 7px 10px;
                            display: block;
                            border-bottom: 1px solid #ddd;
                        }

                            .clues_header .topbar .site_search .search_input .search_categories ul li:hover a {
                                color: #000;
                            }

                            .clues_header .topbar .site_search .search_input .search_categories ul li a {
                                text-decoration: none;
                                display: block;
                                font-size: 13px;
                                color: #757575;
                                -webkit-transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -ms-transition: all .3s ease-in-out;
                                -o-transition: all .3s ease-in-out;
                            }

        .clues_header .topbar .header_icons {
            float: right;
            width: 41%;
        }

            .clues_header .topbar .header_icons ul {
                list-style: none;
                overflow: hidden;
                margin: 0px;
                display: inline-block;
                float: right;
                padding: 0;
            }

                .clues_header .topbar .header_icons ul li {
                    float: left;
                    position: relative;
                    margin-left: 15px;
                }

                    .clues_header .topbar .header_icons ul li::after {
                        background: none repeat scroll 0 0 #b4b2b2;
                        content: "";
                        display: inline-block;
                        height: 20px;
                        margin-left: 35px;
                        position: absolute;
                        top: 20px;
                        width: 1px;
                        right: -5px;
                    }

                    .clues_header .topbar .header_icons ul li:first-child {
                        margin-left: 0px;
                    }

                    .clues_header .topbar .header_icons ul li.change_location a {
                        width: 100px;
                        background-position: -300px -83px;
                    }

                        .clues_header .topbar .header_icons ul li.change_location a:hover {
                            background-position: -300px 5px;
                        }

                    .clues_header .topbar .header_icons ul li.sell_here a {
                        width: 80px;
                        background-position: 12px -83px;
                    }

                        .clues_header .topbar .header_icons ul li.sell_here a:hover {
                            background-position: 12px 5px;
                        }

                    .clues_header .topbar .header_icons ul li.call_us a {
                        width: 60px;
                        background-position: -240px -84px;
                    }

                        .clues_header .topbar .header_icons ul li.call_us a:hover {
                            background-position: -240px 4px;
                        }

                    .clues_header .topbar .header_icons ul li.sign_in a {
                        width: 60px;
                        background-position: -163px -84px;
                    }

                        .clues_header .topbar .header_icons ul li.sign_in a:hover {
                            background-position: -163px 4px;
                        }

                    .clues_header .topbar .header_icons ul li.cart::after {
                        display: none;
                    }

                    .clues_header .topbar .header_icons ul li.cart a {
                        width: 45px;
                        background-position: -91px -84px;
                    }

                        .clues_header .topbar .header_icons ul li.cart a:hover {
                            background-position: -91px 4px;
                        }

                    .clues_header .topbar .header_icons ul li a {
                        /*background: url(http://cdn.shopclues.com/images/ui/sprite-icons-new-header.png) no-repeat;*/
                        display: table-cell;
                        text-decoration: none;
                        font-size: 12px;
                        height: 57px;
                        vertical-align: bottom;
                        text-align: center;
                        color: #787878;
                    }

                        .clues_header .topbar .header_icons ul li a:hover {
                            color: #007ac0;
                        }

    .clues_header .menubar {
        width: 100%;
        background: #1e8dca;
        border-bottom: #00cde5 solid 3px;
    }

        .clues_header .menubar ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .clues_header .menubar ul li {
                display: inline-block;
                margin-right: 15px;
            }

                .clues_header .menubar ul li a {
                    display: block;
                    text-decoration: none;
                    color: #ffffff;
                    font-size: 13px;
                    position: relative;
                    padding: 10px 5px 10px 35px;
                }

                    .clues_header .menubar ul li a::before {
                        content: '';
                        display: inline-block;
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 0;
                        top: 4px;
                        /*background: url('http://cdn.shopclues.com/images/ui/sprite-icons-new-header.png') no-repeat;*/
                    }

                    .clues_header .menubar ul li a:hover {
                        color: #000000;
                    }

            .clues_header .menubar ul .nrh-dimension a::before {
                background-position: 4px -402px;
            }

            .clues_header .menubar ul .ssb a::before {
                background-position: 4px -577px;
            }

.cart_steps {
    display: block;
    padding: 13px 30px;
    border-bottom: 1px solid #d2d2d2;
    background: #ffffff;
    margin: 0 -15px;
}

    .cart_steps .logo {
        display: inline-block;
        width: auto;
        padding: 0 0 0 36px;
        position: relative;
        cursor: pointer;
    }

        .cart_steps .logo i {
            display: none;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 46px;
            height: 46px;
            background: rgba(0,0,0,0) url("../images/prev.png") no-repeat scroll -7px 0px;
        }

        .cart_steps .logo img {
            /*max-width: 165px;*/
            min-width: 165px;
        }

    .cart_steps .n_steps {
        display: inline-block;
        float: right;
        margin: 5px 0 0 0;
    }

        .cart_steps .n_steps ul {
            padding: 0;
            margin: 0;
            position: relative;
            top: 4px;
        }

            .cart_steps .n_steps ul li {
                display: inline-block;
                padding: 0 0 0 35px;
                margin: 0 30px 0 0;
                position: relative;
                list-style-type: none;
                line-height: 26px;
                color: #a8a8a8;
                font-weight: 500;
                font-size: 14px;
                font-family: roboto;
            }

                .cart_steps .n_steps ul li::before {
                    background: #bcbcbc;
                    border-radius: 50px;
                    color: #ffffff;
                    display: block;
                    font-size: 14px;
                    height: 26px;
                    left: 0;
                    line-height: 27px;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    width: 26px;
                    font-weight: bold;
                }

                .cart_steps .n_steps ul li:nth-child(1)::before {
                    content: "1";
                }

                .cart_steps .n_steps ul li:nth-child(2)::before {
                    content: "2";
                }

                .cart_steps .n_steps ul li:nth-child(3) {
                    margin-right: 0;
                }

                    .cart_steps .n_steps ul li:nth-child(3)::before {
                        content: "3";
                    }

            .cart_steps .n_steps ul > .progress {
                color: #000000;
            }

                .cart_steps .n_steps ul > .progress::before {
                    background: #5dd3de !important;
                }

            .cart_steps .n_steps ul > .success {
                color: #000000;
            }

                .cart_steps .n_steps ul > .success::before {
                    background: #66cc00 !important;
                    content: "" !important;
                }

                .cart_steps .n_steps ul > .success::after {
                    border-color: #ffffff;
                    border-image: none;
                    border-style: solid;
                    border-width: 0 2px 2px 0;
                    content: "" !important;
                    display: block;
                    height: 15px;
                    left: 9px;
                    position: absolute;
                    top: 4px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    width: 8px;
                    z-index: 9;
                    background-image: none;
                }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

i.pass_eye_o,
i.pass_eye_c {
    position: relative;
    float: right;
    width: 23px;
    height: 17px;
    right: 0;
    bottom: 22px;
    background: url("/Content/Images/dsprite.png") no-repeat -107px 1px;
    cursor: pointer;
}

i.pass_eye_c {
    background: url("/Content/Images/dsprite.png") no-repeat -139px 1px !important;
}

i.timer {
    position: relative;
    display: inline-block;
    content: '';
    width: 16px;
    height: 18px;
    background: url("/Content/Images/dsprite.png") no-repeat -16px -406px;
}

#login {
    display: block;
}

.form_section {
    padding: 0px !important;
    background: #e7e5e6;
}

    .form_section .login_center {
        margin: 20px auto 0;
        width: 608px;
        padding: 0;
        background: #ffffff;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        position: relative;
    }

    .form_section .login_n_register {
        display: inline-block;
        vertical-align: top;
        padding: 50px;
        height: 100%;
    }

        .form_section .login_n_register .tabs h2 {
            float: left;
            margin: 0px 45px 15px 0px;
            color: #353535;
            font-size: 20px;
            font-weight: 400;
            position: relative;
        }

            .form_section .login_n_register .tabs h2 a {
                color: #353535;
                text-decoration: none;
            }

            .form_section .login_n_register .tabs h2:after {
                position: absolute;
                bottom: -10px;
                left: 0;
                content: '';
                display: inline-block;
                height: 2px;
                width: 100%;
                background: #ffffff;
            }

    /*.form_section .login_n_register .tabs h2.active {
                color: #1e8dca;
            }

                .form_section .login_n_register .tabs h2.active a {
                    color: #1e8dca;
                }

                .form_section .login_n_register .tabs h2.active:after {
                    background: #1e8dca;
                }*/

    .form_section .sc_contect_wraper {
        padding: 0 15px 20px;
    }

.user_login {
    width: 490px;
}

@media all and (max-width: 767px) {
    .form_section .login_center {
        width: 100%;
    }

    .user_login {
        width: 100%;
    }

    .login_n_register,
    .tab_data_wrap {
        width: 100%;
    }
/*
    .label_jump,
    .default_form .s_row input {
        width: 100%;
    }*/
}



.user_login form {
    clear: both;
}

.user_login .user_registration {
    background: #efefef none repeat scroll 0 0;
    display: block;
    padding: 20px;
    margin: 0 0px 0 -25px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
}

    .user_login .user_registration a {
        text-decoration: none;
    }

        .user_login .user_registration a:hover {
            text-decoration: underline;
        }

.user_register {
    width: 500px;
}

    .user_register .tnc_info {
        display: inline-block;
        font-size: 12px;
        color: #a8a8a8;
        margin-top: 10px;
    }

        .user_register .tnc_info a {
            color: #1e8dca;
            text-decoration: none;
        }

            .user_register .tnc_info a:hover {
                text-decoration: underline;
            }

.sl_options {
    margin: 75px 0px 0px 0px;
}

    .sl_options h5 {
        margin: 0px 0px 20px 0px;
        padding: 0;
        font-size: 18px;
        font-weight: normal;
    }

.benefits_section {
    background: #fbfbfb;
    height: 100%;
    width: 370px;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    position: absolute;
    right: 0;
    top: 0;
}

    .benefits_section ul {
        list-style: none;
        margin: 0;
        padding: 70px 50px 0px 50px;
        text-align: center;
    }

        .benefits_section ul li {
            display: inline-block;
            width: 75%;
            margin-bottom: 50px;
        }

            .benefits_section ul li i {
                display: inline-block;
                width: 55px;
                height: 40px;
                margin-bottom: 10px;
                background: url("/Content/Images/dsprite.png") no-repeat;
            }

                .benefits_section ul li i.loyalty {
                    background-position: 0px -271px;
                }

                .benefits_section ul li i.checkout {
                    background-position: 0px -315px;
                }

                .benefits_section ul li i.offer {
                    background-position: 0px -362px;
                }

            .benefits_section ul li h6 {
                font-size: 16px;
                color: #7e7e7e;
                font-weight: 500;
                margin: 0;
                padding: 0;
            }

            .benefits_section ul li p {
                margin: 0;
                padding: 0;
                font-size: 12px;
                color: #a8a8a8;
                line-height: 20px;
            }

.verification {
    width: 600px;
}

.success {
    width: 600px;
}

    .success h2 {
        margin-bottom: 35px !important;
    }

.guest_login {
    width: 600px;
}

.update_account {
    width: 600px;
}

    .update_account ul {
        margin: 30px 0px 0px 0px;
        padding: 0;
        list-style: none;
    }

        .update_account ul li {
            margin: 10px 0px;
        }

            .update_account ul li label {
                display: inline-block;
            }

    .update_account .user_mobile {
        margin: 40px 0px;
        font-size: 16px;
    }

        .update_account .user_mobile span {
            position: relative;
            padding-left: 25px;
        }

            .update_account .user_mobile span:before {
                display: inline-block;
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                width: 14px;
                height: 14px;
                background: url("/Content/Images/dsprite.png") no-repeat 0px -430px;
            }

.relative_login_panel .login_n_register {
    width: 100%;
    padding: 0 300px 0 0;
}

.relative_login_panel .user_login,
.relative_login_panel .user_register {
    width: 100%;
}

.relative_login_panel .benefits_section {
    position: absolute;
    right: 0;
    top: 0;
    border-left: #f1f1f1 solid 1px;
}

    .relative_login_panel .benefits_section ul {
        padding: 50px 0px 0px 0px;
    }

/*By Sanjay Kumar - 01.10.2016 - Responsive*/

.brandName {
    color: #ffffff !important;
    border: none !important;
    border-radius: 0px !important;
    text-decoration: none;
}

.padding {
    padding: 0px !important;
}

.padding-left {
    padding-left: 0px !important;
}

.padding-right {
    padding-right: 0px !important;
}

.top-buffer {
    margin-top: 15px !important;
}

.top-buffer-x1 {
    margin-top: 30px !important;
}

.top-buffer-x2 {
    margin-top: 45px !important;
}

.bottom-buffer {
    margin-bottom: 15px !important;
}

.bottom-buffer-x1 {
    margin-bottom: 30px !important;
}

.bottom-buffer-x2 {
    margin-bottom: 45px !important;
}

/* Color*/

.text-white {
    color: #ffffff !important;
}

.text-red {
    color: #e60000 !important;
}

.text-sky {
    color: #1e8dca !important;
}

.bg-gray {
    background: #e7e5e6;
}

.border-none {
    border: none;
    border-radius: 0px !important;
}

.form_section {
    padding: 0px !important;
    background: #e7e5e6;
    width: 100%;
}


    .form_section .form_wraper {
        padding: 0 15px 20px;
    }

.form_wraper {
    margin: 0 auto;
    /* max-width: 1366px; */
    /* min-width: 1000px; */
    height: 100%;
    padding: 0 15px;
    position: relative;
    width: 608px;
}

.margin-top1 {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.grid-pager {
    padding: 0px 15px;
}

h2.nomargin, h3.nomargin, h4.nomargin, h5.nomargin, h6.nomargin {
    margin-bottom: 0px;
    color: #FFF;
}

.table-head {
    border: 1px solid #1e8dca;
    background: #1e8dca !important;
    font-weight: normal;
    color: #ffffff;
}

.nav-text {
    font-size: 20px;
}

.width100 {
    width: 100% !important;
}

.ForgotPassword {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 6px 0px;
    margin: 18px 0 20px 0;
    font-weight: 600;
}

    .ForgotPassword span {
        /*color: #1e8dca;*/
        cursor: pointer;
    }

        .ForgotPassword span:hover {
            text-decoration: underline;
        }
/*Forgot Password Modal PopUp*/
#ForgotpassModal .modal-header {
    /*border: 1px solid #1e8dca;
    background: #1e8dca;*/
    color: #ffffff;
    padding: 8px;
}

    #ForgotpassModal .modal-header .modal-title {
    }
/*End Forgot Password Modal PopUp*/



/* Media Query for Responsive */


@media all and (min-width: 320px) and (max-width: 480px) {
}


@media all and (min-width: 481px) and (max-width: 560px) {
}


@media all and (min-width: 561px) and (max-width: 767px) {
}


@media all and (min-width: 768px) and (max-width: 1024px) {

    .fa-3x {
        font-size: 1em !important;
        line-height: 31px !important;
    }

    .mob-padding {
        padding: 0px;
    }

    .nav-text {
        font-size: 14px;
        line-height: 37px;
    }
}


@media all and (min-width: 1025px) and (max-width: 1199px) {

    .fa-3x {
        font-size: 2em !important;
        line-height: 31px !important;
    }

    .nav-text {
        font-size: 18px;
        line-height: 40px;
    }

    .mob-padding {
        padding: 0px;
    }
}


@media all and (min-width: 1200px) {

    .fa-3x {
        font-size: 2em !important;
        line-height: 31px !important;
    }

    .nav-text {
        font-size: 18px;
        line-height: 45px;
    }
}
