.kd_amz_today_deals {
	position: relative;
	min-height: 250px;
}
	.kd_amz_today_deals .loader {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.kd_amz_today_deals .row {
		margin-bottom: 42px;
	}
	

.kd_owl_today_offers .kd_product_offer_wrapper {
	margin: 0 10px;
}
.kd_owl_today_offers.owl-theme .owl-controls .owl-buttons .owl-next,
.kd_owl_today_offers.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: none;
    color: #262626;
    font-size: 16px;
    opacity: 1;
    margin: 0;
    padding: 3px 6px;
}
.kd_owl_today_offers.owl-theme .owl-controls .owl-buttons {
	position: absolute;
    top: -90px;
    right: 21px;
}


.kd_product_offer_wrapper {
	border: 1px solid #eaeaea;
	padding: 5px 18px;
	position: relative;
	height: 490px;
}
	.kd_product_offer_wrapper p {
		height: 55px;
		overflow: hidden;
	}
	.kd_product_offer_wrapper .kd_deal_of_the_day {
		background-color: #81d741;
		color: #FFF;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 21px;
		padding: 3px 10px;
		margin-top: 15px;
		position: relative;
		height: 27px;
	}
	.kd_product_offer_wrapper .kd_deal_of_the_day:after {
		content: "";
	    width: 0;
	    height: 0px;
	    border-bottom: 27px solid #81d741;
	    border-right: 10px solid transparent;
	    width: auto;
	    position: absolute;
	    right: -10px;
	    top: 0;
	}

	.kd_product_offer_wrapper .kd_prod_img {
		display: block;
		text-align: center;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.kd_product_offer_wrapper .kd_prod_img img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.kd_product_offer_wrapper .kd_prod_img a {
		display: block;
		position: relative;
		height: 200px;
	}
	.kd_product_offer_wrapper .kd_prod_img a span {
		color: #FFF;
		display: none;
		background-color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 3px 10px;
		position: absolute;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // IE8
		filter: alpha(opacity=80); /* For IE8 and earlier */
		opacity: 0.8;
		top: 50%;
		left: 50%;
		transform: translate( -50%, -50% );
		z-index: 100;
	}
	.kd_product_offer_wrapper .kd_prod_img a:hover span {
		display: block;
	}
	.kd_product_offer_wrapper .kd_prod_img a:hover:after {
		content: "";
		background-color: #FFF;
		display: block;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // IE8
		filter: alpha(opacity=80); /* For IE8 and earlier */
		opacity: 0.8;
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
	}
	
		
	.kd_product_offer_wrapper h3 {
		color: #262626;
		font-weight: bold;
		font-size: 22px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.kd_product_offer_wrapper .kd_deal_price {
		display: block;
		color: #C73030;
		font-weight: bold;
		font-size: 26px;
	}
	
	.kd_product_offer_wrapper .kd_list_price {
		display: block;
		color: #9e9e9e;
		font-size: 22px;
	}
	
	.kd_product_offer_wrapper .kd_expire_time_wrapper span {
		display: inline-block;
		color: #c7c7c7;
		margin-right: 10px;
		font-size: 13px;
		text-align: center;
		width: 42px;
	}
	.kd_expire_time_wrapper {
		margin-bottom: 20px;
	}
	.kd_product_offer_wrapper .kd_expire_time_wrapper #kd_offer_expire_time {
		line-height: 20px;
		margin-top: 20px;
	} 
	
	.kd_product_offer_wrapper .kd_expire_time_wrapper #kd_offer_expire_time span.sep {
		width: auto;
	}
	
	.kd_product_offer_wrapper .kd_expire_time_wrapper #kd_offer_expire_time span {
		color: #3b3b3b;
		font-weight: bold;
		font-size: 32px;
		margin-right: 0px;
	}


/* Grid Style */
.kd_product_offer_grid .kd_prod_img,
.kd_product_offer_grid .kd_product_offer_info_wrapper {
	display: inline-block;
	vertical-align: top;
}

.kd_product_offer_grid .kd_prod_img {
	width: 40%;
}
.kd_product_offer_grid .kd_product_offer_info_wrapper {
	margin-left: 2%;
	width: 57%;
}
.kd_product_offer_wrapper.kd_product_offer_grid {
	height: auto;
}