/* h3 {
  font-size: 18px;
  text-align: center;
} */

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 70px 0px 0px 0px;
}

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

  #store h3 {
    font-size: 15px;
  }

  section h2 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-align: left;
    margin: 15px 10px 5px 10px;
  }

  .store_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  /* Store logo */
  .store_logo {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  /*
  .store_category {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #cecece;
  }
  */

  #category_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0px;
  }

  /*
  .store_item:hover {
    background-color: #dcdcdc;;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }*/

  .menu_item_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: 5px;
    margin-right: auto;
    width: 40%;
    height: 35px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2)
  }

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

  #decrease_arrow, #increase_arrow, #decrease_arrow_order, #increase_arrow_order, #decrease_tip, #increase_tip {
    font-size: 18px;
    cursor: pointer;
    color: #C8121E;
    padding: 20px;
  }

  .dollar_main {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: .2rem;
  }

  #order_item_quantity_label {
    color: black;
    margin: 0;
  }

  .checkout_items_header {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 0 0 10px 0;
    margin: 10px;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
  }

  #items_header, #items_checkout {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding: 0;
  }

  .sidenav_footer {
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 0;
  }

  #items_checkout {
    width: 90%;
    height: 30px;
    margin: 10px;
    padding: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid grey;
    background-color: #c8121e;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
  }

  /* Order total */
  #items_checkout_total {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
  }

  #checkout_span {
    margin: 1px;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
  }

  .checkout_item {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 5px;
    margin: 0px 5px 0px 9px;
    background-color: #ffffff;
    /*border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;*/
    cursor:pointer;
  }

  /*
  .checkout_item:hover {
    background-color: #dcdcdc;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }
  */

  .checkout_item_inner, .checkout_item_details {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 5px 5px 0px 5px;
  }

  .checkout_item_extras {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: right;
    align-content: center;
    padding: 0;
    margin: 0px 5px 0px 5px;
  }

  #checkout_order_title {
    color: black;
    margin-left: 20px;
    margin-right: auto;
    font-size: 14px;
    font-weight: bold;
  }

  #checkout_store_name {
    color: #c8121e;
    margin-left: 20px;
    margin-right: auto;
    font-size: 14px;
    font-weight: bold;
  }

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

  .checkout_item_name_delivery {
    color: black;
    margin-left: 10px;
    margin-right: auto;
    font-size: 14px;
    font-weight: normal;
  }

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

  .extra_item_price {
    font-size: 14px;
    margin-right: 10px;
  }

  .checkout_item_quantity {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 18px;
    margin-right: 20px;
    margin-left: 10px;
    
  }

  #checkout_total_dollar_sign {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: .2rem;
  }

  .dollar_sign {
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: .5rem;
  }

  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: -5px;
    left: -60px;
    font-size: 36px;
    margin-left: 50px;
  }

  .nav_bar_foodOptionsLi {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    /* margin: 20px; */
    padding: 18px;
    font-size: 15px;
    font-weight: lighter;
    color: black;
    text-decoration: none;
    flex: 0 0 auto;
  }

  .nav_bar_foodOptionsLi a {
    padding: 20px;
    text-decoration: none;
  }

  .nav_bar_foodOptionsLi a:hover {
    box-shadow: inset 0 -7px 0 0 #C8121E;
  }

  .nav_bar_food_options-fixed {
    top: 60px;
    z-index: 1010;
    position: fixed;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
  }

  .creditCardForm label {
      width: 100%;
      margin-bottom: 10px;
  }
  .creditCardForm .heading h1 {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      color: #4c4e56;
  }
  .creditCardForm .payment {
      float: left;
      font-size: 18px;
      padding: 10px 25px;
      margin-top: 20px;
      position: relative;
  }
  .creditCardForm .payment .form-group {
      float: left;
      margin-bottom: 15px;
      padding: 0 !important;
  }
  .creditCardForm .payment .form-control {
      line-height: 40px;
      height: auto;
      padding: 0 16px;
  }
  .creditCardForm .owner {
      width: 63%;
      margin-right: 10px;
  }
  .creditCardForm .CVV {
      width: 35%;
  }
  .creditCardForm #card-number-field {
      width: 100%;
  }
  .creditCardForm #expiration-date {
      width: 49%;
  }
  .creditCardForm #credit_cards {
      width: 50%;
      margin-top: 25px;
      text-align: right;
  }
  .creditCardForm #pay-now {
      width: 100%;
      margin-top: 25px;
  }
  .creditCardForm .payment .btn {
      width: 100%;
      margin-top: 3px;
      font-size: 24px;
      background-color: #2ec4a5;
      color: white;
  }
  .creditCardForm .payment select {
      padding: 10px;
      margin-right: 15px;
  }
  .transparent {
      opacity: 0.2;
  }

  @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: 1280px) {

  #store_category ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0;
    width: 85%;
  }
}