/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/





/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/

.section-plans .applecare-plan .pricing-row {
	justify-content: space-between;
}


.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
	padding-left: 0px;
	margin-right:4px;
}
@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 1px;
		margin-right:17px;
	}
}
@media only screen and (max-width: 735px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 3px;
		margin-right: 8px;
	}
}

.section-plans .applecare-plan .flex-row.column-labels .column-1.column-dynamic-pricing {
    flex-basis: 21.67%;
    max-width: 21.67%;
}

.section-plans .applecare-plan .flex-row .column-product-group {
    flex-basis: 55.67%;
    max-width: 55.67%;
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
    	flex-basis: 50.67%;
    	max-width: 50.67%;
	}
}

@media only screen and (max-width:734px) {
    .section-plans .applecare-plan .flex-row .column-product-group {
        flex-basis: 47%;
        max-width: 47%;
    }
}

@media only screen and (max-width:375px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
		flex-basis: 47%;
		max-width: 47%;
	}

	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 3px;
		margin-right: 0;
	}
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    flex-basis: 21.67%;
    max-width: 21.67%;
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 21.67%;
    	max-width: 21.67%;
	}
}

@media only screen and (max-width: 734px) {
	.section-plans .applecare-plan .flex-row.column-labels .column-1.column-dynamic-pricing {
    	flex-basis: 25%;
    	max-width: 25%;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 25%;
    	max-width: 25%;
	}
}


@media only screen and (max-width: 375px) {
	.section-plans .applecare-plan .flex-row.column-labels .column-1.column-dynamic-pricing {
    	flex-basis: 26.5%;
    	max-width: 26.5%;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 26.5%;
    	max-width: 26.5%;
	}
}

@media only screen and (max-width:1068px) {
	.section-plans .applecare-plan.pricing-columns-2 .column-product-group {
		padding-right: 17px;
	}
}

@media only screen and (max-width:735px) {
	.section-plans .applecare-plan.pricing-columns-2 .column-product-group {
		padding-right: 20px;
	}
}

@media only screen and (max-width:735px) {
	.section-plans .applecare-plan.pricing-columns-2 .column-labels .column-1 {
		padding-left: 5px;
	}
}

/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
