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

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

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

#weekly-deals .items {
	max-width: 1180px;
	margin: 56px 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;
	line-height: 20px;
}

#weekly-deals .box a {
	height: 37px;
	line-height: 37px;
	width: 162px;
	margin-top: 15px;
	font-size: 15px;
}

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

#weekly-deals .box div:last-of-type {
	padding: 18px 20px 18px 20px;
}

#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:first-of-type {
		width: 53%;
	}

	#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: 23px auto 0 auto;
	}

	#weekly-deals .title {
		font-size: 37.5px;
	}

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

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

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

	#weekly-deals .box div:first-of-type {
		padding: 16px 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: 57.5px;
		height: 57.5px;
    right: -7px;
    top: -17px;
	}
}