@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.car-checkout_is-arabic .car-checkout__button:not(:last-child) {
  margin-right: 0;
  margin-left: 10px; }
  @media only screen and (max-width: 600px) {
    .car-checkout_is-arabic .car-checkout__button:not(:last-child) {
      margin-left: 0; } }

.car-checkout_is-arabic .car-checkout__term-separator {
  margin-right: 0;
  margin-left: 5px; }

.car-checkout_is-arabic .car-checkout__points-label {
  margin-right: 0;
  margin-left: 10px; }

.car-checkout__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.car-checkout__title {
  color: #00438E;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold; }

.car-checkout__description {
  margin-bottom: 20px; }

.car-checkout__summary {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end; }

.car-checkout__summary-header {
  padding: 10px;
  background-color: #C0E1FC;
  color: #00438E;
  margin-bottom: 20px;
  border-radius: 30px; }

.car-checkout__summary-header-item {
  color: #00438E;
  font-weight: bold;
  padding: 15px; }

.car-checkout__points {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px; }

.car-checkout__points-container {
  font-weight: 500;
  font-size: 19px;
  display: flex; }

.car-checkout__points-label {
  color: #00438E;
  margin-right: 10px; }

.car-checkout__points-value {
  color: #00A791; }

.personal-details__form-section {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .personal-details__form-section {
      flex-direction: column; } }

.car-checkout__term-item {
  display: flex;
  font-size: 14px;
  align-items: center; }
  .car-checkout__term-item a {
    margin: 0 5px; }
  @media only screen and (max-width: 600px) {
    .car-checkout__term-item {
      flex-wrap: wrap; }
      .car-checkout__term-item a {
        margin: 0; } }

.car-checkout__term-separator {
  margin-right: 5px; }
  .car-checkout__term-separator .custom-checkbox {
    margin-bottom: 0; }

.car-checkout__term-link {
  color: #006BC2;
  text-decoration: underline;
  cursor: pointer; }
  .car-checkout__term-link:hover {
    text-decoration: underline; }

.car-checkout__terms {
  margin-bottom: 20px; }

.car-checkout__important-information {
  margin-bottom: 20px; }

.car-checkout__summary-bar {
  display: flex;
  justify-content: flex-end; }

.car-checkout__buttons {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .car-checkout__buttons {
      flex-direction: column; } }

.car-checkout__button {
  width: 170px; }
  .car-checkout__button:not(:last-child) {
    margin-right: 10px; }
  @media only screen and (max-width: 600px) {
    .car-checkout__button {
      margin-right: 0;
      width: 100%; }
      .car-checkout__button:not(:last-child) {
        margin-bottom: 15px; } }

.car-checkout__table {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: -1px 7px 6px 0px rgba(0, 67, 142, 0.07);
  border-radius: 30px;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .car-checkout__table {
      width: 900px; } }

.car-checkout__item {
  margin-bottom: 20px; }

.car-checkout__item-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #9b9ea0; }

@media only screen and (max-width: 600px) {
  .car-checkout__table-container {
    overflow-x: auto; } }

.car-checkout__table-header {
  background-color: #C0E1FC;
  border-radius: 30px; }

.car-checkout__table-header-item {
  padding: 20px;
  text-align: initial;
  font-weight: normal;
  color: #00438E; }

.car-checkout__table-column {
  vertical-align: middle;
  padding: 20px; }

.car-checkout__error {
  margin-bottom: 20px; }

.car-checkout__breadcrumbs-container {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
