#weekly-deals {
	padding-top: 35px;
	padding-bottom: 46px;
}

#weekly-deals h2 {
	font-size: 45px;
}

#weekly-deals h3 {
	font-size: 21px;
}

#weekly-deals .items {
	max-width: 1180px;
	margin: 52px auto 0 auto;
}

#weekly-deals .box {
	height: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#weekly-deals .box p {
	font-size: 14px
}

#weekly-deals .box a {
	height: 37px;
	line-height: 37px;
	width: 160px;
	margin-top: 30px;
	font-size: 16px;
	margin-top: auto;
}

#weekly-deals .box div:first-of-type {
	padding-left: 25px;
	padding-top: 36px;
	padding-right: 0;
	height: 100%;
	padding-bottom: 37px;
	display: flex;
	flex-direction: column;
}

#weekly-deals img {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	#weekly-deals .flex .item:first-child .box {
		margin-left: 0
	}

	#weekly-deals .flex .item:last-child .box {
		margin-right: 0
	}
}

@media screen and (max-width: 767px) {
	#weekly-deals {
		padding-bottom: 47px;
	}

	#weekly-deals .items {
		flex-direction: column;
		align-items: center
	}

	#weekly-deals .item {
		width: 100%;
		max-width: 500px
	}

	#weekly-deals .box {
		margin: auto;
		align-items: center;
	}

	#weekly-deals .item:first-child {
		margin-bottom: 27px;
	}

	#weekly-deals .item .price-round,
	#weekly-deals .item:last-child .price-round {
		right: -29px;
	}

	#weekly-deals .box div:last-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}

	#weekly-deals img {
		max-height: 129px;
		width: auto;
	}
}

@media screen and (max-width: 567px) {
	#weekly-deals {
		margin-top: -15px;
	}

	#weekly-deals .items {
		margin: 34px auto 0 auto;
	}

	#weekly-deals h2 {
		font-size: 32.5px;
	}

	#weekly-deals h3 {
		font-size: 14px;
	}

	#weekly-deals .box p {
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 9px;
		max-width: 140px;
	}

	#weekly-deals .box a {
		height: 35px;
		line-height: 35px;
		width: 108px;
		padding: 0;
		font-size: 14px;
	}

	#weekly-deals .box div:first-of-type {
		padding: 20px 0 15px 19px;
	}

	#weekly-deals .price-inner {
		font-size: 18px;
		line-height: 0.5;
	}

	#weekly-deals .price-round .month {
		font-size: 9px;
	}

	#weekly-deals .item .price-round,
	#weekly-deals .item:last-child .price-round {
		width: 52px;
		height: 52px;
		right: -5px;
		top: -13px;
	}

	#weekly-deals .price-shadow-2 {
		top: 3px;
		bottom: -3px;
		left: 2px;
		right: -2px;
	}
}