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

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

#weekly-deals .title {
	font-size: 64px;
	line-height: 1.421875em;
}


#weekly-deals h3 {
	font-size: 18px;
	line-height: 1.12em;
	position: relative;
}
#weekly-deals .jan-deals h3 {
    font-size: 24px !important;
	padding-top: 10px;
}
#weekly-deals .jan-deals .fp3,
#weekly-deals .jan-deals .fp4 {
    /* font-size: 24px !important; */
}
#weekly-deals .items {
	margin: 40px auto 0 auto;
}

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

#weekly-deals .item {
	height: 238px;
	width: 577px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin: 0 23px;
}

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

#weekly-deals .box .button {
	font-size: 20px;
	height: 40px;
	width: 152px;
	border-width: 2px;
	padding-top: 0.2em;
}

#weekly-deals .box .button:hover {
	background-color: var(--yellow);
}

#weekly-deals .fp-text {
	flex-grow: 1;
	flex-shrink: 1;
	padding-left: 17px;
	padding-right: 0;
	padding-top: 22px;
	padding-bottom: 18px;
}

#weekly-deals .fp-image {
	flex-grow: 0;
	flex-shrink: 0;
}

#weekly-deals .fp-image.full-image {
	flex-grow: 1;
	overflow: hidden;
}

#weekly-deals .fp-image.full-image>img {
	width: auto;
	height: 100%;
}

#weekly-deals .fp-image.full-image>img.contain {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

#weekly-deals .fp-image.full-image>img.cover {
	-o-object-fit: cover;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

#weekly-deals .item .price-round {
	right: -15px;
}

#weekly-deals .feature-product-left {
	max-width: 50%;
	margin-top: 2%;
	margin-left: 10%;
}

#weekly-deals .feature-product-right{
	height: 85%;
	width: auto;
}

#weekly-deals .fp-right-padding{
	padding-right: 8%;
}

#weekly-deals .fp2-group.fp4 .fp-text {
	max-width: 50%;
}
#weekly-deals .fp2-group.fp4 .fp-image {
	width: 50%;
	justify-content: end;
}
#weekly-deals .fp1-image {
	margin-right: 40%;
}
#weekly-deals .fp1-image2 {
	max-width: 50%;
}
#weekly-deals .july-deals .box .button {
	margin-bottom: 40px;
}
#weekly-deals .jan-deals .fp2-image1 {
	max-width: 44%;
}
#weekly-deals .price-round {
	width: 125px;
	height: 125px;
}
#weekly-deals .price-inner {
	font-size: 40px;
	top: 12px;
}
#weekly-deals .second-set .price-inner {
	font-size: 37px;
}
#weekly-deals .price-round .start {
	font-size: 12px;
	font-weight: 400;
	position: relative;
	top: -14px;
}
#weekly-deals .second-set .price-round .week {
	right: -34px;
}
#weekly-deals .price-round .week {
	position: relative;
	right: -27px;
	bottom: 12px;
}

@media screen and (max-width: 1276px) {
	#weekly-deals h3 {
		font-size: 19px;
		padding-bottom: 5px;
	}

	#weekly-deals .box p {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 5px;
	}

	#weekly-deals h3 br,
	#weekly-deals .box p br {
		/* display: none; */
	}

	#weekly-deals .fp-image {
		max-width: 50%;
	}
	#weekly-deals .fp1-group.fp1 .fp-text {
		max-width: 50%;
	}
}

@media screen and(min-width:991px) and (max-width: 1075px) {
	#weekly-deals .fp1-group h3,
	#weekly-deals .fp2-group .h3 {
		font-size: 20px !important;
	}
	#weekly-deals .fp1-group .box p,
	#weekly-deals .fp2-group .box p {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	#weekly-deals .items {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}

	#weekly-deals .item {
		margin: 20px 0;
	}
	#weekly-deals h3 br,
	#weekly-deals .box p br {
		display: block;
	}

}

