.cart-content {
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 20%);
    padding: 20px;
    margin-bottom: 30px;
}
  .red{
  
      color: #e30000;
  
  }
  
  input[type="number"] {width: 50px;height: 30px;box-sizing: border-box;border-radius: 0;display: inline-block;margin-right: 5px;position: relative;z-index: 99999;}
  
  .total-box {
  
      background: #fff;
  
      padding: 15px;
  
      box-shadow: 0 0 3px #d0d0d0;
  
      margin-bottom: 20px;
  
  }
  
  .total-row .title {
  
      display: inline-block;
  
      vertical-align: middle;
  
      line-height: 30px;
  
      float: left;
  
  }
  
  .total-row .value {
  
      display: inline-block;
  
      float: right;
  
      text-align: right;
  
      line-height: 30px;
  
  }
  
  .total-row {
  
      padding: 5px 0;
  
  }
  
  .total-line {
  
      border-top: 1px solid #eee;
  
  }
  
  .btn-payment {
  
      padding: 10px;
  
      text-align: center;
  
      color: #FFF;
  
      display: block;
  
      border-radius: 4px;
  
      border: 1px solid #ff7800;
  
      outline-color: #ccc;
  
      background: #ffa95d;
  
      text-transform: uppercase;
  
      background: -webkit-gradient(linear,0 0,0 bottom,from(#ffa95d),to(#ffa95d));
  
      background: -webkit-linear-gradient(#ffa95d,#ff7800);
  
      background: -moz-linear-gradient(#ffa95d,#ff7800);
  
      background: -ms-linear-gradient(#ffa95d,#ff7800);
  
      background: -o-linear-gradient(#ffa95d,#ff7800);
  
      background: linear-gradient(#ffa95d,#ff7800);
  
      -webkit-transistion: all .5s linear;
  
      -moz-transistion: all .5s linear;
  
      -ms-transistion: all .5s linear;
  
      -o-transistion: all .5s linear;
  
      transistion: all .5s linear;
  
      margin-bottom: 15px;
  
  }
  
  .btn-payment:hover {
  
      background: #ffa95d;
  
      color: #FFF;
  
  }
  
  .row-checkout-item{
  
      margin: 10px 0;
  
  }
  
  .item_voucher {
  
      display: inline-block;
  
      padding: 3px 8px;
  
      background: #00ce1a;
  
      border-radius: 3px;
  
      padding-right: 32px;
  
      color: #FFF;
  
      position: relative;
  
  }
  
  .item_voucher span {
  
      position: absolute;
  
      right: 0;
  
      top: 0;
  
      bottom: 0;
  
      font-size: 18px;
  
      padding: 2px;
  
      width: 25px;
  
      background: #00bd18;
  
      border-top-right-radius: 3px;
  
      border-bottom-right-radius: 3px;
  
      cursor: pointer;
  
      text-align: center;
  
  }
  
  .cart-success-icon {
      text-align: center;
  }
  
  .cart-success-content {
      box-sizing: border-box;
  }
  .note-success{
      background: url('../img/icon-note-success.png') 5px 15px no-repeat #f6f6f6;
      padding: 10px;
      padding-left: 45px;
      border-radius: 5px;
      min-height: 60px;
      line-height: 20px;
      box-sizing: border-box;
  }
  .note-success p {
      margin: 0;
  }
  .cart-success-content span{
      color: #ff7800;
  }
  .alert-success-content {
      margin-bottom: 10px;
  }
  #checkout_cart_wrap {
    background: #fafafa;
    border-left: 1px solid #ccc;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
}

#checkout_cart {
    height: 100%;
}
#checkout_info_wrap {
    padding-left: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
}