.deal-entry-box.deal-dd-style {
  float: left;
  overflow: hidden;
  padding: 0 1%;
  position: relative;
  width: 33.3%;
}
.deal-dd-style .deal-entry-content {
  border: 1px solid rgb(76, 76, 76);
  display: block;
  float: left;
  width:100%;
  margin-bottom:3%;
}
.deal-dd-style .deal-entry-title {
	border-bottom: 1px solid rgb(22, 24, 16);
}
.deal-dd-style .deal-entry-title a {
	color: rgb(22, 24, 16);
 	font-size: 18px;
 	padding: 10px;
 	text-decoration: none;
 	display: inline-block;
	line-height: 24px;
	font-weight: 600;
}
.deal-dd-style .deal-features-img {
	padding: 5% 2%;
	position: relative;
	text-align: center;
}
.deal-dd-style .deal-features-img img {
	height: 260px;
	max-width: 100%;
}
.deal-dd-style .deal-entry-bottom {
	background: rgb(229, 228, 218);
	float: left;
	line-height: 25px;
	padding: 10px;
	width: 100%;
}
.deal-dd-style .deals-price-box {
	display: inline-block;
	color: rgb(22, 24, 16);
	float: left;
	font-size: 20px;
	line-height: 63px;
	position: relative;
	margin-right: 30px;
	width: 22.3%;
}
.deal-dd-style .deals-more-price-special,
.deal-dd-style .deals-more-price {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 60px;
	margin-top: 15px;
	width: 100%;
}
.deal-dd-style .deals-more-price-special {
	position: absolute;
	left: 25px;
	bottom: 15px;
}
.deal-dd-style .deals-more-price {
	font-weight: bold;
	font-size: large;
}
.deals-price-box p {
	margin: 0;
}
.deal-dd-style .deals-price-box span {
	color: rgb(69, 71, 63);
	font-size: 12px;
	left: 50%;
	position: absolute;
	text-decoration: line-through;
	top: -5px;
	vertical-align: top;
}
.deal-dd-style .deal-timer {
	float: left;
	padding: 0;
	position:relative;
	max-width: 155px;
	min-width: 120px;
	width: 42%;
}
.deal-dd-style .deal-timer::before {
	border-bottom: 1px solid rgb(102, 102, 102);
	border-right: 1px solid rgb(102, 102, 102);
	border-top: 1px solid rgb(102, 102, 102);
	content: "";
	height: 45px;
	position: absolute;
	right: 0;
	top: 22px;
	width: 10px;
}
.deal-dd-style .deal-timer::after {
	border-bottom: 1px solid rgb(102, 102, 102);
	border-left: 1px solid rgb(102, 102, 102);
	border-top: 1px solid rgb(102, 102, 102);
	content: "";
	height: 45px;
	left: 0;
	position: absolute;
	top: 22px;
	width: 10px;
}
.deal-dd-style .deal-timer span {
	display: inline-block;
	line-height: 18px;
	max-width: 25px;
	text-align: center;
	font-size: 11px;
}
.deal-dd-style .deals-timer-home-list {
	padding: 0 !important;
	height: 40px;
}
.deal-dd-style .timer-icon {
	display: none !important;
}
.deal-dd-style .timer-title {
	text-align: center;
}
.deal-dd-style .view-btn {
	float: right;
	margin-top: 4%;
	text-align: center;
	width: 23%;
}
.deal-dd-style .view-btn a {
	background: rgb(63, 89, 87) none repeat scroll 0 0;
	border: 1px solid rgb(74, 98, 99);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 1px -1px 0 rgb(102, 102, 102);
	transition: all 0.5s ease 0s;
}
.deal-dd-style .view-btn a:hover {
	background: rgba(63, 89, 87, 0.9) none repeat scroll 0 0;
	color: rgb(22, 24, 16);
}

/********** Responsive CSS ***********/
@media (max-width: 1024px) {
	.deal-entry-box.deal-dd-style {
		width: 50%;
	}
}
@media (max-width: 667px) {
	.deal-entry-box.deal-dd-style {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.deal-dd-style .deals-price-box,
	.deal-dd-style .deal-timer {
		width: 35%;
	}
	.deal-dd-style .view-btn {
		float: none;
		width: 100%;
		clear: both;
	}
}
/*****
@media (max-width: 550px) {
.product-box{
	width:100% !important;
}
.timer::after{left:0;}
.price, .timer, .view-btn{width:100%; float:none; text-align:center;}
.deals-more-price, .deals-more-price-special{display:inline-block; float:none;}
}
@media (max-width: 767px) {
.product-box{
	width:50%;
}
.timer::after{left:0;}
.view-btn, .timer, .price{
		float:none;
		text-align:center;
		width:100%;
}
.price, .timer, .view-btn{width:100%; float:none; text-align:center;}
.deals-more-price, .deals-more-price-special{display:inline-block; float:none;}
}
@media (min-width: 768px) and (max-width: 991px) {
.product-box{
	width:50%;
}
.timer::after{left:0;}
.price, .timer, .view-btn{width:100%; float:none; text-align:center;}
.deals-more-price, .deals-more-price-special{display:inline-block; float:none;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.product-box{
	width:33.33%;
}
.timer::after{left:0;}
.price, .timer, .view-btn{width:100%; float:none; text-align:center;}
.deals-more-price, .deals-more-price-special{display:inline-block; float:none;}
}
****/