/************ 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;
}




/************ END sidebar **********/


/************ BEGIN Detail **********/

.tpdetailmb .mbinfos .desc ul ,
.tpdetailmb .mbnotes .noconts .desc ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#vnt-load_belong  .loading-grid  {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) ;
}

#vnt-load_belong .loading-col {
  padding: 0 5px;
  margin-bottom: 10px;
}
#vnt-load_belong .loading-img {
  height: 100px;
}


/************ END detail **********/



/************ BEGIN Shopping **********/

.vnt-box-choose {

}
.choose-title {
  background: #f0f7ff;
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-right: 60px;
}
.choose-title .choose-label {
  font-size: 15px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  font-weight: 400;
  position: relative;

}
.choose-title .choose-label input{
  margin-right: 10px;
  top: 2px;
  width: 15px;
  height: 15px;
  position: relative;
}
.i-same::after {
  content: "\f0d1";
  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%);
}
.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 {

}




.vnt-checkbox{
  position: relative;
}
.vnt-checkbox label{
  margin-bottom: 0;
  font-size: 14px ;
  line-height: 20px;
  font-weight: normal;
  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: var(--web-color);
  border-color: var(--web-color);
}
.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;

  width: 100%;
}
.btn-submit:hover {
  background-color: var(--web-color1);
}

.i-info-more {
  font-size: 12px;
  display: flex;
  margin: 0 -10px;
  margin-top: 5px;
}
.i-product .i-info-more {
  margin-top: 0;
  margin-bottom: 5px;
}

.i-info-more > div{
  padding: 0 10px;
}



.vnt-box-coupon {
  margin-bottom: 15px;
}

.vnt-box-coupon .coupon-form{
  display: flex;
  align-content: center;
  align-items: center;
}
.coupon-form input{
  width: calc(100% - 70px);
  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-btn-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;
}



#boxCart button.btn-submit{
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--web-btn-color);
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}
#boxCart button.btn-submit:hover{
  background-color: var(--web-btn-hover-color);
  color: #fff;
}

#boxCart .row-total-price {
  color: #ed2024;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #dddddd;
}
#boxCart .row-total-price .total_price {
  color: #ed2024;
  font-size: 16px;
  font-weight: bold;
}



.boxNotFound{
  padding: 50px 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background: #ffffff;
}

.div_notfound {
  text-align: center;
}
.mess_notfound {
  font-weight: bold;
  color:  #ff0000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.boxNotFound .back a{

}


/*box-cart*/


.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;
}



/*box - method*/

.shopping-tab-customer {
  margin-bottom: 15px;
}

.shopping-tab-customer .i-tab {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 12px;

  font-size: 14px;
  line-height: 25px;
}
.shopping-tab-customer .i-tab span {

}
.shopping-tab-customer .i-tab a {
  color: var(--web-color);
}
.shopping-tab-customer .i-tab::before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  background: #fff;
}
.shopping-tab-customer .i-tab.active::before{
  border: 1px solid var(--web-color);
}
.shopping-tab-customer .i-tab.active::after{
  content: '';
  width: 14px;
  height: 14px;
  background: var(--web-color);
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.shopping-tab-customer .tab-member {

}
.shopping-tab-customer .tab-guest {

}






.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*/
.vnt-box-payment {
  padding: 30px 15px 35px;
  max-width: 650px;
  margin: 0 auto;
}

.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 input {
  display: none;
}
.vnt-method__item .method-title label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;

  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;
}

.payment-card {
  text-align: center;
  margin: 10px 0;
}


/*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: #0084c2;
  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;

}




/*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 ***/





@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%;
  }
}
