.itsortmenuhh select {
  padding: 5px 10px 5px 10px !important;
}

#list-color li a .pic-color {
  display: block;
  width: 35px;
  height: 35px;
  margin: 4px;
}

.tpproducthha .dslinks {
  max-width: unset !important;
}

.tpproducthha .qttxt {
  position: relative;
  top: -7px;
  height: 18px;
}

.tpproducthha .quantity input {
  width: 50px;
}


.i-info-more {
  font-size: 12px;
}
.i-info-more > div {

}

/*box-process*/

.box-process {
  padding: 30px;
  position: relative;
  border: solid 1px  #773345;
}

.process-content {
  text-align: center;
  padding: 50px 0;
}

.process-loading {}


/*checkout-cancel*/

.checkout-cancel {
  text-align: center;
  padding: 20px;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}

/*checkout-finished*/

.checkout-finished {
  text-align: center;
  padding: 20px;
}

.div_success .color {
  font-size: 20px;
  font-weight: bold;
}


.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%;
}


@media all and (max-width: 991px){
  .tpproducthha .dsquant .qttxt {
    display: none;
  }
  .tpboxfillter>.content{
    z-index: 9999;
  }
}