/*LIST*/
.vnt-loading-pro {

}
.vnt-loading-pro .loading-grid {}
.vnt-loading-pro .loading-grid .loading-col {}
.vnt-loading-pro .loading-grid .loading-item{}
.vnt-loading-pro .loading-grid .loading-col .loading-img {
  height: 150px;
  width: 100%;
  float: unset;
  margin-bottom: 10px;
}
.vnt-loading-pro .loading-grid .loading-col .loading-info {
  width: 100%;
  float: unset;
}


.tpproducmc .ligrip > div.noItem {
  width: 100% !important;
  text-align: center;
  border: none;
}
.tpproducmc .ligrip > div.noItem .alert  {
  margin-bottom: 0;
}





/*BEGIN product*/
.vnt-pro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    border-bottom: 0;
}

.vnt-pro-grid__item {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-top: 0;
    border-left: 0;
}


.vnt-product .vnt-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.vnt-product .vnt-grid .i-col {
    width: 25%;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 1px rgba(0, 0, 0, 0.1);
}


.vnt-pro-item {
  position: relative;
}

.vnt-pro-item .i-img {
  margin-bottom: 15px;
  position: relative;
}

.vnt-pro-item .i-img a {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.vnt-pro-item .i-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.vnt-pro-item .i-img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.vnt-pro-item .i-title {
  margin-bottom: 5px;
}

.vnt-pro-item .i-title a {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;

  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;


}

.vnt-pro-item .i-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
}

.vnt-pro-item .i-price .price {
  font-weight: bold;
  color: #fe0000;
  margin-right: 10px;
}

.vnt-pro-item .i-price .price_old {
  font-size: 13px;
  line-height: 21px;
  color: #999999;
  text-decoration: line-through;
}

.vnt-pro-item .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.vnt-pro-item .ribbon .rib {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}

.vnt-pro-item .discount {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 11px;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #9bc233;
  pointer-events: none;
}

.vnt-pro-item .tdate {
    position: absolute;
    bottom: 0;
    right: -5px;
    font-size: 11px;
    line-height: 21px;
    padding: 0 7px;
    background-color: var(--colorfe);
    color: var(--colorff);
    font-weight: 600;
    border-radius: 3px;
}

.vnt-pro-item .i-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 0 10px;
    font-size: 12px;
}
.vnt-pro-item .i-tools .i-vote {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 5px;
    color: var(--color66);
}

.vnt-pro-item .i-tools .img-vote {
    display: flex;
}
.img-vote i {
    font-size: 8px;
    color: var(--colordd);
}
.img-vote i.active {
    color: var(--colorwh);
}
.vnt-pro-item .i-tools .num-vote {}
 

.vnt-pro-item .i-tools .i-numsell {
        color: var(--color66);
    font-style: italic;
}
.vnt-pro-item .i-tools .i-numsell span {
    margin-left: 5px;
}


/************ BEGIN sidebar **********/
.vnt-box-filter {}
.vnt-box-filter .vnt-box-filter__content {

}

.vnt-box-filter.active .vnt-box-filter__content{

}


.filter-item img {
  max-height: 30px;
}

.box-filter-price {
  width: calc(100% - 10px);
  margin: 10px auto;
}

.slider_price {

}

.slider_price.ui-slider {
  background: #005aa4;
  height: 6px;
  border-radius: 5px;
  border: none !important;
  margin: 0 7px;
}
.slider_price .ui-widget-header{
  border: none !important;
}
.slider_price.ui-slider .ui-slider-handle {
  border-radius: 100%;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  top: -7px;
  cursor: pointer;
}

.box-filter-price .slider-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin:0 -5px;
  flex-wrap: wrap;
}
.box-filter-price .slider-info .s-item {
  width: 50%;
  padding: 0 5px;
  font-size: 12px;

}

.box-filter-price .slider-info .s-item span {

}
.box-filter-price .slider-info .s-item:last-child {
  text-align: right;
}

