/*nav-shopping*/
.vnt-nav-shopping{
    max-width: 768px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.vnt-nav-shopping ul{
    display: flex;
    text-align: center;  
}
.vnt-nav-shopping ul li{
    position: relative;
    width: 33.333367%; 
    padding: 0;
}
.vnt-nav-shopping ul li ~ li:after{
    position: absolute;
    font-family: fontawesome;
    content: '\f105';
    top: 15px;
    left: 0px;
    font-size: 30px;
    line-height: 38px;
    color: #dddddd;
}
  

.vnt-nav-shopping ul li .i-number{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-top: 8px;
    border: solid 2px #dddddd;
    color: #dddddd;
    font-weight: bold;
    background: #ffffff;
}
.vnt-nav-shopping ul li .i-text{
        font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    color: #bbbbbb;
}

.vnt-nav-shopping ul li.active ,
.vnt-nav-shopping ul li.active a{
    color:  var(--web-color);
}
.vnt-nav-shopping ul li.active .i-number{
    background: var(--web-color1);
    border-color: var(--web-color1);
    color: #ffffff;
}





/*cart*/
.vnt-order-cart {
    padding: 15px 0;
}

.vnt-table-cart {
    border: 1px solid #eeeeee;
}
.vnt-table-cart .vnt-table-cart__thead {
    font-weight: bold;
    text-transform: uppercase;
    background: #f1f1f1;
    color: #333333;
    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;
    background: #ffffff;
}


.vnt-table-cart .vnt-table-cart__tbody .vnt-table-cart__td  {
     color: #333333;
}
.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-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; 
}

.vnt-table-cart .i-product .i-info-more > div{
    padding: 0 10px;
    font-size: 12px;
}



.vnt-cart-mobile {
    display: none;
}
.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 .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 {
     font-weight: bold;
}
.vnt-table-cart .i-price .price-old {
    text-decoration: line-through;
    color: #999999;
}

.vnt-table-cart .i-total {
    font-size: 16px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.vnt-table-cart .i-remove {
    font-size: 16px;
    text-align: center;
}
.vnt-table-cart .i-remove a {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #666666; 
}
.vnt-table-cart .i-remove a:hover {
    color: var(--web-color1); 
}

.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;
}


.order-cart-summary {
    display: grid;
    grid-template-columns: 35% 35% auto; 
     gap: 10px; 
    background: #f2f2f2;
    color: #333333;
   
 
}
.order-cart-summary .order-cart-support {
     padding: 10px;
}
.order-cart-support .support-order {
    padding: 15px 30px;
    background: #fff;
    display: inline-block; 
    font-size: 12px;
    border: 1px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
}

.support-order p {
    padding: 0;
    padding-left: 30px;
    position: relative;
}
.support-order p:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color:#bebebe;
}
.support-order p a{
    color : var(--web-color);
}
.support-order ul {
    list-style: none;
}
.support-order li {
    line-height: 2em;
    color: #666;
    background: url(../images/icon-check.png) no-repeat left center;
    padding-left: 25px;
}


.order-cart-summary .order-cart-point  {
    padding: 10px;
}
.vnt-box-point  {
    padding: 15px;
    position: relative;
    
    min-width: 350px;
    background: #ffffff;
     border: 1px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
}
.vnt-box-point .vnt-box-point__title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.vnt-box-point .vnt-box-point__content {
    
}

.vnt-box-point .point-link {
    padding: 5px 0;
}
.vnt-box-point .point-link a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 10px;
    background-color: var(--web-color);
    color: var(--colorff);
    text-transform: uppercase;
    border-radius: 5px;
}

.vnt-box-point .point-link a:hover {
   background-color: var(--web-color1); 
}

.point-form {}
.point-form .point_value {
  display: block;
  margin-top: 10px;
}
.point-form .point_value span {

  color: #d10000;
  font-weight: bold;
}
.point-form .point_input {
  display: flex;
}
.point-form .point_input .i-input {
  width: calc(100% - 80px);
}
.point-form .point_input .i-input input {
  margin-right: 10px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #9a9a9a;
  padding: 0 15px; 

}

.point-form .point_input .i-btn {
  width: 80px;
  padding-left: 10px;
}
.point-form .point_input .i-btn button {
  width: 70px;
  text-align: center;
  height: 40px;
  border: none;
  background-color: var(--web-color);
  color: #fff;
  border-radius: 5px;
}



.order-cart-summary .order-cart-total {}
.order-cart-total {
    padding: 15px;
}
.order-cart-total .order-cart-total__list{

}
.order-cart-total .price-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.order-cart-total .price-item .i-label{    
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
}
.order-cart-total .price-item .i-price{
    font-size: 18px;
    line-height: 30px;
}

.order-cart-total .price-item .price-total  {
    font-size: 25px;
    font-weight: bold;
    color: red;
}
.order-cart-total .price-item.row-total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
} 





.vnt-cart-button {
    margin-top: 15px ;
}
.vnt-cart-button__list {
 display: flex;
align-items: center;
justify-content: space-between;

}

