.page-checkout {
  background-color: #f2f2f2;
  min-height: 100vh;

  a.i {
    font-style: italic;
    font-size: 12px;
  }

  .loader {
    height: 50px;
    width: 50px;
  }

  section.breadcrumb {
    font-size: 16px;
    padding: 20px 0 10px 0;

    a {
      color: #1d7eef;
      text-decoration: none;
    }
  }

  section.body {
    padding-bottom: 40px;

    .container {
      display: flex;
    }

    .info, .summery {
      flex: 1;
      border: solid 1px #c8c8c8;
      border-radius: 4px;
      min-height: 100px;
    }

    .car-details {
      max-width: 568px;
    }

    .car-details, .payment-options {
      flex: 1;

      .tnc-accept {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
      }

      p {
        text-align: center;
      }

      .info {
        flex: 1;
        background-color: #ffffff !important;
        border: solid 1px #c8c8c8 !important;
        align-self: flex-start;
        #payment-app {
          width: 100%;
        }

        .information {
          font-size: 14px;
          table {
            width: 100%;
            color: #232323;
            font-weight: 600;
            font-size: 16px;
            border-collapse: collapse;
            tr td {
              padding: 20px;
              border-top: 1px solid #ccc;
              &:last-child {
                text-align: right;
                width: 1px;
              }
            }
            tr:first-child td{
              border: none;
            }
          }
        }
      }
    }

    .summery {
      width: 400px;
      margin-left: 15px;
      background-color: rgba(255,255,255,.8);
      border-color: rgba(200,200,200,.8);
      align-self: flex-start;
      position: sticky;
      top: 10px;
    }
  }

  section.image {
    padding: 20px 50px 20px 50px;
    border-bottom: 1px solid #c8c8c8;
    max-height: 200px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    img {
      max-height: 6vw;
      margin-right: 20px;
    }

    .VueCarousel-navigation-button {
      color: #efefef;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
      font-size: 32px;
    }

    .VueCarousel-dot-container {
      li {
        padding: 5px !important;
        margin: 0 !important;
      }
    }
  }

  .spec-coupon-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35,35,35,.5);
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    z-index: 20;

    .ovl {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
    }
    .ovl-content {
      z-index: 2;
      position: relative;
    }
    .component-offer-item {
      background-color: white
    }
  }

  .paymentModal, .paymentMessageModal {
    min-width: 50vw;
    min-height: 80vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .paymentMessageModal {
    min-height: 45vh;
    min-width: 30vw;
    width: 30vw;
    height: 45vh;
    padding: 40px;
    text-align: center;
  }

  .agreement {
    background-color: white;
    width: 90vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    .loader {
      height: 40px;
      width: 40px;
    }
    .agreement-text {
      height: 75%;
      width: 90%;
      overflow: scroll;
    }
  }

  .radio {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px black;
    &.selected {
      border: 3px solid white;
      box-shadow: 0px 0px 0px 2px #70ad4d;
      background-color: #70ad4d;
    }
  }


  .summery {
    section.title {
      padding: 16px 22px;
    }
    section.price-calculation {
      padding: 20px;
      padding-top: 0;

      .coupon-code {
        color: #70ad4d;
        font-weight: 700;
        cursor: pointer;
      }

      hr {
        border: 0.5px solid #ccc;
      }

      .payment-types {
        border: 1px solid #e8e8e8;
        margin: 10px;
        transition: all 0.2s;
        cursor: pointer;
        .payment-title {
          font-size: 16px;
          font-weight: 700;
          margin: 10px;
          display: flex;
          align-items: center;
          .title {
            margin-left: 10px;
            display: flex;
            flex: 1;
            justify-content: space-between;
            .recommended {
              background-color: #1d7eef;
              color: white;
              border-radius: 15px;
              padding: 0 10px;
              font-size: 10px;
              display: flex;
              align-items: center;
            }
          }
        }
        .description {
          margin: 10px;
          display: flex;
          img {
            padding: 0 10px;
            width: 70px;
          }
        }
        &.selected {
          background-color: #fdffd4;
        }
        &:hover{
          box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.44);
        }
      }

      table {
        width: 100%;
        border-collapse: collapse;

        .input-border {
          border: 1px solid black;
        }

        .coupon-button {
          // border-radius: 3px;
          // background-color: #f6f6f6;
          // border: solid 1.5px #c8c8c8;
          // padding: 10px;
          cursor: pointer;
          color: #1d7eef;
          font-weight: 600;
          outline: none;
          font-size: 12px;
        }

        tfoot tr td {
          font-weight: 600;
        }

        td:last-child {
          text-align: right;
        }

        tr:first-child td {
          padding-top: 10px;
        }
      }

      p {
        color: #9b9b9b;
        line-height: 1.57;
        font-size: 12px;
        margin-bottom: 20px;
      }

      .btn {
        width: 100%;
        padding: 10px;
        margin: 0;
      }
    }
  }
  @media screen and (max-device-width: 480px) {
    section.image {
      font-size: 18px;
      img {
        max-height: 18vw;
      }
    }
    .paymentModal, .paymentMessageModal {
      width: 100%;
      height: 100vh;
    }
    .paymentMessageModal {
      width: 80vw;
      height: 60vh;
      padding: 40px;
    }
    .body {
      .container {
        padding: 0px;
        display: flex;
        flex-direction: column-reverse;
        .car-details, .summery {
          position: initial;
          border-radius: 0px;
          padding: 0px;
          margin: 0px;
          width: 100%;
        }
        #payment-app {
          .payment-methods {
            width: 100%;
          }
        }
      }
    }
  }
}
