@import "../../app/variables";
.shipping-details-sec {
  padding-top: 25px;
  padding-bottom: 25px;
  h2 {
    border-bottom: 2px solid $primary-amber;
    width: max-content;
  }
  .custom-container {
    .btn {
      background-color:$text-medium;
      font-weight: 400;
      font-size: calc(16px + 2 * (100vw - 320px) / 1600);
      padding: calc(8px + 4 * (100vw - 320px) / 1600);
      transition: 300ms;
    }
    .btn-address {
      background-color: $primary-amber;
      font-weight: 400;
      font-size: 16px;
      margin-top: 30px;
      padding: calc(8px + 4 * (100vw - 320px) / 1600);
      gap: 10px;
      transition: 300ms;

    }
  }
  .address-list {
    li {
      padding-bottom: 20px;
      width: 100%;
      list-style: none;
      display: inline-block;
      font-size: 14px;

      .shipping-address {
        border: 1px solid $text-medium;
        box-shadow: 0px 2px 6px rgba(var(--black), 0.04);
        border-radius: 10px;
        padding: 15px;

        .form-check {
          text-align: left;
          margin: 0;
          border-bottom: 1px solid rgba(var(--dashed-line), 1);
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0;

          
          label {
            color: rgba(var(--theme-color), 1);
            font-size: 14px;
            font-weight: 600;
            padding-left: 10px;
          }
        }

        .address-details {
          padding-left: 25px;
          margin-top: 5px;

          p {
            color: rgba(var(--theme-color), 1);
            font-weight: 400;
            line-height: 1.5;
            font-size: 13px;
          }

          .content-number {
            margin-top: 5px;
            color:$text-medium;
            font-weight: 400;
            font-size: 13px;
            line-height: 1.2;
            margin-bottom: 0;

            span {
              color: $text-medium;
            }
          }
        }
      }
    }
  }
  // input:not([type="checkbox"]):not([type="radio"]),
  // textarea {
  //   font-size: 1rem;
  //   font-weight: 400;
  //   display: block;
  //   width: 100%;
  //   padding: 10px 30px;
  //   color: $text-medium;
  //   border: 2px solid rgba(0, 0, 0, 0);
  //   border-bottom-color: rgba(0, 0, 0, 0);
  //   border-bottom-color: $bg-light;
  //   background-color: rgba(0, 0, 0, 0);

  //   &:focus {
  //     border-bottom-color:$text-medium;
  //     outline: none !important;
  //   }
  // }
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 10px 0;
  color: $text-dark;
  border: 2px solid rgba(0, 0, 0, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color:$bg-light !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  @media (max-width: 768px) {

    .cart-wishlist-table {
      thead {
        display: none;
      }

      tbody {
        tr {
          td {
            display: block;
            width: 100% !important;
            margin-bottom: 15px;
            padding: 0;
            padding-top: 0px;
            text-align: center;
          }
        }
      }
    }
  }

  .learts-mb-20 {
    margin-bottom: 20px;
  }

  label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.125;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    color: $text-dark;
  }
}