.itproduchc .vvcont.desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.itdetailmb .desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box-filter-price {
  padding-top: 10px;
  max-width: calc(250px - 20px);
}


.box-filter-price {
  max-width: 100%;
}

.slider_price.ui-slider {
  background: #cccccc;
  height: 6px;
  border-radius: 5px;
  border: none !important;
  margin: 0 10px;
}
.slider_price .ui-widget-header{
  border: none !important;
  background: #000000 !important;
  color: #ffffff;
  font-weight: bold;
}
.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:10px 0;
  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;
}



/*Shopping*/

.vnt-checkbox{
  display: inline-block;
  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: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.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 a{
  margin: 0 5px;
  text-decoration: underline;
  color: #048db1;
}

.vnt-checkbox.has-error a {
  color: #ff0000 ;
}

.btn-submit {
  display: block;
  background-color: #2d5923;
  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: #122b0d;
}

.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;
}


.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: 70px;
}

.coupon-info .coupon-code {
  color: #ed1c24;
}

.coupon-mess a {
  position: absolute;
  right: 10px;
  color: #ed1c24;
}



.vhbtnpayment button{
  display: block;
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 9px 20px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
}
.vhbtnpayment button:hover{
  background-color: #ffc000;
  color: #000000;
}



.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 {}
.shopping-tab-customer .tab-member {}
.shopping-tab-customer .tab-guest {
  padding-left: 38px;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  cursor: pointer;
  margin-bottom: 12px;
}
 
.shopping-tab-customer .tab-guest::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-guest.active::before{
  border: 1px solid #2d5923;
}
.shopping-tab-customer .tab-guest.active::after{
  content: '';
  width: 14px;
  height: 14px;
  background: #2d5923;
  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-guest span {

}

.wraspMethodbd .radio label {
  cursor: pointer;
  display: block;
}


.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-payment {
  padding: 30px 15px 35px;
  max-width: 650px;
  margin: 0 auto;
}
.payment-info {
  margin-bottom: 20px;
}
.payment-info .payment-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.payment-card {
  text-align: center;
  margin: 10px 0;
}
/*box-finished*/

.box-finished {
  padding: 30px ;
  position: relative;
  border: solid 1px  var(--web-color);
}

.finished-content {
  text-align: center;
  padding: 50px 0;
}


/*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;
}