@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: sans-serif;
  font-size: 10px;
}
html input[disabled] {
  cursor: default;
}
body {
  background-color: #eff7fa;
  color: #333333;
  font: normal 14px/1.42857143 Roboto, Arial, Helvetica, 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: #24a3b5;
  text-decoration: none;
  text-decoration: underline;
}
a:active {
  outline: 0;
}
a:hover {
  color: #18a6b2;
  outline: 0;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:focus {
  color: #18a6b2;
  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;
}
td {
  padding: 0;
}
th {
  padding: 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: none;
}
.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;
}
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;
}
.btn_gradient {
  background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
  background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
  background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
}
.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: url('https://images2.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;
}
@-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;
}
.success {
  color: #00bc71 !important;
}
.icon_info {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("//images2.shopclues.com/images/ui/dkt_sprite_v3.png") no-repeat -98px -49px;
  position: relative;
  top: 4px;
  font-style: normal;
}
.icon_info:hover .pt {
  display: block;
}
.pt {
  padding-top: 20px;
  position: absolute;
  width: 300px;
  left: 50%;
  z-index: 99;
  top: 80%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  display: none;
}
.pt:before,
.pt:after {
  bottom: 100%;
  left: 0;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin: 0 auto;
}
.pt:before {
  border-color: rgba(221,221,221,0);
  border-bottom-color: #ddd;
  border-width: 11px;
  top: -1px;
}
.pt:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  top: 1px;
}
.pt.top {
  left: auto;
  transform: none;
  right: -88%;
  width: 280px;
  top: -65px;
  padding: 0 0 20px 0;
}
.pt.top:before,
.pt.top:after {
  left: auto;
  right: 12px;
}
.pt.top:before {
  border-top-color: #ddd;
  bottom: 10px;
  right: 11px;
  top: auto;
  border-bottom: none;
}
.pt.top:after {
  left: auto;
  right: 12px;
  border-top-color: #fff;
  border-bottom: none;
  top: auto;
  bottom: 12px;
}
.pt.top p {
  margin: 0;
}
.tooltipPopup {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  border: #dddddd solid 1px;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  font-style: normal;
}
.tooltipPopup p {
  margin-top: 5px;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}
