.pk-dailydeal-products-wrap, .pk-dailydeal-desc {
	width: 50%;
}
.pk-dailydeal-desc {
	flex-direction:column;
	align-items:center;
	justify-content:center
}
.pk-dailydeal-desc .sect-title {
	margin: 0 0 35px;
	font-size: 50px;
	line-height: 40px;
	font-weight: 100;
	letter-spacing: 0.035em;
	padding: 0 50px 35px 50px;
	border-bottom:1px solid #000;
	color:#313537;
	display: inline-block;
}
.pk-dailydeal-desc .sect-title strong{
	font-weight: 500;
}
.pk-dailydeal .countdown {
	position: static;
	width: 100%;
	margin-bottom: 30px;
}
.pk-dd-countdowns .countdown > div {
	text-align: left;
	position: relative;
	background: none;
}
.pk-dd-countdowns .countdown > div i {
	font-size: 30px;
	letter-spacing: 0.035em;
	color:#494949
}
.pk-dd-countdowns .countdown > div:not(:last-child):after {
	content:"";
	width:1px;
	height:40px;
	background:#e0e0e0;
	position: absolute;
	right:10px;
	top:0px;
	transform: rotate(30deg);
}
.pk-dd-countdowns .countdown > div span {
	font-size: 9px;
	letter-spacing: 0.05em;
	color:#878787
}
.pk-dailydeal .product-price-and-shipping {
	display:flex;
	width:120px;
	height:120px;
	border-radius:50%;
	justify-content:center;
	align-items:left;
	flex-direction:column;
	background-color:#e5dad6;
	position: absolute;
	top:100px;
	opacity:0;
	left:150px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.5s;
	z-index: 4
}
.pk-dailydeal .activeSlide .product-price-and-shipping {
	top:200px;
	opacity:1
}
.pk-dailydeal .product-price-and-shipping span {
	margin: 0 20px;
	font-style: normal;
}
.pk-dailydeal .product-price-and-shipping span.regular-price {
	color:#fff;
	font-size: 14px;
}
.pk-dailydeal .product-price-and-shipping span.price {
	color:#5c5a5a;
	font-size: 22px;
}
.pk-dailydeal-products > div > div:nth-child(odd) .product-price-and-shipping {
	left:70%;
	background-color:#313536;
}
.pk-dailydeal-products > div > div:nth-child(odd) .product-price-and-shipping span.regular-price {
	color:#a9a7a7;
}
.pk-dailydeal-products > div > div:nth-child(odd) .product-price-and-shipping span.price {
	color:#fff;
}
#pattern .pk-dailydeal .product-brand.ellipsis {display: none !important;}
.pk-dailydeal .product-actions,
.pk-dailydeal .short-desc,
.pk-dailydeal .product-title,
.pk-dailydeal .hook-reviews,
.pk-dailydeal .thumbnail-container .countdown,
.pk-dailydeal .subimage,
.pk-dailydeal .product-flags {
	display: none;
}
.pk-dailydeal .product-thumbnail {margin: 0;}
.pk-dailydeal .product-thumbnail img {
	filter:brightness(0.95);
	margin:-10% 0;
}
.pk-dailydeal {
	background-color: #f2f2f2;
}
.pk-dailydeal .product-miniature {width: 100%;margin: 0; position: relative;}

.pk-dailydeal-products-wrap button {
	position: absolute;
	z-index: 2;
	top:calc(50% - 10px);
	background:none;
	color:#333;
	outline:none
}
.pk-dailydeal-products-wrap button svg {
	width: 32px;
	height: 32px;
}
.pk-dd-next {right:-50px}
.pk-dd-prev {left:-50px}
.pk-dailydeal-products-wrap:hover .pk-dd-next {right:0}
.pk-dailydeal-products-wrap:hover .pk-dd-prev {left:0}
.pk-dd-buttons > a {margin: 0 15px;}

@media (max-width:1024px) and (min-width:768px) {
	.pk-dailydeal-desc .sect-title {
		font-size: 30px;
		line-height: 20px;
		padding: 0 30px 25px 30px;
	}
	.pk-dd-countdowns .countdown > div {
		padding: 0 40px 0 15px;
	}
}
@media (max-width:767px) {
	body .pk-dailydeal-products > div > div:nth-child(odd) .product-price-and-shipping {
		left:60%
	}
	.pk-dailydeal-desc .sect-title {
		font-size: 16px;
		line-height: 20px;
		padding: 0 10px 5px 10px;
		margin-bottom: 15px;
	}
	.pk-dd-countdowns .countdown > div {
		padding: 0 5px;
		text-align: center;
	}
	.pk-dd-countdowns .countdown > div:after {
		display: none;
	}
	.pk-dd-countdowns .countdown > div i {
		font-size: 20px;
	}
	.pk-dailydeal .countdown {
		margin-bottom: 15px;
	}
	#pattern .pk-dailydeal .page-width {padding: 0;}
	#pattern .pk-dd-buttons > a {margin: 0 5px; padding:5px 10px; font-size: 11px;text-transform: none; letter-spacing: 0;}
}
@media (max-width:480px) {
	.pk-dailydeal-wrap {
		flex-wrap: wrap;
	}
	.pk-dailydeal-products-wrap, .pk-dailydeal-desc {
		width: 100%;
	}
	.pk-dailydeal-desc {
		padding: 50px 0 20px 0
	}
}
