@import url('https://fonts.googleapis.com/css?family=Kanit:400,500,600,700&display=swap');

body{
  font-family: 'Kanit', sans-serif;
}




/*----------- STATUS ----------*/

.progress-box:before {
    background: url(https://www.thailandpostmart.com/templates/images/box_s1.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}
.items-list{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  background: #fafafa;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.toppic-status{
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.invoice-status{
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cecece;
  padding-bottom: 20px;
}


/*progress*/
.progress-container {
  width: 100%;
  margin: 20px auto 0 auto;
  overflow: hidden;
}

.progress-steps {
  counter-reset: step;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.progress-steps li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  color: #dadada;
}

.progress-steps li:before {
  width: 50px;
  height: 50px;
  font-family: Flaticon;
  content: '';
  line-height: 2.5em;
  border: 2px solid #dadada;
  display: block;
  text-align: center;
  margin: 0 auto .7em auto;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 2;
}

/*ICON*/
.progress-steps li.icon-checklist:before {
  content: '\f103';
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.progress-steps li.icon-truck:before {
  content: '\f104';
  font-size: 34px;
  margin-bottom: 5px;
  line-height: 1.4;
}


.progress-steps li.icon-deliverly:before {
  content: '\f105';
  font-size: 36px;
  margin-bottom: 5px;
  line-height: 1.3;
}


.progress-steps li.icon-success:before {
  content: '\f106';
  font-size: 20px;
  margin-bottom: 5px;
}

.progress-steps li.icon-success.success:before {
  color: #fff;
}

.progress-steps li.icon-cancel:before {
  content: '\f107';
  font-size: 20px;
  margin-bottom: 5px;
}

.progress-steps li.icon-cancel.cancel:before {
  color: #fff;
}
/*----------------------------------------------*/


.progress-steps li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #dadada;
  top: 25px;
  left: -50%;
  z-index: 1;
}

.progress-steps li:first-child:after {
  content: none;
}

.progress-steps li.check {
  color: #337ab7;
}

.progress-steps li.check:before {
  border-color: #337ab7;
}

.progress-steps li.check + li:after {
  background-color: #337ab7;
}


.progress-steps li.success {
  color: #40dc42;
}

.progress-steps li.success:before {
  border-color: #40dc42;
  background: #40dc42;
}

.progress-steps li.cancel {
  color: #a94442;
}

.progress-steps li.cancel:before {
  border-color: #a94442;
  background: #a94442;
}
/*--------------------------------------------*/






.products-detial{
  overflow: hidden;
}


.img-product{
  width: 70px;
  height: 70px;
  background: #fff;
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.img-product img{
  width: 100%;
  height: 100%;
}


.box-detial{
  float: left;
  padding-top: 10px;
}


.products-text{
  font-size: 14px;
}

.products-text a{
  color: #333;
  text-decoration-line: none;
}

.products-text a:hover{
  color: #999;
}


.products-text span{
  font-weight:500;
  color: #337ab7;
}

.box-detial-left{
  padding-top: 10px;
}



/*responsive*/

@media only screen and (max-width: 600px) {

  .invoice-status {
    margin-bottom: 20px;
  }

  .box-detial-left{
    padding-top: 0;
  }


  .products-text {
    line-height: 25px;
  }

  .progress-steps li {
    font-size: 10px;
  }


}









/*--------- BILL --------*/


.toppic{
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}


.invoice-bill{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background: #fafafa;
}


.invoice-price-total{
  font-size: 40px;
  font-weight: 600;
  color: #b90f0f;
  margin-bottom: 20px;
  border-bottom: 2px dashed #ccc;
  padding-bottom: 10px;
}



.invoice-price-detail{
  font-size: 14px;
}