.vnt-cart-button__list > .vnt-cart-button__col {
    display: flex;
    gap: 5px;
}

.vnt-cart-button__list button {
    border: none;
    font-weight: bold;
    background: var(--web-btn-color);
    color: #ffffff;
    padding: 10px 15px;
    line-height: 30px;
    text-transform: uppercase;

    -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);
}


.vnt-cart-button__list button.btn-cancel {
    background: #666;
    color: #ffffff;
}
.vnt-cart-button__list button.btn-cancel:hover {
    background: #333333;
}


/*loadding*/
.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;
}


/*method*/

.vnt-shopping {

}

.vnt-shopping-grid {
    display: grid;
    grid-template-columns: auto 400px ;
    grid-column-gap: 30px;
}
.vnt-shopping-grid__col {

}

.box-shopping {
    background: #f6f6f6;
    color: #333333;
    padding: 15px;
    border-right: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 20px;
}
.box-shopping a { color: #333333;}
.box-shopping__title {
    border-bottom: 1px solid #e0e0e0;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}
.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 {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 10px;
}
.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: 40px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0;
}

.vnt-shopping-form .form-btn {
    text-align: center;
    margin: 15px;
}

.vnt-box-choose {

}
.choose-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    cursor: pointer;
}
.choose-title .choose-label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    cursor: pointer;

    display: grid;
    grid-template-columns: 20px 1fr 20px ;
    grid-column-gap: 10px;
    align-items: center;
}


.choose-title .choose-label .i-icon {
    text-align: right;
}


/*
.i-same::after {
    content: "\f0d1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.i-invoice::after {
    content: "\f1ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 15px;

    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
.choose-content {
    padding-top: 10px;
}







.vnt-cart-summary {
    background: #ffffff;
    border: 1px solid  rgba(0, 0, 0, 0.1);
} 

.vnt-table-summary {
   
}
.vnt-table-summary .vnt-table-summary__thead { 
    text-transform: uppercase; 
    border-bottom: 1px solid  rgba(0, 0, 0, 0.1);
}
.vnt-table-summary .vnt-table-summary__tr {
    display: grid;
    grid-template-columns: auto  45px 100px  ;
}
.vnt-table-summary .vnt-table-summary__tr > div {
    padding: 10px;  
} 
.vnt-table-summary .vnt-table-summary__tr > div:last-child {
    text-align: right;
} 
.vnt-table-summary .vnt-table-summary__tbody .vnt-table-summary__tr {
    border-bottom: 1px solid  rgba(0, 0, 0, 0.1);
}

.vnt-table-summary .i-product {
    display: grid;
    grid-template-columns: 50px auto ;
    gap: 10px;

}


.vnt-table-summary .i-img {
    text-align: center;
    width: 50px; 
    margin: 0 auto;
}
.vnt-table-summary .i-img a {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.vnt-table-summary .i-img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height:100%;
}
.vnt-table-summary .i-product .i-text {
    text-align: left;
}

.vnt-table-summary .i-product .i-title {
    font-weight: bold; 
    margin-bottom: 5px;
}
.vnt-table-summary .i-product .i-title a {  color: #333333;}
.vnt-table-summary .i-product .i-code{
    color: #333333;
}
.vnt-table-summary .i-product .i-info-more {
   font-size: 12px;
}
.vnt-table-summary .price {
     font-weight: bold;
    color: var(--web-color);
}

 

.vnt-order-summary .order-cart-total {
    padding: 5px;
}

.vnt-order-summary .order-cart-total__list {
    padding-top: 10px;
}


/*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: 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;
    padding-left: 30px;

    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;
}






.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;
    color: #333333;
}

.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;
    color: #333333;
}
.vnt-box-finished a { color: #333333;}

.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;
}



.box-empty-cart {
    background-color: #f0f0f0;
    color: #333333;
    padding: 30px;
}
.box-empty-cart  a { color: #333333;}

/*RES*/


@media all and (max-width: 991px) {
    .order-cart-summary {
        grid-template-columns: 50% auto;
    }
    .order-cart-summary .order-cart-support {
        display: none;
    }

     .vnt-shopping-grid {
        display: block;
    }

}


@media all and (max-width: 767px) {

   .hidden-mb {
        display: none;
   }

  .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 .i-product .i-info-more {
    display: block;
  }

  .vnt-cart-mobile  {
    display: block;
  }

  .vnt-table-cart .vnt-table-cart__tfoot .vnt-table-cart__tr {
    grid-template-columns:  auto ;
  }

  .vnt-table-cart__tfoot .i-price {
    text-align: right;
  }
 

    .order-cart-summary {
        display: block; 
    }
     

}

@media all and (max-width: 479px) {
    .vnt-cart-button__list {
        display: block;
    }
    .vnt-cart-button__list > div {
        width: 100%;
    }
    .vnt-cart-button__list > .vnt-cart-button__col {
        display: block;
        
    }
    .vnt-cart-button__list button {
        width: 100%;
        margin: 5px 0;
    }



   
}