.box-filter-price button {
  display: inline-block;
  padding: 5px 25px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.box-filter-price button:hover{
  background: #005aa4;
  color: #fff;
}



/* <===== myRadio =====> */
.myRadio{
  margin-bottom: 12px;
  color:#666666;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.myRadio:last-child{
  margin-bottom: 0;
}
.myRadio input{
  display: none;
}
.myRadio:before{
  content: "";
  border:solid 1px #bdbdbd;
  border-radius: 2px;
  width: 13px;
  height: 13px;
  position: absolute;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.myRadio.active:before{
  background-color: #b79f71;
  border-color: #b79f71;
}
.myRadio:after{
  content: "\f00c";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  color: #fff;
  font-size: 6px;
}
.myRadio.active:after{
  display: block;
}
/* <===== myRadio =====> */

/************ END sidebar **********/


/************ BEGIN Detail **********/

.desc .ctinfos ul ,
.desc .giconts ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.i-group.disabled {
  color: rgba(0,0,0,.26);
  pointer-events: none;  /* Vô hiệu hóa click */
  cursor: not-allowed;
  user-select: none;
}
.i-group.disabled a {
  border: 1px solid rgba(0, 0, 0, .09);
  color: rgba(0,0,0,.26);
  pointer-events: none;  /* Vô hiệu hóa click */
  cursor: not-allowed;
  user-select: none;
}

.out_stock {
  color: #ff0000 !important;
}



.itprodkind .dsprice .pnew {
  font-size: 12px;
}
.itprodkind .dsprice .pold {
  font-size: 10px;;
}

 

/************ END detail **********/



/************ BEGIN Shopping **********/


/*Cart*/

/*Shopping*/



.box-shopping {
  background: #ffffff;
  margin-bottom: 30px;
}
.box-shopping__title {
    padding: 10px;
    color: #202124;
    font-size: 15px;
    line-height: 23px;
    background-color: #efefef;
    font-weight: 600;
    display: flex ;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.box-shopping__title .fa {
  font-size: 20px;
    line-height: 30px;
    color: var(--web-color);
    margin-right: 10px;
}
.box-shopping__content {
  padding: 20px; 
}

.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: 18px;
  height: 18px;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  background: #fff;
}
.shopping-tab-customer .tab-item.active::before{
  border: 1px solid var(--web-color);
  background-color: var(--web-color);
}
.shopping-tab-customer .tab-item.active::after{
   position: absolute;   
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 900;
   
    top: 1px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 10px;
    color: #fff;
}

.shopping-tab-customer .tab-item a {
  text-decoration: underline;

}


.vnt-shopping-form {
  padding: 10px 0;
}
.vnt-shopping-form .form-group {
  display: flex;
  align-items: center;
}
.vnt-shopping-form .form-label {
  width: 150px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: #666666;
}
.vnt-shopping-form .form-input {
  width: calc(100% - 150px);
}

.vnt-shopping-form .form-label label {
  margin-bottom: 0;
  font-weight: normal;
}
.vnt-shopping-form .form-label label span{ color: red}

.vnt-shopping-form .form-input input ,
.vnt-shopping-form .form-input select {
  width: 100%;
  height: 30px;
  font-size: 13px;
  line-height: 21px;
  border-radius: 0;
}


.vnt-box-choose {

}
.choose-title {
  margin-bottom: 10px;
  position: relative;


  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 15px ;
  background: #f7f7f7;

}
.choose-title .choose-label {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  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-input input { margin: 0}
.choose-title .choose-label .i-icon {
  text-align: right;
  font-size: 18px;
}





.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 label {
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
}

.vnt-method__item.active  .method-title label {
  color: var(--web-color);
}

.vnt-method__item .method-desc {
  display: none;
  padding-left: 30px;
  margin-top: 5px;
}
.vnt-method__item.active .method-desc {

}









.vnt-checkbox {
  position: relative;
}
.vnt-checkbox label{
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300 !important;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.vnt-checkbox input[type=checkbox] {
  border: none !important;
  width: 1px;
  height: 1px;
  position: absolute;
  cursor: pointer;

  top: 0;
  left: 0;
  -webkit-appearance: checkbox !important;
  margin-left: 0;
}

.vnt-checkbox input[type=checkbox]::before{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.vnt-checkbox input[type=checkbox]:checked::before{
  background-color: #2d5923;
  border-color: #2d5923;
}
.vnt-checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 8px;
  opacity: 0;
}
.vnt-checkbox input[type=checkbox]:checked::after{
  opacity: 1;
}


.vnt-checkbox input[type=checkbox]:checked + label:before, .vnt-checkbox input[type=checkbox]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 0;
  height: 0;
  border: none;
  background: none;
}
.vnt-checkbox input[type=checkbox]:checked + label:after, .vnt-checkbox input[type=checkbox]:not(:checked) + label:after{
  content: '';
  width: 0;
  height: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  transform:none;
  transition:unset;
}
.vnt-checkbox input[type=checkbox]:not(:checked) + label:after{
  opacity: 0;
  transform: none;
}

.vnt-checkbox a{
  margin: 0 5px;
  text-decoration: underline;
  color: var(--web-color1);
}

.vnt-checkbox.has-error a {
  color: #ff0000 ;
}




.btn-submit {
  display: block;
  background-color: var(--web-color);
  text-align: center;
  padding: 8px 20px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
 
}
.btn-submit:hover {
  background-color: var(--web-color1);
}

.i-info-more {
  margin-top: 3px;
  font-size: 12px; 
  color: var(--color99);
}
.i-product .i-info-more {
  margin-top: 0; 
}
 





/*box-cart*/


.vnt-box-coupon {

}

.vnt-box-coupon .coupon-form{
  display: flex;
  align-content: center;
  align-items: center;

  position: relative;
}

.vnt-box-coupon .coupon-form::before{
  position: absolute;  
  font-family: 'Font Awesome 5 Free';
  content: '\f06b';
    font-weight: 900;
    
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #b79f71;
}

.coupon-form input{
  width: calc(100% - 70px);
 
      height: 35px;
    border: 1px solid #dddddd;
     
    padding: 0 80px 0 35px;
    font-size: 13px;
    line-height: 20px;

    -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;

}

.coupon-form input::placeholder {
  color: #999999;
}
.coupon-form button{
    height: 35px;
    width: 70px;
    z-index: 1;
    background-color: var(--web-color);
    color: #fff;
    border: none;     
    font-size: 13px;

    -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

}
.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;
}







.loading-cart .loading-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border: 0;
  padding: 0;
}

.loading-cart .loading-item .loading-pic {
  width: 20%;
}
.loading-cart .loading-item .loading-pic .loading-img {
  height: 70px;
}

.loading-cart .loading-item  .loading-info {
  width: 80%;
}






.loading-cart .loading-item .loading-text {
  height: 15px;
  background-color: #eeeeee;
}
.loading-cart .loading-item .loading-text:first-child{
  margin-top:0;
}


#tableCart .quantity button {
  line-height: 15px;
}