.tooltipPopup span {
  color: #555555;
  font-weight: 700;
}
.clues_plus {
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 5px 0px 15px 0px;
}
.clues_plus i.redeem {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #757575;
}
.clues_plus i.success {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
.clues_plus .tooltipPopup p {
  margin: 0 0 5px 0;
}
.clues_plus .tooltipPopup p:last-child {
  margin-bottom: 0;
}
.clues_plus .tooltipPopup p.more {
  margin-top: 8px;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
}
.clues_plus .tooltipPopup p i {
  color: #212121;
  font-weight: 500;
  position: relative;
  font-style: normal;
}
.clues_plus .tooltipPopup p i.rt {
  color: #757575;
  font-weight: normal;
  position: relative;
  font-style: normal;
}
.clues_plus .tooltipPopup p i.rt strong {
  color: #212121;
  font-weight: 500;
  font-style: normal;
}
.clues_plus .tooltipPopup p i.plus {
  position: relative;
  top: -6px;
  left: 0;
  font-size: 12px;
  color: #212121;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
.clues_plus .tooltipPopup p strong {
  font-weight: 500;
}
.clues_plus .cb_link {
  color: #24a3b5;
  font-weight: normal;
  position: absolute;
  right: 0;
  font-size: 13px;
  top: 7px;
}
@media screen and (max-width: 1250px) {
  .sclues_cart .review_cart > div {
    width: 65%;
  }
  .sclues_cart .review_cart .cart_total_n_coupons {
    width: 34%;
  }
}
.document {
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.shd_box {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}
.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('https://images2.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;
}
.btn.disabled:hover {
  opacity: 0.4;
}
.orange {
  background-image: -moz-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
  background-image: -webkit-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
  background-image: -ms-linear-gradient(0deg,#ff934b 0%,#ff5e62 100%);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.46);
  -moz-box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.46);
  box-shadow: 0px 2px 8px 0px rgba(255,97,98,0.46);
  color: #ffffff !important;
}
.blue {
  background: #18a6b2 !important;
  color: #ffffff !important;
  display: block;
  text-decoration: none;
}
.blue_white {
  background: #ffffff;
  color: #18a6b2 !important;
  border: 1px solid #18a6b2;
  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;
}
.disabled {
  opacity: 0.4;
  cursor: not-allowed !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("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat 0px -409px;
}
.success_text {
  color: #00bc71 !important;
}
.warning_text {
  color: #ff8d31 !important;
}
.cart_promotion_msg {
  border: 1px solid #e4e4e4;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 25px 0 10px;
  padding: 12px;
}
.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: 15px 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('https://images2.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: #000;
  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 {
  display: block;
  position: relative;
  padding: 0 0 10px 95px;
  min-height: 90px;
}
.bulk_popup .details .mid_sec {
  display: block;
}
.bulk_popup .details .p_image {
  position: absolute;
  max-width: 80px;
  width: 32%;
  left: 0;
  top: 0;
}
.bulk_popup .details .p_name {
  display: block;
  color: #000000;
  vertical-align: top;
  margin: 0 0 10px 0;
}
.bulk_popup .details .p_name_type1 {
  font-size: 13px;
  color: #555555;
}
.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;
}
.bulk_popup .button_container {
  border-top: 1px solid #cecece;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.bulk_popup .button_container a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
}
.s_cart_overlay {
  background: transparent;
  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%;
}
.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: #18a6b2;
  -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: #18a6b2;
  -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(https://images2.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: #18a6b2;
  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('https://images2.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;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
  background: #ffffff;
  margin: 0;
  min-height: 70px;
}
.cart_steps .sc_contect_wraper {
  margin: 6px auto;
}
.cart_steps .logo {
  display: inline-block;
  width: auto;
  padding: 0 0 0 46px;
  position: relative;
  margin: 1px 0 0 0;
}
.cart_steps .logo i {
  display: none;
  content: "";
  position: absolute;
  top: -8px;
  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 {
  width: 133px;
  margin: 3px 0 0 3px !important;
}
.cart_steps .n_steps {
  display: inline-block;
  float: right;
  margin: 0;
}
.cart_steps .n_steps ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.cart_steps .n_steps ul li {
  display: inline-block;
  padding: 4px 0 0 38px;
  margin: 0 30px 0 0;
  position: relative;
  list-style-type: none;
  line-height: 26px;
  color: #c5c3c3;
  font-weight: 500;
  font-size: 14px;
  font-family: roboto;
}
.cart_steps .n_steps ul li::before {
  border-radius: 50px;
  color: #c5c3c3;
  display: block;
  font-size: 16px;
  height: 31px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 31px;
  font-weight: 500;
  border: 3px solid #c5c3c3;
}
.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: #212121;
}
.cart_steps .n_steps ul > .progress::before {
  border-color: #24a3b5 !important;
  color: #24a3b5 !important;
}
.cart_steps .n_steps ul > .success {
  color: #212121;
}
.cart_steps .n_steps ul > .success::before {
  border-color: #24a3b5 !important;
  background: #24a3b5 !important;
  color: #ffffff !important;
}
.no_cash_cont {
  background: #f1f9fe;
  border: 1px dashed #c5e7ff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 10px 0;
  width: 100%;
}
.no_cash_cont .ic_r {
  display: inline-block;
  padding: 10px 10px 10px 140px;
  position: relative;
  width: 100%;
}
.no_cash_cont .ic_r::before {
  background: rgba(0,0,0,0) url("https://images2.shopclues.com/images/ui/ecod_logo.png") no-repeat scroll 0 19px;
  content: "";
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 103px;
}
.no_cash_cont .ic_r h3 {
  box-sizing: border-box;
  color: #fb760b;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  margin: 0 0 5px;
}
.no_cash_cont .ic_r h3 span {
  color: #fb760b;
  font-weight: 500;
}
.no_cash_cont .ic_r p {
  box-sizing: border-box;
  color: #555555;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  margin: 0;
  font-size: 14px;
}
.vip_club_sec {
  margin: 10px 0;
}
.vip_club_sec.abs {
  position: absolute;
  right: 300px;
  top: 20px;
  width: auto;
  left: 285px;
  margin: 0;
}
.vip_club_sec.abs .vip_cluesbucks {
  float: right;
  padding: 12px 20px 12px 60px;
  margin: 0 0 13px 0;
}
.vip_club_sec.abs .vip_cluesbucks:before {
  left: 17px;
  background: url("//images2.shopclues.com/images/ui/vip_club_icon.png") no-repeat 0px 2px;
  background-size: 31px;
}
.vip_club_sec.abs .vip_cluesbucks .title {
  font-size: 16px;
  padding: 0;
  margin: 0 4px 0 0;
  font-weight: 500;
  color: #24a3b5;
  display: inline-block;
}
.vip_club_sec.abs .usecb_npp {
  padding: 10px 15px 10px 50px;
  background: #fff1e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  font-size: 16px;
  margin: 0;
  float: right;
}
.vip_club_sec.abs .usecb_npp:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 22px;
  left: 20px;
  top: 11px;
  background: url("//images2.shopclues.com/images/ui/coin_ico.png") no-repeat;
  background-size: 18px;
}
.vip_club_sec.abs .usecb_npp span {
  font-size: 16px;
  color: #212121;
}
.vip_club_sec.abs .usecb_npp span.cb {
  font-weight: 500;
}
.vip_club_sec.abs .usecb_npp span.gdtotal {
  color: #ff914c;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.vip_club_sec .vip_cluesbucks {
  font-size: 14px;
  font-weight: normal;
  color: #757575;
  display: inline-block;
  padding: 15px 20px 15px 60px;
  border: 1px dashed #84d0db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  background: #e8f6f8;
  text-align: left;
}
.vip_club_sec .vip_cluesbucks:before {
  content: "";
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 28px;
  position: absolute;
  background: url("//images2.shopclues.com/images/ui/vip_club_icon.png") no-repeat;
  background-size: 35px;
}
.vip_club_sec .vip_cluesbucks.loyalty_lite {
  padding: 15px 20px 15px 20px;
}
.vip_club_sec .vip_cluesbucks.loyalty_lite:before {
  display: none;
}
.vip_club_sec .vip_cluesbucks .title {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #24a3b5;
}
.vip_club_sec .vip_cluesbucks strong {
  color: #212121;
  font-weight: 500;
}
.vip_club_sec .vip_cluesbucks .plus {
  position: relative;
  top: -6px;
  left: 0;
  font-size: 14px;
  color: #212121;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
.vip_club_sec .vip_cluesbucks.club_coins:before {
  left: 21px;
  background: url("//images2.shopclues.com/images/ui/coin_ico.png") no-repeat;
  background-size: 21px;
  height: 38px;
  top: 10px;
}
.extra_clues_sec .exe_cluesbucks {
  font-size: 13px;
  font-weight: normal;
  color: #757575;
  display: inline-block;
  padding: 5px 15px 5px 45px;
  border: 1px solid #c8e7eb;
  border-radius: 3px;
  position: relative;
  background: #e8f6f8;
}
.extra_clues_sec .exe_cluesbucks:before {
  content: "";
  left: 10px;
  top: 0;
  width: 22px;
  position: absolute;
  background: url("//images2.shopclues.com/images/ui/vip_club_icon.png") no-repeat;
  background-size: 22px;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.extra_clues_sec .exe_cluesbucks.loyalty_lite {
  padding: 5px 15px 5px 15px;
}
.extra_clues_sec .exe_cluesbucks.loyalty_lite:before {
  display: none;
}
.extra_clues_sec .exe_cluesbucks strong {
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
.extra_clues_sec .exe_cluesbucks .plus {
  position: relative;
  top: -6px;
  left: 0;
  font-size: 13px;
  color: #212121;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
.extra_clues_sec .icon_info {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -260px -388px;
  position: relative;
  top: 4px;
  font-style: normal;
  margin: 0 0 0 10px;
}
.extra_clues_sec .icon_info:hover .pt {
  display: block;
}
.extra_clues_sec .pt {
  padding-top: 20px;
  position: absolute;
  width: 300px;
  left: 50%;
  z-index: 99;
  top: 80%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  display: none;
}
.extra_clues_sec .pt:before,
.extra_clues_sec .pt:after {
  bottom: 100%;
  left: 0;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin: 0 auto;
}
.extra_clues_sec .pt:before {
  border-color: rgba(221,221,221,0);
  border-bottom-color: #ddd;
  border-width: 11px;
  top: -1px;
}
.extra_clues_sec .pt:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  top: 1px;
}
.extra_clues_sec .tooltipPopup {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  border: #dddddd solid 1px;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  font-style: normal;
}
.extra_clues_sec .tooltipPopup p {
  margin-top: 5px;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}
.extra_clues_sec .tooltipPopup span {
  color: #555555;
  font-weight: 700;
}
.extra_discount_sec {
  margin: 0 0 10px 0;
}
.extra_discount_sec .discount {
  font-size: 11px;
  font-weight: normal;
  color: #757575;
  display: inline-block;
  padding: 5px 15px 5px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.extra_discount_sec .discount:before {
  content: "";
  left: 0;
  top: 4px;
  width: 14px;
  height: 20px;
  position: absolute;
  background: url("//images2.shopclues.com/images/ui/loyalty_discount.png") no-repeat;
  background-size: 14px;
}
.extra_discount_sec .discount strong {
  color: #212121;
  font-weight: 500;
  font-size: 12px;
  margin: 0 10px 0 0;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 30px;
}
#snackbar_full {
  visibility: hidden;
  width: 100%;
  background-color: #333;
  color: #ffffff;
  text-align: left;
  padding: 16px;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
}
#snackbar_full .switch {
  top: 3px;
  float: right;
  margin-right: 10px;
}
@-webkit-keyframes fadein_full {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes fadein_full {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout_full {
  from {
    bottom: -30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout_full {
  from {
    bottom: 0px;
    opacity: 1;
  }
  to {
    bottom: -30px;
    opacity: 0;
  }
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar_full.show {
  visibility: visible;
  -webkit-animation: fadein_full 0.5s, fadeout_full 0.5s 2.5s;
  animation: fadein_full 0.5s, fadeout_full 0.5s 2.5s;
}
#snackbar_full.show .switch {
  display: inline-block;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.sms_notification {
  margin-top: 10px;
}
.sms_notification .sms_notification_content {
  margin: 0;
  padding: 17px 0px 0px 0px;
  font-size: 13px;
  color: #757575;
  line-height: normal;
  position: relative;
  text-align: center;
}
.sms_notification .sms_notification_content:before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  background: url('//images2.shopclues.com/images/ui/whatsapp_icon2x.png') no-repeat;
  background-size: 32px auto;
  position: relative;
  vertical-align: top;
  top: -8px;
  margin-right: 5px;
}
.sms_notification .sms_notification_content span {
  color: #212121;
  font-weight: 500;
}
.sms_notification .sms_notification_content i.setting {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  content: '';
  width: 14px;
  height: 14px;
  background: url('//images2.shopclues.com/images/ui/setting_icon2x.png') no-repeat;
  background-size: 14px auto;
}
.sms_notification.sms_noti {
  margin-top: 0;
}
.sms_notification.sms_noti .sms_notification_content {
  padding: 10px 0 0 0;
}
.sms_notification.sms_noti .sms_notification_content:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Z29vZ2xlLW1lc3NhZ2VzPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzaGFyZS1wb3B1cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyLjAwMDAwMCwgLTMzMy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMDAwMDAwLCAyNzIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iZ29vZ2xlLW1lc3NhZ2VzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wMDAwMDAsIDYxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiMxQTczRTgiIGN4PSIxMi4wMDY1Mjk5IiBjeT0iMTEuOTkxNzk1OSIgcj0iMTEuOTg5MDExOCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2LjM2OTUzODUsMTcuMTcwNTQxNCBMOC4xOTk2OTQ5NSwxNy4xNzA1NDE0IEM3LjAzNzg3MzU5LDE3LjE3MDU0MTQgNi4wMjQzODA4NiwxNi4yOTI5OTY5IDYuMDI0MzgwODYsMTUuMTMxMTc1NiBMNi4wMjQzODA4NiwxNS4xMTg3OTUyIEw2LjAyNDM4MDg2LDE1Ljc5ODU4MzggQzYuMDI0MzgwODYsMTYuOTYwNDUyMyA3LjAzNzg3MzU5LDE3Ljk3Mzk0NSA4LjE5OTY0Nzg4LDE3Ljk3Mzk0NSBMMTYuMzY5NTM4NSwxNy45NzM5NDUgQzE3LjU0MzY5MzEsMTcuOTczOTQ1IDE4LjU0NDg1MjYsMTYuOTQ4MDcxOSAxOC41NDQ4NTI2LDE1Ljc5ODU4MzggTDE4LjU0NDg1MjYsMTUuMTE4ODQyMyBDMTguNTQ0ODUyNiwxNi4yODA2MTY2IDE3LjUzMTM1OTgsMTcuMTcwNTQxNCAxNi4zNjk1Mzg1LDE3LjE3MDU0MTQgTDE2LjM2OTUzODUsMTcuMTcwNTQxNCBaIE02LjAxMjAwMDUyLDExLjMxMjAwNzMgTDYuMDEyMDAwNTIsMTAuMzg0OTg4NiBMNC40OTE3NjE0Myw3Ljg3NTk3MDQxIEM0LjQwNTI0MDMxLDcuNzQwMDIyMSA0LjM2ODE0NjM4LDcuNjE2NDA3MDYgNC4zODA1MjY3MSw3LjQ5Mjc5MjAxIEw0LjM4MDUyNjcxLDguNTU1NzExOTMgQzQuMzgwNTI2NzEsOC42NTQ2MTMzOCA0LjQxNzU3MzU3LDguNzUzNTE0ODMgNC40NzkzODEwOSw4Ljg2NDc0OTU0IEw2LjAxMjAwMDUyLDExLjMxMjAwNzMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMTg1QUJDIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2LjM2OTUzODUsNy4wODQ5NDcxIEw0LjkyNDMxOTkzLDcuMDg0OTQ3MSBDNC40NjcwMDA3Niw3LjA4NDk0NzEgNC4yMDc0ODQ0OCw3LjQ4MDQ1ODc1IDQuNTE2NDc1MDIsNy45MDA2ODQgTDYuMDEyMDAwNTIsMTAuNDk2MjIzMyBMNi4wMTIwMDA1MiwxNS4xMzExNzU2IEM2LjAxMjAwMDUyLDE2LjMxNzcxMDUgNi44NzcyMTE2OSwxNy4zMDY0ODk3IDguMDUxMzY2MzIsMTcuMzA2NDg5NyBMMTYuMzU3MTU4MSwxNy4zMDY0ODk3IEMxNy41MzEzNTk4LDE3LjMwNjQ4OTcgMTguNTMyNTg1OCwxNi4zMDUzNzczIDE4LjUzMjU4NTgsMTUuMTMxMTc1NiBMMTguNTMyNTg1OCw5LjI3MjY0MTUzIEMxOC41NDQ4NTI2LDguMDg2MDU5NDkgMTcuNTQzNjkzMSw3LjA4NDk0NzEgMTYuMzY5NTM4NSw3LjA4NDk0NzEgTDE2LjM2OTUzODUsNy4wODQ5NDcxIFoiIGlkPSJQYXRoIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjYzNTUwNSwgOS4yNjM4ODYpIiBmaWxsPSIjOEFCNEY4Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguNTk4MDg0OTMsMS4wOTYzODkxOSBMMC43MDAwOTA5NTIsMS4wOTYzODkxOSBDMC4zNTQwMDY0ODYsMS4wOTYzODkxOSAwLjAyMDMwMjM1NDIsMC44ODYzMDAwOTkgMC4wMjAzMDIzNTQyLDAuNTUyNTQ4ODkzIEMwLjAyMDMwMjM1NDIsMC4yMTg4NDQ3NjEgMC4zNTQwNTM1NiwwLjAwODc1NTY3MzM4IDAuNzAwMDkwOTUyLDAuMDA4NzU1NjczMzggTDguNTk3OTkwNzgsMC4wMDg3NTU2NzMzOCBDOC45NDQwNzUyNSwwLjAwODc1NTY3MzM4IDkuMjc3ODI2NDUsMC4yMTg4NDQ3NjEgOS4yNzc4MjY0NSwwLjU1MjU0ODg5MyBDOS4yNzc4MjY0NSwwLjg4NjMwMDA5OSA4Ljk0NDA3NTI1LDEuMDk2Mzg5MTkgOC41OTc5OTA3OCwxLjA5NjM4OTE5IEw4LjU5ODA4NDkzLDEuMDk2Mzg5MTkgWiBNOC41OTgwODQ5MywzLjI3MTc1MDM2IEwwLjcwMDA5MDk1MiwzLjI3MTc1MDM2IEMwLjM1NDAwNjQ4NiwzLjI3MTc1MDM2IDAuMDIwMzAyMzU0MiwzLjA2MTYxNDIgMC4wMjAzMDIzNTQyLDIuNzI3OTEwMDcgQzAuMDIwMzAyMzU0MiwyLjM5NDE1ODg2IDAuMzU0MDUzNTYsMi4xODQwNjk3NyAwLjcwMDA5MDk1MiwyLjE4NDA2OTc3IEw4LjU5Nzk5MDc4LDIuMTg0MDY5NzcgQzguOTQ0MDc1MjUsMi4xODQwNjk3NyA5LjI3NzgyNjQ1LDIuMzk0MjA1OTMgOS4yNzc4MjY0NSwyLjcyNzkxMDA3IEM5LjI3NzgyNjQ1LDMuMDYxNjE0MiA4Ljk0NDA3NTI1LDMuMjcxNzUwMzYgOC41OTc5OTA3OCwzLjI3MTc1MDM2IEw4LjU5ODA4NDkzLDMuMjcxNzUwMzYgWiBNNi40MTAzOTA1LDUuNDU5Mzk3NzIgTDAuNjg3NzU3NjkyLDUuNDU5Mzk3NzIgQzAuMzQxNzIwMyw1LjQ1OTM5NzcyIDAuMDA4MDE2MTY3MzIsNS4yNDkzMDg2MyAwLjAwODAxNjE2NzMyLDQuOTE1NjA0NSBDMC4wMDgwMTYxNjczMiw0LjU4MTkwMDM3IDAuMzQxNzIwMyw0LjM3MTc2NDIxIDAuNjg3NzU3NjkyLDQuMzcxNzY0MjEgTDYuNDEwMzkwNSw0LjM3MTc2NDIxIEM2Ljc1NjQyNzg5LDQuMzcxNzY0MjEgNy4wOTAxMzIwMiw0LjU4MTg1MzI5IDcuMDkwMTMyMDIsNC45MTU2MDQ1IEM3LjA5MDEzMjAyLDUuMjQ5MzU1NzEgNi43NTY0Mjc4OSw1LjQ1OTM5NzcyIDYuNDEwMzkwNSw1LjQ1OTM5NzcyIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjMuOTk1NTQxNywxMS45Mjk5ODg0IEMyMy45NzA4MjgxLDE3LjE4MjkyMTcgMjAuNTQ3MTI0NCwyMS42NDQ3ODQ2IDE1LjgyNTY5ODIsMjMuMjI2ODc4MyBDMTQuNjI2NzgyOSwyMy42MzQ3MjMyIDEzLjM0MTM0NjUsMjMuODQ0ODU5NCAxMi4wMDY1Mjk5LDIzLjg0NDg1OTQgQzUuNDA2MzUyNzEsMjMuODQ0ODU5NCAwLjA1NDU2NTAzNjQsMTguNTE3Nzg1MyAwLjAxNzQ3MTEwODMsMTEuOTI5OTg4NCBMMC4wMTc0NzExMDgzLDEyLjAwNDEyOTIgQzAuMDE3NDcxMTA4MywxOC42MjkwMiA1LjM4MTYzOTExLDIzLjk5MzE0MDkgMTIuMDA2NTI5OSwyMy45OTMxNDA5IEMxMy4zNDEzNDY1LDIzLjk5MzE0MDkgMTQuNjI2NzgyOSwyMy43NzA2NzE1IDE1LjgyNTY5ODIsMjMuMzc1MTU5OSBDMjAuNTcxODM4LDIxLjc4MDc4IDIzLjk5NTU0MTcsMTcuMjk0MTU2NCAyMy45OTU1NDE3LDEyLjAwNDEyOTIgTDIzLjk5NTU0MTcsMTEuOTI5OTg4NCBaIiBpZD0iUGF0aCIgZmlsbD0iIzE4NUFCQyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS44MTMzMTc4LDAuNjIwNzE4MTc1IEMxNC42MTQ0NDk2LDAuMjEyOTIwMzMzIDEzLjMyOTAxMzIsMC4wMDI4MzEyNDU4NCAxMS45OTQxNDk2LDAuMDAyODMxMjQ1ODQgQzUuMzY5MzA1ODUsMC4wMDI4MzEyNDU4NCAwLjAwNTEzNzg0Nzk3LDUuMzY2OTA1MSAwLjAwNTEzNzg0Nzk3LDExLjk5MTc5NTkgTDAuMDA1MTM3ODQ3OTcsMTIuMDY1OTM2NyBDMC4wNDIxODQ3MDI1LDUuNDc4MTM5ODEgNS4zOTM5NzIzNywwLjE1MTA2NTczOCAxMS45OTQxNDk2LDAuMTUxMDY1NzM4IEMxMy4zMjkwMTMyLDAuMTUxMDY1NzM4IDE0LjYxNDQ0OTYsMC4zNzM1MzUxNTkgMTUuODEzMzE3OCwwLjc2OTA5Mzg4NyBDMjAuNTQ3MTI0NCwyLjM1MTE0MDUgMjMuOTU4NDQ3OCw2LjgxMzAwMzQxIDIzLjk4MzE5NDgsMTIuMDY1OTM2NyBMMjMuOTgzMTk0OCwxMS45OTE3OTU5IEMyMy45OTU1NDE3LDYuNzAxNzY4NyAyMC41NzE4MzgsMi4yMTUxOTIyIDE1LjgxMzMxNzgsMC42MjA3MTgxNzUgWiIgaWQ9IlBhdGgiIGZpbGw9IiM4QUI0RjgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
}
.switch {
  position: relative;
  display: none;
  width: 30px;
  height: 14px;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #748288;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -moz-transform: translateX(23px);
  -o-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
  background-color: #31c8aa;
}
.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  -moz-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #55686f;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -webkit-tap-highlight-color: transparent;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -6px;
  bottom: -3px;
  background-color: #62808d;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.switch .slider.round {
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.switch .slider.round:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.toggle-atom-popup {
  overflow: hidden;
}
select::-ms-expand {
  display: none;
}
:-ms-input-placeholder {
  color: black !important;
}
.sclues_cart input[type=number]::-webkit-outer-spin-button,
.sclues_cart input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sclues_cart input[type=number] {
  -moz-appearance: textfield;
}
.sclues_cart a {
  color: #24a3b5;
  text-decoration: none;
}
.sclues_cart .bold {
  font-weight: bold;
}
.sclues_cart .note_info {
  display: block;
  color: #555555;
  position: relative;
  margin: 10px 0 0 0;
}
.sclues_cart .note_info .note {
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 11px;
}
.sclues_cart .note_info .note .note-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #f0f0f0;
  color: #404040;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-family: roboto;
  line-height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  padding: 0 !important;
}
.sclues_cart .note_info .note-dts {
  display: none;
  background: #f7f7f7;
  padding: 10px;
  position: absolute;
  z-index: 99;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: #cacaca 0px 2px 5px 0px;
  -moz-box-shadow: #cacaca 0px 2px 5px 0px;
  box-shadow: #cacaca 0px 2px 5px 0px;
}
.sclues_cart .note_info .note-dts::after {
  border-style: solid;
  border-width: 8px;
  content: "";
  height: 0;
  left: 2px;
  position: absolute;
  top: -15px;
  width: 0;
  border-color: transparent transparent #f7f7f7 transparent;
  background-image: none;
}
.sclues_cart .cart_listing,
.sclues_cart .fstep_payment {
  width: 59%;
}
.sclues_cart .cart_listing .item,
.sclues_cart .fstep_payment .item {
  border-bottom: #f0f0f0 solid 1px;
  margin: 10px 0;
  padding: 20px 0;
}
.sclues_cart .cart_listing .item .p_image,
.sclues_cart .fstep_payment .item .p_image {
  float: left;
  width: 98px;
  height: 98px;
  max-width: 98px;
  margin-right: 15px;
}
.sclues_cart .cart_listing .item .p_image img,
.sclues_cart .fstep_payment .item .p_image img {
  border: 1px solid #f0f0f0;
  height: inherit;
  max-width: 100%;
  width: 100%;
  padding: 5px;
}
.sclues_cart .cart_listing .item .p_details a,
.sclues_cart .fstep_payment .item .p_details a {
  text-decoration: none;
}
.sclues_cart .cart_listing .item .p_details h5,
.sclues_cart .fstep_payment .item .p_details h5 {
  margin: 0;
  padding: 0px 0px 5px 0px;
  color: #777;
  font-weight: normal;
  font-size: 14px;
}
.sclues_cart .cart_listing .item .p_details h5 a,
.sclues_cart .fstep_payment .item .p_details h5 a {
  text-decoration: none;
  color: inherit;
}
.sclues_cart .cart_listing .item .p_details > div,
.sclues_cart .fstep_payment .item .p_details > div {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  padding: 0 5px;
  font-size: 13px;
}
.sclues_cart .cart_listing .item .p_details .p_title,
.sclues_cart .fstep_payment .item .p_details .p_title {
  width: 31%;
}
.sclues_cart .cart_listing .item .p_details .p_price,
.sclues_cart .fstep_payment .item .p_details .p_price {
  text-align: right;
  font-size: 18px;
  float: right;
  width: 18%;
}
.sclues_cart .cart_listing .item .p_details .p_price span,
.sclues_cart .fstep_payment .item .p_details .p_price span {
  display: block;
  color: #000000;
  font-weight: bold;
}
.sclues_cart .cart_listing .item .p_details .p_price a,
.sclues_cart .fstep_payment .item .p_details .p_price a {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  color: #a8a8a8;
}
.sclues_cart .cart_listing .item .p_details .p_price a:before,
.sclues_cart .fstep_payment .item .p_details .p_price a:before {
  content: '-';
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: #a8a8a8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  margin-right: 5px;
}
.sclues_cart .cart_listing .item .p_details .p_price .expand:before,
.sclues_cart .fstep_payment .item .p_details .p_price .expand:before {
  content: '+';
}
.sclues_cart .cart_listing .item .p_details .bulk_discount,
.sclues_cart .fstep_payment .item .p_details .bulk_discount {
  display: block;
  width: 100%;
  text-align: right;
  clear: right;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount a,
.sclues_cart .fstep_payment .item .p_details .bulk_discount a {
  display: inline-block;
  font-size: 13px;
  margin-top: 20px;
  color: #a8a8a8;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount a:before,
.sclues_cart .fstep_payment .item .p_details .bulk_discount a:before {
  content: '-';
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: #a8a8a8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  margin-right: 5px;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount .expand:before,
.sclues_cart .fstep_payment .item .p_details .bulk_discount .expand:before {
  content: "+";
}
.sclues_cart .cart_listing .item .p_details .bulk_discount .bulktable_cont,
.sclues_cart .fstep_payment .item .p_details .bulk_discount .bulktable_cont {
  display: block;
  padding: 0 0 0 100px;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount .bulktable_cont table,
.sclues_cart .fstep_payment .item .p_details .bulk_discount .bulktable_cont table {
  background: #ffffff none repeat scroll 0 0;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
  width: 100%;
  padding: 0 0 0 100px;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount .bulktable_cont table tr,
.sclues_cart .fstep_payment .item .p_details .bulk_discount .bulktable_cont table tr {
  font-size: 13px;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount .bulktable_cont table tr th,
.sclues_cart .fstep_payment .item .p_details .bulk_discount .bulktable_cont table tr th {
  color: #363636;
  padding: 5px 5px 15px 0;
  vertical-align: top;
  width: 33%;
}
.sclues_cart .cart_listing .item .p_details .bulk_discount .bulktable_cont table tr td,
.sclues_cart .fstep_payment .item .p_details .bulk_discount .bulktable_cont table tr td {
  color: #7e7e7e;
  padding: 15px 15px 15px 0;
  position: relative;
  vertical-align: top;
}
.sclues_cart .cart_listing .item .p_details .p_variations,
.sclues_cart .fstep_payment .item .p_details .p_variations {
  color: #000000;
}
.sclues_cart .cart_listing .item .p_details .quantity_label,
.sclues_cart .fstep_payment .item .p_details .quantity_label {
  margin: 5px 0px 0px 0px;
}
.sclues_cart .cart_listing .item .p_details .p_quantity,
.sclues_cart .fstep_payment .item .p_details .p_quantity {
  text-align: center;
  margin: 0px 0px 0px 0px;
  width: 16%;
}
.sclues_cart .cart_listing .item .p_details .p_quantity *,
.sclues_cart .fstep_payment .item .p_details .p_quantity * {
  display: inline-block;
}
.sclues_cart .cart_listing .item .p_details .p_quantity span,
.sclues_cart .fstep_payment .item .p_details .p_quantity span {
  display: block;
  margin-bottom: 10px;
}
.sclues_cart .cart_listing .item .p_details .p_quantity span a,
.sclues_cart .fstep_payment .item .p_details .p_quantity span a {
  width: 25px;
  height: 25px;
  background: #f0f0f0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  cursor: pointer;
  color: inherit;
}
.sclues_cart .cart_listing .item .p_details .p_quantity span a:before,
.sclues_cart .fstep_payment .item .p_details .p_quantity span a:before {
  content: '+';
  display: inline-block;
  color: inherit;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  background-image: none;
}
.sclues_cart .cart_listing .item .p_details .p_quantity span .minus:before,
.sclues_cart .fstep_payment .item .p_details .p_quantity span .minus:before {
  content: '\2013' !important;
}
.sclues_cart .cart_listing .item .p_details .p_quantity input,
.sclues_cart .fstep_payment .item .p_details .p_quantity input {
  width: 30px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
}
.sclues_cart .cart_listing .item .p_details .p_quantity .remove,
.sclues_cart .fstep_payment .item .p_details .p_quantity .remove {
  display: block;
  clear: both;
}
.sclues_cart .cart_listing .item .p_details .p_status,
.sclues_cart .fstep_payment .item .p_details .p_status {
  width: 18%;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
}
.sclues_cart .cart_listing .item .p_details .p_status .status,
.sclues_cart .fstep_payment .item .p_details .p_status .status {
  display: block;
  margin: 0 0 5px 0;
  color: #777777;
  font-weight: normal;
}
.sclues_cart .cart_listing .item .p_details .p_breakup,
.sclues_cart .fstep_payment .item .p_details .p_breakup {
  width: 100%;
}
.sclues_cart .cart_listing .item .p_details .p_breakup ul,
.sclues_cart .fstep_payment .item .p_details .p_breakup ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.sclues_cart .cart_listing .item .p_details .p_breakup ul li,
.sclues_cart .fstep_payment .item .p_details .p_breakup ul li {
  display: table-row;
  width: 100%;
  border: #000000 solid 1px;
}
.sclues_cart .cart_listing .item .p_details .p_breakup ul li span,
.sclues_cart .fstep_payment .item .p_details .p_breakup ul li span {
  display: table-cell;
  text-align: right;
  padding-top: 5px;
  color: #585858;
}
.sclues_cart .cart_listing .item .p_details .p_breakup ul li span:last-child,
.sclues_cart .fstep_payment .item .p_details .p_breakup ul li span:last-child {
  padding-left: 30px;
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
}
.sclues_cart .cart_listing .item .p_details .order_availabilty,
.sclues_cart .fstep_payment .item .p_details .order_availabilty {
  color: #db4105;
  margin-top: 5px;
  display: block;
}
.sclues_cart .cart_listing .cross_selling,
.sclues_cart .fstep_payment .cross_selling {
  background: #fff7f1;
  padding: 10px 15px 15px 15px;
  border-bottom: none;
}
.sclues_cart .cart_listing .cross_selling .tc,
.sclues_cart .fstep_payment .cross_selling .tc {
  display: block;
  text-align: right;
}
.sclues_cart .cart_listing .cross_selling .tc a,
.sclues_cart .fstep_payment .cross_selling .tc a {
  color: #777777;
  font-size: 11px;
}
.sclues_cart .cart_listing .cross_selling .p_image img,
.sclues_cart .fstep_payment .cross_selling .p_image img {
  border: none;
}
.sclues_cart .cart_listing .cross_selling .p_details .p_title,
.sclues_cart .fstep_payment .cross_selling .p_details .p_title {
  width: 88%;
  padding-right: 180px;
  position: relative;
}
.sclues_cart .cart_listing .cross_selling .p_details .p_title h5,
.sclues_cart .fstep_payment .cross_selling .p_details .p_title h5 {
  color: #353535;
  font-weight: 500;
  font-size: 14px;
}
.sclues_cart .cart_listing .cross_selling .p_details .p_title p,
.sclues_cart .fstep_payment .cross_selling .p_details .p_title p {
  color: #777777;
  margin: 0;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio {
  display: none;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio + label,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio + label {
  display: block;
  position: relative;
  padding: 5px 0 5px 35px;
  color: #555555;
  font-size: 14px;
  font-weight: normal;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio + label::before,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio + label::before {
  background-color: transparent;
  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: 20px;
  height: 20px;
  background-image: none;
  left: 0;
  top: 3px;
  position: absolute;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio + label::after,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio + label::after {
  background-color: #eb7f00;
  border: #ffffff solid 2px;
  background-image: none;
  border-radius: 50px;
  content: " ";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 7px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio:checked + label:before,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio:checked + label:before {
  background-color: #ffffff;
  border: #eb7f00 solid 2px;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio:checked + label:after,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio:checked + label:after {
  background-color: #eb7f00;
  border: #ffffff solid 2px;
  background-image: none;
  border-radius: 50px;
  content: " ";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 7px;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio:disabled + label,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio:disabled + label {
  color: #ccc;
}
.sclues_cart .cart_listing .cross_selling .default_form .regular-radio:disabled + label:before,
.sclues_cart .fstep_payment .cross_selling .default_form .regular-radio:disabled + label:before {
  border: 2px solid #e0e0e0;
}
.sclues_cart .cart_listing .cross_selling .default_form .inline_radio,
.sclues_cart .fstep_payment .cross_selling .default_form .inline_radio {
  display: inline-block;
  margin: 10px 0 10px 0;
  vertical-align: top;
}
.sclues_cart .cart_listing .cross_selling .default_form .inline_radio > label,
.sclues_cart .fstep_payment .cross_selling .default_form .inline_radio > label {
  position: static;
  margin: 0 0 15px 0;
  display: block;
  font-size: 14px;
  color: #353535;
}
.sclues_cart .cart_listing .cross_selling .default_form .inline_radio ul,
.sclues_cart .fstep_payment .cross_selling .default_form .inline_radio ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sclues_cart .cart_listing .cross_selling .default_form .inline_radio ul li,
.sclues_cart .fstep_payment .cross_selling .default_form .inline_radio ul li {
  display: inline-block;
  margin-right: 25px;
}
.sclues_cart .cart_listing .cross_selling .default_form .buy_btn_cont,
.sclues_cart .fstep_payment .cross_selling .default_form .buy_btn_cont {
  position: absolute;
  right: 40px;
  top: 15px;
}
.sclues_cart .cart_listing .cross_selling .default_form .buy_btn_cont .buy_btn,
.sclues_cart .fstep_payment .cross_selling .default_form .buy_btn_cont .buy_btn {
  padding: 7px 35px;
  font-size: 14px;
  font-weight: 500;
  color: #fb760b;
  border: 1px solid #fb760b;
  border-radius: 50px;
  text-align: center;
  outline: none;
  background: none;
}
.sclues_cart .cart_listing .group_item,
.sclues_cart .fstep_payment .group_item {
  border: 2px solid #f0f0f0;
  margin: 15px 0;
}
.sclues_cart .cart_listing .group_item:last-child,
.sclues_cart .fstep_payment .group_item:last-child {
  margin: 0;
}
.sclues_cart .cart_listing .group_item .item,
.sclues_cart .fstep_payment .group_item .item {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  width: auto;
  padding: 20px;
}
.sclues_cart .cart_listing .group_item .item:last-child,
.sclues_cart .fstep_payment .group_item .item:last-child {
  border-bottom: none;
  margin: inherit;
  padding: 20px;
}
.sclues_cart .cart_listing .stock_out_msg,
.sclues_cart .fstep_payment .stock_out_msg {
  border: #ff9c00 solid 1px;
  padding: 20px 25px !important;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.sclues_cart .cart_listing .stock_out_msg .msg,
.sclues_cart .fstep_payment .stock_out_msg .msg {
  width: 73%;
}
.sclues_cart .cart_listing .stock_out_msg h4,
.sclues_cart .fstep_payment .stock_out_msg h4 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  padding: 0px 0px 0px 30px;
  margin: 0;
  position: relative;
}
.sclues_cart .cart_listing .stock_out_msg h4:before,
.sclues_cart .fstep_payment .stock_out_msg h4:before {
  background-position: -50px -112px !important;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  position: absolute;
}
.sclues_cart .cart_listing .stock_out_msg p,
.sclues_cart .fstep_payment .stock_out_msg p {
  margin: 10px 0px 0px 0px;
  padding: 0;
  color: #585858;
}
.sclues_cart .cart_listing .stock_out_msg a,
.sclues_cart .fstep_payment .stock_out_msg a {
  display: inline-block;
  padding: 7px 20px;
  position: absolute;
  right: 25px;
  top: 20px;
  background: #ffffff;
  color: #eb2e2e;
  border: #eb2e2e solid 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.sclues_cart .cart_listing .stock_out_msg a:hover,
.sclues_cart .fstep_payment .stock_out_msg a:hover {
  background: #eb2e2e;
  color: #ffffff;
}
.sclues_cart .review_cart {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sclues_cart .review_cart h2 {
  margin: 20px 0 15px;
  padding: 0;
  font-weight: bold;
  color: #353535;
  font-size: 18px;
}
.sclues_cart .review_cart > div {
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px 20px 15px;
  height: 85%;
  overflow-y: auto;
  width: 70%;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sclues_cart .review_cart .coupon-apply .have_another_coupon {
  float: right;
}
.sclues_cart .review_cart .coupon-apply #view-all-coupons {
  float: left;
}
.sclues_cart .review_cart .cluesbucks_info {
  display: block;
  background: #ffffff;
  border: 1px dashed #f4a285;
  border-radius: 3px;
  padding: 0;
  margin: 10px 0 10px 5px;
  font-size: 13px;
  color: #353535;
  position: relative;
}
.sclues_cart .review_cart .cluesbucks_info::before {
  content: "";
  left: -5px;
  top: -4px;
  position: absolute;
  background: url(https://images2.shopclues.com/images/ui/dsprite.png) no-repeat -573px -401px;
  width: 43px;
  height: 42px;
  display: block;
}
.sclues_cart .review_cart .cluesbucks_info .pre_order {
  display: block;
  position: relative;
  padding: 15px 10px 15px 40px;
}
.sclues_cart .review_cart .cluesbucks_info .pre_order::before {
  content: "";
  left: 8px;
  top: 20px;
  position: absolute;
  background: url(https://images2.shopclues.com/images/ui/dsprite.png) no-repeat -255px -334px;
  width: 26px;
  height: 28px;
  display: block;
}
.sclues_cart .review_cart .bold500 {
  font-weight: 500;
}
.sclues_cart .review_cart .cod_info {
  display: block;
  background: #ffffff;
  border: 1px dashed #f4a285;
  border-radius: 3px;
  padding: 0;
  margin: 10px 0 10px 5px;
  font-size: 13px;
  color: #fb760b;
  position: relative;
}
.sclues_cart .review_cart .cod_info .cod_text {
  display: block;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.sclues_cart .review_cart .cod_info .cod_text::before {
  content: "";
  left: 8px;
  top: 17px;
  position: absolute;
  background: url(https://images2.shopclues.com/images/ui/dsprite.png) no-repeat -257px -291px;
  width: 20px;
  height: 20px;
  display: block;
}
.sclues_cart .review_cart .cart_total_n_coupons {
  width: 29%;
  float: right;
  padding: 10px 20px 20px 20px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons {
  padding-top: 0px !important;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons .error {
  color: #eb7f00;
}
.sclues_cart .review_cart .cart_total_n_coupons .extra_coupons {
  color: #9c9c9c;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons,
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks {
  position: relative;
  margin-bottom: 10px;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons input,
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks input {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  color: #66cc00;
  font-weight: 500;
  border-bottom: #dbdbdb solid 1px;
  padding: 10px 0px 15px 0px;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons input::-webkit-input-placeholder,
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks input::-webkit-input-placeholder {
  color: #777777;
  font-weight: normal;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons input::-moz-placeholder,
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks input::-moz-placeholder {
  color: #777777;
  font-weight: normal;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons input::-ms-input-placeholder,
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks input::-ms-input-placeholder {
  color: #777777;
  font-weight: normal;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons input[type="submit"],
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks input[type="submit"] {
  position: absolute;
  top: 12px;
  right: 0;
  color: #24a3b5;
  width: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_coupons p,
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks p {
  margin: 0px 0px 20px 0px;
  padding: 0;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks {
  margin: 5px 0 0 0;
}
.sclues_cart .review_cart .cart_total_n_coupons .redeem_cluebucks input {
  color: inherit;
  font-weight: 500;
  padding-right: 65px;
}
.sclues_cart .review_cart .cart_total_n_coupons .giftwrap_amount {
  color: #545454;
  font-size: 13px;
  margin: 15px 0;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total {
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  margin: 35px 0px 0px 0px;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul li {
  display: table-row;
  width: 100%;
  border: #000000 solid 1px;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul li span {
  display: table-cell;
  text-align: right;
  padding-bottom: 5px;
  color: #585858;
  font-size: 14px;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul li span:last-child {
  padding-left: 55px;
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul li i {
  color: #212121;
  position: relative;
  font-style: normal;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul li i.plus {
  position: relative;
  top: -6px;
  left: 0;
  font-size: 12px;
  color: #212121;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul .g_total {
  font-size: 18px;
}
.sclues_cart .review_cart .cart_total_n_coupons .cart_total ul .g_total span {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.sclues_cart .review_cart .cart_total_n_coupons .proceed_payment {
  margin: 25px 0px 25px 0px;
}
.sclues_cart .review_cart .cart_total_n_coupons .proceed_payment .disable {
  background-color: #eb7f00 !important;
  color: #ffffff !important;
  opacity: 0.2;
}
.sclues_cart .review_cart .cart_total_n_coupons .disable {
  background: transparent !important;
}
.sclues_cart .review_cart .ship_address {
  border-bottom: #e1e1e1 solid 1px;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  color: #707070;
}
.sclues_cart .review_cart .ship_address .location {
  color: #353535;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 35px;
  margin-bottom: 5px;
  position: relative;
}
.sclues_cart .review_cart .ship_address .location::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 20px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat;
  background-position: -571px -71px;
}
.sclues_cart .review_cart .ship_address .location a {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.sclues_cart .review_cart .ship_address span {
  display: block;
  padding: 2px 0 0 35px;
}
.sclues_cart .review_cart .ship_address span a {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  padding: 15px;
}
.sclues_cart .review_cart .ship_address .gst-sec {
  position: relative;
  display: block;
  padding: 15px 0px 10px;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec {
  color: #353535;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  word-break: break-all;
  padding-left: 35px;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 21px;
  left: 0;
  top: 3px;
  background: url("//images2.shopclues.com/images/ui/gstin_icon.png") no-repeat;
  background-size: 15.5px;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_no {
  padding: 5px 0 0 0;
  position: relative;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_no p {
  color: #212121;
  font-size: 15px;
  font-weight: normal;
  padding-right: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_no p span {
  font-weight: 500;
  font-size: 15px;
  position: static;
  color: inherit;
  display: inline-block;
  padding: 0;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_no span {
  color: #24a3b5;
  font-weight: normal;
  position: relative;
  font-size: 13px;
  display: inline-block;
  padding: 0;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form {
  display: table;
  padding: 0;
  width: 40%;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form input {
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #24a3b5;
  height: 28px;
  width: 72%;
  -webkit-appearance: none;
  border-radius: 0;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: roboto;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form input::-webkit-input-placeholder {
  color: #757575;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form input::-moz-placeholder {
  color: #757575;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form input::-ms-input-placeholder {
  color: #757575;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form input:disabled {
  background: transparent !important;
}
.sclues_cart .review_cart .ship_address .gst-sec .gst_no_sec .gst_form .btn {
  display: inline-block;
  float: right;
  color: #24a3b5;
  padding: 6px 15px 6px 15px;
  width: auto;
  border: 1px solid #24a3b5;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.sclues_cart .review_cart .ship_address .gst-sec .adrs-dts {
  color: #555555;
  display: block;
  margin: 5px 0 0 30px;
  padding: 0 55px 0 0;
  line-height: 18px;
}
.sclues_cart .review_cart .not_serviceable {
  padding: 15px;
  margin: 10px 0;
  background: #fafafa;
}
.sclues_cart .review_cart .not_serviceable .notice {
  color: #e67f22;
  padding: 0 0 0 30px;
  position: relative;
}
.sclues_cart .review_cart .not_serviceable .notice::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  background: #e67f22;
  color: #ffffff;
}
.sclues_cart .review_cart .not_serviceable .item {
  overflow: hidden;
  padding: 15px 0 0;
  position: relative;
}
.sclues_cart .review_cart .not_serviceable .item .p_image {
  height: 45px;
  max-width: 45px;
  width: 45px;
}
.sclues_cart .review_cart .not_serviceable .item .p_details {
  float: left;
  width: 78%;
}
.sclues_cart .review_cart .not_serviceable .item .p_details .p_title {
  padding: 0 50px 0 0;
  position: relative;
  width: 100%;
}
.sclues_cart .review_cart .wallmart_error_text {
  padding: 15px;
  margin: 10px 0;
  background: #fafafa;
}
.sclues_cart .review_cart .wallmart_error_text .notice {
  color: #e67f22;
  padding: 0 0 0 30px;
  position: relative;
}
.sclues_cart .review_cart .wallmart_error_text .notice::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  background: #e67f22;
  color: #ffffff;
}
.sclues_cart .review_cart .p_image {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
}
.sclues_cart .review_cart .p_details {
  padding: 0;
  min-height: 80px;
}
.sclues_cart .fstep_payment {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.sclues_cart .fstep_payment .lft_panel {
  width: 35%;
  height: 85% !important;
  background: #fbfbfb;
  margin: 0;
  padding: 0;
  border-right: #e5e5e5 solid 1px;
}
.sclues_cart .fstep_payment .lft_panel .ship_address {
  border-bottom: #e1e1e1 solid 1px;
  padding: 15px 15px;
  font-size: 14px;
  color: #707070;
}
.sclues_cart .fstep_payment .lft_panel .ship_address .location {
  color: #353535;
  font-weight: bold;
  font-size: 18px;
  padding-right: 60px;
  margin-bottom: 5px;
  position: relative;
}
.sclues_cart .fstep_payment .lft_panel .ship_address .location a {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.sclues_cart .fstep_payment .lft_panel .ship_address span {
  display: block;
  padding: 2px 0px;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing {
  width: 100%;
  overflow: hidden;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item {
  overflow: hidden;
  padding: 20px 15px 20px 15px;
  position: relative;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_image {
  width: 45px;
  height: 45px;
  max-width: 45px;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_details {
  float: left;
  width: 78%;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_details .p_title {
  width: 100%;
  padding: 0px 50px 0px 0px;
  position: relative;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_details .p_title h5 {
  color: #323232;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_details .p_price {
  padding: 0;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_details .p_price span {
  color: #323232;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup ul {
  display: none;
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  float: right;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup ul li {
  display: table-row;
  width: 100%;
  border: #000000 solid 1px;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup ul li span {
  display: table-cell;
  text-align: right;
  padding-top: 5px;
  color: #585858;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup ul li span:last-child {
  padding-left: 30px;
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup a {
  display: inline-block;
  font-size: 14px;
  margin-top: 0px;
  float: right;
  text-decoration: none;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup a:before {
  content: '+';
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: #24a3b5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  margin-right: 5px;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup .expand:before {
  content: '-';
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup .remove {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 0;
}
.sclues_cart .fstep_payment .lft_panel .cart_listing .item .p_breakup .remove:before {
  display: none;
}
.sclues_cart .fstep_payment .cart_total {
  width: 100%;
  font-size: 14px;
  background: #fbfbfb;
  border-top: #cddbdc solid 1px;
  margin: 0px 0px 0px 0px;
  padding: 30px 15px 10px 15px;
}
.sclues_cart .fstep_payment .cart_total ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sclues_cart .fstep_payment .cart_total ul li {
  display: inline-block;
  width: 100%;
}
.sclues_cart .fstep_payment .cart_total ul li span {
  display: inline-block;
  text-align: right;
  padding-bottom: 5px;
  color: #585858;
  width: 50%;
}
.sclues_cart .fstep_payment .cart_total ul li span:last-child {
  padding-left: 35px;
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
}
.sclues_cart .fstep_payment .cart_total ul li .cod_note {
  position: relative;
}
.sclues_cart .fstep_payment .cart_total ul li .cod_note:before {
  content: '?';
  color: #000000;
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 50px;
  color: #404040;
  display: inline-block;
  font-family: roboto;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 20px;
  margin-left: -25px;
  cursor: pointer;
}
.sclues_cart .fstep_payment .cart_total ul li.cod_fee_highlight span {
  color: #24a3b5;
}
.sclues_cart .fstep_payment .cart_total ul .info-note-sec {
  font-weight: bold;
  margin: 0;
}
.sclues_cart .fstep_payment .cart_total ul .info-note-sec .note {
  color: #585858;
  font-size: 14px;
  font-weight: normal;
}
.sclues_cart .fstep_payment .cart_total ul .info-note-sec .note .note-icon {
  padding: 0;
  left: inherit;
  margin-left: -25px;
}
.sclues_cart .fstep_payment .cart_total ul .info-note-sec .note-dts {
  margin-top: -10px;
  font-size: 12px;
  font-weight: normal;
}
.sclues_cart .fstep_payment .cart_total ul .info-note-sec .note-dts:after {
  left: 75px;
}
.sclues_cart .fstep_payment .cart_total ul .info-note-sec span {
  color: #000000;
}
.sclues_cart .fstep_payment .cart_total ul .g_total {
  font-size: 18px;
}
.sclues_cart .fstep_payment .cart_total ul .g_total span {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.sclues_cart .fstep_payment .columns {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.sclues_cart .fstep_payment .payment_mode {
  width: 27%;
  height: 85%;
  padding: 15px 0px 0px 45px;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode h3 {
  color: #353535;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 25px 0px;
  padding: 0;
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode h3 a {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.sclues_cart .fstep_payment .payment_mode ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: #e5e5e5 solid 1px;
  height: 100%;
}
.sclues_cart .fstep_payment .payment_mode ul li {
  padding: 10px 0px 10px 10px;
}
.sclues_cart .fstep_payment .payment_mode ul .active {
  background: #efefef;
}
.sclues_cart .fstep_payment .payment_mode ul .active .new_flag::after {
  border-right: 7px solid #efefef;
}
.sclues_cart .fstep_payment .payment_mode ul label {
  color: #353535;
}
.sclues_cart .fstep_payment .payment_mode ul .new_flag {
  display: inline-block;
  width: 48px;
  height: 18px;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #ffffff;
  background: #00bc71;
  border-radius: 2px 0 0 2px;
  padding: 2px 8px;
  position: relative;
  vertical-align: top;
  top: 0px;
}
.sclues_cart .fstep_payment .payment_mode ul .new_flag::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-right: 7px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.sclues_cart .fstep_payment .payment_mode ul span.new_icon {
  width: 48px;
  height: 22px;
  background: url('//images2.shopclues.com/images/ui/dkt_sprite.png') no-repeat;
  background-position: -307px -154px;
  position: absolute;
  margin-left: 10px;
  top: 2px;
}
.sclues_cart .fstep_payment .payment_mode ul span.offer_icon {
  width: 50px;
  height: 22px;
  position: absolute;
  margin-left: 10px;
  top: 2px;
  background: #00bc71;
  border-left: 3px solid #19966b;
  font-size: 9px;
  color: #fff;
  padding: 3.5px 4px;
  font-weight: 500;
}
.sclues_cart .fstep_payment .payment_mode ul span.offer_icon:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  border-left: 13px solid #00bc71;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.sclues_cart .fstep_payment .payment_mode ul span.offer_icon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;
  background: #19966b;
  width: 4px;
  height: 4px;
  bottom: 0;
  margin: auto;
}
.sclues_cart .fstep_payment .payment_mode_options {
  width: 37%;
  height: 85% !important;
  padding: 15px 0px 0px 30px;
  color: #6f6f6f;
}
.sclues_cart .fstep_payment .payment_mode_options .mCSB_inside > .mCSB_container {
  margin: 0 20px 0 0;
}
.sclues_cart .fstep_payment .payment_mode_options h3 {
  margin: 0 0 25px;
  padding: 0px 0px 10px 0px;
  font-size: 18px;
  color: #353535;
}
.sclues_cart .fstep_payment .payment_mode_options ul {
  margin: 20px 0px;
  padding: 0;
  list-style: none;
}
.sclues_cart .fstep_payment .payment_mode_options ul li {
  width: 95%;
  padding: 3px 0px;
}
.sclues_cart .fstep_payment .payment_mode_options .mob_verification {
  margin: 20px 0px 0px 0px;
}
.sclues_cart .fstep_payment .payment_mode_options .mob_verification h3 {
  font-weight: normal;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .mob_verification form {
  margin: 30px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .mob_verification input[type="number"] {
  border: none;
  border-bottom: #f0f0f0 solid 1px;
  padding: 12px 0px 5px 25px;
  margin: -3px 10px 0px 0px;
  font-size: 18px;
  display: block;
  width: auto;
  color: #363636;
  background: url(../images/sprite_checkout.png) no-repeat;
  background-position: 0px -203px;
}
.sclues_cart .fstep_payment .payment_mode_options .mob_verification input[type="number"]:focus {
  outline: none;
}
.sclues_cart .fstep_payment .payment_mode_options .mob_verification .blue {
  display: inline-block;
  width: 125px;
  font-size: 14px;
  padding: 10px;
}
.sclues_cart .fstep_payment .payment_mode_options .verify_by_otp {
  margin: 20px 0px 0px 0px;
}
.sclues_cart .fstep_payment .payment_mode_options .verify_by_otp input {
  border: 1px solid #f0f0f0;
  color: #363636;
  font-size: 28px;
  text-align: center;
  width: 41px;
  height: 41px;
  margin-right: 21px;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1px;
  padding: 0;
  margin: 10px 20px 10px 0px;
}
.sclues_cart .fstep_payment .payment_mode_options .verify_by_otp input:focus {
  outline: none;
  border: #eb7f00 solid 1px;
}
.sclues_cart .fstep_payment .payment_mode_options .verify_by_otp input:last-child {
  margin-right: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .verify_by_otp a {
  text-decoration: none;
}
.sclues_cart .fstep_payment .payment_mode_options .verify_by_otp a:hover {
  text-decoration: underline;
}
.sclues_cart .fstep_payment .payment_mode_options span {
  display: inline-block;
}
.sclues_cart .fstep_payment .payment_mode_options .secure_payment_icon {
  text-align: center;
  padding: 50px 0px 30px 0px;
}
.sclues_cart .fstep_payment .payment_mode_options .success_txt {
  color: #79b65f;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .disable {
  margin: 20px 0px 0px 0px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group {
  display: block;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul li {
  display: inline-flex;
  padding: 10px;
  width: 47%;
  margin: 0 5px 5px 0;
  border: 1px solid #e5e5e5;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  align-items: center;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul li label {
  padding: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul li img {
  margin: 0px 0 0 35px;
  max-width: 100px;
  max-height: 50px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul li.offer_flag {
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul li.offer_flag:before {
  content: "OFFER";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 50px;
  height: 14px;
  background: #00bc71;
  font-size: 8px;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .cards_bg_icon {
  width: 100%;
  height: 38px;
  margin: 0;
  display: block;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat;
  background-size: 800px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .hdfc {
  background-position: -143px -406px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .icici {
  background-position: -326px -406px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .citybank {
  background-position: -143px -469px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .sbi {
  background-position: -326px -469px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .axis {
  background-position: -143px -532px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .kotak {
  background-position: -326px -531px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .visa {
  background-position: 25px -406px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .mastercard {
  background-position: 25px -592px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .american {
  background-position: 30px -467px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .ezeclick {
  background-position: 25px -652px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .dinersclub {
  background-position: 25px -530px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .maestro {
  background-position: -530px -465px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group ul .rupay {
  background-position: -530px -403px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group .regular-radio {
  display: none;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group .regular-radio + label::before {
  top: -12px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group .regular-radio + label::after {
  top: -8px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card ul li {
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card ul li span {
  display: block;
  margin: -5px 0 0 35px;
  color: #00bc71;
  font-weight: 500;
  font-size: 13px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card ul li.link_icon img {
  margin: 0 0 0 35px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card ul li.link_icon::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -742px -46px;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card.wallet_learn .learn_info {
  background: #ffffff;
  z-index: 20;
  overflow: inherit;
  vertical-align: top;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card.wallet_learn .learn_info::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -35px;
  width: 125px;
  height: 170px;
  background: url("//images2.shopclues.com/images/ui/qr-arrow.png") no-repeat;
  background-size: 50%;
  transform: rotate(-70deg);
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card.wallet_learn .learn {
  position: absolute;
  min-width: 318px;
  left: 30px;
  right: 0;
  margin: auto;
  top: 182px;
  z-index: 20;
  display: block;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card.wallet_learn .learn h3 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 10px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card.wallet_learn .learn p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.sclues_cart .fstep_payment .payment_mode_options .cards_group.wallet_card .learn {
  display: none;
}
.sclues_cart .fstep_payment .payment_mode_options .net_choose_other {
  margin: 20px 20px 0 0;
}
.sclues_cart .fstep_payment .payment_mode_options .net_choose_other .title {
  color: #353535;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
}
.sclues_cart .fstep_payment .payment_mode_options .cluesbucks {
  display: block;
  padding: 10px;
  border: 1px dashed #2ecc71;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #353535;
  margin: 30px 0 40px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .cluesbucks span {
  font-weight: bold;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .btn_cont {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sclues_cart .fstep_payment .payment_mode_options .btn_cont .btn {
  display: inline-block;
  width: auto;
  padding: 12px 59px;
}
.sclues_cart .fstep_payment .payment_mode_options .imp {
  color: #e82d2d;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options table {
  background: #ffffff none repeat scroll 0 0;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
  width: 100%;
  margin: 30px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options table tr {
  font-size: 13px;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options table tr th {
  color: #363636;
  padding: 5px 5px 5px 0;
  vertical-align: top;
  width: 27%;
  text-align: left;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options table tr td {
  color: #7e7e7e;
  padding: 8px 8px 8px 0;
  position: relative;
  vertical-align: top;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options .regular-radio {
  display: none;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options .regular-radio + label {
  color: #7e7e7e;
  font-size: 13px;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options .regular-radio + label::before {
  width: 20px;
  height: 20px;
}
.sclues_cart .fstep_payment .payment_mode_options .emi_options .regular-radio + label::after {
  width: 12px;
  height: 12px;
}
.sclues_cart .fstep_payment .payment_mode_options .gift_card .default_form .s_row {
  padding: 2px;
}
.sclues_cart .fstep_payment .payment_mode_options .gift_card .default_form .s_row input {
  width: 50%;
}
.sclues_cart .fstep_payment .payment_mode_options .gift_card .blue {
  display: inline-block;
  width: 125px !important;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px !important;
  position: relative;
  top: -4px;
  margin: 0 0 0 20px;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group {
  margin: 6px 0 30px;
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group select {
  font-weight: 500;
  color: #212121;
  background-clip: padding-box;
  border-color: #f0f0f0;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 14px;
  padding: 6px 40px 6px 5px;
  width: 100%;
  background: url("../images/arrowdown.png") no-repeat scroll 99% 12px;
  background-size: 12px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot {
  display: inline-block;
  padding: 12px 0 0 0;
  text-align: left;
  font-size: 16px;
  margin: 5px 0 0 0;
  width: 100%;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot p {
  font-size: 13px;
  color: #777777;
  margin: 0 0 5px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot p span {
  color: #777777;
  float: right;
  margin: 0;
  font-weight: 500;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot p span.success {
  color: #00bc71;
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot p span.success:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  margin: 0 5px 0 0;
  width: 7px;
  height: 2px;
  background: #212121;
  display: block;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot p.gt {
  font-size: 15px;
  color: #777777;
  border-top: 1px solid #dddddd;
  margin: 10px 0 5px 0;
  padding: 5px 0 0 0;
}
.sclues_cart .fstep_payment .payment_mode_options .input-group .grand-tot p.gt span {
  color: #212121;
}
.sclues_cart .fstep_payment .payment_mode_options .security_note {
  color: #777777;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .security_note span {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -572px -114px;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  vertical-align: top;
  width: 20px;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont {
  background: #fff8f8;
  padding: 15px;
  margin: 0 0 10px 0;
  width: 96%;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg {
  padding: 0 0 0 35px;
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 24px;
  background: url("https://images2.shopclues.com/images/ui/dsprite.png") no-repeat -655px -435px;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg .msg_text {
  font-size: 13px;
  color: #777777;
  margin: 0 0 5px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg .msg_text:last-child {
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg .error_text {
  font-size: 13px;
  color: #eb2e2e !important;
  margin-top: 5px;
  clear: both;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg .error_text span {
  display: block;
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .bank_down_cont .msg .error_text span:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 14px;
  height: 12px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat 0px -409px;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option .ecod_logo_cont img {
  width: 70px;
  margin-top: 5px;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option ul {
  margin: 30px 0 0 0;
  padding: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 15px;
  font-size: 15px;
  color: #555555;
  position: relative;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #b1b1b1;
  border-radius: 50%;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option ul li span {
  color: #fb760b;
  font-weight: 500;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option .note {
  background: #fff7f1;
  padding: 12px 15px;
  margin: 0 0 25px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option .note p {
  color: #555555;
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .ecod_option .note p span {
  color: #fb760b;
  font-weight: 500;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  font-family: roboto, arial, sans-serif;
  z-index: 19;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec {
  background: #ffffff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec h3 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 15px 10px;
  margin: 0;
  color: #212121;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec h3 span {
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec h3 p {
  font-size: 12px;
  color: #777777;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .close {
  height: 21px;
  position: absolute;
  right: 11px;
  top: 14px;
  width: 24px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -646px 4px;
  display: block;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont {
  padding: 0 15px 15px 15px;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec {
  min-width: 400px;
  width: 100%;
  margin: 0 0 10px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec p {
  font-size: 12px;
  color: #777777;
  margin: 0 0 20px 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec p.resend {
  font-size: 13px;
  text-align: right;
  margin: 10px 0 0 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec p.resend a {
  color: #ff6f6f;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec p.resend span {
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec p.resend span.success {
  display: block;
  text-align: left;
  color: #00bc71;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec input {
  border: 1px solid #e1e1e1;
  width: 100%;
  font-size: 13px;
  padding: 6px 40px 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  color: #212121;
  height: 40px;
  background: #fafafa;
  margin: 0;
  font-family: Roboto;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec input:focus {
  border-color: #24a3b5;
  outline: none;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec .input-group {
  position: relative;
  margin: 0;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec .input-group input {
  padding: 6px 40px 7px 40px;
  color: #212121;
  font-weight: 500;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec .input-group input:focus {
  border-color: #24a3b5;
  outline: none;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec .input-group .mobile_no_ext {
  position: absolute;
  left: 12px;
  top: 11px;
  color: #777777;
  font-size: 13px;
  font-weight: 500;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .cont .wallet_link_sec .input-group .edit_no {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 20px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -741px 1px;
  cursor: pointer;
}
.sclues_cart .fstep_payment .payment_mode_options .overlay .mid_sec .btn_container {
  margin: 0 15px 15px 15px;
}
.sclues_cart .fstep_payment .error_msg {
  display: block;
  padding: 12px;
  border: #ff9c00 dashed 1px;
  background: #fff9f0;
  color: #545351;
  font-size: 14px;
  line-height: 20px;
}
.sclues_cart .fstep_payment a:hover {
  text-decoration: none;
}
.sclues_cart .empty_cart {
  text-align: center;
  padding: 40px 0px 30px 0px;
  margin-bottom: 20px;
}
.sclues_cart .empty_cart img {
  width: 110px;
  margin: 0px 0px 10px 0px;
}
.sclues_cart .empty_cart p {
  color: #939393;
  font-size: 15px;
}
.sclues_cart .wishlist_items {
  padding: 0px 0px;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
}
.sclues_cart .wishlist_items h4 {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.sclues_cart .wishlist_items a {
  float: right;
  color: #24a3b5;
  margin-right: 5px;
  text-decoration: none;
}
.sclues_cart .wishlist_items ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  white-space: nowrap;
  display: block;
}
.sclues_cart .wishlist_items ul a {
  float: none;
  color: inherit;
}
.sclues_cart .wishlist_items ul li {
  display: inline-block;
  width: 267px;
  padding-right: 1%;
  background: #ffffff;
}
.sclues_cart .wishlist_items ul li .img {
  position: relative;
  text-align: center;
}
.sclues_cart .wishlist_items ul li .img img {
  max-width: 100%;
}
.sclues_cart .wishlist_items ul li .img .discount_tag {
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #eb7f00;
  color: #ffffff;
  text-align: center;
  padding: 3px 10px;
}
.sclues_cart .wishlist_items ul li .p_heading {
  white-space: normal;
  padding: 0px 5px;
  margin-top: 15px;
  font-weight: bold;
}
.sclues_cart .wishlist_items ul li .pricing {
  white-space: normal;
  padding: 0px 5px;
  margin-top: 25px;
}
.sclues_cart .wishlist_items ul li .pricing span {
  color: #8d8d8d;
  text-decoration: line-through;
  padding-left: 10px;
}
.sclues_cart .wishlist_items ul li:last-child {
  margin-right: 0;
}
.sclues_cart .payment_success .fraud_info,
.sclues_cart .payment_failed .fraud_info {
  background: #fefaf3;
  border: 1px solid #fee7d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 14px 10px 50px;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.sclues_cart .payment_success .fraud_info:before,
.sclues_cart .payment_failed .fraud_info:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("//images2.shopclues.com/images/ui/fraud_icon@2x.png") no-repeat;
  background-size: 20px;
}
.sclues_cart .payment_success .fraud_info span,
.sclues_cart .payment_failed .fraud_info span {
  font-size: 12px;
  font-weight: normal;
}
.sclues_cart .payment_success {
  display: block;
  padding: 15px;
  text-align: center;
}
.sclues_cart .payment_success .details {
  display: block;
  padding: 140px 0 0 0;
  position: relative;
  text-align: center;
}
.sclues_cart .payment_success .details::before {
  background: url('//images2.shopclues.com/images/ui/thanks.png') no-repeat;
  content: "";
  width: 216px;
  height: 155px;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.sclues_cart .payment_success .details h4 {
  padding: 5px 0px 0px 0px;
  margin: 0;
  color: #18a6b2;
  font-size: 18px;
  font-weight: 500;
}
.sclues_cart .payment_success .details p {
  font-size: 14px;
  color: #212121;
  margin: 10px 0px 0px 0px;
  padding: 0;
  line-height: 27px;
}
.sclues_cart .payment_success .details p span {
  font-weight: 500;
}
.sclues_cart .payment_success .details a {
  text-decoration: none;
}
.sclues_cart .payment_success .details a:hover {
  text-decoration: underline;
}
.sclues_cart .payment_success .buttons_section {
  margin: 25px 0 25px 0;
}
.sclues_cart .payment_success .buttons_section a {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 44px 12px 44px;
  display: inline-block;
  text-decoration: none;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sclues_cart .payment_success .buttons_section a:first-child {
  margin-right: 16px;
}
.sclues_cart .payment_success .buttons_section a:hover {
  text-decoration: none;
}
.sclues_cart .payment_failed {
  display: block;
  padding: 15px;
  text-align: center;
  background: #ffffff;
  position: relative;
}
.sclues_cart .payment_failed .details {
  display: block;
  padding: 80px 15px 0 15px;
  position: relative;
}
.sclues_cart .payment_failed .details::before {
  background: url('//images2.shopclues.com/images/ui/failed@2x.png') no-repeat;
  content: "";
  width: 74px;
  height: 74px;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background-size: 72px;
}
.sclues_cart .payment_failed .details h4 {
  padding: 5px 0px 0px 0px;
  margin: 0;
  color: #de542b;
  font-size: 18px;
  font-weight: 500;
}
.sclues_cart .payment_failed .details h4 span {
  display: block;
  color: #757575;
  font-size: 16px;
  font-weight: normal;
}
.sclues_cart .payment_failed .details p {
  font-size: 14px;
  color: #212121;
  margin: 25px auto 0;
  padding: 25px 20px;
  display: block;
  max-width: 75%;
  background: #f6fbfc;
  border: 1px solid #c2d9dc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 26px;
}
.sclues_cart .payment_failed .details p span {
  color: #24a3b5;
  font-weight: 500;
}
.sclues_cart .payment_failed .details.split_momoe {
  margin: 0 40% 0 0;
  transition: margin 0.6s ease 0s;
}
.sclues_cart .payment_failed .details.split_momoe .buttons_section {
  min-width: 480px;
}
.sclues_cart .payment_failed .momoe_frame {
  text-align: center;
  border: 1px solid #e2e2e2;
  position: absolute;
  right: -1000px;
  top: 0;
  border-radius: 4px;
  width: 34%;
  height: 88%;
  background: #eff7fa;
  margin: 25px 60px 0 0;
  transition: right 0.6s ease 0s;
}
.sclues_cart .payment_failed .buttons_section {
  margin: 25px auto;
  display: inline-block;
  clear: both;
  min-width: 40%;
}
.sclues_cart .payment_failed .buttons_section a {
  display: block;
  margin: 0 0 20px 0;
}
.sclues_cart .payment_failed .buttons_section a:first-child {
  margin-right: 0;
}
.sclues_cart .payment_failed .buttons_section a:last-child {
  margin: 0;
}
.sclues_cart .payment_failed .buttons_section .split_btn {
  display: inline-block;
  width: 100%;
}
.sclues_cart .payment_failed .buttons_section .split_btn a {
  float: left;
  margin: 0 0 10px 0;
  width: 48%;
}
.sclues_cart .payment_failed .buttons_section .split_btn a:last-child {
  float: right;
}
.sclues_cart .payment_failed .overlay {
  display: none;
}
.sclues_cart .payment_failed .overlay .container {
  padding: 0;
  width: auto;
}
.sclues_cart .payment_failed .overlay .container h3 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px 10px 20px;
  margin: 0;
  color: #353535;
}
.sclues_cart .payment_failed .overlay .container .o_close {
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -642px 9px;
  display: block;
}
.sclues_cart .payment_failed .overlay .container .cont {
  max-height: 530px;
  padding: 20px 30px;
}
.sclues_cart .payment_failed .overlay .container .cont .cod_info {
  min-width: 550px;
  text-align: center;
  margin: 0;
}
.sclues_cart .payment_failed .overlay .container .cont .cod_info p {
  font-size: 18px;
  color: #555555;
}
.sclues_cart .payment_failed .overlay .container .btn_container {
  display: block;
  margin: 0;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #dddddd;
}
.sclues_cart .payment_failed .overlay .container .btn_container .btn_size {
  display: inline-block;
  margin: 0 10px 0 0;
}
.sclues_cart .payment_failed .overlay .container .btn_container .btn_size .btn {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  width: 100%;
  padding: 14px 35px;
  display: block;
}
.sclues_cart .payment_failed .overlay .bold500 {
  font-weight: 500;
}
.sclues_cart .off_applicable {
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 10px 0;
}
.sclues_cart .off_applicable h3 {
  font-size: 16px;
  font-weight: 500;
  color: #00bc71;
  padding: 15px 0;
  position: relative;
  margin: 0;
}
.sclues_cart .off_applicable h3.arrow_down::before {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 9px;
  top: 19px;
  -webkit-transform: rotate(-228deg);
  -moz-transform: rotate(-228deg);
  -ms-transform: rotate(-228deg);
  -o-transform: rotate(-228deg);
  width: 2px;
}
.sclues_cart .off_applicable h3.arrow_down::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 3px;
  top: 19px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  width: 2px;
}
.sclues_cart .off_applicable h3.arrow_up::before {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 9px;
  top: 19px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  width: 2px;
}
.sclues_cart .off_applicable h3.arrow_up::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 3px;
  top: 19px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  width: 2px;
}
.sclues_cart .off_applicable ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.sclues_cart .off_applicable ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  color: #777777;
  font-size: 15px;
  position: relative;
}
.sclues_cart .off_applicable ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b1b1b1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -10px;
  top: 8px;
}
.sclues_cart .off_applicable ul.view {
  display: block;
}
.sclues_cart .off_applicable ul.hide {
  display: none;
}
.sclues_cart .off_applicable ul.one_promo {
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
}
.sclues_cart .off_applicable ul.one_promo li {
  margin: 0;
  padding: 0 0 5px 0;
  color: #777777;
  font-size: 15px;
}
.sclues_cart .off_applicable ul.one_promo li::before {
  display: none;
}
.sclues_cart .tokenMoneyTxt {
  display: flex;
  align-items: flex-start;
  padding: 9px 16px;
  margin-bottom: 8px;
  background-color: #eee;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sclues_cart .tokenMoneyTxt img {
  margin-right: 8px;
}
.sclues_cart .tokenMoneyTxt span {
  display: block;
  position: relative;
  top: 2px;
  font-size: 12px;
  color: #757575;
  font-weight: 500;
}
.sclues_cart .off_applied {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  top: -10px;
}
.sclues_cart .off_applied #view-all-coupons {
  float: none;
}
.sclues_cart .off_applied h3 {
  color: #00bc71;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.sclues_cart .off_applied h3::before {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 8px;
  top: 24px;
  -webkit-transform: rotate(-320deg);
  -moz-transform: rotate(-320deg);
  -ms-transform: rotate(-320deg);
  -o-transform: rotate(-320deg);
  width: 2px;
}
.sclues_cart .off_applied h3::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 8px;
  top: 17px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  width: 2px;
}
.sclues_cart .off_applied h3.no_arrow::before,
.sclues_cart .off_applied h3.no_arrow:after {
  background: transparent !important;
}
.sclues_cart .off_applied ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.sclues_cart .off_applied ul li {
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 25px;
  color: #777777;
  float: left;
  font-size: 13px;
  margin: 0 10px 15px 0;
  padding: 4px 20px 4px 15px;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0px 2px 3px #f0f0f0;
  background: #ffffff;
}
.sclues_cart .off_applied ul li a.close {
  display: inline-block;
  height: 13px;
  left: 10px;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  top: 2px;
  width: 13px;
}
.sclues_cart .off_applied ul li a.close::after {
  background: #777777;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.sclues_cart .off_applied ul li a.close::before {
  background: #777777;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sclues_cart .av_coupons {
  padding: 0 15px;
}
.sclues_cart .av_coupons ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.sclues_cart .av_coupons ul li {
  margin: 0 0 30px 0;
}
.sclues_cart .av_coupons ul li::last-child {
  margin: 0;
}
.sclues_cart .av_coupons ul.coupon_height {
  height: 235px;
}
.sclues_cart .av_coupons .cust_cbox {
  display: block;
  margin: 0;
  position: relative;
}
.sclues_cart .av_coupons .cust_cbox .checkbox {
  left: 0;
  position: absolute;
  top: 0;
}
.sclues_cart .av_coupons .cust_cbox .checkbox .cust {
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.sclues_cart .av_coupons .cust_cbox .checkbox input {
  cursor: pointer;
  height: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  width: 20px !important;
}
.sclues_cart .av_coupons .cust_cbox .checkbox .tick {
  border: 1px solid #fb760b;
}
.sclues_cart .av_coupons .cust_cbox .checkbox .tick::after {
  border-color: #fb760b;
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 11px;
  margin: 2px 0px 0px 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 6px;
}
.sclues_cart .av_coupons .cust_cbox label {
  color: #555555;
  display: block;
  font-size: 16px;
  line-height: normal;
  padding: 0 0 0 45px;
}
.sclues_cart .av_coupons .cust_cbox label .sor_text {
  font-size: 11px;
  color: #777777;
}
.sclues_cart .av_coupons .cust_cbox label .coupon_name {
  background-color: #54b3f7;
  border: 0 solid #000;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  height: 22px;
  line-height: 23px;
  margin: 0 13px 0 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.sclues_cart .av_coupons .cust_cbox label .coupon_name::after {
  content: "";
  height: 22px;
  position: absolute;
  right: -4px;
  top: 0;
  width: 14px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -171px -404px;
}
.sclues_cart .av_coupons .cust_cbox label p {
  color: #777777;
  margin: 10px 0 0;
  font-size: 15px;
}
.sclues_cart .av_coupons .default_form {
  background: #f6f6f6;
  padding: 10px 0;
  text-align: center;
  margin: -16px -20px 0 -35px;
}
.sclues_cart .av_coupons .default_form .s_row {
  margin: 20px auto;
  position: relative;
  text-align: center;
  width: 30%;
  display: inline-block;
}
.sclues_cart .av_coupons .default_form .s_row input {
  text-align: center;
  text-transform: uppercase;
  color: #00bc71;
  background: transparent;
  font-size: 20px;
}
.sclues_cart .av_coupons .default_form .s_row > label {
  font-size: 20px;
}
.sclues_cart .av_coupons .default_form .s_row input:focus ~ label,
.sclues_cart .av_coupons .default_form .s_row .label-valid {
  top: -20px;
  left: 0;
  font-size: 13px;
  color: #cacaca;
}
.sclues_cart .av_coupons .disabled {
  background: transparent none repeat scroll 0 0 !important;
  opacity: 0.4;
}
.quick_cart {
  background-color: #ffffff;
  bottom: 0;
  display: block;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.quick_cart .mid-cont {
  padding: 0px 10px 250px 20px;
}
.quick_cart .cart_listing {
  width: 100%;
}
.quick_cart .cart_listing .item .p_details {
  padding: 0 0 45px 0;
}
.quick_cart .cart_listing .item .p_details .p_title {
  width: 35%;
}
.quick_cart .cart_listing .item .p_details .p_quantity {
  width: 12%;
}
.quick_cart .cart_listing .item .p_details .p_price {
  width: 11%;
  float: right;
}
.quick_cart .cart_listing .item .p_details .p_breakup {
  width: 25%;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li span:nth-child(2) {
  padding-left: 10px;
  text-align: left;
  color: #000000;
  font-weight: bold;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .icon_info {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -259px -387px;
  position: relative;
  top: 4px;
  font-style: normal;
  margin: 0 0 0 5px;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .icon_info:hover .pt {
  display: block;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .pt {
  padding-top: 20px;
  position: absolute;
  width: 300px;
  left: 50%;
  z-index: 99;
  top: 80%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  display: none;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .pt:before,
.quick_cart .cart_listing .item .p_details .p_breakup ul li .pt:after {
  bottom: 100%;
  left: 0;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin: 0 auto;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .pt:before {
  border-color: rgba(221,221,221,0);
  border-bottom-color: #24a3b5;
  border-width: 11px;
  top: -1px;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .pt:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  top: 1px;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .tooltipPopup {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
  border: #24a3b5 solid 1px;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  font-style: normal;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .tooltipPopup p {
  font-size: 13px;
  color: #777777;
  margin: 0 0 5px 0;
  padding: 0;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .tooltipPopup p:last-child {
  margin: 0;
}
.quick_cart .cart_listing .item .p_details .p_breakup ul li .tooltipPopup p span {
  color: #555555;
  float: right;
  margin: 0;
  padding: 0;
  font-weight: normal !important;
}
.quick_cart .title-sec {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 0px 0;
  padding: 20px;
  position: relative;
}
.quick_cart .title-sec h2 {
  color: #363636;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.quick_cart .title-sec a.close {
  background: rgba(0,0,0,0) url("../images/cart-sprite.png") no-repeat scroll -3px -7px;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 18px;
  z-index: 5;
}
.quick_cart .mid-cont {
  padding: 20px 5px 250px 20px;
  display: block;
  height: 100%;
}
.quick_cart .total_payment {
  display: block;
  padding: 20px 15px 20px 20px;
  box-shadow: 0 -2px 3px #d2d2d2;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quick_cart .total_payment .shipping_location {
  display: inline-block;
  border: 0px solid #000000;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 15px;
  z-index: 1;
}
.quick_cart .total_payment .shipping_location::before {
  background: rgba(0,0,0,0) url("../images/cart-sprite.png") no-repeat scroll -2px -144px;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 32px;
}
.quick_cart .total_payment .shipping_location span {
  margin: 5px 0;
  color: #373737;
}
.quick_cart .total_payment .shipping_location span a {
  text-decoration: none;
  margin: 0 0 0 10px;
}
.quick_cart .total_payment .shipping_location span:first-child {
  display: block;
  color: #6f6f6f;
}
.quick_cart .total_payment .shipping_location .form {
  display: block;
}
.quick_cart .total_payment .shipping_location .form .pincode_input {
  display: inline-block;
  margin: 0;
  position: relative;
  float: left;
  width: 135px;
}
.quick_cart .total_payment .shipping_location .form .pincode_input::after {
  background: none;
  content: "";
  height: 18px;
  left: 12px;
  position: absolute;
  top: 11px;
  width: 18px;
}
.quick_cart .total_payment .shipping_location .form input[type="number"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #18b8c5;
  box-sizing: border-box;
  color: #585858;
  font: 500 14px "Roboto";
  height: 40px;
  padding: 0 8px;
  width: 100%;
}
.quick_cart .total_payment .shipping_location .form input[type="number"] {
  -moz-appearance: textfield;
}
.quick_cart .total_payment .shipping_location .form input[type="button"] {
  background-color: #18a6b2;
  border: 1px solid #18a6b2;
  color: #fff;
  display: inline-block;
  font: 500 14px "Roboto";
  height: 40px;
  text-align: center;
  width: 70px;
}
.quick_cart .total_payment .gd_total {
  display: inline-block;
  float: right;
  border: 0px solid #000000;
  max-width: 242px;
}
.quick_cart .total_payment .gd_total p {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin: 0;
  width: 100%;
}
.quick_cart .total_payment .gd_total p span {
  float: right;
}
.quick_cart .total_payment .gd_total p.total,
.quick_cart .total_payment .gd_total p.cb_used {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.quick_cart .total_payment .gd_total .orange {
  margin-top: 20px;
  width: 100%;
}
.discount_validity {
  display: inline-block;
  width: 100%;
  margin: 2px 0 5px 0;
}
.discount_validity .seller_discount {
  display: inline-block;
  position: relative;
  width: auto;
  height: 23px;
  border: 1px solid #fb760b;
  background: #fff4ec;
  color: #fb760b;
  text-indent: 8px;
  font: 500 12px/23px 'Roboto';
  padding: 0 18px 0 0;
}
.discount_validity .seller_discount::after {
  position: absolute;
  content: '';
  height: 16px;
  width: 15px;
  border-top: 1px solid #fb760b;
  border-left: 1px solid #fb760b;
  right: -8px;
  top: 3px;
  background: #ffffff;
  transform: rotate(-45deg);
}
.discount_validity .expire_dt {
  display: inline-block;
  font: 400 12px/25px 'Roboto';
  margin-left: 10px;
  color: #777777;
}
.otp_popup .container {
  padding: 10px 15px;
}
.otp_popup h3 {
  margin: 0;
  padding: 0px 0 20px 0;
  font-weight: 500;
}
.otp_popup .verify_by_otp {
  margin: 20px 0 0;
}
.otp_popup .verify_by_otp span {
  display: inline-block;
  margin-bottom: 10px;
  color: #363636;
}
.otp_popup .verify_by_otp input {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  color: #e67f22;
  font-size: 28px;
  height: 41px;
  line-height: 1px;
  margin: 10px 20px 10px 0;
  padding: 0;
  text-align: center;
  width: 41px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.otp_popup a {
  text-decoration: none;
  color: #24a3b5;
  display: block;
}
.otp_popup .btn_cont {
  display: inline-block;
  margin: 10px 0;
}
.otp_popup .btn_cont .btn {
  padding: 12px 30px;
}
@keyframes dot-keyframes {
  0% {
    opacity: .4;
    transform: scale(1,1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2,1.2);
  }
  100% {
    opacity: .4;
    transform: scale(1,1);
  }
}
.loading-dots {
  display: inline-block;
}
.loading-dots .dot {
  animation: dot-keyframes .5s infinite ease-in-out;
  background-color: #24a3b5;
  border-radius: 10px;
  float: left;
  height: 4px;
  width: 4px;
  margin: 0 4px 0 0;
}
.loading-dots .dot:last-child {
  margin: 0;
}
.loading-dots .dot:nth-child(2) {
  animation-delay: .2s;
}
.loading-dots .dot:nth-child(3) {
  animation-delay: .3s;
}
.add_to_cart_error {
  color: #f00;
  padding: 10px 0;
}
#my-cart-content.s_cart_overlay {
  background: rgba(0,0,0,0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
#my-cart-content.s_cart_overlay .sc_contect_wraper {
  max-width: 1000px;
}
.pincode_error {
  display: block;
}
.cart_coupon_list {
  background: #fff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.cart_coupon_list .cart_listing {
  width: 100%;
}
.cart_coupon_list .cart_listing ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cart_coupon_list .cart_listing ul li {
  padding: 10px 0 10px 10px;
}
.cart_coupon_list .title-sec {
  display: block;
  box-shadow: 0 2px 3px #d2d2d2;
  margin: 0 0 0px 0;
  padding: 15px 20px 15px 20px;
  position: relative;
}
.cart_coupon_list .title-sec h2 {
  color: #363636;
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.cart_coupon_list .title-sec a.close {
  background: rgba(0,0,0,0) url("../images/cart-sprite.png") no-repeat scroll -3px -7px;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 18px;
  z-index: 5;
}
.cart_coupon_list .mid-cont {
  padding: 20px 5px 110px 20px;
  display: block;
  height: auto;
  width: 760px;
}
.cart_coupon_list .btn_cont {
  display: block;
  padding: 20px 15px 20px 20px;
  box-shadow: 0 -2px 3px #d2d2d2;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
.cart_coupon_list .btn_cont .coupon_btn {
  border: 0px solid #000000;
  display: inline-block;
  width: auto;
}
.cart_coupon_list .btn_cont .coupon_btn .disable {
  background-color: #eb7f00 !important;
  color: #fff !important;
  opacity: 0.2;
}
.cart_coupon_list .btn_cont .coupon_btn .btn {
  padding: 12px 35px;
}
.cart_coupon_list .regular-radio {
  display: none;
}
.cart_coupon_list .regular-radio + label {
  font-size: 16px;
  padding: 5px 0 5px 40px;
  line-height: normal;
}
.cart_coupon_list .regular-radio + label::before {
  top: 5px;
  width: 23px;
  height: 23px;
}
.cart_coupon_list .regular-radio + label::after {
  top: 9px;
  width: 15px;
  height: 15px;
}
.default_coupon_popup {
  background-color: rgba(0,0,0,0.8);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
.message.success_text {
  margin-top: 10px;
}
.promo_msg {
  border: 1px solid #dddddd;
  display: block;
  padding: 12px 20px !important;
  margin-bottom: 10px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 3px;
}
.promo_msg.warning_text {
  border: 1px solid rgba(251,118,11,0.2);
  color: #ff8d31 !important;
}
.promo_msg.success_text {
  color: #00bc71 !important;
  border: 1px solid rgba(0,188,113,0.25);
}
.group_item .promo_msg {
  border: 1px solid rgba(221,221,221,0.5);
  display: block;
  margin: 10px 10px 15px 10px;
  padding: 12px 20px !important;
  font-size: 14px;
  background: rgba(246,246,246,0.4) none repeat scroll 0 0;
}
@media (max-width: 1200px) {
  .sclues_cart .review_cart .coupon-apply .have_another_coupon,
  .sclues_cart .review_cart .coupon-apply #view-all-coupons {
    float: none;
    display: block;
  }
}
.bank_offer_msg_cont {
  color: #6f6f6f;
  height: auto;
  padding: 15px 0 0 30px;
  width: 25%;
}
.bank_offer_msg_cont h3 {
  color: #353535;
  font-size: 18px;
  margin: 0 0 25px;
  padding: 0 0 10px;
}
.bank_offer_msg_cont .bank_offer_msg_sec {
  padding: 15px 0;
  display: block;
  border: 1px dashed #00bc71;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bank_offer_msg_cont .bank_offer_msg_sec ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
.bank_offer_msg_cont .bank_offer_msg_sec ul li {
  display: inline-block;
  padding: 6px 20px !important;
  position: relative;
  width: 100% !important;
  margin: 0 0 8px 0;
}
.bank_offer_msg_cont .bank_offer_msg_sec ul li img {
  float: left;
  position: relative;
  max-width: 30px;
  top: 5px;
}
.bank_offer_msg_cont .bank_offer_msg_sec ul li label {
  margin: 0 0 0 40px;
  display: block;
  font-size: 12px;
  color: #777777;
}
.bank_offer_msg_cont .bank_offer_msg_sec ul li.active {
  background: #eafbf5;
}
.bank_offer_msg_cont .bank_offer_msg_sec ul li.active label {
  font-weight: 500;
  color: #212121;
}
.ecod_breakup_sec {
  border-top: 1px solid #f0f0f0;
  margin: 10px 0;
  padding: 10px 0 0 0;
}
.ecod_breakup_sec .gt {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 0;
}
.ecod_breakup_sec .gt .title {
  font-size: 14px;
  color: #555555;
  float: left;
  font-weight: normal;
}
.ecod_breakup_sec .gt .rs {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #555555;
  font-weight: normal;
}
.ecod_breakup_sec .pfee {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 0;
}
.ecod_breakup_sec .pfee .title {
  font-size: 12px;
  color: #a7a7a7;
  float: left;
}
.ecod_breakup_sec .pfee .rs {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #a7a7a7;
}
.ecod_breakup_sec .pre_order {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 0;
  background: #effff9;
  border: 1px dashed #a7f2e5;
  border-radius: 3px;
  padding: 8px 5px;
  position: relative;
}
.ecod_breakup_sec .pre_order::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url(https://images2.shopclues.com/images/ui/msprite.png) no-repeat 0px -614px;
  background-size: 124px;
}
.ecod_breakup_sec .pre_order .title {
  font-size: 11px;
  color: #353535;
  float: left;
  font-weight: 500;
  padding: 0 50px 0 25px;
}
.ecod_breakup_sec .pre_order .rs {
  float: right;
  text-align: right;
  font-size: 11px;
  position: absolute;
  right: 5px;
  color: #353535;
  font-weight: 500;
}
.ecod_breakup_sec .payabel {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 0;
  border-top: 1px solid #f0f0f0;
  padding: 5px 0 0 0;
}
.ecod_breakup_sec .payabel .title {
  font-size: 14px;
  color: #555555;
  float: left;
  font-weight: 600;
}
.ecod_breakup_sec .payabel .rs {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #555555;
  font-weight: 600;
}
.document {
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.s_cart_overlay .security_note {
  color: #777777;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin: 0;
}
.s_cart_overlay .security_note span {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -572px -114px;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  vertical-align: top;
  width: 20px;
}
.sd_ecod .sclues_cart .cart_steps {
  padding: 13px 20px 13px 14px;
  margin: 0;
}
.sd_ecod .sclues_cart .cart_steps .logo {
  display: inline-block;
  width: auto;
  padding: 0 0 0 45px;
  position: relative;
  margin: 1px 0 0 0;
}
.sd_ecod .sclues_cart .cart_steps .logo a {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 46px;
  height: 46px;
  background: url('https://secure.shopclues.com/atom_view/images/prev.png') no-repeat;
}
.sd_ecod .sclues_cart .cart_steps .previous-page {
  padding: 0 0 0 55px;
}
.sd_ecod .sclues_cart .cart_steps .previous-page a {
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.sd_ecod .sclues_cart .cart_steps .previous-page a::before {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -570px -190px;
  content: "";
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.sd_ecod .sclues_cart .cart_steps .n_steps ul li:last-child {
  margin: 0;
}
.sd_ecod .sclues_cart .cart_steps .n_steps ul li::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b1b1b1;
  border-radius: 50px;
  color: #b1b1b1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 26px;
  left: 0;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 26px;
}
.sd_ecod .sclues_cart .cart_steps .n_steps ul .progress::before {
  background: #fff none repeat scroll 0 0 !important;
  border-color: #249ef4;
  color: #249ef4;
}
.sd_ecod .sclues_cart .cart_steps .n_steps ul .success::before {
  background: #fff none repeat scroll 0 0 !important;
  border-color: #00bc71;
  content: "" !important;
}
.sd_ecod .sclues_cart .cart_steps .n_steps ul .success::after {
  background-image: none;
  border-color: #00bc71;
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "" !important;
  display: block;
  height: 15px;
  left: 9px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 8px;
  z-index: 9;
}
.sd_ecod .sclues_cart .review_cart {
  margin-top: 16px;
}
.sd_ecod .sclues_cart .review_cart .ship_address {
  padding: 15px 0;
  position: relative;
}
.sd_ecod .sclues_cart .review_cart h2 {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_listing {
  padding: 10px 15px 20px 20px;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .ship_address .location {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .ship_address .location span {
  display: inline-block;
  font-weight: normal;
  padding: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_image img {
  border: 1px solid #ddd;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_details .p_title {
  width: 48%;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_details .p_quantity {
  width: 15%;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_details .p_price span {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_details .p_price a {
  position: relative;
  padding: 0 17px 0 0;
  margin-top: 10px;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_details .p_price a::before {
  background: #a8a8a8 none repeat scroll 0 0;
  border-radius: 0;
  content: "";
  height: 9px;
  position: absolute;
  right: -5px;
  top: 7px;
  -webkit-transform: rotate(-320deg);
  -moz-transform: rotate(-320deg);
  -ms-transform: rotate(-320deg);
  -o-transform: rotate(-320deg);
  width: 2px;
}
.sd_ecod .sclues_cart .review_cart .cart_listing .item .p_details .p_price a::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 9px;
  position: absolute;
  right: 5px;
  top: 7px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  width: 2px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons {
  display: table;
  height: 100%;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .tokenMoneyTxt {
  margin-bottom: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
  position: relative;
  top: inherit;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied::before {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -71px -388px;
  background-size: 160px;
  content: "";
  height: 20px;
  left: 15px;
  position: absolute;
  top: 16px;
  width: 28px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied h3.arrow_right::before {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 8px;
  top: 22px;
  -webkit-transform: rotate(-320deg);
  -moz-transform: rotate(-320deg);
  -ms-transform: rotate(-320deg);
  -o-transform: rotate(-320deg);
  width: 2px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied h3.arrow_right::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 8px;
  top: 15px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  width: 2px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied ul li {
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 25px;
  color: #777777;
  float: left;
  font-size: 13px;
  margin: 0 10px 5px 0;
  padding: 2px 20px 4px 15px;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  box-shadow: 0 2px 5px #ddd;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .off_applied ul li span.info {
  border: 1px solid #dddddd;
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  left: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  width: 20px;
  text-align: center;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .cart_total ul li span:last-child {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .cart_total ul .g_total span {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary i {
  font-style: normal;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary i.feeOff {
  color: #757575;
  text-decoration: line-through;
  margin-left: 4px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  margin: 0 0 12px 0;
  padding: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li:last-child {
  margin: 12px 0 0 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-top: #eee solid 1px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li span {
  width: 100%;
  line-height: 1.71;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li span.bor_bot {
  user-select: none;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li span.bor_bot span {
  cursor: pointer;
  position: relative;
  border-bottom: #bdbdbd dashed 1px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li span.bor_bot span:hover .tip {
  visibility: visible;
  bottom: 27px;
  -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;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li span:last-child {
  text-align: right;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip {
  visibility: hidden;
  position: absolute;
  min-width: 200px;
  bottom: 10px;
  right: -30px;
  background: #eff7fa;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  z-index: 1;
  border: solid 10px transparent;
  border-top-color: #eff7fa;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip p {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 0 4px 0;
  padding: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip p:last-child {
  margin-bottom: 0;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip p span {
  width: 100%;
  text-align: left;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip p span:last-child {
  text-align: right;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary ul li .tip span {
  white-space: nowrap;
  border: none !important;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary .cb span {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary .cb a {
  color: #0082ed;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary .cb a.noactive {
  cursor: not-allowed;
  color: #999;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary .success_text {
  font-weight: 500;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .order_summary .text {
  color: #757575;
  font-weight: 400;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .proceed_payment {
  margin: 20px 0px;
}
.sd_ecod .sclues_cart .review_cart .cart_total_n_coupons .proceed_payment .btn {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode {
  padding: 15px 0 0 20px;
  border-right: 1px solid #ddd;
  height: 100%;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode h3 {
  font-weight: 500;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode ul {
  border: none;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode ul .active {
  background: #fff;
  border-color: #ddd;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  margin: 0 -1px 0 0;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options {
  border-right: 1px solid #ddd;
  padding: 15px 20px;
  height: 100% !important;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options h3 {
  font-weight: 500;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .netbanking_options .summary_parts_note {
  background: #fff7f1 none repeat scroll 0 0;
  color: #fb760b;
  display: block;
  padding: 8px 8px 8px 49px;
  margin-bottom: 15px;
  border: #ffe8d6 solid 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  font-size: 13px;
  position: relative;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .netbanking_options .summary_parts_note::after {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -257px -291px;
  content: "";
  height: 20px;
  position: absolute;
  left: 15px;
  width: 20px;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .cards_group ul li {
  vertical-align: top;
  width: 49%;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .cards_group ul li:nth-child(even) {
  margin: 0 0 5px 0;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .btn_cont {
  text-align: center;
}
.sd_ecod .sclues_cart .fstep_payment .bank_offer_msg_cont {
  width: 35%;
}
.sd_ecod .sclues_cart .fstep_payment .bank_offer_msg_cont h3 {
  font-weight: 500;
}
.sd_ecod .sclues_cart .fstep_payment .bank_offer_msg_cont .bank_offer_msg_sec {
  border: none;
  padding: 0;
}
.sd_ecod .sclues_cart .fstep_payment .bank_offer_msg_cont .bank_offer_msg_sec ul li label {
  color: #353535;
  font-size: 14px;
}
.sd_ecod .sclues_cart .payment_failed {
  text-align: center;
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}
.sd_ecod .sclues_cart .payment_failed .details {
  padding: 50px 0 0 0;
}
.sd_ecod .sclues_cart .payment_failed .details::before {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -570px -253px !important;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.sd_ecod .sclues_cart .payment_failed .details h4 {
  font-weight: 500;
  color: #fd4949;
}
.sd_ecod .sclues_cart .payment_failed .details p {
  color: #555;
}
.sd_ecod .sclues_cart .payment_success {
  text-align: center;
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}
.sd_ecod .sclues_cart .payment_success .details {
  padding: 50px 0 0 0;
}
.sd_ecod .sclues_cart .payment_success .details::before {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -570px -321px !important;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.sd_ecod .sclues_cart .payment_success .details h4 {
  font-weight: 500;
}
.sd_ecod .sclues_cart .payment_success .details p span {
  font-weight: 500;
}
.sd_ecod .sclues_cart .trouble_cont {
  display: block;
  padding: 12px 20px;
  text-align: center;
}
.sd_ecod .sclues_cart .trouble_cont .title h3 {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #777777;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
.sd_ecod .sclues_cart .trouble_cont .title i {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.sd_ecod .sclues_cart .trouble_cont .title i::before {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 3px;
  top: 0;
  transform: rotate(-228deg);
  width: 2px;
}
.sd_ecod .sclues_cart .trouble_cont .title i::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -3px;
  top: 0;
  transform: rotate(42deg);
  width: 2px;
}
.sd_ecod .sclues_cart .trouble_cont .title i.arrow_up::before {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 3px;
  top: 0;
  transform: rotate(42deg);
  width: 2px;
}
.sd_ecod .sclues_cart .trouble_cont .title i.arrow_up::after {
  background: #a8a8a8 none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -3px;
  top: 0;
  transform: rotate(-228deg);
  width: 2px;
}
.sd_ecod .sclues_cart .trouble_cont .contant {
  display: block;
  margin: 10px 0;
}
.sd_ecod .sclues_cart .trouble_cont .contant i {
  display: block;
  height: 38px;
  margin: 0 auto 5px;
  width: 37px;
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -44px -27px;
}
.sd_ecod .sclues_cart .trouble_cont .contant p {
  display: block;
  text-align: center;
  color: #555555;
  margin: 0 0 20px 0;
  padding: 0;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details {
  display: block;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details input {
  display: inline-block;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  border: none;
  border-bottom: #b1b1b1 solid 1px;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details input:focus {
  outline: none;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details a {
  display: inline-block;
  width: auto;
  padding: 5px 30px;
  border-radius: 50px;
  margin: 0 0 0 10px;
  font-size: 15px;
}
.sd_ecod .sclues_cart .trouble_cont .contant .disable {
  background-color: #fff !important;
  opacity: 0.4;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details_add {
  display: block;
  font-size: 15px;
  color: #777777;
  padding: 0 0 25px;
  position: relative;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details_add::before {
  background: #ddd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 60px;
  left: 0;
  right: 0;
}
.sd_ecod .sclues_cart .trouble_cont .contant .no_details_add a {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0 10px;
}
.sd_ecod .sclues_cart .trouble_cont .contant .for_assist {
  display: block;
  margin: 20px 0;
}
.sd_ecod .sclues_cart .trouble_cont .contant .for_assist .note {
  display: block;
  color: #b1b1b1;
  font-size: 15px;
  margin: 0 0 10px;
}
.sd_ecod .sclues_cart .trouble_cont .contant .for_assist .call {
  display: block;
  color: #777777;
  font-size: 15px;
  margin: 0 0 10px;
}
.sd_ecod .sclues_cart .trouble_cont .contant .for_assist .call span {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -574px -156px;
  display: inline-block;
  height: 21px;
  vertical-align: top;
  width: 18px;
}
.sd_ecod .sclues_cart .overlay {
  background: rgba(0,0,0,0.7) none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
.sd_ecod .sclues_cart .overlay .o_container {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  height: auto;
  left: 50%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 820px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .btn {
  border-radius: 100px;
  display: inline-block;
  padding: 12px 80px;
  text-decoration: none;
  width: auto;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont {
  display: block;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .header {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  display: block;
  padding: 30px 50px;
  text-align: center;
  margin: 0 0 5px 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .header .ecod_logo {
  background: rgba(0,0,0,0) url("https://images2.shopclues.com/images/ui/ecod.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 34px;
  margin: 9px 15px 0 0;
  vertical-align: top;
  width: 126px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .header p {
  color: #555555;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  vertical-align: top;
  text-align: left;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .header p span {
  color: #00bc71;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row {
  display: block;
  margin: 0 auto;
  padding: 35px 20px 0px 20px;
  width: 642px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row:last-child {
  padding-bottom: 35px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step1 {
  display: inline-block;
  width: 100%;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step1 i {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -468px -256px;
  border-radius: 100%;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.1);
  float: left;
  height: 55px;
  width: 55px;
  margin: 0 30px 0 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step1 .info {
  background-color: #fff6ef;
  border-radius: 4px;
  color: #2c3d4b;
  float: left;
  font-family: sans-serif;
  font-size: 16px;
  padding: 18px;
  position: relative;
  width: 50%;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step1 .info::after {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff6ef;
  border-top: 0 solid transparent;
  content: " ";
  height: 0;
  left: -9px;
  position: absolute;
  top: 12px;
  width: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step2 {
  display: inline-block;
  width: 100%;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step2 i {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -469px -313px;
  border-radius: 100%;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.1);
  float: right;
  height: 55px;
  width: 55px;
  margin: 0 0 0 30px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step2 .info {
  background-color: #f1f9fe;
  border-radius: 4px;
  color: #2c3d4b;
  float: right;
  font-family: sans-serif;
  font-size: 16px;
  padding: 18px;
  position: relative;
  width: 50%;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step2 .info::after {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #f1f9fe;
  border-top: 0 solid transparent;
  content: " ";
  height: 0;
  right: -9px;
  position: absolute;
  top: 12px;
  width: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step3 {
  display: inline-block;
  width: 100%;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step3 i {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -469px -370px;
  border-radius: 100%;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.1);
  float: left;
  height: 55px;
  width: 55px;
  margin: 0 30px 0 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step3 .info {
  background-color: #f0fbf7;
  border-radius: 4px;
  color: #2c3d4b;
  float: left;
  font-family: sans-serif;
  font-size: 16px;
  padding: 18px;
  position: relative;
  width: 50%;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_cont .row .step3 .info::after {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #f0fbf7;
  border-top: 0 solid transparent;
  content: " ";
  height: 0;
  left: -9px;
  position: absolute;
  top: 12px;
  width: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq {
  padding: 40px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq h4 {
  font-size: 24px;
  font-weight: 500;
  color: #212121;
  line-height: 1.17;
  margin: 0 0 24px 0;
  padding: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq b {
  font-weight: 500;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq p {
  font-size: 16px;
  color: #212121;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 8px 0;
  padding: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .btn {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin-top: 24px;
  margin-bottom: 40px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq {
  position: relative;
  margin: 0 -40px;
  padding: 40px 40px 0 40px;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq h5 {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  line-height: 1.33;
  margin: 0 0 16px 0;
  padding: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul .inner {
  font-size: 14px;
  padding-bottom: 12px;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  -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;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li {
  margin: 0;
  line-height: 1.71;
  border-bottom: #eee solid 1px;
  position: relative;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li:after {
  display: block;
  content: '+ ';
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 1.625em;
  color: #24a3b5;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li:last-child {
  border-bottom: none;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li:last-child p {
  padding-bottom: 0;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li a.toggle {
  width: 100%;
  padding: 12px 24px 12px 0px;
  display: block;
  transition: background 0.3s ease;
  font-size: 14px;
  color: #212121;
  font-weight: 400;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li.active .toggle {
  font-weight: 500;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li.active .inner {
  visibility: visible;
  line-height: inherit;
  padding-bottom: 12px;
  -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;
}
.sd_ecod .sclues_cart .overlay .td_ecod .ecod_faq .faq ul li.active:after {
  content: '- ';
}
.sd_ecod .sclues_cart .overlay .td_ecod .action_buttons {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #d1d1d1;
  padding: 20px;
  text-align: center;
  width: 100%;
  z-index: 3;
}
form#paymentForm {
  display: inline-block;
  height: 100%;
}
.balance_amt {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e5f2fd;
  padding: 5px 12px 4px 12px !important;
  color: #0082ed;
  font-weight: 500;
  line-height: 1.71;
}
.balance_amt i {
  margin-right: 5px;
  top: 3px;
}
.balance_amt b {
  float: right;
  font-weight: 500;
}
.custom_payment {
  border: #e0e0e0 solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  margin-top: 12px;
}
.custom_payment [type="radio"] {
  display: none;
}
.custom_payment [type="radio"] + label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
}
.custom_payment [type="radio"] + label:before,
.custom_payment [type="radio"] + label:after {
  display: block;
  position: absolute;
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 2px;
  border-style: solid;
}
.custom_payment [type="radio"] + label:before {
  background-color: #ffffff;
  border-color: #e0e0e0;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}
.custom_payment [type="radio"] + label:after {
  background-color: #ff8d31;
  border-color: #ffffff;
  height: 12px;
  width: 12px;
  left: 3px;
  top: 6px;
  -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;
}
.custom_payment [type="radio"]:checked + label:before {
  background-color: #ffffff;
  border: #ff8d31 solid 2px;
}
.custom_payment [type="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;
}
.custom_payment [type="radio"]:disabled + label {
  color: #ccc;
  cursor: not-allowed;
}
.custom_payment [type="radio"]:disabled + label:before {
  border: 2px solid #e0e0e0;
}
.custom_payment .options > div {
  border-bottom: #eee solid 1px;
  padding: 16px;
}
.custom_payment .options > div label span {
  float: right;
}
.custom_payment .options > div label span span {
  color: #777777;
  margin-left: 8px;
  font-weight: 400;
  text-decoration: line-through;
}
.custom_payment .options > div:last-child {
  border-bottom: none;
}
.custom_payment .options > div .balance_amt {
  margin-top: 8px;
  margin-left: 30px;
}
.custom_payment .options > div >span {
  display: block;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #00b36b;
  line-height: 1.71;
}
.custom_payment .options > div >span.error {
  font-size: 12px;
  color: #ff4e33;
  font-weight: 400;
  line-height: 1.33;
  margin-top: -8px;
}
.custom_payment .options > div .custom_amt {
  border: #e0e0e0 solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px 16px;
  margin-left: 30px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.custom_payment .options > div .custom_amt span {
  position: relative;
}
.custom_payment .options > div .custom_amt span:before {
  content: '';
  display: block;
  position: absolute;
  background: #24a3b5;
  width: 1px;
  height: 24px;
  top: -2px;
  right: -8px;
}
.custom_payment .options > div .custom_amt input {
  position: relative;
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
  font-weight: 500;
  margin-left: 15px;
  border: none;
}
.custom_payment .options > div .custom_amt input:focus {
  outline: none;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .input-group:last-child {
  margin-bottom: 0;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .btn_cont .btn {
  margin-top: 10px;
  padding: 12px 80px;
}
.sd_ecod .sclues_cart .fstep_payment .payment_mode_options .netbanking_options .summary_parts_note::after {
  left: 13px;
}
.cart_total_n_coupons .summary_parts_note {
  background: #fff;
  color: #fb760b;
  display: block;
  padding: 8px 8px 8px 49px;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  font-size: 13px;
  position: relative;
}
.cart_total_n_coupons .summary_parts_note::after {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -257px -291px;
  content: "";
  height: 20px;
  position: absolute;
  left: 15px;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options {
  background: #eff7fa;
  padding: 0;
  width: 50%;
  margin: 0 0 0 -3px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .security_note {
  font-size: 13px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .btn_cont .btn {
  width: 100%;
  padding: 12px 20px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .mob_verification {
  margin: 10px 0 0 0;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .btn_abs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block {
  padding: 15px 15px 120px 15px;
  width: 47%;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  position: relative;
  display: inline-block !important;
  margin-left: 1.8%;
  vertical-align: top;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block h3 {
  text-align: center;
  margin: 0px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block span code {
  color: #ff8d31;
  font-weight: 500;
  font-family: roboto;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block.prepaid_offr {
  box-shadow: 0px 3px 64px 0px rgba(22,22,22,0.1);
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block.prepaid_offr span code {
  color: #00bc71;
  font-weight: 500;
  font-family: roboto;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block.prepaid_offr .extra_saving {
  position: absolute;
  font-size: 10px;
  text-align: center;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  top: 10px;
  left: 2px;
  color: #fff;
  width: 41px;
  z-index: 99;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block.prepaid_offr .extra_saving:after {
  content: "";
  position: absolute;
  border-bottom: 50px solid #3fc4a0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  left: -28px;
  top: -18px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  z-index: -9;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block.prepaid_offr .pfee {
  position: relative;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block.prepaid_offr .pfee:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #a7a7a7;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .gt span {
  margin: 0;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .gt .title {
  color: #212121;
  font-weight: 500;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .gt .rs {
  color: #212121;
  font-weight: 500;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .pfee span {
  margin: 0;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .pfee .title {
  color: #777777;
  font-weight: 500;
  font-size: 13px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .pfee .rs {
  color: #777777;
  font-weight: 500;
  font-size: 13px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .payabel .title {
  font-size: 16px;
}
.sc_contect_wraper.cod_prepaid .payment_mode_options .cod_options.payment_option_block .ecod_breakup_sec .payabel .rs {
  font-size: 16px;
}
.sc_contect_wraper.cod_prepaid .payment_mode {
  width: 22%;
}
.sc_contect_wraper.cod_prepaid .payment_mode ul {
  border: none;
}
.sc_contect_wraper.cod_prepaid .gray_bar {
  background: #f8f8f8;
  padding: 5px 10px;
  -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: 1px dashed #f3f3f3;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
}
.sc_contect_wraper.cod_prepaid .yellow_bar {
  background: #f8f6d1;
  padding: 5px 10px;
  -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: 1px solid #f0edb5;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
}
.flag_recom {
  position: relative;
  background: #eb7f00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 2px 12px 3px 12px;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  font-style: normal;
  left: 80px;
}
.s_cart_overlay .security_note {
  color: #777777;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin: 0;
}
.s_cart_overlay .security_note span {
  background: url("https://images2.shopclues.com/images/ui/dsprite_v1.png") no-repeat -572px -114px;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  vertical-align: top;
  width: 20px;
}
.s_cart_overlay.smartship_pymnt .sclues_cart .cart_steps {
  padding: 25px;
}
.s_cart_overlay.smartship_pymnt .sclues_cart .cart_steps .logo a.back_ico {
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: middle;
  background: url('//images2.shopclues.com/images/ui/back-1@2x.png') no-repeat;
  background-size: 100%;
  margin-right: 16px;
}
.s_cart_overlay.smartship_pymnt .sclues_cart .fstep_payment .payment_mode_options .cards_group ul li img {
  width: auto;
  height: 24px;
}
.s_cart_overlay.smartship_pymnt .sclues_cart .summary_parts_note {
  background: transparent;
  color: #757575;
  display: block;
  padding: 8px 8px 8px 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  font-size: 13px;
  position: relative;
}
.s_cart_overlay.smartship_pymnt .sclues_cart .summary_parts_note::after {
  background: url('//images2.shopclues.com/images/ui/info-iota.png') no-repeat;
  background-size: 100%;
  content: "";
  height: 14px;
  position: absolute;
  left: 0;
  width: 14px;
  top: 12px;
}
.all_taxes {
  display: block !important;
  font-size: 10px !important;
  color: #757575 !important;
  font-weight: normal !important;
  padding: 0 !important;
}