@media screen and (max-width: 767px) {
	#weekly-deals {
		padding-bottom: 47px;
	}
	#weekly-deals .fp1-group.fp1 .fp-text,
	#weekly-deals .fp1-group.fp2 .fp-text {
		max-width: 50%;
	}
}

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

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

	#weekly-deals .jan-deals .item {
		height: 170px;
	}

	#weekly-deals .fp-text {
		padding-left: 15px;
		/*padding-right: 15px;*/
		padding-top: 15px;
	}

	#weekly-deals .fp-image {
		max-width: 50%;
	}
	#weekly-deals .fp1-image {
		max-width: 49%;
		margin-right: 20%;
	}

	#weekly-deals .title {
		font-size: 42.5px;
		line-height: 1em;
		max-width: 280px;
		margin: 0 auto;
	}

	#weekly-deals h3 {
		font-size: 18px;
		margin-bottom: 0;
		max-width: 100%;
	}

	#weekly-deals .jan-deals h3 {
		font-size: 16px;
	}

	#weekly-deals .box .button {
		height: 33px;
		font-size: 15px;
		width: 100px;
	}

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

	#weekly-deals .price-inner {
		font-size: 20px;
		line-height: 0.5;
		/* top: 2px; */
		top: 7px; /* For when it says Starting as low as*/
	}
	#weekly-deals .second-set .price-inner {
		font-size: 18px;
		top: 5px;
	}

	#weekly-deals .price-round .month {
		font-size: 9px;
	}
	#weekly-deals .jan-deals .fp4 {
		font-size: 7px !important;
	}
	#weekly-deals .price-round .week {
		bottom: 8px; /* For when it says Starting as low as*/
        right: -14px; /* For when it says Starting as low as*/
		font-size: 7px !important;
	}
	#weekly-deals .second-set .price-round .week {
		bottom: 7px;
	}
	#weekly-deals .price-round .week.fp1 {
		right: -11px;
	}
	#weekly-deals .price-round .week.fp3 {
		right: -16px;
	}
	#weekly-deals .price-round .week.fp4 {
		right: -18px;
	}

	#weekly-deals .item .price-round,
	#weekly-deals .items .item:nth-child(2) .price-round {
		/* width: 60px;
		height: 60px; */
		width: 70px; /* For when it says Starting as low as*/
		height: 70px;
		top: -17px;
		right: -6px;
	}
	#weekly-deals .price-round .start,
	#weekly-deals .second-set .price-round .start {
		top: -9px;
		font-size: 10px;
	}
	#weekly-deals .jan-deals h3 {
		font-size: 18px !important;
	}
	#weekly-deals .jan-deals .fp2-group h3 {
		font-size: 14px !important;
	}
	#weekly-deals .jan-deals .fp2 img {
		height: 100%;
		width: 96%;
		margin: 0;
	}
	#weekly-deals .jan-deals .fp1-group.fp2 img {
		height: auto;
	}
	#weekly-deals .jan-deals .fp1-group.fp2 h3 {
		font-size: 17px !important;
	}
	#weekly-deals .jan-deals .fp3 img {
		height: 100%;
	}
	#weekly-deals .jan-deals .fp2-group.fp3 img {
	}
	#weekly-deals .jan-deals .fp2-image1 img {
		height: 100%;
	}
	#weekly-deals .july-deals .item {
		height: 165px;
	}
}

@media screen and (max-width: 480px) {
	#weekly-deals .feature-product-left {
		max-width: 65%;
		margin-top: 12%;
		margin-left: 0%;
	}

	#weekly-deals .feature-product-right {
		width: auto;
		height: 100%;
	}

	#weekly-deals .fp4 .fp-image {
		justify-content: end;
	}
	#weekly-deals .fp1-image {
		max-width: 49%;
		margin-right: 0;
	}
	#weekly-deals .jan-deals .box .button{
		margin-bottom: 0;
		margin-top: 5px;
	}
}