.ncartlink {
  position: relative;
  color: #fff;
  font-size: 18px;
}
.ncartlink .count {
  position: absolute;
  display: box;
  font-size: 10px;
  text-align: center;
  background: red;
  color: white;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  top: -2px;
  right: -10px;
}
.ncart {
  width: 100%;
  font-size: 13pt;
  text-align: left;
  padding-bottom: 20px;
}
.ncart * {
  text-shadow: none;
}
.ncart .sortbar {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  text-align: right;
}
.ncart .sortbar li {
  display: inline-block;
  margin: 0 5px;
}
.ncart .btnbar > div {
  padding-bottom: 10px;
}
.ncart .btnbar .btn {
  margin: 4px;
}
.ncart .addybar {
  margin-bottom: 30px;
}
.ncart .expdate {
  display: inline-block;
  width: 50%;
}
.ncart .cvv2hint {
  font-size: small;
}
.ncart .claim {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.ncart .detail {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ncart .sandbox-notice {
  text-align: center;
  background: red;
  color: white;
  font-size: 40px;
  padding: 35px 0;
}
.ncart-checkout-nav {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
.ncart-checkout-nav li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 5px;
  font-size: 13pt;
  border-right: 1px solid gray;
  border-radius: 15px;
}
.ncart-checkout-nav .here {
  font-size: 17pt;
}
.ncart-checkout-nav .disabled,
.ncart-checkout-nav .disabled:hover {
  opacity: 0.45;
  text-decoration: none;
}
.ncart-feedback {
  padding: 15px;
  padding-bottom: 0;
  margin: 10px auto 20px;
  list-style-type: none;
  font-size: 13pt;
  font-weight: bold;
  color: #f00;
  background-color: #ffdfdf;
  border: 1px solid #f3afb5;
  text-align: center;
}
.ncart-feedback li {
  display: block;
  padding-bottom: 15px;
}
.ncart-capform {
  position: relative;
  height: 100px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 15pt;
  font-weight: bold;
  background: #000;
  color: #fff;
}
.ncart-capform .total {
  font-size: 17pt;
  color: yellow;
}
.ncart-capform input[type='submit'] {
  font-size: 15pt;
  padding: 5px 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  font-weight: bold;
  color: white;
}
.ncart-capform .no {
  left: 20%;
  background: red;
}
.ncart-capform .yes {
  right: 20%;
  background: green;
}
.ncart-address {
  text-align: left;
}
.ncart-address div {
  margin-bottom: 2px;
  padding-left: 18px;
}
.ncart-address div:nth-child(1) {
  font-weight: bold;
}
.ncart-address a {
  font-size: 11pt;
}
.ncart-coupons {
  text-align: right;
  padding: 20px 0;
}
.ncart-coupons label {
  font-weight: bold;
}
.ncart-coupons input[type='text'] {
  width: 150px;
}
.ncart-coupons .codes {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  text-align: left;
  list-style-type: none;
}
.ncart-coupons .codes li {
  display: inline-block;
  border: 1px dashed gray;
  padding: 5px;
  margin: 4px;
  font-weight: bold;
  font-size: 11pt;
}
.ncart-coupons .codes li a {
  font-weight: normal;
  font-size: 9pt;
  margin-left: 10px;
}
.ncart-items {
  padding-top: 10px;
}
.ncart-items h3 {
  padding: 0 0 5px;
  margin: 0;
}
.ncart-items img {
  max-width: 97%;
}
.ncart-items .row > div {
  margin-bottom: 5px;
}
.ncart-items .item {
  margin-bottom: 25px;
}
.ncart-items .sku {
  font-size: 11pt;
}
.ncart-items .rem {
  padding-top: 8px;
  text-align: right;
}
.ncart-items .imgbox {
  text-align: center;
}
.ncart-items .qtybox {
  text-align: right;
}
.ncart-items .qtybox > span,
.ncart-items .qtybox > div {
  display: inline-block;
  width: 32%;
}
.ncart-items .qtybox input[type='text'] {
  width: 45px;
  text-align: center;
}
.ncart-items .totalbar {
  position: relative;
  padding-right: 100px;
  margin-bottom: 4px;
  text-align: right;
}
.ncart-items .totalbar label {
  margin: 0;
  padding: 0;
}
.ncart-items .totalbar a {
  font-weight: normal;
  font-size: 11pt;
}
.ncart-items .totalbar span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 90px;
}
.ncart-items .readd,
.ncart-items .readdall {
  padding-top: 10px;
  text-align: right;
}
.ncart-addy-book {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ncart-addy-book > li {
  display: block;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted gray;
}
.ncart-addy-book > li div {
  margin-bottom: 2px;
}
.ncart-addy-book > li div:first-of-type {
  font-weight: bold;
}
.ncart-addy-book > li ul {
  list-style-type: none;
  padding: 0;
  margin: 4px 0 0;
}
.ncart-addy-book > li ul li {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 9pt;
}
.ncart-addy-book > li ul li a {
  text-decoration: none;
}
.ncart-addy-book > li ul li:first-child {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 4px;
}
.ncart-rates .wrap {
  padding: 5px;
  margin: 10px 0;
}
.ncart-rates .rate {
  position: relative;
  width: 100%;
  padding-left: 90px;
  padding-bottom: 30px;
  min-height: 80px;
}
.ncart-rates .rate input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
}
.ncart-rates .rate img {
  position: absolute;
  top: 0;
  left: 25px;
}
.ncart-rates .rate .price {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.ncart-orders {
  font-size: 13pt;
}
.ncart-orders > .row {
  margin-bottom: 15px;
}
.ncart-send-wish {
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
  margin-bottom: 10px;
}
.ncart-send-wish .regnote {
  font-size: 15pt;
  font-weight: bold;
}
