.khuvuc{
    width: 40%;
}
.tensp{
    width: 45%;
}
.gia_den_header{
  width: 15%;
}
.gia_den{
    width: 15%;
    font-weight: bold;
    text-decoration: underline !important;
    /* color: #1b4cdd; */
}

.product_price{
    padding:5px;
}

.title-header{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    text-align: center;
    background: #043763;
    padding: 20px 5px;
    color: yellow;
    /*position: fixed;*/
    width: calc(100% - 9px);
}
.no-data-product{
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #0864b3;
}

table {
    border-collapse: collapse;
    width: 100%;
  }
  /* th{

  } */

 .product_price td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
  }
  
  .product_price tr:nth-child(even) {
    background-color: #afcee8;
  }
  .header_product{
    background: #337ab7;
    color: white;
  }
  .footer-product{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #0b9a0e;
    padding: 0px 0px 0px 5px;
  }
  .product_price th {
    text-align: left;
    padding: 10px;
  }

  .div-before-after{
    line-height: 15px;
  }

  .datetime-view-price{
    border: 0; 
    width: 100px;
    font-size: 15px;
     margin-left: 5px; 
     background: transparent;
	 padding-top: 3px;
  }

  .img-market-price{
    width: 80%;
  }

  @media only screen
  and (width: 320px)
  {
    .img-market-price{
      width: 80%;
    }
  }

  /* IPHONE X */
  @media only screen
  and (width : 375px)
 {
  .img-market-price{
    width: 100%;
  }

}

.picker-opened > .picker-dialog {
  bottom: 20%;
}

.link-product{
  font-weight: 500;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #337ab7;
  line-height: 2;
}
.color0{
  color: #1b4cdd;
}

.color1{
  color: #087d0a;
}
.color2{
  color: #e45015;
}
.color3{
  color: #cc9005;
}
.color4{
  color: #1bbadd;
}

.color5{
  color: black;
}