.page-headphones .support-toggle-nav .toggle-item:last-child {
  margin-right: 15px;
}
.page-headphones .support-toggle-nav .toggle-item:first-child {
  margin-right: 0;
}
@media only screen and (max-width: 735px) {
  .page-headphones .support-toggle-nav .toggle-item:last-child,
  .page-headphones .support-toggle-nav .toggle-item:first-child {
    margin-right: auto;
  }
}

.tel-link,
.tel-link:hover {
  display: inline-block;
  direction: ltr;
  cursor: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 735px) {
  .section-hero {
    text-align: right;
  }
}

@media only screen and (max-width: 735px) {
  .section-applecare {
    text-align: right;
  }
}

.section-plans .section-headline {
  padding-left: 60px;
  padding-right: unset;
}

@media only screen and (max-width: 1068px) {
  .section-plans .section-headline {
    padding-right: 0px;
  }
}

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

@media only screen and (max-width: 1068px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 735px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    padding-right: 5px;
  }
}

.icon-battery-status {
  background-position: 27px;
}


#main > section.section.section-plans > div > div > div.column.column-plan-group.large-6.medium-7.medium-offset-1.small-12.small-offset-0 > div > div:nth-child(4) > div.column.column-1.column-dynamic-pricing {
  padding-right: 0;
    justify-content: flex-end;
}

#main > section.section.section-plans > div > div > div.column.column-plan-group.large-6.medium-7.medium-offset-1.small-12.small-offset-0 > div > div:nth-child(5) > div.column.column-1.column-dynamic-pricing {
  padding-right: 0;
    justify-content: flex-end;
}

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

@media only screen and (min-width: 1069px) {
  #main > section.section.section-plans > div > div > div.column.column-plan-group.large-6.medium-7.medium-offset-1.small-12.small-offset-0 > div > div:nth-child(4) > div.column.column-1.column-dynamic-pricing {
     margin-left:5px;
  }
  #main > section.section.section-plans > div > div > div.column.column-plan-group.large-6.medium-7.medium-offset-1.small-12.small-offset-0 > div > div:nth-child(5) > div.column.column-1.column-dynamic-pricing {
    margin-left:5px;
  }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
}
@media only screen and (max-width: 734px) {
  .section-hero .image-hero-lockup {
        margin-right: auto;
        margin-left: auto;
        left: unset;
        right: unset;
}
}

.section-how-to-buy .copy-section-2  {
    margin-top: 20px;
}