main section.repair > div {
  margin: 40px 0 50px 0;
}
@media (max-width: 798px) {
  main section.repair > div {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  main section.repair > div {
    margin-top: 30px;
  }
}
main section.repair > div > div.top {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: unset;
  max-width: unset;
}
@media (max-width: 1000px) {
  main section.repair > div > div.top {
    display: none;
  }
}
main section.repair > div > div.top .breadcrumbs {
  width: 100%;
}
main section.repair > div > div.top .breadcrumbs div {
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
main section.repair > div > div.top .breadcrumbs div a {
  opacity: 0.8;
  text-decoration: none;
  margin-left: 1rem;
  transition: all 100ms ease-in-out;
}
main section.repair > div > div.top .breadcrumbs div a:after {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 8px;
  color: #494949;
}
main section.repair > div > div.top .breadcrumbs div a:hover {
  opacity: 1;
  text-decoration: underline;
}
main section.repair > div > div.top .breadcrumbs div a:first-child {
  margin: 0;
}
main section.repair > div > div.top .breadcrumbs div a:last-child:after {
  display: none;
}
main section.repair > div > div.top .breadcrumbs div a:last-child:hover {
  text-decoration: none;
}
main section.repair .repairView {
  background: transparent;
  box-shadow: none;
  margin: var(--margin) 0 0 0;
  width: 100%;
  min-width: unset;
  max-width: unset;
  padding: 0;
  color: var(--text);
}
@media (max-width: 1000px) {
  main section.repair .repairView {
    flex-direction: column;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  main section.repair .repairView {
    max-width: 490px;
  }
}
main section.repair .repairView > div {
  flex: 1;
  border-radius: 3px;
  background: white;
  padding: var(--margin);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1000px) {
  main section.repair .repairView > div {
    border-radius: 0;
  }
}
main section.repair .repairView > div.imgContainer {
  padding-bottom: 0;
}
@media (min-width: 600px) {
  main section.repair .repairView > div.imgContainer {
    padding-bottom: 25px;
  }
}
main section.repair .repairView > div .image {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 var(--margin);
}
@media (max-width: 600px) {
  main section.repair .repairView > div .image {
    align-items: center;
  }
}
main section.repair .repairView > div .image img {
  max-height: 100px;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (min-width: 600px) {
  main section.repair .repairView > div .image img {
    max-height: 150px;
  }
}
@media (min-width: 1000px) {
  main section.repair .repairView > div .image img {
    max-height: 100%;
  }
}
@media (max-width: 600px) {
  main section.repair .repairView > div .image img {
    height: 100%;
    max-height: 15vh;
    max-height: 90px;
  }
}
main section.repair .repairView > div.content {
  flex-direction: column;
  max-width: 400px;
  margin-left: 2rem;
  text-align: left;
  padding: 45px;
}
@media (max-width: 1000px) {
  main section.repair .repairView > div.content {
    padding-top: 0 !important;
  }
}
@media (max-width: 600px) {
  main section.repair .repairView > div.content {
    padding: 25px;
    
  }
}
@media (max-width: 1000px) {
  main section.repair .repairView > div.content {
    justify-content: center;
    flex-wrap: wrap;
    max-width: unset;
    margin: 0;
  }
  main section.repair .repairView > div.content > div {
    margin: 1rem 0 0 0;
    width: 100%;
  }
}
@media (max-width: 1000px) and (min-width: 600px) {
  main section.repair .repairView > div.content > div {
    margin: 1rem 0;
  }
}
@media (max-width: 1000px) {
  main section.repair .repairView > div.content > h1 {
    max-width: 620px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1000px) {
  main section.repair .repairView > div.content > div:first-child {
    min-width: 250px;
  }
}
@media (max-width: 1000px) {
  main section.repair .repairView > div.content > div:last-child {
    min-width: 250px;
  }
}
@media (max-width: 600px) {
  main section.repair .repairView > div.content > div {
    min-width: unset !important;
    max-width: 350px;
    width: 100%;
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
  }
}
main section.repair .repairView > div.content .title {
  flex: 1;
  padding: 0;
}
main section.repair .repairView > div.content .title .icon {
  display: none;
  content: "";
  min-width: 25px;
  min-height: 25px;
  background-repeat: no-repeat !important;
  background-size: 25px 25px !important;
  background-position: top right !important;
  margin: 0 0 0 0.5rem;
}
@media (min-width: 1000px) {
  main section.repair .repairView > div.content .title .icon {
    display: inline-flex;
  }
}
main section.repair .repairView > div.content .title h1 {
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  flex-direction: row;
  margin-bottom: 10px;
}
main section.repair .repairView > div.content .title h1 span {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  flex-basis: 100%;
  margin-bottom: 5px;
  justify-content: center;
}
@media (max-width: 600px) {
  main section.repair .repairView > div.content .title h1 {
    font-size: 1.2rem;
  }
}
@media (max-width: 798px) {
  main section.repair .repairView > div.content .title h1 {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  main section.repair .repairView > div.content .title h1 {
    text-align: left;
  }
  main section.repair .repairView > div.content .title h1 span {
    justify-content: flex-start;
  }
}
main section.repair .repairView > div.content .info {
  margin: 0;
}
main section.repair .repairView > div.content > div > ul {
  display: none;
  opacity: 0.7;
  font-weight: 500;
}
@media (min-width: 1000px) {
  main section.repair .repairView > div.content > div > ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  main section.repair .repairView > div.content > div > ul {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main section.repair .repairView > div.content > div > ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}
main section.repair .repairView > div.content > div > ul li:before {
  content: "";
  display: inline-flex;
  margin-right: 12px;
  font-size: 0.9rem;
  width: 2px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  opacity: 1;
}
main section.repair .repairView > div.content .models {
  display: none;
  margin-bottom: 1rem;
}
main section.repair .repairView > div.content .models span {
  display: flex;
  font-weight: 500;
  opacity: 0.7;
  width: 100%;
}
main section.repair .repairView > div.content .models > div {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #6e7689;
  border: 2px solid #eaebee;
}
@media (min-width: 400px) {
  main section.repair .repairView > div.content .models {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  main section.repair .repairView > div.content .models {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
main section.repair .repairView > div.content .variation > span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 1rem;
  font-weight: 600;
}
main section.repair .repairView > div.content .variation .control label {
  flex: 1;
}
main section.repair .repairView > div.content .variation .control label:hover, main section.repair .repairView > div.content .variation .control label:active {
  background: #f7f7f7;
  color: var(--text);
  border-color: #ccc;
  cursor: pointer;
}
main section.repair .repairView > div.content .variation .control label:nth-child(4) {
  border-left: 0;
}
main section.repair .repairView > div.content .variation input {
  display: none;
}
main section.repair .repairView > div.content .variation label {
  text-align: center;
  padding: 15px;
  border: 2px solid #e2e2e2;
  color: #4d4d4d;
}
main section.repair .repairView > div.content .variation input:checked + label {
  color: #00539e !important;
  border-color: #0069b3 !important;
  background: rgba(2, 125, 236, 0.15) !important;
}
main section.repair .repairView > div.content .variation input#premium:checked + label {
  background: rgba(28, 169, 96, 0.15) !important;
  border-color: #269c61 !important;
  color: #1a7548 !important;
}
main section.repair .repairView > div.content .variation input#premium:checked + label:nth-child(4) {
  border-left: 0;
  box-shadow: -2px 0 #269c61;
  z-index: 9;
}
main section.repair .repairView > div.content .variation .info p {
  display: none;
  background: white;
  color: #35435c;
  margin: 0 0 0;
  padding: 15px 20px;
  opacity: 1;
  border: 2px solid #d5d8dc;
  border-top: 0px;
}
main section.repair .repairView > div.content .variation .info p:first-child {
  display: flex;
}
main section.repair .repairView > div.content .price {
  flex: 1;
  margin-top: 1.5rem;
  border: 2px solid #d5d8dc;
}
@media (max-width: 1000px) {
  main section.repair .repairView > div.content .price {
    margin-top: 0;
  }
}
main section.repair .repairView > div.content .price .priceBox {
  flex: 1;
  padding: 20px 25px;
  flex-wrap: wrap;
}
main section.repair .repairView > div.content .price .priceBox .desc {
  flex: 1;
  margin-right: 1rem;
}
main section.repair .repairView > div.content .price .priceBox .desc h4 {
  font-weight: 500;
}
@media (max-width: 600px) {
  main section.repair .repairView > div.content .price .priceBox .desc p {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
}
main section.repair .repairView > div.content .price .priceBox .thePrice {
  display: flex;
  align-items: flex-end;
}
main section.repair .repairView > div.content .price .priceBox .thePrice span {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
}
main section.repair .repairView > div.content .price .priceBox .thePrice > p {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
}
main section.repair .repairView > div.content .price .priceBox .thePrice > p:before {
  content: "$";
}
main section.repair .repairView > div.content .price .priceBox .thePrice > p:nth-child(3) {
  display: none;
}
main section.repair .repairView > div.content .price .zippay {
  padding: 20px 25px;
  background: #f4f5f6;
  border-top: 2px solid #d5d8dc;
  flex-wrap: wrap;
}
main section.repair .repairView > div.content .price .zippay svg {
  display: block;
  max-height: 16px;
  width: auto;
  margin: 1rem 1rem 1rem 0;
}
main section.repair .repairView > div.content .price .zippay .desc {
  flex: 1;
  text-align: left;
  align-items: flex-start;
}
@media (min-width: 600px) {
  main section.repair .repairView > div.content .price .zippay .desc {
    max-width: unset;
  }
}
main section.repair .repairView > div.content .price .zippay .desc h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
main section.repair .repairView > div.content .price .zippay .desc p {
  font-size: 11px;
  margin: 4px 0 0 0;
  letter-spacing: 0.2px;
}
main section.repair .repairView > div.content .bookNow button {
  background: #00bf67;
  text-shadow: 0px 1px #049952;
  font-size: 1rem;
  width: 100%;
  height: 55px;
  padding-bottom: 4px;
  margin-top: 1.5rem;
}
main section.repair .repairView > div.content .bookNow button svg {
  min-height: 18px;
  width: 18px;
  margin-right: 10px;
}
main section.repair input#allRepairs {
  opacity: 0;
  display: none;
}
main section.repair .deviceRepairs {
  color: var(--text);
  margin: var(--margin) 0 0 0;
  width: 100%;
  min-width: unset;
  max-width: unset;
  padding: 0;
  background: transparent;
  box-shadow: unset;
}
main section.repair .deviceRepairs > div {
  text-align: left;
  width: 100%;
}
main section.repair .deviceRepairs > div #allRepairsList {
  display: none;
  flex-wrap: wrap;
  margin-top: 2rem;
}
main section.repair .deviceRepairs > div input:checked + label:before {
  transform: rotate(135deg);
  margin-top: 3px;
}
main section.repair .deviceRepairs > div label {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin: 1rem 0 0 0;
  border: 2px solid #ced1d5 !important;
  color: #576377;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 100ms ease-in-out;
  border-radius: 3px;
}
main section.repair .deviceRepairs > div label:before {
  content: "";
  display: inline-flex;
  height: 8px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  margin-right: 1rem;
  transform: rotate(-45deg);
}
main section.repair .deviceRepairs > div label:hover {
  background: #e6e6e6;
  color: var(--text);
  cursor: pointer;
}
main section.repair .deviceRepairs > div > div > a {
  margin: 10px;
  padding: 10px 15px;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border: 2px solid #9ba2ac;
  color: #576377;
  white-space: nowrap;
  border-radius: 4px;
}
main section.repair .deviceRepairs > div > div > a:hover {
  background: #23334a;
  color: white;
  border-color: transparent;
}
main section.repair .deviceRepairs > div > div > a#current {
  background: transparent;
  color: #141c27;
  border-color: #23334a;
}
main section.aboutRepair {
  background: white;
}
main section.aboutRepair > div {
  max-width: calc(100% - var(--margin) * 4);
}
main section.aboutRepair .title {
  margin-bottom: 0;
}
main section.aboutRepair .title h2 {
  max-width: 700px;
}
main section.aboutRepair .desc {
  min-width: unset;
  max-width: 700px;
  padding: 0;
  box-shadow: unset;
}
main section.aboutRepair .desc p {
  font-size: 1.1rem;
  opacity: 0.7;
  color: var(--text);
}
main section.aboutRepair .desc .icons {
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 600px) {
  main section.aboutRepair .desc .icons {
    margin-top: 1rem;
  }
}
@media (min-width: 1000px) {
  main section.aboutRepair .desc .icons {
    justify-content: space-between;
  }
}
main section.aboutRepair .desc .icons > div {
  max-width: 100px;
  margin: 5px;
}
@media (max-width: 600px) {
  main section.aboutRepair .desc .icons > div {
    margin: 20px;
    flex: 1;
  }
}
main section.aboutRepair .desc .icons > div svg {
  max-height: 50px;
  width: auto;
  margin-bottom: 1rem;
}
main section.aboutRepair .desc .icons > div h5 {
  color: #254d73;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
main section.faqs > div {
  align-items: flex-start;
}
main section.faqs > div > div {
  padding: 0;
  background: transparent;
  box-shadow: none;
  max-width: unset;
}
main section.faqs .expandable {
  align-items: flex-start;
  min-width: 40%;
  text-align: left;
  background: white;
  border-radius: 5px;
  transition: all 150ms ease;
  padding: 0;
  margin-bottom: 30px;
}
main section.faqs .expandable:last-child {
  margin-bottom: 0;
}
main section.faqs .expandable:hover {
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.15);
}
main section.faqs .expandable input {
  display: none;
}
main section.faqs .expandable input:checked + label p {
  height: auto;
  white-space: normal;
}
main section.faqs .expandable input:checked + label p:after {
  display: none;
}
main section.faqs .expandable input:checked + label span:before {
  transform: rotate(-135deg);
  margin-bottom: 0;
  margin-top: 2px;
}
main section.faqs .expandable label {
  width: 100%;
  align-items: flex-start;
  padding: 35px;
  flex-wrap: wrap;
}
main section.faqs .expandable label:hover {
  cursor: pointer;
}
main section.faqs .expandable label .question {
  width: 100%;
  margin-bottom: 1rem;
}
main section.faqs .expandable label .question h4 {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
}
main section.faqs .expandable label .question span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  min-width: 25px;
  margin-left: 1rem;
  border: 2px solid;
  color: var(--text);
  border-radius: 5px;
  opacity: 0.4;
}
main section.faqs .expandable label .question span:before {
  content: "";
  height: 5px;
  width: 5px;
  border: 2px solid;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  margin-bottom: 3px;
  margin-right: 1px;
  transition: all 150ms ease;
}
main section.faqs .expandable label p {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  color: var(--text);
  height: 19px;
  font-size: 15px;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
}
main section.faqs .expandable label p:after {
  position: absolute;
  content: "...";
  top: 0;
  right: 0;
  padding: 0 0 0 35px;
  letter-spacing: 4px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 99%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

/*# sourceMappingURL=repair.css.map */
