
.action-timer {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
    transition: all 0.15s ease 0s;
    z-index: 9;
}
.product-thumb:hover .action-timer {
    opacity: 0;
    transition: all 0.15s ease 0s;
    z-index: -1;
}
.row_items .countdownHolder {
    font-size: 14px;
    height: 25px;
}
.row_items .time_productany {
    display: none;
}
.countdownHolder {
    border: 1px solid #d9d9d9;
    color: #e55b4c;
    font-size: 18px;
    height: 44px;
    opacity: 0.9;
    text-align: center;
}
.countDays {
    background: #f5f5f5 none repeat scroll 0 0;
    border-right: 1px solid #d9d9d9;
    display: block;
    float: left;
    height: 100%;
    padding: 2px;
    position: relative;
    width: 25%;
}
.countHours {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #d9d9d9;
    display: block;
    float: left;
    height: 100%;
    padding: 2px;
    position: relative;
    width: 25%;
}
.countMinutes {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #d9d9d9;
    display: block;
    float: left;
    height: 100%;
    padding: 2px;
    position: relative;
    width: 25%;
}
.countSec {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 1px solid #fbfbfb;
    display: block;
    float: left;
    height: 100%;
    padding: 2px;
    position: relative;
    width: 25%;
}
.time_productany {
    display: block;
    font-size: 13px;
}
.special-countdown .countdownHolder {
    border-left: 0 none;
    border-right: 0 none;
    font-size: 30px;
    height: 60px;
}
.special-countdown .countDays, .special-countdown .countHours, .special-countdown .countMinutes, .special-countdown .countSec {
    height: 100%;
    padding: 8px;
}
.special-countdown .digit.static {
    display: inline-block;
    height: 100%;
}
.special-countdown .position {
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.panel-special {
  border-color: #d9d9d9;
}
.panel-special > .panel-heading {
  background-color: #fff;
  border-bottom:0px;
  color: #333;
}
.panel-special .panel-body{
  padding:0px;

}
.panel-special > .panel-footer {
  background-color: #fff;
   border-top:0px;
  color: #333;
}