.vnt-quick-order {
  display: grid;
  grid-template-columns:  1fr 300px ;
  grid-column-gap: 20px;

  padding: 20px;
  background: #f0f7ff;
  border-radius: 10px;

  font-size: 15px;
  line-height: 24px;
  color: #333333;
}
.vnt-quick-order__main {

}

.vnt-cart-list {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}



/*cart*/
.vnt-order-cart {
  padding: 15px 0;
}

.vnt-table-cart {

}
.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: 30px auto 12% 13% 17% 15% 30px;
  align-items: center;
}
.vnt-table-cart__tr.selected {
  background-color: #FBFBFB;
}
.vnt-table-cart__tr.selected.cart-error {
  background-color: #f5ead6;
  border: 1px dotted var(--web-color);
}
.vnt-table-cart .vnt-table-cart__tr > div {
  padding: 10px 5px ;

}
.vnt-table-cart .vnt-table-cart__tr > div:first-child {
  padding-left: 3px;
}

.vnt-table-cart .vnt-table-cart__tbody {

}
.vnt-table-cart .vnt-table-cart__tbody .vnt-table-cart__tr {
  border-bottom: 1px solid #eeeeee;
}




.vnt-table-cart .vnt-table-cart__tbody .vnt-table-cart__td  {

}

.vnt-table-cart .i-bulk {
  width: 83px;
  max-height: 83px;

  height: 32px;
  display: flex ;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 5px;

  background: var(--web-color);
  color: #fff;
  line-height: 14px;
  font-weight: normal;


  margin-right: 10px;
}


.vnt-table-cart__td .vnt-checkbox {
  height: 25px;
  width: 25px;
}

.vnt-table-cart .i-product {
  display: flex;
  align-items: center;

  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 10px 10px 10px 0px;
}

.vnt-table-cart .i-product .i-code {

  height: 40px;
  border: none;
  background: none;
  width: calc(100% - 85px);
}


.vnt-table-cart .i-product .btn-check {
  display: block;
  border: none;
  font-size: 14px;
  line-height: 30px;
  background-color: var(--web-color);
  color: #fff;
  white-space: nowrap;

  width: 85px;
  padding: 5px 5px ;
  border-radius: 5px;
}
.vnt-table-cart .i-product .btn-check:hover {
  background-color: var(--web-color1);
  color: #ffffff;
}

.vnt-suggestion {
  position: relative;
}
.vnt-suggestion .vnt-suggestion-list {
  position: absolute;
  z-index: 11;

  background: #ffffff;
  top: 100%;
  left:0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;


  border-radius: 5px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.vnt-suggestion.active .vnt-suggestion-list  {
  opacity: 1;
  visibility: initial;
}

.vnt-suggestion-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.vnt-suggestion-list::-webkit-scrollbar{
  width: 10px;
  background-color: #e1e1e1;
  border-radius: 5px;
}
.vnt-suggestion-list::-webkit-scrollbar-thumb {
  background-color: #11a5c0;
  border-radius: 5px;
}

.vnt-suggestion-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 5px 7px;
  border-bottom: 1px solid #D9D9D9;

  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

.vnt-suggestion-list  .i-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.vnt-suggestion-list .i-text:hover  {
  color: var(--web-color);
}
.vnt-suggestion-list .i-choose {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 5px;

  background-color: var(--web-color1);
  color: #fff;
  border-radius: 4px;
}
.vnt-suggestion-list .i-choose:hover  {
  background-color: var(--web-color);
}


.vnt-table-cart .i-stock {
  color: var(--web-color1);
}


.vnt-table-cart .i-quantity{
  display: inline-flex;
  align-items: center;
  border: solid 1px rgba(0,0,0,0.08);
  margin: 0 auto;
  max-width: 120px;
}
.vnt-table-cart .i-quantity button,
.vnt-table-cart .i-quantity input{
  height: 34px;
  text-align: center;
  background: transparent;
  border:none;
}
.vnt-table-cart .i-quantity button{
  width: 30px;
  background: #ededed;
  font-size: 12px;
}
.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);
  font-size: 15px;
}

.vnt-table-cart .i-price {

}
.vnt-table-cart .i-total {
  font-weight: bold;
}

.vnt-table-cart .i-remove {
  font-size: 16px;
  text-align: center;
  color: #999999;
}
.vnt-table-cart .i-remove:hover {
  color: var(--web-color);
}




.vnt-cart-list .vnt-cart-btn {

  width: 390px;
  border: 1px dashed var(--web-color1);
  height: 48px;
  margin-top: 20px;
  color: var(--web-color1);

  border-radius: 5px;
  padding: 0;
}

.vnt-cart-list .vnt-cart-btn  a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 10px  ;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.vnt-cart-list .vnt-cart-btn  a i {
  color: var(--web-color1);
}
.vnt-cart-list .vnt-cart-btn a:hover {
  color: var(--web-color1);
}


