#weekly-deals .container {
	--content-width: 1270px;
}

#weekly-deals h2,
#weekly-deals .h2 {
	font-size: 53px;
}

#weekly-deals h3,
#weekly-deals .h3 {
	font-size: 20px;
}

#weekly-deals .item {
	width: 576px;
	height: 235px;
	margin: 0 22px;
}

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

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

#weekly-deals .box a {
	height: 37px;
	line-height: 37px;
	width: 148px;
	color: #000;
	font-size: 21px;
}

#weekly-deals .box .fp-text {
	max-width: 50%;
	padding-top: 46px;
	padding-left: 23px;
	padding-right: 10px;
	padding-bottom: 50px;
	flex-grow: 1;
}

#weekly-deals .box .fp-image img{
	max-height:100%;
}

#weekly-deals .h-price {
	font-size: 50px;
	line-height: 1em;
	color: var(--dark-green);
	margin-bottom: 13px;
	font-weight:700;
}

#weekly-deals .h-price sup {
	font-size: 53%;
	top: -.7em;
	font-weight:700;
}

#weekly-deals .h-price .decimal {
	left: -2px;
	font-weight:700;
}

#weekly-deals .price-main {
	font-weight:700;
}

#weekly-deals .period {
	font-family: 'SignPainter' !important;
	font-weight: 700;
	font-size: 136%;
	position: absolute;
	bottom: -0.8em;
	left: 1.1em;
	font-size: 112%;
	width:100px;
}

@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: 30px;
	}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
	#weekly-deals {
		padding-top: 0;
	}
	#weekly-deals h2 {
		padding: 50px 0;
		margin: 0;
	}
	#weekly-deals .h-price {
		font-size: 40px;
	}

	#weekly-deals .box .fp-text {
		max-width: 70%;
	}

	#weekly-deals h2 {
		font-size: 2.06666667em;
	}

	#weekly-deals .item {
		width: 345px;
		height: 178px;
		max-width: 100%;
	}

	#weekly-deals .box .fp-text {
		padding: 15px 25px 15px 10px;
	}

	#weekly-deals .box a {
		width: 130px;
		font-size: 0.8rem;
	}

	#weekly-deals .h-price {
		right: 8px;
	}

	#weekly-deals .h-price-inner {
		font-size: 1.5rem;
	}
}