
.centered
{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

.popup
{
  /*   #FFCC66; */
  background-color:#fff;
  border:0px;
  visibility:visible;
  border:0px solid;
  border-color:#FFF;
  position: fixed;
  top:0px;
  left:0px;   
  width:100%;
  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(214,31,54);
  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;
  background-color:rgb(214,31,54);

}

.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(214,31,54);
  color:#FFF;
}

.menu_item_title
{
  color:rgb(0, 0, 0);
}

/
.rotating_image
{
  width:95%;

}


.menu_item_heading
{
  clear:both; 
  padding-top:10px; 
  padding-bottom:10px; 
  margin-left:0px;  
  transform: skew(170deg); 
  background-color:rgb(253, 209, 10); 
  width:220px; text-align:center; 
  font-size:1.5em; 
  font-weight:bold;
}

  .menu_item_heading_sub_title {
    font-size: 1.5em;
    font-weight: bold;
    color: #808080;
  }


.order_online_button {
  background-color:rgb(214,31,54);
  border: none;
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  font-size:1.25em;
}

.order_online_button:hover {
  background-color: rgb(214,31,54);
}

.select_store_container   
{
  height:100%;
}


.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:450px;
  background-color:#FFF;
}


.rotating_image
{
  width:80%;

}

  .menu_radio_button
  {
     width:20px;
     height:20px;
  }

  .popup
  {
       /*   #FFCC66; */
    border:1px; border-style:solid;
    visibility:visible;
    border:1px solid;
    border-color:rgb(211, 211, 211);
    position: fixed;
    top:0px;
    left:47%;   
    transform: translate(-50%, 10px);
    width:420px;
  }


  .popup_view_cart_height
  {
    height:100%;

  }


  .pizza_popup_view_cart_height
  {
    height:100%;
    max-height:630px;

  }


  .generic_popup_view_cart_height
  {
    height:100%;
    max-height:445px;

  }

  .select_store_container   
  {
    height:100%;
    max-height:845px;

  }



}
