.the-price .red {
  line-height: 30px;
}
.the-button a {
  display: inline-block;
  text-align: center;
  min-width: 250px;
  height: 50px;
  background: #1591cd;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  border:none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.the-button a span {
  padding-left: 40px;
  position: relative;
}
.the-button a span:before{
  content: "\f291";
  font-family: fontAwesome;
  position: absolute;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.the-button a:hover{
  background: #333333;
}

/* grshare */
.grshare{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
.grshare .txt{
  display: block;
  margin-right: 10px;
}
.grshare ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;

}
.grshare ul li{
  margin-right: 15px;
}
.grshare ul li:last-child{
  margin-right: 0;
}
.grshare ul li a{
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  background-color: #eeeeee;
  border-radius: 100%;
}
.grshare ul li a:hover{
  border-radius: 5px;
}
.grshare ul li a i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}










/*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%;
}