/*sidebar*/

.vnt-quick-order__sidebar {
}

.vnt-cart-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.vnt-cart-box__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vnt-cart-box__title .i-icon {
  margin-right: 5px;
}
.vnt-cart-box__title .i-icon img { max-height: 35px}
.vnt-cart-box__title h3 {
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
}

.vnt-cart-box__list {
  margin-top: 15px;
}
.vnt-cart-box__list .box-price {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 2px 0;
}
.vnt-cart-box__list .box-price .i-label {}
.vnt-cart-box__list .box-price .i-price {}

.vnt-cart-box__list .box-price.price-totals {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #a1a7aa;
  font-weight: bold;
}
.vnt-cart-box__list .box-price.price-totals .i-price {
  color: var(--web-color);
}

.vnt-cart-button {
  margin-top: 15px;
}
.vnt-cart-button button {
  width: 100%;
  text-transform: unset;
}


.note-list {}
.note-list .note-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.note-list .note-item:last-child {
  margin-bottom: 0;
}
.note-list .note-item .note-item__icon {
  color: var(--web-color1);
  width: 20px;

}
.note-list .note-item .note-item__icon i {
  padding-top: 5px;
}
.note-list .note-item .note-item__text {
  width: calc(100% - 20px);
}
.note-list .note-item .note-item__text a {
  color: var(--web-color1);
}




/*Infomation*/

.box-shopping {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.box-shopping__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #333;

  margin-bottom: 15px;
}

.box-shopping__content {

}


.shopping-tab-customer {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.shopping-tab-customer .tab-item {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

.shopping-tab-customer .tab-item::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  background: #fff;
}
.shopping-tab-customer .tab-item.active::before{
  border: 1px solid var(--web-color);
}
.shopping-tab-customer .tab-item.active::after{
  content: '';
  width: 14px;
  height: 14px;
  background: var(--web-color);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.shopping-tab-customer .tab-item a {
  text-decoration: underline;

}


.vnt-shopping-form {}
.vnt-shopping-form .form-group {

}
.vnt-shopping-form .form-label {
  margin-bottom: 5px;
}
.vnt-shopping-form .form-input {
}

.vnt-shopping-form .form-label label {
  margin-bottom: 0;
}
.vnt-shopping-form .form-label label span{ color: red}

.vnt-shopping-form .form-input input ,
.vnt-shopping-form .form-input select {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
}

.vnt-shopping-form .form-btn {
  text-align: center;
  margin: 15px;
}

.vnt-box-choose {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
}

.choose-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  cursor: pointer;
}
.choose-title .choose-label {

  margin-bottom: 0;
  cursor: pointer;

  display: grid;
  grid-template-columns: 25px 1fr 20px ;
  grid-column-gap: 10px;
  align-items: center;
}

.choose-title .choose-label .i-input {
  width: 25px;
  height: 25px;
}
.choose-title .choose-label .i-icon {
  text-align: right;
}

.choose-content {
  padding-top: 10px;
}




.vnt-method-list {}
.vnt-method__item {
  margin-bottom: 15px;
}
.vnt-method__item.active {}
.vnt-method__item .item-method {}
.vnt-method__item .method-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;

}
.vnt-method__item .method-title input {

}
.vnt-method__item .method-title label {
  position: relative;
  display: block;
  cursor: pointer;

  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;

}

.vnt-method__item .method-desc {
  display: none;
  padding-left: 30px;
  color: #999999;
  margin-top: 5px;
}
.vnt-method__item.active  .method-desc {
  display: block;
}





  /*box-process*/

.box-process {
  padding: 50px 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background: #ffffff;
}

.process-content {
  text-align: center;
  padding: 50px 0;
}

.process-loading {}



/*shopping finished*/

.vnt-box-finished {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #f0f0f0;
}

.vnt-box-finished__content {
  max-width: 580px;
  margin: 0 auto;
}

.box-success {}
.box-success .txt1 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box-success .txt2 {
  font-size: 15px;
  line-height: 23px;
  max-width: 450px;
  margin: auto;
  margin-bottom: 10px;
}
.box-success .txt3 {
  font-size: 20px;
  line-height: 30px;
  background: #fff;
  padding: 15px 37px;
  text-align: center;
  color: #333333;
}
.box-success .box-code {
  background: var(--web-color1);
  color: #ffff;
  text-align: center;
  padding: 9px 10px;
  margin-bottom: 25px;
}

.box-success .box-code .txt {
  font-size: 14px;
  line-height: 22px;
}
.box-success .box-code .code {
  font-size: 40px;
  line-height: 50px;

}

.finished-btn {
  margin: 15px auto;
  text-align: center;
}
.finished-btn__grid {
  display: inline-flex;
  align-items: center;
}
.finished-btn__grid > a {
  margin: 0 5px;
}




/*RES*/
