
.centered
{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

.popup
{
  /*   #FFCC66; */
  background-color:#fff;
  border:0px; border-style:solid;
  visibility:visible;
  border:1px solid rgb(10, 48, 71);
  border-color:rgb(10, 48, 71);
  position: fixed;
  top:0px;
  left:0px;   
  width:100%;
  margin-top:0px;
   
}



  .popup_top_margin
  {
    margin-top:0px;
  }


  .popup_view_cart_height
  {
    height:100%;
  }


  .pizza_popup_view_cart_height
  {
    height:100%;
  }


  .generic_popup_view_cart_height
  {
    height:100%;
  }



  .popup_x_left
  {
    left:300px;
  }

  .menu_radio_button
  {
     width:25px;
     height:25px;
  }


.popup_back_menu_button_container
{
  padding-top:0px;
  margin-top:0px;
  top:0px;
  width:100%;
  height:50px;
}


.popup_back_menu_button_container_bottom
{
  padding-top:0px;
  margin-top:0px;
  width:100%;
  height:50px;
  position:absolute;
  bottom:0;
}



.popup_back_menu_button
{
  text-align:center;
  background-color:rgb(10, 48, 71);
  height:35px;
  padding-top:15px;
  color:#FFF;
  font-family:Arial;
  font-size:20px;
  font-weight:bold;
}





.popup_back_menu_button_left_top
{
  width:calc(50% - 1px);
  float:left;
  border-right:1px solid #FFF;
}

.popup_back_menu_button_right_top
{
  width:50%;
  float:right;
}



.popup_back_menu_button_left
{
  width:calc(50% - 1px);
  float:left;
  border-right:1px solid #FFF;
  position: absolute;
  bottom: 0;

}

.popup_back_menu_button_right
{
  width:50%;
  float:right;
  
  bottom: 0;
  margin-left:210px;

}

.adjust_body_for_scroll
{
    
}

.add_item_button_bg
{
  background-color:rgb(10, 48, 71);
  color:#FFF;
}



.menu_item_heading
{
 font-size: 1.5em;
 font-weight:bold;
 color:rgb(10, 48, 71);
}


.scroll_icon
{
  position:absolute;
  display:block;
  bottom:0px;
  right:0px;
  margin-right:20px;
}



.max_height_450
{
  height:calc(100% - 50px);
  
}

/* start - set body size for desktop/tablet when screen width is minimum 600px  */
@media only screen and (min-width:600px) 
{

 .max_height_450
  {
    max-height:350px;
    background-color:#FFF;
  }

  .scroll_icon
  {
    visibility:hidden;
  }



  .menu_radio_button
  {
     width:20px;
     height:20px;
  }

  .popup
  {
       /*   #FFCC66; */
    border:1px; border-style:solid;
    visibility:visible;
    border:10px solid #rgb(10, 48, 71);
    border-color:rgb(10, 48, 71);
    position: fixed;
    top:0px;
    left:47%;   
    transform: translate(-50%, 10px);
    width:420px;
  }


  .popup_top_margin
  {
    margin-top:140px;
  }



  .popup_view_cart_height
  {
    height:100%;
    max-height:630px;
  }

  .pizza_popup_view_cart_height
  {
    height:100%;
    max-height:500px;
  }

  .generic_popup_view_cart_height
  {
    height:100%;
    max-height:445px;
  }

  .adjust_body_for_scroll
  {
    width: calc(100vw - 1px);
  }

}
