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

  #delivery_title {
    color: black !important;
    margin: 20px;
  }

  #delivery_child {
    font-size: 18px;
  }

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

  .order_summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /*border-bottom: 1px solid #cecece;*/
  }

  #delivery_method_section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /*border-bottom: 1px solid #cecece;*/
    margin: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #delivery_method_section input {
    position: absolute;
    opacity: 0;
  }
  /* Custom radio button */
  .checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #f3f0f0;
    border-radius: 50%;
    border: 1px solid #cecece;
  }

  .delivery_description {
    font-size: 14px;
    font-weight: lighter;
    color: black;
  }

  .qrcheckout_description {
    font-size: 18px;
    text-align: center;
  }

  .radio_description {
    margin: 0px 0px 0px 35px;
    font-size: 16px;
    font-weight: lighter;
    color: black;
  }

  /* On mouse-over, change the background color */
  #delivery_method_section:hover input ~ .checkmark {
    cursor: pointer;
  }

  /* When the radio button is checked, add a red background */
  #delivery_method_section input:checked ~ .checkmark {
    background-color: #cc0000;
  }

  /* When the radio button indicator is unchecked, hide the button */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Display the radio button indicator when checked */
  #delivery_method_section input:checked ~ .checkmark:after {
    display: block;
  }

  #delivery_method_section .checkmark:after {
    top: 8px;
    left: 7.55px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  #delivery_method_section section {
    width: 45%;
    margin: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /*#pickup_input, #delivery_input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid grey;
    background-color: #c8121e;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 7px;
  }

  #pickup_input:hover {
    border: 1px solid black;
    background-color: #c71e2ed1;
  }

  .delivery_off {
    background-color: #6f6f6f !important;
  }

  #delivery_method_section fieldset {
    margin: 15px;
  }*/

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

  #user_delivery_details {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 10px 10px;
    padding: 0;
  }

  #user_delivery_details h4, #user_pickup_details h4 {
      text-align: center;
      font-size: 16px;
  }

  #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: 47%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 10px 10px;
    padding: 0;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #cecece;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }*/

  #user_delivery_firstLast, #user_pickup_firstLast, #user_delivery_cityStateZip_wrapper {
    
    display: inline-flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #user_delivery_firstName, #user_delivery_lastName, #user_pickup_firstName, #user_pickup_lastName {
    -webkit-appearance: none;
    width: 140px;
    margin: 10px;
    /*padding-left: 7px;*/
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid #cecece;
    -webkit-transition: border-bottom 150ms ease;
    transition: border-bottom 150ms ease;
    color: #565656;
  }

  textarea:focus, input:focus {

    outline: none;
  }

  ::-webkit-input-placeholder { 
    font-size: 14px;
  } /* Chrome/Opera/Safari */

  ::-moz-placeholder { 
    font-size: 14px; 
  } /* firefox 19+ */

  :-ms-input-placeholder { 
    font-size: 14px;
  } /* ie */

  :-moz-placeholder { 
    font-size: 14px; 
  } /*below firefox 19 */
  
  #user_delivery_address {
    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;
  }

  #user_delivery_city {
    width: 140px;
    margin: 10px;
    padding-left: 7px;
  }

  #user_delivery_state {
    width: 55px;
    margin: 10px;
    padding-left: 7px;
  }

  #user_delivery_zip {
    width: 75px;
    margin: 10px;
    padding-left: 7px;
  }

  #user_delivery_phone, 
  #user_pickup_phone_wrapper, 
  #user_pickup_email_wrapper,
  #user_delivery_address_wrapper,
  #user_delivery_unitApt_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  #user_delivery_phone, 
  #user_delivery_message, 
  #user_pickup_phone, 
  #user_pickup_email {
    width: 300px;
    margin: 10px;
    /*padding-left: 7px;*/
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid #cecece;
    -webkit-transition: border-bottom 150ms ease;
    transition: border-bottom 150ms ease;
    color: #565656;
  }

  #user_delivery_address {
    width: 240px;
    margin: 10px;
    /*padding-left: 7px;*/
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid #cecece;
    -webkit-transition: border-bottom 150ms ease;
    transition: border-bottom 150ms ease;
    color: #565656;
  }

  #user_delivery_unitApt {
    width: 50px;
    margin: 10px;
    /*padding-left: 7px;*/
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid #cecece;
    -webkit-transition: border-bottom 150ms ease;
    transition: border-bottom 150ms ease;
    color: #565656;
  }

  .cancel_submit_order {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 5px;
  }

  #cancel_user_delivery_info, #cancel_user_pickup_info {
    width: 75px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    /*background-color: #c8121e;
    color: white;
    */
    cursor: pointer;
    font-size: 16px;
    padding: 7px;
  }

  #cancel_user_pickup_info a {
    color: #c8121e;
  }

  #submit_user_delivery_label, #submit_user_pickup_label {
    width: 100px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #cecece;
    background-color: #c8121e;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 7px;
    margin: 0;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }

  #user_infoForm {
    width: 100%;
  }

  #pickup_address_section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    /*border-bottom: 1px solid #cecece;*/
  }

  #user_pickup_details {
    position: relative;
    width: 95%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 40px 10px;
    padding: 10px;
    /*position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    */
    background-color: white;
    /*border-radius: 10px;
    border: 1px solid #cecece;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);*/
  }

  #app_checkout, #credit_card_checkout {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-bottom: 25px;
    padding: 10px;
  }

  .order_total {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /*border-bottom: 1px solid #cecece;*/
  }

  .price_wrapper {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 5px;
  }

  #price_wrapperTip {
    display: none;
  }

  .dollar_sign_tip {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 12px;
    color: grey;
  }

  #tip_quantity {
    font-size: 16px;
    font-weight: normal;
    font-family: Muli,Helvetica,Arial,sans-serif;
    color: black;
    margin: 0;
  }

  .price_description {
    margin-right: auto;
    margin-left: 15px;
    font-family: Muli,Helvetica,Arial,sans-serif;
    font-size: 14px;
  }

  .price_description_total {
    margin-right: auto;
    margin-left: 15px;
    color: black;
    font-weight: bold;
    font-size: 14px;
  }

  #price_value_total_dollar {
    color: black;
    font-weight: bold;
  }

  #price_value_total {
    color: black;
    font-weight: bold;
  }

  .tip_quantity {
    border: 1px solid #cecece;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: transparent;
    padding: 10px;
    margin: 25px 10px 25px 10px;
    width: 100%;
    height: 45px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }

  #pickup_info_form {
    width: 100%;
  }

  .tip_option {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 20%;
    height: 25px;
    margin: 5px;
    cursor: pointer;
  }

  .tip_option:hover {
    background-color: #f7f7f7;
  }

  .tipDivider {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 1px;
    height: 35px;
    background-color: #cecece;
    margin: 0px 5px 0px 5px;
  }

  .tipOptionInner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #636464;
    font-size: 14px;
    font-weight: lighter;
  }

  #custom_tip_form {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }

  #custom_tip_description {
    margin: 20px;
  }

  #custom_tip_input_wrapper {
    width: 100%;
    height: 40px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #cecece;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }

  #custom_tip_input_dollar {
    margin: 0;
    width: 40px;
    height: 39px;
    background-color: #c8121e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
  }

  #custom_tip_input {
    width: 90%;
    height: 38px;
    border: 0px;
    background-color: #f5f3f3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 20px;
  }

  textarea:focus, input:focus {
    outline: none;
  }

  .cancel_custom_tip {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 25px;
  }

  #cancel_custom_tip {
    width: 75px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
    font-size: 16px;
    padding: 7px;
  }

  #submit_custom_tip_label {
    width: 100px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #cecece;
    background-color: #c8121e;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 7px;
    margin: 0;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }
