/**
 * Hide sidebar on Find a Repair Shop pages
 * Only applies when body has page-repair-shop class
 */
body.page-repair-shop .coh-column.content-col-sidebar.coh-visible-md.coh-col-md-3.coh-col-md-offset-1 {
  display: none !important;
}

body.page-repair-shop .coh-visible-md.coh-col-md-3.coh-col-md-offset-1 {
  display: none !important;
}

@media only screen and (min-width: 426px) and (max-width: 564px) {
  body.page-repair-shop .coh-ce-38278ee0 > .coh-container-boxed {
    max-width: none !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media only screen and (min-width: 410px) and (max-width: 425px) {
  body.page-repair-shop .coh-ce-38278ee0 > .coh-container-boxed {
    max-width: none !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media only screen and (min-width: 378px) and (max-width: 409px) {
  body.page-repair-shop .coh-ce-38278ee0 > .coh-container-boxed {
    max-width: none !important;
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}
