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

#weekly-deals h2 {
	font-size: 51.5px;
	line-height: 1.7843137255em;
}

#weekly-deals h3 {
	font-size: 27px;
	position: relative;
	margin-bottom: 18px;
}

#weekly-deals h3::after {
	content: '';
	position: absolute;
	background-color: var(--yellow);
	width: 40px;
	height: 1px;
	bottom: -1px;
	left: 0;
}

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

#weekly-deals .items .item:nth-child(2) .price-round {
	right: -17px;
}

#weekly-deals .items .item:nth-child(1) .box {
	margin: 0 23px 0 0;
}

#weekly-deals .items .item:nth-child(2) .box {
	margin: 0 0 0 23px;
}

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

#weekly-deals .box p {
	font-size: 15px;
	line-height: 1.3333333333em;
}

#weekly-deals .box a {
	font-size: 20px;
	line-height: 1;
	margin-top: auto;
}

#weekly-deals .box div:first-of-type {
	padding-left: 22px;
	padding-top: 19px;
	padding-right: 0;
	height: 100%;
	padding-bottom: 18px;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 45%;
}

#weekly-deals .box div:nth-of-type(2) {
	width: 55%;
	display: flex;
	align-items: center;
}

#weekly-deals .box div {
	height: 100%;
	padding: 22px 15px 16px 15px;
}

#weekly-deals img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 264px;
}

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

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

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

	#weekly-deals .box div:first-of-type {
		width: 50%;
	}

	#weekly-deals .box div:nth-of-type(2) {
		width: 50%;
	}

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

	#weekly-deals .box a {
		font-size: 18px;
	}
	#weekly-deals .box a::after {
		top: 50%;
		transform: translateY(-50%);
	}
}

@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 .flex .item:first-child .box,
	#weekly-deals .flex .item:last-child .box {
		margin: 0;
	}

	#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: 89px;
		width: auto;
	}

	#weekly-deals .box a {
		margin-top: 10px;
	}
}

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

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

	#weekly-deals .box div {
		overflow: hidden;
	}

	#weekly-deals h2 {
		font-size: 37px;
		line-height: 1em;
		max-width: 260px;
		margin: 0 auto;
	}

	#weekly-deals h3 {
		font-size: 14px;
		margin-bottom: 7px;
		max-width: 150px;
	}

	#weekly-deals .box {
		align-items: stretch;
	}

	#weekly-deals .box div {
		min-height: 170px;
	}

	#weekly-deals .box p {
		font-size: 10px;
		line-height: 13px;
		margin-bottom: 9px;
	}

	#weekly-deals .box a {
		padding: 0;
		font-size: 15px;
		margin-top: auto;
	}

	#weekly-deals .box a::after {
		width: 11.5px;
		height: 9px;
		right: -15px;
	}

	#weekly-deals .box div:first-of-type {
		padding: 18px 0 12px 18px;
		width: 55%;
	}

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

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

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

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