
 .combo_pro li:hover {
     border: 1px solid blue;
 }

 .combo_pro li.active {
     border: 1px solid red;
 }

 .table tbody tr td {
     vertical-align: middle;
 }

 .table tbody tr td img {
     top: -20%;
     transform: translateY(20%);
 }

 .color li {
     display: inline;
     width: 30px;
     height: 30px;
     float: left;
     margin-right: 5px;
 }

 .color li div {
     vertical-align: middle;
 }

 .detail ul.color {
     border-bottom: none !important;
 }

 .color li div:hover {
     border: 1px solid blue !important;
 }

 .color li div.active {
     border: 1px solid red !important;
 }
 .clr{
    height: 0px;
    clear: both !important;
 }
 .comment-date{
        font-size: 12px;
        color:#7d7d8a;
        opacity: 0.9;

    }
    .media{
        width: 100%;
    }
  #ht_color_chon{
    margin-top: 10px !important;
  }
  #ht_color_chon .list_mau{
    display: block;
  }
  
  /*End Cáu hình cho mua ngay, cho vào giỏ hàng và số lượng sản phẩm*/
  /* Loading */
 #fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

#results {
    font-size:1.25em;
    color:red
}
/* Loading */