/*box - method*/

 #boxCart .row-total{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #fe0000;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 5px;
}

.box-form-shopping {
  padding: 50px 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background: #ffffff;
}


.box-form-title {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #7c8f40;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #7c8f40;
}


.box-form-shopping .form-btn {
  max-width: 320px;
  margin: 30px auto 0;
}
.form-btn a , .form-btn button{
  display: block;
  text-align: center;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 22px;
  background-color: var(--web-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;

  border: none;
  width: 100%;

  margin-top: 5px;
}
.form-btn a:hover , .form-btn button:hover {
  background-color: var(--web-color1);
  color: #FFFFFF;
}

.form-btn a.btn-cancel {
  background-color: #333333;
}
.form-btn a.btn-cancel:hover {
  background-color: #666666;
}




.box-form-payment {
  padding: 50px 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background: #ffffff;
}
.box-form-payment .payment-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.box-form-payment .payment-title b {
  color: #ff0000;
}

/*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-payment*/



/*box-finished*/

.box-finished {
  position: relative;

}

.finished-content {}

.finished-content .itsuccesmm .vlink {
  margin: 0 auto;
}



/*checkout-cancel*/

.checkout-cancel {
  text-align: center;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;

  padding: 50px 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background: #ffffff;
}
.box_cancel {
  text-align: center;
  padding: 50px 0;
}


.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%;
}



/*box-empty-cart*/
.box-empty-cart {

  padding: 50px 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background: #ffffff;
}


/************ END Shopping **********/




/************ BEGIN Installment**********/ 
.vnt-installment-box {
  padding: 15px 0;
}
.vnt-installment-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--colorwm);
    text-align: center;
}
.vnt-installment-title  h2 {
     font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.vnt-installment-content {
    padding-top: 15px;
    
    border-top: 3px solid var(--colorwm); 
    
}



@media all and (max-width: 1200px){


}

@media all and (max-width: 991px) {

  .vnt-load-product .loading-grid .loading-col {
    width: 33.333333%;
  }

  .vnt-box-filter .vnt-box-filter__content {
    padding: 15px;
    display: none ;
  }
  .vnt-box-filter.pc-open .title::before {

  }

  .vnt-box-filter.pc-open .vnt-box-filter__content {
    display: none ;
  }
  .vnt-box-filter.pc-open.active .vnt-box-filter__content {
    display: block;
  }

}

@media all and (max-width: 767px){

  .vnt-load-product .loading-grid .loading-col {
    width: 50%;
  }

}

@media all and (max-width: 479px) {
  .vnt-load-product .loading-grid .loading-col {
    width: 100%;
  }
}
