.Countdown .cd-value,
.Countdown .cd-label {
  /*--
  display: block;
  font-variant: small-caps;
  --*/
  text-align: center;
}

.Countdown .cd-pairs {
  margin: 5px auto 10px auto;
}

.cd-pairs :first-child {
  margin-left: 0;
}

.cd-pairs :last-child {
  margin-right: 0;
}

.Countdown .cd-pair {
  /*
  display: inline-block;
  background: #f9f9f9;
  width: 3em;
  border: 1px solid #f0f0f0;
  */
  margin: 0 3px;
}

.Countdown .cd-label {
  /*--
  background: #e9e9e9;
  border-top: 1px solid #e0e0e0;
  --*/
  text-transform: capitalize;
}

.product-tile a,
.product-tile a:hover,
.product-tile a:active {
  text-decoration: none;
}

.product-tile {
  min-height: 235px;
}

/*
Results page 
*/

.bought_msg {
	position:absolute;
	top:0;
	left:-13px;
	display:none;
	height:30px;
	line-height:30px;
	width:177px;
	font-size:16px;
	font-weight:normal;
	background-color:#3071a9;
	color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	z-index:9999;
}
.buy_container {
	position:relative;
}
.buy_input {
	width:40%!important;
	display:inline-block!important;
}
.buy_btn {
	width:40%;
	display:inline-block!important;
}
.fa{
	font-size:26px;
}
.fa-shopping-cart::before{
	margin-right:5px;
}
