.orderSummaryPane {
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
  background: white;
  width: 400px;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  border-left: #e89e47 solid 8px;
}
@media (max-width: 1443px) {
  .orderSummaryPane {
    padding: 7.5px 7.5px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane {
    padding: 6.4px 6.6px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane {
    padding: 7.1px 5.3px;
  }
}
@media (max-width: 1443px) {
  .orderSummaryPane {
    width: 300px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane {
    width: 264px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane {
    width: 212px;
  }
}
@media (max-width: 1443px) {
  .orderSummaryPane {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane {
    font-size: 12.8px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane {
    font-size: 14.2px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane {
    border-left: #e89e47 solid 6px;
  }
}
.orderSummaryPane .center {
  text-align: center;
}
.orderSummaryPane hr {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  color: #aeaeae;
  background-color: #aeaeae;
  height: 2px;
  width: 60%;
}
@media (max-width: 1443px) {
  .orderSummaryPane hr {
    margin-top: 22.5px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane hr {
    margin-top: 19.2px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane hr {
    margin-top: 21.3px;
  }
}
@media (max-width: 1443px) {
  .orderSummaryPane hr {
    margin-bottom: 22.5px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane hr {
    margin-bottom: 19.2px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane hr {
    margin-bottom: 21.3px;
  }
}
.orderSummaryPane .orderSummaryContainer {
  max-height: 47%;
  overflow-y: auto;
}
.orderSummaryPane .orderSummaryLineItem {
  display: flex;
}
.orderSummaryPane .orderSummaryLineItem .itemName {
  flex: 1 1 auto;
}
.orderSummaryPane .orderSummaryLineItem .itemPrice {
  flex: 0 0;
  flex-basis: 50px;
}
@media (max-width: 1443px) {
  .orderSummaryPane .orderSummaryLineItem .itemPrice {
    flex-basis: 37.5px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane .orderSummaryLineItem .itemPrice {
    flex-basis: 33px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane .orderSummaryLineItem .itemPrice {
    flex-basis: 26.5px;
  }
}
.orderSummaryPane .exitBtn {
  position: fixed;
  bottom: 20px;
  right: 35px;
  width: 297px;
}
@media (max-width: 1443px) {
  .orderSummaryPane .exitBtn {
    bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane .exitBtn {
    bottom: 12.8px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane .exitBtn {
    bottom: 14.2px;
  }
}
@media (max-width: 1443px) {
  .orderSummaryPane .exitBtn {
    right: 26.25px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane .exitBtn {
    right: 23.1px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane .exitBtn {
    right: 18.55px;
  }
}
@media (max-width: 1443px) {
  .orderSummaryPane .exitBtn {
    width: 222.75px;
  }
}
@media (max-width: 1280px) {
  .orderSummaryPane .exitBtn {
    width: 196.02px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane .exitBtn {
    width: 157.41px;
  }
}
@media (max-width: 1024px) {
  .orderSummaryPane .exitBtn {
    right: 24px;
  }
}