/*nav-shopping*/
.vnt-nav-shopping{
  padding: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
.vnt-nav-shopping ul{
  text-align: center;
}
.vnt-nav-shopping ul li{
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.vnt-nav-shopping ul li:before{
  content: "\f101";
  font-family: fontAwesome;
  position: absolute;
  right:-17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#333333;
}
.vnt-nav-shopping ul li:last-child:before{
  content: initial;
}
.vnt-nav-shopping ul li.active ,
.vnt-nav-shopping ul li.active a{
  color:#de0059;
}



/*cart*/
.vnt-order-cart {}

.vnt-table-cart {
  border: 1px solid #eeeeee;
}
.vnt-table-cart .vnt-table-cart__thead {
  font-weight: bold;
  background: #e4e4e4;
  border-bottom: 1px solid #eeeeee;
}
.vnt-table-cart .vnt-table-cart__tr {
  display: grid;
  grid-template-columns: 10% auto 13% 15% 15% 80px;
}
.vnt-table-cart .vnt-table-cart__tr > div {
  padding: 15px;
  border-right: 1px solid #eeeeee;
  text-align: center;
}
.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 .vnt-table-cart__tr {

  border-bottom: 1px solid #eeeeee;
}


.vnt-table-cart .vnt-table-cart__tbody .vnt-table-cart__td  {

}
.vnt-table-cart .i-img {
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.vnt-table-cart .i-img a {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.vnt-table-cart .i-img a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height:100%;
}

.vnt-table-cart .i-product {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.vnt-table-cart .i-product .i-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: var(--web-color);
  margin-bottom: 5px;
}
.vnt-table-cart .i-product .i-title a { color: var(--web-color);}
.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;
  border: solid 1px rgba(0,0,0,0.08);
  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);
  font-size: 16px;
}

.vnt-table-cart .i-price {
  text-align: center;
}
.vnt-table-cart .i-price .price-old {
  text-decoration: line-through;
  color: #999999;
}
.vnt-table-cart .i-price .price {
  font-size: 16px;
}
.vnt-table-cart .i-total {
  font-size: 16px;
  text-align: center;
}

.vnt-table-cart .i-remove {
  font-size: 16px;
  text-align: center;
}




.vnt-cart-mobile {}
.vnt-cart-mobile .vnt-cart-mobile__item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.vnt-cart-mobile .vnt-cart-mobile__item .i-txt {
  width: 80px;
}
.vnt-cart-mobile .vnt-cart-mobile__item .i-value {}



.vnt-table-cart__tfoot {

}
.vnt-table-cart__tfoot .vnt-table-cart__tr {
  grid-template-columns: auto 15% 80px;
}

.vnt-table-cart__tfoot .price-item {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;

}
.vnt-table-cart__tfoot  .i-label{
  text-align: right;
}
.vnt-table-cart__tfoot .i-price {
  text-align: center;
  font-weight: bold;
}
.vnt-table-cart__tfoot .i-price .i-label {
  display: inline-block;
  margin-right: 15px;
}
.vnt-table-cart__tfoot .i-price  .price {
  font-size: 18px;
  font-weight: bold;
}

.vnt-table-cart__tfoot .i-price .price-total {
  font-size: 20px;
  line-height: 30px;
  color: #d42626;
}



.vnt-cart-button {
  margin: 10px 0;
  text-align: center;
}
.vnt-cart-button__list {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;

}

.vnt-cart-button__list button {
  border: none;
  font-weight: bold;
  background: var(--web-btn-color);
  color: #ffffff;
  padding: 10px 15px;
  margin:  10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vnt-cart-button__list button:hover {
  background: var(--web-btn-hover-color);
}









.loading-cart {}
.loading-cart .loading-pic {

}
.loading-cart  .loading-img {
  height: 70px;
}





.loading-cart .loading-item .loading-text {
  height: 15px;
  background-color: #eeeeee;
}
.loading-cart .loading-item .loading-text:first-child{
  margin-top:0;
}


/*Address*/

.box-shopping {
  margin-bottom: 30px;
}
.box-shopping__title {
  background: #e4e4e4;
  padding: 9px 15px;
  font-weight: bold;
}
.box-shopping__content {
  padding: 15px;
  border: solid 1px #cccccc;
  border-top: 0;
}




.vnt-shopping-form {}
.vnt-shopping-form .form-group {
  display: flex;
  align-items: center;
}
.vnt-shopping-form .form-label {
  width: 150px;
}
.vnt-shopping-form .form-input {
  width: calc(100% - 150px);
}

.vnt-shopping-form .form-label label {}
.vnt-shopping-form .form-label label span{}

.vnt-shopping-form .form-input input ,
.vnt-shopping-form .form-input select {
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
}

.vnt-shopping-form .form-btn {
  text-align: center;
  margin: 15px;
}

.vnt-cart-summary {}
.vnt-cart-summary table {
  width: 100%;
  border-collapse: collapse;
}
.vnt-cart-summary table tr{}
.vnt-cart-summary table td {

}
.vnt-cart-summary table td a {
  color: var(--web-color);
}


/*Shipping*/

.vnt-shopping-method {}
.vnt-shopping-method .item-method {
  display: flex;

}
.vnt-shopping-method .item-method .i-input {
  width: 20px;
  margin-right: 10px;
}
.vnt-shopping-method .item-method .i-content {
  width: calc(100% - 30px);
}
.vnt-shopping-method .item-method label {
  cursor: pointer;
}
.vnt-shopping-method .item-method .i-title {}
.vnt-shopping-method .item-method .i-desc {}
.vnt-shopping-method .item-method .i-price {
  font-size: 16px;
  font-weight: bold;
  color: var(--web-color);
}



/*Payment*/
.vnt-box-coupon {

}
.vnt-box-coupon .promotion-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.vnt-box-coupon .coupon-form{
  display: flex;
  align-content: center;
  align-items: center;
}

.coupon-form .i-label {
  white-space: nowrap;
  padding-right: 10px;
}
.coupon-form input{
  max-width: 200px;
  border: 1px solid #eeeeee;
  height: 40px;
  padding: 0 10px;
  background-color: #FFFFFF;
  border-radius: 0;


}

.coupon-form input::placeholder {
  font-size: 11px;
  color: #999999;
}
.coupon-form button{
  width: 70px;
  height: 40px;
  border-radius: 0;
  background: var(--web-color);
  color:#ffffff;
  border:none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.coupon-form button:hover{
  background: #333333;
}


.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: 20px;
}

.coupon-info .coupon-code {
  color: #ed1c24;
}

.coupon-mess a {
  position: absolute;

  color: #ed1c24;
  line-height: 30px;

  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}



.coupon-mess a {
  position: absolute;
  right: 10px;
  color: #ed1c24;
}






.vnt-method-list {}
.vnt-method__item {
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.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;
  padding-left: 10px;

  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;

}

.vnt-method__item .method-desc {
  padding-left: 30px;
  color: #999999;
  margin-top: 10px;
  display: none;
}






/*_confirmation*/
.vnt-order-info { }

.order-info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.order-info-item {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 20px;
}

.order-info-box {

}
.order-info__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: var(--web-color);
  text-decoration: underline;
  margin-bottom: 10px;
}
.order-info__content {

}
.order-info__content .name {
  margin-bottom: 5px;
  font-weight: bold;
}
.order-info__content .address {

}
.order-info__content .i-txt{}

.order-info__content .method-title {
  margin-bottom: 10px;
}




table.vnt-table-cart { width: 100%}
table.vnt-table-cart th {
  background: #e4e4e4;
  text-align: center;
}
table.vnt-table-cart td {
  vertical-align:middle !important;
}




.vnt-box-payment { }
.payment-card {
  margin: 10px 0;
}

.vnt-box-payment__title {}
.vnt-box-payment__content {}
.vnt-box-payment__form {
  max-width: 700px;
}
.vnt-box-payment__form label.form-label {
   font-weight: normal;
}

.vnt-box-payment__form input ,
.vnt-box-payment__form select {
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
}



/*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 {}



/*box-finished*/

.box-finished {
  position: relative;
  margin-bottom: 40px;
}

.finished-content {
  max-width: 670px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.finished-content .txt1{
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.finished-content .txt2{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.finished-content .code {
  font-size: 55px;
  line-height: 63px;
  font-weight: bold;
  color: #ffffff;
  background: #ff006c;
  display: inline-block;
  padding: 8px 37px;
  margin-bottom: 20px;
}


.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*/
@media screen and (max-width: 991px) {


}

@media screen and (max-width: 767px) {
  .vnt-table-cart .vnt-table-cart__thead {
    display: none;
  }


  .vnt-table-cart .vnt-table-cart__tr {
    grid-template-columns: 100px auto 50px;
  }
  .vnt-table-cart .vnt-table-cart__tfoot .vnt-table-cart__tr {
    grid-template-columns:  auto ;
  }

  .vnt-table-cart__tfoot .i-price {
    text-align: right;
  }

  table.vnt-table-cart thead { display: none}
  table.vnt-table-cart tbody tr td:nth-child(3) { display: none}
  table.vnt-table-cart tbody tr td:nth-child(4) { display: none}
  table.vnt-table-cart tbody tr td:nth-child(5) { display: none}

  table.vnt-table-cart tfoot tr td:last-child {
    display: none;
  }

  .order-info-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {

  .order-total .order_total-price span {
    display: block;
  }

  .vnt-cart-button__list {
    display: block;
  }
  .vnt-cart-button__list button {
    width: 100%;
    margin: 5px 0;
  }

}


















