section {
    padding: 0;
  }

  #checkout_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 0;
  }

  #checkout_title {
    margin: 20px;
  }

  #checkout_child {
    font-size: 18px;
  }

  #checkout_summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 0;
    /*border-bottom: 1px solid #cecece;*/
  }

  #checkout_method_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #cecece;
  }

  #checkout_method_section fieldset {
    margin: 15px;
  }

  #checkout_address_section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #cecece;
  } 
  
  #checkout_payment_section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #cecece;
  }

  #checkout_address_add, #checkout_payment_add {
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer; 
    border: 1px solid #cecece;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
  }

  #payment_header_exit, #delivery_header_exit {
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 20px;
  }

  #user_payment_details {
    
    /*width: 310px;
    height: 500px;
    position: fixed;
    top: 54%;
    left: 46%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    width: 95%;
    margin: 10px 10px 10px 10px;
    padding: 0;
    background-color: transparent;
  }

  #user_delivery_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #user_delivery_firstLast {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  #user_delivery_address_fieldset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #section_address_unitApt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #section_cityStateZip {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #cancel_user_delivery_info {
    cursor: pointer;
    width: 100px;
    height: 30px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #cecece;
  }

  #submit_user_delivery_label {
    cursor: pointer;
    width: 100px;
    height: 30px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #cecece;
  }

  #store h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #595a5a;
  }

  #store h3 {
    font-size: 15px;
  }
  
  .form-group {
      float: left;
      margin-bottom: 15px;
      /* padding: 0 !important; */
  }
  
  .form-control {
    width: 100%;
    line-height: 40px;
    height: auto;
    padding: 0 16px;
  }
  
  .owner {
      width: 80%;
      margin: 5px;
      margin-top: 20px;
  }

  #card-number_cvv {
    display: flex;
    flex-direction: row;
  }
  
  .CVV {
      width: 35%;
      margin: 5px;
  }
  
  #card-number-field {
      width: 55%;
      margin: 5px;
  }
  
  #expiration-date {
      width: 80%;
      margin: 5px;
  }

  #month-year {
    display: flex;
    flex-direction: row;
    flex-wrap: none; 
    
  }

  #month-year select {
    margin: 10px;
  }
  
  #credit_cards {
      width: 50%;
      margin-top: 25px;
      text-align: right;
  }
  
  #pay-now {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 25px;
      width: 100%;
  }
  
  .btn {
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 20px;
      margin-right: 45px;
      padding: 15px;
      border: 1px solid grey;
      background-color: #c8121e;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 13px;
      padding: 7px;
  }
  
  .InputElement, .ElementsApp {
    color: #cecece;
  }

  /*.StripeElement {
     width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-bottom: 1px solid #cecece;
    -webkit-transition: border-bottom 150ms ease;
    transition: border-bottom 150ms ease;
    color: #cecece; 
  }*/

  #cardNumber, #cardCvc_Zip {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  #card-number {
    width: 100%
  }

  #card-expiry {
    width: 30%;
    margin-right: 20px;
  }

  #card-cvc {
    width: 30%;
    margin-right: 25px;
  }

  #card-zip {
    width: 30%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #cecece;
    -webkit-transition: border-bottom 150ms ease;
    transition: border-bottom 150ms ease;
    color: #32325D;
    font-size: 16px;
  }

  ::-webkit-input-placeholder {
    color: #cecece
  }

  .StripeElement--focus {
    border-bottom: 1px solid #c8121e;
    color: #cecece;
  }

  .StripeElement--invalid {
    border-color: #fa755a;
  }

  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

  /* Can't see what I type without this */
  #card-number.form-control,
  #card-cvc.form-control,
  #card-exp.form-control {
    color: #cecece;
  }
  
  @media screen and (min-width: 300px) {
    
    #qr_image {
      display: none;
    }

    #checkout_child {
      display: none;
    }
  }

  @media(max-width: 650px) {
      .creditCardForm .owner,
      .creditCardForm .CVV,
      .creditCardForm #expiration-date,
      .creditCardForm #credit_cards {
          width: 100%;
      }
      .creditCardForm #credit_cards {
          text-align: left;
      }
  }

  @media screen and (min-width: 768px) {

    #qr_image {
      display: block;
    }

    #checkout_child {
      display: block;
    }
  }
