/*------------------------------------*\
		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: 5px;
		margin-right: 10px;
	}
}

.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:735px) {
    .section-plans .applecare-plan .flex-row .column-product-group {
        flex-basis: 56%;
        max-width: 56%;
    }
}

@media only screen and (max-width:735px) {
    .section-plans .applecare-plan.pricing-columns-2 .column-1 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width:375px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
        flex-basis: 50%;
        max-width: 50%;
    }
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 8px;
		margin-right: 20px;
	}
}

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

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

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