.basketMain .cbg1, .basketMain .cbg2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff; }
.basketMain .cbg2 {
  background: #f6f6f6; }
.basketMain .basketProductList input, .basketMain .basketProductList textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px; }
.basketMain .basketProductList .top, .basketMain .basketProductList .mid, .basketMain .basketProductList .bottom {
  display: flex;
  align-items: center; }
  .basketMain .basketProductList .top .c1, .basketMain .basketProductList .mid .c1, .basketMain .basketProductList .bottom .c1 {
    flex: 3;
    display: flex;
    align-items: center;
    padding: 5px 0; }
    .basketMain .basketProductList .top .c1 .ph, .basketMain .basketProductList .mid .c1 .ph, .basketMain .basketProductList .bottom .c1 .ph {
      width: 80px;
      height: 100px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .basketMain .basketProductList .top .c1 .nm, .basketMain .basketProductList .mid .c1 .nm, .basketMain .basketProductList .bottom .c1 .nm {
      padding: 0 5px;
      color: #444;
      font-size: 12px;
      line-height: 1.4; }
      .basketMain .basketProductList .top .c1 .nm .l1, .basketMain .basketProductList .mid .c1 .nm .l1, .basketMain .basketProductList .bottom .c1 .nm .l1 {
        letter-spacing: 1px;
        font-size: 18px;
        color: #d42427; }
      .basketMain .basketProductList .top .c1 .nm .l2, .basketMain .basketProductList .mid .c1 .nm .l2, .basketMain .basketProductList .bottom .c1 .nm .l2 {
        font-size: 14px;
        color: #444; }
      .basketMain .basketProductList .top .c1 .nm .l3 span, .basketMain .basketProductList .mid .c1 .nm .l3 span, .basketMain .basketProductList .bottom .c1 .nm .l3 span {
        display: inline-block;
        padding: 0 5px 0 0;
        color: #666;
        font-size: 11px;
        letter-spacing: 2px; }
  .basketMain .basketProductList .top .c2, .basketMain .basketProductList .mid .c2, .basketMain .basketProductList .bottom .c2 {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px; }
    .basketMain .basketProductList .top .c2 s, .basketMain .basketProductList .mid .c2 s, .basketMain .basketProductList .bottom .c2 s {
      font-size: 12px;
      letter-spacing: 2px; }
  .basketMain .basketProductList .top .c3, .basketMain .basketProductList .mid .c3, .basketMain .basketProductList .bottom .c3 {
    flex: 1;
    display: flex;
    justify-content: center; }
    .basketMain .basketProductList .top .c3 input, .basketMain .basketProductList .mid .c3 input, .basketMain .basketProductList .bottom .c3 input {
      width: 100px;
      text-align: center; }
  .basketMain .basketProductList .top .c4, .basketMain .basketProductList .mid .c4, .basketMain .basketProductList .bottom .c4 {
    flex: 1;
    display: flex;
    justify-content: center;
    font-size: 18px;
    flex-direction: column;
    align-items: center; }
    .basketMain .basketProductList .top .c4 .onlycash, .basketMain .basketProductList .mid .c4 .onlycash, .basketMain .basketProductList .bottom .c4 .onlycash {
      text-align: center;
      font-size: 11px; }
    .basketMain .basketProductList .top .c4 .selectpaytype, .basketMain .basketProductList .mid .c4 .selectpaytype, .basketMain .basketProductList .bottom .c4 .selectpaytype {
      width: 100%; }
      .basketMain .basketProductList .top .c4 .selectpaytype .desc, .basketMain .basketProductList .mid .c4 .selectpaytype .desc, .basketMain .basketProductList .bottom .c4 .selectpaytype .desc {
        text-align: center;
        font-size: 11px; }
      .basketMain .basketProductList .top .c4 .selectpaytype .options, .basketMain .basketProductList .mid .c4 .selectpaytype .options, .basketMain .basketProductList .bottom .c4 .selectpaytype .options {
        padding-top: 5px;
        display: flex;
        align-items: center;
        justify-content: space-around; }
        .basketMain .basketProductList .top .c4 .selectpaytype .options .one, .basketMain .basketProductList .mid .c4 .selectpaytype .options .one, .basketMain .basketProductList .bottom .c4 .selectpaytype .options .one {
          padding: 5px 0px;
          border: 1px solid #ccc;
          cursor: pointer;
          color: #444;
          font-size: 11px;
          border-radius: 5px;
          text-align: center;
          width: 65px;
          background: #fff; }
          .basketMain .basketProductList .top .c4 .selectpaytype .options .one.active, .basketMain .basketProductList .mid .c4 .selectpaytype .options .one.active, .basketMain .basketProductList .bottom .c4 .selectpaytype .options .one.active {
            color: #fff;
            background: #d42427;
            border: 1px solid #d42427; }
  .basketMain .basketProductList .top .c5, .basketMain .basketProductList .mid .c5, .basketMain .basketProductList .bottom .c5 {
    flex: 1;
    display: flex;
    justify-content: center; }
    .basketMain .basketProductList .top .c5 i, .basketMain .basketProductList .mid .c5 i, .basketMain .basketProductList .bottom .c5 i {
      color: #999;
      transition: all .5s ease;
      cursor: pointer;
      padding: 5px 15px;
      font-size: 12px; }
    .basketMain .basketProductList .top .c5:hover i, .basketMain .basketProductList .mid .c5:hover i, .basketMain .basketProductList .bottom .c5:hover i {
      color: #333; }
.basketMain .basketProductList .top {
  font-size: 12px;
  letter-spacing: 2px; }
  .basketMain .basketProductList .top .c1, .basketMain .basketProductList .top .c2, .basketMain .basketProductList .top .c3, .basketMain .basketProductList .top .c4, .basketMain .basketProductList .top .c5 {
    font-size: 12px;
    background: #222;
    color: #fff;
    padding: 3px; }
.basketMain .basketProductList .mid {
  display: flex;
  border-top: 1px solid #eee; }
.basketMain .basketProductList .bottom {
  border-top: 1px solid #ccc;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 90px; }
  .basketMain .basketProductList .bottom .l1 {
    font-size: 16px;
    text-align: right;
    padding: 10px 10px 0 0;
    letter-spacing: 2px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    .basketMain .basketProductList .bottom .l1 .l1a {
      flex: 1;
      display: flex;
      align-items: center; }
      .basketMain .basketProductList .bottom .l1 .l1a .opt {
        padding: 3px 15px;
        border: 1px solid #eee;
        border-radius: 15px;
        color: #444;
        margin: 5px;
        cursor: pointer;
        background: #fff; }
        .basketMain .basketProductList .bottom .l1 .l1a .opt.active {
          color: #fff;
          background: #d42427; }
    .basketMain .basketProductList .bottom .l1 .l1b {
      letter-spacing: 1px;
      font-size: 18px;
      color: #d42427; }
  .basketMain .basketProductList .bottom .l2 {
    padding: 10px 10px 10px 0;
    font-size: 22px;
    text-align: right;
    letter-spacing: 2px; }
.basketMain .basketlogininfo {
  color: #444;
  padding: 5px 15px 20px 15px; }
  .basketMain .basketlogininfo span {
    cursor: pointer;
    color: #d42427;
    display: inline-block; }
.basketMain .rulles {
  display: flex;
  cursor: pointer;
  margin: 0px 10px 20px 10px;
  box-sizing: border-box; }
  .basketMain .rulles .check {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .basketMain .rulles .check.err {
      border: 1px solid #f00; }
    .basketMain .rulles .check i {
      display: none;
      color: #444;
      font-size: 12px; }
  .basketMain .rulles .desc {
    color: #444;
    letter-spacing: 2px;
    font-size: 13px;
    flex: 1; }
    .basketMain .rulles .desc.err {
      color: #f00; }
  .basketMain .rulles.active .check i {
    display: block; }
.basketMain .basketbox {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px 10px 20px 10px;
  box-sizing: border-box;
  position: relative;
  display: block; }
  .basketMain .basketbox span {
    position: absolute;
    background: #fff;
    color: #bbb;
    padding: 0 2px;
    top: -8px;
    left: 10px;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all 1s ease; }
  .basketMain .basketbox input, .basketMain .basketbox select, .basketMain .basketbox textarea {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    outline: none !important;
    color: #444; }
  .basketMain .basketbox:hover span {
    color: #666;
    padding: 0 10px; }
  .basketMain .basketbox.err {
    border: 1px solid #f00; }
    .basketMain .basketbox.err input, .basketMain .basketbox.err select, .basketMain .basketbox.err textarea {
      color: #f00; }
    .basketMain .basketbox.err span {
      color: #f00; }
.basketMain .adresoneline {
  display: flex; }
  .basketMain .adresoneline .basketbox {
    flex: 1; }
.basketMain .inpostwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 8px;
  background: #eee;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee; }
  .basketMain .inpostwrap .btn {
    background: #d42427;
    padding: 3px 15px;
    border-radius: 15px;
    color: #fff;
    margin: 5px;
    cursor: pointer; }
  .basketMain .inpostwrap .desc {
    padding: 0 5px;
    color: #444; }
  .basketMain .inpostwrap.err {
    border: 1px solid #d42427; }
    .basketMain .inpostwrap.err .desc {
      color: #d42427; }
.basketMain h4 {
  padding: 10px 20px;
  color: #666;
  letter-spacing: 2px;
  font-size: 16px; }
.basketMain .buybar {
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .basketMain .buybar .in, .basketMain .buybar .in2 {
    padding: 20px 35px;
    display: block;
    border: 2px solid #aaa;
    color: #aaa;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    font-size: 22px; }
  .basketMain .buybar .in2 {
    border: 2px solid #d42427;
    background: #d42427;
    color: #fff;
    font-size: 22px; }
  .basketMain .buybar .in3 {
    color: #444;
    text-align: center;
    padding: 20px 35px;
    background: #fdd;
    border-radius: 5px; }
    .basketMain .buybar .in3 span {
      color: #d42427;
      cursor: pointer;
      font-weight: bold; }
.basketMain .minidesc {
  display: none; }

.goToPaymentForm {
  margin: 0px auto;
  display: block;
  width: 260px;
  cursor: pointer;
  background: transparent;
  border: 0; }

.goToPaymentFormIn {
  background: #fff;
  border: 1px solid #ccc;
  color: #222;
  padding: 20px 25px;
  border-radius: 25px;
  margin: 20px auto;
  display: block;
  font-size: 16px;
  cursor: pointer; }

.finishpaymentnoneedpayment {
  text-align: center;
  color: #444;
  letter-spacing: 2px;
  padding: 50px 0; }
  .finishpaymentnoneedpayment .icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    .finishpaymentnoneedpayment .icon i {
      font-size: 46px;
      color: #444;
      display: block;
      text-align: center; }
  .finishpaymentnoneedpayment .gobacktoshop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    .finishpaymentnoneedpayment .gobacktoshop .one, .finishpaymentnoneedpayment .gobacktoshop .one2 {
      font-size: 22px;
      font-weight: bold;
      display: block;
      padding: 10px 15px;
      color: #fff;
      background: #d42427;
      border: 2px solid #d42427;
      border-radius: 5px;
      cursor: pointer;
      margin: 10px; }
    .finishpaymentnoneedpayment .gobacktoshop .one2 {
      background: #fff;
      color: #d42427; }

/*# sourceMappingURL=koszyk.css.map */
