
.vnt-table-cart {
 width: 100%;
}
.vnt-table-cart .vnt-table-cart__thead {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.vnt-table-cart .vnt-table-cart__tr {
  display: grid;
  grid-template-columns: auto 15% 17% 18% 35px;
  align-items: center;
}
.vnt-table-cart .vnt-table-cart__tr > div {
  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
.vnt-table-cart .vnt-table-cart__tr > div:last-child {
  border-right:none;
}

.vnt-table-cart .vnt-table-cart__tbody {

}
.vnt-table-cart .vnt-table-cart__tbody .icart {
  border-bottom: 1px solid #eeeeee;
}



.vnt-table-cart .vnt-table-cart__tbody .vnt-table-cart__select  {
  padding: 0 40px 10px 10px;
}


.vnt-table-cart .i-product {
  display: flex;
  flex-wrap: wrap;
}
.vnt-table-cart .i-product .i-img {
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.vnt-table-cart .i-product .i-img a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.vnt-table-cart .i-product .i-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.vnt-table-cart .i-product .i-desc {
  width: calc(100% - 60px);
  padding-left: 10px;
  text-align: left;
}



.vnt-table-cart .i-product .i-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 5px;
}
.vnt-table-cart .i-product .i-title a {  }
.vnt-table-cart .i-product .i-title a span{
  display: block;
}
.vnt-table-cart .i-product .i-code{
  color: #333333;
}


.vnt-table-cart .i-product .i-info-more {
  display: flex;
  margin: 0 -10px;
  margin-bottom: 5px;
}

.vnt-table-cart .i-product .i-info-more > div{
  padding: 0 10px;
}

.vnt-table-cart .i-quantity{
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  max-width: 130px;
}
.vnt-table-cart .i-quantity button,
.vnt-table-cart .i-quantity input{
  height: 40px;
  text-align: center;
  background: transparent;
  border:none;
}
.vnt-table-cart .i-quantity button{
  width: 40px;
}
.vnt-table-cart .i-quantity input{
  width: calc(100% - 60px);
  border:none;
  text-align: center;
  border-left: solid 1px rgba(0,0,0,0.08);
  border-right: solid 1px rgba(0,0,0,0.08);
  padding: 0 40px 0 5px;
}

.vnt-table-cart .i-price {
  text-align: center;
  font-size: 12px;
}
.vnt-table-cart .i-price .price-old {
  text-decoration: line-through;
  color: #999999;
}
.vnt-table-cart .i-price .price {

}
.vnt-table-cart .i-total {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

.vnt-table-cart .i-remove {
  font-size: 16px;
  text-align: center;
  color: #999999;
}
.vnt-table-cart .i-remove:hover {
  color: #ff0000;
}

.vnt-cart-note {
    padding: 15px;
}





.vnt-box-select {
  position: relative;
  min-width: 100px;
}
.vnt-box-select__text {
  background: white;
  padding: 5px 35px 5px 10px;
  border: 1px solid var(--web-color);
  cursor: pointer;
  position: relative;
}
.vnt-box-select__text::after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 7px;
}
.vnt-box-select__list {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid var(--web-color);
  border-top: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

  z-index: 999;

  display: none;

}
.vnt-box-select__list ul {
  list-style: none;
}
.vnt-box-select__list li {
  padding: 10px;
  cursor: pointer;
}
.vnt-box-select__list li.selected {
  background:  #efefef;;
}
.vnt-box-select__list li:hover {
  background: #f5f5f5;
}
.vnt-box-select.active .vnt-box-select__list  {
  display: block;
}
.vnt-box-select  .i-date {
  font-style: italic;
}

.vnt-box-voucher__text {
  background: white;
  padding: 5px 25px 5px 10px;
  border: 1px solid var(--web-color);
  cursor: pointer;
  position: relative;
}

.vnt-box-voucher__remove {
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 10px;
  width: 30px;
  text-align: center;
  font-size: 13px;
}





.loading-cart {}
.loading-cart .loading-pic {
  width: 50px;
}
.loading-cart  .loading-img {
  height: 50px;
}


.loading-cart .loading-item .loading-text {
  height: 15px;
  background-color: #eeeeee;
}
.loading-cart .loading-item .loading-text:first-child{
  margin-top:0;
}



.div-button-flex {
  display: flex;
  justify-content: space-between;
}

.vnt-term a {
  color: #ec1b23;
  text-decoration: underline;
}
.i-info-more {
  margin-top: 5px;
  font-size: 12px;
}

.vhrow.row-total {
  color: #fe0000;
  font-weight: bold;
  padding-top: 5px;
  margin-top: 5px;
}



.box-coupon {
  margin-bottom: 10px;
}
.coupon-info {
  padding: 5px 10px;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
}

.coupon-info .coupon-mess {
  line-height: 30px;
  margin-right: 70px;
}

.coupon-info .coupon-code {
  color: #ed1c24;
}

.coupon-mess a {
  position: absolute;
  right: 10px;
  color: #ed1c24;
}


/*Point*/
.del-point , .del-point a{
  color: #ed1c24;
}

.point-login {

}

.point-login .text-login {
  text-align: center;
}
.point-login .text-login a {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 20px;
  border: 1px solid #ec1b23;
  background-color: #ec1b23;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  min-width: 170px;
}
.point-login .text-login a:hover {
  background-color: #fff;
  color: #ec1b23;
}


  /*box-process*/

.box-process {
  padding: 30px;
  position: relative;
  border: solid 1px  #773345;
}

.process-content {
  text-align: center;
  padding: 50px 0;
}

.process-loading {}


/*checkout-cancel*/

.checkout-cancel {
  margin: 0 auto;
  padding: 50px 20px;
  border: solid 1px  #ff0000;

  text-align: center;

  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}


.checkout_error  {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 10px 10px;
}

.box-error {
  text-align: center;

}
.hanging-icon.hanging-icon-error {
  stroke: #ff6d6d;
}
.payment-result {
  padding: 15px;
}


.payment-result  .pay-title {
  font-size: 18px;
  line-height: 24px ;
  margin-bottom: 20px;
  text-align: center;

}

.payment-result . .table-responsive {}

.payment-result .form-group  {
  margin-bottom: 10px;
  position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
.payment-result .form-group::after {
  content: '';
  clear: both;
  display: table;
}

.payment-result .form-group  label  {
  font-weight: bold;
  width: 30%;
}



/*RES*/
@media all and (max-width: 767px){
  .vnt-table-cart .vnt-table-cart__tr {
    grid-template-columns: auto 20% 22% 30px;
  }
  .vnt-table-cart .vnt-table-cart__tr .vnt-table-cart__td:nth-child(3) {
    display: none;
  }
  .vnt-table-cart .vnt-table-cart__tr > div {
    padding: 5px 7px;
  }

  .vnt-table-cart .i-product .i-img {
    width: 50px;
    height: 50px;
  }
  .vnt-table-cart .i-product .i-desc {
    width: calc(100% - 50px);
    padding-left: 5px;
  }
  .vnt-table-cart .i-product .i-title {
    font-size: 12px;
    line-height: 20px;
  }
  .vnt-table-cart .i-product .i-title a {
    letter-spacing: -0.6px;
  }
  .vnt-table-cart .vnt-table-cart__tbody .vnt-table-cart__select {
    padding: 0 10px 10px;
  }

  .vnt-box-select {
    font-size: 13px;
    line-height: 20px;
  }
}



@media all and (max-width: 479px){
  .div-button-flex {
    flex-flow: column-reverse;
  }

  .div-button-flex .div-btn {
    margin-bottom: 15px;
  }

}
