#weekly-deals {
	padding-top: 27px;
	padding-bottom: 60px;
}
#weekly-deals h2 {
	font-size: 3.3125em;
	line-height: 1.1;
	margin-bottom: 23px;
}
#weekly-deals h2 span {
	font-size: 133.02%;
}
#weekly-deals .item{
	width: 577px;
	height: 239px;
	margin: 0 23px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.17);
}
#weekly-deals .item p {
	font-size: 1.25em;
	line-height: 1.3658;
	margin-bottom: 12px;
	max-width: 240px;
}
#weekly-deals .item p.price {
	font-size: 3.0625em;
	line-height: 1;
	margin-bottom: 10px;
}
#weekly-deals .item p.price sup {
	font-size: 60%;
}
#weekly-deals .item p.price span {
	font-size: 60%;
	margin-left: -10px;
}
#weekly-deals .item a {
	font-size: 1.25em;
	height: 40px;
	width: 149px;
}
#weekly-deals .item .fp-text {
	padding-left: 23px;
	padding-right: 10px;
	flex-grow: 1;
	flex-shrink: 0;
}
@media screen and (max-width: 1199px){
	#weekly-deals .item{
		margin: 0 15px;
	}
}
@media screen and (max-width: 991px){
	#weekly-deals .items {
		flex-direction:column;
		align-items:center;
	}
	#weekly-deals .item:first-child {
		margin-bottom:50px
	}
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 567px){
	#weekly-deals {
		padding-top: 27px;
		padding-bottom: 41px;
	}
	#weekly-deals h2 {
		font-size: 2.1875em;
		line-height: 1.1;
		margin-bottom: 23px;
	}
	#weekly-deals .item{
		width: 345px;
		max-width: 100%;
		height: 170px;
		margin: 0;
	}
	#weekly-deals .item:first-child {
		margin-bottom: 26px
	}
	#weekly-deals .item p {
		font-size: 1em;
		line-height: 1.34375;
		margin-bottom: 12px;
		max-width: 150px;
	}
	#weekly-deals .item p.price {
		font-size: 2.375em;
		margin-bottom: 10px;
	}
	#weekly-deals .item p.price sup {
		font-size: 60%;
	}
	#weekly-deals .item p.price span {
		font-size: 60%;
	}
	#weekly-deals .item a {
		font-size: 1em;
		height: 31px;
		width: 115px;
	}
	#weekly-deals .item .fp-text {
		padding-left: 17px;
		padding-right: 40px;
	}
}