a {
  transition:
    color 0.3s ease,
    transform 0.5s ease;
}
a:hover {
  color: #db4500;
}

.ib-icon-socail a {
  float: left;
  margin: 2px 3px;
}
.ib-icon-socail i {
  text-align: center;
  background-color: #999;
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.ib-icon-socail i:hover {
  background-color: #00cccc;
}

.image_list {
  margin-top: 20px;
}

.image_list .item {
  display: inline-block;

  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  height: auto;
  cursor: pointer;
}
.image_list .item img {
  transition: 0.5s;
}
.image_list .item:hover img {
  transform: scale(1.2) rotate(10deg);
}

.ib-product-info .ib-product-image a img {
  transition: 0.5s;
  cursor: zoom-in !important;
}
.ib-product-info .ib-product-image a:hover img {
  transform: scale(1.2);
  /*rotate(10deg);*/
  cursor: zoom-in;
}

/**
* article thumb  
*/
.ib-thumbnail {
  transition: 0.5s;
}
.ib-thumbnail:hover {
  transform: scale(1.03);
}

.ib-thumbnail figure a {
  overflow: hidden;
  display: block;
}
.ib-thumbnail figure a img {
  transition: 0.5s;
}

.ib-thumbnail:hover figure a img {
  transform: scale(1.1);
}

/**
* Blog Single
*/

.blog .blog-entry-meta {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog .blog-entry-meta .entry-meta-item {
  display: inline-block;
  min-width: 200px;
  padding: 5px 0px;
}
.blog-entry-meta i {
  color: #111;
}

/*
* BLOCK count down
*/
.promotion-count-down-block {
  text-align: center;
}

.count-down.promotion-date {
  font-size: 14px !important;
  margin-top: 10px;
  text-shadow: 0px 2px 4px #999;
  font-family: "prompt" !important;
}

.count-down.promotion-date h5 {
  margin: 0px;
}

.count-down.promotion-date div.cd-row {
  display: inline-block;
}

.count-down.promotion-date div.cd-row div {
  display: inline-block;
  width: 85px;
  margin-right: 10px;

  color: #111;
  padding: 15px 0px 0 0;
  font-family: "Sarabun" !important;
  box-shadow: 0px 0px 3px #9999993f;

  background: #eaeaea;
  /* linear-gradient(175deg, rgb(221 15 0) 0%, rgb(255 18 0) 38%, rgb(171 12 0) 100%); */
  border-radius: 0px;
  overflow: hidden;
  /*border:1px solid #DDD;*/
}

.count-down.promotion-date div.cd-row h1 {
  font-size: 2.5rem;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #111;
  text-shadow: none;
  margin-bottom: 10px;
  font-family: poppins;
  font-weight: bold;
}

.count-down.promotion-date div.cd-row p {
  padding: 0px;
  margin: 0px;
  text-align: center;   
  background:#cd0046;
  color: #ffffff;
}


.list-group-item.active {
      z-index: 2;
    color: #000000;
}

.product-banner-hero {
      max-width: 1400px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}