#mainNav.navbar-shrink.test{
    border-color: rgba(34,34,34,.1);
    background-color: #dddddd;
}

.right-widget {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 30px;
}

.page-content{
	min-height: 800px;
	padding: 80px 0;
}

#mainNav.navbar-shrink.test{
    border-color: rgba(34,34,34,.1);
    background-color: #dddddd;
  }
  
.right-widget {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #ededed;
  padding: 30px;
}

.page-content{
min-height: 800px;
padding: 80px 0;
}

.input-text{
	border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: normal;
    padding: 10px;
}

.border0{
	border: 0px;
}

form.register,
form.login{
	margin: 10px 0;
	border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.tickers-black-sm .tickercontainer{
	background-color: #ffd600;
}


/* preloading part begin*/
.loader {
    border: 16px solid #e8c3d7;
    border-radius: 50%;
    border-top: 16px solid #c8121e;;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 47vw;
    top: 50vh;
    z-index: 100;
    position: fixed;
  }

  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hidden{
    display: none;
}

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

    .checkout_item_price {
      font-size: 14px;
      width: 14.5%;
      text-align: right;
    }
  
    .price_value {
      margin-bottom: .65rem;
      margin-right: 8px;
      font-family: Muli,Helvetica,Arial,sans-serif;
      font-size: 14px;
      text-align: right;
      width: 15%;
    }
  
    #store_menu {
      width: 100%;
      text-align: center;
      margin: 10px;
    }
  
    #mainNav {
      /* background-color: #cc0000; */
    }
  
    .secondChild {
      justify-content: center;
      align-items: center;
      display: flex;
      background-color: #92ce9770;
      width: 45px;
      height: 40px;
      border-radius: 30px;
    }
  
    .store_rating {
      text-align: right;
      width: 45%;
      height: 45%;
    }
  
    .store_address_complete {
      padding: 5px;
      margin: 0px;
      font-size: 12px;
      font-weight: lighter;
      color: black;
    }
  
    .store_logo_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 200px;
    }
  
    .store_name_address {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
  
    }
  
    #store_info_wrapper {
      width: 100%;
      margin-bottom: 125px;
    }
    
    #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;
    }
  
    #store_street_address_delivery {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
  
    #store_street_address {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 10px;
    }
  
    #store h2 {
      font-size: 20px;
      font-weight: bolder;
      color: #595a5a;
      text-align: center;
    }
  
    #custom_tip_element {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      margin: 15px;
      width: 350px;
      height: 200px;
      position: fixed;
      top: 45%;
      left: 46%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      margin: 15px;
      background-color: white;
      border-radius: 10px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    }
  
    .tip_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 10px;
      width: 94%;
    }
  
    #receipt_details h3 {
      font-size: 16px;
      font-weight: lighter;
    }
  
    #order_summary_title {
      margin: 20px;
      width: 100%;
      text-align: left;
      padding-left: 25px;
    }
  
    #order_summary_invoice {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
    }
  
    #receipt_details {
      font-size: 15px;
      font-weight: lighter;
    }
  
    #receipt_payment_details {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    } 
  
    .inner_payment_details {
      margin: 10px 15px 5px 10px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
  
    .inner_payment_details h3 {
      font-size: 15px;
      color: black;
    }
  
    #date_mdy {
      margin-right: auto;
    }
  
    #store_image_wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }
  
    .store_image {
      width: 150px;
      height: 150px;
      border-radius: 10px;
      margin: 20px;
    }
  
    .checkout_submission {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 20px;
      padding: 10px;
      border: 1px solid grey;
      background-color: #c8121e;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
      padding: 7px;
    }
  
  #main_content {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;*/
    width: 95%;
  }
  
   /* The side navigation menu */
   .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1150; /* Stay on top */
    top: 76px; /* Stay at the top */
    right: 0;
    background-color: white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    /*border-left: 1px solid grey;*/
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }
  
  #delivery_wrapper {
    width: 97%;
    margin: 10px;
    padding: 0;
  }
  
  h1 {
    color: #c8121e;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
  }
  
  .store_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border: 1px solid #cecece;
    cursor: pointer;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 5px;
    background-color: #ffffff;
  }
  
  .store_name_price_details {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    width: 190px;
  }
  
  .store_item div {
    display: inline-flex;
    flex-wrap: none;
    margin: 10px;
  }
  
  .store_item h3 {
    font-size: 15px;
    font-weight: lighter;
  }
  
  .category_item_name {
    margin: 0px;
  }
  
  /* Item Image1 */
  .item_image {
    width: 50%;
    max-width: 200px;
    height: 90%;
    max-height: 110px;
    display: inline-flex;
    flex: 1 0;
    margin: 10px;
  }
  
  .slider_item_image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .update_item_image {
    width: 90%;
    display: inline-flex;
    flex: 1 0;
    margin: 10px;
  }
  
  #delivery_container {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #cecece;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  }
  
  #header_items {
    margin-right: auto;
    font-size: 18px;
    font-weight: normal;
    font-family: Muli,Helvetica,Arial,sans-serif;
  }
  
  #nav_bar_food_options {
    position: absolute;
    top: 200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 15px 0px 5px 0px; 
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    background-color: white;
  }
  
  .fieldset_input {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }
  
  .fieldset_input:active, .fieldset_input:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  }
  
  .fieldset_input:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
  }
  
  .fieldset_input:checked:after {
    
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
  }
  
  #extra_name, #extra_price {
    font-size: 14px;
    font-weight: normal;
    font-family: Muli,Helvetica,Arial,sans-serif;
  }
  
  /* Default 
  input[type='checkbox'],
  input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .25);
    border: 1px solid var(--bc, var(--border));
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    --focus: 2px rgba(39, 94, 254, .25);
    outline: none;
    transition: box-shadow .2s;
  }
  
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  
   Override defaults 
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
  }
  
  Apply another border color on hover if not checked & not disabled 
  input[type='checkbox']:not(:checked):not(:disabled):hover,
  input[type='radio']:not(:checked):not(:disabled):hover {
    --bc: var(--border-hover);
  }
  
  .fieldset_input::after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  
  .fieldset_input:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  
  .fieldset_input:disabled:not(:checked)::after {
    opacity: .6;
  }  
  */
  
  #stores_utensils {
    font-size: 24px;
    margin: 5px;
    margin-left: 70px;
    padding: 7px 9px 7px 9px;
    z-index: 1035;
    color: white;
  }
  
  #open_sideNav {
    font-size: 18px;
    margin: 5px;
    margin-left: 70px;
    padding: 5px 7px 5px 7px;
    z-index: 1035;
    color: white;
  }
  
  .checkout_item_remove {
    font-size: 13px;
    font-weight: light;
    margin: 5px;
    margin-left: 55px;
    margin-right: auto;
    color: #C8121E;
  }
  
  .checkout_item_remove:hover {
    color: #e04c56;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }
  
  #store_a {
    padding: 10px;
    text-align: center;
    height: 300px;
    list-style-type: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #cecece;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2); 
  }
  }
  
  @media screen and (min-width: 370px) {
  
  #main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 90%;
    margin-top: -50px;
  }
  
  #header_items {
    margin-right: auto;
    font-size: 18px;
    font-family: Muli,Helvetica,Arial,sans-serif;
    font-weight: lighter;
    color: black;
  }
  
  h1 {
    font-size: 32px;
    text-align: center;
  }
  
  /* h3 {
    font-size: 18px;
    text-align: center;
  } */
  
    #open_sideNav {
      font-size: 20px;
      margin: 5px;
      margin-left: 15px;
      padding: 8px 7px 5px 7px;
      z-index: 1035;
      color: white;
    }
  
    #heart, #burger, #shopping_cart {
      margin: 0px 6px 0px 6px;
      cursor: pointer;
      font-size: 24px;
    }
  
    /* Item name */
    #item_name {
      margin-top: 25px;
      color:#c8121e;
    }
  
    #menu_itemSlider {
        margin: 15px;
        width: 375px;
        height: 590px;
        z-index: 1100;
        position: fixed;
        top: 53.5%;
        left: 46%;
        -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);
      }
  
    #update_itemSlider {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1200;
      margin: 15px;
        width: 310px;
        height: 500px;
        position: fixed;
        top: 50%;
        left: 46%;
        -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);
        transition: display 400ms linear;
    }  
  
    #update_item_form {
      width: 90%;
    }
  
      #checkout_menu {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        height: 98%;
        /* border: 1px solid grey; */
        background-color: white;
        margin: 10px;
        margin-top: 0;
      }
    
      .checkout_row {
        width: 95%;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        padding: 5px;
        margin: 10px;
        font-size: 18px;
        border-bottom: 1px solid #cecece;
      }
    
      #checkout_items_parent {
        width: 95%;
        height: 150px;
        min-height: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        font-size: 20px;
      }
      
      /* Checkout form */
      #checkout_form {
        width: 100%;
        margin-bottom: 75px;
        margin-left: auto;
        margin-right: auto;
      }
    
      #header_exit, #itemSlider_exit {
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        top: 0px;
        left: 15px;
      }
  
      #store_form_action {
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          align-content: center;
          margin: 5px;
      }
  
      #order_form_action {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin: 5px;
    }
  
      #remove_order_item {
        cursor: pointer;
        color: #c8121e;
        border: none;
        margin: 10px;
      }
  
      #continue_shopping {
        display: none;
        width: 50%;
        margin-top: 0;
        margin: 5px;
        padding: 10px;
        border: 1px solid #cecece;
        border-radius: 5px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #dcdcdc;
        color: white;
        font-size: 12px;
      }
  
      .continue_shopping {
        display: none;
        width: 90%;
        height: 40px;
        margin: 20px;
        padding: 6px;
        border: 1px solid #cecece;
        border-radius: 5px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #dcdcdc;
        color: white;
        text-align: left;
        font-size: 18px;
      }
      
      #order_form_button {
        width: 100%;
      }
  
      .store_form_button {
        width: 50%;
        margin: 10px;
        padding: 10px;
        border: 1px solid #cecece;
        border-radius: 5px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #c8121e;
        color: white;
        font-size: 16px;
        box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
      }
    
      #extras_wrapper {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 15px 10px 15px 10px;
        padding: 0;
      }
    
      .extras_row {
        width: 95%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 5px 5px 5px 5px;
        font-size: 16px;
      }
  
      .checkbox_plusName {
        margin-left: 5px;
        margin-right: auto;
        width: 45%;
        text-align: left;
      }
  
      .dollar_plusPrice {
        margin-right: 5px;
        width: 30%;
        text-align: right;
      }
  
      #stores_utensils {
        font-size: 24px;
        margin: 5px;
        margin-left: 120px;
        padding: 7px 9px 7px 9px;
        z-index: 1035;
        color: white;
    }
  
    #checkout_items_list {
      width: 100%;
      height: 100%;
      display: block;
      /*flex-direction: column;
      align-items: center;
      align-content: center;*/
      padding: 5px;
      margin: 0;
      overflow: auto;
    }
  
    #credit_card_checkout_button {
      display: none;
    }
  
    #app_checkout_button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 20px;
      padding: 10px;
      border: 1px solid grey;
      background-color: #c8121e;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
      padding: 7px;
    }
  }
  
  /* Change the following styles when width = 500px */
  @media screen and (min-width: 500px) {
  
    #store_menu {
      width: 100%;
      text-align: center;
      margin: 40px 10px 10px 10px;
    }
    
    #nav_bar_food_options {
      position: absolute;
      top: 200px;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 0;
      margin: 15px 0px 5px 0px; 
      list-style-type: none;
      border-bottom: 1px solid #cecece;
      border-top: 1px solid #cecece;
      background-color: white;
    }
  
    .checkout_item_price {
      font-size: 14px;
      width: 11.5%;
      text-align: right;
    }
  
    .price_value {
      margin-bottom: .65rem;
      margin-right: 8px;
      font-family: Muli,Helvetica,Arial,sans-serif;
      font-size: 14px;
      text-align: right;
      width: 12%;
    }
  
    .store_address_complete {
      padding: 5px;
      margin: 0px;
      font-size: 14px;
      font-weight: lighter;
      color: black;
    }
  
    .store_logo_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 200px;
    }
  
    #open_sideNav {
      font-size: 20px;
      margin: 5px;
      margin-left: 100px;
      padding: 8px 7px 5px 7px;
      z-index: 1035;
      color: white;
    }
  
    #store_info_wrapper {
      width: 100%;
      margin-bottom: 75px;
    }
  
    .store_name_address {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: left;
      margin-top: 20px;
    }
  
    .secondChild {
      justify-content: center;
      align-items: center;
      display: flex;
      background-color: #92ce9770;
      width: 50px;
      height: 50px;
      border-radius: 30px;
    }
  
    .store_rating {
      text-align: right;
      width: 45%;
      height: 45%;
    }
  
    #store_a {
      padding: 10px;
      text-align: center;
      height: 350px;
      list-style-type: none;
      text-decoration: none;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2); 
    }
  
    #store_street_address {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 5px 10px 10px 10px;
    }
  }
  
  @media screen and (min-width: 550px) {
  
    #open_sideNav {
      font-size: 20px;
      margin: 5px;
      margin-left: 170px;
      padding: 8px 7px 5px 7px;
      z-index: 1035;
      color: white;
    }
  
    #delivery_wrapper {
      width: 90%;
      max-width: 500px;
      margin: 10px;
      padding: 0;
    }
  }
  
  @media screen and (min-width: 768px) {
  
    .price_value {
      margin-bottom: .65rem;
      margin-right: 8px;
      font-family: Muli,Helvetica,Arial,sans-serif;
      font-size: 14px;
      text-align: right;
      width: 10%;
    }
  
    #store_menu {
      width: 100%;
      text-align: center;
      margin: 40px 10px 10px 10px;
    }
  
    #custom_tip_element {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      margin: 15px;
      width: 400px;
      height: 200px;
      position: fixed;
      top: 45%;
      left: 48.5%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      margin: 15px;
      background-color: white;
      border-radius: 10px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    }
  
    .tip_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 10px;
      width: 95%;
    }
  
    #main_content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
    }
  
    #delivery_wrapper {
      max-width: 500px;
      width: 90%;
      margin: 10px;
      padding: 0;
    }
  
    .store_item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      margin: 10px;
      border: 1px solid #cecece;
      cursor: pointer;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
      border-radius: 5px;
      background-color: #ffffff;
      width:400px;
      height:134px;
    }
  
    .store_item div {
      display: inline-flex;
      flex-wrap: none;
      margin: 10px;
    }
  
    .store_item h3 {
      font-size: 15px;
      font-weight: lighter;
    }
  
    .category_item_name {
      margin: 0px;
    
    }
  
    .item_image {
      width: 350px;
      display: inline-flex;
      flex: 1 0;
      margin: 10px;
    }
  
    #delivery_container {
      display: flex;
      flex-direction: column;
      justify-content: baseline;
      align-items: center;
      margin: 15px;
      background-color: white;
      border-radius: 10px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    }
  
    #nav_bar_food_options {
      position: absolute;
      top: 200px;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 0;
      margin: 15px 0px 5px 0px; 
      list-style-type: none;
      border-bottom: 1px solid #cecece;
      border-top: 1px solid #cecece;
      background-color: white;
    }
  
    #menu_itemSlider {
      margin: 15px;
      width: 400px;
      height: 775px;
      position: fixed;
      top: 50%;
      left: 46%;
      -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);
    }
  
    #update_itemSlider {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1200;
      margin: 15px;
        width: 400px;
        height: 775px;
        position: fixed;
        top: 50%;
        left: 46%;
        -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);
        transition: display 400ms linear;
    }  
  
    #open_sideNav {
      font-size: 18px;
      margin: 5px;
      margin-left: 380px;
      padding: 5px 7px 5px 7px;
      z-index: 1035;
      color: white;
    }  
    
    #stores_utensils {
      font-size: 24px;
      margin: 5px;
      margin-left: 500px;
      padding: 7px 9px 7px 9px;
      z-index: 1035;
      color: white;
    }
    
    #store_a {
      padding: 10px;
      text-align: center;
      max-width:400px;
      height: 350px;
      list-style-type: none;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2); 
    }
  }
  
  @media screen and (min-width: 992px) {
  
    #main_content {
      width: 90%;
    }
    
    /*#store_a {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 15px;
      width: 30%;
      height: 350px;
      list-style-type: none;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2); 
    }*/
    /*input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      background-color: #fafafa;
      border: 1px solid #cacece;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
      padding: 9px;
      border-radius: 3px;
      display: inline-block;
      position: relative;
    }
  
    input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  
    }
  
    input[type="checkbox"]:checked {
      background-color: #e9ecee;
      border: 1px solid #adb8c0;
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
      color: #99a1a7;
    }
  
    input[type="checkbox"]:checked:after {
      font-size: 14px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #99a1a7;
    }*/
  
    #open_sideNav {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      margin: 5px;
      margin-left: 475px;
      padding: 5px 7px 5px 7px;
      z-index: 1035;
      color: white;
      border-radius: 5px;
      cursor:pointer;
    }
  
    #stores_utensils {
      font-size: 24px;
      margin: 5px;
      margin-left: 550px;
      padding: 7px 9px 7px 9px;
      z-index: 1035;
      color: black;
    }
  
    .color-change_utensils {
      color: white;
    }
  
    #menu_itemSlider {
        margin: 15px;
        width: 400px;
        height: 775px;
        position: fixed;
        top: 50%;
        left: 46%;
        -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);
      }
  
      #update_itemSlider {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1200;
        margin: 15px;
        width: 400px;
        height: 775px;
        position: fixed;
        top: 50%;
        left: 46%;
        -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);
        transition: display 400ms linear;
      }  
    
      #checkout_menu {
        width: 95%;
        height: 98%;
        /* border: 1px solid grey; */
        background-color: white;
        margin: 10px;
        overflow: auto;
      }
    
      .checkout_row {
        /*display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 15px;
        font-size: 20px;
        border-bottom: 1px solid #cecece;*/
        width: 95%;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        padding: 5px;
        margin: 10px;
        font-size: 18px;
        border-bottom: 1px solid #cecece;
      }
    
      #checkout_items_parent {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 15px;
        font-size: 20px;
      }
    
      #checkout_form {
        width: 100%;
        
      }
    
      #header_exit {
        cursor: pointer;
        font-size: 30px;
      }
    
      .store_form_button {
        cursor: pointer;
      }
    
      #extras_wrapper {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 15px 10px 15px 10px;
        padding: 0;
      }
    
      .extras_row {
        /*display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 15px;
        font-size: 20px;*/
        width: 95%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        padding: 0;
        margin: 5px 5px 5px 5px;
        font-size: 16px;
      }
  
      #checkout_items_list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        padding: 5px;
        margin: 0;
        border-bottom: 1px solid #cecece;
        overflow: hidden;
      }
  }
  
  @media screen and (min-width: 1200px) {
    
    #open_sideNav {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      margin: 5px;
      margin-left: 660px;
      padding: 5px 7px 5px 7px;
      z-index: 1035;
      color: white;
      border-radius: 5px;
      cursor:pointer;
    }
  }
  
  @media screen and (min-width: 1280px) {
  
    #store_a {
      padding: 10px;
      text-align: center;
      height: 350px;
      list-style-type: none;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #cecece;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2); 
    }
  
    /*#main_content {
      width: 75%;
    }*/
  
    #delivery_wrapper {
      max-width: 500px;
      width: 90%;
      margin: 10px;
      padding: 0;
    }
  
    #stores_utensils {
      font-size: 24px;
      margin: 5px;
      margin-left: 750px;
      padding: 7px 9px 7px 9px;
      z-index: 1035;
      color: black;
    }
  }
  
  @media screen and (min-width: 1450px) {
  
      /* The side navigation menu */
    .sidenav {
      display: block;
      height: 100%; /* 100% Full-height */
      width: 374px; /* 0 width - change this with JavaScript */
      position: fixed; /* Stay in place */
      z-index: 1150; /* Stay on top */
      top: 76px; /* Stay at the top */
      right: 0;
      background-color: white;
      overflow-x: hidden; /* Disable horizontal scroll */
      padding-top: 60px; /* Place content 60px from the top */
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
      /*border-left: 1px solid grey;*/
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
    }
  }
  
  