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






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




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

.section-plans .applecare-plan .flex-row.column-labels .column.column-dynamic-pricing {
    position: relative;
    left: -5px;
}

@media only screen and (max-width:735px) {
	.section-plans .applecare-plan .flex-row.column-labels .column.column-dynamic-pricing {
    	left: 0;
	}
}

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

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


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

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

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

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